@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #fff;
	}
.google-translate{
	color: #fff;
	position: fixed;
    bottom: 0;
    left: 0;
    background-color: #720e1f;
    padding: 10px 10px 0 10px;
    margin-bottom: -6px;
	z-index: 10;
}
.goog-te-gadget{
	color: #720e1f !important;
}
.goog-logo-link{
	display: none !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
	display: none;
}
.juicer-feed h1.referral a:after {
    height: 55px !important;
    width: 55px !important;
}
.juicer-feed a[target="_blank"]::after{
	content: "";
}
.a-z ul:first-of-type{
	list-style: none;
    display: flex;
    justify-content: center;
}
.a-z ul:first-of-type li{
	margin: 0 10px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
  color: #607634;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  color: #720e1f;
}
p a{
    font-weight: 600;
}
a[target="_blank"]::after {
    content: '\f360';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    color: #926e49;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: #926e49;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".xlsx"]::after {
    content: '\f1c3';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: #926e49;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".docx"]::after {
    content: '\f1c2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    color: #926e49;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".doc"]::after {
    content: '\f1c2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    color: #926e49;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
.bg-green a[target="_blank"]::after, .bg-green a[href$=".pdf"]::after, .bg-green a[href$=".xlsx"]::after, .bg-green a[href$=".docx"]::after, .bg-green a[href$=".doc"]::after  {
    color: #fff;
}
a[target="_blank"].btn-default::after, a[target="_blank"].btn-red::after{
	left: unset;
	color: #fff;
}
a[target="_blank"].btn-white::after{
	left: unset;
	color: #720e1f;
}
a[target="_blank"].btn-white:hover::after, a[target="_blank"].btn-white:focus::after{
	color: #fff;
}
a[href$=".pdf"].btn-default::after{
	left: unset;
	color: #fff;
}
a[href$=".xlsx"].btn-default::after{
	left: unset;
	color: #fff;
}
a[href$=".docx"].btn-default::after{
	left: unset;
	color: #fff;
}
a[href$=".doc"].btn-default::after{
	left: unset;
	color: #fff;
}
.icon-set a[target="_blank"]::after{
	display: none;
}
#ou-search-results ::after{
    content: "";
}
.content ul li{
   margin: 8px 0;
}
ul.two-column, ul.three-column, ul.four-column{
    list-style: none;
    padding: 0;
}
.two-column li:before, .three-column li:before, .four-column li:before{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.5rem;
    position: relative;
    left: 0;
    padding-right: 10px;
    top: -3px;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.25;
}
h1, .h1 {
    font-size: 2.875rem;
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 2.375rem;
     text-transform: uppercase;
}
h3, .h3 {
    font-size: 1.875rem;
     text-transform: uppercase;
}
h4, .h4 {
    font-size: 1.563rem;
    font-weight: 600;
}
h5, .h5 {
    font-size: 1.25rem;
    font-weight: 600;
}
h6, .h6 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.text-light-brown{
    color: #926e49;
}
.text-shadow{
    text-shadow: 0px 1px 2px rgb(0 0 0);
}
.font-size-xl{
    font-size: 6.25rem;
}
.font-size-lg{
    font-size: 4.25rem;
}
.bordered-heading{
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}
.bordered-heading:before{
    content: "";
    height: 4px;
    background-color: #720e1f;
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bordered-heading.text-center:before {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}
.bordered-headline {
    text-align: center;
    display: table;
    white-space: nowrap;
    margin-bottom: 20px;
}
.bordered-headline:before, .bordered-headline:after {
    content: "";
    display: table-cell;
    width: 50%;
    background-size: 89% 3px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#720e1f), to(#ffffff));
    background: -webkit-linear-gradient(#720e1f, #ffffff) no-repeat center;
    background: -moz-linear-gradient(#720e1f, #ffffff) no-repeat center / 89% 3px;
    background: -o-linear-gradient(#720e1f, #ffffff no-repeat center);
    background: linear-gradient(#720e1f, #ffffff) no-repeat center / 89% 3px;
}
blockquote, .blockquote {
    border-left: 4px solid #720e1f;
    color: #000;
    padding-left: 20px;
    margin: 20px 40px;
    font-weight: 400;
}
.blockquote-footer {
    color: #926e49;
    margin-top: 20px;
    font-weight: 500;
    font-size: .875rem;
}
.color-box{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
.accent-text{
    color: #720e1f;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #A5221D;
    font-size: 1.125rem;
    padding: 30px;
    position: relative;
    z-index: 1051;
}
.informational-alert{
    background-color: #233770;
}
.alert .heading{
    font-size: 1.625rem;
    color: #fff; 
    margin-bottom: 4px;
    line-height: 1.125em;
}
.alert-dismissible .close {
    padding: 0;
    right: 30px;
    font-size: 30px;
    text-align: center;
    top: 27px;
    color: #fff; 
}
.alert-dismissible .close:hover{
    color: #fff;
}
.alert a:hover{
    text-decoration: none;
}
.alert a.btn{
    margin: 15px auto;
}
.fa-exclamation-triangle {
    font-size: 2.5rem;
    color: #720e1f; 
}
.cookiealert {
    position: fixed;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 21;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ffffff;
    background-color: #607634;
    padding: 15px;
    font-size: 1.125rem;
    font-weight: 400;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    color: #ffffff;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert.alert a {
    text-decoration: underline;
}
.cookiealert.alert a:hover {
    text-decoration: none;
}
.cookiealert a[target="_blank"]::after {
    color: #fff;
}
.cookiealert .acceptcookies {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
    min-width: auto;
    text-decoration: none !important;
}
.card-body p:only-of-type {
    margin-top: 0;
    margin-bottom: 0;
}
.btn{
    border-radius: 0;
    box-shadow: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 500;
    margin: 20px auto;
    text-transform: uppercase;
    position: relative;
    transition: color .3s ease;
    z-index: 1;
    overflow: hidden;
}
.btn:before, .btn:after{
    position: absolute;
    content: "";
    width: 0;
    top: 0;
    height: 110%;
    left: -20%;
    z-index: -1;
}
.btn:focus:after, .btn:focus:before, .btn:hover:after, .btn:hover:before{
    width: 140%;
}
.btn-default{
    background-color: #607634;
    color: #fff;
    border-color: #607634;
}
.btn-default:before {
    background-color: #720e1f;
    transition: all .6s;
}
.btn-default:hover, .btn-default:focus{
    color: #ffffff;
    border-color: #720e1f;
}
.btn-red{
    background-color: #720e1f;
    color: #ffffff;
    border-color: #720e1f;
}
.btn-red:before {
    background-color: #607634;
    transition: all .6s;
}
.btn-red:hover, .btn-red:focus{
    color: #ffffff;
    border-color: #607634;
}
.btn-white{
    background-color: #ffffff;
    color: #607634;
    border-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
.btn-white:before {
    background-color: #720e1f;
    transition: all .6s;
}
.btn-white:hover, .btn-white:focus{
    color: #ffffff; 
    border-color: #720e1f;
}
.btn-block{
    display: block;
    width: 100% !important;
}
.btn-centered, .content .btn-centered{
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p + .btn{
    margin-top: 20px;
}
.bg-green{
    background-color: #607634;
    color: #fff;
}
.bg-red{
    background-color: #720e1f;
    color: #fff;
}
.bg-brown{
    background-color: #543b1c;
    color: #fff;  
}
.bg-light-gray{
    background-color: #f4f5f5;
}
.bg-light-brown{
    background-color: #e9e2da;
}
.bg-dark-gray {
    background-color: #342d28;
    color: #fff;
}
.bg-black {
    background-color: #000000;
    color: #fff;
}
.bg-blue{
    background-color: #233770;
}
.bg-dark-blue {
    background-color: #1a2643;
}
.bg-dark-green {
    background-color: #3d462a;
}
.bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, 
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4,
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4,
.bg-brown h1, .bg-brown h2, .bg-brown h3, .bg-brown h4,
.bg-dark-gray h1, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4{
    color: #fff;
}
.bg-green a, .bg-black a, .bg-red a, .bg-brown a, .bg-dark-gray a{
    color: #fff;
}
.bg-green a.btn-white{
    color: #607634;
}
.bg-black a.btn-white{
    color: #000;
}
.bg-red a.btn-white{
    color: #720e1f;
}
.bg-brown a.btn-white{
    color: #543b1c;
}
.bg-dark-gray a.btn-white{
    color: #342d28;
}
.bg-green a.btn-white:hover, .bg-black a.btn-white:hover, .bg-green a.btn-white:focus, .bg-black a.btn-white:focus,
.bg-red a.btn-white:hover, .bg-brown a.btn-white:hover, .bg-red a.btn-white:focus, .bg-brown a.btn-white:focus,
.bg-dark-gray a.btn-white:hover, .bg-dark-gray a.btn-white:focus{
    color: #fff;
}
.bg-red .btn-white:before {
    background-color: #607634;
}
header{
    background-color: #ffffff;
    color: #000;
    display: block;
	width: 100%;
    padding-right: 0 !important;
    margin-right: 0 !important;
    z-index: 5;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
}
.modal-open-menu-mobile header  {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999999;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.off-screen-nav .modal-dialog{
    max-width: unset;
    margin: 0 auto;
}
.off-screen-nav .modal-body{
    padding: 0;
}
.off-screen-nav .modal-content{
    border-radius: 0;
    background-color: #f4f5f5;
    color: #000;
    min-height: 100vh;
	height: 100%;
}
.off-screen-nav .tabpanel-set {
    margin: 100px 0 50px;
}
.off-screen-nav h1, .off-screen-nav h2, .off-screen-nav h3, .off-screen-nav h4, .off-screen-nav h5, .off-screen-nav h6,
.off-screen-nav .h1, .off-screen-nav .h2, .off-screen-nav .h3, .off-screen-nav .h4, .off-screen-nav .h5, .off-screen-nav .h6 {
    color: #000;
}
.off-screen-nav .nav-link .fas {
    margin-right: 10px;
    color: #926e49;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
}
.off-screen-nav .nav-link {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
    position: relative;
}
.off-screen-nav .nav {
    display: block;
}
.off-screen-nav .auxnav {
    margin-bottom: 50px;
}
.off-screen-nav .row .col-12.col-xl-10.offset-xl-1{
    position: relative;
}
.off-screen-nav .close{
    right: 0;
    top: -75px;
}
.off-screen-nav .close:hover, .off-screen-nav .close:focus, .menu-close.btn:hover, .close:hover, .menu-close:hover, .close:focus, .menu-close:focus, .closeSearch:hover, .closeSearch:focus{
    color: #720e1f;
}
.off-screen-nav .btn-default{
    min-width: 200px;
}
.off-screen-nav .btn-default:first-of-type{
    margin-left: 0;
}
.off-screen-nav .btn-default:last-of-type{
    margin-right: 0;
}
.main-navigation .newsroom-top-nav {
    font-size: 1rem !important;
    color: #000;
    list-style: none;
}
.main-navigation .newsroom-top-nav li{
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.main-navigation  .newsroom-top-nav li a {
    color: #607634 !important;
}
.main-navigation .nav {
	width: 100%;
	font-size: 0;
	position: static;
	}
.main-navigation .nav li{
    position: static;
}
.newsroom .main-navigation .nav li{
    position: relative;
}
.main-navigation .nav li a {
    padding: 20px;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    display: inline-block;
}
.main-navigation .aux .nav li a{
    font-size: .9rem;
    padding: 20px 10px;
    color: #000;
    font-weight: 500;
}
.main-navigation .bottom-row{
    background-color: #607634;
}
.newsroom .main-navigation .bottom-row{
    background-color: #720e1f;
}
.main-navigation .bottom-row .dropdown-menu {
    color: #000;
    border: none;
    border-radius: 0;
    padding: 1rem .5rem;
    margin: 0;
    background-color: #fff;
    width: 100%;
}
.newsroom .main-navigation .bottom-row .dropdown-menu.single-column {
    width: auto;
}
.main-navigation .bottom-row .dropdown-menu a{ 
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading {
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding: 0;
    color: #720e1f;
    margin-top: 0;
    margin-bottom: 0;
}
.main-navigation .bottom-row .dropdown-menu h3.menu-heading{
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
}
.main-navigation .dropdown-toggle::after {
    border: none;
}
.close, .menu-close, .closeSearch {
    color: #926e49;
    font-size: 2.125rem;
    position: absolute !important;
    display: block;
    top: 5px;
    right: 15px;
    background-color: transparent;
    min-width: unset;
    border: none;
    padding: .375rem .75rem;
    width: auto !important;
    margin: 0 !important;
}
.closeSearch{
    left: 0;
    top: -60px;
    text-align: left;
}
#site-search {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: auto;
    padding-right: 0px !important;
    overflow: visible;
}
#siteSearch.modal.show {
    z-index: 1050;
}
#site-search .modal-dialog {
    max-width: none;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 184px;
}
.search-modal-open .modal-backdrop {
    z-index: 4;
}
#site-search .modal-content{
    background-color: #f4f5f5;
    border: none;
    border-radius: 0;
    padding: 0 0 25px;
}
#site-search .col-12{
   position: relative; 
}
.search-modal-open .search-toggle .fa-search:before {
    content: "\f00d";
}
#site-search form {
    width: 100%;
    position: relative;
}
#site-search .form-text {
    width: 100%;
    font-size: 1.875rem;
    background: transparent !important;
    color: #000 !important;
    border-bottom: 2px solid #720e1f;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-radius: 0px;
}
#site-search .form-submit {
    border: 0;
    color: #926e49;
    position: absolute;
    bottom: 25px;
    right: 0;
    background-color: transparent;
    font-size: 2.1875rem;
    text-align: right;
    width: 50px;
}
#site-search .form-submit:hover, #site-search .form-submit:focus{
    color: #000;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-weight: 500 !important;
	color: #000;
    font-size: 1.5rem;
    border-top: none;
    border-left: none;
    border-right: none;
}
#site-search .form-text:focus{
    outline: none;
    box-shadow: none;
}
#site-search ::-webkit-input-placeholder {
    color: #000;
}
#site-search ::-moz-placeholder {
    color: #000;
}
#site-search ::-ms-placeholder {
    color: #000;
}
#site-search ::placeholder {
    color: #000;
}
#site-search .btn{
    font-size: 1rem;
}
.site-navigation h2{
    font-weight: 700;
    font-size: 1.4375rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    text-transform: uppercase;
    margin-top: 20px;
}
.site-navigation .mobile-quicklinks h2{
    color: #000;
    padding-top: 0;
    padding-left: 0;
}
.main-navigation .mobile-quicklinks {
    color: #000;
}
.main-navigation .mobile-quicklinks .auxnav .nav{
    display: block;
}
.main-navigation .mobile-quicklinks .nav .nav-link {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
.main-navigation .mobile-quicklinks .nav .nav-link .fas {
    margin-right: 10px;
    color: #926e49;
    width: 20px;
    text-align: center;
    font-size: 1.25rem;
}
.search-modal-open{
    padding-right: 0px !important;
    overflow: visible;
}
.modal-open-menu-mobile .modal-backdrop {
    background-color: #000000;
}
.modal-content{
    border: none;
}
.breadcrumb{
    margin: 35px 0 25px;
    font-size: 0.875rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.breadcrumb a {
    color: #ffffff;
    font-weight: 700;
}
.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}
.hero-image-feature .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.content .breadcrumb .breadcrumb-item{
    margin-bottom: 0;
}
.side-nav-heading {
    font-size: 1.25rem;
    color: #720e1f;
    margin: 0;
    text-transform: uppercase;
    padding: 15px 24px;
    border-bottom: 1px solid #fff;
    border-left: 0px;
    border-right: 0px;
    background-color: #f4f5f5;
    font-weight: 700;
    border-top: 4px solid #720e1f;
}
.side-nav-heading a{
    color: #720e1f;
    text-decoration: none;
}
.side-nav-heading a:hover, .side-nav-heading a:focus{
    color: #607634;
    text-decoration: none;
}
#sidebar .navbar {
    width: 100%;
    padding: 0;
}
#sidebar .navbar-brand {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 20px;
}
#sidebar .navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    font-size: 1.25rem;
    padding: 15px;
    border: none;
}
#sidebar #side-nav-accordion {
    margin-bottom: 30px;
	width: 100%;
}
#sidebar .navbar .nav-item:first-child {
    border-top: none;
}
#sidebar .navbar .nav-link {
    color: #607634;
    font-size: 1rem;
    text-decoration: none;
    padding: 15px 35px 15px 24px;
    line-height: 19px;
    border-bottom: 1px solid #fff;
	border-left: 0px;
    border-right: 0px;
    background-color: #f4f5f5;
    font-weight: 600;
}
#sidebar .navbar .nav-item:last-child .nav-link{
    padding-bottom: 20px;
}
#sidebar .navbar .nav-link:hover, #sidebar .navbar .nav-link:focus {
	color: #720e1f;
    background-color: #E7E7E7;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up{
    display:none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display:none;
}
#sidebar .navbar .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
    display: block;
    width: 100%;
}
#sidebar .navbar .row{
    width: 100%;
}
#sidebar .navbar .nav-item .navbar-nav {
	background-color: #f4f5f5;
}
#sidebar .navbar .nav-item .nav-item .nav-link {
    font-size: 15px;
    padding: 10px 40px 10px 30px;
    border: none;
    color: #607634;
    font-weight: 500;
    background-color: #fafafa;
}
#sidebar .navbar .nav-item .nav-item:first-child .nav-link {
    padding-top: 15px;
}
#sidebar .navbar .nav-item .nav-item:last-child .nav-link {
    padding-bottom: 15px;
}
#sidebar .navbar .nav-item .nav-item .nav-link:hover, #sidebar .navbar .nav-item .nav-item .nav-link:focus {
    background-color: #E7E7E7;
}
#sidebar .navbar .nav-item .nav-item .nav-item .nav-link {
    font-size: .875rem;
    padding: 10px 15px 10px 50px;
}
#sidebar .navbar .nav-item .nav-item .nav-item .nav-item .nav-link {
    font-size: .75rem;
    padding: 10px 15px 10px 60px;
}
#sidebar .navbar .nav-item .nav-item:first-child .nav-link {
	border-top: none;
}
#sidebar .navbar .nav-item [data-bs-toggle]{
    border: none;
    position: absolute;
    top: 14px;
    right: 10px;
    background-color: transparent;
    color: #926e49;
}
#sidebar .navbar .nav-item .nav-item [data-bs-toggle]{
	font-size: .9rem;
	top: 9px;
}
#sidebar .navbar .nav-item button[data-bs-toggle] .fa-minus{
    display: none;
}
#sidebar .navbar .nav-item button[aria-expanded="true"] .fa-plus{
    display: none;
}
#sidebar .navbar .nav-item button[aria-expanded="true"] .fa-minus{
    display: inline-block;
}
#sidebar .navbar .nav-item .nav-link[data-bs-toggle]::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    font-size: 1rem;
    color: #926e49;
    position: absolute;
    top: 16px;
    right: 20px;
}
#sidebar .navbar .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f068";
}
#sidebar .navbar .nav-item .nav-item .nav-link::after{
   font-size: .8rem;
}
#sidebar .navbar .nav-item ul {
	margin-left: 0 !important;
}
.section{
    padding: 25px 0; 
}
.section-with-background {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
    min-height: 600px;
    color: #fff;
    display: flex;
    align-items: center;
}
.section-with-background h2, .section-with-background h3, .section-with-background h4, .section-with-background h5, .section-with-background h6,
.section-with-background p, .section-with-background a{
    color: #fff;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.section-with-background .btn{
    color: #fff;
    text-shadow: none;
}
.section-with-background .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(38deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(38deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(38deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.20211834733893552) 50%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.section-with-background .container{
    position: relative;
    z-index: 1;
}
.parallax-bg {
    background-attachment: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 450px;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background-color: rgba(0,0,0,.8);
    color: #fff;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 4px !important;
    background-color: #e6e6e6;
    opacity: 1;
    clear: both;
}
hr.white{
    background-color: #ffffff;
}
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.height-20 {
    min-height: 20vh !important;
}
.height-30 {
    min-height: 30vh !important;
}
.height-40 {
    min-height: 40vh !important;
}
.opacity-10 {
    opacity: 0.1;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-20 {
    opacity: 0.2;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-30 {
    opacity: 0.3;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-40 {
    opacity: 0.4;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-50 {
    opacity: 0.5;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-60 {
    opacity: 0.6;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-70 {
    opacity: 0.7;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-80 {
    opacity: 0.8;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.opacity-90 {
    opacity: 0.9;
    mix-blend-mode: screen;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.main-image{
    width: 100%;
    height: 100%;
}
.main-image img{
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.icon-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    clear: both;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
}
.icon-set li:first-child {
    padding-left: 0;
}
.icon-set li {
    padding: 0;
    max-width: 200px;
    position: relative;
}
.icon-set .icon {
    display: flex;
    margin: 10px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f4f5f5;
    color: #000;
    padding: 15px;
    transition: background-color 0.5s ease;
	align-items: center;
}
.icon-set .icon img{
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.icon-set a{
    text-decoration: none;
    font-weight: normal;
}
.icon-set a:hover .icon, .icon-set a:focus .icon, .icon-carousel a:hover .icon, .icon-carousel a:focus .icon{
    background-color: #fff;
}
.icon-set .icon span {
    display: table-cell;
    vertical-align: middle;
}
.icon-set .icon-text {
    text-align: center;
    margin: 0 auto;
    font-size: 1.125rem;
    color: #000;
    padding: 10px 0;
}
/*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-bottom: 10px;
    position: relative !important;
    min-height: 45px;
    padding: 10px 0 10px 55px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
    background-color: #720e1f;
    width: 45px;
    height: 45px;
    font-size: 1.875rem;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.main-navigation .numbered-steps li{
    min-height: 1px;
    margin-bottom: 0;
    padding: 0 0 0 40px;
}
.main-navigation .numbered-steps li a{
    padding: 10px 0 !important;
}
.main-navigation .numbered-steps li::before{
    width: 28px;
    height: 28px;
    font-size: 1.125rem;
    line-height: 28px;
}
/*Contact List*/
.contact-list {
    padding-left: 25px;
    list-style: none;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.35;
}
.contact-list li {
    display: block;
    clear: both;
    margin: 5px 0 !important;
}
.contact-list li:before {
    display: block;
    position: absolute;
    left: -5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #926e49;
}
.contact-list li.title:before{
	content: "\f05a";
}
.contact-list li.location:before {
	content: "\f3c5";
}
.contact-list li.phone:before {
	content: "\f095";
}
.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";
}
/*Resource List*/
.resource-list {
    list-style: none;
    margin: 20px auto;
    padding-left: 0;
    font-weight: 700;
}
.resource-list li {
    display: block;
    clear: both;
    margin: 10px 0 !important;
    padding-bottom: 10px;
    position: relative;
}
.resource-list li a{
    text-decoration: none;
}
.resource-list li:after{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e6e6e6;
}
.resource-list li:before{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #720e1f;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
    z-index: 1;
    padding: 0;
    top: unset;
    right: unset;
}
.resource-list li:hover:before, .resource-list li:focus:before{
    visibility: visible;
    width: 100%;
}
/*Arrow List*/
.arrow-list {
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}
.arrow-list li {
     display: block;
    clear: both;
    line-height: 1.45;
    margin: 10px 0 !important;
}
.arrow-list li a{
    text-decoration: none;
}
.arrow-list li a:hover, .arrow-list li a:focus{
    text-decoration: underline;
}
.arrow-list li:after {
    content: "\f105";
    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: 1rem;
    position: relative;
    right: -5px;
    top: 1px;
}
.text-left{
    text-align: left;
}
/*Gallery Slider*/
.gallery-slider{
    -webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    margin: 30px auto;
}
.gallery-slider.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.gallery-slider .slide{
    position: relative;
}
.gallery-slider .slide img{
    width: 100%;
}
.gallery-slider .slick-next {
    right: 0;
}
.gallery-slider .slick-next:before {
    content: '\f105';
}
.gallery-slider .slick-prev {
    left: inherit;
    right: 45px;
    z-index: 1;
}
.gallery-slider .slick-prev:before {
    content: '\f104';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 52px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #926e49;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
    top: inherit;
    bottom: -85px;
    width: 35px;
    height: 55px;
    color: #926e49;
}
.gallery-slider .slick-prev:hover:before, .gallery-slider .slick-next:hover:before, .gallery-slider .slick-prev:focus:before, .gallery-slider .slick-next:focus:before{
    color: #720e1f;
}
.gallery-slider .slick-dots{
    text-align: left;
    width: 80%;
    bottom: -45px;
}
.gallery-slider .carousel-caption {
    margin: 0 auto;
    left: 20px;
    bottom: 20px;
    right: 30%;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    position: absolute;
    padding: 20px;
    background-color: rgba(114, 14, 31, .75);
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 1.125rem;
    line-height: 32px;
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.content .gallery-slider .carousel-caption a, .gallery-slider .carousel-caption a {
    color: #fff;
    text-decoration: none;
}
.content .gallery-slider .carousel-caption a:hover, .gallery-slider .carousel-caption a:hover, .content .gallery-slider .carousel-caption a:focus, .gallery-slider .carousel-caption a:focus {
    text-decoration: underline;
}
.gallery-slider .slick-dots li button:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f111" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    color: #926e49;
    font-size: 14px;
}
.gallery-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #720e1f;
}
.slick-dots li button:focus {
    outline: 1px solid #720e1f;
}
/*Cards*/
.card.plain {
    background-color: transparent;
}
.card.program-box{
    margin-bottom: 24px;
}
.card.program-box h3{
    font-size: 1.563rem;
    text-transform: none;
    margin-bottom: 0;
}
.card.program-box h3 a{
    color: #000;
    text-decoration: none;
}
.card.program-box h3 a:hover, .card.program-box h3 a:focus{
    color: #720e1f;
    text-decoration: none;
}
.card.program-box .card-body p:only-of-type, .card.program-box .card-body p:first-of-type{
    margin-top: 15px;
}
.card.program-box .card-body{
    min-height: 100px;
}
.card {
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    min-height: 160px;
}
.col-lg-9 > .card.h-100{
	height: auto !important;
}
.card h2, .card h3, .card h4, .card h5, .card h6{
    margin-top: 0;
}
.card .image-overlay {
    padding-top: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.col-lg-4 .card.program-box .image-overlay {
    padding-top: 70%;
}
.card .image-overlay .card-img-top {
    background-size: cover;
    background-position: top center;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -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;
}
.card.plain .card-body {
    padding: 1.25rem 0;
}
.card-body {
    padding: 1.5rem;
}
.shadow {
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.card-background {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.card-background.card-reveal{
    background-color: transparent;
}
.card-background.card-reveal .bg-green{
    background-color: rgba(96,118,52,.80);
}
.card-background.card-reveal .bg-red{
    background-color: rgba(114,14,31,.80);
}
.card-background.card-reveal .bg-brown{
    background-color: rgba(84,59,28,.80);
}
.card-background.card-reveal .bg-blue{
    background-color: rgba(35,55,112,.80);
}
.card-background.card-reveal .bg-dark-blue{
    background-color: rgba(26,38,67,.80);
}
.card-background.card-reveal .bg-light-brown{
    background-color: rgba(146,110,73,.80);
}
.card-background.card-reveal .bg-dark-green{
    background-color: rgba(61,70,42,.80);
}
.card-background.card-reveal .bg-dark-gray{
    background-color: rgba(52,45,40,.80);
}
.card-background .card-body h2, .card-background .card-body h3, .card-background .card-body h4{
    margin-bottom: 0;
}
.card-background .card-body {
    text-align: left;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.card-background .visually-hidden{
    background-color: #000;
}
.card-reveal h2, .card-reveal h3, .card-reveal h4, .card-reveal h5{
    text-transform: none;
    font-size: 1.563rem;
    text-shadow: none;
}
.card-background .plus-icon{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 2rem;
    background-color: transparent;
    border: none;
    z-index: 3;
    padding: 0;
    color: #fff;
}
.card-background .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.card-background .plus-icon:hover .fa-plus, .card-background .plus-icon:focus .fas{
    color: #fff;
}
.card-background .plus-icon .fas {
    color: #fff;
    position: absolute;
    font-size: 2rem;
    bottom: 15px;
    right: 15px;
    transition: transform .25s;
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
}
.card-background .plus-icon[aria-expanded="true"] .fas {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-background .bg-green .plus-icon[aria-expanded="true"]{
    background-color: #607634;
}
.card-background .bg-brown .plus-icon[aria-expanded="true"]{
    background-color: #543b1c;
}
.card-background .bg-red .plus-icon[aria-expanded="true"]{
    background-color: #720e1f;
}
.card-background .bg-blue .plus-icon[aria-expanded="true"]{
    background-color: #233770;
}
.card-background .bg-dark-gray .plus-icon[aria-expanded="true"]{
    background-color: #342d28;
}
.card-background .bg-dark-blue .plus-icon[aria-expanded="true"]{
    background-color: #1a2643;
}
.card-background .bg-light-brown .plus-icon[aria-expanded="true"]{
    background-color: #926e49;
}
.card-background .bg-dark-green .plus-icon[aria-expanded="true"]{
    background-color: #3d462a;
}
.card-background .hidden-content{
    position: relative;
    padding: 1.5rem;
    z-index: 3;
}
.card-background .hidden-content ul{
    list-style: none;
    padding-left: 0;
    font-size: .9rem;
}
.card-background .hidden-content .btn {
    font-size: .9rem;
    margin: 10px auto;
}
.card-background .hidden-content ul li{
    margin: 5px 0 !important;
}
.card > .bg-image {
    border-radius: 0;
}
.equal-585 .card-body{
    min-height: 585px;
}
.equal-550 .card-body{
    min-height: 550px;
}
.equal-500 .card-body{
    min-height: 500px;
}
.equal-460 .card-body{
    min-height: 460px;
}
.equal-415 .card-body{
    min-height: 415px;
}
.equal-350 .card-body{
    min-height: 350px;
}
.equal-300 .card-body{
    min-height: 300px;
}
.equal-260 .card-body{
    min-height: 260px;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/*Card Carousel*/
.card-carousel-wrapper .card{
    margin: 15px;
    min-height: 365px; 
}
.card-carousel-wrapper .contacts .card{
    min-height: 205px; 
}
.card-carousel-wrapper .card .card-body{
    padding: 1.25rem;
}
.card-carousel .slick-next:before, .spotlight-carousel .slick-next:before, .icon-carousel .slick-next:before{
    content: '\f105';
}
.card-carousel .slick-prev:before, .spotlight-carousel .slick-prev:before, .icon-carousel .slick-prev:before{
    content: '\f104';
}
.card-carousel .slick-prev:before, .card-carousel .slick-next:before,
.spotlight-carousel .slick-prev:before, .spotlight-carousel .slick-next:before,
.icon-carousel .slick-prev:before, .icon-carousel .slick-next:before{
    font-size: 52px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #926e49;
}
.card-carousel .slick-prev,  .card-carousel .slick-next,
.spotlight-carousel .slick-prev,  .spotlight-carousel .slick-next,
.icon-carousel .slick-prev,  .icon-carousel .slick-next{
    width: 55px;
    height: 55px;
    color: #720e1f;
}
.card-carousel .slick-prev,
.spotlight-carousel .slick-prev,
.icon-carousel .slick-prev{
    left: -55px;
}
.card-carousel .slick-next,
.spotlight-carousel .slick-next,
.icon-carousel .slick-next{
    right: -55px;
}
.card-carousel .slick-prev:hover:before, .card-carousel .slick-next:hover:before, .card-carousel .slick-prev:focus:before, .card-carousel .slick-next:focus:before,
.spotlight-carousel .slick-prev:hover:before, .spotlight-carousel .slick-next:hover:before, .spotlight-carousel .slick-prev:focus:before, .spotlight-carousel .slick-next:focus:before,
.icon-carousel .slick-prev:hover:before, .icon-carousel .slick-next:hover:before, .icon-carousel .slick-prev:focus:before, .icon-carousel .slick-next:focus:before{
    color: #720e1f;
}
/*Spotlight Carousel*/
.spotlight-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    justify-content: center;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    overflow: hidden;
}
.spotlight-quote{
    font-size: 1.125rem;
    font-style: italic;
    text-align: center;
    margin: 20px 30px;
    color: #404041;
}
.spotlight-name-title{
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #607634;
    padding: 5px 10px;
    font-size: 1rem;
    margin: 20px auto;
    display: block;
    width: max-content;
}
/*Icon Carousel*/
.icon-carousel .slide {
    text-align: center;
}
.icon-carousel .icon {
    display: flex;
    margin: 10px auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f4f5f5;
    color: #000;
    padding: 15px;
}
.icon-carousel a{
    font-weight: 500;
    text-decoration: none;
}
.icon-carousel .icon img{
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.icon-carousel a:hover .icon-text, .icon-carousel a:focus .icon-text,
.icon-set a:hover .icon-text, .icon-set a:focus .icon-text{
    color: #720e1f;
}
.icon-carousel .icon span {
    display: table-cell;
    vertical-align: middle;
}
.icon-carousel .icon-text {
    text-align: center;
    margin: 0 auto;
    font-size: 1.125rem;
    color: #000;
    padding: 10px 30px;
}
.icon-carousel .icon-text h2, .icon-carousel .icon-text h3, .icon-carousel .icon-text h4,
.icon-set .icon-text h2, .icon-set .icon-text h3, .icon-set.icon-text h4{
    text-transform: uppercase;
    color: #000;
    font-size: 1.125rem;
}
.icon-carousel a:hover .icon-text h2, .icon-carousel a:hover .icon-text h3, .icon-carousel a:hover .icon-text h4,
.icon-carousel a:focus .icon-text h2 , .icon-carousel a:focus .icon-text h3 , .icon-carousel a:focus .icon-text h4,
.icon-set a:hover .icon-text h2, .icon-set a:hover .icon-text h3, .icon-set a:hover .icon-text h4,
.icon-set a:focus .icon-text h2 , .icon-set a:focus .icon-text h3 , .icon-set a:focus .icon-text h4{
    color: #720e1f;
}
.video-feature, .hero-image-feature{
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.newsroom .hero-image-feature{
    background-size: contain;
    background-repeat: no-repeat;
}
.hero-image-feature .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 35%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.hero-image-feature .container{
    position: relative;
    z-index: 1;
}
.hero-image-feature .page-title, .hero-image-feature .featured-news-title{
    font-size: 3rem;
    text-align: left;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    margin-bottom: 60px;
    text-transform: uppercase;
}
.hero-image-feature .featured-news-title{
    text-transform: none;
    margin-bottom: 30px;
}
.hero-image-feature .featured-news-title:after{
    content: "";
    height: 5px;
    background-color: #720e1f;
    position: relative;
    top: 15px;
    left: 0;
    display: block;
    width: 120px;
}
.hero-image-feature p{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 60px;
}
.hero-image-feature.no-image{
    height: auto;
    background-color: #fff;
}
.hero-image-feature.no-image .page-title, .hero-image-feature.no-image .featured-news-title{
    text-shadow: none;
    color: #000;
    border-bottom: 4px solid #f4f5f5;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.hero-image-feature.no-image .overlay{
    display: none;
}
.hero-image-feature.no-image .breadcrumb{
    text-shadow: none;
}
.hero-image-feature.no-image .breadcrumb a {
    color: #607634;
}
.hero-image-feature.no-image .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}
.hero-image-feature.no-image .breadcrumb-item.active {
    color: #000;
}
.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 20px;
    color: #fff;
    font-weight: 600;
    background-color: #000;
}
.video-holder img{
    width: 100%;
}
.video-holder .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}
#video-modal .modal-body {
    position: relative;
    padding: 0px;
}
#video-modal .modal-dialog {
    width: 100%;
}
.video-modal-open .modal-backdrop.show {
    opacity: .75;
}
.load-video {
    top: 10px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    text-align: left;
}
#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: #607634;
    background-color: #fff;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 2px solid #720e1f;
    font-size: 1.125rem;
}
.video-holder .video-caption-button .fas{
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 2;
}
.close-dark {
    z-index: 2;
    top: -70px;
    right: -70px;
    cursor: pointer;
    text-align: right;
    font-size: 1.25rem;
    position: absolute !important;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.close-dark span{
    font-size: 1.875rem;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
#video-wrapper .hold-video {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.popover-header {
    margin: 0;
    font-weight: 600;
}
.figure-img{
    -webkit-box-shadow: 0px 7px 18px 0px rgb(119 119 119 / 32%);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgb(119 119 119 / 32%);
    margin: 15px auto;
}
.figure-caption {
    margin: 0;
    display: block;
    font-style: italic;
    font-size: 0.875rem;
    text-align: left;
}
#sidebar .navbar .navbar-toggler .fa-chevron-up,
#sidebar .navbar .navbar-toggler .fa-chevron-down{
    color: #926e49;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up {
    display: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display:none;
}
/*Accordion*/
.accordion{
    margin: 30px 0;
}
.col-lg-9 > .accordion{
    margin: 0 0 30px;
}
.accordion-item{
    border: none;
    margin-bottom: 15px
}
.accordion-header {
    margin: 0;
    font-weight: 700;
}
.accordion-button{
    font-size: 1.375rem;
    font-weight: 700;
    color: #607634;
    border-radius: 0px;
    border: none;
    padding: 20px 20px 20px 45px;
    background-color: #f4f5f5;
}
.accordion-button:hover, .accordion-button:focus{
    color: #fff;
    background-color: #607634;
}
.accordion-button:hover::after, .accordion-button:focus::after{
    color: #fff;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:focus {
    border-color: #000;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #720e1f;
}
.accordion .accordion-item .accordion-body{
    padding:30px;
    background-color: #ffff;
    border: 2px solid #f8f9fa;
}
.accordion .accordion-item .accordion-body p:only-of-type {
    margin-top: 0;
}
.accordion-button::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: "\f067";
    font-size: 1.563rem;
    color: #926e49;
    line-height: 1;
   left: 12px;
    top: 18px;
    position: absolute;
    background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(45deg);
}
.accordion-button-link{
    text-decoration: none;
    position: relative;
    display: inline-block;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #720e1f;
	border-left: none;
	border-right: none;	
    background-color: transparent;
    position: relative;
}
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    font-size: 35px;
    color: #926e49;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #000;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: 500;
}
.tabs .nav-tabs  > a:last-of-type {
    margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
	content: none;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tabs .nav-tabs .nav-item {
    margin-bottom: -4px;
	margin-top: 0;
	background-color: transparent;
    border-bottom: 4px solid #ececec;
}
.tabs .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tabs .nav-tabs {
    border-bottom: 4px solid #ececec;
	margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #000;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #720e1f;
}
.tabs .tab-content {
	text-align: left;
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.tabs .tab-content h3 {
	margin: 20px 0;
}
thead{
    background-color: #720e1f;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
.featured-news .card a{
    text-decoration: none;
}
.news-events-header {
    position: relative;
    margin-bottom: 40px;
}
.news-events-header .news, .news-events-header .events {
    font-size: 1rem;
    text-align: right;
    text-decoration: underline;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
}
.featured-news .card-body{
    min-height: 145px;
}
.featured-news .card-body h3{
    color: #607634;
    font-weight: 700;
    font-size: 1rem;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 0;
}
.featured-news a:hover .card-body h3, .featured-news a:focus .card-body h3{
    color: #720e1f;
}
.meta-data {
    text-transform: uppercase;
    font-size: 0.938rem;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px;
    background-color: #607634;
    color: #fff;
    text-align: center;
}
.meta-data li{
    border-right: 1px solid #fff;
    padding-right: 12px;
    display: inline-block;
    margin: 0 6px 0 0 !important;
}
.meta-data li:last-child{
    border-right: none;
    padding-right: 0;
    margin-left: 0 !important;
}
.category a{
    color: #fff;
    text-decoration: none;
}
.category a:hover, .category a:focus{
    text-decoration: underline;
}
.row.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: none;
}
.row.card .card-body {
    padding-bottom: 0;
}
.newsroom .row.card .card-body {
	padding-top: 15px;
}
.newsroom .card h2.h3, .newsroom .card h2, .newsroom .card h3 {
    font-size: 1.25rem;
    text-transform: none;
}
.newsroom .card h2 a, .newsroom .card h3 a{
	text-decoration: none;
}
.newsroom .card-carousel-wrapper .card .card-body {
    min-height: 150px;
}
.newsroom .card-carousel-wrapper .card .card-body h3{
	margin-bottom: 0;
}
.row.card.g-0 > .col, .row.card.g-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row.card .meta-data{
    display: block;
}
.event-item{
    display: table;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}
.event-item .event-title{
    margin-top: 0;
    font-size: 1.5rem;
}
.event-item .event-title a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.event-item .event-title a:hover, .event-item .event-title a:focus{
    color: #720e1f;
}
.event-item-copy{
    font-size: 1rem;
}
.event-item-copy p{
    margin-bottom: 5px;
}
.event-item-date{
    font-size: 0.75rem;
}
.event-item .event-date, .event-item .event-text {
    display: table-cell;
    position: relative;
}
.event-item .event-date {
    vertical-align: top;
}
.event-item .event-date .event-month {
    display: block;
    text-align: center;
    font-size: 1.563rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 2.875rem;
    font-weight: bold;
    color: #fff;
}
.event-item .event-date .year{
    color:#fff;
    text-align: center;
    display: block;
    font-size: 1.313rem;
    font-weight: 500;
}
.event-item .event-text {
    line-height: 1.375;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
	padding-right: 20px;
}
.event-item .event-date-bg{
    background-color: #607634;
    padding: 20px;
    line-height: 1.125;
    min-width: 90px;
}
.event-item .event-item-time-location{
    color: #000;
    margin-bottom: 10px;
}
.event-item .event-item-time-location .time:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #926e49;
}
.event-item .event-item-time-location .location{
    margin-left: 10px;
}
.event-item .event-item-time-location .location:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #926e49;
}
.directory-profile h1, .directory-profile h2, .directory-profile h3, .directory-profile h4, .directory-profile h5, .directory-profile h6 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.faculty-box {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.faculty-headshot{
    max-width: 300px;
}
.faculty-box-info {
    display: flex;
    align-items: center;
}
.faculty-box-info-title {
    margin-right: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #607634;
    text-transform: uppercase;
}
.programs-search .reset{
    background-color: transparent;
    border: none;
    color: #000;
    position: relative;
    top: 20px;
    padding: 8px 0;
    font-weight: 500;
}
.programs-search .reset .fas, #reset-filters .fas{
    color: #926e49;
}
.programs-search .reset:hover .fas, .programs-search .reset:focus .fas,
#reset-filters:hover .fas, #reset-filters:focus .fas{
    color: #720e1f;
}
.programs-search .program-search-wrapper{
    position: relative;
}
.programs-search .fa-search{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #926e49; 
    font-size: 1.25rem;
}
.programs-search .select-wrapper .form-select{
    color: #000 !important;
    font-size: 1.125rem;
    font-weight: 500;
}
.programs-search input[type=text], .programs-search input.form-text {
    font-weight: 500 !important;
	color: #000;
    font-size: 1.125rem;
}
.programs-search ::-webkit-input-placeholder {
    color: #000;
}
.programs-search ::-moz-placeholder {
    color: #000;
}
.programs-search ::-ms-placeholder {
    color: #000;
}
.programs-search ::placeholder {
    color: #000;
}
 #reset-filters{
    background-color: transparent;
    border: none;
    color: #000; 
    padding: 8px 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
}
#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: 1.25rem;
  font-weight: 500;
}
#programs-wrapper.mixitup-container-failed .fail-message{
  opacity: 1;
  pointer-events: auto;
  display: block;
}
#programs-wrapper{
    padding-top: 0;
}
#programs-wrapper .mix a{
   font-size: 1.25rem;
   font-weight: 700;
}
#programs-wrapper .mix{
    border-bottom: 1px solid #e9e2da;
    padding-top: 20px;
}
.filter-headings{
    border-bottom: 4px solid #720e1f;
}
.filter-headings h3{
    text-transform: none;
    font-size: 1.25rem;
}
#programs-wrapper .mix h3{
    text-transform: none;
    font-size: 1.25rem;
}
div.alphabet {
    display: block;
    margin: 0 auto 25px;
    padding: 20px 0;
    text-align: center;
}
div.alphabet span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    font-size: 1.563rem;
    line-height: 30px;
    color: #607634;
    text-transform: uppercase;
    cursor: pointer;
}
div.alphabet span:hover {
    text-decoration: underline;
}
div.alphabet span.clear{
    text-transform: none;
}
div.alphabet span.active {
    background-color: #607634;
    border-radius: 3px;
    color: #fff;
}
#directory-list{
    margin-top: 40px !important;
}
#directory-list thead{
    font-size: 1rem;
}
#directory-list tbody{
    font-size: .9rem;
}
.dataTables_wrapper .dataTables_filter input {
    width: 300px !important;
}
#department-filter select, .custom-select, .programs-search .select-wrapper .form-select {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/icon-arrowdown-black.jpg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF;
    overflow: auto;
    font-size: 1.125rem;
    font-weight: 500;
}
.custom-select{
    min-width: 70px;
    border: 1px solid #e9e2da;
}
#department-filter .form-control, div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #e9e2da;
    position: relative;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 2em;
    font-size: 1rem;
}
.accessible, .accessible-alt-text {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}
#forms .filters .top{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 15px;
}
#forms .filters .top .input-wrapper {
    display: block;
    position: relative;
}
#forms .filters .top .input-wrapper input{
    color: #000;
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
}
#forms form input{
    padding: 8px 14px 10px;
    margin-bottom: 10px;
    border: 1px solid #e9e2da;
    border-radius: 4px !important;
    background-color: #FFFFFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #000;
    width: 100%;
    font-weight: 500;
}
#forms .filters #keyword-search{
    color: #000;
}
#forms .filters input{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #000;
}
#forms .filters ::-webkit-input-placeholder {
    color: #000;
}
#forms .filters ::-moz-placeholder {
    color: #000;
}
#forms .filters ::-ms-placeholder {
    color: #000;
}
#forms .filters ::placeholder {
    color: #000;
}
#forms form select{
    padding: 8px 28px 10px 14px;
    margin-bottom: 10px;
    border: 1px solid #e9e2da;
    border-radius: 4px !important;
    background-color: transparent;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #000;
    width: 100%;
    margin-right: 20px;
    font-weight: 500;
    font-size: 1.125rem;
}
#forms select{
    color: #000;
    position: relative;
    padding: 6px 40px 8px 14px;
    margin-bottom: 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url("../images/icon-arrowdown-black.jpg");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF;
    overflow: auto;
}
#forms select#results-per-page{
    background-image: url("../images/icon-arrowdown-black.jpg");
}
#forms select:after {
    position: absolute;
    right: 0;
    top: 0;
    content:'';
    width: 20px;
    height: 100%;
    background: #54565B;
}
#forms .filters .top .input-wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
    background: transparent;
    border: none;
}
#forms .filters .top .input-wrapper .fa-search {
    color: #926e49;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 2.438rem;
    vertical-align: middle;
    margin: 0;
}
#forms .navbar-dark{
    display: inline-block;
}
#forms .navbar-dark .navbar-toggler .fa-minus {
    display: none;
}
#forms .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-plus {
    display: none;
}
#forms .navbar-dark .navbar-toggler[aria-expanded="true"] .fa-minus {
    display: inline-block;
}
#forms .filters .top #clear-all-filters {
    margin: 0 auto;
}
#forms .filters .alpha-links {
    display: block;
    margin: 0 auto 45px;
    padding: 20px 0;
    text-align: center;
}
#forms .filters .alpha-links .current{
    background-color: #607634;
    color: #fff;
    border-radius: 3px;
}
#forms .filters .alpha-links a, #forms .filters .alpha-links span {
    font-size: 1.75rem;
    line-height: 1.875rem;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    color: #607634;
    padding: 5px;
}
#forms .filters .alpha-links .pipe{
    background-color: transparent;
    color: #000;
}
#forms .listing .result{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #cccccc;
}
#forms .form-name{
    font-size: 1.125rem;
    color: #607634;
}
#forms .form-name a{
    color: #607634;
}
#forms .pagination-wrapper .showing .dataTables_info{
   margin-bottom: 5px; 
}
#forms .showing {
   display: inline-block
}
#forms .dataTables_info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 31px;
}
#forms .dataTables_length {
    display: inline-block;
    vertical-align: middle;
   margin-top: 20px;
}
#forms .pager {
    display: inline-block;
    float: right;
}
.department, .categories {
    position: relative;
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.department:before {
    content: "\f1ad";
    display: block;
    position: absolute;
    left: -25px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #926e49;
}
.categories:before {
    content: "\f02b";
    display: block;
    position: absolute;
    left: -25px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.125rem;
    width: 20px;
    text-align: center;
    line-height: 22px;
    color: #926e49;
}
.pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-link{
    color: #607634;
}
.pagination .page-item.active .page-link{
    background-color: #720e1f !important; 
    border-color: #720e1f !important; 
    color: #fff;
}
#ou-search-results a#ou-search-open-advanced {
    color: #fff!important;
}
#ou-search-results a#ou-search-open-advanced.btn-red {
    color: #fff!important;
}
#ou-search-results #ou-search-open-advanced:focus, #ou-search-results #ou-search-open-advanced:hover {
    background-color: #720e1f !important; 
    box-shadow: none !important;
    border:solid 1px #720e1f !important; 
}
#ou-search-results .ou-search-input {
    border: 1px solid #ccc !important; 
}
#ou-search-results a {
    color: #607634  !important; 
}
#ou-search-results legend {
    border-bottom: 1px solid #ccc  !important; 
}
#ou-search-results .ou-search-advanced{
     border: 1px solid #720e1f  !important;
}
#ou-search-results .ou-search-advanced-group label {
    font-weight: 500  !important;
}
#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span {
    border: 1px solid #dee2e6 !important;
}
#ou-search-results .ou-search-pagination>.ou-search-disabled>span, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:focus, #ou-search-results .ou-search-pagination>.ou-search-disabled>span:hover {
    color: #242424 !important;
    background-color: #fff !important; 
}
#ou-search-results .ou-search-pagination>.ou-search-active>a, #ou-search-results .ou-search-pagination>.ou-search-active>a:focus, #ou-search-results .ou-search-pagination>.ou-search-active>a:hover, #ou-search-results .ou-search-pagination>.ou-search-active>span, #ou-search-results .ou-search-pagination>.ou-search-active>span:focus, #ou-search-results .ou-search-pagination>.ou-search-active>span:hover{
   background-color: #720e1f !important; 
    color: #fff !important; 
}
#ou-search-results .ou-search-pagination>li>a:focus, #ou-search-results .ou-search-pagination>li>a:hover, #ou-search-results .ou-search-pagination>li>span:focus, #ou-search-results .ou-search-pagination>li>span:hover {
    background-color: #720e1f!important; 
    border-color: #720e1f !important; 
    color: #fff !important; 
}
/*Video*/
.video-feature {
    width: 100%;
    height: 600px;
    left: 0;
    top: 0;
    border: none;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
}
.video-feature 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;
}
.play-pause, .play {
    position: absolute;
    z-index: 3;
    color: #fff;
    background-color: transparent;
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 112px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.play-pause:hover, .play-pause:focus{
    background-color: #926e49;
    color: #fff;
}
.play{
    display:none;
}
.play-pause .fa{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-pause .fa-play{
    position: absolute;
    text-align: center;
    font-size: 1.75rem;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}
.video-feature .video-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    position: absolute;
    color: #fff;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .button-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/*Home Page Slider*/
.hero-slider-wrapper, .hero-video-wrapper{
   position: relative; 
    overflow: hidden;
    background-color: #000;
}
.hero-slider{
    position: relative;
    margin-bottom: 0 !important;
}
.hero-slider .slide{
    width: 100vw;
    height: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.hero-slider .slide .slider-img{  
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slider .carousel-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
}
.hero-slider-wrapper .carousel-caption-overlay, .hero-video-wrapper .video-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 35%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.hero-slider .carousel-caption .description a, .video-feature .video-caption .description a{
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-caption h1, .video-caption h1{
    line-height: 65px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 3.375em;
    text-shadow: rgb(0 0 0 / 75%) 0px 2px 5px;
    margin-bottom: 25px;
}
.hero-slider .carousel-caption h1 br, .video-caption h1 br{
	display: none;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1.6875em;
    background-color: rgba(114,14,31,.7);
    padding: 20px;
    width: 70%;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.hero-slider-wrapper .container{
    position: relative;
}
.hero-slider-wrapper .slick-prev, .hero-slider-wrapper .slick-next{
    z-index: 1;
    color: #926e49;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.hero-slider-wrapper .slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 15px;
    bottom: 40px;
}
.hero-slider-wrapper .slide-controllers .pause-play{
    color: #926e49;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    border: 1px solid #fff;
}
.hero-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%);
}
.hero-slider-wrapper .slide-controllers .pause-play.paused:before{
    content: "\f04b";
}
.hero-slider-wrapper .slick-prev:hover, .hero-slider-wrapper .slick-prev:focus, .hero-slider-wrapper .slick-next:hover, .hero-slider-wrapper .slick-next:focus, .hero-slider-wrapper .slide-controllers .pause-play:focus, .hero-slider-wrapper .slide-controllers .pause-play:hover{
    color: #fff !important;
    background-color: #926e49 !important;
}
.hero-slider-wrapper .slick-prev:hover:before, .hero-slider-wrapper .slick-prev:focus:before, .hero-slider-wrapper .slick-next:hover:before, .hero-slider-wrapper .slick-next:focus:before{
     color: #fff !important;
}
.hero-slider-wrapper .slick-prev{
    left: 0;
    bottom: 0;
}
.hero-slider-wrapper .slick-next{
    right: 0;
    bottom: 0;
}
.hero-slider-wrapper .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #926e49;
}
.hero-slider-wrapper .slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f104" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #926e49;
}
.hero-slider-wrapper .slick-dots li button:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\f111" !important;
    font-weight: 400;
    display: block;
    opacity: 1;
    color: white;
    font-size: 14px;
}
.hero-slider-wrapper .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: white;
    font-weight: 900;
}
.slick-dots + .slick-dots{
    display: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5;
}
.slide-dots .slick-dots {
    bottom: 45px !important;
    left: 140px;
    text-align: left;
}
.fullwidth-split {
    padding: 0;
}
.fullwidth-split-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8rem 0;
    text-align: center;
}
.fullwidth-split-image{
    position: relative;
}
.pathways-tabs{
    height: 600px;
    overflow: hidden;
}
.pathways-tabs .tab-buttons{
    float: right;
    width: 25%;
    height: 100%;
}
.pathways-tabs .tab-content {
    float: right;
    width: 75%;
    background-color: #720e1f;
}
.pathways-tabs h2{
    margin-top: 0;
}
.pathways-tabs .nav-pills{
    width: 100%;
    height: 100%;
    background-color: #720e1f;
}
.pathways-tabs .nav-pills .nav-link {
    border-radius: 0;
    color: #fff;
    background-color: #720e1f;
    font-size: 1.25rem;
    text-align: left;
    padding: .86rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    height: 14.28%;
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.pathways-tabs .nav-pills .nav-link:last-child{
    border-bottom: none;
}
.pathways-tabs .nav-pills .nav-link.active, .pathways-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #607634;
    font-weight: 600;
}
.pathways-tabs .nav-pills .nav-link:hover{
    background-color: #342d28;
}
.pathways-tabs .section-with-background .btn-white{
    color: #607634;
    text-shadow: none;
}
.pathways-tabs .section-with-background .btn-white:hover, .pathways-tabs .section-with-background .btn-white:focus {
    color: #ffffff;
}
.pathways-tabs .section-with-background .background-color{
    background-color: rgba(0,0,0,.6);
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}
.pathways-tabs .section-with-background .icon{
    width: 100px;
    float: left;
    margin-right: 20px;
}
.pathways-tabs #v-pills-a .section-with-background .icon {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
#tab_selector{
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/icon-arrowdown-black.jpg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF;
    overflow: auto;
}
.cta-menu-container {
    text-align: center;
    font-weight: 700;
    background-color: #720e1f;
    margin-bottom: 40px;
}
.cta-menu {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.cta-menu a {
    position: relative;
    padding: 20px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    border-right: 1px solid #fff;
}
.cta-menu a:last-of-type {
    border-right: none;
}
.cta-menu a:hover, .cta-menu a:focus {
    background-color: #607634;
    text-decoration: none;
    color: #fff;
}
footer{
    background-color: #fff;
    color: #000;
    font-size: 1rem;
}
footer .footer-logo {
    float: left;
    width: 150px;
    margin-right: 20px;
}
footer a, footer address{
    font-weight: 500;
    color: #000;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
}
footer ul{
   list-style: none;
   padding: 0;
}
footer .resource-menu a, footer .utility-menu a{
    padding-bottom: 5px;
}
footer .resource-menu li{
   margin-bottom: 10px; 
}
footer .utility-menu{
    padding: 15px 0 25px;
    font-size: 0.875rem;
    margin: 0;
}
footer .utility-menu a{
    font-size: 0.875rem;
}
footer .utility-menu li{
    position: relative;
    margin-right: 25px !important;
}
footer .utility-menu li:last-child{
   margin-right: 0 !important;
}
footer .utility-menu li:after {
    content: "|";
    color: #926e49;
    position: absolute;
    right: -16px;
}
footer .utility-menu li:last-child:after{
    content: "";
}
footer .bottom-row li a{
    position: relative;
}
footer .bottom-row li a:after {
    content: "|";
    color: #fff;
    position: absolute;
    right: -12px;
}
footer .bottom-row .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
footer .bottom-row li:last-child a:after{
    content: "";
}
.footer-social a[target="_blank"]::after{
	display: none;
}
.footer-social, .header-social {
    padding-left: 0;
    list-style: none;
    margin: 0 auto 15px;
}
.header-social{
    padding-left: 0;
    list-style: none;
    margin: 10px auto 0;
}
.footer-social li {
    display: inline-block;
    margin: 0 5px;
}
.header-social li {
    display: inline-block;
    margin: 0;
}
.footer-social a{
    color: #926e49;
	text-align: center;
}
.header-social a {
    color: #926e49;
    padding: 10px 6px !important;
    text-align: center;
}
.footer-social li a:before, .header-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: #926e49;
    font-size: 32px;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.header-social li a:before{
    font-size: 1.5rem;
}
.footer-social li a.twitter:before, .header-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .header-social li a.facebook:before{
	content: "\f39e";
} 
.footer-social li a.youtube:before, .header-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .header-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.linkedin:before, .header-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.tiktok:before, .header-social li a.tiktok:before {
	content: "\e07b";
}
footer .bottom-row{
    background-color: #607634;
    text-align: center;
    color: #fff;
}
footer .bottom-row a{
    padding: 25px 0;
    font-weight: 600;
    font-size: 0.875rem;
     color: #fff;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.site-navigation .modal-content {
    width: 100% !important;
}
}


/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
  body{
     /* border: 1px solid #66ff33;*/
    }
.main-navigation .bottom-row .featured-menu-items a {
    padding-left: 15px !important;
}
.mobile-header .task-nav .nav li a {
    font-size: .8rem !important;
    padding: 1rem .5rem !important;
    }
.alert .btn{
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }
.alert .heading{
    font-size: 1.325rem;
    margin-bottom: 10px;    
    }
.btn{
    width: max-content;
    margin-left: auto;
    margin-right: auto;    
    }
.carousel-caption .btn{
    font-size: .8rem;  
    }
.spacer-40 {
    padding: 10px 0;
    display: block;
    clear: both;
}
.spacer-50 {
    padding: 20px 0;
    display: block;
    clear: both;
}
.spacer-60 {
    padding: 15px 0;
    display: block;
    clear: both;
}
.spacer-80 {
    padding: 30px 0;
    display: block;
    clear: both;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
.font-size-xl{
    font-size: 3.25rem;
}
.bordered-headline {
    white-space: normal;
    display: block;
}
.equal-585 .card-body{
    min-height: 1px;
}
.equal-550 .card-body{
    min-height: 1px;
}
.equal-500 .card-body{
    min-height: 1px;
}
.equal-460 .card-body{
    min-height: 1px;
}
.equal-415 .card-body{
    min-height: 1px;
}
.equal-300 .card-body{
    min-height: 1px;
}
.equal-260 .card-body{
    min-height: 1px;
}
blockquote {
    font-size: 1.5rem;
    margin: 40px auto;
}
.hero-image-feature.no-image {
    height: auto;
    min-height: 100px;
}
.video-feature, .hero-image-feature {
    height: auto;
    min-height: 415px;
    }
.hero-image-feature .page-title, .hero-image-feature .featured-news-title {
    font-size: 2rem;
    margin-top: 10px;
    line-height: 2.5rem;
    }
.hero-image-feature p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 2.5rem;
    line-height: 45px;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .video-feature {
    height: auto;
    min-height: 415px;
}
.hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.video-holder .video-caption-button {
    left: 20px;
    right: unset;
    }
.play-pause, .play{
    right: 25px;
    bottom: 55px;
    }
.close-dark {
    right: 15px;
    }
.parallax-bg {
    background-attachment: scroll;
    }
.figure{
   margin-left: auto;
    margin-right: auto;
    text-align: center;     
    }
.arrow-list {
    padding-left: 0;
}
.resource-list li {
    display: block;
    }
.tabs .nav-tabs{
    display: block;    
    }
.tabs .nav-tabs .nav-item {
    margin-top: 25px;
    width: 100%;
    }
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after {
    bottom: -42px;
    }
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-next, .spotlight-carousel .slick-next, .icon-carousel .slick-next {
    right: -5px;
}
.card-carousel .slick-prev, .spotlight-carousel .slick-prev, .icon-carousel .slick-prev {
    left: -5px;
	z-index: 1;
}
.card-carousel .slick-prev, .card-carousel .slick-next,
.spotlight-carousel .slick-prev, .spotlight-carousel .slick-next,
.icon-carousel .slick-prev, .icon-carousel .slick-next{
    width: 25px;
    }
.fullwidth-split-image .bg-image, .main-image .bg-image {
    position: relative;
}
.fullwidth-split-text {
    padding: 4rem 0;
}
.section-with-background {
    min-height: 350px;
}
.card-background .height-40{
    min-height: 45vh !important;
}
.card-background.card-reveal .height-40{
    min-height: 20vh !important;
}
.card-background.card-reveal h2, .card-background.card-reveal h3, .card-background.card-reveal h4, .card-background.card-reveal h5 {
    font-size: 1.125rem;
    line-height: 1.125;
    margin-bottom: 10px;
}
.card-background.card-reveal .card-body {
    padding: 1rem;
}
.card-background .hidden-content {
    padding: 1rem;
}
.news-events-header .news, .news-events-header .events {
    text-align: left;
    position: relative;
}
.col-xl-4 .btn:last-of-type{
    margin-bottom: 0;    
    }
div.dataTables_wrapper div.dataTables_length{
    text-align: left !important;
    margin-bottom: 25px;
    margin-left: 10px;
    }
div.dataTables_wrapper div.dataTables_filter{
    text-align: left !important;    
    }
.table-hover>tbody>tr:hover{
    background-color: #e9e9e9;
    }
.table-hover>tbody>tr:hover td{
    box-shadow: none;    
    }
/* 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;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    }
#reset-filters{
    display: block;
    margin: 10px auto;    
    }
.faculty-headshot {
    display: block;
    margin: 0 auto 15px;
}
/*Label the data*/
#directory-list td:before { 
    content: attr(data-title);
}
#sidebar .navbar{
    background-color: #f4f5f5;
    padding: 15px;
    margin-bottom: 20px;
    color: #000;
}
.pathways-tabs h2{
   margin-top: 25px;
    }
.pathways-tabs .tab-content {
    float: none;
    width: 100%;
    margin-left: 0;
}
.pathways-tabs {
    height: auto;
}
.tab-selector-label{
   background-color: #720e1f;
   padding: 10px 20px;
   font-weight: 600;
   font-size: 1.5rem;
   color: #fff;
   text-align: center;
    }
.pathways-tabs .section-with-background .icon {
    float: none;
    margin: 20px auto;
}
.pathways-tabs .section-with-background .background-color {
    text-align: center;
    width: 90%;
}
#programs-wrapper .mix h3{
    display: inline;
}
#programs-wrapper .mix {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}
.programs-search .reset {
    padding: 0 0 20px;
    font-size: 1.25rem;
}
footer{
   text-align: center;     
    }
footer .footer-logo{
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: 300px;
    }
footer address  {
    display: block;
    }
footer .resource-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
}
footer .bottom-row li a:after {
    content: "";
}
.cta-menu a {
    padding: 20px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #fff;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 body{/*border: 1px solid #ffff00;*/}
.hero-slider .carousel-caption h1, .video-caption h1 {
    font-size: 3.5rem;
    line-height: 55px;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .video-feature {
    height: 500px;
}
.hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.play-pause, .play{
    bottom: 55px;
    right: 55px;    
    }
.pathways-tabs .tab-content {
    float: none;
    width: 100%;
    margin-left: 0;
}
.pathways-tabs h2{
   margin-top: 25px;
    }
}

/* Large desktops and laptops */
@media (min-width: 992px) {
 body{/*border: 1px solid #ff0000;*/}
.section {
    padding: 50px 0;
}
.spacer-20 {
    padding: 10px 0;
    display: block;
    clear: both;
}
.spacer-40 {
    padding: 20px 0;
    display: block;
    clear: both;
}
.spacer-50 {
    padding: 25px 0;
    display: block;
    clear: both;
}
.spacer-60 {
    padding: 30px 0;
    display: block;
    clear: both;
}
.spacer-80 {
    padding: 40px 0;
    display: block;
    clear: both;
}
.four-column{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 40px;
    }
.four-column li{
    display: inline-block;
    width: 100%;    
    }
.three-column{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 40px;
    }
.three-column li{
    display: inline-block;
    width: 100%;    
    }
.two-column{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    }
.two-column li{
    display: inline-block;
    width: 100%;    
    }
.icon-set li:first-child {
    padding-left: 15px;
}
.figure.float-lg-start{
    margin-right: 30px;
}
.figure.float-lg-end{
    margin-left: 30px;
}
.figure {
    display: table;
}
.figure-caption {
    display: table-caption;
    caption-side: bottom;
}
.btn-right{
    float: right;
}
#video-modal .modal-dialog {
    max-width: 950px;
}
.event-item{
    width: 33%;
    float: left;    
    }
.faculty-headshot{
    float: right;
}
.restrict{
    margin: 20px auto;
    display: block;
    width: 60%;
}
#programs-wrapper .mix h3{
    display: none;
}
footer .utility-menu{
    text-align: center;   
    }
footer .resource-menu a, footer .utility-menu a{
    display: inline-block;
    position: relative;
}
footer .resource-menu a:after, footer .utility-menu a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #720e1f;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
}
footer a:hover,  footer a:focus{
    text-decoration: none !important;
    color: #720e1f;
}
footer .resource-menu a:hover:after, footer .resource-menu a:focus:after,
footer .utility-menu a:hover:after, footer .utility-menu a:focus:after{
    visibility: visible;
    width: 100%;
}
.footer-social a:before {
    color: #926e49;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer-social li a:hover:before, .footer-social li a:focus:before,
.newsroom .header-social li a:hover:before, .newsroom .header-social li a:focus:before{
    text-decoration: none;
    color: #720e1f;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
footer .bottom-row a{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
    }
footer .bottom-row a:hover, footer .bottom-row a:focus{
   color: #fff;
   text-decoration: underline !important;
    }
footer .resource-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 0;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
body{
    /*border:1px solid #ff00ff;*//*Pink*/
    }
.spotlight-wrapper {
    height: 300px;
    width: 300px;
    }
.card-carousel-wrapper .card {
    margin: 25px;
    }
.card-carousel .slick-next, .spotlight-carousel .slick-next, .icon-carousel .slick-next {
    right: -5px;
}
.card-carousel .slick-prev, .spotlight-carousel .slick-prev, .icon-carousel .slick-prev {
    left: -5px;
}
.card-carousel .slick-prev, .card-carousel .slick-next,
.spotlight-carousel .slick-prev, .spotlight-carousel .slick-next,
.icon-carousel .slick-prev, .icon-carousel .slick-next{
    width: 25px;
    }
.equal-300 .card-body{
    min-height: 450px;
}
.equal-550 .card-body{
    min-height: 650px;
}
.equal-585 .card-body{
    min-height: 650px;
}
.equal-500 .card-body{
    min-height: 580px;
}
.equal-460 .card-body{
    min-height: 610px;
}
.equal-415 .card-body{
    min-height: 560px;
}
.equal-260 .card-body{
    min-height: 340px;    
    }
.pathways-tabs .tab-buttons {
    width: 35%;
}
.pathways-tabs .tab-content {
    width: 65%;
}
}

@media (max-width: 1199px) {
.a-z ul:first-of-type{
    display: block;
}
.a-z ul:first-of-type li{
    float: left;
}
.a-z ul:first-of-type::after{
	clear: both;
	display: block;
	content: "";
}
 .mobile-logo img{
    width: 150px;
    padding: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.newsroom .mobile-logo img{
    width: 250px;
    padding: 20px 0;
    }
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    z-index: 999999;
}
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: unset;
}
.site-navigation .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 100%;
    background-color: #f8f9fa;
}
.site-navigation.modal .modal-dialog {
	position:absolute;
	top:0;
    left: 0;
	right: 0;
	margin:0;
    transform: none;
    -webkit-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
    box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
}
.mobile-header .row{
    position: relative;    
    }
.mobile-header .task-nav{
    background-color: #607634;
    color: #ffffff;
}
.mobile-header .task-nav .nav li{
    position: relative;    
    }
.mobile-header .task-nav .nav li a {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem;
}
.mobile-header .task-nav .nav li a:after {
    content: "|";
    color: #fff;
    position: absolute;
    right: -3px;
}
.mobile-header .task-nav .nav li:last-child a:after {
    content: "";
}
.main-navigation .container{
    max-width: none;
    padding: 0 2rem;
    }
.main-navigation .bottom-row {
    padding: 20px 0;
}
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 10px 20px 15px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #fff;
    font-size: 1.125rem;
}
.main-navigation .bottom-row .nav .nav-item .nav-link .fas {
    float: right;
    position: relative;
    top: 2px;
    font-size: 1.5rem;
}
.main-navigation .bottom-row .nav .nav-item .nav-link[aria-expanded="true"] .fa-angle-down:before {
    content: "\f106";
}
.main-navigation .bottom-row .dropdown-menu li a {
    padding: 10px 0;
}
.main-navigation .bottom-row .dropdown-menu a {
    text-decoration: none;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    color: #000;
}
.main-navigation .bottom-row .nav .nav-item{
    display: block;
    width: 100%;
}
.main-navigation .bottom-row .dropdown-menu {
    transform: none !important;
    position: relative !important;
    padding: 1rem 0;
}
.main-navigation .nav li a{
   display: block;     
    }
.main-navigation .bottom-row .dropdown-menu li.container, .main-navigation .bottom-row .dropdown-menu li.container-fluid {
    max-width: unset;
    padding: 0 15px;
}
.main-navigation .bottom-row .col-12{
   padding: 0;     
    }
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    color: #720e1f;
    font-weight: bold;
    font-size: 1.313rem;
    padding-left: 27px;
    line-height: 1.25;
}
.main-navigation .bottom-row .featured-menu-items a {
    font-weight: bold;
    color: #607634;
    padding-left: 0 !important;
}
.main-navigation .bottom-row .dropdown-menu li a {
    padding: 10px 15px;
}
.main-navigation .bottom-row ul li:nth-child(2) .col-md-3, .main-navigation .bottom-row ul li:nth-child(3) .col-md-3,
.main-navigation .bottom-row ul li:nth-child(4) .col-md-3, .main-navigation .bottom-row ul li:nth-child(5) .col-md-3,
.main-navigation .bottom-row ul li:nth-child(6) .col-md-3{
    padding-left: 25px;  
    }
.main-navigation .bottom-row .dropdown-menu h3.menu-heading {
    margin-bottom: 10px;
    }
.menu-toggle {
    background-color: transparent;
    border: none;
    color: #926e49;
    font-size: 2.25rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 40px;
    padding: 0;
}
.newsroom .menu-toggle{
	right: 20px;
}
.newsroom .search-toggle{
	right: 60px;
}
.mobile-header{
    padding: 0;
    position: relative;
    z-index: 1050;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.search-toggle {
    display: block;
    position: absolute;
    font-size: 2.25rem;
    margin: 0;
    color: #926e49;
    background-color: transparent;
    border: none;
    top: 50%;
    transform: translate(0, -50%);
    right: 100px;
}
#site-search .modal-dialog {
    top: 190px;
}
.newsroom #site-search .modal-dialog {
    top: 78px;
}
.closeSearch {
    top: 0;
}
#site-search form {
    padding-top: 60px;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-size: 1.25rem;
    }
#site-search .form-submit {
    padding: 0;
    margin-top: 0;
}
#site-search .form-submit {
    bottom: 30px;
    right: 5px;
    font-size: 1.5rem;
    width: 30px;
}
#site-search .modal-content .modal-body .container, #site-search .modal-content .modal-body .container-fluid{
    max-width: unset;
}
.site-navigation .modal-content .modal-body{
    padding: 0;    
    }
footer .bottom-row{
    padding-bottom: 15px;    
    }
footer .bottom-row a {
    padding: 15px 0 0;
}
}

@media (min-width: 1200px){
    .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
    }
.site-navigation.modal[style] {
    display: block !important;
    }   
.main-navigation{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
header .modal-body{
    padding: 0;
}
.logo{
    position: relative;    
    }
.logo img{
    width: 392px;
    height: 70px;
    display: block;
    margin: 0 auto;
    }
.newsroom .logo img{
    width: 495px;
    height: 81px;
    margin: 0;
    }
.site-navigation.modal {
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
}
.site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
}
.site-navigation.modal .modal-dialog .modal-content {
    border: none;
    background-color: transparent;
}
header .top-row{
    background-color: #fff;
    padding: 30px 0;
}
.main-navigation .bottom-row .nav .dropdown .dropdown-menu{
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
    z-index: 2;
    }
.main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu{
    display: block;
    left: 0 !important;
    }
.search-modal-open .main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu{
	display: none;
}
.search-modal-open .main-navigation .bottom-row .nav .dropdown .dropdown-menu.show, .search-modal-open .main-navigation .bottom-row .nav .dropdown:hover .dropdown-menu.show{
	display: block;
}
.main-navigation .bottom-row .nav .dropdown{
    border-top: 5px solid transparent;
    }
.main-navigation .bottom-row .nav .dropdown:hover {
    background-color: #fff;
    border-top: 5px solid #720e1f;
    }
.newsroom .main-navigation .bottom-row .nav .dropdown:hover {
    border-top: 5px solid #607634;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link.show{
   background-color: #fff;    
   color: #720e1f;
    }
.main-navigation .task-nav .nav li a{
    color: #000;
    font-weight: 500;
    font-size: .9rem;
    padding: 20px 10px;
    }
.main-navigation .task-nav .nav li a:hover, .main-navigation .task-nav .nav li a:focus{
    color: #720e1f;    
    }
.main-navigation .task-nav .nav li a:after{
    content: "|";
    color: #926e49;
    position: absolute;
    right: -3px;
}
.newsroom .main-navigation .newsroom-top-nav li a:after{
    content: "|";
    color: #926e49;
    position: absolute;
    right: 8px;
}
.main-navigation .task-nav .nav li:last-child a:after {
    content: "";
}
.main-navigation .task-nav .nav li:last-child a{
   margin-right: 0;
}
.main-navigation .aux .nav li{
    display: flex;
    width: auto;
    position: relative;
    } 
.main-navigation .newsroom-top-nav li a {
    color: #607634 !important;
    padding: 0 20px !important;
    font-weight: 500 !important;
}
 .main-navigation .nav li a{
    color: #fff;    
    }
.main-navigation .bottom-row .dropdown-menu a{
    text-decoration: none;
    position: relative;
    display: inline-block;  
    color: #000;   
    }
.main-navigation .bottom-row .dropdown-menu a:hover, .main-navigation .bottom-row .dropdown-menu a:focus{
    color: #720e1f;
    }
.main-navigation .bottom-row .dropdown-menu a:before, .main-navigation .task-nav .nav li a:before, .off-screen-nav .nav-link:before, .main-navigation .aux .nav li a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #720e1f;
    visibility: hidden;
    width: 0;
    transition: width .35s ease-out,visibility .35s ease-out;
}
.main-navigation .bottom-row .dropdown-menu a:focus:before, .main-navigation .bottom-row .dropdown-menu a:hover:before,
.main-navigation .task-nav .nav li a:focus:before, .main-navigation .task-nav .nav li a:hover:before,
.off-screen-nav .nav-link:focus:before, .off-screen-nav .nav-link:hover:before, .main-navigation .aux .nav li a:focus:before, .main-navigation .aux .nav li a:hover:before{
    visibility: visible;
    width: 100%;
}
.main-navigation .aux .nav li a{
    text-decoration: none;
    position: relative;
    display: inline-block;   
    }
.main-navigation .aux .nav li a:hover, .main-navigation .aux .nav li a:focus{
    color: #720e1f;    
    }
.main-navigation .aux .nav li a:after{
    content: "|";
    color: #926e49;
    position: absolute;
    right: -3px;    
    }
.main-navigation .aux .nav li:nth-child(3) a:after{
   content: "";     
    }
.main-navigation .bottom-row .dropdown-menu {
    padding: 2rem .5rem;
}
.newsroom .main-navigation .bottom-row .dropdown-menu {
   padding: .5rem 1rem;
}
.main-navigation .bottom-row .dropdown-menu[style]{
    inset: unset !important;
    transform: none !important;
    left: 0 !important;
    top: 100%!important;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link{
    padding: 10px 15px 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.main-navigation .bottom-row .nav .nav-item .nav-link:focus{
    background-color: #fff;
    color: #720e1f;
    }
.main-navigation .bottom-row .nav .nav-item .nav-link:focus:before, .main-navigation .bottom-row .nav .nav-item .nav-link.show:before{
    content: "";
    position: absolute;
    height: 5px;
    top: -5px;
    left: 0;
    background: #720e1f;
    width: 100%;    
    }
.newsroom .main-navigation .bottom-row .nav .nav-item .nav-link:focus:before, .newsroom .main-navigation .bottom-row .nav .nav-item .nav-link.show:before{
    background: #607634;   
    }
.main-navigation .bottom-row .nav .nav-item:hover .nav-link, .main-navigation .bottom-row .nav .nav-item:focus .nav-link{
    color: #720e1f; 
    background-color: #fff;
    }
.main-navigation .bottom-row .nav .nav-item:hover .nav-link .fa-angle-down:before, .main-navigation .bottom-row .nav .nav-item:focus .nav-link .fa-angle-down:before, .main-navigation .bottom-row .nav .nav-item .nav-link.show .fa-angle-down:before{
    content: "\f106";
}
.main-navigation .bottom-row .dropdown-menu .menu-heading a {
    color: #720e1f;
    font-weight: bold;
    font-size: 1.313rem;
}
.main-navigation .bottom-row .dropdown-menu li a{
    padding: 10px 0;    
    }
.main-navigation .bottom-row .dropdown .dropdown-menu .col-md-8, .main-navigation .bottom-row .dropdown .dropdown-menu .col-md-9{
    position: relative;    
    }
.main-navigation .bottom-row .dropdown .dropdown-menu .col-md-8:after, .main-navigation .bottom-row .dropdown .dropdown-menu .col-md-9:after{
    content: "";
    border-right: 1px solid #b3b3b3;
    position: absolute;
    height: 95%;
    right: 10px;
    top: 5%;
    }
.main-navigation .bottom-row .featured-menu-items a{
    font-weight: bold;
    font-size: 1.125rem;
    color: #607634;
    }
.search-toggle {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 13px 10px 13px 10px;
}
.newsroom .search-toggle {
   padding: 10px;
    }
.search-toggle .visually-hidden, .quicklinks .visually-hidden{
    color: #000;    
    }
.search-toggle:hover .fas, .search-toggle:focus .fas, .quicklinks:hover .fas, .quicklinks:focus .fas{
    color: #720e1f;    
    }
.newsroom .search-toggle .fas {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
    }
.quicklinks .fas, .search-toggle .fas{
    font-size: 1.125rem;
    color: #926e49;
    }
#site-search .modal-content {
    padding: 110px 0 50px;
}
.quicklinks {
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    display: block;
    top: 0;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    padding: 13px 0 13px 10px;
}
}

@media (min-width: 1199px) and (max-width: 1400px) {
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.main-navigation .top-row .col-5{
   width: 40.6666666667%;    
    } 
.main-navigation .top-row .col-3{
   width: 30%;    
    } 
.main-navigation .bottom-row .nav .nav-item .nav-link {
    padding: 10px 5px 15px;
    }
.top-row .col-4 {
    width: 29.3333333333%;
}
}

@media (min-width: 1200px){
.menu-toggle, .menu-close, .mobile-header{
    display: none;    
    } 
}

@media (min-width: 1400px){
header .top-row .container {
    max-width: 1365px;
}  
}

/* Portrait phones and smaller */
@media (max-width: 375px) {
.mobile-logo img {
    width: 100px;
    }
.mobile-header .task-nav .nav li a {
    font-size: .8rem;
    padding: 1rem .5rem;
}
.closeSearch {
    top: 0;
}
#site-search form {
    padding-top: 60px;
}
#site-search form input[type=text], #site-search form input.form-text {
    font-size: 1rem;
    }
#site-search .form-submit {
    padding: 0;
    margin-top: 0;
}
#site-search .form-submit {
    bottom: 30px;
    right: 5px;
    font-size: 1.5rem;
    width: 30px;
}
}