@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&amp;display=swap');
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
}
.oualerts-is-active #main-content{
	padding-top: 50px;
}
a {
	color: #c32032;
	text-decoration: underline;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
a[href$=".pdf"]::after {
	content: '\f1c1';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.875rem;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}
a[href$=".xlsx"]::after {
	content: '\f1c3';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.875rem;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}
a[href$=".docx"]::after {
	content: '\f1c2';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.875rem;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}
.home-events .col-md-6.col-lg-4.event-item{
	max-width: 100% !important;
}
.no-icon::after{
	content: '' !important;
}
.my-scc{
	padding: 0;
}
.my-scc img{
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 0);
}
.my-scc + .hero.no-image h1{
	margin-top: 125px;    
}
.my-scc + .container{
	padding-top: 125px;    
}
.my-scc + .hero h1 {
	margin-top: 55px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	position: relative;
}
p {
	margin-top: 0;
	margin-bottom: 1.1rem;
}
.content ul{
	font-size: 1.125rem;
}
.arrow-list{
	list-style: none;
	padding: 0;
	font-size: 1.125rem;
}
.arrow-list li{
	position: relative;
}
.arrow-list li::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #000;
	font-size: 1rem;
	margin-left: 10px;
}
.alert {
	margin: 0;
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 10px 50px 10px 20px !important;
	z-index: 3;
	top: 0;
	left: 0;
}
#popup-modal .close{
	color: #000;
	right: 40px;
	top: 20px;
}
.emergency-alert{
	background-color: #fff3cd;
	color: #856404 !important;
}
.emergency-alert a, .emergency-alert a:hover, .emergency-alert a:focus{
	color: #856404 !important;
}
.informational-alert{
	background-color: #ace5fa;
	color: #124778 !important;
}
.informational-alert a, .informational-alert a:hover, .informational-alert a:focus{
	color: #124778 !important;
}
.alert-dismissible .close {
	padding: 0;
	right: -20px;
	font-size: 1.875rem;
	top: -5px;
	text-align: center;
}
.fa-exclamation-triangle {
	font-size: 2.5rem;
	color: #000;
}
.cookiealert {
	border-top: 2px solid #fff;
	position: fixed;
	bottom: 0;
	top: unset;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 21;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #fff;
	background-color: rgba(0, 0, 0,.9);
	padding: 15px;
	font-size: 1.125rem;
	font-weight: 400;
}
.cookiealert .cc-message{
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	color: #fff;
}
.cookiealert .cc-message a{
	color: #fff;
}
.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}
.cookiealert .acceptcookies {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: baseline;
	min-width: auto;
	text-decoration: none !important;
	color: #000 !important;
}
.cookiealert .acceptcookies:hover, .cookiealert .acceptcookies:focus{
	color: #fff !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #c32032;
}
h1, .h1 {
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 2rem;
	font-weight: 500;
}
h3, .h3 {
	font-size: 1.75rem;
	font-weight: 400;
	color: #636466;
}
h4, .h4 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #000;
}
h5, .h5 {
	font-size: 1.25rem;
	font-weight: normal;
	color: #000;
}
h6, .h6 {
	font-size: 1rem;
	font-weight: normal;
	color: #000;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
	margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
	margin-top: 0;
	margin-bottom: 0;
}
.card > .bg-image {
	border-radius: 0;
}
.card > .bg-image {
	border-radius: 0.25rem;
}
.bg-image + .card-body {
	position: relative;
	z-index: 1;
}
.card-title-block {
	font-weight: 500;
	display:block;
}
.card-shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
img.bg-image {
	-o-object-fit: cover;
	object-fit: cover;
}
img.float-right{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.float-left{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-60 {
	opacity: 0.6;
}
.height-30 {
	min-height: 30vh;
}
.height-40 {
	min-height: 40vh;
}
.height-50 {
	min-height: 50vh;
}
.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: transform .5s;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 1;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.075);
	box-shadow: 0 1px 1px rgba(0,0,0,.075);
	margin-bottom: 10px;
}
.text-shadow {
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
.space-sm {
	padding: .5rem 0;
	display: block;
}
.space-md {
	padding: 1rem 0;
	display: block;
}
.space-lg {
	padding: 2rem 0;
	display: block;
}
.space-xl {
	padding: 3rem 0;
	display: block;
}
.red-text{
	color: #c32032 !important;  
}
.white-text{
	color: #fff !important;
}
.font-size-xl{
	font-size: 3.5rem;
}
.font-size-lg{
	font-size: 2.375rem;
}
.font-size-md{
	font-size: 1.5rem;
}
.font-size-sm{
	font-size: 1.125rem;
}
.font-size-xs{
	font-size: 1rem;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
abbr[title],
abbr[data-original-title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
.content ul li{
	margin: 10px auto;
}

.content ul.three-col.arrow-list li{
	margin: 0;
	padding: 5px 0;
}

.list-unstyled li{
	margin-top: 8px;
	margin-bottom: 8px;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
dfn {
	font-style: italic;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
.lead {
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.35em;
	display: block;
	margin-bottom: 2.5rem;
}
.title-decorative{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444C55;
	margin-top: .75rem;
	margin-bottom: .75rem;
}
.btn, .content .btn{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	background-color: #c32032;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 15px;
	margin: 15px auto;
	border-radius: 5px;
	border: 1px solid #c32032;
	position: relative;
	z-index: 3;
}
.btn + .btn, .btn + .btn + .btn{
	margin-left: 10px;
}
.btn:hover, .btn:focus{
	background-color: #636466;
	color: #fff;
	border: 1px solid #636466;
}
.btn-large, .content .btn-large{
	font-size: 1.5rem; 
	padding: 30px;
}
.btn-white, .content .btn-white{
	background-color: #ffffff;
	color: #c32032;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}
.btn-white:hover, .btn-white:focus{
	background-color: #636466;
	color: #fff;
	border-color: #636466;
}
.btn-outline, .content .btn-outline{
	background-color: #ffffff;
	color: #c32032;
	border: 1px solid #c32032;
}
.btn-outline:hover, .btn-outline:focus{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-block{
	text-align:center;
	display: block;
}
.btn-centered, .content .btn-centered {
	width: max-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bg-window-watermark .btn{
	min-width: 250px;
}
.form-group .btn-default{
	min-width: 1px;
}
.text-muted {
	color: #42484c !important;
}
img {
	max-width: 100%;
	height: auto;
}
.bg-window-watermark{
	background: #636466 url('../svg/window-watermark.svg') no-repeat 50% 50%; 
	background-size: 25%;   
}
.bg-white {
	background-color: #fff;
}
.bg-gray{
	background-color: #f5f5f5;
}
.bg-medium-gray{
	background-color: #636466;
	color: #fff;
}
.bg-black{
	background-color: #000;
	color: #fff;
}
.bg-red{
	background-color: #c32032;
	color: #fff;
}
.bg-red h1, .bg-red .h1, .bg-red h2, .bg-red .h2, .bg-red h3, .bg-red .h3, .bg-red h4, .bg-red .h4, .bg-red h5, .bg-red .h5, .bg-red h6, .bg-red .h6, .bg-red a {
	color: #fff;
}
.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black h6, .bg-black .h6, .bg-black a {
	color: #fff;
}
.bg-medium-gray h1, .bg-medium-gray .h1, .bg-medium-gray h2, .bg-medium-gray .h2, .bg-medium-gray h3, .bg-medium-gray .h3, .bg-medium-gray h4, .bg-medium-gray .h4, .bg-medium-gray h5, .bg-medium-gray .h5, .bg-medium-gray h6, .bg-medium-gray .h6, .bg-medium-gray a {
	color: #fff;
}
.bg-red .card h1, .bg-red .card .h1, .bg-red .card h2, .bg-red .card a,
.bg-black .card h1, .bg-black .card .h1, .bg-black .card h2, .bg-black .card a,
.bg-medium-gray .card h1, .bg-medium-gray .card .h1, .bg-medium-gray .card h2, .bg-medium-gray .card a{
	color: #c32032;
}
.bg-red .card h3, .bg-red .card .h3,
.bg-black .card h3, .bg-black .card .h3,
.bg-medium-gray .card h3, .bg-medium-gray .card .h3{
	color: #636466;
}
.bg-red .card h4, .bg-red .card .h4, .bg-red .card h5, .bg-red .card .h5, .bg-red .card h6, .bg-red .card .h6,
.bg-black .card h4, .bg-black .card .h4, .bg-black .card h5, .bg-black .card .h5, .bg-black .card h6, .bg-black .card .h6,
.bg-medium-gray .card h4, .bg-medium-gray .card .h4, .bg-medium-gray .card h5, .bg-medium-gray .card .h5, .bg-medium-gray .card h6, .bg-medium-gray .card .h6{
	color: #000;
}
.bg-red .card, .bg-black .card, .bg-medium-gray .card {
	color: #000;
}
.fullwidth-split {
	padding: 0;
}
.fullwidth-split .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.fullwidth-split.featured-news .fullwidth-split-image{
	overflow: visible;
}
.fullwidth-split-image{
	overflow: hidden;
}
.fullwidth-split-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6rem 0;
}
.fullwidth-split-text .text-wrapper{
	max-width: 75%;
}
.section{
	padding: 65px 0;
	position: relative;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
}
.section-xs{
	padding: 25px 0;
	position: relative;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
}
.section-parallax{
	position: relative;
	overflow: hidden;
}
.parallax-bg{
	background-attachment: fixed;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.section-with-background{
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 75px 0;
	position: relative;
	overflow:hidden;
	background-color: #000;
}
.section-with-background .container, .section-with-background .container-fluid{
	position: relative;
	z-index: 1;
}
.section-with-background.light-background{
	background-color: #fff;
}
.section-with-background.red-overlay::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(195,32,50,.8);
	display: block;
}
.section-with-background.gray-overlay::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(99,100,102,.8);
	display: block;
}
.section-with-background.black-overlay::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	display: block;
}
.icon{
	font-size: 1.125rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icon a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icon span {
	line-height: 1;
	font-size: 2.25rem;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
}
.icon h3{
	position: relative;
	min-height: 60px;
}
.icon h3:after{
	content: "";
	background-color: #c32032;
	position: absolute;
	bottom: -20px;
	left: 50%;
	right: 50%;
	height: 3px;
	width: 60px;
	transform: translate(-50%, 0);
}
.icon a{
	text-decoration: none;
}
.icon span:first-child{
	display: block;
	margin: 20px auto;
	text-align: center;
	min-height: 72px;
}
.icon .fas, .icon .fab, .icon .far {
	display: block;
	font-weight: bold;
	margin: 10px auto;
	color: #fff;
	font-size: 3.75rem;
	margin-bottom: 10px;
}
.card-with-icon .icon{
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	width: 75px;
	height: 75px;
	transform: translate(-50%, -50%);  
}
.card-with-icon .icon .fas, .card-with-icon .icon .fab, .card-with-icon .icon .far{
	display: block;
	font-weight: bold;
	margin: 10px auto;
	background-color: #c32032;
	border-radius: 50%;
	color: #fff;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: .8em;
	margin-bottom: 10px;
}
.card .icon span  {
	font-size: 2.75rem;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: bold;
	position: relative;
	top: 0;
}
.card .icon {
	background-color: #c32032;
	border-radius: 50%;
	color: #fff;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	left: 50%;
	right: 50%;
	top: -60px;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-slider .card, .section-with-background :not(div.accordion)>.card{
	border-radius: .5rem;
	margin-top: 4rem;
	margin-bottom: 0;
}
.section-with-background .card .card-body a:hover .red-text, .section-with-background .card .card-body a:focus .red-text{
	color: #000 !important;
}
.card-slider .card{
	font-weight: 500;
	font-size: 1.25rem;
}
.featured-news h3{
	font-size: 1.25rem;
}
.featured-news h3 a{
	color: #c32032;
	text-decoration: none !important;
}
.featured-news h3 a:hover, .featured-news h3 a:focus, .news-list a:hover, .news-list a:focus{
	color: #000;
}
.featured-news .card{
	margin-bottom: 30px;
}
.featured-news .col-md-6 .card-body{
	padding: 1rem;
	min-height: 105px;
}
.featured-news .card-body p{
	margin: 0;
}
.news-events .news-list, .news-events .events-list{
	list-style: none;
	padding: 0;
	margin-bottom: 0; 
}
.news-events .news-list li a, .news-events .events-list li a{
	color: #091835;
	text-decoration: none;
}
.news-events .news .news-list li{
	margin-bottom: 15px;
	padding: 5px 0;
	display: block;
}
.news-events .news .news-list li:last-child{
	margin-bottom: 0;
}
.news-events .news-list li:hover, .news-events .news-list li:focus, .news-events .events-list li:hover, .news-events .events-list li:focus{
	background-color: #e5e5e5;
}
.news-events .events-list .date{
	display: inline-block;
	margin-right: 30px;
}
.news-events .events-list a{
	display: inline-block;
}
.news-events .events-list li{
	padding: 5px 0;
}
.news-events .news-footer{
	background-color: rgba(9,24,53,.8);
	padding: 40px 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.news-events .news-footer ul{
	list-style: none;
	padding: 0;
	text-align: center;
}
.news-events .news-footer ul li{
	margin-bottom: 10px;;
}
.news-events .news-footer a{
	color: #fff;
	text-decoration: none;
}
.news-events .news-footer a:hover, .news-events .news-footer a:focus{
	text-decoration: underline;
}
.news-list{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 1rem;
}
.news-list .meta-data{
	border-top: none;
	margin-top: 0;
}
.content .news-list ul.meta-data li{
	margin: 0 auto;
}
.news-list-footer{
	margin-top: -20px;
	background-color: #fff; 
}
.meta-data{
	font-size: 0.875rem !important;
	list-style: none;
	padding: 0;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.meta-data li{
	margin-right: 12px;
	padding-right: 15px;
}
.pub-date {
	margin-bottom: 15px;
	position: relative;
	display: block;
}
.tag {
	position: relative;
	display: inline-block;
}
.featured-news .card .card-body .tag a, .tag a{
	text-decoration: underline !important;
}
.featured-news .card .card-body .tag a:hover, .featured-news .card .card-body .tag a:focus, .tag a:hover, .tag a:focus{
	text-decoration: none !important;
}
#newssearchForm .form-control, #catalogsearchForm .form-control, #myscc-search-form .form-control{
	border-radius: 0.25rem; 
}
/*Header Styles*/
.modal-open-menu-mobile .fa-bars:before {
    content: "\f00d";
}
.menuToggle {
	font-family: 'Montserrat', sans-serif;
	background-color: transparent;
	border:none;
	color: #fff;
	font-size: 1.5rem;
	display: block;
	position: absolute;
	bottom: 0;
	right: 20px;
	padding: 0;
	text-transform: uppercase;
}
.siteHeader {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
	transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out; 
}
header .modal-body{
	padding: 0;
}
.modal-open .siteHeader {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav-up {
	top: -2000px;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:#c32032;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background: #d8c722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}
.hide {
	display: none;
}
.modal-backdrop.show {
	opacity: 0.75;
}
.close {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	font-size: 2.5rem;
	position: absolute !important;
	display: inline-block;
	top: 30px;
	right: 130px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	opacity: 1;
}
.close:hover, .close:focus{
	color: rgba(255,255,255,.75);
}
.emergency-alert .close:hover, .emergency-alert .close:focus,
.informational-alert .close:hover, .informational-alert .close:focus{
	color: rgba(56,56,56,.75);
}
.main-navigation .top-row{
	background-color: #636466;
}
.logo-block{
	display: block;
	margin: 0 auto;
}
.logo-block a{
	text-decoration: none;
	display: block;
}
.logo {
	width: 225px;
	display: inline-block;
	padding: 20px 0;
}
.mobile-logo-block{
	display: block;
	margin: 0 auto 15px;
}
.mobile-logo-block a{
	text-decoration: none;
	color: #fff;
}
.mobile-logo-block .mobile-logo {
	width: 240px;
    display: block;
    margin: 0 auto;
}
.mobile-logo-block .logo-text{
	display: inline-block;
}
.mobile-header .nav li a{
	text-decoration: none;
	font-weight: 600;
	padding: 0.5rem;
}
.mobile-header .nav .nav-item.bg-gray a{
	color: #636466;
}
.main-navigation .bottom-row{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
}
.main-navigation .audience .nav li a{
	font-weight: 500;
	color: #fff;
	padding: 16px;
	display: block;
	width: 100%;
	transition: none;
	font-size: 1rem;
}
.main-navigation .audience .nav li a:after{
	content: "|";
	position: absolute;
	right: -4px;
}
.main-navigation .audience .nav li:last-child a:after{
	content: "";
}
.main-navigation .aux{
	position: relative;
	margin-top: 14px;
}
.main-navigation .aux .nav li a{
	color: #c32032;
	font-weight: 700;
	font-size: 1.125rem;
}
.main-navigation .bottom-row .aux .nav .nav-item{
	margin-right: 10px;
}
.main-navigation .bottom-row .aux .nav .nav-item.d-none.d-xl-block{
	margin: 0;
}
.main-navigation .bottom-row .aux .nav .nav-item .nav-link{
	padding: 5px 10px;
	background-color: #000;
	border: none;
}
.main-navigation .cta{
	margin-top: 30px;
}
.main-navigation .cta .nav li a{
	font-size: 1rem;
}
.main-navigation .aux .nav li a .fab, .main-navigation .aux .nav li a .fas{
	font-size: 1.5rem;
}
/*Search*/
.modal-open-menu .modal-backdrop {
	z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
	z-index: 4;
}
.header-search{
	margin-left: 20px;
	color: #636466;
	position: relative;
}
.header-search .search-label{
	color: #000; 
}
.header-search .form-control {
	color: #636466;
	font-size: 1rem;
	border-radius: 6px !important;
	height: 50px;
	padding: 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 200px;
}
.header-search .btn-default, .header-search .btn-submit {
	background: transparent;
	border: 0 none;
	color: #636466;
	position: absolute;
	right: 6px;
	top: -2px;
	z-index: 3;
	min-width: auto;
	padding: 0;
	margin: 5px 0;
	font-size: 1rem;
}
.header-search .btn-default .sr-only, .header-search .btn-submit .sr-only{
	color: #000;
}
.header-search ::-webkit-input-placeholder {
	color: #636466;
}
.header-search ::-moz-placeholder {
	color: #636466;
}
.header-search ::-ms-placeholder {
	color: #636466;
}
.header-search ::placeholder {
	color: #636466;
}
.pagination, .ou-search-pagination {
	margin: 20px auto !important;
}
.pagination .page-item .page-link{
	text-decoration: none !important;
}
.pagination .page-item .page-link:hover{
	color: #636466;
}
.pagination .page-item.active .page-link{
	background-color: #c32032 !important;
	border-color: #c32032 !important;
	color: #fff;
}
.ou-search-container {
	width: 100%;
}
#ou-search-results .ou-search-input {
	border: 1px solid #ced4da !important;
	border-radius: 5px;
	padding: 10px !important;
}
#ou-search-results .ou-search-advanced-heading .ou-search-open-advanced:before {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
}
#ou-search-results a {
	color: #c32032 !important;
}
#ou-search-results a:hover{
	color: #000 !important;
}
#ou-search-results ul{
	font-size: 18px;
	font-weight: 300;
	line-height: inherit;
}
#ou-search-results ul li{
	margin-bottom: 20px;
}
#ou-search-results ul li .ou-search-link a {
	text-decoration: none;
	border-bottom: none;
}
#ou-search-results .ou-search-pagination>.ou-search-active>a, #ou-search-results .ou-search-pagination>.ou-search-active>a:focus, #ou-search-results .ou-search-pagination>.ou-search-active>a:hover, #ou-search-results .ou-search-pagination>.ou-search-active>span, #ou-search-results .ou-search-pagination>.ou-search-active>span:focus, #ou-search-results .ou-search-pagination>.ou-search-active>span:hover{
	background-color: #c32032 !important;
	border-color: #c32032 !important;
}
#ou-search-results .ou-search-pagination>.ou-search-disabled>span, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:focus, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:hover {
	color: #4E555A !important;
	border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination>li:first-child>a, #ou-search-results .ou-search-pagination>li:first-child>span {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination>li:last-child>a, #ou-search-results .ou-search-pagination>li:last-child>span {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span{
	border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination>li>a:focus, #ou-search-results .ou-search-pagination>li>a:hover, #ou-search-results .ou-search-pagination>li>span:focus{
	background-color: #e9ecef !important;
	border-color: #dee2e6 !important;
	color: #c32032 !important;
}
#ou-search-results .ou-bestbets, #ou-search-results .ou-search-parametric-results {
	border: none !important;
	background: #e9ecef !important;
}
#ou-search-results #ou-search-advanced a#ou-search-open-advanced {
	color: #fff!important;
}
#ou-search-results #ou-search-open-advanced:focus, #ou-search-results #ou-search-open-advanced:hover {
	background-color: #636466 !important;
	box-shadow: none !important;
	border: 1px solid #636466 !important;
}
#ou-search-results .ou-search-autocomplete-active {
	background: #c32032 !important;
}
#ou-search-results .ou-search-autocomplete-active a {
	color: #fff;
}
#ou-search-results legend {
	border-bottom: 1px solid #000 !important;
}
#ou-search-results .ou-search-advanced{
	border: 1px solid #000 !important;
}
#ou-search-results ul{
	font-weight: 500 !important;
}
/*Main Navigation Styles*/
.site-navigation.modal{
	display: block;
	opacity: 1;
	position: relative;
	overflow: visible;
	font-family: 'Montserrat', sans-serif;
}
.site-navigation.modal .modal-dialog{
	width: 100%;
	max-width: none;
	margin: 0;
	transform: none;
}
.site-navigation.modal .modal-dialog .modal-content{
	border: none;
	background-color: transparent;
}
.main-navigation .nav {
	width: 100%;
	font-size: 0;/*removes gap between li items on hover*/
}

.main-navigation .nav li.bg-red a{
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	top: 2px;
}
.main-navigation .nav li.bg-gray{
	background-color: #E3E3E3;
	margin-left: 10px;
}
.main-navigation .nav li.bg-gray a{
	color: #636466;
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	top: 2px;
}
.main-navigation .nav li a {
	padding: 20px 15px;
	color: #c32032;
	font-size: 1.25rem;
	font-weight: 500;text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	line-height: inherit;
	position: relative;
}
.main-navigation .bottom-row .nav .nav-item .nav-link{
	padding: 10px;
}
.mobile-header {
	top: 0;
	display: none;
	z-index: 5;
	padding: 15px;
	background-color: #231f20;
}
.menuClose {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	font-size: 1.5rem;
	position: absolute !important;
	display: inline-block;
	top: 0;
	right: 20px;
	text-shadow: none;
	opacity: 1;
	z-index: 5;
	padding: 0;
	background-color: transparent;
	border: none;
}
.menuClose:hover, .menuClose:focus{
	color: #000;    
	background-color: transparent;
	border: none;
}
/*Footer*/
footer{
	line-height: 1.5;
	color: #fff;
	padding: 30px 0;
	background-color: #231f20;
	font-family: 'Montserrat', sans-serif;
	margin-top: 170px;
}
footer .logo{
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
footer .tagline {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 5px;
	text-transform: uppercase;
	position: relative;
	margin: 20px auto;
}
footer .tagline .list-inline-item:not(:last-child) {
	margin-right: 1rem;
	position: relative;
}
footer .tagline .list-inline-item:not(:last-child):after {
	content: "\2022";
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 45%;
	transform: translate(7px, -50%);
}
footer a {
	color: #fff;
	font-size: 1rem;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active  {
	color: #fff !important;
	text-decoration: underline;
}
footer .copyright{
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
}
footer .copyright, footer .copyright a{
	font-size: .9rem;
}
footer h2, footer h2 a{
	line-height: 1.5;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0;
}
footer .list-inline{
	margin-top: 20px;
}
footer .list-inline-item:not(:last-child) {
	margin-right: 1rem;
}
footer .list-inline-item:not(:last-child) a:after {
	content: "|";
	display: inline-block;
	color: #fff;
	position: relative;
	right: -10px;
}
footer .list-unstyled li{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5rem;
}
footer .logo-holder {
	width: 380px;
	height: 380px;
	border-radius: 100%;
	background: #231f20;
	margin: -185px auto -43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
}
footer .logo-holder a {
	display: block;
	position: relative;
	z-index: 1;
}
footer .logo-holder:after {
	position: absolute;
	content: "";
	top: -200px;
	left: -200px;
	right: -200px;
	bottom: -200px;
	background: url(../png/footer-glow.png) no-repeat 50% 50%;
	background-size: cover;
	opacity: .15;
	pointer-events: none;
}
.footer-social {
	padding-left: 0;
	list-style: none;
	margin: 0 auto 40px;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 10px !important;
}
.footer-social li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #231f20;
	background-color: #9d9fa2;
	border-radius: 50%;
	font-size: 1.75rem;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.footer-social li a.twitter:before, .content-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .content-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before, .content-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .content-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.snapchat:before, .content-social li a.snapchat:before {
	content: "\f2ac";
}
.footer-social li a.linkedin:before, .content-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.pinterest:before, .content-social li a.pinterest:before {
	content: "\f231";
}
.footer-social li a.flickr:before, .content-social li a.flickr:before {
	content: "\f16e";
}
.content-social li a.twitter:before {
	content: "\f099";
} 
.content-social li a.facebook:before {
	content: "\f39e";
} 
.content-social li a.youtube:before {
	content: "\f167";
} 
.content-social li a.instagram:before {
	content: "\f16d";
}
.content-social li a.snapchat:before {
	content: "\f2ac";
}
.content-social li a.linkedin:before {
	content: "\f0e1";
}
.content-social li a.pinterest:before {
	content: "\f231";
}
.content-social li a.flickr:before {
	content: "\f16e";
}
.footer-social li:hover a:before, .content-social li:hover a:before {
	text-decoration: none;
	color: #000 !important;
	background-color: #E3E3E3;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.content-social {
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin: 15px auto;
}
.content-social li {
	display: inline-block;
	margin: 0 5px;
}
.content-social li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #fff;
	background-color: #002c76;
	font-size: 1.25rem;
	width: 40px;
	height: 40px;
	line-height: 2.5;
}
.container-padding{
	padding: 0 50px;
}
.two-col {
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
	columns: 2 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.three-col {
	-webkit-columns: 3 !important;
	-moz-columns: 3 !important;
	columns: 3 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.section.full-width{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.section.full-width [class*='col-'], .section.full-width [class*='col']{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*Video*/
.video-feature {
	width: 100%;
	height: 80vh;
	left: 0;
	top: 0;
	border: none;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-color: #000;
}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.video-feature .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; /* FF3.6-15 */
	background: #000;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.2))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}
.play-pause, .play {
	position: absolute;
	z-index: 3;
	color: #000;
	background-color: #fff;
	width: 30px;
	height: 30px;
	left: 50px;
	bottom: 25px;
	border: 1px solid #fff;
}
.play-pause:hover, .play-pause:focus{
	background-color: #000;
	color: #fff;
}
.play{
	display:none;
}
.play-pause .fa, .play .fa{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*Home Page Slider*/
.slider-wrapper{
	position: relative; 
	overflow: hidden;
}
.hero-slider{
	position: relative;
	margin-bottom: 0 !important;
}
.hero-slider .slide {
	width: 100vw;
	height: calc(100vh - 181px);
	display: flex;
	justify-content: flex-end;
	align-items: left;
	position: relative;
	background-color: #c32032;
}
.interior-hero-slider .slide{
	height: 50vh;
}
.hero-slider .slide .slider-img{  
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-slider .carousel-caption{
	margin: 0 auto;
	left: unset;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	line-height: 30px;
	width: 400px;
	z-index: 1;
	background-color: #c32032;
	padding: 50px;
	-ms-flex-align: center!important;
	align-items: center!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.hero-slider .carousel-caption p:last-of-type{
	margin-bottom: 0;
}
.hero-slider .carousel-caption .btn{
	margin: 0;
}
.hero-slider .carousel-caption h1, .hero-slider .carousel-caption h2{
	font-size: 2.5rem;
	line-height: 3rem;
	margin: 0 0 10px;
	color: #fff !important;
	font-weight: 500;
}
.video-feature .video-caption{
	margin: 0 auto;
	left: 50px;
	right: unset;
	bottom: 100px;
	text-align: left;
	line-height: 30px;
	z-index: 1;
	background-color: rgba(51,51,51,.7);
	padding: 30px;
	max-width: 93%;
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
.video-feature .video-caption h1, .video-feature .video-caption h2{
	color: #fff;
	margin-bottom: .5rem;
}
.video-feature .video-caption .lead{
	margin-bottom: .5rem;
}
.video-feature .video-caption img{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-wrapper .carousel-caption-overlay, .slider-wrapper .video-caption-overlay{
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,.5)), color-stop(100%, rgba(0,0,0,0.75))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
	z-index: 1;
	color: #000;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
}
.slider-wrapper .testimonial-slider .slick-prev, .slider-wrapper .testimonial-slider .slick-next{
	z-index: 1;
	color: #000;
	background-color: transparent;
	width: 60px;
	height: 60px;
	border: none
}
.slider-wrapper .slide-controllers{
	width: 100px;
	height: 30px;
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.slider-wrapper .slide-controllers .pause-play{
	color: #000;
	background-color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
	border: 1px solid #fff;
}
.slider-wrapper .slide-controllers .pause-play:before{
	font-family: "Font Awesome 5 Free";
	content: "\f04c";
	font-weight: 900;
	display: block;
	font-size: 12px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-wrapper .slick-dots li button:before, .card-slider .slick-dots li button:before, .gallery-slider .slick-dots li button:before{
	font-family: "Font Awesome 5 Free" !important;
	content: "\f111" !important;
	font-weight: 400;
	display: block;
	opacity: 1;
	color: #fff;
	font-size: 14px;
}
.gallery-slider .slick-dots li button:before{
	font-weight: 900;
	color: #000;
	opacity: .5;
}
.gallery-slider .slick-dots li.slick-active button:before{
	font-weight: 900;
	color: #000;
	opacity: 1;
}
.slider-wrapper .slick-dots li.slick-active button:before, .card-slider .slick-dots li.slick-active button:before{
	content: "\f111" !important;
	opacity: 1;
	color: #fff;
	font-weight: 900;
}
.section-with-background .card-slider .slick-dots li button:before, .section-with-background .card-slider .slick-dots li.slick-active button:before{
	color: #fff;
}
.slide-dots .slick-dots {
	bottom: 20px;
	width: auto;
	right: 150px;
	text-align: right !important;
}
.slider-wrapper .slide-controllers .pause-play.paused:before{
	content: "\f04b";
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-prev:focus, .slider-wrapper .slick-next:hover, .slider-wrapper .slick-next:focus, .slider-wrapper .slide-controllers .pause-play:focus, .slider-wrapper .slide-controllers .pause-play:hover {
	color: #fff !important;
	background-color: #000 !important;
}
.slider-wrapper .slick-prev:hover:before, .slider-wrapper .slick-prev:focus:before, .slider-wrapper .slick-next:hover:before, .slider-wrapper .slick-next:focus:before{
	color: #fff;
}
.slider-wrapper .testimonial-slider .slick-prev:hover, .slider-wrapper .testimonial-slider .slick-prev:focus, .slider-wrapper .testimonial-slider .slick-next:hover, .slider-wrapper .testimonial-slider .slick-next:focus {
	color: #c32032 !important;
	background-color: transparent !important;
}
.slider-wrapper .slick-prev{
	left: 0;
	bottom: 0;
}
.slider-wrapper .slick-next{
	right: 0;
	bottom: 0;
}
.slider-wrapper .slick-next:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f105" !important;
	font-weight: 900;
	display: block;
	opacity: 1;
	font-size: 20px !important;
	color: #000;
}
.slider-wrapper .slick-prev:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f104" !important;
	font-weight: 900;
	display: block;
	opacity: 1;
	font-size: 20px !important;
	color: #000;
}
.slider-wrapper .testimonial-slider .slick-next:before, .slider-wrapper .testimonial-slider .slick-prev:before {
	font-size: 60px !important;
	color: #000;
}
.slider-wrapper .partner-slider .slick-prev, .slider-wrapper .partner-slider .slick-next {
	z-index: 1;
	color: #fff;
	background-color: transparent;
	width: 50px;
	height: 60px;
	border: none;
}
.slider-wrapper .partner-slider .slick-next:before, .slider-wrapper .partner-slider .slick-prev:before {
	font-size: 60px !important;
	color: #fff;
}
.slider-wrapper .partner-slider .slick-prev:hover, .slider-wrapper .partner-slider .slick-prev:focus, .slider-wrapper .partner-slider .slick-next:hover, .slider-wrapper .partner-slider .slick-next:focus {
	color: #000 !important;
	background-color: transparent !important;
}
.slider-wrapper .partner-slider .slick-prev:hover:before, .slider-wrapper .partner-slider .slick-prev:focus:before, .slider-wrapper .partner-slider .slick-next:hover:before, .slider-wrapper .partner-slider .slick-next:focus:before {
	color: #000;
}
.testimonial-slider{
	text-align: center;
}
.testimonial-slider .testimonial-quote{
	display: block;
	width: 70%;
	margin: 20px auto;
	font-size: 1.2rem;
}
.testimonial-slider img{
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
/*Gallery Slider*/
.gallery-slider{
	-webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	-moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	margin: 20px auto;
}
.gallery-slider.slick-dotted.slick-slider {
	margin-bottom: 60px;
}
.gallery-slider .slide{
	position: relative;
}
.gallery-slider .slide img{
	width: 100%;
}
.gallery-slider .slick-next {
	right: 35px;
}
.gallery-slider .slick-next:before {
	content: '\f105';
}
.gallery-slider .slick-prev {
	left: inherit;
	right: 90px;
	z-index: 1;
}
.gallery-slider .slick-prev:before {
	content: '\f104';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
	font-size: 40px;
	opacity: 1;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
	top: inherit;
	bottom: -55px;
	width: 55px;
	height: 55px;
	color: #fff;
	background-color: #c32032;
}
.gallery-slider .slick-next {
	top: inherit;
	bottom: -55px;
	width: 55px;
	height: 55px;
	color: #fff;
	background-color: #c32032;
}
.gallery-slider .slick-prev:hover, .gallery-slider .slick-prev:focus, .gallery-slider .slick-next:hover, .gallery-slider .slick-next:focus {
	background: #000;
}
.gallery-slider .slick-dots{
	text-align: left;
	width: 80%;
	bottom: -35px;
}
.gallery-slider .slick-dots li button:before {
	font-size: 15px;
}
.gallery-slider .carousel-caption {
	margin: 0 auto;
	left: 20px;
	bottom: 20px;
	right: 25%;
	text-align: left;
	line-height: 1.875;
	z-index: 1;
	position: absolute;
	padding: 20px;
	background-color: rgba(0, 44, 118, .75);
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
	font-size: 2rem;
	line-height: 2;
	margin: 0 0 10px;
	color: #fff !important;
	font-weight: 500;
	text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.content .gallery-slider .carousel-caption a, .gallery-slider .carousel-caption a {
	color: #fff;
	text-decoration: none;
}
.content .gallery-slider .carousel-caption a:hover, .gallery-slider .carousel-caption a:hover, .content .gallery-slider .carousel-caption a:focus, .gallery-slider .carousel-caption a:focus {
	text-decoration: underline;
}
.hero {
	position: relative;
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}
.hero .section-intro{
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.hero-title-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,.25) 38%, rgba(0,0,0,.25) 61%, rgba(0,0,0,.25) 62%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero h1 {
	font-size: 3.5em;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
.hero.no-image {
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
}
.hero.no-image h1{
	font-size: 2.75rem;
	position: relative;
	text-shadow: none;
	transform: none;
	padding: 50px 0;
	color: #000;
	margin: 0;
}
.news-events-header{
	position: relative;
}
.news-events-header .view-all {
	text-align: right;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
}
.news-events-header span{
	font-size: 1.5rem;
	margin-right: 5px;
}
.news-events-header .news:hover, .news-events-header .events:hover, .news-events-header .news:focus, .news-events-header .events:focus{
	text-decoration: underline;
}
.event-item{
	margin-bottom: 15px;
}
.event-item-header, .event-item-header h3{
	font-size: 1.625rem;
	line-height: 1.65;
}
.event-item-header a:hover, .event-item-header a:focus{
	text-decoration: none;
}
.event-item-copy p{
	margin-bottom: 5px;
}
.event-item-date{
	font-size: 0.75rem;
}
.events .event-item{
	display: table;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	font-weight: 500;
}
.events.full-width .event-item{
	margin-bottom: 60px;
	margin-top: 20px;
}
.events .event-item .event-date, .events .event-item .event-text {
	display: table-cell;
	position: relative;
}
.events .event-item .event-date  {
	width: 20%;
}
.events .event-item .event-text{
	width: 80%;
}
.event-item .event-date {
	vertical-align: top;
	border-right: 2px solid #000;
	padding-right: 15px;
	min-width: 90px;
}
.event-item .event-date .event-month {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.875rem;
	font-weight: bold;
	color: #000;
}
.event-item .event-date .event-day {
	display: block;
	text-align: center;
	font-size: 3.125rem;
	font-weight: bold;
	color: #c32032;
}
.event-item .event-date .year{
	color:#000;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	display: block;
}
.event-item .event-text {
	line-height: 1.375;
	position: relative;
	vertical-align: top;
	padding-left: 15px;
	color: #73726f;
}
.event-item .event-date-bg{
	background-color: #fff;
	line-height: 1.125;
}
.event-item .event-item-time-location{
	color: #000;
}
.event-item .event-item-copy{
	font-size: 1rem;
}
.event-item .event-item-time-location .time:before{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f017";
	font-size: 0.875rem;
	margin-right: 5px;
	color: #000;
}
.events.full-width .event-item-time-location .time, .events.full-width .event-item-time-location .location{
	display: block;
}
.events.full-width .event-item-time-location .location{
	margin-left: 0;
}
.event-item .event-item-time-location .location{
	margin-left: 10px;
}
.event-item .event-item-time-location .location:before{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
	font-size: 0.875rem;
	margin-right: 5px;
	color: #000;
}
.view-all{
	font-size: .95rem;
	color: #000;
	padding: 0 !important;
	text-decoration: none !important;
}
.card .card-body .view-all{
	text-decoration: none !important;
}
.view-all::after{
	border: none;
	display: inline-block;
	margin-left: 5px;
	vertical-align: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	font-size: 0.75rem;
	color: #000;
}
.view-all:hover, .view-all:focus{
	color: #000;
	text-decoration: underline !important;
}
.news-list h2, .news-list h3{
	margin-bottom: 15px;
}
.news-list img{
	margin-bottom: 15px;
}
.restrict{
	padding: 0 20%;
}
.card{
	border-radius: 0.5rem;
	margin-bottom: 40px;
	border: none;
}
.card-img-top, .card-img-side {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.bg-secondary {
	background: #e9ecef !important;
}
.card-borderless {
	border: none;
}
.bg-gray .card{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	border: none;
	margin-bottom: 20px;
}
.bg-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background-color: rgba(0,0,0,.4);
	color: #fff;
}
.card .image-overlay{
	padding-top: 70%;
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.card.card-img-side .image-overlay{
	padding-top: 70%;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}
.card .image-overlay .card-img-top{
	background-color: #000;
	color: #fff;
	background-size: cover;
	background-position: 50%;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: transform .5s;
}
.card:hover .card-img-top {
	transform: scale(1.125);
}
.card.card-img-side .image-overlay .card-img {
	background-color: #000;
	color: #fff;
	background-size: cover;
	background-position: 50%;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.card a .card-body h3{
	color: #c32032;
}
.card a, .card a .card-body h4{
	text-decoration:none !important;
}
.card a:hover, .card a:hover .card-body h3, .card a:hover .card-body h4{
	text-decoration:none !important;
	color: #000;
}
.card.bg-red a:hover, .card.bg-red a:hover .card-body h3, .card.bg-red a:hover .card-body h4,
.card.bg-medium-gray a:hover, .card.bg-medium-gray a:hover .card-body h3, .card.bg-medium-gray a:hover .card-body h4,
.card.bg-black a:hover, .card.bg-black a:hover .card-body h3, .card.bg-black a:hover .card-body h4{
	color: #fff;
}
.card a.btn:hover{
	text-decoration:none !important;
	color: #fff;
}
.card.bg-medium-gray .btn.btn-white:hover, .card.bg-medium-gray .btn:hover{
	border-color: #fff;
}
.card .card-body a{
	text-decoration:underline !important;
}
.card .card-body a.btn{
	text-decoration:none !important;
}
.card .card-body a:hover, .card .card-body a:focus{
	text-decoration:none !important;
}
.card a p{
	font-weight: 400;
}
.card a .card-body{
	text-decoration:none !important; 
	color: #5d5d5d;
	line-height: 1.375;
}
.card-background{
	height: 254px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	background-color: #000;
}
.card-background .card-body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.75);
	background-size: cover;
	background-position: center;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s; 
}
.card-background .card-body:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
}
.card-background:hover .card-body, .card-background:focus .card-body{
	transform: scale(1.2);
}
.card-background h2, .card-background h3, .card-background h4, .card-background h5, .card-background h6, .card-background p{
	color: #fff;
	position: relative;
	font-weight: 700;
	font-size: 1.5rem;
}
.calendar-item{
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 7px 18px 0px rgba(85,85,85,0.32);
	-moz-box-shadow: 0px 7px 18px 0px rgba(85,85,85,0.32);
	box-shadow: 0px 7px 18px 0px rgba(85,85,85,0.32);
	margin-bottom: 20px;
	min-height: 155px;
	transition: all .5s;
}
.custom-slider-arrows .slick-next, 
.custom-slider-arrows .slick-prev {
	background: rgba(255,255,255,.75) !important;
	padding: 10px !important;
	width: 40px !important;
	height: 40px !important;
}
.custom-slider-arrows .news-slider .slick-next, .custom-slider-arrows .news-slider .slick-prev{
	top: 35%;
}
.custom-slider-arrows .slick-next {
	right: 15px !important;
}
.custom-slider-arrows .slick-prev {
	left: 15px !important;
	z-index: 1 !important;
}
.custom-slider-arrows .slick-next:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f105" !important;
	font-weight: 900;
	display: block;
	opacity: 1;
	font-size: 30px !important;
	color: #c32032 !important;
	position: relative;
	top: -4px;
}
.custom-slider-arrows .slick-prev:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f104" !important;
	font-weight: 900;
	display: block;
	opacity: 1;
	font-size: 30px !important;
	color: #c32032 !important;
	position: relative;
	top: -4px;
}
.breadcrumb {
	background-color: transparent !important;
	margin: 0;
	display: block;
	padding: 2rem .75rem;
	line-height: 1.5 !important;
}
.breadcrumb-item.active {
	color: #000;
}
.breadcrumb-item .fa-home{
	color: #c32032;
	margin-right: 5px;
}
.breadcrumb li {
	display: inline;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #4E555A;
	font-weight: 400;
}
.breadcrumb li  a {
	font-weight: 400;
	text-decoration: none;
	border-bottom: none !important;
	color: #4E555A;
}
.breadcrumb li  a:hover{
	text-decoration: underline;
	text-decoration-color: #000;
}
/*Side Nav*/
.side-nav-heading {
	font-size: 1.5rem !important;
	color: #000 !important;
	padding: .5rem;
	margin: 0 !important;
}
.side-nav-heading:after{
	display: none;
}
.side-nav-heading a {
	color: #000 !important;
	text-decoration:none;
}
#sidebar .navbar-collapse, #sidebar .navbar .navbar{
	background-color: #fff;
}
#sidebar {
	margin-bottom: 20px;
	background-color: #fff;
}
#sidebar #side-nav-accordion{
	width: 100%;
	padding: 0;
	background-color: #fff;
}
#sidebar .navbar {
	padding: 0;
	background-color: #fff;
	margin-bottom: 20px;
	display: block;
}
#sidebar .navbar-light .nav-item:first-child {
	border-top: none;
}
#sidebar .navbar-light .nav-link {
	color: #383838;
	font-size: 1rem;
	text-decoration: none;
	padding: 12px 30px 12px 12px;
	line-height: 1.5rem;
	border-bottom: 1px solid #e9ecef;
	border-left: 0px;
	border-right: 0px;
	position: relative;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus {
	color: #000;
	background-color: #E7E7E7;
}
#sidebar .navbar-light{
	width: 100%;
}
#sidebar .navbar .navbar-toggler {
	color: #000;
	font-size: 1.25rem;
	padding: 5px;
	border: none;
	margin-right: 20px;
	margin-top: 10px;
	position: absolute;
	right: 0;
	top: 10px;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up{
	display:none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
	display:none;
}
#sidebar .navbar-light .nav-item .nav .nav-item .nav-link[data-toggle="collapse"]::after {
	content: "\f078";
	color: #c32032;
	top: 25px;
}
#sidebar .navbar-light .nav-item .nav .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f077";
}
#sidebar .navbar-brand{
	font-size: 1.125rem;
	font-weight: 500; 
	padding: 20px;
}
#sidebar .navbar-light .nav-item{
	margin: 0;
	border-left: 0px;
	border-right: 0px;
	position: relative;
	display: block;
	width: 100%;
}
#sidebar .navbar-light .row{
	width: 100%;
}
#sidebar .navbar-light .nav-item .navbar-nav {
	background-color: #f6f6f6;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link {
	font-size: .9rem;
	padding: 10px 25px 10px 20px;
	border: none;
	color: #000;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
	padding-top: 15px;
}
#sidebar .navbar-light .nav-item .nav-item:last-child .nav-link {
	padding-bottom: 15px;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link:hover, #sidebar .navbar-light .nav-item .nav-item .nav-link:focus {
	background-color: #f4f4f4;
}
#sidebar .navbar-light .nav-item .nav-item .nav-item .nav-link {
	font-size: 0.875rem;
	padding: 10px 15px 10px 30px;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
	border-top: none;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-size: .75rem;
	color: #c32032;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after{
	content: "\f067";
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f068";
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"] {
	padding-bottom: 12px;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link::after{
	content: none;
}
#sidebar .navbar-light .nav-item ul {
	margin-left: 0 !important;
}
#sidebar .secondary-nav{
	width: 100%;
	padding: 0 20px;
}
#sidebar .secondary-nav .nav-link{
	border: none;
	color: #000;
}
.figure{
	display: block;
}
.figure-caption{
	color: #42484c; 
	padding: 10px 0;
}
.figure img{
	-webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	-moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
	margin: 0 auto 20px;
}
blockquote, .blockquote{
	border-left: 4px solid #c32032;
	padding-left: 20px;
	margin: 20px 40px;
}
.blockquote-footer {
	color: #4E565A;
	padding: 15px 0;
}
.featured-event h2{
	font-size: 2.375rem;
	color: #000;
}
.featured-event{
	font-weight: 300;
	font-size: 1.375rem;
}
.featured-event .featured-date{
	font-size: 1.75rem;
	color: #FFFFFF;
	padding: 50px;
	text-transform: uppercase;
	background-color: #000;
	text-align: center;
	max-width: 180px;
	font-weight: 400;
}
/*Accordions*/
.accordion{
	margin-bottom: 20px;
}
.accordion .card {
	border: none;
	margin: 10px 0;
	box-shadow: none !important;
	background-color: transparent;
}
.accordion .card-header {
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
}
.accordion .card-header .btn {
	font-size: 1.25rem;
	margin: 0;
	font-weight: 600;
	background-color: #f5f5f5;
	color: #c32032 !important;
	border: none;
	box-shadow: none !important;
	padding: 10px 45px 10px 10px;
	line-height: 1.5;
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 0;
	text-transform: none;
}
.accordion .card-header .btn:hover, .accordion .card-header .btn:focus{
	text-decoration: none;
}
.accordion .card-header .btn-link .fas {
	font-size: 2.063rem;
	padding: 0 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #c32032;
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion .card-body {
	border: none;
	border-top: 0px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border-bottom: 4px solid #c32032;
	border-left: none;
	border-right: none;	
	font-size: 1.25rem;
	background-color: transparent;
	position: relative;
}
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	position: absolute;
	font-size: 1.25rem;
	color: #000;
	bottom: -30px;
	left: 45%;
}
.tabs .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	font-size: 1.25rem;
	color: #000;
	padding: 30px 25px 8px;
	text-decoration: none;
	font-weight: bold;
}
.tabs .nav-tabs  > a:last-of-type {
	margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
	content: none;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tabs .nav-tabs .nav-item {
	margin-bottom: -4px;
	margin-top: 0;
	background-color: transparent;
	border-bottom: 4px solid #ececec;
}
.tabs .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tabs .nav-tabs {
	border-bottom: 4px solid #ececec;
	margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover {
	border-bottom-color: #000;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #000;
}
.tabs .tab-content {
	text-align: left;
	padding: 40px 20px;
	background-color: #fff;
	margin-bottom: 50px;
}
.tabs .tab-content>.active {
	height: auto;
}
.tabs .tab-content h3 {
	margin: 20px 0;
}
/*Vertical Tabs*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #000;
}
.nav-pills .nav-link {
	border-radius: 0;
}
.pagination {
	margin: 20px auto !important;
}
.pagination li {
	margin: 0 !important;
}
.pagination .page-item .page-link{
	text-decoration: none !important;
	color: #c32032;
}
.pagination .page-item.active .page-link{
	background-color: #c32032 !important;
	border-color: #c32032 !important;
	color: #fff;
}
.dataTables_length{
	text-align: left;
}
#directory-list thead{
	background: #000;
	color: #fff;
	font-size: 1.125rem;
}
#directory-list{
	background-color: #fff;
	text-align: left;
	font-size: 1rem;
}
#directory-list[style]{
	width: 100% !important; 
}
#directory-list thead tr td, #directory-list thead th{
	border: none;
}
#directory-list_filter label:after{
	content: "";
}
.directory-list select {
	position: relative;
	font-size: 16px;
	padding: 6px 30px 8px 14px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(../png/icon-arrowdown-black.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #FFFFFF;
	overflow: auto;
	width: 100%;
	margin: 0 auto 20px;
}
.directory-list #reset-filters {
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: #c32032;
	border: none;
	font-weight: 700;
	padding: 5px 10px;
	height: 40px;
	margin-left: 20px;
}
.directory-list .filters-container div {
	display: block;
	width: 90%;
	margin: 0;
}
#directory #navbarNavDropdown, .directory-list .filters-container {
	width: 100%;
	justify-content: center;
	display: flex;
	margin: 0 auto;
}
.dataTables_wrapper .dataTables_filter input{
	width: 300px !important;
}
#directory .filters .alpha-links, .directory-list .alphabet{
	display: block;
	margin: 15px auto 45px;
	text-align: center;
}
#directory .filters .alpha-links .current, .directory-list .alphabet .active {
	background-color: #c32032;
	color: #FFFFFF;
	border-radius: 3px;
}
#directory .filters .alpha-links a, #directory .filters .alpha-links span, .directory-list .alphabet span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 32px;
	margin: 4px;
	text-align: center;
	font-weight: 700;
	background-color: #f5f5f5;
}
#directory .filters .alpha-links .pipe{
	background-color: transparent;
}
.faculty-box {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.faculty-headshot{
	margin-bottom: 20px;
	float: right;
	margin-top: 20px;
}
.faculty-box-info {
	float: left;
	width: 100%;
}
.faculty-box-info-title {
	margin-right: 8px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1rem;
	position: relative;
	top: 1px;
}
.faculty-box-info-title, .faculty-box-info-desc {
	float: left;
}
table.bio th {
	font-weight: bold;
}
.program-list {
	position: relative;
}
.program-list .section-links-container {
	display: flex;
	background-color: #fff;
	padding: 10px 0;
}
.program-list .section-links {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
.program-list .section-links-item {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	padding-bottom: 0;
}
.program-list .links-content .sections{
	padding: 0;
}
.program-list .section-link {
	display: flex;
	width: 38px;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}
.program-list .section-item {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
	padding-top: 50px;
}
.program-list .section-heading {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin-bottom: 0;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	color: #c32032;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.program-list .section-programs {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
	padding-right: .9375rem;
	column-count: 2;
	list-style: none;
}
.program-list .section-program {
	position: relative;
	padding-left: 20px;
	margin: 0 auto 20px;
}
.program-list .section-program-link {
	margin-bottom: 5px;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.71429;
	color: #57575B;
}
.program-list .section-hr {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-color: #ededed;
	border-style: solid;
	border-width: 1px 0;
}
.program-list .section-hr-container {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
	margin-left: 8.33333%;
	padding-top: 50px;
	padding-right: .9375rem;
	padding-left: .9375rem;
}
.program-list .active a {
	color: #fff;
}
.program-list .active {
	background-color: #c32032;
}
.table th {
	background-color: #fff;
	color: #000;
}
.table tbody th {
	background-color: #c32032;
	color: #fff;
}
.totals{
	font-weight: 700;
}
.grand-total{
	background-color: #000 !important;
	color: #fff;
	font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1500px){
	.bg-window-watermark .btn-large, .content .bg-window-watermark .btn-large {
		font-size: 1.25rem;
		padding: 20px;
		min-width: 1px;
	}
}

@media (min-width: 1200px){
	.d-xl-table{
		display: table;
	}
	.main-navigation .top-row .audience .nav li a:hover, .main-navigation .top-row .audience .nav li a:focus{
		color: #fff !important;
		text-decoration: underline;
	}   
	.main-navigation .nav li a:hover, .main-navigation .nav li a:focus{
		color: #fff !important;
	}
	.main-navigation .nav li a:hover, .main-navigation .nav li a:focus {
		color: #000 !important;
	}
	.header-search .btn-default, .header-search .btn-submit {
		background: transparent;
		border: none;
		color: #c32032;
		position: absolute;
		font-size: 1.35rem;
		right: 20px;
		top: 10px;
		z-index: 3;
		min-width: auto;
		padding: 0;
		margin: 0;
		transition: all 0.8s ease;
		border-radius: 0;
	}
	.header-search .btn-submit {
		color: #343434;
		right: 50px;
		top: 10px;
		display: none;
	}
	.header-search .btn-submit.active {
		display: block;
	}
	.header-search .btn-default.active{
		font-size: 1.35rem;
		top: 10px;
	}
	.header-search .form-control {
		width: 0;
		background-color: transparent;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header-search .btn-submit.active{
		display: block;
		color: #5c5b58;
		top: 10px;
		right: 65px;
		font-size: 1.25rem;
	}
	.header-search .btn-default .fa-search:before{
		position: relative;
	}
	.header-search .btn-default.active .fa-search:before {
		content: "\f00d";
	}
	.header-search .form-control.active {
		width: 250px;
		background-color: #f5f5f5;
		right: 55px;
	}
	.header-search {
		margin-left: 60px;
	}
	.main-navigation .top-row {
		position: absolute;
		width: 100%;
		top: 0;
	}
	.main-navigation .bottom-row{
		position: relative;
		top: 56px;
	}
}

@media (max-width: 1199px){
	.logo-text{
		display: none;    
	}
	.main-navigation .top-row{
		position: relative;
	}
	.menuClose:hover, .menuClose:focus {
		color: #fff;
	}
	.main-navigation .bottom-row{
		padding: 10px 0;   
	}
	.main-navigation .nav li a {
		padding: 8px 0 8px 0 !important;
		white-space: normal;
		text-align: left;
	}
	.mobile-header {
		display: block;
		padding-top: 0;
	}
	.site-navigation.modal{
		display: none;
		opacity: 0;
		position: fixed;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
		top: 146.73px
	}
	.alert-visible .site-navigation.modal {
    top: 220px;
}
	.site-navigation .modal-body{
		padding: 0; 
		background-color: #636466;
	}
	.site-navigation.modal.show{
		opacity: 1;
	}
	.site-navigation.modal .modal-dialog {
		width: auto;
		max-width: 500px;
	}
	.site-navigation .modal-content {
		background-color: #ffffff !important;
		border: none;
		border-radius: 0;
		height: 100%;
		min-height:100vh;
		width: 500px;
	}
	.site-navigation.modal.fade:not(.in) .modal-dialog {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
	}
	.site-navigation.modal.fade:not(.in).bottom .modal-dialog {
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0);
	}
	.site-navigation.modal .modal-dialog {
		position:absolute;
		top:0;
		right: 125px;
		margin:0;
		-webkit-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
		box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
	}
	.site-navigation{
		padding: 75px 60px;
		overflow: hidden;
	}
	.site-navigation .nav{
		display: block;
	}
	.site-navigation .cta .nav{
		display: flex;
	}
	.site-navigation .aux .nav{
		display: flex;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.main-navigation .top-row .audience .nav-item .nav-link:after{
		display: none;    
	}
	.header-search .form-control {
		height: 40px;
	}
	.header-search .btn-submit {
		top: 4px;
		right: 8px;
		font-size: 1.125rem;
	}
	.main-navigation .top-row .audience .nav-item .nav-link{
		padding: 10px 15px;
	}
	.site-navigation .audience{
		margin: 25px 0 220px;
		padding: 0;
	}
	.modal-open .siteHeader {
		background-color: transparent;
	}
	.main-navigation .logo{
		display:none !important;    
	}
	.header-search {
		margin: 25px 15px 25px 15px;
	}
	.main-navigation .nav li.bg-gray, .main-navigation .nav li.bg-red {
		margin-left: 0;
		display: inline-block;
		margin-top: 10px;
	}
	.main-navigation .nav li.bg-gray a, .main-navigation .nav li.bg-red a {
		padding: 8px !important;
		top: 0;
		display: none;
	}
	video, .play-pause, .play{
		display: none;     
	}
	footer .logo-block a{
		justify-content: center;
		text-align: left;
	}
}

@media (min-width: 1140px){
	.hero .section-intro{
		height: 100%;
		max-width: 1140px;
		margin: 0 auto;
		position: relative;
	}
	.hero-title-container {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		position: relative;
	}
}

@media (min-width: 992px) and (max-width: 1140px){
	.hero .section-intro{
		max-width: 992px;
	}
	.hero-title-container {
		max-width: 992px;
	}
	#newssearchForm {
		right: 325px !important;
	}
	.section-intro .filters {
		width: 25% !important;
		right: 50px !important;
	}
}

@media (min-width: 992px){
	.directory-list .filters-container {
		width: 50%;
	}
	.spotlight .view-all{
		position: absolute;
		bottom: 30px;
		right: 30px;
	}
	#newssearchForm{
		width: 30%;
		position: absolute;
		right: 365px;
		top: 50%;
		transform: translate(0, -50%);
	}
	#myscc-search-form{
		width: 50%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.catalog-search-buttons-wrapper{
		display: flex;
		position: relative;
		left: 0;
		margin-top: -40px;
		margin-bottom: 25px;    
	}
	#catalogsearchForm{
		display: inline-block;
		width: 40%;
	}
	.hero .section-intro .btn-wrapper {
		display: inline-block;
		text-align: right;
		width: 55%;
	}
	.section-intro .filters{
		width: 30%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.spotlight .featured-news .card-body {
		min-height: 100px;
	}
	.featured-news .card-body {
		min-height: 150px;
	}
}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
	.header-search .btn-default{
		display: none !important;       
	}
	.btn-large, .content .btn-large {
		font-size: 1.125rem;
		padding: 15px;
	}
	.bg-window-watermark .btn {
		min-width: 190px;
	}
	.video-feature{
		height: 600px;    
	}
	.section {
		padding: 40px 0;
	}
	.sub-header h1 {
		font-size: 2.25rem;
	}
	h1, .h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	.lead {
		font-size: 1.25rem;
		line-height: 1.35em;
	}
	.btn-default {
		min-width: 110px;
	}
	.restrict {
		padding: 0 15%;
	}
	.featured-event .featured-date {
		font-size: 1.5rem;
		padding: 40px;
	}
	.featured-event h2 {
		font-size: 2rem;
	}
	.video-feature .overlay {
		background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(0,0,0,.3)), color-stop(100%, rgba(0,0,0,0.5)));
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	}
	.bg-gray .card .card-body br, .bg-red .card .card-body br{
		display: none;    
	}
	.half-and-half .text {
		max-width: 70%;
	}
	.half-and-half {
		background-size: 100%;
		background-position: 10% center;
	}
	.slider-wrapper.interior-slider {
		margin-bottom: -75px;
	}
	.card-with-icon .card-body{
		min-height: 230px;
	}
	.section-with-background .card-with-icon .card-body{
		min-height: 365px;
	}
	.featured-news .card-body {
		min-height: 200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-4 .icon h3 {
		min-height: 90px;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	.col-md-6.col-lg-3 .icon h3 {
		min-height: 90px;
	}
}

@media (max-width: 992px){
	.white-banner .btn + .btn, .btn + .btn + .btn {
		margin-left: auto;
	}
	.white-banner .btn  {
		display: block;
		width: max-content;
	}
	.header-search .btn-default{
		display: none !important;       
	}
	.hero-slider .slide {
		height: 650px;
	}
	.hero-slider .slide .slider-img {
		height: 400px;
		width: 100%;
		right: 0;
	}
	.hero-slider .carousel-caption {
		left: 0;
		width: 100%;
		top: unset;
		padding: 30px 20px;
	}
	.slider-wrapper .slide-controllers {
		bottom: 40px;
	}
	.slide-dots .slick-dots {
		bottom: 35px;
	}
	.card .image-overlay {
		padding-top: 45%;
	}
	.section-intro .filters{
		display: block;
		margin: 0 15px 30px;
	}
	.bg-window-watermark .btn{
		min-width: 1px;
		display: block;
		min-width: 250px;
		margin: 15px 0;
		margin-left: auto !important;
	}
	.btn-large, .content .btn-large{
		font-size: 1.125rem;
		padding: 15px;
		min-width: 250px;
		margin: 15px 0;
		margin-left: auto !important;
	}
	#newssearchForm{
		margin: -10px 15px 20px;    
	}
	#category-submit{
		width: 100%;
		font-size: .9rem;
		padding: 0.5rem 1rem !important;   
	}
	.catalog-search-buttons-wrapper{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: -16px;    
	}
	.catalog-search-buttons-wrapper .btn-wrapper{
		text-align: center;    
	}
	.events.full-width .event-item {
		width: 48%;
	}
	.three-col {
		-webkit-columns: 2 !important;
		-moz-columns: 2 !important;
		columns: 2 !important;
	}
	footer .logo-holder {
		width: 200px;
		height: 200px;
		margin: -100px auto -20px;
	}
	footer .logo-holder:after {
		top: -100px;
		left: -100px;
		right: -100px;
		bottom: -100px;
	}
	footer .logo-holder img {
		max-width: 40%;
	}
	footer .tagline {
		font-size: 1rem;
	}
	footer{
		text-align: center;   
		padding: 40px 0;
		margin-top: 90px;
	}
	footer .logo {
		margin: 0 auto;
	}
	footer .logo-block a {
		text-align: center;
		display: block !important;
	}
	.footer-social {
		margin: 15px auto;
		text-align: center;
		justify-content: center;
	}
	.footer-social li a:before{
		height: auto;     
	}
	.footer-social li:first-child {
		margin-top: 0;
	}
	.footer-social li {
		margin-bottom: 10px;
	}
	.bg-window-watermark{
		background-size: 55%;   
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	footer {
		padding: 40px 0;
	}
	footer .logo-block a{
		justify-content: center;
		text-align: left;
	}
	footer .list-inline{
		margin: 10px auto 20px;
		text-align: center;
	}
	.footer-social {
		display: flex;
		justify-content: center;
	}
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
	.featured-news .bg-image {
		position: relative;
	}
	.featured-news .fullwidth-split-text {
		padding: 3rem 2rem;
		display: block;
	}
	.featured-news .fullwidth-split-text .text-wrapper {
		text-align: left !important;
		max-width: none;
	}
	.video-feature{
		height: 500px;    
	}
	.hero-slider .carousel-caption h1, .video-feature .video-caption h1,
	.hero-slider .carousel-caption h2, .video-feature .video-caption h2{
		font-size: 2rem;
	}
	.icon .fab, .icon .fas {
		font-size: 4.5rem;
	}
	.icon span {
		font-size: 1.5em;
	}
	.section {
		padding: 40px 0;
	}
	.section-with-background{
		padding: 40px;    
	}
	.sub-header h1 {
		font-size: 2.5rem;
	}
	h1, .h1 {
		font-size: 2.5rem;
		line-height: 2.75rem;
	}
	h2, .h2 {
		font-size: 2rem;
	}
	.interior .content h2{
		text-align: left;     
	}
	.restrict {
		padding: 0 15%;
	}
	footer .copyright {
		margin-top: 40px;
	}
	.footer-nav{
		margin-top: 20px;    
	}
	.events .event-item {
		width: 50%;
	}
	.home-events .col-md-6.col-lg-4.event-item{
		width: 100%;
	}
	.featured-event .featured-date {
		font-size: 1.5rem;
		padding: 40px;
	}
	.featured-event h2 {
		font-size: 2rem;
		text-align: left;
	}
	#sidebar .navbar-light .row {
		width: auto;
	}
	#sidebar .navbar {
		background-color: #f5f5f5;
	}
	.video-feature .overlay {
		background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(0,0,0,.3)), color-stop(100%, rgba(0,0,0,0.5)));
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	}
	.half-and-half .text {
		max-width: 100%;
	}
	.half-and-half {
		background-size: cover;
		background-position: 10% center;
	}
	.bg-image {
		position: relative;
	}
	.fullwidth-split-text {
		padding: 3rem 0;
	}
	.fullwidth-split-text .text-wrapper {
		text-align: left !important;
	}
	.news-slider .carousel-indicators li .article-caption {
		height: 120px;
	}
	.news-slider {
		margin-bottom: 80px;
	}
	.slider-wrapper.interior-slider {
		margin-bottom: -75px;
	}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
	.site-navigation {
		padding: 0;
	}
	.site-navigation.modal .modal-dialog {
		max-width: 100%;
		right: 0;
		left: 0;
		width: 100%;
		transform: translate3d(0, 0, 0)!important;
	}
	.site-navigation .modal-content {
		width: 100%;
	}
	.container-padding{
		padding: 0 15px;
	}
	h1, .h1 {
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
	h2, .h2, .font-size-lg {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	.btn-centered, .content .btn-centered {
		width: auto;
		text-align: center;
	}
	.featured-news h3 {
		font-size: 1.5rem;
	}
	.lead {
		font-size: 1.125rem;     
	}
	.space-sm {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.sub-header h1 {
		font-size: 2.5rem;
	}
	.hero.no-image h1 {
		font-size: 2.125rem;
		padding: 30px 0;
	}
	.hero {
		height: 250px;
	}
	.hero h1 {
		font-size: 2.5rem;
	}
	.home-hero .btn{
		display: block;
		margin: 10px auto 0 !important;
	}
	.home-hero br{
		display: none;    
	}
	.featured-news .bg-image {
		position: relative;
	}
	.featured-news .fullwidth-split-text {
		padding: 2rem;
		display: block;
	}
	.featured-news .fullwidth-split-text .text-wrapper {
		text-align: left !important;
		max-width: none;
	}
	.hero-slider .carousel-caption h1, .video-feature .video-caption h1,
	.hero-slider .carousel-caption h2, .video-feature .video-caption h2{
		font-size: 2rem;
	}
	.video-feature .video-caption h1, .video-feature .video-caption h2 {
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
	.video-feature .video-caption h2 {
		font-size: 1.75rem;
		line-height: 1.5rem;
	}
	.video-feature{
		height: 450px;    
	}
	.video-feature .video-caption{
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		padding-bottom: 20px;
	}
	.play-pause, .play {
		left: 30px;
	}
	.section {
		padding: 40px 0;
	}
	.section-with-background{
		padding: 40px 0; 
	}
	.icon .fab, .icon .fas {
		font-size: 4.5rem;
	}
	.bordered-headline{
		white-space: normal;    
	}
	.restrict {
		padding: 0 15%;
	}
	.card.scale:hover {
		transform: none;
	}
	.calendar-item:hover {
		transform: none; 
	}
	.events .event-item {
		width: 100%;
	}
	.border-on-mobile{
		border-bottom: 10px solid #000; 
		margin-bottom: 10px;
	}
	.nav-tabs .nav-link{
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #fff;    
	}
	.gallery-slider .slick-prev {
		right: 75px;
	}
	.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
		font-size: 30px;
	}
	.gallery-slider .slick-prev,  .gallery-slider .slick-next {
		bottom: -40px;
		width: 40px;
		height: 40px;
	}
	.gallery-slider .slick-next {
		bottom: -40px;
		width: 40px;
		height: 40px;
	}
	.news .article .card .figure {
		float: none;
		width: 100%;
	}
	.news .article .card .figure img {
		margin: 0 0 10px 0;
	}
	.featured-event .featured-date {
		font-size: 1.5rem;
		padding: 30px;
		margin-bottom: 10px;
		max-width: none;
	}
	.featured-event h2 {
		font-size: 2rem;
		text-align: left;
	}
	.feature .feature-wrap {
		display: block;
		margin-top: 50px;
		width: 100%;
	}
	.feature .feature-content {
		padding: 1rem;
		display: block;
	}
	.accordion .card-header .btn {
		font-size: 1.125rem;
	}
	.accordion .card-header .btn-link .fas {
		font-size: 1.125rem;
	}
	.cookiealert {
		left: 0px;
		right: 0px;
	}
	.cookiealert .acceptcookies {
		margin-left: 0;
	}
	.emergency-alert, .informational-alert{
		padding: 20px 50px 20px 20px;
		text-align: left;
		font-size: 1.125rem;
	}
	.alert-dismissible .close {
		right: -15px;
		top: -10px;
	}
	#sidebar .navbar-light .row {
		width: auto;
	}
	#sidebar .navbar {
		background-color: #f5f5f5;
	}
	aside .navbar-nav .nav-link {
		padding: 5px;
		line-height: 1.5;
		margin: 5px 0;
	}
	.video-feature .overlay {
		background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(0,0,0,.3)), color-stop(100%, rgba(0,0,0,0.5)));
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	}
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
		text-align: left !important;
	}
	div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
		padding-left: 15px !important;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center !important;
	}
	.half-and-half .text {
		max-width: 100%;
	}
	.half-and-half {
		background-size: cover;
		background-position: 10% center;
	}
	.parallax-bg{
		background-attachment: scroll;
	}
	.font-size-xl {
		font-size: 2.875rem;
	}
	.bg-image{
		position: relative;     
	}
	.fullwidth-split-text {
		padding: 2rem !important;
		display: block;
	}
	.fullwidth-split-text .text-wrapper {
		text-align: left !important;
		max-width: 100%;
	}
	.faculty-headshot {
		float: none;
	}
	.news-slider .carousel-item {
		height: 400px;
	}
	.news-slider .carousel-indicators {
		min-height: 1px;
	}
	.news-slider .carousel-indicators li {
		width: 25%;
		height: 80px;
		min-height: 80px;
	}
	.news-slider .carousel-indicators li .article-caption {
		display: none;
	}
	.col-sm-6 + .col-sm-6{
		padding-left: 15px;
	}
	.testimonial-wrapper{
		width: 90%;
	}
	.slider-wrapper .testimonial-slider .slick-prev{
		left: 0%;
	}
	.slider-wrapper .testimonial-slider .slick-next{
		right: 0;
	}
	.slider-wrapper .testimonial-slider .slick-next:before, .slider-wrapper .testimonial-slider .slick-prev:before {
		font-size: 50px !important;
	}
	.slider-wrapper .testimonial-slider .slick-prev, .slider-wrapper .testimonial-slider .slick-next {
		width: 70px;
		height: 70px;
	}
	.slider-wrapper.interior-slider {
		margin-bottom: -30px;
	}
	.display-4 {
		font-size: 2.5rem;
		line-height: 1;
	}
	.featured-news .card-body {
		min-height: 1px;
	}
	.program-list .section-program {
		padding-left: 15px;
	}
	.program-list .section-programs {
		display: block;
		flex: 100%;
		max-width: 100%;
		padding: 0;
		margin-top: 20px;
		column-count: 1;
	}
	.program-list .section-heading {
		display: block;
		flex: 100%;
		max-width: 100%;
	}
	.events.full-width .event-item {
		width: 100%;
		margin-right: 0;
	}
	.two-col {
		-webkit-columns: 1 !important;
		-moz-columns: 1 !important;
		columns: 1 !important;
	}
	.three-col {
		-webkit-columns: 1 !important;
		-moz-columns: 1 !important;
		columns: 1 !important;
	}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
	.mobile-logo-block .logo-text br{
		display: none;     
	}
	.mobile-logo-block .logo-text {
		font-size: 1rem;
		padding-left: 10px;
		margin-top: 0;
		line-height: 1.25;
		max-width: 150px;
	}
	.site-navigation .modal-content {
		width: 100%;
	}
	.news-events .events-list .date {
		display: block;
	}
	footer .logo-holder {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 320px) { 
	.mobile-logo-block a {
		display: block !important;
	}
	.mobile-logo-block .logo-text {
		display: block;
		border-left: 0;
		padding-left: 0;
		margin-top: 0;
		line-height: 1.25;
		font-size: .9rem;
		max-width: none;
	}
	.mobile-logo-block .logo-text br{
		display: none;     
	}
		
}

@media only screen and (max-width: 991px) {

	#directory-list td:nth-child(1), #directory-list td:nth-child(2) {
		display: inline-block;
	}
	/* Force table to not be like tables anymore */
	#directory-list table, 
	#directory-list thead, 
	#directory-list tbody, 
	#directory-list th, 
	#directory-list td, 
	#directory-list tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#directory-list thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#directory-list tr { 
		border: 1px solid #ccc; 
		padding: 10px;
	}

	#directory-list td { 
		border: none;
		position: relative;
		white-space: normal;
		text-align: left;
		padding: 0;
	}

	#directory-list td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	.table.directory tfoot{
		display:none;
	}
	.dataTables_wrapper .dataTables_info {
		white-space: normal !important;
	}
	/*
	Label the data
	*/
	#directory-list td:before { content: attr(data-title); }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.fullwidth-split-image .embed-responsive-16by9::before {
		padding-top: 118%;
	}
	.hero-slider .slide {
		height: calc(70vh - 97px);
	}
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.main-navigation .nav li a {
		font-size: 1.125rem;
	}
	.main-navigation .bottom-row .nav .nav-item .nav-link{
		padding: 10px 9px !important;
	}
	.header-search .form-control.active {
    width: 330px;
	}
	.main-navigation .nav li.bg-gray a, .main-navigation .nav li.bg-red a{
		font-size: 1rem;
	}
	.main-navigation {
		height: 180px;
	} 
}

@media (min-width: 1200px) and (max-width: 1369px) {
	.site-navigation.modal[style] {
		display: block !important;
	}
	.main-navigation .bottom-row .nav {
		padding-left: 0 !important;
	}
}

@media (min-width: 1200px) and (max-width: 1344px) {
	.fullwidth-split-image .embed-responsive-16by9::before {
		padding-top: 95%;
	}
}

@media (min-width: 1345px) and (max-width: 1700px) {
	.fullwidth-split-image .embed-responsive-16by9::before {
		padding-top: 76%;
	}
}

@media (min-width: 1370px) and (max-width: 999999px) {
	.site-navigation.modal[style] {
		display: block !important;
	}
}

@media (min-width: 1351px) and (max-width: 1500px) {
	.main-navigation .nav li a {
		font-size: 1.125rem;
	}
	.main-navigation {
		height: 190px;
	}
}

@media (min-width: 1500px){
	header .container-fluid{
		padding: 0 100px;   
	}
	.main-navigation{
		height: 190px;    
	}
	.hero .section-intro{
		max-width: none !important; 
		margin: 0 100px !important;
	}
	.hero h1 {
		left: 0;     
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1350px;
	}
	footer .container, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl {
		max-width: 1140px;
	}
	#newssearchForm {
		right: 440px;
	}
}

@media (min-width: 1600px){
	#newssearchForm {
		right: 540px;
	} 
}

@media (min-width: 1700px){
	.main-navigation{
		height: 204px;    
	} 
}

@media (min-width: 1900px){
	#newssearchForm {
		right: 640px;
	}
	@media (min-width: 2100px){
		#newssearchForm {
			right: 740px;
		}

		@media (min-width: 2300px){
			#newssearchForm {
				right: 840px;
			}

			@media (min-width: 2500px){
				#newssearchForm {
					right: 940px;
				}

				@media (min-width: 2700px){
					#newssearchForm {
						right: 1040px;
					}

					@media (min-width: 2900px){
						#newssearchForm {
							right: 1140px;
						}