@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
	font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
    color: #434342;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #fff;
	}
.font-sans-serif{
   font-family: 'Raleway', sans-serif; 
   font-weight: 400;
}
.text-red{
   color: #7c2324; 
}
a {
  color: #7c2324;
  text-decoration: underline;
  /* font-weight: 600; */
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
h1 a, h2 a, h3 a, h4 a, h5 a{
    font-weight: 700;
}
a:hover {
  color: #7c2324;
  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;
}
.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;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 1.25rem;
	font-weight: bold;
    padding: 10px 20px;
    z-index: 3;
    top: 0;
    left: 0;
}
.emergency-alert{
    background-color: #000;
    color: #fff !important;
}
.emergency-alert a, .emergency-alert a:hover, .emergency-alert a:focus{
    color: #fff !important;
}
.informational-alert{
    background-color: #FFFDEB;
    color: #7c2324 !important;
}
.informational-alert a, .informational-alert a:hover, .informational-alert a:focus{
    color: #7c2324 !important;
}
.alert-dismissible .close {
	padding: 0;
	right: 15px;
    font-size: 1.875rem;
    top: -5px;
    margin: 0;
}
.fa-exclamation-triangle {
    font-size: 2.5rem;
    color: #7c2324;
}
.cookiealert {
    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: #ffffff;
    background-color: #007c92;
    padding: 15px;
    font-size: 1.125rem;
    font-weight: 400;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    color: #ffffff;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert.alert a {
    text-decoration: underline;
    color: #ffffff;
}
.cookiealert.alert a.btn-white{
    color: #7c2324;
}
.cookiealert.alert a.btn-white:hover, .cookiealert.alert a.btn-white:focus{
    background-color: #d57a1a;
    color: #fff;
}
.cookiealert.alert a:hover {
    text-decoration: none;
}
.cookiealert .acceptcookies {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
    min-width: auto;
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #7c2324;
}
h1, .h1 {
  font-size: 2.75rem;
}
h2, .h2 {
  font-size: 2.125rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1.125rem;
}
h6, .h6 {
  font-size: 1em;
}
.card h2, .card .h2 {
  font-size: 1.75rem;
}
.card h3, .card .h3 {
  font-size: 1.25rem;
}
.page-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
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;
}
.bordered-headline{
    text-align: center;
    display: table;
    white-space: nowrap;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.bordered-headline:before, .bordered-headline:after {
    content: "";
    display: table-cell;
    width: 50%;
    background-size: 89% 2px;
    background: url(data:image/gif;base64,R0lGODdhAQABAIgAAEqMMQAAACwAAAAAAQABAAACAkQBADs=) repeat-x left center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d57a1a), to(#fefefe));
    background: -webkit-linear-gradient(#d57a1a, #fefefe) no-repeat center;
    background: -moz-linear-gradient(#d57a1a, #fefefe) no-repeat center / 89% 2px;
    background: -o-linear-gradient(#d57a1a, #fefefe no-repeat center);
    background: linear-gradient(#d57a1a, #fefefe) no-repeat center / 89% 2px;
}
.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 );
}
.equal-370 .card{
    min-height: 370px;
}
.equal-350 .card{
    min-height: 350px;
}
.equal-340 .card{
    min-height: 340px;
}
.equal-560 .panel{
    min-height: 560px;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
img.float-end{
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
img.float-start{
    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;
}
.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-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.space-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.space-xlg {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}
.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;
}
.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;
}
.title-decorative{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444C55 !important;
}
.btn{
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 12px 15px;
    margin: 15px auto;
    border: none;
    min-width: 140px;
    position: relative;
    z-index: 3;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.btn-default, .content .btn-default{
    background-color: #7c2324;
    color: #ffffff !important;
}
.btn-default:hover, .btn-default:focus{
    background-color: #d57a1a;
    color: #242424 !important;
}
#sidebar .btn-default + .btn-default{
    margin-top: 0;
}
.btn-white, .content .btn-white{
    background-color: #ffffff;
    color: #7c2324 !important;
    -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: #d57a1a;
    color: #242424 !important;
}
.btn-secondary {
    color: #242424 !important;
    background-color: #d57a1a;
}
.btn-secondary:hover, .btn-secondary:focus {
    color: #fff !important;
    background-color: #7c2324;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.form-group .btn-default{
    min-width: 1px;
}
.text-muted {
    color: #42484c !important;
}
.btn-block{
    text-align:center;
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
.bg-white {
    background-color: #fff;
}
.bg-transparent {
    background-color: transparent;
}
.bg-light-gray{
    background-color: #f5f5f5;
}
.bg-medium-gray{
    background-color: #e7e7e8;
}
.bg-dark-gray{
    background-color: #333333;
}
.bg-red{
    background-color: #7c2324;
}
.bg-teal{
    background-color: #007c92;
}
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red h5, .bg-red h6,
.bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal h4, .bg-teal h5, .bg-teal h6,
.bg-red a .bg-teal a{
    color: #fff;
}
.card.bg-red, .card.bg-teal, .card.bg-red a, .card.bg-teal a{
    color: #fff;
}
.card.bg-red a.btn, .card.bg-teal a.btn{
    color: inherit;
}
.table-teal {
    color: #fff;
    background-color: #007c92;
}
.fullwidth-split {
    padding: 0;
}
.fullwidth-split .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.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-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;
}
.section-with-background.light-background{
    background-color: #fff;
}
.iconography .icon-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 50px 0;
}
.iconography .icon-section .icon-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    transition: all 350ms ease;
    min-width: 16%;
    padding: 20px 0;
    text-decoration: none;
}
.iconography .icon-section .icon-item span {
    margin-bottom: 5px;
}
.iconography .icon-section a:hover, .iconography .icon-section a:focus {
    text-decoration: none;
    background-color: #fff;
}
.iconography .icon-section .icon-item:hover, .iconography .icon-section .icon-item:focus {
    color: #434342;
}
.icon span {
    line-height: 1.25;
    font-size: 1.75em;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 10px auto;
}
.icon .fab, .icon .fas{
    font-size: 5.5rem;
    margin-bottom: 10px;
}
.icon span:first-child{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.icon span:last-child {
    display: block;
    font-size: 1.125rem;
    margin-top: 25px;
    font-weight: 400;
    line-height: 1.5;
}
.card .icon{
    background-color: #7c2324;
    border-radius: 50%;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -30px;
    transform: translate(-50%, 0);    
}
.card .icon span {
    line-height: .75em;
    font-size: 2em;
    font-weight: 900;
}
.featured-news h3{
    font-size: 1.1rem;
}
.featured-news .card-body{
    min-height: 80px;
    padding: 1rem .75rem;
}
.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-header{
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #333333;
    position: relative;
    top: 10px;
    text-decoration: none;
}
/*Header Styles*/
header{
    font-family: 'Raleway', sans-serif;
}
.menuToggle {
    background-color: transparent;
    border: none;
    color: #f1bb33;
    font-size: 1.25rem;
    display: block;
    position: relative;
    top: 2px;
    padding: 0;
    text-transform: uppercase;
}
.mobile-header {
    top: 0;
	display: none;
    z-index: 5;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.mobile-header .mobile-top-row{
    background-color: #7c2324;
    padding: 13px 0;
}
.mobile-header .mobile-bottom-row{
    background-color: #ffffff;
}
.mobile-logos{
    display: block;
}
.mobile-logos .logo {
    width: 300px;
    margin: 20px 0;
}
.mobile-logos .sdcc-icon {
    width: 50px;
    margin: 10px 0;
    float: right;
}
.menuClose {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 1.25rem;
    position: absolute !important;
    display: inline-block;
    top: 10px;
    right: 20px;
    text-shadow: none;
    opacity: 1;
    z-index: 5;
}
.menuClose:hover, .menuClose:focus{
   color: #7c2324;     
    }
.siteHeader {
	display: block;
	width: 100%;
    z-index: 5;
    top: 0;
}
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;
}
.skiptocontent {
	color:#000;
}
.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);
}
.middle-row{
    margin: 15px 0;
}
.middle-row .logo {
    width: 450px;
    display: inline-block;
}
.middle-row .sdcc-icon{
    width: 45px;
    display: inline-block;
    float: right;
	margin-top: 10px;
}
.main-navigation .top-row{
    background-color: #e7e7e8;
}
.main-navigation .top-row .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}
.main-navigation .top-row .dropdown-menu[style]{
    inset: unset !important;
    transform: none !important;
}
.main-navigation .top-row .audience .dropdown-menu li a {
    color: #000000;
    padding: 10px 15px;
}
.main-navigation .audience .nav li a, .main-navigation .aux .nav li a {
	color: #000000;
	padding:12px 10px;
	text-transform: none;
	display: block;
	width: 100%;
    font-size: .9rem;
    font-weight: 500;
}
.main-navigation .audience .nav li a.bg-black{
    background-color: #000000;
    color: #ffffff;
}
.main-navigation .audience .nav li a::before {
    border-left: 10px solid transparent;
    border-radius: 5px;
    border-right: 10px solid transparent;
    border-top: 9px solid #f0f0f0;
    bottom: 0;
    content: "";
    display: none;
    height: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 0;
    z-index: 1;
    transition: border-color 0.2s ease 0.2s, bottom 0.3s ease 0.2s;
}
.main-navigation .audience .nav li:hover > a.dropdown-toggle::before, .main-navigation .audience .nav li > a[aria-expanded="true"]::before {
    bottom: -7px;
    z-index: 9000;
    display: block;
}
/*Search*/
.modal-open-menu .modal-backdrop {
    z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
.header-search{
    margin-top: 6px;
}
.mobile-header .header-search{
    margin-top: 0;
    margin-left: 0;
    width: 275px;
    float: right;
}
.header-search .form-control {
    border-radius: 5px !important;
    height: 33px;
    padding: 6px 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;
}
.header-search .btn-default {
    background: transparent;
    border: 0 none;
    color: #333333 !important;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 3;
    min-width: auto;
    padding: 0;
    margin: 5px 0;
}
.mobile-header .search-label.sr-only, .mobile-header .header-search .btn-default .sr-only{
   color: #fff; 
}
/*Main Navigation Styles*/
.main-navigation .bottom-row{
    background-color: #7c2324;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25); 
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
}
.site-navigation.modal{
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
}
.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;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
.main-navigation .nav {
	width: 100%;
	font-size: 0;/*removes gap between li items on hover*/
	position: static;
	}
/*Centers the top navigation*/
.main-navigation .nav li{
    position: static;
}
.main-navigation .nav li a {
    padding: 20px 15px;
    color: #fff;
    font-size: 1.125rem;
    text-decoration: none;
    line-height: inherit;
    position: relative;
}
.main-navigation .bottom-row .col{
    position: static;
}
.main-navigation .bottom-row .nav .nav-item .nav-link{
    border-bottom: 5px solid transparent;
    padding: 15px 25px 10px;
    transition: none;
}
.main-navigation .bottom-row .dropdown-menu {
    color: #ffffff;
    background-color: #7c2324;
    border: none;
    border-radius: 0;
    padding: 1rem .5rem;
    width: 275px;
    margin: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    z-index: -1;
    left: auto;
}
.main-navigation .bottom-row .dropdown-menu.mega-menu{
    width: 100%;
    left: 0;
}
.main-navigation .bottom-row .dropdown-menu[style]{
    transform: none !important;
    top: 100% !important;
    inset: unset !important;
}
.main-navigation .bottom-row .dropdown-menu a {
    padding: 5px 15px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    display: block;
    white-space: normal;
    font-size: 1rem;
}
.main-navigation .bottom-row .dropdown-menu li a.home{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.main-navigation .bottom-row .dropdown-menu li{
    text-align: left;
}
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus {
    text-decoration: underline;
}
/*Footer*/
footer{
    border-top: 5px solid #7c2324;
    line-height: 1.5;
    background-color: #434342;
    color: #fff;
    padding-top: 40px;
    font-family: 'Raleway', sans-serif;
}
footer .footer-logo{
   width: 300px;
   margin-top: 5px;
   margin-bottom: 10px;
   display: block;
}
footer address{
    margin-bottom: 20px;
}
footer a {
	color: #fff;
    font-weight: 400;
	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 small a{
    font-size: 80%;
    margin-right: 5px;
}
footer a:hover, footer a:focus, footer a:active  {
	color: #fff !important;
    text-decoration: underline;
}
footer .sd-footer-quick-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .sd-footer-quick-links li {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin: 5px 0 15px;
    padding: 0 5px;
}
footer .social{
    margin-top: 40px;    
}
footer .social .social a:hover, footer .social .social a:focus, .social a:hover, .social a:focus{
    color: #d57a1a !important;
}
footer .colleges a{
   font-size: 0.875rem;
    line-height: 1.75; 
}
footer .colleges li {
    margin-top: 4px; 
    margin-bottom: 4px; 
}
footer .footer-badges{
    display: block;
    margin: 20px auto;
    text-align: center;
}
footer .footer-badge {
    width: 130px;
    margin: 0 auto;
    padding: 0 15px;
}
footer .complaint-procedure{
    padding: 20px 0;
    text-align: center;
    font-size: 0.78rem;
    margin-top: 20px;
    color: #fff;
}
footer .complaint-procedure a{
    font-size: 0.78rem;
}
.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: 65vh;
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
    position: relative;
}
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 */
}
.video-feature .btn{
    background-color: #d57a1a;
    font-size: 1.5rem;
    color: #fff !important;
    margin: 15px;
    min-width: 275px;
}
.video-feature .btn:hover, .video-feature .btn:focus{
    background-color: #7c2324;
    color: #ffffff;
}
.video-feature .video-logo{
    position: absolute;
    left: 50%;
    right: 50%;
    top: 70px;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.video-feature .video-logo img{
    max-width: 250px;
}
.video-feature .video-cta-buttons{
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 70px;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.play-pause, .play {
    position: absolute;
    z-index: 3;
    color: #7c2324;
    background-color: #fff;
    width: 30px;
    height: 30px;
    left: 50px;
    bottom: 25px;
    border: 1px solid #fff;
}
.play-pause:hover, .play-pause:focus{
    background-color: #7c2324;
    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;
}
.hero-slider .slide {
    width: 100vw;
    height: 75vh;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #333;
}
.interior-hero-slider .slide{
    height: 50vh;
}
.hero-slider .slide .slider-img{  
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slider .slide .carousel-caption .single-logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    padding: 0;
    display: block;
    margin: 0 auto;
}
.hero-slider .slide .carousel-caption .all-logos {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    padding: 0;
    display: block;
    margin: 0 auto;
}
.hero-slider .carousel-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%;
}
.hero-slider .carousel-caption.centered{
    right: 50px;
    top: 20%;
    bottom: 20%;
}
.hero-slider .carousel-caption.bg-transparent{
    background-color: transparent;
}
.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%;
}
.video-feature .video-caption{
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.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: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(14,44,77,0) 0%, rgba(14,44,77,.6) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(14,44,77,0) 0%,rgba(14,44,77,.6) 100%);
    background: radial-gradient(ellipse at center,  rgba(14,44,77,0) 0%,rgba(14,44,77,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330e2c4d', endColorstr='#000000',GradientType=1 );
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a, .video-feature .video-caption a{
    color: #fff;
    text-decoration: none;
}
.content .hero-slider .carousel-caption a.btn-white, .hero-slider .carousel-caption a.btn-white, .video-feature .video-caption a.btn-white{
    color: #7c2324;
    text-decoration: none;
}
.content .hero-slider .carousel-caption a.btn-white:hover, .content .hero-slider .carousel-caption a.btn-white:focus, .hero-slider .carousel-caption a.btn-white:hover, .hero-slider .carousel-caption a.btn-white:focus, .video-feature .video-caption a.btn-white:hover, .video-feature .video-caption a.btn-white:focus{
    color: #fff;
}
.hero-slider .carousel-caption h1{
    font-size: 3rem;
    line-height: 1.125;
    margin: 0 0 10px;
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.video-feature .video-caption h1{
    font-size: 3rem;
    line-height: 1.125;
    margin: 0 0 10px;
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.hero-slider .carousel-caption h2, .video-feature .video-caption h2{
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #fff !important;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
    font-weight: 500;
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
    z-index: 1;
    color: #7c2324;
    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: #ffffff;
    background-color: transparent;
    width: 55px;
    height: 55px;
    border: none
}
.slider-wrapper .slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50px;
    bottom: 25px;
}
.slider-wrapper .slide-controllers .pause-play{
    color: #7c2324;
    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 .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: #7c2324 !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: #000 !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: #7c2324;
}
.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: #7c2324;
}
.slider-wrapper .testimonial-slider .slick-next:before, .slider-wrapper .testimonial-slider .slick-prev:before {
    font-size: 55px !important;
    color: #ffffff;
}
.testimonial-slider{
    text-align: center;
    color: #fff;
}
.testimonial-slider .testimonial-quote{
    display: block;
    width: 70%;
    margin: 20px auto;
    font-size: 1.25rem;
}
.testimonial-slider .testimonial-name{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.testimonial-slider img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.card-carousel .card{
    margin: 25px 15px;
    min-height: 310px; 
}
.card-carousel .card .card-body{
    padding: 1.25rem 1.25rem 0;
}
.card-carousel .slick-next:before {
    content: '\f105';
}
.card-carousel .slick-prev:before {
    content: '\f104';
}
.card-carousel .slick-prev:before, .card-carousel .slick-next:before{
    font-size: 35px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.card-carousel .slick-prev,  .card-carousel .slick-next{
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #7c2324;
}
.card-carousel .slick-prev{
    left: -55px;
}
.card-carousel .slick-next{
    right: -55px;
}
.card-carousel .slick-prev:hover, .card-carousel .slick-prev:focus, .card-carousel .slick-next:hover, .card-carousel .slick-next:focus{
    background: #d57a1a;
}
.card-carousel.slick-dotted.slick-slider {
    margin-bottom: 45px;
}
.card-carousel .slick-dots {
    position: absolute;
    bottom: -35px;
}
.card-carousel .slick-dots li button:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #7c2324;
    font-size: 14px;
}
.testimonial-slider .slick-dots li button:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #ffffff;
    font-size: 14px;
}
.testimonial-slider .slick-dots {
    bottom: -40px;
}
.card-carousel .slick-dots li.slick-active button:before, .testimonial-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #d57a1a;
}
.hero .section-intro{
    height: 100%;
}
.hero {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #7c2324;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,.15) 38%, rgba(0,0,0,.15) 61%, rgba(0,0,0,.15) 62%, rgba(0,0,0,0.55) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.15) 35%,rgba(0,0,0,.15) 38%,rgba(0,0,0,.15) 61%,rgba(0,0,0,.15) 62%,rgba(0,0,0,0.55) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.15) 35%,rgba(0,0,0,0.15) 38%,rgba(0,0,0,.15) 61%,rgba(0,0,0,.15) 62%,rgba(0,0,0,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero-title-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.hero h1 {
    font-size: 3.5em;
    line-height: 3.75rem;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 3.5%;
    transform: translate(0, -50%);
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
.hero .btn{
    position: absolute;
    bottom: 22%;
    left: 3.5%;
    transform: translate(0, -50%); 
}
.icon-set{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    clear: both;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 20px auto;
    font-family: 'Raleway', sans-serif;
}
.icon-set li{
    padding: 0 20px;
    max-width: 160px;
}
.icon-set li:first-child{
    padding-left: 0;
}
.icon-set li:last-child{
    padding-right: 0;
}
.icon-set .icon{
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    color: #333;

}
.icon-set .icon span{
    font-size: 2.5rem;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    font-weight: 900;
}
.icon-set .icon-text{
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: .9rem;
}
.icon-set a .icon-text, .icon-set a {
    text-decoration: none;
}
.icon-set a:hover .icon, .icon-set a:hover .icon span, .icon-set a:focus .icon, .icon-set a:focus .icon span{
    color: #7c2324;
}
.news-events-header{
    position: relative;
}
.news-events-header .news, .news-events-header .events {
    font-size: 1.125rem;
    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.125rem; 
    line-height: 1.5;
}
.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;
}
.col-lg-5.events .event-item{
    width: 100%;
}
.events .event-item{
    display: table;
    margin-bottom: 35px;
    position: relative;
    width: 33%;
    float: left;
    font-weight: 500;
}
.events .event-item .event-date, .events .event-item .event-text {
    display: table-cell;
    position: relative;
}
.event-item .event-date {
    vertical-align: top;
}
.event-item .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
.event-item .event-date .year{
    text-align: center;
    display: block;
}
.event-item .event-text {
    line-height: 1.375;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
    color: #7c2324;
}
.event-item .event-date-bg{
    padding: 15px 20px;
    line-height: 1.125;
    -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);
}
.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;
}
.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;
}
.news-list img{
    margin-bottom: 15px;
}
.restrict{
    padding: 0 20%;
}
.card{
    margin-bottom: 40px;
    border: none;
}
.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: #002856;
    background-color: rgba(0,0,0,.5);
    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;
}
.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: #7c2324;
}
.card a, .card a .card-body h4{
    text-decoration:none !important;
}
.card a:hover, .card a:hover .card-body h4{
    text-decoration:underline !important;
}
.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;
}
.panel > .panel-heading {
    color: #fff;
    background-color: #7c2324;
    border-color: #7c2324;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
}
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid #7c2324;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.contact-us-panel {
    text-align: center;
}
.contact-us-panel .collapse {
    display: block!important;
}
.contact-us-panel .navbar-toggler {
    display: none;
    float: right;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
}
.contact-us-panel .navbar-toggler[aria-expanded="false"] .fa-chevron-up {
    display: none;
}
.contact-us-panel .navbar-toggler[aria-expanded="true"] .fa-chevron-down {
    display: none;
}
.panel-body {
    padding: 15px;
}
#sidebar .card h2, #sidebar .card h3{
    font-size: 1.125rem;
}
.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: #000 !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: #000 !important;
    position: relative;
    top: -4px;
}
.breadcrumb {
    margin: 0;
    padding: 2rem .75rem;
    line-height: 1.5 !important;
}
.breadcrumb-item.active {
    color: #7c2324;
    font-weight: bold;
}
.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;
    line-height: 1.75rem;
	color: #7c2324 !important;
    padding: .5rem 12px;
    margin: 0 !important;
    font-family: "Raleway", sans-serif;
}
.side-nav-heading:after{
    display: none;
}
.side-nav-heading a {
	color: #7c2324 !important;
    text-decoration:none;
}
#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: #7c2324;
    font-size: 1rem;
    text-decoration: none;
    padding: 12px;
    line-height: 1.188;
	border-left: 0px;
    border-right: 0px;
    position: relative;
    font-weight: normal;
    border-radius: 4px;
}
#sidebar .navbar-light .nav-link.current{
    font-weight: bold;
    text-decoration: underline;
    background-color: #E7E7E7;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus {
    background-color: #E7E7E7;
}
#sidebar .navbar-light{
	width: 100%;
}
#sidebar .navbar .navbar-toggler {
    color: #fff;
    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[aria-expanded="true"]::after {
	content: "\f077";
    color: #016bb1;
}
#sidebar .navbar-brand{
   font-size: 1.125rem;
   font-weight: 500; 
   padding: 20px;
   color: #fff;
}
#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: 1rem;
    padding: 10px 15px 10px 30px;
    border: none;
    color: #7c2324;
}
#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 50px;
}
#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: #7c2324;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
}
/*#sidebar .navbar-light .nav-link::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";
    color: #7c2324;
    font-size: 1rem;
    position: absolute;
    right: 24px;
    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: #7c2324;
}
.figure{
    display: block;
}
.figure-caption{
   color: #42484c;
   font-style: italic;
   font-family: "Raleway", sans-serif;
   margin-top: .5rem;
}
.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 #d57a1a;
    padding-left: 10px;
    margin: 20px 40px;
}
.blockquote-footer {
    color: #4E565A;
    margin-top: 10px;
}
.featured-event h2{
    font-size: 2.375rem;
    color: #7c2324;
    }
.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: #7c2324;
    text-align: center;
    max-width: 180px;
    font-weight: 400;
}
/*Accordions*/
.accordion{
    margin-bottom: 20px;
}
.accordion .card {
	border: none;
	margin: 10px 0;
}
.accordion .card-header {
	padding: 0px;
}
.accordion .card-header .btn {
    font-size: 1.23rem;
    background-color: #7c2324;
    color: #fff !important;
    border: none;
    box-shadow: none !important;
    padding: 10px 45px 10px 15px;
    margin: 0;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
}
.accordion .card-header .btn:hover{
    text-decoration: none;
    background-color: #d57a1a;
}
.accordion .card-header .btn-link .fas {
    font-size: 1.23rem;
    padding: 0 5px;
    position: absolute;
    top: 16px;
    right: 20px;
    color: #fff;
}
.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 #d57a1a;
	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: #7c2324;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 1.25rem;
	color: #7c2324;
	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 .tab-content {
	text-align: left;
    padding: 20px;
    background-color: #fff;
	margin-bottom: 50px;
}
.tabs .tab-content h3 {
	margin: 20px 0;
}
/*Vertical Tabs*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #7c2324;
}
.nav-pills .nav-link {
    border-radius: 0;
}
/*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: #7c2324;
}
.gallery-slider .slick-next {
    top: inherit;
    bottom: -55px;
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #7c2324;
}
.gallery-slider .slick-prev:hover, .gallery-slider .slick-prev:focus, .gallery-slider .slick-next:hover, .gallery-slider .slick-next:focus {
    background: #d57a1a;
}
.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;
}
.pagination {
    margin: 20px auto !important;
}
.pagination li {
    margin: 0 !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
    color: #7c2324;
}
.pagination .page-item.active .page-link{
    background-color: #7c2324 !important;
    border-color: #7c2324 !important;
    color: #fff;
}
.dataTables_length{
    text-align: left;
}
#directory-list thead{
    background: #007c92;
    color: #fff;
}
#directory-list{
    background-color: #fff;
    text-align: left;
    margin-top: 20px !important;
}
#directory-list thead tr td, #directory-list thead th{
    border: none;
}
.dataTables_wrapper .dataTables_filter input{
    width: 300px !important;
}
.bio.table{
    margin-top: 20px;
}
.faculty-box {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.faculty-headshot{
    margin-bottom: 20px;
    float: right;
    margin-top: 20px;
    max-width: 200px;
}
.faculty-box-info {
    float: left;
    width: 100%;
}
.faculty-box-info-title {
    margin-right: 8px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
}
.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;
}
.program-list .section-links {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
.program-list .section-links-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    padding-bottom: 0;
}
.program-list .links-content .sections{
    padding: 0;
}
.program-list .section-link {
    display: flex;
    width: 40px;
    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 {
    max-width: 75rem;
    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: #7c2324;
    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: #7c2324;
}
.ou-search-container {
    width: auto !important;
}
#ou-search-results a {
    color: #7c2324 !important;
}
#ou-search-results .ou-search-advanced {
    border: 1px solid #d57a1a !important;
}
#ou-search-results legend {
    border-bottom: 1px solid #d57a1a !important;
}
#ou-search-results .ou-search-input {
    border: 1px solid #d57a1a !important;
}
#ou-search-results #ou-search-open-advanced:focus, #ou-search-results #ou-search-open-advanced:hover {
    color: #fff !important;
    background-color: #7c2324 !important;
    box-shadow: none !important;
    border: none !important;
}
.ou-search-advanced-open #ou-search-open-advanced .fa-plus:before{
    content: "\f068";
}
#ou-search-results .ou-search-advanced-heading {
    margin: 0 !important;
}
#ou-search-submission{
    margin-top: 0;
}
#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span {
    border: 1px solid #dee2e6 !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: #242424 !important;
    background-color: #fff !important; 
}
#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:  #7c2324 !important;
    color: #fff !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, #ou-search-results .ou-search-pagination>li>span:hover {
    background-color: #7c2324 !important;
    border-color: #7c2324 !important;
    color: #fff !important;
}
.table>:not(caption)>*>* {
    padding: .75rem .75rem;
}


/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
.site-navigation.modal[style] {
    display: block !important;
    }
}

@media (min-width: 1570px) and (max-width: 999999px) {
.video-feature .video-cta-buttons {
    bottom: 100px;
}
}


/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {
body {
	/*border: 2px solid #fcee21;*/
	} /*yellow*/
.site-navigation.modal[style] {
    display: block !important;
    }
.main-navigation .bottom-row .nav {
    padding-left: 0 !important;
}
.card-carousel .card {
    min-height: 350px;
}
}



/* Large desktops and laptops */
@media (min-width: 1200px) {
    /*body{border: 1px solid #ff0000;}*//*Red*/
.main-navigation .bottom-row .nav li:hover .dropdown-menu{
    display: block;
}
.main-navigation .bottom-row .nav .nav-item .nav-link:hover, .main-navigation .bottom-row .nav .nav-item .nav-link:focus{
   border-bottom: 5px #d57a1a solid !important; 
}
.main-navigation .bottom-row .nav li:hover > a.dropdown-toggle, .main-navigation .bottom-row .nav li > a[aria-expanded="true"] {
    color: #ffffff;
    border-bottom: 5px #d57a1a solid !important;
}
.main-navigation .audience .nav li:hover .dropdown-menu{
    display: block;
}
.main-navigation .top-row .audience .nav li a:hover, .main-navigation .top-row .aux .nav li a:hover, .main-navigation .top-row .audience .nav li a:focus, .main-navigation .top-row .aux .nav li a:focus, .main-navigation .top-row .audience .nav li > a[aria-expanded="true"], .main-navigation .top-row .audience .nav li:hover > a.dropdown-toggle{
    color: #000000 !important;
    background-color: #f0f0f0;
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus{
    color: #ffffff !important;
}
.main-navigation .dropdown-item:focus, .main-navigation .dropdown-item:hover {
    background-color: #EAEAEA;
}
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #7c2324;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #7c2324;
}
}


/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
body {
	/*border: 2px solid #0000ff;*/
	} /*blue*/
.main-navigation .top-row{
    position: relative;
}
.main-navigation .bottom-row{
    top: 0;
}
.main-navigation .bottom-row{
    padding: 30px 0;   
    }
.main-navigation .nav li a {
    white-space: normal;
    text-align: left;
    font-size: 1.125rem;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 15px;
    border-bottom: 0px;
    }
.main-navigation .bottom-row .nav li:hover > a.dropdown-toggle, .main-navigation .bottom-row .nav li > a[aria-expanded="true"], .main-navigation .bottom-row .nav .nav-item .nav-link:hover, .main-navigation .bottom-row .nav .nav-item .nav-link:focus {
    border-bottom: 0px !important;
}
.main-navigation .bottom-row .dropdown-menu .list-unstyled:first-of-type li:last-child{
    margin-bottom: 0px;    
    }
.main-navigation .bottom-row .dropdown-menu a{ 
    font-size: 1rem;
    color: #333333;
    padding: 10px 15px;
    }
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus{
    color: #333333 !important;
    }
.main-navigation .top-row .audience .dropdown-menu li a{
    color: #333333; 
    }
.main-navigation .top-row .audience .dropdown-menu li a:hover, .main-navigation .top-row .audience .dropdown-menu li a:focus {
    color:  #333333 !important;
    background-color: #fff;
    text-decoration: underline;
}
.mobile-header {
	display: block;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #ffffff;
    }
.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 .aux .nav{
    display: flex;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.main-navigation .top-row .aux li:last-child{
    display: block;
    width: 100%;
    clear: both;    
    }
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus {
    background-color: transparent;
}
.main-navigation .audience .nav li:hover > a.dropdown-toggle::before, .main-navigation .audience .nav li > a[aria-expanded="true"]::before{
    display: none;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    padding: 10px 15px;
    }
.main-navigation .audience .nav li a.bg-black{
    margin-top: 20px;    
    }
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
    inset: 0px !important;
    top: 4px !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    padding: .75rem 0;
    background-color: #fff;
    }
.main-navigation .bottom-row .nav li:hover .dropdown-menu, .main-navigation .audience .nav li:hover .dropdown-menu{
    display: none;    
    }
.site-navigation .audience{
   margin-top: 50px;
   margin-left: 0;
   padding: 20px 0 20px 0px;
}
.modal-open .siteHeader {
    background-color: transparent;
    }
.main-navigation .logo{
    display:none;    
    }
.main-navigation .nav li .dropdown-toggle::after{
    float: right;   
    position: relative;
    top: 8px;
    }
.main-navigation .nav li .dropdown-toggle[aria-expanded="true"]::after{
    border-top: 0;
    border-bottom: .3em solid;
    }
footer .footer-badge {
    width: 110px;
    padding: 0 10px;
}
.hero-slider .slide {
    height: 600px;
}
.video-feature{
    height: 600px;    
    }
.section {
    padding: 40px 0;
}
.sub-header h1 {
    font-size: 2.5rem;
}
h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
}
h2, .h2 {
    font-size: 2rem;
}
.lead {
    font-size: 1.25rem;
    line-height: 1.35em;
}
.btn-default {
    min-width: 110px;
}
.restrict {
    padding: 0 15%;
}
.featured-news .card-body {
    min-height: 190px;
}
.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;
}
.news-events .news, .news-events .events{
    min-height: 820px;    
    }
.slider-wrapper.interior-slider {
    margin-bottom: -75px;
}
.icon-set {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    }
.icon-set li {
    max-width: none;
    padding: 0 35px;
    width: 20%;
}
.icon-set li:first-child {
    padding-left: 35px;
}
.icon-set li:last-child {
    padding-right: 35px;
}
.card-carousel .card {
    min-height: 360px;
}
.carousel-wrapper{
   width: 80%;
   margin: 0 auto;     
}
.equal-560 .panel{
    min-height: 575px;    
    }
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
body {
/*border: 2px solid #ed1e79;*/
	}  /*pink*/
.main-navigation .top-row{
    position: relative;
}
.main-navigation .bottom-row{
    top: 0;
}
.main-navigation .bottom-row{
    padding: 30px 0;   
    }
.main-navigation .bottom-row .dropdown-menu .list-unstyled:first-of-type li:last-child{
    margin-bottom: 0px;    
    }
.main-navigation .nav li a {
    white-space: normal;
    text-align: left;
    font-size: 1.125rem;
    }
.main-navigation .bottom-row .nav li:hover > a.dropdown-toggle, .main-navigation .bottom-row .nav li > a[aria-expanded="true"], .main-navigation .bottom-row .nav .nav-item .nav-link:hover, .main-navigation .bottom-row .nav .nav-item .nav-link:focus {
    border-bottom: 0px !important;
}
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 15px;    
    border-bottom: 0px;
    }
.main-navigation .bottom-row .dropdown-menu a{
    font-size: 1rem;
    color: #333333;
    padding: 10px 15px;
    }
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus{
    color: #333333 !important;
    }
.main-navigation .top-row .audience .dropdown-menu li a{
    color: #333333; 
    }
.main-navigation .top-row .audience .dropdown-menu li a:hover, .main-navigation .top-row .audience .dropdown-menu li a:focus {
    color:  #333333 !important;
    background-color: #fff;
    text-decoration: underline;
}
.mobile-header {
	display: block;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #ffffff;
    }
.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 .aux .nav{
    display: flex;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.main-navigation .top-row .aux li:last-child{
    display: block;
    width: 100%;
    clear: both;    
    }
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus {
    background-color: transparent;
}
.main-navigation .audience .nav li:hover > a.dropdown-toggle::before, .main-navigation .audience .nav li > a[aria-expanded="true"]::before {
    display: none;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    padding: 10px 15px;
    }
.main-navigation .audience .nav li a.bg-black{
    margin-top: 20px;    
    }
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
    inset: 0px !important;
    top: 4px !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    padding: .75rem 0;
    background-color: #fff;
    }
.main-navigation .bottom-row .nav li:hover .dropdown-menu, .main-navigation .audience .nav li:hover .dropdown-menu{
    display: none;    
    }
.site-navigation .audience{
   margin-top: 50px;
   margin-left: 0;
   padding: 20px 0 20px 0px;
}
.modal-open .siteHeader {
    background-color: transparent;
    }
.main-navigation .logo{
    display:none;    
    }
.main-navigation .nav li .dropdown-toggle::after{
    float: right;   
    position: relative;
    top: 8px;
    }
.main-navigation .nav li .dropdown-toggle[aria-expanded="true"]::after{
    border-top: 0;
    border-bottom: .3em solid;
    }
footer .footer-badge {
    width: 110px;
    padding: 0 10px;
}
.hero-slider .slide {
    height: 750px;
}
.hero-slider .slide .slider-img {
    height: 400px;
}
.hero-slider .carousel-caption.centered{
    top: unset;
    bottom: 25%;
    right: 0;    
    }
.hero-slider .slide .carousel-caption .all-logos{
    width: 100%;    
    }
.hero-slider .carousel-caption {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 70px;
    background-color: transparent;
    padding: 20px;
}
.slider-wrapper .slide-controllers {
    bottom: 40px;
    }
.video-feature{
    height: 500px;    
    }
.video-feature .video-logo {
    top: 75px;
}
.video-feature .video-logo img {
    max-width: 200px;
}
.video-feature .video-cta-buttons {
    bottom: 100px;
}
.hero-slider .carousel-caption h1, .video-feature .video-caption h1 {
    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%;
}
.events .event-item {
    width: 100%;
    }
.featured-event .featured-date {
    font-size: 1.5rem;
    padding: 40px;
    }
.featured-event h2 {
    font-size: 2rem;
    text-align: left;
    }
.iconography .icon-section .icon-item {
    min-width: 25%;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    background-color: #7c2324;
}
#sidebar .navbar .navbar, #sidebar .navbar .navbar-collapse {
    background-color: #fff;
}
.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;
}
.icon-set {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    }
.icon-set li {
    max-width: none;
    padding: 0 15px;
    width: 20%;
}
.icon-set li:first-child {
    padding-left: 15px;
}
.icon-set li:last-child {
    padding-right: 15px;
}
.card-carousel.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.card-carousel .slick-next{
    right: -40px;
}
.card-carousel .slick-prev {
    left: -40px;    
    }
.card-carousel .card {
    min-height: 370px;
}
.equal-370 .card {
    min-height: 395px;
}
.contact-us-panel .collapse {
    display: none!important;
}
.contact-us-panel .collapse.show {
    display: block!important;
}  
.contact-us-panel .navbar-toggler {
    display: block;
}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
body {
	/*border: 2px solid #009245;*/
	} /*green*/
.main-navigation .top-row{
    position: relative;
}
.main-navigation .bottom-row{
    top: 0;
}
.main-navigation .bottom-row{
    padding: 30px 0;   
    }
.main-navigation .bottom-row .dropdown-menu .list-unstyled:first-of-type li:last-child{
    margin-bottom: 0px;    
    }
.main-navigation .bottom-row .nav li:hover > a.dropdown-toggle, .main-navigation .bottom-row .nav li > a[aria-expanded="true"], .main-navigation .bottom-row .nav .nav-item .nav-link:hover, .main-navigation .bottom-row .nav .nav-item .nav-link:focus {
    border-bottom: 0px !important;
}
.main-navigation .nav li a {
    white-space: normal;
    text-align: left;
    font-size: 1.125rem;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 15px;
    border-bottom: 0px;
    }
.main-navigation .bottom-row .dropdown-menu a{ 
    font-size: 1rem;
    color: #333333;
    padding: 10px 15px;
    }
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus{
    color: #333333 !important;
    }
.main-navigation .top-row .audience .dropdown-menu li a{
    color: #333333; 
    }
.main-navigation .top-row .audience .dropdown-menu li a:hover, .main-navigation .top-row .audience .dropdown-menu li a:focus {
    color:  #333333 !important;
    background-color: #fff;
    text-decoration: underline;
}
.mobile-header {
	display: block;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #ffffff;
    }
.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 .aux .nav{
    display: flex;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.main-navigation .top-row .aux li:last-child{
    display: block;
    width: 100%;
    clear: both;    
    }
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus {
    background-color: transparent;
}
.main-navigation .audience .nav li:hover > a.dropdown-toggle::before, .main-navigation .audience .nav li > a[aria-expanded="true"]::before {
    display: none;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    padding: 10px 15px;
    }
.main-navigation .audience .nav li a.bg-black{
    margin-top: 20px;    
    }
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
    inset: 0px !important;
    top: 4px !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    padding: .75rem 0;
    background-color: #fff;
    }
.main-navigation .bottom-row .nav li:hover .dropdown-menu, .main-navigation .audience .nav li:hover .dropdown-menu{
    display: none;    
    }
.site-navigation .audience{
   margin-top: 50px;
   margin-left: 0;
   padding: 20px 0 20px 0px;
}
.modal-open .siteHeader {
    background-color: transparent;
    }
.main-navigation .logo{
    display:none;    
    }
.main-navigation .nav li .dropdown-toggle::after{
    float: right;   
    position: relative;
    top: 8px;
    }
.main-navigation .nav li .dropdown-toggle[aria-expanded="true"]::after{
    border-top: 0;
    border-bottom: .3em solid;
    }
.container-padding{
    padding: 0 15px;
}
footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
}
footer address {
    margin-bottom: 40px;
}
footer .colleges, footer .social{
    margin-top: 20px;    
}
h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
}
h2, .h2 {
    font-size: 2rem;
}
.space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
footer{
    text-align: center;    
    }
.sub-header h1 {
    font-size: 2.5rem;
}
.hero.no-image h1 {
    font-size: 2.125rem;
    padding: 30px 0;
    }
.hero {
    height: 400px;
    }
.hero h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    }
.hero .btn {
    bottom: 5%;
    }
.hero-slider .slide {
    height: 600px;
}
.hero-slider .slide .slider-img {
    height: 325px;
}
.hero-slider .carousel-caption.centered{
    top: unset;
    bottom: 25%;
    right: 0;    
    }
.hero-slider .slide .carousel-caption .all-logos{
    width: 100%;    
    }
.hero-slider .carousel-caption {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 70px;
    padding: 20px;
    line-height: 1.563;

    background-color: transparent;
}
.hero-slider .carousel-caption h1, .video-feature .video-caption h1 {
    font-size: 1.5rem;
    }
.hero-slider .carousel-caption h2, .video-feature .video-caption h2 {
    font-size: 1.25rem;
    }
.slider-wrapper .slide-controllers {
    bottom: 40px;
    }
.slider-wrapper .slide-controllers {
    right: 15px;
    left: 35px;
}
.video-feature .video-logo {
    top: 75px;
}
.video-feature .video-logo img {
    max-width: 200px;
}
.video-feature .video-cta-buttons {
    bottom: 100px;
}
.video-feature{
    height: 600px;    
    }
.video-feature .video-caption{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 80px;
    }
.play-pause, .play {
    left: 30px;
    }
.section {
    padding: 20px 0;
}
.section-with-background{
    padding: 40px 0; 
    }
.iconography .icon-section .icon-item {
    min-width: 33%;
}
.icon .fab, .icon .fas {
    font-size: 4.5rem;
    }
.icon span {
    font-size: 1.5em;
    }
.icon span:last-child {
    margin-top: 0;
    }
.card .icon span:last-child {
    margin-top: 25px;
    }
.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 #7c2324; 
    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: center;
    height: 95px;
    font-size: 1.125rem;
    }
.alert-dismissible .close {
    right: -15px;
    top: -10px;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    background-color: #7c2324;
}
#sidebar .navbar .navbar, #sidebar .navbar .navbar-collapse {
    background-color: #fff;
}
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 );
}
.program-list .section-programs {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    column-count: 1;
}
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;
}
.font-size-xl {
    font-size: 2.875rem;
}
.bg-image{
   position: relative;     
    }
.fullwidth-split-text {
    padding: 3rem 0;
}
.fullwidth-split-text .text-wrapper {
    text-align: left !important;
}
.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: 50px;
    height: 50px;
}
.slider-wrapper.interior-slider {
    margin-bottom: -30px;
}
.display-4 {
    font-size: 2.5rem;
    line-height: 1;
}
.iconography .icon-section .icon-item {
    min-width: 50%;
}
.iconography .icon-section .icon-item span {
    font-size: 3em;
}
.icon-set {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    }
.icon-set li {
    max-width: unset;
    width: 50%;
    padding: 0 15px;
}
.icon-set li:first-child {
    padding-left: 15px;
}
.icon-set li:last-child {
    padding-right: 15px;
}
.card-carousel .card {
    min-height: 360px;
}
.card-carousel.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.carousel-wrapper{
   width: 80%;
   margin: 0 auto;     
}
.equal-370 .card, .equal-350 .card, .equal-340 .card, .equal-560 .panel{
   min-height: unset;
    }
.program-list .section-program {
    padding-left: 15px;
}
.program-list .section-programs {
    display: block;
    flex: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
}
.program-list .section-heading {
    display: block;
    flex: 100%;
    max-width: 100%;
}
.contact-us-panel .collapse {
    display: none!important;
}
.contact-us-panel .collapse.show {
    display: block!important;
} 
.contact-us-panel .navbar-toggler {
    display: block;
}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
body {
	/*border: 2px solid #f15a24;*/
	} /*orange*/
.site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.site-navigation.modal .modal-dialog {
    right: 0;
    left: 0;
}
.site-navigation .modal-content {
    width: 100%;
}
.mobile-header .header-search {
    width: 220px;
}
.mobile-logos .logo {
    width: 220px;
    margin: 25px 0;
}
.hero-slider .slide {
    height: 650px;
}
.news-events .events-list .date {
    display: block;
    }
.news-events .news-footer ul.three-col{
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;     
    }
.news-events {
    padding-bottom: 350px !important;
}
.hero h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    }
}

@media (max-width: 320px) {
.hero-slider .slide {
    height: 600px;
} 
.mobile-header .header-search {
    width: 190px;
}
}

@media only screen and (max-width: 991px) {
    .dataTables_filter{
      margin-top: 15px;  
    }
    .div.dataTables_wrapper div.dataTables_filter{
       margin-left: auto;
       margin-right: auto;
       text-align: center !important;
       display: block;
    }
    .dataTables_wrapper .dataTables_filter input {
    width: 270px !important;
}
    div.dataTables_wrapper div.dataTables_filter label {
    text-align: center;
    margin: 0 auto;
    display: block;
}
	#directory-list td:nth-child(1), #directory-list td:nth-child(2), #directory-list td:nth-child(3), #directory-list td:nth-child(4) {
    padding-bottom: 0;
}
	/* 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; 
    }
 
	#directory-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 10px;
	}
 
	#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); }

}

	/* Google Search Result adBlock */
	#adBlock, .gsc-adBlock, .i_ {
	display: none !important;
	visibility: hidden !important;
}

/* Max width for news article */
	.post-content{ 
	max-width: 860px;
	}