  @charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@300;400;600;700&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
   padding-top: 235px;
	}
:target:before {
    content: "";
    display: block;
    height: 150px;
    margin: -150px 0 0;
}
.hidden-content-area{
	margin: 20px auto;
}
.donation-meter {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.glass {
  background: #e5e5e5;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 300px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
  width: 30px;
}
.amount {
  background: #9D2235;
  border-radius: 100px;
  display: block;
  width: 20px;
  position: absolute;
  bottom: 5px;
}
.goal {
 font-size: 30px;
}
.total {
  font-size: 16px;
  position: absolute;
  right: 35px;
}
.bulb {
  background: #e5e5e5;
  border-radius: 100px;
  display: block;
  height: 60px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
  top: -20px;
  right: 15px;
  width: 60px;
}
.red-circle {
  background: #9D2235;
  border-radius: 100px;
  display: block;
  height: 50px;
  width: 50px;
  }
.filler {
  background: #9D2235;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 30px;
  width: 20px;
  position: relative;
  top: -65px;
  right: -15px;
  z-index: 30;
  }
.logo-wrapper{
    width: 645px;
    margin: 0 auto;
    display: flex;
}
.anniversary-logo{
    width: 230px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-top: 10px;
}
.mobile-logo-wrapper{
    width: 545px;
    margin: 0 auto;
    display: flex;
}
.mobile-anniversary-logo{
    width: 200px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-top: 10px;
    top: -40px;
}
.sticky-header-show .anniversary-logo{
	display: none;
}
.juicer-feed .j-paginate {
    border: none!important;
    font-weight: normal!important;
    letter-spacing: 0 !important;
    padding: 6px 15px !important;
    margin: 15px auto !important;
    background-color: #9D2235 !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-family: 'Bebas Neue', cursive !important;
}
.juicer-feed .j-paginate:hover{
    text-decoration: underline !important;
}
.juicer-feed .j-display-filters, .juicer-feed .j-display-filters li.all, .juicer-feed .j-facebook-text, .juicer-feed .j-instagram-text, .juicer-feed .j-twitter-text {
    color: #000 !important;
}
.juicer-feed .j-meta a, .juicer-feed .j-meta .j-twitter-date {
    color: #595959 !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Bebas Neue', cursive;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}
h1, .h1 {
  font-size: 3.5rem;
}
h2, .h2 {
  font-size: 3rem;
  color: #005f60;
}
h3, .h3 {
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h4, .h4 {
  font-size: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #545859;
}
h5, .h5 {
  font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
  font-weight: 700;
    color: #545859;
}
h6, .h6 {
  font-size: .75rem;
    font-family: 'Open Sans', sans-serif;
  font-weight: 700;
    color: #545859;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
	color: #fff;
}
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;
}
.page-title h1{
	margin-top: 25px !important;
}
.page-title + .section{
	padding-top: 10px;
}
.page-title + .section.bg-light-gray, .page-title + .section.bg-dark-gray, .page-title + .section.bg-red, .page-title + .section.bg-black-transparent,
.page-title + .section.bg-black{
	padding-top: 55px;
	margin-top: 55px;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
img.float-right{
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
img.float-left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.height-30 {
    min-height: 30vh;
}
.height-40 {
    min-height: 40vh;
}
.height-50 {
    min-height: 50vh;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.text-shadow {
    text-shadow: rgba(0, 0, 0, 0.75) 3px 3px 1px;
}
.space-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-xlg {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}
.red-text{
    color: #9D2235;
}
.white-text{
    color: #fff !important;
}
.white-text a{
    color: #fff !important;
}
.black-text{
    color: #000 !important;
}
.font-size-xl{
    font-size: 60px !important;
}
.font-size-lg{
    font-size: 48px !important;
}
.font-size-md{
    font-size: 36px !important;
}
.font-size-sm{
    font-size: 18px !important;
}
.font-size-xs{
    font-size: 16px !important;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 20px;
  padding-bottom: 20px;
}
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{
    font-size: 15px;
}
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: 20px;
    font-weight: 400;
    line-height: 1.35em;
    display: block;
}
.content a, a {
  color: #9D2235;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;

}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.hover-text a:hover {
  color: white;
  text-decoration: underline;
}
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: 14px;
    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: 14px;
    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: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.interior .content ul, .interior .content ol{
    font-size: 18px;
    font-weight: 300;
}
.interior .content ul li a, .interior .content ol li a{
   text-decoration: none;
    border-bottom: 1px solid #000;
    font-weight: 400;
}
.interior .content ul li a:hover, .interior .content ol li a:hover{
    border-bottom: none;
}
.interior .content .footer-social li a{
    border-bottom: none;
}
.title-decorative{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444C55;
}
.bordered-headline{
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    display: table;
    white-space: nowrap;
    margin-bottom: 20px;
}
.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(#ccc), to(#fefefe));
    background: -webkit-linear-gradient(#ccc, #fefefe) no-repeat center;
    background: -moz-linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
    background: -o-linear-gradient(#ccc, #fefefe no-repeat center);
    background: linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
}
.btn{
    font-family: 'Bebas Neue', cursive;
}
.btn-default, .content .btn-default{
    background-color: #9D2235;
    color: #ffffff !important;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 15px;
    margin: 15px auto;
    border-radius: 0;
    border: none;
    min-width: 165px;
    transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -webkit-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -ms-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -o-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    position: relative;
    z-index: 3;
}
.btn-lg, .content .btn-lg{
    font-size: 35px;
    min-width: 350px;
}
.btn-xl, .content .btn-xl{
    font-size: 60px;
    min-width: 300px;
}
.btn-arrow, .btn-arrow-down{
   text-align: left !important;
   padding: 6px 35px 6px 15px !important;
}
.btn-arrow:after, .btn-arrow-down:after{
    position: absolute;
    right: 12px;
    top: 23%;
    -webkit-transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
    transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
    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: "\f054";
    font-size: 18px;
    color: #fff;
}
.btn-arrow-down:after{
	content: "\f078";
}
.btn-default:hover, .btn-default:focus, .content .btn-default:hover, .content .btn-default:focus{
    text-decoration: underline !important;
}
.btn-black, .content .btn-black{
    background-color: #000;
    color: #fff;
}
.btn-black:hover, .btn-black:focus{
    color: #fff !important;
    background-color: #9D2235;
}
.btn-white, .content .btn-white{
    background-color: #ffffff;
    color: #343a40 !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:after{
    color: #000;
}
.btn-white:hover, .btn-white:focus{
    color: #fff !important;
    background-color: #545859;
}
.btn-white:hover:after, .btn-white:focus:after{
    color: #fff;
}
.btn-centered {
    display: block !important;
    width: max-content !important;
    margin: 15px auto !important;
}
.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;
}
.content{
    /*overflow:hidden;*/
}
.bg-white {
    background-color: #fff !important;
}
.bg-white-transparent {
    background-color: rgba(255,255,255,.9) !important;
}
.bg-black-transparent {
    background-color: rgba(0,0,0,.5) !important;
	color: #fff;
}
.bg-black {
    background-color: #000 !important;
	color: #fff;
}
.bg-red{
    background-color: #9D2235 !important;
	color: #fff;
}
.bg-light-gray{
    background-color: #f1f3f5 !important;
}
.bg-medium-gray{
    background-color: #d9d9d6 !important;
}
.bg-dark-gray {
    background-color: #545859 !important;
	color: #fff;
}
.bg-dark-gray .card.bg-medium-gray{
	color: #000;
}
.bg-dark-gray h2, .bg-black h2, .bg-red h2, .bg-black-transparent h2,
.bg-dark-gray h3, .bg-black h3, .bg-red h3, .bg-black-transparent h3,
.bg-dark-gray h4, .bg-black h4, .bg-red h4, .bg-black-transparent h4,
.bg-dark-gray h5, .bg-black h5, .bg-red h5, .bg-black-transparent h5,
.bg-dark-gray h6, .bg-black h6, .bg-red h6, .bg-black-transparent h6,
.bg-dark-gray .card.bg-black-transparent h2, .bg-dark-gray .card.bg-black-transparent h3, .bg-dark-gray .card.bg-black-transparent h4, .bg-dark-gray .card.bg-black-transparent h5, .bg-dark-gray .card.bg-black-transparent h6{
	color: #fff;
}
.bg-dark-gray .card h2, .bg-black .card h2, .bg-red .card h2, .bg-black-transparent .card h2,
.bg-dark-gray .card.bg-white h2, .bg-black .card.bg-white h2, .bg-red .card.bg-white h2, .bg-black-transparent .card.bg-white h2{
	color: #005f60;
}
.bg-dark-gray .card h3, .bg-black .card h3, .bg-red .card h3, .bg-black-transparent .card h3,
.bg-dark-gray .card.bg-white h3, .bg-black .card.bg-white h3, .bg-red .card.bg-white h3, .bg-black-transparent .card.bg-white h3{
	color: #000;
}
.bg-dark-gray .card h4, .bg-black .card h4, .bg-red .card h4, .bg-black-transparent .card h4,
.bg-dark-gray .card.bg-white h5, .bg-black .card.bg-white h5, .bg-red .card.bg-white h5, .bg-black-transparent .card.bg-white h5,
.bg-dark-gray .card.bg-white h6, .bg-black .card.bg-white h6, .bg-red .card.bg-white h6, .bg-black-transparent .card.bg-white h6{
	color: #545859;
}
.bg-black .card, .bg-black .card.bg-white,
.bg-red .card, .bg-red.card.bg-white,
.bg-dark-gray .card, .bg-dark-gray .card.bg-white,
.bg-black-transparent .card, .bg-black-transparent .card.bg-white{
	color: #000;
}
.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;
}
.section{
    padding: 55px 0;
    position: relative;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}
.section .section-with-background-content-wrapper{
	padding: 0;
}
.section-parallax{
    position: relative;
    overflow: hidden;
}
.container{
    position: relative;
}
.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;
    position: relative;
    overflow:hidden;
}
.half-and-half{
    background-size: 65%;
    background-position: 30% center;
}
.half-and-half .text{
    max-width: 50%;
    text-align: right;
    float: right;
}
.news-events .event {
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    min-height: 300px;
    border: 1px solid rgba(128,128,128,.45);
    margin-bottom: 15px;
}
.news-events .eventsimg {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.news-events .eventsimg img {
    max-width: 100%;
    width: 100%;
}
.news-events .event img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.news-events .event-content {
    padding: 15px 10px;
}
.news-events .event-content{
    font-size: 18px;
}
.news-events .event-content a{
    text-decoration: none;
}
.news-events h3{
    font-size: 18px;
        font-weight: 600;
}
.news-events .event:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.photo-box {
    background-color: #000;
    text-align: center;
    min-height: 210px;
    border: 1px solid rgba(128,128,128,.45);
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    color: #fff;
}
.photo-box img {
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.photo-box a{
    text-decoration: none;
    color: #fff;
}
.photo-box h3{
   font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-size: 36px;
    letter-spacing: .5px;
    text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 5px;
}
.photo-box .divider:after{
    content: "";
    height: 1px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 10px auto;
}
.photo-box-content-wrapper{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}
.photo-box-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.photo-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.photo-box .red-box-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #9D2235;
    padding: 10px;
    text-align: left;
}
.photo-box .red-box-bottom p{
    margin: 0;
}
/*Header Styles*/
.menuToggle {
	display: none;
    background-color: transparent;
    border:none;
    color: #fff;
    font-size: 25px;
}
.menuToggle .sr-only{
    color: #000;
}
.interior.menuToggle .sr-only{
    color: #fff;
}
.siteHeader {
	display: block;
	width: 100%;
    z-index: 22;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -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);
}
.siteHeader.sticky-wrapper{
    position: fixed;
}
.siteHeader.sticky-header-show .main-navigation .middle-row{
   height: 0;
    padding: 0;
    visibility: 0;
}
.siteHeader.sticky-header-show .main-navigation .middle-row .logo{
   display: none;
}
.main-navigation .top-row{
    background-color: #000000;
    padding:0;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
}
.main-navigation .top-row .audience .nav-item .nav-link .fas{
    position: absolute;
    top: 14px;
    right: 30px;
}
.main-navigation .middle-row{
    display: block;
    height: 122px;
    padding: 20px 0;
    background-color: #231E1F;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility: 1;
}
.landing-header{
    background-color: #545859;
    padding: 40px 0;
    height: 235px;
}
.landing-header .logo{
    margin: 0;
    top: 40px;
}
.landing-header .logo a{
    background-position: left;
}
.landing-header a{
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}
.landing-header p{
    margin: 0;
}
.landing-header .contact{
    text-align: center;
    margin-top: 16px;
    position: relative;
}
.landing-header .contact .phone{
    font-size: 55px;
}
.landing-header .contact .email{
    font-size: 24px;
}
.landing-header.sticky-header-show{
    height: 100px;
    padding: 20px 0;
}
.landing-header.sticky-header-show .logo{
    top: -20px;
}
.landing-header.sticky-header-show .logo a{
    width: 250px;
}
.landing-header.sticky-header-show .contact{
    margin-top: 0px;
    top: 0;
    line-height: 1.75rem;
}
.landing-header.sticky-header-show .contact .phone{
    font-size: 40px;
}
.landing-header.sticky-header-show .contact .email{
    font-size: 18px;
}
.main-navigation .bottom-row{
    background-color: #231E1F;
    padding: 10px 0;
}
.mobile-audience-nav{
    display: none;
}
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 a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:#000;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background: #d8c722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.logo {
    margin: 0 auto;
    width: 415px;
    position: relative;
}
.logo a {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    width: 415px;
    height: 98px;
    background: url("/_resources/images/sxu-logo.png") no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    margin: 0;
    color: #fff;
}
.hide {
    display: none;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.off-screen-nav-mobile-cta, .off-screen-nav-mobile-audience{
    display: none;
}
.off-screen-nav .modal-content {
    background-color: #9D2235;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 500px;
}
.off-screen-nav.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.off-screen-nav.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.off-screen-nav.modal .modal-dialog {
	position:absolute;
	top:0;
	right: 40px;
	margin:0;
	padding: 0;
}
.off-screen-nav .tabpanel-set{
    margin: 75px 40px;
    overflow: hidden;
}
.quicklinks {
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    display: block;
    top: 0;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    margin-left: 0px;
}
.quicklinks .fa-bars{
    margin-right: 5px;
}
.quicklinks:hover, .quicklinks:focus {
    background-color: transparent;
    text-decoration: underline;
}
.off-screen-nav .nav{
    display: block;
}
.off-screen-nav h2, .off-screen-nav-mobile-audience h2, .mobile-audience-nav h2{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.mobile-audience-nav h2{
    padding-left: 16px;
}
.mobile-audience-nav{
  border-top: 1px solid #fff; 
  margin-top: 25px;
  padding-top: 25px;
}
.off-screen-nav .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.off-screen-nav .nav-link:hover, .off-screen-nav .nav-link:focus{
    text-decoration: underline;
}
.off-screen-nav .nav-link .fas{
    margin-right: 10px;
}
.off-screen-nav .audience{
    margin-bottom: 50px;
}
.close {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 40px;
    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);
}
/*Auxillary and Audience Navigations*/
header .audience .nav li a, header .auxnav .nav li a {
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
	text-transform: none;
	display: block;
	width: 100%;
}
header .audience .nav li .dropdown-item {
	color: #000;
    font-weight: 400;
}
header .main-navigation .audience .nav li .dropdown-item:hover{
    color: rgba(0, 0, 0, 1) !important;
    background-color: #f1f3f5;
}
/*Search*/
.modal-open-menu .modal-backdrop {
    z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
.top-row .audience li:first-child{
    position: relative;
}
.searchToggle{
    position: relative;
    top: 8px;
    color: #fff;
    font-size: 16px !important;
    background-color: transparent;
    border: none;
}
.searchToggle:after{
    content: "\f002";
    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;
    color: #fff;
    font-size: 16px;
    width: 20px;
}
.searchToggle[aria-expanded="true"]:after{
    content: "\f00d";
}
.searchToggle:hover{
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: transparent;
}
.search {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 3px;
    right: 35px;
    background-color: #000;
    width: 215px;
}
.search.collapsing{
   transition: width .35s ease !important; 
    width: 0 !important;
    height: auto !important;
}
.search form label {
	display: none !important;
	}
.search .form-text, .search form input[type=text], .search form input.form-text {
    width: 100%;
    padding: 2px 10px !important;
    font-size: 14px;
    background-color: #fff;
    color: #000 !important;
    border: none;
    border-radius: 5px;
}
.search .form-text:focus{
    outline: none;
    box-shadow: none;
}
.search .btn {
    background: transparent;
    border: 0 none;
    color: #CCC;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 3;
    min-width: auto;
    padding: 0;
}
.search .form-submit {
    border: 0;
    padding: 5px 15px;
    color: #fff;
    position: absolute;
	top: 28px;
    right: 15px;
    min-width: 60px;
    margin: 0;
    background-color: #9D2235;
}
.search ::-webkit-input-placeholder {
    color: #000;
}
.search  ::-moz-placeholder {
    color: #000;
}
.search  ::-ms-placeholder {
    color: #000;
}
.search  ::placeholder {
    color: #000;
}
/*Main Navigation Styles*/
/*Top Navigation and Mobile Menu Wrapper*/
.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;
	padding: 0;
}
.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: relative;
    right: 0;
	}
.main-navigation .bottom-row .nav{
    margin-top: 0;
}
/*Centers the top navigation*/
.main-navigation .nav .dropdown {
	display: inline-block;
	float: none;
	font-size: 16px;
	position: relative;
	}
.main-navigation .task-nav .nav li a{
    font-size: 14px;
}
.main-navigation .task-nav .nav li a:after{
    content: "|";
    display: inline-block;
    color: #757577;
    position: relative;
    right: -12px;
}
.main-navigation .task-nav .nav li:last-child a:after{
    content: "";
}
.main-navigation .nav li a {
    font-weight: 600;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: inherit;
    text-transform: uppercase;
}
.main-navigation .bottom-row .nav li a{
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
}
.main-navigation .nav li a:after {
    border: none !important;
}
.main-navigation .bottom-row .nav .dropdown a: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;
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle{
       text-decoration: underline;
}
.main-navigation .nav .dropdown ul li{
    padding: 15px 0;
}
.main-navigation .nav .dropdown .sub-menu ul li{
    padding: 0;
}
.main-navigation .nav .dropdown ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    text-transform: none;
    display: block;
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid #eee;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.main-navigation .nav .dropdown .dropdown-menu li .sub-menu ul li:last-child a{
    border-bottom: none;
}
.main-navigation .nav .dropdown ul li a:hover, .main-navigation .nav .dropdown ul li a:focus {
    font-weight: 400;
    color: #9D2235 !important;
    background-color: #E7E7E7;
}
.main-navigation .nav .dropdown a.dropdown-toggle {
	display: block;
	position: relative;
    z-index: 1;
}
.main-navigation .nav .dropdown:hover .dropdown-menu, .main-navigation .nav .dropdown .dropdown-menu.show {
     -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    visibility: visible;
    opacity: 1;
    transform: none !important;
}
/*Top Nav Dropdown Background*/
.main-navigation .nav .dropdown .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    border-left: none;
    border-right: none;
    background-color: #fff;
	color: #000000;
    min-width: 135px;
    font-size: 14px;
    list-style: outside none none;
    margin-top: 0;
    padding: 5px 0;
    text-align: left;
	z-index: 3;
	position: absolute;
    left: 12px !important;
    top: 100% !important;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu li a{
    color: #494646;
    text-align: left;
}
.main-navigation .bottom-row .nav .dropdown .dropdown-menu .sub-menu li a:after{
    display: none;
}
.modal-open-search .mobile-header{
    z-index: 5;
    background-color: #9D2235;
    width: 100%;
    height: 105px;
}
.mobile-header {
    top: 0;
	display: none;
    z-index: 4;
    background-color: #231e1f;
    -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);
}
.menuClose {
	display: none;
}
/*Footer*/
footer{
    padding: 30px 0 0; 
    line-height: 28px;
    background-color: #231e1f;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
footer img{
    margin: 0 auto;
    display: block;
    max-width: 340px;
}
footer a {
	color: #fff;
    font-weight: 400;
	font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active  {
	color: #fff;
	text-decoration: underline;
}
.footer-logo {
	display: block;
	width: 100%;
}
.footer-social {
	padding-left: 0;
	list-style: none;
	text-align: center;
    margin: 10px auto 20px;
}
.footer-social li {
	display: inline-block;
	margin: 0 5px;
}
.footer-social li a:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #fff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.footer-social li a.twitter:before, .content-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .content-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before, .content-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .content-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.snapchat:before, .content-social li a.snapchat:before {
	content: "\f2ac";
}
.footer-social li a.linkedin:before, .content-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.pinterest:before, .content-social li a.pinterest:before {
	content: "\f231";
}
.footer-social li a.flickr:before, .content-social li a.flickr:before {
	content: "\f16e";
}
.footer-social li:hover a:before {
	text-decoration: none;
    color: rgba(255, 255, 255, 0.5) !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content-social li:hover a:before {
	text-decoration: none;
        color: #9D2235 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content-social {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 15px auto;
}
.content-social li {
	display: inline-block;
	margin: 0 10px;
}
.content-social li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #000;
    font-size: 46px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
footer .list-inline-item a:after {
    content: "|";
    display: inline-block;
    color: #757577;
    position: relative;
    right: -12px;
}
footer .list-inline-item:last-child a:after {
    content: "";
}
footer .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
footer .copyright{
    background-color: #000;
    padding: 20px 0 10px;
    margin-top: 20px;
}
footer .copyright a{
    color: #fff;
}
.container-padding{
    padding: 0 50px;
}
.img-circle{
    border-radius: 50%;
}
ul.two-col{
    padding-left: 20px;
}
.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: 70vh;
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.video-feature .overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* FF3.6-15 */
    background: #000;
background: -moz-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.2))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}
.play-pause, .play {
    position: absolute;
    z-index: 3;
    color: #fff;
    background-color: rgba(157, 34, 53,.85);
    width: 40px;
    height: 40px;
    left: 50px;
    bottom: 50px;
    border: 1px solid #fff;
}
.play-pause:hover, .play-pause:focus{
    background-color: rgba(255, 255, 255, 1);
    color: #9D2235;
}
.play{
    display:none;
}
.play-pause .fa, .play .fa{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .video-caption{
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
}
.video-feature .video-caption{
    position: absolute;
    color: #fff;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    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: 68vh;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.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;
}
/*Dark Overlay*/
.hero-slider .carousel-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 50px 60px;
    background-color: rgba(0,0,0,.7);
    text-align: left;
    line-height: 30px;
    z-index: 1;
}
.slider-wrapper .carousel-caption-overlay, .slider-wrapper .video-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    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 */
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a, .video-feature .video-caption a{
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-caption a:hover, .video-feature .video-caption a:hover, .hero-slider .carousel-caption a:focus, .video-feature .video-caption a:focus{
    text-decoration:underline;
    color: #fff;
}
.hero-slider .carousel-caption h1{
    line-height: 52px;
    margin: 0 0 10px;
    color: #fff !important;
    font-size: 4rem;
    text-shadow: rgba(0, 0, 0, 0.75) 3px 3px 1px;
    display: inline-block;
}
.hero-slider .carousel-caption .btn{
    display: inline-block;
    position: relative; 
    top: -18px;
    left: 25px;
    margin: 0;
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
    z-index: 1;
    color: #fff;
    background-color: rgba(157, 34, 53,.85);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.slider-wrapper .slide-controllers .pause-play{
    color: #fff;
    background-color: rgba(157, 34, 53,.85);
    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: #9D2235 !important;
    background-color: rgba(255, 255, 255,1) !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: #9D2235 !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;
}
.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;
}
.hero {
    position: relative;
    height: 70vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.hero-interior {
    position: relative;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,.25) 38%, rgba(0,0,0,.25) 61%, rgba(0,0,0,.25) 62%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero .text-wrapper, .video-feature .text-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.hero .text-wrapper .btn, .video-feature .text-wrapper .btn{
    font-size: 40px;
    min-width: 250px;
}
.hero-interior .text-wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 0;
    background: #000;
    background-color: rgba(0,0,0,.7);
}
.hero-interior .banner-title{
    font-family: 'Bebas Neue', cursive;
    display: block;
    padding: 0 15px;
    font-size: 4rem;
    text-shadow: rgba(0, 0, 0, 0.75) 3px 3px 1px;
    margin: 0 auto;
    max-width: 1140px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: none;
    line-height: 1;
}
.banner-title {
    font-family: 'Bebas Neue', cursive;
    display: block;
    padding: 1.5rem 2.5rem;
    border-bottom: 2px solid #fff;
    font-size: 6rem;
    text-shadow: rgba(0, 0, 0, 0.75) 3px 3px 1px;
}
.hero .banner-title {
    color: #fff;
}
.black-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background-color: rgba(0,0,0,.75);
    color: #fff;
}
.red-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #982f40;
    background-color: rgba(152,47,64,.85);
    color: #fff;
}
.gray-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6e7571;
    background-color: rgba(115,121,116,.75);
    color: #fff;
}
.white-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background-color: rgba(255,255,255,.85);
    color: #000;
}
.white-overlay-gradient{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 36%, rgba(255,255,255,0.2) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 36%,rgba(255,255,255,0.2) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 36%,rgba(255,255,255,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
    color: #000;
}
.section-with-background-content-wrapper{
    padding: 55px 0;
    position: relative;
    z-index: 1;
}
.section-with-background-content-wrapper .section-with-background-content-wrapper{
	padding: 0;
}
.bordered-top:before{
    content: "";
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    background-color: #9D2235;
    position: absolute;
    z-index: 1;
}
.bordered-bottom:before{
    content: "";
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-color: #9D2235;
    position: absolute;
    z-index: 2;
}
.red-boxed-headline{
    background-color: #9D2235;
    color: #fff;
    padding: 30px 45px 15px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    top: -55px;
}
.two-column-carousel{
    margin-bottom: 75px;
}
.two-column-carousel .carousel-caption {
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.two-column-carousel .carousel-caption h2{
    margin-bottom: 10px;
}
.two-column-carousel .carousel-caption h2 + h3{
    margin-bottom: 0;
}
.two-column-carousel .carousel-caption h3{
        margin-top: .5rem;
    margin-bottom: .5rem;
}
.two-column-carousel .carousel-caption img{
    margin: 0 auto;
}
.two-column-carousel .main-image{
    display: block;
    margin-left: 5px;
}
.two-column-carousel .main-image img{
     -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    margin: 0 auto;
}
.two-column-carousel .slide{
    padding: 0px;
}
.two-column-carousel-button-container{
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 100px;
}
.two-column-carousel-button-container .slick-next {
    right: 0;
}
.two-column-carousel-button-container .slick-next:before {
    content: '\f105';
}
.two-column-carousel-button-container .slick-prev {
    left: 0;
    z-index: 1;
}
.two-column-carousel-button-container .slick-prev:before {
    content: '\f104';
}
.two-column-carousel-button-container .slick-prev:before, .two-column-carousel-button-container .slick-next:before {
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.two-column-carousel-button-container .slick-prev,  .two-column-carousel-button-container .slick-next {
    top: inherit;
    bottom: -15px;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #9D2235;
}
.two-column-carousel-button-container .slick-prev:hover, .two-column-carousel-button-container .slick-prev:focus, .two-column-carousel-button-container .slick-next:hover, .two-column-carousel-button-container .slick-next:focus {
    color: #9D2235;
    background: #ffffff;
}
.two-column-carousel-button-container .slick-prev:hover:before, .two-column-carousel-button-container .slick-prev:focus:before, .two-column-carousel-button-container .slick-next:hover:before, .two-column-carousel-button-container .slick-next:focus:before {
     color: #9D2235;
}
.stat-plain-text .number{
    font-family: 'Bebas Neue', cursive;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.1;
    font-size: 5rem;
}
.stat-plain-text .number span{
    font-size: 5rem;
}
.stat-plain-text .sub-title{
    font-family: 'Bebas Neue', cursive;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.1;
    font-size: 2rem;
}
.testimonial-carousel{
    margin-bottom: 25px;
}
.testimonial-carousel .slide{
    position: relative;
    padding-top: 10px;
}
.testimonial-carousel .carousel-caption {
    top: 0;
    left: 0;
    width: 60%;
    padding: 0 0 145px;
    position: relative;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: flex-start!important;
    justify-content: flex-start!important;
    color: #000;
    text-align: left;
    min-height: 530px;
}
.testimonial-carousel .carousel-caption .quote{
    color: #000;
    font-family: 'Bebas Neue', cursive;
    font-size: 42px;
    text-align: left;
    padding: 0 15px;
    line-height: 1.15;
}
.testimonial-carousel:before{
    content: "";
    width: 135px;
    position: absolute;
    left: -140px;
    top: 0;
    background-image: url(/_resources/images/quotations.png);
    background-size: contain;
    height: 175px;
    background-repeat: no-repeat;
}
.testimonial-carousel .carousel-caption .author{
    background-color: #f1f3f5;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    border-left: 5px solid #005f60;
    padding: 20px 40px;
    color: #000;
    margin-top: 15px;
    margin-left: 15px;
    width: fit-content;
}
.testimonial-carousel .carousel-caption .author .name{
    font-weight: 700;
    font-size: 30px;
}
.testimonial-carousel .carousel-caption .author .title{
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
}
.testimonial-carousel .main-image img{
    max-width: 560px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.testimonial-carousel .slick-next {
    left: 70px;
}
.testimonial-carousel .slick-next:before {
    content: '\f105';
}
.testimonial-carousel .slick-prev {
    left: 15px;
    z-index: 1;
}
.testimonial-carousel .slick-prev:before {
    content: '\f104';
}
.testimonial-carousel .slick-prev:before, .testimonial-carousel .slick-next:before {
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.testimonial-carousel .slick-prev,  .testimonial-carousel .slick-next {
    top: inherit;
    bottom: 20px;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #545859;
}
.testimonial-carousel .slick-prev:hover, .testimonial-carousel .slick-prev:focus, .testimonial-carousel .slick-next:hover, .testimonial-carousel .slick-next:focus{
    background: #000;
}
.bordered-box-carousel-wrapper, .bordered-box-carousel-4-across-wrapper{
    position: relative;
}
.bordered-box-carousel-4-across .card.white-teal-line{
    font-size: 14px;
}
.bordered-box-carousel-4-across .card.white-teal-line .card-body{
    min-height: 195px;
}
.bordered-box-carousel-4-across h3{
    font-size: 18px;
}
.bordered-box-carousel-button-container, .bordered-box-carousel-4-across-button-container{
    position: relative;
}
.bordered-box-carousel-button-container .slick-next, .bordered-box-carousel-4-across-button-container .slick-next {
    right: 0;
}
.bordered-box-carousel-button-container .slick-next:before, .bordered-box-carousel-4-across-button-container .slick-next:before {
    content: '\f105';
}
.bordered-box-carousel-button-container .slick-prev, .bordered-box-carousel-4-across-button-container .slick-prev {
    left: inherit;
    right: 55px;
    z-index: 1;
}
.bordered-box-carousel-button-container .slick-prev:before, .bordered-box-carousel-4-across-button-container .slick-prev:before {
    content: '\f104';
}
.bordered-box-carousel-button-container .slick-prev:before, .bordered-box-carousel-button-container .slick-next:before,
.bordered-box-carousel-4-across-button-container .slick-prev:before, .bordered-box-carousel-4-across-button-container .slick-next:before{
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.bordered-box-carousel-button-container .slick-prev, .bordered-box-carousel-button-container .slick-next, 
.bordered-box-carousel-4-across-button-container .slick-prev, .bordered-box-carousel-4-across-button-container .slick-next{
    top: -40px;
    bottom: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #545859;
}
.bordered-box-carousel-button-container .slick-prev:hover, .bordered-box-carousel-button-container .slick-prev:focus, .bordered-box-carousel-button-container .slick-next:hover, .bordered-box-carousel-button-container .slick-next:focus,
.bordered-box-carousel-4-across-button-container .slick-prev:hover, 
.bordered-box-carousel-4-across-button-container .slick-prev:focus, 
.bordered-box-carousel-4-across-button-container .slick-next:hover, 
.bordered-box-carousel-4-across-button-container .slick-next:focus{
    background: #000;
}
.bordered-box-carousel, .bordered-box-carousel-4-across{
    margin: 0 -15px;
}
.background-image-carousel .slide{
    height: 700px;
    z-index: 1;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.background-image-carousel .carousel-caption{
    text-align: left;
    color: #000;
}
.background-image-carousel-button-container .slick-next {
    left: 70px;
}
.background-image-carousel-button-container .slick-next:before {
    content: '\f105';
}
.background-image-carousel-button-container .slick-prev {
    left: 15px;
    z-index: 1;
}
.background-image-carousel-button-container .slick-prev:before {
    content: '\f104';
}
.background-image-carousel-button-container .slick-prev:before, .background-image-carousel-button-container .slick-next:before {
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #000;
}
.background-image-carousel-button-container .slick-prev,  .background-image-carousel-button-container .slick-next {
    top: inherit;
    bottom: 20px;
    width: 45px;
    height: 45px;
    color: #000;
    background-color: #fff;
}
.background-image-carousel-button-container .slick-prev:hover, .background-image-carousel-button-container .slick-prev:focus, .background-image-carousel-button-container .slick-next:hover, .background-image-carousel-button-container .slick-next:focus{
    background: #545859;
}
.background-image-carousel-button-container .slick-prev:hover:before, .background-image-carousel-button-container .slick-prev:focus:before, .background-image-carousel-button-container .slick-next:hover:before, .background-image-carousel-button-container .slick-next:focus:before{
    color: #fff;
}
.restrict{
    padding: 0 20%;
}
.card > .bg-image {
    border-radius: 0;
}
.card > .bg-image {
    border-radius: 0.25rem;
}
.bg-image + .card-body {
    position: relative;
    z-index: 1;
}
.card-title-block {
    font-weight: 600;
    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 );
}
.card{
    border-radius: 0;
    margin-bottom: 40px;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bg-secondary {
    background: #e9ecef !important;
}
.card-borderless {
    border: none;
}
.card-with-icon {
	margin-top: 4rem !important;
}
.section-with-background-content-wrapper .card-borderless {
	margin-top: 0 !important;
}
.program-highlights .card .card-body{
    min-height: 250px;
}
.card .icon{
    background-color: #9D2235;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -50px;
    transform: translate(-50%, 0);
	text-align: center;
}
.card .icon + h2{
    margin-top: 50px;
}
.card.bg-dark-gray, .card.bg-dark-gray h2, .card.bg-dark-gray a {
    color: #fff !important;
}
.card.bg-dark-gray .icon{
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 27%, rgba(255,255,255,1) 27%, rgba(234,234,234,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 27%,rgba(255,255,255,1) 27%,rgba(234,234,234,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 27%,rgba(255,255,255,1) 27%,rgba(234,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 );
    color: #000;
}
.divider-right{
    border-right: 1px solid rgba(128,128,128,.5);
}
.divider-left{
    border-left: 1px solid rgba(128,128,128,.5);
}
.bg-gray .card, .bg-red .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;
}
.card .image-overlay{
    padding-top: 70%;
    position: relative;
    width: 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 .image-overlay .card-overlay{
    background: transparent url(../images/image-gradient.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
}
.card .image-overlay h3 {
    bottom: 0;
    left: 0;
    padding: 14px;
    position: absolute;
    right: 0;
    z-index: 3;
    color: #FFFFFF;
}
.card.light-gray-teal-line {
	background-color: #f1f3f5;
	border: 0px;
	border-top: 6px solid #005F60;
	border-radius: 0px;
	font-size: 16px;
	display:block;
}
.card .card-title {
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}
.card.light-gray-teal-line .list-unstyled li{
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
.card.light-gray-teal-line .list-unstyled li:last-child{
    border-bottom: none;
}
.slide .card.white-teal-line{
	margin: 15px;
}
.card.white-teal-line {
	background-color: #fff;
	border: 0px;
	border-top: 6px solid #005F60;
	border-radius: 0px;
	font-size: 16px;
	display: block;
    min-height: 202px;
}
.contact-list {
    padding-left: 0px;
    list-style: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}
.contact-list li {
    display: block;
    clear: both;
    margin: 10px 0;
}
.contact-list li: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;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #9D2235;
}
.contact-list li.title:before{
	content: "\f05a";
}
.contact-list li.location:before {
	content: "\f3c5";
}
.contact-list li.phone:before {
	content: "\f095";
}
.contact-list li.exclamation:before {
	content: "\f12a";
}
.contact-list li.key:before {
	content: "\f084";
}
.contact-list li.email:before {
    content: "\f0e0";
}
.contact-list li.fax:before {
    content: "\f1ac";
}
.contact-list li.hours:before {
    content: "\f017";
    margin-bottom: 50px;
}
.contact-list li.web:before{
    content: "\f0ac";
}
.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;
}
.icon-set li{
    padding: 0 15px;
    max-width: 190px;
}
.icon-set li:first-child{
    padding-left: 0;
}
.icon-set li:last-child{
    padding-right: 0;
}
.icon-set .icon{
    display: table;
    margin: 10px auto;
    width: 160px;
    height: 160px;
    vertical-align: middle;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 27%, rgba(255,255,255,1) 27%, rgba(234,234,234,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 27%,rgba(255,255,255,1) 27%,rgba(234,234,234,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 27%,rgba(255,255,255,1) 27%,rgba(234,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 );
    color: #000;
}
.icon-set.dark .icon{
    background: #000;
    background-color: #000;
    color: #fff;
}
.icon-set .icon span{
    font-size: 70px;
    display: table-cell;
    vertical-align: middle;
}
.icon-set .icon-text{
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
}
.icon-set a .icon-text, .icon-set a {
    text-decoration: none;
}
.icon-set a:hover .icon{
    color: #9D2235;
}
.stat-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;
}
.stat-set li{
    padding: 0 15px;
    max-width: 300px;
}
.icon-set li:first-child{
    padding-left: 0;
}
.stat-set li:last-child{
    padding-right: 0;
}
.stat-set .stat{
    border-radius: 50%;
    background-color: #9D2235;
    color: #fff;
    text-align: center;
    display: table;
    margin: 10px auto;
    width: 260px;
    height: 260px;
}
.stat-set .stat .stat-wrapper{
    display: table-cell;
    vertical-align: middle;
    padding: 20px 35px;
	font-size: 1.25rem;
}
.stat-set .stat img{
    display: block;
    margin: .75rem auto;
}
.stat-set .number {
    font-family: 'Bebas Neue', cursive;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 5rem;
    font-size: 6rem;
}
.stat-set .stat .sub-title{
    font-family: 'Bebas Neue', cursive;
    font-size: 28px;
    line-height: 1;
   margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
}
.stat-set .stat span{
    font-size: 34px;
    margin: 0 auto;
    font-family: 'Bebas Neue', cursive;
    margin-top: .25rem;
    margin-bottom: .25rem;
}
.stat-set  .stat-text{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
}
.stat-set a .stat-text, .stat-set a {
    text-decoration: none;
}
.stat-set a:hover .icon{
    color: #9D2235;
}
.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: #9D2235 !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: #9D2235 !important;
    position: relative;
    top: -4px;
}
.breadcrumb {
    background-color: transparent !important;
    margin: 0;
    display: block;
    padding: 1rem 0;
    line-height: 1.5rem !important;
}
.breadcrumb-item.active {
    color: #000;
}
.breadcrumb li {
    display: inline;
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    font-weight: 400;
}
.breadcrumb li a {
    font-weight: 400;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
    text-decoration: none;
    text-decoration-color: #000;
}
.breadcrumb li:first-child a:hover, .breadcrumb li:first-child a:focus{
    text-decoration: none;
    color: #9D2235;
}
.breadcrumb li:first-child a{
     color: #000;
    text-decoration: none;
}
/*Side Nav*/
.navbar-wrapper {
    background-color: #9D2235;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}
#side-nav-accordion{
	width: 100%;
    padding: 0;
}
.navbar-wrapper .navbar {
	padding: 0;
    width: 250px;
    float: left;
}
.navbar-dark .nav-item:first-child {
	border-top: none;
}
.navbar-dark .nav-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 20px;
}
.navbar-dark .nav-item:first-child .nav-link{
    padding-top: 20px;
}
.navbar-dark .nav-item:last-child .nav-link{
    padding-bottom: 20px;
}
.navbar-dark .nav-link:hover, .navbar-dark .nav-link:focus {
    text-decoration: underline;
}
.navbar-dark{
	width: 100%;
}
.navbar .navbar-toggler {
    color: #fff;
    font-size: 18px;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar .navbar-toggler:focus{
    background-color: transparent;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    text-decoration: underline;
}
.navbar-brand{
   margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}
.navbar-dark .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
    display: block;
    width: 100%;
}
/* pmo/desinger/customer CSS update requested */
.navbar-dark .navbar-collapse{
    position: absolute;
    background-color: #9D2235;
    top: 40px;
    z-index: 4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* orginal */
/* .navbar-dark .navbar-collapse{
    position: absolute;
    background-color: #9D2235;
    top: 40px;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */
.translate-wrapper{
    float: right;
    position: relative;
}
.translate-wrapper select{
    -webkit-appearance: none;
     appearance: none;
    background-color: #9D2235;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.translate-wrapper select::-ms-expand {
  display: none;
}
.translate-wrapper .custom-arrow{
    background: url("/_resources/images/translate-arrow.png") no-repeat right #9D2235;
    background-size: 15px;
    padding-right: 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.figure{
    display: block;
}
.figure-caption{
   color: #42484c; 
}
.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: 20px auto;
}
blockquote, .blockquote{
    border-left: 4px solid #9D2235;
    padding-left: 10px;
    margin: 20px 40px;
}
.blockquote-footer {
    color: #4E565A;
}
.featured-event h2{
    font-size: 38px;
    color: #9D2235;
    }
.featured-event{
    font-weight: 300;
    font-size: 22px;
}
.featured-event .featured-date{
   font-size: 28px;
    color: #FFFFFF;
    padding: 50px;
    text-transform: uppercase;
    background-color: #9D2235;
    text-align: center;
    max-width: 180px;
    font-weight: 400;
}
/*Accordion*/
.accordion{
    margin-top: 40px;
    margin-bottom: 40px;
}
.accordion .card {
	border: none;
	margin: 10px 0;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
}
.accordion>.card{
	border-radius: .25rem;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.accordion>.card:not(:last-of-type) {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.accordion .card-header .btn {
    font-size: 24px;
    background-color: #545859;
    color: #fff !important;
    border: none;
    box-shadow: none !important;
    padding: 10px 45px 10px 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
}
.accordio .card-header .btn:hover, .accordion .card-header .btn:focus{
    text-decoration: none;
    background-color: #9D2235;
}
.accordion .card-header .btn-link .fas {
    font-size: 24px;
    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;
}
/*Tab Option 1*/
.tab-option-1 .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #9D2235;
	border-left: none;
	border-right: none;	
	font-size: 20px;
    background-color: transparent;
    position: relative;
}
.tab-option-1 .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: 20px;
    color: #9D2235;
    bottom: -30px;
    left: 45%;
}
.tab-option-1 .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #000;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: bold;
}
.tab-option-1 .nav-tabs  > a:last-of-type {
    margin-right: 0;
}
.tab-option-1 .nav-tabs .nav-link:after {
	content: none;
}
.tab-option-1 .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tab-option-1 .nav-tabs .nav-item {
    margin-bottom: -4px;
	margin-top: 0;
	background-color: transparent;
    border-bottom: 4px solid #ececec;
}
.tab-option-1 .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tab-option-1 .nav-tabs {
    border-bottom: 4px solid #ececec;
	margin-top: 10px;
}
.tab-option-1 .nav-tabs .nav-link:hover {
    border-bottom-color: #000;
}
.tab-option-1 .nav-tabs .nav-link.active:hover {
	border-bottom-color: #9D2235;
}
.tab-option-1 .tab-content {
	text-align: left;
    padding: 20px;
    background-color: #fff;
	margin-bottom: 50px;
}
.tab-option-1 .tab-content h3 {
	margin: 20px 0;
}
/*Tabs Option 2 Full Width*/
.tab-option-2 {
    margin-top: 55px;
    margin-bottom: 35px;
}
.tab-option-2 .nav-tabs .nav-link.active, .tab-option-2 .nav-tabs .nav-item.show .nav-link {
    border-color: transparent;
    border-top: 6px solid #005F60;
    border-right: none;
    color: #000;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-option-2 .nav-tabs .nav-link{
    border: none;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    color: #000;
    background-color: #d9d9d6;
    border-right: 1px solid rgba(128,128,128,.5);
    font-size: 25px;
    border-radius: 0;
    padding: 10px .25rem 0;
}
.tab-option-2 .nav-tabs .nav-link:last-of-type{
    border-right: none;
}
.tab-option-2 .nav-tabs .nav-link:hover{
    color: #343a40;
}
.tab-option-2 .nav-tabs {
    border-bottom: none;
}
.tab-option-2 .tab-content{
    background-color: #fff;
    padding: 40px;
}
.tab-option-2 .tab-content .col-lg-7{
    border-right: 1px solid rgba(128,128,128,.5);
    padding-right: 25px;
}
.tab-option-2 .tab-content .col-lg-7 .col-lg-7{
    border-right: none;
}
/*Numbered Step List*/
.numbered-steps {
    margin-left: 0;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
}
.numbered-steps li {
    counter-increment: step-counter;
	margin: 30px 0;
	position: relative;
    min-height: 40px;
    padding: 0 0 0 55px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background-color: #9D2235;
    width: 45px;
    height: 45px;
    font-size: 32px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Bebas Neue', cursive;
}
/*Numbered Step Boxes List*/
.numbered-steps-boxes {
    margin: 0 -15px;
	padding-left: 0px;
    padding-right: 0;
    list-style-type: none;
    text-align: center;
}
.numbered-steps-boxes li {
    counter-increment: step-counter;
	margin: 30px 15px;
	position: relative;
    min-height: 40px;
    display: inline-block;
    background-color: #d9d9d6;
    width: 193px;
    height: 193px;
    vertical-align: top;
    text-align: center;
    font-weight: 700;
    padding: 60px 20px 20px;
    color: #9D2235;
}
.numbered-steps-boxes li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background-color: #9D2235;
    width: 70px;
    height: 70px;
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Bebas Neue', cursive;
}
.pagination, .ou-search-pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-item.active .page-link{
    background-color: #9D2235 !important;
    border-color: #9D2235 !important;
    color: #fff;
}
#ou-search-results h2 {
    display: none;
}
.ou-search-container {
    width: 100%;
}
#ou-search-results .ou-search-input {
    border: 1px solid #ced4da !important;
    border-radius: 5px;
    padding: 10px !important;
}
#ou-search-results .ou-search-button-color {
    color: #fff !important;
    background-color: #9D2235 !important;
    border-color: #9D2235 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
#ou-search-results .ou-search-open-advanced {
    background-color: #9D2235 !important;
    border: 1px solid #9D2235 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
#ou-search-results a {
    color: #0366d6 !important;
}
#ou-search-results ul{
    font-size: 18px;
    font-weight: 300;
    line-height: inherit;
}
#ou-search-results ul li{
    margin-bottom: 20px;
}
#ou-search-results ul li .ou-search-link a {
    text-decoration: none;
    border-bottom: none;
}
#ou-search-results .ou-search-pagination>.ou-search-active>a, #ou-search-results .ou-search-pagination>.ou-search-active>a:focus, #ou-search-results .ou-search-pagination>.ou-search-active>a:hover, #ou-search-results .ou-search-pagination>.ou-search-active>span, #ou-search-results .ou-search-pagination>.ou-search-active>span:focus, #ou-search-results .ou-search-pagination>.ou-search-active>span:hover{
    background-color: #9D2235 !important;
    border-color: #9D2235 !important;
}
#ou-search-results .ou-search-pagination>.ou-search-disabled>span, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:focus, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:hover {
    color: #4E555A !important;
    border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination>li:first-child>a, #ou-search-results .ou-search-pagination>li:first-child>span {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination>li:last-child>a, #ou-search-results .ou-search-pagination>li:last-child>span {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span{
    border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination>li>a:focus, #ou-search-results .ou-search-pagination>li>a:hover, #ou-search-results .ou-search-pagination>li>span:focus{
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
    color: #0366d6 !important;
}
#ou-search-results .ou-bestbets, #ou-search-results .ou-search-parametric-results {
    border: none !important;
    background: #e9ecef !important;
}
.video-holder{
    position: relative;
    -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;
    color: #fff;
    font-weight: 600;
    background-color: #000;
}
.video-holder img{
    width: 100%;
}
.video-holder .load-video {
    width: 100px;
    height: 100px;
}
.video-holder .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,44,118,0.66);
}
.video-holder .load-video {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #fff;
}
#video-modal .modal-body {
    position: relative;
    padding: 0px;
}
#video-modal .modal-dialog {
    width: 100%;
    margin: 100px auto;
}
.load-video {
    cursor: pointer;
    position: absolute;
}
.load-video .fas {
    font-size: 35px;
    margin-top: 10px;
    width: 80px;
    z-index: 10;
    transition: all .5s;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 20px 25px;
    margin-bottom: 10px;
    color: #fff;
}
#video-wrapper {
    display: none;
    background: #241d1b;
    background-color: rgba(0,0,0,.9);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
}
#video-wrapper .close-dark{
    top: 30px;
    right: 65px;
}
.video-holder .video-caption-button {
    color: #9D2235;
    background-color: #fff;
    left: 20px;
    bottom: 20px;
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    border: none;
    text-align: center;
    cursor: pointer;
}
.video-holder .video-caption-button .fas{
    position: relative;
    top: 1px;
}
.close-dark {
    z-index: 2;
    top: -50px;
    right: -50px;
    cursor: pointer;
    text-align: right;
    font-size: 20px;
    position: absolute !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 1;
    background-color: #fff;
}
.close-dark span{
    font-size: 40px;
    position: absolute;
    top: -18px;
    left: 4px;
}
#video-wrapper .hold-video {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.popover-header {
    margin: 0;
}
.dataTables_length{
    text-align: left;
}
#directory-list thead{
    background: #9D2235;
    color: #fff;
}
#directory-list{
    background-color: #fff;
    text-align: left;
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    font-size: 14px;
}
#directory-list thead tr td, #directory-list thead th{
    border: none;
    font-size: 16px;
}
#reset{
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    top: 40px;
}
#reset .fas{
    color: #fff;
    background-color: #9D2235;
    border-radius: 3px;
    padding: 5px;
    width: 34px;
}
.dataTables_wrapper .dataTables_filter input{
    width: 300px !important;
}
div.dataTables_wrapper div.dataTables_info {
    color: #53575a;
}
#type-filter, #department-filter{
    margin-bottom: 10px;
}
.faculty-headshot{
    margin-bottom: 20px;
    float: right;
    margin-top: 20px;
}
.profile-title h2{
   margin-top: 16px;
   margin-bottom: 16px;
}
table.profile-info {
   font-size: 20px;
    width: 100%;
}
table.profile-info td:nth-child(1){
   width: 25%; 
}
table.profile-info tr td{
    padding: 5px 0;
}
/*Program Sort*/
.filter-thumbnails {
    list-style: none;
	border: none;
	margin-bottom: 35px;
}
.filter-thumbnails a{
    text-decoration: none !important; 
}
.filter-thumbnails:before, .filter-thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}
.mix, .gap {
        width: calc(100%/3 - (((3 - 1) * .5rem) / 3));
    }
.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}
.filter-thumbnails .mix{
    padding-left: 5px;
    padding-right: 5px;
}
.filter-thumbnails a:hover{
   text-decoration: none !important;
}
.filter-toggler{
    position: relative;
    margin-bottom: 0;
}
#filterToggler{
    display: flex;
}
.form-group {
    margin-bottom: 0;
}
.programs-search fieldset{
    position: relative;
}
.programs-search .form-group fieldset input:focus {
	outline: none;
}
.programs-search .form-group fieldset .input{
    width: 100%;
    background-color: #f1f3f5;
    border-radius: 10px;
    color: #242424;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border: none;
}
.programs-search .form-group .control-label{
    text-transform: uppercase;
    color: #000;
    display: none;
}
.programs-search .text-input-wrapper .fas{
    position: absolute;
    right: 15px;
    top: 22px;
    color: #000;
    font-size: 18px;
}
.programs-search ::-webkit-input-placeholder {
    color: #000;
}
.programs-search ::-moz-placeholder {
    color: #000;
}
.programs-search ::-ms-placeholder {
    color: #000;
}
.programs-search ::placeholder {
    color: #000;
}
#programs-wrapper .fail-message{
    position: relative;
    top: 25px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
  display: none;
}
#programs-wrapper .fail-message:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
}
#programs-wrapper .fail-message span{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
}
#programs-wrapper.mixitup-container-failed .fail-message{
  opacity: 1;
  pointer-events: auto;
        display: block;
}
.mixitup-control-active {
   color: #9D2235 !important;
    border-bottom: 2px solid #000 !important;
    font-weight: 700;
}
.programs-search .section-title{
    margin-top: 20px;
    margin-bottom: 0;
}
.programs-search ul{
       list-style: none;
}
.programs-search .navbar{
    padding: 0;
}
.programs-search .navbar-nav .nav-link {
    font-size: 18px;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 5px 0;
    color: #9D2235;
}
.programs-search .navbar-nav .nav-link:hover{
    color: #000;
}
.programs-search .reset, .programs-search .reset.mixitup-control-active {
    background-color: transparent;
    border: none !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    color: #000 !important;
}
.programs-search .reset .fas {
    color: #fff;
    background-color: #9D2235;
    border-radius: 3px;
    padding: 5px;
    width: 34px;
}
.programs-search h4{
   font-size: 20px !important; 
    font-weight: 700;
    color: #545859;
        margin-bottom: 5px;
    margin-top: 15px;
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
.site-navigation.modal[style] {
    display: block !important;
    }
.ou-search-container {
    width: 100% !important;
}
.searchToggle .hamburger{
        color: #000;
}
#video-modal .modal-dialog {
    max-width: 1200px;
}
.landing-header .container-fluid {
    width: 80%;
}
.hero-interior {
    height:650px;
}
}
/* // 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;
    }
.footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.ou-search-container {
    width: 100% !important;
}
.half-and-half {
    background-size: 75%;
}
#video-modal .modal-dialog {
    max-width: 1200px;
}
.landing-header .container-fluid {
    width: 90%;
}
.hero-interior {
    height:650px;
}
}

@media (min-width: 500px) and (max-width: 1199px) {
#video-modal .modal-dialog {
        max-width: 900px;
    }
}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
body {
	/*border: 2px solid #0000ff;*/
    padding-top: 234px;
	} /*blue*/
.banner-title {
    font-size: 5rem;
    }
.hero-interior .banner-title{
    max-width: 960px;
}
.footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.hero-slider .slide {
    height: 500px;
}
.video-feature{
    height: 500px;    
    }
.section {
    padding: 40px 0;
}
.sub-header h1 {
    font-size: 40px;
}
.lead {
    font-size: 20px;
    line-height: 1.35em;
}
.btn-default {
    min-width: 110px;
}
.restrict {
    padding: 0 15%;
}
.ou-search-container {
    width: 100% !important;
}
.featured-event .featured-date {
    font-size: 24px;
    padding: 40px;
    }
.featured-event h2 {
    font-size: 32px;
    }
.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;
}
.icon-set .icon {
    height: 130px;
     width: 130px;
    }
.icon-set .icon span {
    font-size: 50px;
    }
.icon-set .icon-text {
    font-size: 16px;
    width: 100%;
}
.stat-plain-text .number{
    margin-top: .25rem;
    margin-bottom: .25rem;
    line-height: 1;
    font-size: 6rem;
}
.stat-plain-text .number span{
    font-size: 3rem;
}
.stat-plain-text .sub-title{
    margin-top: .25rem;
    margin-bottom: .25rem;
    line-height: 1;
    font-size: 1.5rem;
}
.stat-set li {
    max-width: 240px;
}
.stat-set .stat {
    width: 230px;
    height: 230px;
}
.stat-set .stat .stat-wrapper {
    padding: 10px 35px;
}
.stat-set .stat span {
    font-size: 24px;
}
.stat-set .number {
    font-size: 6rem;
}
.stat-set .stat .sub-title {
    font-size: 24px;
}
.two-column-carousel .carousel-caption {
    padding: 0 15px;
    }
.testimonial-carousel {
    margin-left: 115px;
}
.testimonial-carousel .carousel-caption{
    width: 65%;    
    }
.testimonial-carousel .carousel-caption .quote {
    font-size: 36px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 25px;
}
.testimonial-carousel .main-image img {
    max-width: 440px;
}
.testimonial-carousel:before {
    width: 115px;
    left: -125px;
    }
.btn-lg, .content .btn-lg {
    min-width: 250px;
}
.hero-slider .carousel-caption {
    padding: 30px 50px 60px 0;
    }
.slider-wrapper .slide-controllers {
    left: 0;
}
.photo-box img {
    max-width: 110%;
    width: 110%;
    }
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
body {
/*border: 2px solid #ed1e79;*/
    padding-top: 154px;
	}  /*pink*/
.landing-header{
    height: 154px;
    padding: 10px 0px;
}
.landing-header .logo{
    top: 20px;
}
.landing-header .contact{
    margin-top: 16px;
}
.landing-header .contact .phone{
    font-size: 40px;
}
.landing-header .contact .email{
    font-size: 18px;
}
.landing-header.sticky-header-show{
    background-color: #545859 !important;
}
.landing-header.sticky-header-show .contact .phone{
    font-size: 35px;
}
.landing-header.sticky-header-show .contact .email{
    font-size: 16px;
}
#site-search .modal-content {
    top: 0;
}
.mobile-header .task-nav{
    background-color: #000;    
    }
.top-row .audience, .top-row .task-nav, .main-navigation .middle-row{
    display: none; 
    }
.main-navigation .top-row {
    background-color: #231E1F;
}
.mobile-audience-nav{
    display: block;
}
.mobile-header .task-nav .nav li a {
    font-size: 14px;
    ont-weight: 600;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: inherit;
    text-transform: uppercase;
}
.mobile-header .task-nav .nav li a:after {
    content: "|";
    display: inline-block;
    color: #757577;
    position: relative;
    right: -12px;
}
.mobile-header .task-nav .nav li:last-child a:after {
    content: "";
}
.mobile-header .middle-row {
    display: block;
    height: 115px;
    padding: 18px 0 25px 0;
    background-color: #231E1F;
    position: relative;
}
.mobile-logo {
    margin: 0 auto;
    width: 290px;
    position: relative;
    top: -40px;
}
.mobile-logo a {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    width: 290px;
    height: 80px;
    background: url(/_resources/images/sxu-logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    margin: 0;
    color: #fff;
}
.main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
    }
.main-navigation .bottom-row .nav li a {
    font-size: 20px;
}
.main-navigation .nav li a.current:before{
   display: none;     
    }
.siteHeader {
    position: absolute;
}
.siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
}
.modal-open-search .siteHeader{
    width: 100%;    
    }
.siteHeader.sticky-header-show {
    background-color: transparent;
}
.mobile-header {
	display: block;
    padding: 0;
}
.menuToggle {
    top: 35px;
    right: 30px;
    display: block;
    position: absolute;
}
.search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    right: 0;
    background-color: #231E1F;
    width: 75%;
    padding-top: 34px;
    z-index: 1;
}
.search .form-text, .search form input[type=text], .search form input.form-text {
    padding: 5px 10px !important;
}
.search form{
    position: relative;    
    }
.searchToggle {
    top: 15px;
    left: 30px;
}
.searchToggle:after {
    font-size: 25px;
    width: 25px;
}
.off-screen-nav-mobile-audience{
    display: block;
    padding: 40px 60px;
    background-color: #9D2235;
    position: relative;
    z-index: 1;
}
.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: #9D2235;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
}
.site-navigation .modal-content {
    background-color: #231E1F !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;
}
.main-navigation {
    padding: 40px 30px 20px;
    background-color: #231E1F;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.site-navigation .top-row .nav-item{
    border-bottom: 1px solid #fff;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item{
    border: none;
}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    color: #fff;
    padding: 5px 0;
    }
.off-screen-nav-mobile-audience .audience .nav-item .nav-link {
    padding: 5px 0;
    font-size: 18px;
}
.main-navigation .top-row .audience .nav-item{
    border-top: 1px solid #fff;  
    }
.site-navigation .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.off-screen-nav-mobile-audience .auxnav .nav-link{
    padding: 5px 0;
    font-size: 18px;
    }
.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.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: static;
    }
.site-navigation .audience{
    padding-top: 0;
    margin-bottom: 20px;
}
.off-screen-nav-mobile-audience .audience{
    margin-bottom: 40px;    
    }
.quicklinks{
  display: none;
    }
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 40px;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 30px;
    text-shadow: none;
    opacity: 1;
}
.menuClose:hover, .menuClose:focus{
   color: #fff;     
    }
.main-navigation .logo, .main-navigation .searchToggle, .main-navigation .hamburger{
    display:none;    
    }
.banner-title {
    font-size: 4rem;
    }
.hero .text-wrapper {
    width: 60%;
}
.btn-lg, .content .btn-lg {
    font-size: 30px;
    min-width: 200px;
}
.footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.arrow-indicator {
    bottom: 90px;
    }
.hero-slider .slide {
    height: 500px;
}
.hero-interior .banner-title{
    max-width: 720px;
}
.hero-interior {
    height: 400px;
    }
.hero-interior .text-wrapper{
    padding: 20px 0;    
    }
.video-feature{
    height: 500px;    
    }
.hero-slider .carousel-caption h1 {
    font-size: 42px;
    line-height: 42px;
    }
.hero-slider .carousel-caption {
    padding: 30px 50px 60px 0;
    }
.slider-wrapper .slide-controllers {
    left: 0;
}
.section {
    padding: 40px 0;
}
.section-with-background-content-wrapper {
    padding: 55px 0;
}
.sub-header h1 {
    font-size: 40px;
}
h2 {
    font-size: 38px;
}
.restrict {
    padding: 0 15%;
}
footer .copyright {
    margin-top: 40px;
    }
.footer-social {
    text-align: center;
}
.footer-nav{
    margin-top: 20px;    
    }
.single-hero{
    height: 430px;
}
.ou-search-container {
    width: 100% !important;
}
.single-hero h1 {
    top: 300px;
}
.featured-event .featured-date {
    font-size: 24px;
    padding: 40px;
    }
.featured-event h2 {
    font-size: 32px;
    text-align: left;
    }
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    padding-bottom: 5px;
}
.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;
}
.icon-set {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    }
.icon-set .icon {
    height: 130px;
    width: 130px;
    }
.icon-set .icon span {
    font-size: 50px;
    }
.icon-set .icon-text {
    font-size: 16px;
    width: 80%;
}
.icon-set li {
    max-width: 180px;
}
.icon-set li:first-child {
    padding-left: 15px;
}
.icon-set li:last-child {
    padding-right: 15px;
}
.stat-set {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.stat-set li {
    max-width: 240px;
}
.stat-set .stat {
    width: 230px;
    height: 230px;
}
.stat-set .stat .stat-wrapper {
    padding: 10px 35px;
}
.stat-set .stat span {
    font-size: 24px;
}
.stat-set .number {
    font-size: 6rem;
}
.stat-set .stat .sub-title {
    font-size: 24px;
}
.red-boxed-headline {
    top: -30px;
}
.two-column-carousel .carousel-caption {
    position: relative;
    margin-top: 20px;
}
.two-column-carousel .slide {
    padding: 0;
}
.testimonial-carousel {
    margin-bottom: 0;
}
.testimonial-carousel .carousel-caption {
    width: 100%;
    padding: 0 0 275px;
    min-height: 600px;
    }
.testimonial-carousel {
    margin-left: 115px;
}
.testimonial-carousel .carousel-caption .quote {
    font-size: 36px;
    }
.testimonial-carousel .carousel-caption .author {
    padding: 20px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 20px;
}
.testimonial-carousel .carousel-caption .author .title {
    font-size: 18px;
    }
.testimonial-carousel .main-image img {
    max-width: 400px;
}
.testimonial-carousel:before {
    width: 115px;
    left: -125px;
    }
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    bottom: 60px;
    }
.background-image-carousel .carousel-caption {
    right: 11%;
    bottom: 60px;
    left: 11%;
    }
#reset {
    font-size: 20px;
    top: 45px;
}
table.profile-info td:nth-child(1) {
    width: 35%;
}
table.profile-info {
    font-size: 18px;
}
.lead {
    font-size: 16px;
    }
.tab-option-2 .tab-content .col-lg-7 {
    border-right: none;
    padding-right: 15px;
}
.divider-right, .divider-left {
    border-right: none;
}
.mix, .gap {
        width: calc(100%/2 - (((2 - 1) * .5rem) / 2));
    }
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
body {
	/*border: 2px solid #009245;*/
    padding-top: 149px;
	} /*green*/
body.landing {
    padding-top: 200px;
	} 
.landing-header{
    height: 130px;
    padding: 10px 0px;
}
.landing-header .logo a {
    background-position: center;
    height: 80px;
    width: 350px;
}
.landing-header.sticky-header-show .logo a {
    width: 350px;
}
.landing-header .logo {
    top: 10px;
    margin: 0 auto;
}
.landing-header.sticky-header-show .logo {
    top: 10px;
}
.landing-header .contact{
    margin-top: 16px;
    margin: 16px auto;
    top: 75px;
}
.landing-header .contact .phone{
    font-size: 40px;
}
.landing-header .contact .email{
    font-size: 18px;
}
.landing-header.sticky-header-show{
    background-color: #545859 !important;
    height: 130px !important;
    padding: 10px 0px;
}
.landing-header.sticky-header-show .contact {
    margin-top: 16px;
    top: 75px;
    line-height: unset;
}
.landing-header.sticky-header-show .contact .phone{
    font-size: 40px;
}
.landing-header.sticky-header-show .contact .email{
    font-size: 18px;
}
.container-padding{
    padding: 0 15px;
}
h1, .h1 {
    font-size: 3rem;
}
h2, .h2 {
    font-size: 2.5rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
.lead {
    font-size: 16px;
    }
.space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#site-search .modal-content {
    top: 0;
}
.mobile-header .task-nav{
    background-color: #000;    
    }
.top-row .audience, .top-row .task-nav, .main-navigation .middle-row{
    display: none; 
    }
.main-navigation .top-row {
    background-color: #231E1F;
}
.mobile-audience-nav{
    display: block;
}
.mobile-header .task-nav .nav li a {
    font-size: 14px;
    ont-weight: 600;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: inherit;
    text-transform: uppercase;
}
.mobile-header .task-nav .nav li a:after {
    content: "|";
    display: inline-block;
    color: #757577;
    position: relative;
    right: -12px;
}
.mobile-header .task-nav .nav li:last-child a:after {
    content: "";
}
.mobile-header .middle-row {
    display: block;
    height: 115px;
    padding: 18px 0 25px 0;
    background-color: #231E1F;
    position: relative;
}
.mobile-logo {
    margin: 0 auto;
    width: 290px;
    position: relative;
    top: -40px;
}
.mobile-logo a {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    width: 290px;
    height: 80px;
    background: url(/_resources/images/sxu-logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    margin: 0;
    color: #fff;
}
.main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
    }
.main-navigation .bottom-row .nav li a {
    font-size: 18px;
}
.main-navigation .nav li a.current:before{
   display: none;     
    }
.siteHeader {
    position: absolute;
}
.siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
}
.modal-open-search .siteHeader{
    width: 100%;    
    }
.siteHeader.sticky-header-show {
    background-color: transparent;
}
.mobile-header {
	display: block;
    padding: 0;
}
.menuToggle {
    top: 35px;
    right: 30px;
    display: block;
    position: absolute;
}
.search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    right: 0;
    background-color: #231E1F;
    width: 70%;
    padding-top: 34px;
    z-index: 1;
}
.search .form-text, .search form input[type=text], .search form input.form-text {
    padding: 5px 10px !important;
}
.search form{
    position: relative;    
    }
.searchToggle {
    top: 15px;
    left: 30px;
}
.searchToggle:after {
    font-size: 25px;
    width: 25px;
}
.off-screen-nav-mobile-audience{
    display: block;
    padding: 40px 60px;
    background-color: #9D2235;
    position: relative;
    z-index: 1;
}
.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: #9D2235;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
}
.site-navigation .modal-content {
    background-color: #231E1F !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;
}
.main-navigation {
    padding: 40px 30px 20px;
    background-color: #231E1F;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.site-navigation .top-row .nav-item{
    border-bottom: 1px solid #fff;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item{
    border: none;
}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    color: #fff;
    padding: 5px 0;
    }
.off-screen-nav-mobile-audience .audience .nav-item .nav-link {
    padding: 5px 0;
    font-size: 18px;
}
.main-navigation .top-row .audience .nav-item{
    border-top: 1px solid #fff;  
    }
.site-navigation .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.off-screen-nav-mobile-audience .auxnav .nav-link{
    padding: 5px 0;
    font-size: 18px;
    }
.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.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: static;
    }
.site-navigation .audience{
    padding-top: 0;
    margin-bottom: 20px;
}
.off-screen-nav-mobile-audience .audience{
    margin-bottom: 40px;    
    }
.quicklinks{
  display: none;
    }
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 40px;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 30px;
    text-shadow: none;
    opacity: 1;
}
.menuClose:hover, .menuClose:focus{
   color: #fff;     
    }
.main-navigation .logo, .main-navigation .searchToggle, .main-navigation .hamburger{
    display:none;    
    }
.banner-title {
    font-size: 4rem;
    }
.hero .text-wrapper {
    width: 90%;
}
.btn-lg, .content .btn-lg {
    font-size: 30px;
    min-width: 200px;
}
.footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.sub-header h1 {
    font-size: 40px;
}
.hero-slider .carousel-caption h1 {
    font-size: 42px;
    line-height: 42px;
    display: block;
}
.hero-slider .carousel-caption .btn{
    display:inline-block;
    top: -10px;
    left: 0;
    font-size: 18px;
}
.hero-interior .banner-title{
    max-width: 540px;
    font-size: 42px;
}
.hero-interior {
    height: 350px;
    }
.hero-interior .text-wrapper{
    padding: 20px 0;    
    }
.video-feature{
    height: 500px;    
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.section {
    padding: 20px 0;
}
.restrict {
    padding: 0 15%;
}
footer .copyright {
    text-align: center;
    margin-top: 40px;
    }
.footer-social {
    margin-top: 20px;
    text-align: center;
}
.footer-nav{
    margin-top: 20px;    
    }
.card.scale:hover {
    transform: none;
}
.calendar-item:hover {
    transform: none; 
}
.border-on-mobile{
    border-bottom: 10px solid #9D2235; 
    margin-bottom: 10px;
    }
.nav-tabs .nav-link{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;    
    }
.tab-option-1 .nav-tabs .nav-link {
    padding: 35px 25px 8px;
    text-align: center;
    }
.tab-option-1 .nav-tabs .nav-link.active:after, .tab-option-1 .nav-tabs .nav-item.show .nav-link:after {
    left: 49%;
}
.news .article .card .figure {
    float: none;
    width: 100%;
}
.news .article .card .figure img {
    margin: 0 0 10px 0;
}
.ou-search-container {
    width: 100% !important;
}
.single-hero h1 {
    top: 10px;
    left: 20px;
    line-height: 44px;
    font-size: 40px;
    position: relative;
    color: #000;
    text-shadow: none;
}
.featured-event .featured-date {
    font-size: 24px;
    padding: 30px;
    margin-bottom: 10px;
    max-width: none;
    }
.featured-event h2 {
    font-size: 32px;
    text-align: left;
    }
.feature .feature-wrap {
    display: block;
    margin-top: 50px;
    width: 100%;
    }
.feature .feature-content {
    padding: 1rem;
    display: block;
    }
.accordion-style-1 .card-header .btn {
    font-size: 18px;
    }
.accordion-style-2 .card-header .btn {
    font-size: 18px;
    }
.accordion-style-1 .card-header .btn-link .fas {
    font-size: 18px;
    }
.accordion-style-2 .card-header .btn-link .fas {
    font-size: 18px;
    }
.cookiealert {
    left: 0px;
    right: 0px;
    }
.cookiealert .acceptcookies {
    margin-left: 0;
    }
.emergency-alert{
    padding: 20px 50px 20px 20px;
    text-align: center;
    font-size: 14px;
    }
.emergency-alert.alert-dismissible .close {
    right: -15px;
    top: -10px;
    width: 20px;
    height: 20px;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    padding-bottom: 5px;
}
aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 24px;
    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 );
}
.hero-slider .slide {
    height: 500px;
}
.hero-slider .carousel-caption {
    padding: 30px 50px 60px 0;
    }
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
}
#directory-list_filter{
   margin-top: 15px;     
    }
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}
#directory-list {
    margin-top: 25px !important;
    }
.dataTables_wrapper .dataTables_filter input {
    width: 250px !important;
}
.half-and-half .text {
    max-width: 100%;
    }
.half-and-half {
    background-size: cover;
    background-position: 10% center;
}
.font-size-xl {
    font-size: 42px !important;
}
.icon-set {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    }
.icon-set .icon {
    height: 130px;
    width: 130px;
    }
.icon-set .icon span {
    font-size: 50px;
    }
.icon-set .icon-text {
    font-size: 16px;
    width: 80%;
}
.icon-set li {
    max-width: 180px;
}
.icon-set li:first-child {
    padding-left: 15px;
}
.icon-set li:last-child {
    padding-right: 15px;
}
.stat-set {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.stat-set li {
    max-width: 240px;
    padding: 0;
}
.stat-set .stat {
    width: 230px;
    height: 230px;
}
.stat-set .stat .stat-wrapper {
    padding: 10px 35px;
}
.stat-set .stat span {
    font-size: 24px;
}
.stat-set .number {
    font-size: 6rem;
}
.stat-set .stat .sub-title {
    font-size: 24px;
}
.bg-image{
   position: relative;     
    }
.fullwidth-split-text {
    padding: 3rem 0;
}
.faculty-headshot {
    float: none;
    display: block;
    margin: 0 auto 20px;
}
table.profile-info td:nth-child(1) {
    width: 35%;
}
table.profile-info {
    font-size: 18px;
}
.profile-title{
    text-align: center;    
    }
.two-column-carousel .carousel-caption {
    position: relative;
    margin-top: 20px;
}
.two-column-carousel {
    margin-bottom: 25px;
}
.two-column-carousel .slide {
    padding: 0;
}
.testimonial-carousel .carousel-caption {
    width: 100%;
    padding: 0 0 350px;
    min-height: 700px;
    }
.testimonial-carousel {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
}
.testimonial-carousel .carousel-caption .quote {
    font-size: 32px;
    }
.testimonial-carousel .carousel-caption .author {
   padding: 10px 20px;
    margin-top: 5px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 20px;
}
.testimonial-carousel .carousel-caption .author .title {
    font-size: 18px;
    }
.testimonial-carousel .main-image img {
    max-width: 400px;
}
.testimonial-carousel:before {
    width: 65px;
    left: 15px;
    top: -80px;
}
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    bottom: inherit;
    top: -50px;
    }
.testimonial-carousel .slick-next {
    left: inherit;
    right: 15px;
}
.testimonial-carousel .slick-prev {
    left: inherit;
    right: 70px;
}
.background-image-carousel .slide {
    height: 600px;
    }
.background-image-carousel .carousel-caption {
    right: 0;
    bottom: 60px;
    left: 0;
    }
.col-sm-6 + .col-sm-6{
    padding-left: 15px;
}
#reset {
    font-size: 20px;
    top: 5px;
    left: -5px;
}
.navbar-brand {
    font-size: 14px;
    margin-left: 0;
    margin-right: 12px;
}
.translate-wrapper select {
    font-size: 14px;
}
.navbar-wrapper .navbar {
    width: 190px;
    }
.navbar .navbar-toggler {
    font-size: 16px;
    }
.navbar .navbar-toggler .fas{
    position: relative;
    top: 1px;    
    }
.tab-option-2 .nav-tabs .nav-link{
    display: block;
    flex: none;
    border-right: none;
    }
.tab-option-2 .tab-content .col-lg-7 {
    border-right: none;
    padding-right: 15px;
}
.tab-option-2 .nav-tabs .nav-link.active, .tab-option-2 .nav-tabs .nav-item.show .nav-link {
    padding-bottom: 25px;
    position: relative;
}
.tab-option-2 .nav-tabs .nav-link.active:after, .tab-option-2 .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: 20px;
    color: #005F60;
    bottom: 5px;
    left: 49%;
}
.bordered-headline{
    white-space: normal;   
    text-align: center;
    display: block;
    }
.bordered-headline:before, .bordered-headline:after{
    display:none;   
    }
.divider-right, .divider-left {
    border-right: none;
}
.mix, .gap {
    width: calc(100%/1 - (((1 - 1) * .5rem) / 1));
    }
.programs-search .navbar-nav .nav-link {
    font-size: 16px;
    }
.programs-search .reset, .programs-search .reset.mixitup-control-active {
    margin: 0 auto 10px;
}
.mobile-logo-wrapper{
    width: 320px;
}
.mobile-logo-wrapper .mobile-logo {
    width: 310px;
    }
.mobile-logo-wrapper .mobile-logo a {
    width: 200px;
	position: relative;
    display: block;
    margin: 0 auto;
    }
.mobile-anniversary-logo{
    width: 170px;
    top: -30px;
    padding-left: 5px;
    margin-left: 15px;
}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
body {
	/*border: 2px solid #f15a24;*/
     padding-top: 124px;
	} /*orange*/
.mobile-logo {
    width: 190px;
    }
.mobile-logo a {
    width: 190px;
    }
.mobile-header .middle-row {
    height: 90px;
    padding: 5px 0 10px 0;
}
.searchToggle {
    left: 15px;
}
.menuToggle {
    top: 20px;
    right: 15px;
}
.search {
    left: 65px;
    width: 65%;
    padding-top: 20px;
}
.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%;
}
.video-feature .btn {
    bottom: 80px;
	}
.icon-set li {
    max-width: 160px;
}
.icon-set .icon-text {
    width: 100%;
}
.stat-set .stat-text {
    width: 100%;
    }
.mobile-logo-wrapper{
   width: 250px;
}
.mobile-logo-wrapper .mobile-logo {
    width: 250px;
    }
.mobile-logo-wrapper .mobile-logo a {
    width: 155px;
    }
.mobile-anniversary-logo{
    width: 150px;
}
}

/*IE Issue Fixes*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#ou-search-results .ou-search-input{
    padding-bottom: 15px !important;
    }
}

@media only screen and (max-width: 991px) {
	
	/* Force table to not be like tables anymore */
	#directory-list table, 
	#directory-list thead, 
	#directory-list tbody, 
	#directory-list th, 
	#directory-list td, 
	#directory-list tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#directory-list thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#directory-list tr { 
        border: 1px solid #ccc; 
        padding: 10px;
    }
 
	#directory-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	}
    
    #directory-list td:nth-child(1), #directory-list td:nth-child(2) {  
        display: inline-block;
    }
 
	#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); }
}