/* add custom site CSS here */
.grant-award-amounts div.text{
	 border-left: 4px solid;
	 padding-left:15px;
}
.grant-award-amounts div.text p{
	 font-size: 28px;
}
 .pullquote-smaller blockquote p{
	 font-size:28px;
	 line-height:2.9rem;
}
.pullquote-even-smaller blockquote p{
	 font-size:20px;
	 line-height:2rem;
}
.belt ul.social a:focus::before,.belt ul.social a:hover::before {
 color:#191919
}

/* Hutton Course Listing */
.alternate-rows-override tbody tr.odd {
    background-color: #f1f1f1;
}

.alternate-rows-override tbody tr.even {
    background-color: #ffffff;
}

table.hutton-courses-table thead {
    background: #f8f8f8;
    color: #45382B;
}

table.hutton-courses-table thead .fltrow {
    display:none;
}

table.hutton-courses-table thead, 
table.hutton-courses-table tbody, 
table.hutton-courses-table tfoot {
    border: 1px solid #DDD;
}

table.hutton-courses-table thead tr, 
table.hutton-courses-table tfoot tr {
    background: transparent;
}

table.hutton-courses-table tr, td, th {
    vertical-align: middle;
    font-size: 1rem;
}

table.hutton-courses-table thead tr th, 
table.hutton-courses-table thead tr td, 
table.hutton-courses-table tbody td:before {
    font-family: BentonSansBold, Arial, sans-serif;
    font-weight: normal;
}

table.hutton-courses-table thead th, 
table.hutton-courses-table thead td, 
table.hutton-courses-table tfoot th, 
table.hutton-courses-table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    text-align: left;
}

table.hutton-courses-table tr, 
table.hutton-courses-table td, 
table.hutton-courses-table th {
    vertical-align: middle;
    font-size: 1rem;
}

table.hutton-courses-table .sort-arrow {
    width: 17px;
    height: 21px;
}

table.hutton-courses-table.TF th {
     height: 35px; 
     margin: 0; 
     background-color: inherit; 
     border-bottom: none;
     border-top: none;
     border-left: none;
     border-right: none;
     padding: .1em .7em; 
     color: inherit;
}

table.hutton-courses-table td[data-check] * {
    display:none;
}

table.hutton-courses-table td[data-check="check"]:before{
    font-family: 'FontAwesome';
    content: '\f00c';
}

.hutton-courses-table td:first-child{
	white-space:nowrap;
}

#home main {
    padding-top:0 !important;
}

.ovpue-newsroom {
	padding-top:1.2rem !important;
}
.feature-center .feature *{
  text-align:center !important;
}
.center-cta .text {
	text-align:center;
}
.round-images img {
    border-radius: 10000px;
}
.pullquote-even-smaller blockquote p {
	line-height:40px;
}
.quote blockquote p:last-of-type:after {
    content: "\201D";
    display: inline;
    font-size:35px;
    line-height:40px;
}
.event-type {
    display:none !important;
}

#main-content a,
.belt a {
    text-decoration: underline !important;
} 
#main-content a.button,
#main-content .panel--interactive a,
.belt ul.social a {
    text-decoration: none !important;
} 

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links 
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
	clip: auto !important;
	-webkit-clip-path: none !important;
		clip-path: none !important;
	height: auto !important;
	margin: auto !important;
	overflow: visible !important;
	width: auto !important;
	white-space: normal !important;
}

@media only screen and (min-width:1024px) {
	.course-page-intro {
		 min-height:450px;
	 }
}
 td.collapsed-cell span {
	 cursor: default !important; 
	 display: inline-block; 
	 width: 350px !important; white-space: pre-wrap !important; overflow: show !important; text-overflow: none !important;
 }