@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    padding-top: 100px;
	}
body.sticky-header-show{
    padding-top: 75px;
}
.sticky-top{
    top: 74px;
    z-index: 4;
}
.skip:focus{
    position: absolute !important;
    top: 0;
    z-index: 9999999;
    background-color: #fff;
    padding: 10px;
}
.content a, a {
  color: #461D7C;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
h1, .h1 {
  font-size: 3.125em;
  color: #461D7C;
}
h2, .h2 {
  font-size: 2.5em;
  color: #461D7C;
}
h3, .h3 {
  font-size: 2em;
  color: #461D7C;
  font-weight: 600;
}
h4, .h4 {
  font-size: 1.5em;
  color: #333333;
  font-weight: 600;
}
h5, .h5 {
  font-size: 1.25em;
  font-weight: 600;
   color: #333333;
}
h6, .h6 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
.card h3{
    font-size: 1.5rem;
}
.card .icon + h3{
    font-size: 1.25rem;
}
.emergency-alert-visible, .warning-alert-visible, .informational-alert-visible{
    padding-top: 167px;
}
.emergency-alert-visible.warning-alert-visible, .emergency-alert-visible.informational-alert-visible, .informational-alert-visible.warning-alert-visible{
    padding-top: 234px;
}
.emergency-alert-visible.warning-alert-visible.informational-alert-visible{
    padding-top: 301px;
}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    font-size: 1.125rem;
	font-weight: bold;
    padding: 20px;
    text-align: center;
}
.emergency-alert{
    background-color: #AD1C14;
    color: #fff;
}
.warning-alert{
    background-color: #FDD023;
    color: #461D7C
}
.informational-alert{
    background-color: #461D7C;
    color: #fff;
}
.warning-alert a, .warning-alert a:hover, .warning-alert a:focus{
    color: #461D7C;
    font-weight: 300;
}
.informational-alert a, .informational-alert a:hover, .informational-alert a:focus, .emergency-alert a, .emergency-alert a:hover, .emergency-alert a:focus{
    color: #fff !important;
    font-weight: 300 !important;
}
.alert-dismissible .close {
    padding: 0;
    right: 25px;
    font-size: 1.875rem;
    text-align: center;
    top: -5px;
    position: absolute !important;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    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: #461D7C;
    background-color: rgba(253,208,35,.95);
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
}
.cookiealert a{
    color: #461D7C;
}
.cookiealert a:hover, .cookiealert a:focus{
    color: #461D7C;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert .acceptcookies:hover, .cookiealert .acceptcookies:focus {
   background-color: #fff;
}
.message-404 {
    font-size: 4.375rem;
    color: #FDD023;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
img.float-right{
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
img.float-left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.height-30 {
    min-height: 30vh !important;
}
.height-40 {
    min-height: 40vh !important;
}
.height-50 {
    min-height: 50vh !important;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.text-shadow {
    text-shadow: rgba(0, 0, 0, 0.75) 3px 3px 1px;
}
.space-xs {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.space-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-lg {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.space-xl {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}
.purple-text{
    color: #461D7C !important;
}
.gray-text{
    color: #333333 !important;
}
.white-text{
    color: #fff !important;
}
.white-text a{
    color: #fff !important;
}
.black-text{
    color: #000 !important;
}
.font-size-xxl{
    font-size: 3.75rem !important;
}
.font-size-xl{
    font-size: 2.25rem !important;
}
.font-size-lg{
    font-size: 1.625rem !important;
}
.font-size-md{
    font-size: 1.375rem !important;
}
.font-size-sm{
    font-size: 1.125rem !important;
    line-height: 1.5em;
}
.font-size-xs{
    font-size: 0.875rem !important;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.35em;
    display: block;
    color: #461D7C;
}
a[target=_blank]::after {
    content: '\f360';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".xlsx"]::after {
    content: '\f1c3';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".docx"]::after {
    content: '\f1c2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.title-decorative{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555858;
}
.bordered-headline{
    text-align: center;
    font-weight: 600;
    display: table;
    white-space: nowrap;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
.bordered-headline:before, .bordered-headline:after {
    content: "";
    display: table-cell;
    width: 50%;
    background-size: 89% 2px;
    background: url(data:image/gif;base64,R0lGODdhAQABAIgAAEqMMQAAACwAAAAAAQABAAACAkQBADs=) repeat-x left center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#fefefe));
    background: -webkit-linear-gradient(#ccc, #fefefe) no-repeat center;
    background: -moz-linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
    background: -o-linear-gradient(#ccc, #fefefe no-repeat center);
    background: linear-gradient(#ccc, #fefefe) no-repeat center / 89% 2px;
}
.btn, .content .btn{
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 25px 10px 15px;
    margin: 15px auto;
    min-width: 120px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 3;
    font-weight: 500;
}
.btn.btn-block + .btn.btn-block{
    margin-left: 0;
}
#siteSearch .btn {
    margin: 15px 10px 0 10px;
    min-width: 125px;
}
.btn-default, .content .btn-default{
    background-color: #461D7C;
    color: #ffffff !important;
}
.btn:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 0.813rem;
}
.btn-lg, .content .btn-lg{
    font-size: 1rem;
    padding: 15px 35px 15px 16px;
}
.btn-lg:after {
    right: 15px;
    font-size: 0.875rem;
}
.btn-default:hover, .btn-default:focus{
    background-color: #FDD023;
    color: #461D7C !important;
}
.btn-purple-gold, .content .btn-purple-gold{
    background-color: #461D7C;
    color: #FDD023 !important;
}
.btn-purple-gold:hover, .btn-purple-gold:focus{
    background-color: #FDD023;
    color: #461D7C !important;
}
.btn-outline, .content .btn-outline{
    border: 1px solid #461D7C;
    background-color: transparent;
    color: #461D7C !important;
}
.btn-outline:hover, .btn-outline:focus{
    color: #fff !important;
    background-color: #461D7C;
}
.btn-white-outline, .content .btn-white-outline{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
}
.btn-white-outline:hover, .btn-white-outline:focus{
    color: #FDD023 !important;
    border: 1px solid #FDD023;
}
.btn-gold, .content .btn-gold{
    background-color: #FDD023;
    color: #461D7C !important;
    border: 1px solid #FDD023;
}
.btn-gold:hover, .btn-gold:focus{
    color: #fff !important;
    background-color: #461D7C;
    border: 1px solid #461D7C;
}
.bg-purple .btn-gold:hover, .bg-purple .btn-gold:focus{
    border: 1px solid #FDD023;
}
.btn-white, .content .btn-white{
    background-color: #ffffff;
    color: #461D7C !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}
.btn-white:hover, .btn-white:focus{
    color: #461D7C !important;
    background-color: #FDD023;
}
.btn-block{
    display: block;
}
.btn-centered{
    width: max-content;
    display: block;
}
.color-box{
    min-height: 240px;
    width: 100%;
    padding: 20px;
}
.form-group .btn-default{
    min-width: 1px;
}
.text-muted {
    color: #42484c !important;
}
img {
    max-width: 100%;
    height: auto;
}
.content{
    overflow:hidden;
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.bg-white {
    background-color: #fff !important;
}
.bg-white-transparent {
    background-color: rgba(255,255,255,.9) !important;
}
.bg-black-transparent {
    background-color: rgba(0,0,0,.5) !important;
    color: #fff;
}
.bg-black {
    background-color: #000000 !important;
    color: #fff;
}
.bg-black  h2, .bg-black  h3, .bg-black  h4, .bg-black  h5, .bg-black  h6, .bg-black  a, .bg-black .lead{
    color: #fff;
}
.bg-purple {
    background-color: #461D7C !important;
    color: #fff;
}
.bg-purple-transparent {
    background-color: rgba(70,29,124, .65) !important;
    color: #fff;
}
.bg-gold {
    background-color: #FDD023 !important;
    color: #461D7C;
}
.bg-light-gray{
    background-color: #f5f5f5 !important;
}
.bg-medium-gray{
    background-color: #66615b !important;
    color: #ffffff;
}
.bg-medium-gray h2, .bg-medium-gray h3, .bg-medium-gray h4, .bg-medium-gray h5, .bg-medium-gray h6, .bg-medium-gray a, .bg-medium-gray .lead, .bg-medium-gray p, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4, .bg-dark-gray h5, .bg-dark-gray h6, .bg-dark-gray a, .bg-dark-gray .lead, .bg-dark-gray p, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple h5, .bg-purple h6, .bg-purple a, .bg-purple .lead, .bg-purple p, .section-with-background h2, .section-with-background h3, .section-with-background h4, .section-with-background h5, .section-with-background h6, .section-with-background a, .section-with-background .lead, .section-with-background p, .bg-medium-gray .contact-list li:before, .bg-dark-gray .contact-list li:before, .bg-purple .contact-list li:before{
    color: #fff;
}
.bg-medium-gray .card h2, .bg-medium-gray .card h3, .bg-medium-gray .card h4, .bg-medium-gray .card h5, .bg-medium-gray .card h6, .bg-medium-gray .card a, .bg-medium-gray .card .lead, .bg-medium-gray .card p, .bg-dark-gray .card h2, .bg-dark-gray .card h3, .bg-dark-gray .card h4, .bg-dark-gray .card h5, .bg-dark-gray .card h6, .bg-dark-gray .card a, .bg-dark-gray .card .lead, .bg-dark-gray .card p, .bg-purple .card h2, .bg-purple .card h3, .bg-purple .card h4, .bg-purple .card h5, .bg-purple .card h6, .bg-purple .card a, .bg-purple .card .lead, .bg-purple .card p, .section-with-background .card h2, .section-with-background .card h3, .section-with-background .card h4, .section-with-background .card h5, .section-with-background .card h6, .section-with-background .card a, .section-with-background .card .lead, .section-with-background .card p{
    color:  #461D7C;
}
.section-with-background{
   background-color: #461D7C !important;
    color: #fff; 
}
.bg-dark-gray {
    background-color: #333333 !important;
    color: #fff;
}
.section-with-background .card, .section-with-background .card h2, .section-with-background .card h3,  .section-with-background.card h4, .section-with-background .card h5, .section-with-background .card h6, .section-with-background .card a,  .section-with-background .card .lead, .section-with-background .card p{
    color: #461D7C;
}
.black-banner{
    background-color: #000;
    width: max-content;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    padding: 20px;
    margin:0 auto 20px;
    font-size: 3.5rem !important;
}
/*Header Styles*/
.newsroom-title{
    position: absolute;
    left: 300px;
    top: -10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.newsroom-title a{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pub-date {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #461D7C;
    font-style: italic;
}
.sticky-header-show .newsroom-title{
    top: -20px;
    left: 220px;
}
.sticky-header-show .newsroom-title a{
    font-size: 20px;
}
.siteHeader {
	display: block;
	width: 100%;
    z-index: 5;
    top: 0;
}
.siteHeader.sticky-wrapper{
    position: fixed;
}
.logo img{
    width: 245px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sticky-header-show .logo img{
    width: 163px;
    height: 40px;
}
.top-row{
    background-color: #461D7C;
    border-top: 6px solid #FDD023;
    padding: 17px 0;
    height: 100px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 999999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sticky-header-show .top-row{
    padding: 15px 0;
    height: 75px;
}
.audience {
    margin-top: 8px;
    margin-right: 290px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sticky-header-show .audience{
    margin-top: 0;
}
.audience .nav-item{
    margin: 0 .5rem;
}
.audience .nav-item .nav-link, .audience-mobile .nav-item .nav-link{
    padding: .5rem 1.5rem .5rem .5rem;
    text-transform: none;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
}
.audience .nav-item .dropdown-toggle:hover, .audience .nav-item .dropdown-toggle:focus{
    color: #FDD023;
}
.audience .nav-item.open .dropdown-toggle{
    color: #FDD023;
}
.audience .nav li .dropdown-item, .audience-mobile .nav li .dropdown-item {
	color: #4d1481;
    font-weight: 300;
    white-space: normal;
    text-decoration: none;
    line-height: 1.25;
    padding: .5rem 1.5rem;
}
.audience .nav li .dropdown-item:hover, .audience .nav li .dropdown-item:focus{
    text-decoration: underline;
    background-color: #fff;
}
.audience .nav-item .dropdown-toggle::after, .audience-mobile .nav-item .dropdown-toggle::after{
    display: none;
}
.audience .nav-item .nav-link .fas{
    position: absolute;
    top: 15px;
    right: 6px;
    font-size: 1rem;
}
.audience-mobile .nav-item .nav-link .fas{
    position: absolute;
    top: 15px;
    right: 6px;
    font-size: 1rem;
    width: auto;
    height: auto;
    text-align: right;
    left: unset;
}
.audience-mobile .nav-item .nav-link[aria-expanded="true"] .fa-angle-down:before{
    content: "\f106";
}
.audience-mobile{
    display: none;
    padding-left: 32px;
    padding-right: 40px;
    margin-bottom: 50px;
}
.audience li:hover .dropdown-menu, .audience li:focus .dropdown-menu{
    display: block;
}
.audience .dropdown-menu, .audience-mobile .dropdown-menu{
    margin: 0;
    padding: .75rem 0;
    left: 0px;
    will-change: transform;
    background-color: #f5f5f5;
    border-radius: 0;
    border: none;
    border-top: 6px solid #FDD023;
    width: 245px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.audience-mobile .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.audience-mobile .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.audience-mobile .dropdown-menu{
    transition: none !important;
    z-index: 0;    
    left: 0 !important;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: static;
    }
a:hover {
	text-decoration: none;
}
.hide {
    display: none;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.off-screen-nav .modal-content {
    background-color: #461D7C;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 400px;
}
.off-screen-nav .modal-content .modal-body{
    padding: 0;
}
.off-screen-nav.modal .modal-dialog {
	position:absolute;
	top:0;
	right: 0;
    transform: none;
	margin:0;
}
.off-screen-nav .tabpanel-set{
    overflow: hidden;
}
.main-menu {
    background-color: #FDD023;
    border: none;
    color: #4d1481;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
    display: block;
    top: -17px;
    bottom: -17px;
    right: 0;
    position: absolute;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0 25px;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sticky-header-show .main-menu{
    top: -15px;
    bottom: -11px;
}
.sticky-header-show .newsroom .main-menu{
    top: -15px;
    bottom: -14px;
}
.main-menu .fa-bars{
    margin-left: 5px;
    font-size: 1.25rem;
    top: 1px;
    position: relative;
}
.main-menu:hover, .main-menu:focus{
    color: #fff;
}
.off-screen-nav .nav{
    display: block;
}
.off-screen-nav h2{
    margin-top: 40px;
    margin-left: 40px;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.off-screen-nav .nav-link{
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    text-decoration: none;
    padding: 6px 0;
}
.off-screen-nav .nav-link:hover, .off-screen-nav .nav-link:focus{
    text-decoration: underline;
}
.off-screen-nav .nav-link .fas{
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px;
}
.off-screen-nav .auxnav{
    margin-bottom: 30px;
    padding-left: 40px;
}
.off-screen-nav .auxnav .nav-item{
    position: relative;
}
.off-screen-nav .auxnav .nav-item .nav-link{
    margin-left: 30px;
}
.off-screen-nav .auxnav .nav-item .nav-link:hover .fas, .off-screen-nav .auxnav .nav-item .nav-link:focus .fas{
    color: #fdd023;
}
.close {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 2.5rem;
    position: relative !important;
    display: block;
    right: 30px;
    top: 20px;
    text-shadow: none;
    opacity: 1;
}
.close:hover, .close:focus{
    color: rgba(255,255,255,.75);
}
.menuClose:hover, .menuClose:focus{
    color: rgba(0,40,86,.75);
}
/*Search*/
.modal-open-menu .modal-backdrop {
    z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
/*Search*/
#siteSearch .modal-body{
    padding: 15px 0;
}
.searchToggle{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 175px;
    color: #fff;
    font-size: 1.125rem !important;
    background-color: transparent;
    border: none;
    font-weight: 600;
}
.searchToggle .fas{
    font-size: 1rem;
    margin-left: 5px;
}
.searchToggle:hover, .searchToggle:focus{
     color: #FDD023;
}
.modal-open-menu .modal-backdrop {
    z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
.modal-open-search .modal-backdrop {
    z-index: 4;
}
#siteSearch .modal-dialog {
    max-width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
}
.sticky-header-show #siteSearch .modal-dialog{
    top: 75px;
}
.emergency-alert-visible #siteSearch .modal-dialog, .warning-alert-visible #siteSearch .modal-dialog, .informational-alert-visible #siteSearch .modal-dialog{
    top: 167px;
}
.sticky-header-show.emergency-alert-visible #siteSearch .modal-dialog, .sticky-header-show.warning-alert-visible #siteSearch .modal-dialog, .sticky-header-show.informational-alert-visible #siteSearch .modal-dialog{
    top: 142px;
}
.emergency-alert-visible.warning-alert-visible #siteSearch .modal-dialog, .emergency-alert-visible.informational-alert-visible #siteSearch .modal-dialog, .informational-alert-visible.warning-alert-visible #siteSearch .modal-dialog{
    padding-top: 66px;
}
.emergency-alert-visible.warning-alert-visible.informational-alert-visible #siteSearch .modal-dialog{
    padding-top: 134px;
}
.sticky-header-show.emergency-alert-visible.warning-alert-visible #siteSearch .modal-dialog, .sticky-header-show.emergency-alert-visible.informational-alert-visible #siteSearch .modal-dialog, .sticky-header-show.informational-alert-visible.warning-alert-visible #siteSearch .modal-dialog{
    padding-top: 66px;
}
.sticky-header-show.emergency-alert-visible.warning-alert-visible.informational-alert-visible #siteSearch .modal-dialog{
    padding-top: 134px;
}
#siteSearch .modal-content{
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}
#siteSearch {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#siteSearch.modal.show{
    z-index: 1050;
}
#siteSearch form{
    position: relative;
}
 /* #siteSearch form label {
	display: none !important;
	}*/
#siteSearch .form-text {
    width: 100%;
    padding: 60px 0 5px 0 !important;
    margin-bottom: 20px;
    font-size: 1rem;
    background: transparent !important;
    color: #461d7c !important;
    border-bottom: 3px solid #FDD023;
    border-radius: 0px;
}
#siteSearch .form-text:focus{
    outline: none;
    box-shadow: none;
}
.closeSearch{
	display:none;
	}
#siteSearch .closeSearch{
    font-weight: 600;
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 1rem;
    color: #333333;
    text-decoration: none !important;
    padding: 0;
    z-index: 2;
    text-align: left;
    border: none;
    background-color: transparent;
	}
#siteSearch .closeSearch:hover, #siteSearch .closeSearch:focus{
    color: #461d7c;
}
#siteSearch .form-submit {
    border: 0;
    color: #461d7c;
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: transparent;
    font-size: 2rem;
}
#siteSearch .form-submit:hover, #siteSearch .form-submit:focus{
    color: #FDD023 !important;
}
#siteSearch form input[type=text], #siteSearch form input.form-text {
    font-weight: 500 !important;
	color: #461d7c;
    font-size: 2.063rem;
    border-top: none;
    border-left: none;
    border-right: none;
}
#siteSearch ::-webkit-input-placeholder {
    color: #461d7c;
}
#siteSearch ::-moz-placeholder {
    color: #461d7c;
}
#siteSearch ::-ms-placeholder {
    color: #461d7c;
}
#siteSearch ::placeholder {
    color: #461d7c;
}
/*Main Navigation Styles*/
.main-navigation {
    padding: 30px 25px 0;
}
.main-navigation .nav li .dropdown-toggle {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #5c3a91;
    margin-top: 10px;
    padding: 6px 15px;
}
.main-navigation .nav li .dropdown-toggle:hover, .main-navigation .nav li .dropdown-toggle:focus{
    color: #fdd023;
    text-decoration: none;
}
.main-navigation .nav li .dropdown-toggle::after {
    content: "\f107";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #461d7c;
    background-color: #f5f5f5;
    font-size: 1.125rem;
    line-height: 2.5;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    text-align: center;
}
.main-navigation .nav li .dropdown-toggle[aria-expanded="true"]::after{
    content: "\f106";
}
.main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    border: none;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: static;
    }
.main-navigation .dropdown-item{
    text-decoration: none;
    color: #461d7c;
}
.main-navigation .dropdown-item:hover, .main-navigation .dropdown-item:focus{
    text-decoration: underline;
}
.task-nav{
    background-color: #fdd023;
    text-align: center;
    padding: 16px 0;
    margin: 50px auto 30px;
}
.task-nav .nav li{
    display: inline-block;
}
.task-nav .nav li a{
    font-size: 1rem;
    font-weight: 600;
    color: #461d7c;
    text-transform: uppercase;
    padding: 0 15px;
}
.task-nav .nav li:first-child a{
    padding-left: 0;
}
.task-nav .nav li:last-child a{
    padding-right: 0;
}
/*Footer*/
footer{
    padding: 50px 0 15px;
    line-height: 1.75;
    background-color: #461D7C;
    color: #fff;
    position: relative;
    z-index: 3;
}
footer img{
    margin: 0;
    display: block;
    max-width: 254px;
}
footer a {
	color: #fff;
	font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
}
footer a:hover, footer a:focus  {
	color: #fff;
	text-decoration: underline;
}
footer .list-unstyled li{
    margin-bottom: 5px;
}
.footer-logo {
	display: block;
	width: 100%;
}
footer address{
    margin-top: 30px;
    margin-bottom: 0;
}
.footer-social {
	padding-left: 0;
	list-style: none;
	text-align: center;
    margin: 0 auto 30px;
}
.footer-social li {
	display: inline-block;
	margin: 0 5px;
}
.footer-social li a:before {
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	color: #fff;
	font-size: 2rem;
	width: auto;
	height: auto;
}
.footer-social li a:hover, .footer-social li a:focus{
    text-decoration: none;
}
.footer-social li a:hover:before, .footer-social li a:focus:before, .content-social li a:hover:before, .content-social li a:focus:before{
    color: #fdd023;
}
.footer-social li a.twitter:before, .content-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .content-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before, .content-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .content-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.snapchat:before, .content-social li a.snapchat:before {
	content: "\f2ac";
}
.footer-social li a.linkedin:before, .content-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.pinterest:before, .content-social li a.pinterest:before {
	content: "\f231";
}
.footer-social li a.flickr:before, .content-social li a.flickr:before {
	content: "\f16e";
}
.footer-social li a.tiktok:before, .content-social li a.tiktok:before {
	content: "\e07b";
}
.footer-social li a.rss:before, .content-social li a.rss:before {
	content: "\f09e";
    font-family: "Font Awesome 5 Free";
}
.footer-social li:hover a:before {
	text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content-social li:hover a:before {
	text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content-social {
    padding-left: 0;
    list-style: none;
    margin: 15px auto;
}
.content-social li {
	display: inline-block;
	margin: 0 10px;
}
.content-social li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #461D7C;
    font-size: 2rem;
    width: 40px;
}
.bg-purple .content-social li a:before, .section-with-background .content-social li a:before {
    color: #fff;
}
footer .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
footer .copyright{
    font-size: 1rem;
    text-align: center;
}
footer .copyright a{
    color: #fff;
    font-size: 1rem;
}
footer .copyright .row{
    border-top: 1px solid #FDD023;
    margin-top: 20px;
    padding-top: 30px;
}
.container-padding{
    padding: 0 50px;
}
.img-circle{
    border-radius: 50%;
}
ul.two-col{
    padding-left: 20px;
}
.two-col {
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
	columns: 2 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.three-col {
	-webkit-columns: 3 !important;
	-moz-columns: 3 !important;
	columns: 3 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.section.full-width{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section.full-width [class*='col-'], .section.full-width [class*='col']{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fullwidth-split {
    padding: 0;
}
.fullwidth-split .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.fullwidth-split-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8rem 0;
}
.section{
    padding: 55px 0;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}
.pre-footer{
    padding: 35px 0;
}
.pre-footer h3{
    font-size: 1.5rem;
}
.section-parallax{
    position: relative;
    overflow: hidden;
}
.container{
    position: relative;
}
.parallax-bg{
    background-attachment: fixed;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.section-with-background{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow:hidden;
}
.section-with-background.inset-shadow::before {
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 12px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);
}
.section-with-background.inset-shadow::after {
    z-index: 2;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 12px;
    background-image: linear-gradient(to top,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);
}
.half-and-half{
    background-size: 65%;
    background-position: 30% center;
}
.half-and-half .text{
    max-width: 50%;
    text-align: right;
    float: right;
}
.arrow-indicator{
    color: #FDD023;
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: 50px;
}
.arrow-indicator a{
    color: #FDD023;
}
.arrow-indicator a:hover, .arrow-indicator a:focus{
    color: rgba(253,208,35,.7);
}
.arrow-indicator span{
    font-size: 3.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*Video*/
.video-feature {
    width: 100%;
    height: calc(100vh - 100px);
}
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: #ffffff;
    background-color: #461D7C;
    width: 40px;
    height: 40px;
    left: 15px;
    bottom: 40px;
    border: 1px solid #FDD023;
}
.play-pause:hover, .play-pause:focus{
    background-color: #FDD023;
    color: #461D7C;
}
.play{
    display:none;
}
.play-pause .fa, .play .fa{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-feature .video-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 1.875;
    z-index: 1;
    position: absolute;
    color: #fff;
}
.video-feature .video-caption.align-center{
    bottom: 0;
    top: 0;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 620px;
}
.video-feature .button-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}
.video-feature .button-wrapper .wrapper-2{
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
}
.video-feature .arrow-indicator {
    position: relative;
    bottom: 60px;
    right: -330px;
}
.parallax-video{
    height: calc(100vh - 100px);
}
.parallax-video .slider-wrapper{
    min-width: 100%;
    position: fixed;
}
/*Home Page Slider*/
.slider-wrapper{
   position: relative; 
    overflow: hidden;
    background-color: #461D7C;
}
.hero-slider, .interior-hero-slider{
    position: relative;
    margin-bottom: 0 !important;
}
.hero-slider .slide, .interior-hero-slider .slide {
    width: 100vw;
    height: calc(100vh - 195px);
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.hero-slider .slide:focus, .interior-hero-slider .slide:focus{
    border: 2px solid #FDD023;
} 
.interior-hero-slider .slide{
    height: 500px;
}
.hero-slider .slide .slider-img, .interior-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, .interior-hero-slider .carousel-caption{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 30px 50px 0;
    text-align: left;
    line-height: 1.875;
    z-index: 1;
}
.section .hero-slider .carousel-caption, .section .interior-hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
}
.slider-wrapper .carousel-caption-overlay, .slider-wrapper .video-caption-overlay, .interior-hero-slider .carousel-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #333333;
    background: -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,0.1) 49%, rgba(51,51,51,.7) 100%);
    background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,0.1) 49%,rgba(51,51,51,.7) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,0.1) 49%,rgba(51,51,51,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 );
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a, .video-feature .video-caption a, .interior-hero-slider .carousel-caption a{
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-caption a:hover, .hero-slider .carousel-caption a:focus, .video-feature .video-caption a:hover, .video-feature .video-caption a:focus, .interior-hero-slider .carousel-caption a:hover, .interior-hero-slider .carousel-caption a:focus{
    text-decoration: underline;
}
.hero-slider .carousel-caption a.btn:hover, .hero-slider .carousel-caption a.btn:focus, .video-feature .video-caption a.btn:hover, .video-feature .video-caption a.btn:focus, .interior-hero-slider .carousel-caption a.btn:hover, .interior-hero-slider .carousel-caption a.btn:focus{
    text-decoration: none;
}
.hero-slider .carousel-caption h1, .interior-hero-slider .carousel-caption h1, .video-caption h1, .hero h1{
    color: #fff !important;
    font-size: 3.125rem;
    line-height: 1.45;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 2px 5px;
    margin-bottom: 15px;
}
.hero-slider .carousel-caption .description, .interior-hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1.6875em;
    background-color: rgba(51,51,51,.7);
    padding: 20px;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
    z-index: 1;
    color: #ffffff;
    background-color: #461D7C;
    width: 30px;
    height: 30px;
    border: 1px solid #FDD023;
}
.slider-wrapper .slide-controllers, .slider-wrapper .interior-slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 15px;
    bottom: 40px;
}
.slider-wrapper .slide-controllers .pause-play, .slider-wrapper .interior-slide-controllers .interior-slide-pause-play{
    color: #ffffff;
    background-color: #461D7C;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    border: 1px solid #FDD023;
}
.slider-wrapper .slide-controllers .pause-play:before, .slider-wrapper .interior-slide-controllers .interior-slide-pause-play:before{
    font-family: "Font Awesome 5 Free";
    content: "\f04c";
    font-weight: 900;
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-wrapper .slide-controllers .pause-play.paused:before, .slider-wrapper .interior-slide-controllers .interior-slide-pause-play.paused:before{
    content: "\f04b";
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-prev:focus, .slider-wrapper .slick-next:hover, .slider-wrapper .slick-next:focus, .slider-wrapper .slide-controllers .pause-play:focus, .slider-wrapper .slide-controllers .pause-play:hover, .slider-wrapper .interior-slide-controllers .interior-slide-pause-play:focus, .slider-wrapper .interior-slide-controllers .interior-slide-pause-play:hover {
    color: #461D7C !important;
    background-color: #FDD023 !important;
}
.slider-wrapper .slick-prev:hover:before, .slider-wrapper .slick-prev:focus:before, .slider-wrapper .slick-next:hover:before, .slider-wrapper .slick-next:focus:before{
     color: #461D7C !important;
}
.slider-wrapper .slick-prev{
    left: 0;
    bottom: 0;
}
.slider-wrapper .slick-next{
    right: 0;
    bottom: 0;
}
.slider-wrapper .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
    color: #ffffff;
}
.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: #ffffff;
}
.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;
}
.slider-wrapper .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: white;
    font-weight: 900;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5 !important;
}
.slide-dots .slick-dots, .interior-slide-dots .slick-dots  {
    bottom: 45px !important;
    left: 140px;
    text-align: left;
}
.slick-dots + .slick-dots{
    display: none;
}
.hero-interior, .hero{
    position: relative;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #461D7C;
}
.hero{
    width: 100%;
    height: calc(100vh - 100px);
}
.hero-interior.no-image{
    height: auto;
    overflow: visible;
    background-color: #f5f5f5;
    background-image: none !important;
}
.hero-interior .text-overlay, .hero .text-overlay{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #333333;
    background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,0.1) 49%, rgba(51,51,51,.7) 100%);
    background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0.1) 49%,rgba(51,51,51,.7) 100%);
    background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(51,51,51,0.1) 49%,rgba(51,51,51,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 );
}
.hero-interior.no-image .text-overlay{
    display: none;
}
.hero-interior .text-wrapper, .hero .text-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}
.banner-title {
    color: #fff !important;
    font-size: 3.125em;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 2px 5px;
    position: absolute;
    bottom: 60px;
    z-index: 2;
    text-transform: uppercase;
    display: block;
}
.banner-title a{
    color: #fff !important;
    text-decoration: none;
}
.banner-title a:hover, .banner-title a:hover{
    text-decoration: underline;
}
.hero-interior.no-image .banner-title{
    position: static;
    padding: 40px 0;
    margin: 0;
    text-shadow: none;
    color: #461D7C !important;
    text-transform: none;
}
.banner-pre-title{
    font-weight: 300;
    display: block;
    font-size: 1.75rem;
}
.hero-interior.no-image .banner-pre-title{
    font-weight: 300;
    display: block;
    font-size: 1.75rem;
    color: #333 !important;
}
.hero-interior.no-image .banner-pre-title + h2{
    margin-top: -40px;
}
.hero-interior.no-image h2{
    font-size: 1.875rem;
    line-height: 2.5rem;
    padding-bottom: 40px;
}
.black-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background-color: rgba(0,0,0,.75);
    color: #fff;
}
.purple-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #461D7C;
    background-color: rgba(70,29,124,.7);
    color: #fff;
}
.gray-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    background-color: rgba(51,51,51,.7);
    color: #fff;
}
.white-overlay{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    background-color: rgba(255,255,255,.85);
    color: #000;
}
.white-overlay-gradient{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 36%, rgba(255,255,255,0.2) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 36%,rgba(255,255,255,0.2) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 36%,rgba(255,255,255,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
    color: #000;
}
.section-with-background-content-wrapper{
    padding: 75px 0;
    position: relative;
    z-index: 1;
}
.testimonial-background{
    padding-top: 50px;
    background-color: #333333;
    background: #333333;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(51,51,51,0.85) 0%, rgba(51,51,51,0.85) 45%, rgba(51,51,51,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(51,51,51,0.85) 0%,rgba(51,51,51,0.85) 45%,rgba(51,51,51,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(51,51,51,0.85) 0%,rgba(51,51,51,0.85) 45%,rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9333333', endColorstr='#333333',GradientType=1 );
}
.testimonial-carousel{
    margin-bottom: 0;
}
.testimonial-carousel .slide{
    position: relative;
    padding-top: 10px;
}
.testimonial-carousel .carousel-caption {
    top: 0;
    left: 0;
    width: 60%;
    padding: 0 0 145px;
    position: relative;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: flex-start!important;
    justify-content: flex-start!important;
    text-align: left;
    min-height: 530px;
}
.testimonial-carousel .carousel-caption .quote{
    font-size: 2.125rem;
    text-align: left;
    padding: 0 15px;
    line-height: 1.15;
    font-weight: 600;
    background-color: transparent;
}
.testimonial-carousel:before{
    content: "";
    width: 135px;
    position: absolute;
    left: -120px;
    top: 10px;
    background-image: url(../images/quotations.png);
    background-size: contain;
    height: 90px;
    background-repeat: no-repeat;
}
.testimonial-carousel .carousel-caption .author{
    background-color: rgba(241,243,245, .85);
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.25);
    border-left: 5px solid #FDD023;
    padding: 20px 30px;
    color: #000;
    margin-top: 15px;
    margin-left: 15px;
    width: fit-content;
}
.testimonial-carousel .carousel-caption .author .name{
    font-weight: 600;
    font-size: 1.625rem;
}
.testimonial-carousel .carousel-caption .author .title{
    font-weight: 300;
    font-size: 1.25rem;
    font-style: italic;
}
.testimonial-carousel .main-image img{
    max-width: 560px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
.testimonial-carousel .slick-next {
    left: 70px;
}
.testimonial-carousel .slick-next:before {
    content: '\f105';
}
.testimonial-carousel .slick-prev {
    left: 15px;
    z-index: 1;
}
.testimonial-carousel .slick-prev:before {
    content: '\f104';
}
.testimonial-carousel .slick-prev:before, .testimonial-carousel .slick-next:before {
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #461D7C;
}
.testimonial-carousel .slick-prev,  .testimonial-carousel .slick-next {
    top: inherit;
    bottom: 20px;
    width: 45px;
    height: 45px;
    color: #461D7C;
    background-color: #fff;
}
.testimonial-carousel .slick-prev:hover, .testimonial-carousel .slick-prev:focus, .testimonial-carousel .slick-next:hover, .testimonial-carousel .slick-next:focus{
    background: #FDD023;
}
.bordered-box-carousel-wrapper, .bordered-box-carousel-4-across-wrapper{
    position: relative;
}
.bordered-box-carousel-4-across .card.white-gold-line{
    font-size: 0.875rem;
}
.bordered-box-carousel-4-across .card.white-gold-line .card-body{
    min-height: 195px;
}
.bordered-box-carousel-4-across h3{
    font-size: 1.125rem;
}
.bordered-box-carousel-button-container, .bordered-box-carousel-4-across-button-container{
    position: relative;
}
.bordered-box-carousel-button-container .slick-next, .bordered-box-carousel-4-across-button-container .slick-next {
    right: 0;
}
.bordered-box-carousel-button-container .slick-next:before, .bordered-box-carousel-4-across-button-container .slick-next:before {
    content: '\f105';
}
.bordered-box-carousel-button-container .slick-prev, .bordered-box-carousel-4-across-button-container .slick-prev {
    left: inherit;
    right: 55px;
    z-index: 1;
}
.bordered-box-carousel-button-container .slick-prev:before, .bordered-box-carousel-4-across-button-container .slick-prev:before {
    content: '\f104';
}
.bordered-box-carousel-button-container .slick-prev:before, .bordered-box-carousel-button-container .slick-next:before,
.bordered-box-carousel-4-across-button-container .slick-prev:before, .bordered-box-carousel-4-across-button-container .slick-next:before{
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.bordered-box-carousel-button-container .slick-prev, .bordered-box-carousel-button-container .slick-next, 
.bordered-box-carousel-4-across-button-container .slick-prev, .bordered-box-carousel-4-across-button-container .slick-next{
    top: -40px;
    bottom: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #461D7C;
}
.bordered-box-carousel-button-container .slick-prev:hover, .bordered-box-carousel-button-container .slick-prev:focus, .bordered-box-carousel-button-container .slick-next:hover, .bordered-box-carousel-button-container .slick-next:focus,
.bordered-box-carousel-4-across-button-container .slick-prev:hover, 
.bordered-box-carousel-4-across-button-container .slick-prev:focus, 
.bordered-box-carousel-4-across-button-container .slick-next:hover, 
.bordered-box-carousel-4-across-button-container .slick-next:focus{
    background: #FDD023;
}
.bordered-box-carousel, .bordered-box-carousel-4-across{
    margin: 0 -15px;
}
.card-carousel-wrapper .card{
    margin: 15px;
    min-height: 365px; 
}
.card-carousel-wrapper .card .card-body{
    padding: 1.25rem;
}
.card-carousel .slick-next:before, .card-carousel-two-column .slick-next:before {
    content: '\f105';
}
.card-carousel .slick-prev:before, .card-carousel-two-column .slick-prev:before {
    content: '\f104';
}
.card-carousel .slick-prev:before, .card-carousel .slick-next:before, .card-carousel-two-column .slick-prev:before, .card-carousel-two-column .slick-next:before{
    font-size: 35px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.card-carousel .slick-prev,  .card-carousel .slick-next,  .card-carousel-two-column .slick-prev, .card-carousel-two-column .slick-next{
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #461D7C;
    border: 2px solid #FDD023;
}
.card-carousel .slick-prev, .card-carousel-two-column .slick-prev{
    left: -55px;
}
.card-carousel .slick-next, .card-carousel-two-column .slick-next{
    right: -55px;
}
.card-carousel .slick-prev:hover, .card-carousel .slick-prev:focus, .card-carousel .slick-next:hover, .card-carousel .slick-next:focus, .card-carousel-two-column .slick-prev:hover, .card-carousel-two-column .slick-prev:focus, .card-carousel-two-column .slick-next:hover, .card-carousel-two-column .slick-next:focus{
    background: #FDD023;
}
.two-column-carousel .carousel-caption{
    text-align: left;
    left: 10%;
    right: 5%;
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
}
.two-column-carousel .main-image img {
    display: block;
    margin: 0 auto;
}
.two-column-carousel .slick-next:before {
    content: '\f105';
}
.two-column-carousel .slick-prev:before {
    content: '\f104';
}
.two-column-carousel .slick-prev:before, .two-column-carousel .slick-next:before {
    font-size: 30px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #461D7C;
}
.two-column-carousel .slick-prev,  .two-column-carousel .slick-next {
    width: 45px;
    height: 45px;
    color: #461D7C;
    background-color: #fff;
}
.two-column-carousel .slick-prev{
    left: -60px;
}
.two-column-carousel .slick-next{
    right: -60px;
}
.two-column-carousel .slick-prev:hover, .two-column-carousel .slick-prev:focus, .two-column-carousel .slick-next:hover, .two-column-carousel .slick-next:focus {
    background: #FDD023;
}
.restrict{
    padding: 0 20%;
}
.card > .bg-image {
    border-radius: 0;
}
.card > .bg-image {
    border-radius: 0.25rem;
}
.bg-image + .card-body {
    position: relative;
    z-index: 1;
}
.card-title-block {
    font-weight: 600;
    display:block;
}
.shadow {
    box-shadow: 0 .125rem 1rem rgba(0,0,0,.15)!important;
}
.card{
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
    min-height: 160px;
}
.card.outline.bg-purple{
    border: 1px solid #461D7C;
    background-color: #fff !important;
    color: #461D7C;
}
.card.outline.bg-purple .card-body{
    padding: 0;
}
.card.outline.bg-purple a{
    color: #461D7C;
}
.card.outline.bg-purple p{
    color: #461D7C;
    padding: 1.5rem;
    margin: 0;
}
.card.outline.bg-purple h2, .card.outline.bg-purple h3{
    background-color: #461D7C;
    padding: 20px;
    margin: 0;
    min-height: 93px;
}
.card.well{
    min-height: 1px;
}
.card.well .card-body {
    padding: 1rem;
}
.card.well .card-body h2, .card.well .card-body h3, .card.well .card-body p {
   margin: 0;
}
.card.well .card-body .fas{
    font-size: 2.75em;
    float: left;
    margin-right: 10px;
}
.card.well.bg-purple .fas{
    color: #FDD023;
}
.card-body {
    padding: 1.5rem;
}
#sidebar + .card{
   font-size: .9rem;     
    }
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card.plain{
    background-color: transparent;
}
.card.plain .card-body{
    padding: 1.25rem 0;
}
.card.card-background {
    display: table;
    width: 100%;
    overflow: hidden;
}
.card.card-background .card-body{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.card.card-background .card-body .fas, .card.card-background .card-body .far, .card.card-background .card-body .fab{
    font-size: 4.375rem;
}
.card .icon{
    background-color: #461D7C;
    border-radius: 50%;
    color: #FDD023;
    font-size: 2.813rem;
    width: 90px;
    height: 90px;
    line-height: 2;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -30px;
    transform: translate(-50%, 0);
    text-align: center;
}
.card.bg-purple .icon{
    background-color: #fff;
    color: #461D7C;
    border: 3px solid #FDD023;
}
.card .icon + h2, .card .icon + h3{
    margin-top: 50px;
}
.equal-610 .card{
    min-height: 610px;
}
.equal-500 .card{
    min-height: 500px;
}
.equal-330 .card{
    min-height: 330px;
}
.equal-250 .card{
    min-height: 250px;
}
.equal-210 .card{
    min-height: 210px;
}
.col-lg-3 .card{
    min-height: 155px;
}
.divider-right{
    border-right: 1px solid #FDD023;
}
.divider-left{
    border-left: 1px solid #FDD023;
}
.secondary-nav {
    padding: 0;
}
.secondary-nav.mega-menu {
   position: static;
}
.secondary-nav .navbar-nav{
    margin: 0 auto;
}
.secondary-nav .navbar-nav .nav-item{
    margin: 0;
}
.secondary-nav.mega-menu .navbar-nav .nav-item{
    position: static;
}
.secondary-nav.mega-menu h2{
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    margin: 0;
    color: #FDD023;
}
.secondary-nav .navbar-nav .nav-link{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 1rem .75rem 1.25rem;
    border-top: 6px solid transparent;
    position: relative;
}
.secondary-nav .navbar-nav .nav-item:hover .dropdown-menu{
    display: block;
}
.secondary-nav .navbar-nav .nav-item:hover .dropdown-menu .sub-menu .dropdown-menu {
    display: none;
}
.secondary-nav .navbar-nav .nav-item .dropdown-menu .sub-menu .dropdown-menu.show {
    display: block !important;
}
.secondary-nav .navbar-nav .nav-link:hover, .secondary-nav .navbar-nav .nav-link:focus {
    text-decoration: none;
    background-color: #4d4d4d;
    color: #fff;
    border-top: 6px solid #FDD023;
    position: relative;
}
.secondary-nav .navbar-nav .open .nav-link, .secondary-nav .navbar-nav .nav-link[aria-expanded="true"]{
    text-decoration: none;
    background-color: #4d4d4d;
    color: #fff;
    border-top: 6px solid #FDD023;
    position: relative;
}
.secondary-nav .dropdown-toggle::after {
    border: none;
}
.secondary-nav .navbar-nav .nav-link .fas{
    color: #FDD023;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
}
.secondary-nav .navbar-nav .nav-link .fa-angle-up{
    display: none;
}
.secondary-nav .navbar-nav .nav-link:hover .fa-angle-up, .secondary-nav .navbar-nav .nav-link:focus .fa-angle-up{
    display: inline-block;
}
.secondary-nav .navbar-nav .nav-link[aria-expanded="true"] .fa-angle-up, .secondary-nav .navbar-nav .open .nav-link .fa-angle-up{
    display: inline-block;
}
.secondary-nav .navbar-nav .nav-link:hover .fa-angle-down, .secondary-nav .navbar-nav .nav-link:focus .fa-angle-down{
    display: none;
}
.secondary-nav .navbar-nav .nav-link[aria-expanded="true"] .fa-angle-down, .secondary-nav .navbar-nav .open .nav-link .fa-angle-down{
    display: none;
}
.secondary-nav .navbar-nav .nav-link.dropdown-toggle{
    padding-right: 30px;
}
.secondary-nav .dropdown-item{
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding: .5rem 1.5rem;
    white-space: normal;
    position: relative;
}
.secondary-nav .dropdown-item:focus, .secondary-nav .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333333;
}
.secondary-nav .dropdown-menu{
    background-color: #4d4d4d;
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 1rem 0;
    width: 250px;
    will-change: transform;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.secondary-nav.mega-menu .dropdown-menu{
    width: 100%;
    left: 0;
    right: 0;
}
.secondary-nav .dropdown-menu .sub-menu .container, .secondary-nav .dropdown-menu .sub-menu .container-fluid{
   padding: 0;
}
.secondary-nav .dropdown-menu .sub-menu .container .row, .secondary-nav .dropdown-menu .sub-menu .container-fluid .row{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.secondary-nav .dropdown-menu .sub-menu .container .row >.col, .secondary-nav .dropdown-menu .sub-menu .container .row >[class*=col-], .secondary-nav .dropdown-menu .sub-menu .container-fluid .row >.col, .secondary-nav .dropdown-menu .sub-menu .container-fluid .row >[class*=col-]{
    padding-right: 0;
    padding-left: 0;
}
.secondary-nav .dropdown-menu .sub-menu .dropdown-menu {
    transform: none !important;
    top: 100% !important;
    position: relative !important;
    box-shadow: none;
    border: none;
    min-width: unset;
    background-color: #000;
}
.secondary-nav .dropdown-menu .sub-menu .dropdown-toggle .fas{
    color: #FDD023;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 24px;
}
.secondary-nav .dropdown-menu .sub-menu .dropdown-toggle .fa-angle-up{
    display: none;
}
.secondary-nav .dropdown-menu .sub-menu .show .dropdown-toggle .fa-angle-up{
    display: inline-block;
}
.secondary-nav .dropdown-menu .sub-menu .show .dropdown-toggle .fa-angle-down{
    display: none;
}
.secondary-nav .dropdown-menu .sub-menu .dropdown-menu .dropdown-item {
    font-size: 1rem;
    padding: .5rem 1.5rem .5rem 2rem;
}
.secondary-nav .dropdown-menu .sub-menu .dropdown-menu .dropdown-item:focus, .secondary-nav .dropdown-menu .sub-menu .dropdown-menu .dropdown-item:hover {
    color: #FDD023;
    background-color: transparent;
}
.category{
    display: block;
    text-transform: uppercase;
}
.news-list{
    list-style: none;
    padding: 0;
}
.news-list h3 {
    font-size: 1.35em;
}
.news-list h3 a{
   text-decoration: none; 
}
.news-list li{
    border-bottom: 2px solid #FDD023;
    padding-top: 15px;
    padding-bottom: 5px;
}
.news-list li:last-child{
    border-bottom: none;
}
.category-news-list .row{
    border-bottom: 2px solid #FDD023;
    padding: 30px 0;
}
.category-news-list .row:last-of-type{
    border-bottom: none;
}
.category-news-list .card .image-overlay{
    border-bottom: none;
}
.row.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}
.row.card.plain .card-body {
    padding-top: 0;
}
.card .image-overlay{
    padding-top: 70%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 6px solid #FDD023;
    background-color: #000;
}
.card.featured-news-story .image-overlay{
    padding-top: 40%;
}
.card.featured-news-story a{
    color: #fff;
}
.secondary-news-stories{
    margin-top: 20px;
}
.secondary-news-stories .card .image-overlay{
    padding-top: 50%;
}
.secondary-news-stories .card h3{
    font-size: 1.25rem;
}
.card .image-overlay .card-img-top{
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -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 .image-overlay .card-overlay {
    background: transparent url(../images/image-gradient.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
}
.card-background .bg-image{
     -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:hover .image-overlay .card-img-top, .card-background:hover .bg-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.card .image-overlay h3 {
    bottom: 0;
    left: 0;
    padding: 14px;
    position: absolute;
    right: 0;
    z-index: 3;
    color: #FFFFFF;
}
.card.white-gold-line {
	background-color: #f5f5f5;
    border: 0px;
    border-top: 6px solid #FDD023;
	border-radius: 0px;
	font-size: 1rem;
    margin: 15px;
	display: block;
    min-height: 235px;
}
.bg-light-gray .card.white-gold-line{
    background-color: #fff;
}
.card.white-gold-line h2, .card.white-gold-line h3{
    font-size: 1.25rem;
    color: #333;
}
.card-header{
    border-radius: 0px;
    border-bottom: 6px solid #FDD023;
    padding: 25px;
}
.card-header:first-child {
    border-radius: 0px;
}
.card .card-header.bg-purple, .card .card-header.bg-purple h2, .card-header.bg-purple p, .section-with-background .card .card-header.bg-purple h2, .section-with-background .card .card-header.bg-purple p, .section-with-background .card .card-header.bg-purple a, .card .card-header.bg-purple-transparent, .card .card-header.bg-purple-transparent h2, .card-header.bg-purple-transparent p, .section-with-background .card .card-header.bg-purple-transparent h2, .section-with-background .card .card-header.bg-purple-transparent p, .section-with-background .card .card-header.bg-purple-transparent a{
    color: #fff !important;
}
.contact-list {
    padding-left: 25px;
    list-style: none;
    margin-top: 15px;
    position: relative;
}
.contact-list li {
    display: block;
    clear: both;
    margin: 8px 0;
}
.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: 1rem;
    width: 20px;
    text-align: center;
    line-height: 1.375;
    color: #461D7C;
}
.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";
}
.breadcrumb {
    background-color: transparent !important;
    margin: 0;
    display: block;
    padding: 1.5rem 0;
    line-height: 1.5rem !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FDD023;
}
.breadcrumb-item.active {
    color: #461D7C;
    font-weight: 600;
}
.breadcrumb li {
    display: inline;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #000;
    font-weight: 400;
}
.breadcrumb li a {
    font-weight: 400;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
    text-decoration: none;
    text-decoration-color: #461D7C;
}
.breadcrumb li:first-child a:hover, .breadcrumb li:first-child a:focus{
    text-decoration: none;
    color: #FDD023;
}
.breadcrumb li:first-child a{
    color: #461D7C;
    text-decoration: none;
}
/*Side Nav*/
.side-nav-heading {
    font-size: 1.125rem !important;
    color: #66615b !important;
    padding: 3rem 1.5rem 1rem 1.5rem;
    margin: 0 !important;
    text-transform: uppercase;
}
.side-nav-heading a {
    color: #66615b !important;
    text-decoration: none;
    font-weight: 500;
}
#sidebar{
    margin-top: 50px;
}
#sidebar .navbar-light .nav-item:first-child {
	border-top: none;
}
#sidebar .navbar-light .nav-link {
    color: #461D7C;
    font-size: 0.938rem;
    text-decoration: none;
    padding: 15px;
    line-height: 1.188;
    border-bottom: 2px solid #e2e2e2;
	border-left: 0px;
    border-right: 0px;
}
#sidebar .navbar-light .nav-item:last-child .nav-link{
    padding-bottom: 20px;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus {
	color: #461D7C;
    background-color: #f5f5f5;
}
#sidebar .navbar-light .nav-link.active:before{
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 1.25rem;
    color: #FDD023;
    position: relative;
    top: 2px;
    left: -5px;
}
#sidebar .navbar-light{
	width: 100%;
    padding: 0;
}
#sidebar .navbar .navbar-toggler {
    color: #461D7C;
    font-size: 1.25rem;
    padding: 15px;
    border: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up, .secondary-nav .navbar-toggler[aria-expanded="false"] .fa-chevron-up{
    display:none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down, .secondary-nav .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display:none;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after, #sidebar .navbar-light .nav-item .nav-link::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 1rem;
    color: #FDD023;
    position: absolute;
    right: 24px;
}
#sidebar .navbar-brand{
   font-size: 0.938rem;
    font-weight: 500; 
    padding-left: 15px;
    color: #461D7C;
}
#sidebar #side-nav-accordion{
    margin-bottom: 30px;
}
#sidebar .navbar-light .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
    display: block;
    width: 100%;
}
#sidebar .navbar-light .row{
    width: 100%;
}
#sidebar .navbar-light .nav-item .navbar-nav {
	background-color: #f5f5f5;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link {
    font-size: 0.938rem;
    padding: 10px 15px 10px 30px;
    border: none;
    color: #461D7C;
    font-weight: 500;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
    padding-top: 15px;
}
#sidebar .navbar-light .nav-item .nav-item:last-child .nav-link {
    padding-bottom: 15px;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link:hover, #sidebar .navbar-light .nav-item .nav-item .nav-link:focus {
    background-color: #E7E7E7;
}
#sidebar .navbar-light .nav-item .nav-item .nav-item .nav-link {
    font-size: 0.875rem;
    padding: 10px 15px 10px 50px;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
	border-top: none;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after, #sidebar .navbar-light .nav-item .nav-item .nav-link[data-toggle]::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 1rem;
    color: #FDD023;
    position: absolute;
    right: 24px;
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"]::after, #sidebar .navbar-light .nav-item .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f106";
}
#sidebar .navbar-light .nav-item .nav-item .nav-link::after{
    content: none;
}
#sidebar .navbar-light .nav-item ul {
	margin-left: 0 !important;
}
.figure{
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}
.figure-caption{
   color: #42484c; 
   margin: 0;
}
.figure img{
    -webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    margin: 0 auto 10px;
}
.figure.float-right{
    margin-left: 25px;
}
.figure.float-left{
    margin-right: 25px;
}
blockquote, .blockquote{
    border-left: 4px solid #FDD023;
    color: #461D7C;
    padding-left: 20px;
    margin: 40px;
}
.blockquote.one-fourth{
    width: 25%;
}
.blockquote.one-half{
    width: 50%;
}
.blockquote.three-fourths{
    width: 75%;
}
.blockquote.full-width{
    width: 100%;
    clear: both;
}
.blockquote-footer {
    color: #66615b;
    margin-top: 20px;
}
/*Accordion*/
.accordion{
    margin-top: 40px;
    margin-bottom: 40px;
}
.accordion .card {
	border: none;
	margin: 10px 0;
    min-height: unset;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion .card-header .btn:after{
    content: "";
}
.accordion .card-header .btn {
    font-size: 1.5rem;
    background-color: #fff;
    color: #461D7C!important;
    border: none;
    box-shadow: none !important;
    padding: 10px 45px 10px 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-weight: 700;
    margin: 0;
    border-bottom: 2px solid #FDD023;
    border-radius: 0px;
}
.accordion .card-header .btn-link .fas {
    font-size: 1.875rem;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #461D7C;
}
.accordion .card-header .btn:focus{
    border-bottom: 2px solid #461D7C; 
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion .card-body {
    border: none;
    border-top: 0px;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-right: 20px;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}
/*Tabs*/
.tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #FDD023;
	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: 2.188rem;
    color: #461D7C;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 1.5rem;
	color: #461D7C;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: 700;
}
.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: #461D7C;
}
.tabs .nav-tabs .nav-link.active:hover {
	border-bottom-color: #FDD023;
}
.tabs .tab-content {
	text-align: left;
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.tabs .tab-content h3 {
	margin: 20px 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: 20px;
	position: relative;
    min-height: 30px;
    padding: 10px 0 0 55px;
}
.numbered-steps li::before {
    content: counter(step-counter);
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background-color: #461D7C;
    width: 45px;
    height: 45px;
    font-size: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
/*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: 35px auto 20px;
}
.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: 30px;
}
.gallery-slider .slick-next:before {
    content: '\f105';
}
.gallery-slider .slick-prev {
    left: inherit;
    right: 83px;
    z-index: 1;
}
.gallery-slider .slick-prev:before {
    content: '\f104';
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
    font-size: 35px;
    opacity: 1;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.gallery-slider .slick-prev,  .gallery-slider .slick-next {
    top: inherit;
    bottom: -55px;
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #461D7C;
    border: 2px solid #FDD023;
}
.gallery-slider .slick-prev:hover, .gallery-slider .slick-prev:focus, .gallery-slider .slick-next:hover, .gallery-slider .slick-next:focus {
    background: #FDD023;
}
.gallery-slider .slick-dots{
    text-align: left;
    width: 80%;
    bottom: -35px;
}
.gallery-slider .carousel-caption {
    margin: 0 auto;
    left: 20px;
    bottom: 20px;
    right: 30%;
    text-align: left;
    line-height: 1.875;
    z-index: 1;
    position: absolute;
    padding: 20px;
    background-color: rgba(51, 51, 51, .75);
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
.content .gallery-slider .carousel-caption a, .gallery-slider .carousel-caption a {
    color: #fff;
    text-decoration: none;
}
.content .gallery-slider .carousel-caption a:hover, .gallery-slider .carousel-caption a:hover, .content .gallery-slider .carousel-caption a:focus, .gallery-slider .carousel-caption a:focus {
    text-decoration: underline;
}
.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: #FDD023;
    font-size: 14px;
}
.gallery-slider .slick-dots li.slick-active button:before{
    content: "\f111" !important;
    opacity: 1;
    color: #461D7C;
}
.pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-item.active .page-link{
    background-color: #FDD023 !important;
    border-color: #FDD023 !important;
    color: #461D7C;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    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(70,29,124,0.4);
}
.video-holder .load-video {
    top: 10px;
    left: 20px;
    z-index: 1;
    position: absolute;
}
#video-modal .modal-body {
    position: relative;
    padding: 0px;
}
#video-modal .modal-dialog {
    width: 100%;
    margin: 100px auto;
}
.load-video {
    cursor: pointer;
    position: absolute;
}
#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: #461D7C;
    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 #FDD023;
    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;
}
.dataTables_length{
    text-align: left;
}
#type-filter select, #department-filter select {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/icon-arrowdown-white.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF;
    overflow: auto;
}
#type-filter .form-control, #department-filter .form-control{
    padding: 5px 28px 5px 14px;
    margin-bottom: 10px;
    border: 1px solid #FDD023;
    border-radius: 4px !important;
    background-color: transparent;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #fff;
    width: 100%;
}
#directory-list thead{
    background: #461D7C;
    color: #fff;
}
#directory-list{
    background-color: #fff;
    text-align: left;
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    font-size: 0.875rem;
}
#directory-list thead tr td, #directory-list thead th{
    border: none;
    font-size: 1rem;
}
.filters #reset{
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    top: 40px;
}
.filters #reset .fas{
    color: #fff;
    background-color: #461D7C;
    border-radius: 3px;
    padding: 5px;
    width: 34px;
}
.dataTables_wrapper .dataTables_filter input{
    width: 300px !important;
}
div.dataTables_wrapper div.dataTables_info {
    color: #53575a;
}
#type-filter, #department-filter{
    margin-bottom: 10px;
}
.faculty-headshot{
    margin-bottom: 40px;
}
.news-events-header{
    position: relative;
    margin-bottom: 30px;
}
.bg-purple .news-events-header .news, .bg-purple  .news-events-header .events{
    color: #fff;
}
.news-events-header .more-events, .news-events-header .more-news {
    font-size: 1rem;
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    text-transform:uppercase;
    font-weight: 500;
}
.news-events-header .more-events: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: "\f073";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #461D7C;
}
.news-events-header .more-news: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: "\f1ea";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #461D7C;
}
.news-events-header .more-events:after, .news-events-header .more-news:after {
    position: relative;
    right: -10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 0.813rem;
    color: #461D7C;
}
.bg-purple .news-events-header span{
    color: #fff;
}
.news-events-header .news:hover, .news-events-header .events:hover, .news-events-header .news:focus, .news-events-header .events:focus{
    text-decoration: underline;
}
.event-item{
    margin-bottom: 15px;
}
.event-item-header, .event-item-header h3{
   font-size: 1.125rem; 
   line-height: 1.5;
   margin-bottom: 5px;
    margin-top: 5px;
}
.bg-purple .event-item-header a{
    color: #fff;
}
.event-item-copy{
    font-size: 0.875rem;
}
.event-item-copy p{
    margin-bottom: 5px;
}
.event-item-date{
    font-size: 0.75rem;
}
.events.vertical-events .event-item{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.events .event-item{
    display: table;
    margin-bottom: 50px;
    position: relative;
    width: 33%;
    float: left;
}
.events .event-item .event-date, .events .event-item .event-text {
    display: table-cell;
    position: relative;
}
.event-item .event-date {
    vertical-align: top;
}
.event-item .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    color: #461D7C;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 600;
    color: #461D7C;
}
.event-item .event-text {
    font-size: 1rem;
    line-height: 1.25;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
}
.event-item .event-date-bg{
    background-color: #FDD023;
    padding: 20px 25px;
    line-height: 1.25;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.event-item .event-item-time-location .time:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    font-size: 0.875rem;
    margin-right: 5px;
    color: #461D7C;
}
.event-item .event-item-time-location .location{
    margin-left: 10px !important;
}
.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: #461D7C;
}
.bg-purple .event-item .event-item-time-location .location:before, .bg-purple .event-item .event-item-time-location .time:before, .bg-purple .news-events-header .more-events:before, .bg-purple .news-events-header .more-events:after, .bg-purple .news-events-header .more-news:after, .bg-dark-gray .event-item .event-item-time-location .location:before, .bg-dark-gray .event-item .event-item-time-location .time:before, .bg-dark-gray .news-events-header .more-events:before, .bg-dark-gray .news-events-header .more-events:after, .bg-dark-gray .news-events-header .more-news:after{
    color: #fff;
}
.event-item .event-item-time-location .time, .event-item .event-item-time-location .location{
    margin: 5px auto;
}
.program-list .filters-container {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #461D7C;
    padding: 25px 0;
}
.program-list .filters-container .form-control{
    padding: 5px 28px 5px 14px;
    margin-bottom: 10px;
    border: 1px solid #FDD023;
    border-radius: 4px !important;
    background-color: transparent;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #fff !important;
    width: 100%;
}
.program-list .filters-container select{
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url("../images/icon-arrowdown-white.png");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-color: #FFFFFF;
    overflow: auto;
}
.program-list .filters-container #reset-filters, #reset-filters {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    position: relative;
    top: 8px;
}
div.alphabet {
    display: block;
    margin: 0 auto 25px;
    padding: 20px 0;
    text-align: center;
    background-color: #461D7C;
}
div.alphabet span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    font-size: 1.75rem;
    line-height: 1.875;
    color: #FDD023;
    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: #fff;
    border-radius: 3px;
    color: #461D7C;
    text-decoration: underline;
}
#program-list th{
    font-size: 1.25rem;
    color: #461D7C;
}
#program-list  thead th {
    border-bottom: 3px solid #FDD023;
}
#program-list .fa{
    color: #461D7C;
    font-size: 1.563rem;
    cursor: pointer;
}
#program-list .extra{
    background-color: #f5f5f5;
    padding: 25px;
    margin: -12px;
}
#program-list .shown{
    font-weight: 600;
    color: #461D7C;
}
#program-list_filter input {
    padding: 8px 14px 10px;
    margin-bottom: 10px;
    border: 1px solid #FDD023;
    border-radius: 4px !important;
    background-color: #FFFFFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #461D7C;
}
#program-list[style]{
    width: 100% !important;
}
.standouts-wrapper {
    width: 53%;
    position: relative;
    z-index: 4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(70,29,124,0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
}
.standouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    width: 85%;
    margin: 0 auto;
}
.standouts-block {
    position: relative;
    background: #4E3629;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.standout:nth-of-type(odd) {
    border-right: 1px solid rgba(255,255,255,0.4);
}
.standout:last-child {
    border-bottom: 0;
}
.standout:nth-last-child(2) {
    border-bottom: 0;
}
.standouts-block-header {
    padding-left: calc((100% - 1350px) / 2 + 1.04166667%);
    padding-top: 10%;
    padding-bottom: 10%;
    width: 50%;
    position: static;
    padding-right: 10px;
}
.standouts-block-background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.56);
    content: "";
}
.standouts-block-patient-care .standouts-block-background:before, .standouts-block-patient-care .standout-background:before {
    background: rgba(0,0,0,0);
}
.standout {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.standout-link {
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 55px;
    color: #fff !important;
    -webkit-transition: background .25s,color .25s;
    transition: background .25s,color .25s;
    text-decoration: none !important;
}
.standout-link:focus, .standout-link:hover {
    background: #FDD023;
    color: #4d1481 !important;
}
.standout-link .standout-link-label:after{
    position: relative;
    right: -10px;
    bottom: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    font-size: 0.813rem;
    color: #fff;
}
.standout-link:hover .standout-link-label:after, .standout-link:focus .standout-link-label:after{
    color: #461D7C;
}
.standout-link [class*="label"] {
    font-size: 2rem;
    line-height: 1.33333;
    letter-spacing: 0;
    text-transform: none;
    display: inline;
    position: relative;
}
.standout-link [class*="default"] {
    opacity: 0;
}
.standout-link [class$="default"], .standout-link [class$="action"] {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.standout-link [class*="icon"] {
    display: inline-block;
    vertical-align: middle;
}
.standout-link [class*="icon"] {
    display: inline-block;
    vertical-align: middle;
}
.icon-arrow-right {
    height: 9px;
    width: 14px;
}
.icon {
    display: block;
    fill: currentColor;
    stroke: inherit;
    pointer-events: none;
    -webkit-transition: fill .25s;
    transition: fill .25s;
}
.standout-link [class*="action"] {
    display: none;
}
.standout-link [class$="action"] {
    opacity: 0;
}
.standout-caption {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.standouts-block-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.standouts-block-header-inner {
    position: relative;
    z-index: 2;
}
.standouts-block-details, .standouts-block-details h2, .standouts-block-details h3, .standouts-block-details p{
    color: #fff;
}
.standouts-block-details{
    width: 65%;
    -webkit-transition: opacity .75s .215s;
    transition: opacity .75s .215s;
}
.interested .standouts-block-details{
     opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px);
}
h2.standouts-block-title{
    font-size: 3rem;
}
.standouts-block-caption{
    font-size: 1.375rem;
}
.standout-background-items {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    pointer-events: none;
}
.standout-background-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .75s .215s,visibility .75s .215s;
    transition: opacity .75s .215s,visibility .75s .215s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.standout-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
.standout-background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.56);
    content: "";
}
.standout-background-caption {
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 25%;
    left: 7%;
    z-index: 4;
    color: #fff;
    font-size: 1.25rem;
}
.standout-background-caption h2{
    color: #fff !important;
    font-size: 2.5rem;
}
.standout-background-item.active {
    opacity: 1;
    visibility: visible;
}
.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.fs-background-container, .fs-background-media {
    -webkit-transition: none;
    transition: none;
}
.fs-background-media {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
}


/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
.site-navigation.modal[style] {
    display: block !important;
    }
.ou-search-container {
    width: 100% !important;
}
#video-modal .modal-dialog {
    max-width: 1200px;
}
.top-row .container{
    max-width: 1460px;    
    }
.secondary-nav.mega-menu .dropdown-menu .sub-menu .container-fluid{
    max-width: 1140px;
}
}
@media (min-width: 1620px) and (max-width: 999999px) {
.standout-link {
    padding: 35px 65px;
    }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {
body {
	/*border: 2px solid #fcee21;*/
	} /*yellow*/
.site-navigation.modal[style] {
    display: block !important;
    }
.sticky-header-show .main-menu {
    bottom: -14px;
}
.ou-search-container {
    width: 100% !important;
}
.top-row .container{
    max-width: 1460px;    
    }
.audience {
    margin-top: 12px;
    }
.audience .nav-item .nav-link, .audience-mobile .nav-item .nav-link {
    font-size: .87rem;
}
.audience .nav-item .nav-link .fas {
    top: 11px;
}
.half-and-half {
    background-size: 75%;
}
#video-modal .modal-dialog {
    max-width: 1200px;
}
.secondary-nav.mega-menu .dropdown-menu .sub-menu .container-fluid{
    max-width: 1140px;
}
.standouts-block-header {
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: calc((100% - 1000px) / 2 + 1.04166667%);
}
.standouts-block-details {
    width: 80%;
    }
.standouts-wrapper {
    width: 60%;
    }
.standout-link {
    padding: 35px 25px;
    }
.standout-background-caption {
    max-width: 450px;
    }
}

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

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
body {
	/*border: 2px solid #0000ff;*/
	} /*blue*/
.site-navigation.modal[style] {
    display: block !important;
    }
.sticky-header-show .main-menu {
    bottom: -14px;
}
.top-row .audience {
    display: none;
}
.audience-mobile {
    display: block;
}
.section {
    padding: 40px 0;
}
.lead {
    font-size: 1.25rem;
    line-height: 1.35em;
}
.restrict {
    padding: 0 15%;
}
.ou-search-container {
    width: 100% !important;
}
.half-and-half .text {
    max-width: 70%;
    }
.half-and-half {
    background-size: 100%;
    background-position: 10% center;
}
.two-column-carousel .slick-prev {
    left: -30px;
}
.two-column-carousel .slick-next {
    right: -30px;
}
.two-column-carousel .carousel-caption {
    text-align: left;
    left: 10%;
    right: 10%;
    padding: 10px;
}
.testimonial-carousel {
    margin-left: 115px;
}
.testimonial-carousel .carousel-caption{
    width: 60%;    
    }
.testimonial-carousel .carousel-caption .quote {
    font-size: 2rem;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 1.563rem;
}
.testimonial-carousel .main-image img {
    max-width: 440px;
    height: auto;
}
.testimonial-carousel:before {
    width: 115px;
    left: -125px;
    }
.equal-250 .card, .equal-330 .card, .equal-210 .card, .equal-500 .card, .equal-610 .card{
    min-height: 1px;
}
.secondary-nav .navbar-nav .nav-link {
    font-size: .9rem;
    padding: 1rem .25rem 1.25rem;
    }
.hero-interior .text-wrapper, .hero .text-wrapper {
    max-width: 960px;
}
#directory .filters .top .input-wrapper input {
    width: 300px;
}
.standouts-block-header {
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
}
h2.standouts-block-title {
    font-size: 2rem;
}
.standouts-block-caption {
    font-size: 1.125rem;
}
.standouts-block-details {
    width: 75%;
}
.standouts-wrapper {
    padding: 0 30px;
}
.standouts {
    width: 100%;
}
.standout {
    width: 100%;    
    }
.standout-caption {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.standout-link{
    display: block;
    padding: 20px;    
    }
.standout-link [class*="label"] {
    font-size: 1rem;
}
.standout:nth-of-type(odd){
    border-right: none;    
    }
.standout:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.standout-background-caption {
    max-width: 350px;
    top: 12%;
    font-size: 1.125rem;
}
.standout-background-caption h2 {
    font-size: 2rem;
}
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
body {
/*border: 2px solid #ed1e79;*/
	}  /*pink*/
.sticky-header-show .main-menu {
    bottom: -14px;
}
.newsroom-title{
   display: none;     
    }
.top-row .audience{
    display: none; 
    }
.modal-open-search .siteHeader{
    width: 100%;    
    }
.modal-open .siteHeader {
    background-color: transparent;
    }
.audience-mobile {
    display: block;
}
.footer-social {
    text-align: center;
}
.footer-nav{
    margin-top: 20px;    
    }
.ou-search-container {
    width: 100% !important;
}
.hero-slider .carousel-caption h1, .interior-hero-slider .carousel-caption h1, .video-caption h1, .hero h1 {
    font-size: 2.188rem;
    line-height: 1.25;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .interior-hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .interior-hero-slider .slide, .video-feature, .parallax-video, .hero {
    height: 500px;
}
.hero-slider .carousel-caption, .interior-hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.banner-pre-title {
    font-size: 1.125rem;
    line-height: 1.25;
    margin-bottom: 10px;
}
.hero-interior .banner-title{
    font-size: 1.875rem;
    line-height: 1.25;
    padding: 0 15px;
    bottom: 20px;
}
.hero-interior.no-image .banner-title {
    padding: 20px 15px;
    font-size: 1.875rem;
    line-height: 1.25;
}
.hero-interior.no-image .banner-pre-title {
    font-size: 1.5rem;
    padding: 20px 0;
    }
.hero-interior.no-image .banner-pre-title + h2 {
    margin-top: -20px;
    padding-bottom: 20px;
}
.hero-interior .text-wrapper, .hero .text-wrapper {
    max-width: 720px;
}
.hero-interior {
    height: 350px;
    }
.video-caption-button {
    left: 55px;
    bottom: 65px;
    }
.arrow-indicator {
    right: 25px;
    }
.video-feature .arrow-indicator {
    right: -330px;
}
.gallery-slider .carousel-caption {
    left: 10px;
    bottom: 35px;
    right: 10px;
    padding: 10px;
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 1.75rem;
    line-height: 1.75;
}
.section {
    padding: 20px 0;
}
.restrict {
    padding: 0 15%;
}
.card.scale:hover {
    transform: none;
}
.nav-tabs .nav-link{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;    
    }
.tabs .nav-tabs .nav-link {
    padding: 35px 25px 8px;
    text-align: center;
    }
.tabs .nav-tabs .nav-link.active:after, .tabs .nav-tabs .nav-item.show .nav-link:after {
    bottom: -45px;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    background-color: #FDD023;
}
#sidebar #side-nav-accordion {
    margin-bottom: 0;
    background-color: #fff;
}
aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 1.5;
    margin: 5px 0;
    }
.half-and-half .text {
    max-width: 100%;
    }
.half-and-half {
    background-size: cover;
    background-position: 10% center;
}
.fullwidth-split-text {
    padding: 3rem 0;
}
.faculty-headshot {
    float: none;
    display: block;
    margin: 0 auto 20px;
}
table.profile-info td:nth-child(1) {
    width: 35%;
}
table.profile-info {
    font-size: 1.125rem;
}
.profile-title{
    text-align: center;    
    }
.two-column-carousel .carousel-caption {
    position: relative;
    margin-top: 20px;
    left: 0;
    right: 0;
}
.two-column-carousel .main-image{
    margin-bottom: 5px;    
    }
.two-column-carousel .slick-next, .two-column-carousel .slick-prev {
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 35%;
}
.two-column-carousel .slick-next {
    right: -15px;
}
.two-column-carousel .slick-prev {
    left: -15px;
}
.testimonial-carousel .carousel-caption {
    width: 100%;
    padding: 0 0 350px;
    min-height: 700px;
    }
.testimonial-carousel {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
}
.testimonial-carousel .carousel-caption .quote {
    font-size: 1.563rem;
    }
.testimonial-carousel .carousel-caption .author {
   padding: 10px 20px;
    margin-top: 5px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 1.25rem;
}
.testimonial-carousel .carousel-caption .author .title {
    font-size: 1.125rem;
    }
.testimonial-carousel .main-image img {
    max-width: 400px;
    height: auto;
}
.testimonial-carousel:before {
    width: 65px;
    left: 15px;
    top: -80px;
}
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    bottom: inherit;
    top: -50px;
    }
.testimonial-carousel .slick-next {
    left: inherit;
    right: 15px;
}
.testimonial-carousel .slick-prev {
    left: inherit;
    right: 70px;
}
.card-carousel .slick-prev, .card-carousel-two-column .slick-prev{
    left: -15px;
}
.card-carousel .slick-next, .card-carousel-two-column .slick-next {
    right: -15px;
}
.card-carousel .slick-prev, .card-carousel .slick-next, .card-carousel-two-column .slick-prev, .card-carousel-two-column .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
    }
.card-carousel .slick-prev:before, .card-carousel .slick-next:before, .card-carousel-two-column .slick-prev:before, .card-carousel-two-column .slick-next:before {
    font-size: 25px;
    }
.col-sm-6 + .col-sm-6{
    padding-left: 15px;
}
.filters #reset {
    font-size: 1.25rem;
    top: 5px;
    left: -5px;
}
.navbar-brand {
    font-size: 0.938rem;
    margin-left: 0;
    margin-right: 12px;
}
.navbar-wrapper .navbar {
    width: 190px;
    }
.navbar .navbar-toggler {
    color: #FDD023;
    border-color: #FDD023;
    }
.navbar .navbar-toggler .fas{
    position: relative;
    top: 1px;    
    }
.bordered-headline{
    white-space: normal;   
    text-align: center;
    display: block;
    }
.bordered-headline:before, .bordered-headline:after{
    display:none;   
    }
.news-events-header .more-events, .news-events-header .more-news {
    text-align: left;
    position: relative;
    }
.events .event-item {
    width: 100%;
}
.event-item .event-text {
    font-size: 0.938rem;
    padding-left: 15px;
}
.event-item-header, .event-item-header h3 {
    font-size: 1rem;
    line-height: 1.25;
}
.lead {
    font-size: 1rem;
    }
blockquote, .blockquote{
    font-size: 1rem; 
    margin: 20px;
    }
.btn + .btn {
    margin-left: 0;
}
.btn-centered {
    width: auto;
}
.parallax-bg {
    background-attachment: scroll;
}
.fullwidth-split-image .bg-image, .main-image .bg-image{
    position: relative;    
    }
.section-with-background-content-wrapper {
    padding: 35px 0;
}
h1, .h1 {
  font-size: 2em;
}
h2, .h2 {
  font-size: 1.625em;
}
h3, .h3 {
  font-size: 1.375em;
}
h4, .h4 {
  font-size: 1.125em;
}
h5, .h5 {
  font-size: 1em;
}
h6, .h6 {
  font-size: .9rem;
}
.space-xs {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.space-sm {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.space-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.space-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-xl {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.font-size-xxl{
    font-size: 2.875rem !important;
}
.font-size-xl{
    font-size: 2rem !important;
}
.font-size-lg{
    font-size: 1.375rem !important;
}
.font-size-md{
    font-size: 1.125rem !important;
}
.font-size-sm{
    font-size: 1rem !important;
}
.font-size-xs{
    font-size: 0.875rem !important;
}
.equal-250 .card, .equal-330 .card, .equal-210 .card, .equal-500 .card, .equal-610 .card{
    min-height: 1px;
}
.secondary-nav {
    padding: 15px 0;
}
.secondary-nav .navbar-nav {
    margin-top: 20px;
}
.secondary-nav .navbar-nav .nav-link {
    padding: .25rem .75rem .25rem .25rem;
    }
.secondary-nav .dropdown-menu {
    width: 100%;
    }
.blockquote.one-fourth, .blockquote.one-half, .blockquote.three-fourths{
    width: 90%;
}
.close-dark {
    right: 10px;
    }
.standouts-block-header {
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 20px;
}
h2.standouts-block-title {
    font-size: 2rem;
}
.standout-background-caption {
    max-width: 300px;
    top: 12%;
    font-size: 1.125rem;
}
.standout-background-caption h2 {
    font-size: 2rem;
}
.standouts-block-caption {
    font-size: 1.125rem;
}
.standouts-block-details {
    width: 90%;
}
.standouts-wrapper {
    padding: 0 30px;
}
.standouts {
    width: 100%;
}
.standout {
    width: 100%;    
    }
.standout-caption {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.standout-link{
    display: block;
    padding: 20px;    
    }
.standout-link [class*="label"] {
    font-size: 1rem;
}
.standout:nth-of-type(odd){
    border-right: none;    
    }
.standout:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.standout-link .standout-link-label:after {
    position: relative;
    right: -10px;
    bottom: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    font-size: 0.813rem;
    color: #FDD023;
}
.dataTables_wrapper .dataTables_filter input {
    width: auto !important;
}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
body {
	/*border: 2px solid #009245;*/
	} /*green*/
.sticky-header-show .main-menu {
    bottom: -15px;
}
.emergency-alert, .warning-alert, .informational-alert{
    min-height: 82px;    
    }
.emergency-alert, .warning-alert, .informational-alert{
    padding: 20px 50px 20px 20px;
    font-size: 0.875rem;
    }
.emergency-alert.alert-dismissible .close, .warning-alert.alert-dismissible .close, .informational-alert.alert-dismissible .close {
    right: -25px;
    top: -10px;
}
.emergency-alert-visible, .warning-alert-visible, .informational-alert-visible{
    padding-top: 182px;
}
.emergency-alert-visible.warning-alert-visible, .emergency-alert-visible.informational-alert-visible, .informational-alert-visible.warning-alert-visible{
    padding-top: 264px;
}
.emergency-alert-visible.warning-alert-visible.informational-alert-visible{
    padding-top: 346px;
}
.emergency-alert-visible.warning-alert-visible.informational-alert-visible #siteSearch .modal-dialog {
    padding-top: 170px;
}
.emergency-alert-visible.warning-alert-visible #siteSearch .modal-dialog, .emergency-alert-visible.informational-alert-visible #siteSearch .modal-dialog, .informational-alert-visible.warning-alert-visible #siteSearch .modal-dialog {
    padding-top: 85px;
}
.emergency-alert-visible #siteSearch .modal-dialog, .warning-alert-visible #siteSearch .modal-dialog, .informational-alert-visible #siteSearch .modal-dialog {
    top: 177px;
}
.sticky-header-show.emergency-alert-visible.warning-alert-visible.informational-alert-visible #siteSearch .modal-dialog {
    padding-top: 170px;
}
.sticky-header-show.emergency-alert-visible.warning-alert-visible #siteSearch .modal-dialog, .sticky-header-show.emergency-alert-visible.informational-alert-visible #siteSearch .modal-dialog, .sticky-header-show.informational-alert-visible.warning-alert-visible #siteSearch .modal-dialog {
    padding-top: 88px;
}
.sticky-header-show.emergency-alert-visible #siteSearch .modal-dialog, .sticky-header-show.warning-alert-visible #siteSearch .modal-dialog, .sticky-header-show.informational-alert-visible #siteSearch .modal-dialog {
    top: 152px;
}
.container-padding{
    padding: 0 15px;
}
.modal-open-search .siteHeader{
    width: 100%;    
    }
.newsroom-title{
   display: none;     
    }
.top-row .audience{
    display: none; 
    }
/* .main-menu .text, .searchToggle .text{
    display: none;    
    } */
.main-menu .text, .searchToggle .text {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.main-menu .fa-bars{
    margin: 0 auto;
    font-size: 1.5rem;
    }
.searchToggle {
    right: 85px;
    }
.searchToggle .fas {
    font-size: 1.5rem;
    margin: 0 auto;
}
.audience-mobile {
    display: block;
}
#siteSearch form input[type=text], #siteSearch form input.form-text {
    font-size: 1.25rem;
    }
#siteSearch .form-submit {
    font-size: 1.25rem;
    bottom: 5px;
}
.ou-search-container {
    width: 100% !important;
}
footer {
    text-align: center;
    }
footer img {
    margin: 0 auto;
    }
footer .list-unstyled{
    margin-bottom: 0px;    
    }
.footer-social {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}
.footer-nav{
    margin-top: 20px;    
    }
.hero-slider .carousel-caption h1, .interior-hero-slider .carousel-caption h1, .video-caption h1, .hero h1 {
    font-size: 2.188rem;
    line-height: 1.25;
    display: block;
    margin-bottom: 10px;
}
.hero-slider .carousel-caption .description, .interior-hero-slider .carousel-caption .description, .video-caption .description{
    font-size: 1em;
    width: 100%;  
    margin-bottom: 5px;
    }
.hero-slider .slide, .interior-hero-slider .slide, .video-feature, .parallax-video, .hero {
    height: 500px;
}
.hero-slider .carousel-caption, .interior-hero-slider .carousel-caption{
    padding: 0;
    bottom: 75px;
    }
.video-feature .video-caption {
    padding: 0;
    bottom: 90px;
    }
.banner-pre-title {
    font-size: 1.125rem;
    line-height: 1.25;
    margin-bottom: 10px;
}
.hero-interior .text-wrapper, .hero .text-wrapper {
    max-width: 540px;
    padding: 0 15px;
}
.hero-interior .banner-title, .hero .banner-title{
    font-size: 1.875rem;
    line-height: 1.25;
    padding: 0 15px;
    bottom: 20px;
}
.hero-interior.no-image .banner-title {
    padding: 20px 15px;
    font-size: 1.875rem;
    line-height: 1.25;
}
.hero-interior.no-image .banner-pre-title {
    font-size: 1.125rem;
    line-height: 1.25;
    padding: 20px 0;
    }
.hero-interior.no-image .banner-pre-title + h2 {
    margin-top: -15px;
    padding-bottom: 20px;
    line-height: 2rem;
    font-size: 1.625em;
}
.hero-interior {
    height: 350px;
    }
.arrow-indicator {
    right: 25px;
    }
.video-feature .arrow-indicator {
    right: -130px;
}
.gallery-slider .carousel-caption {
    left: 10px;
    bottom: 35px;
    right: 10px;
    padding: 10px;
}
.gallery-slider .carousel-caption h1, .gallery-slider .carousel-caption h2, .gallery-slider .carousel-caption h3 {
    font-size: 1.75rem;
    line-height: 1.75;
}
.section {
    padding: 20px 0;
}
.restrict {
    padding: 0 15%;
}
.card.scale:hover {
    transform: none;
}
.nav-tabs .nav-link{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;    
    }
.tabs .nav-tabs .nav-link {
    padding: 35px 25px 8px;
    text-align: center;
    }
.tabs .nav-tabs .nav-link.active:after, .tabs .nav-tabs .nav-item.show .nav-link:after {
    bottom: -45px;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    background-color: #FDD023;
}
#sidebar #side-nav-accordion {
    margin-bottom: 0;
    background-color: #fff;
}
aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 1.5;
    margin: 5px 0;
    }
.half-and-half .text {
    max-width: 100%;
    }
.half-and-half {
    background-size: cover;
    background-position: 10% center;
}
.fullwidth-split-text {
    padding: 3rem 0;
}
.faculty-headshot {
    float: none;
    display: block;
    margin: 0 auto 20px;
}
table.profile-info td:nth-child(1) {
    width: 35%;
}
table.profile-info {
    font-size: 1.125rem;
}
.profile-title{
    text-align: center;    
    }
.two-column-carousel .carousel-caption {
    position: relative;
    margin-top: 20px;
    left: 0;
    right: 0;
}
.two-column-carousel .main-image{
    margin-bottom: 5px;    
    }
.two-column-carousel .slick-next, .two-column-carousel .slick-prev {
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 25%;
}
.two-column-carousel .slick-next {
    right: -15px;
}
.two-column-carousel .slick-prev {
    left: -15px;
}
.testimonial-carousel .carousel-caption {
    width: 100%;
    padding: 0 0 350px;
    min-height: 700px;
    }
.testimonial-carousel {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 0;
}
.testimonial-carousel .carousel-caption .quote {
    font-size: 1.125rem;
    }
.testimonial-carousel .carousel-caption .author {
   padding: 10px 20px;
    margin-top: 5px;
    }
.testimonial-carousel .carousel-caption .author .name {
    font-size: 1.25rem;
}
.testimonial-carousel .carousel-caption .author .title {
    font-size: 1.125rem;
    }
.testimonial-carousel .main-image img {
    max-width: 400px;
    height: auto;
    width: 100%;
}
.testimonial-carousel:before {
    width: 65px;
    left: 15px;
    top: -80px;
}
.testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    bottom: inherit;
    top: -50px;
    }
.testimonial-carousel .slick-next {
    left: inherit;
    right: 15px;
}
.testimonial-carousel .slick-prev {
    left: inherit;
    right: 70px;
}
.card-carousel .slick-prev, .card-carousel-two-column .slick-prev {
    left: -15px;
}
.card-carousel .slick-next, .card-carousel-two-column .slick-next {
    right: -15px;
}
.card-carousel .slick-prev, .card-carousel .slick-next, .card-carousel-two-column .slick-prev, .card-carousel-two-column .slick-next{
    width: 40px;
    height: 40px;
    z-index: 2;
    }
.card-carousel .slick-prev:before, .card-carousel .slick-next:before, .card-carousel-two-column .slick-prev:before, .card-carousel-two-column .slick-next:before {
    font-size: 25px;
    }
.col-sm-6 + .col-sm-6{
    padding-left: 15px;
}
.filters #reset {
    font-size: 1.25rem;
    top: 5px;
    left: -5px;
}
.navbar-brand {
    font-size: 0.938rem;
    margin-left: 0;
    margin-right: 12px;
}
.navbar-wrapper .navbar {
    width: 190px;
    }
.navbar .navbar-toggler {
    color: #FDD023;
    border-color: #FDD023;
    }
.navbar .navbar-toggler .fas{
    position: relative;
    top: 1px;    
    }
.bordered-headline{
    white-space: normal;   
    text-align: center;
    display: block;
    }
.bordered-headline:before, .bordered-headline:after{
    display:none;   
    }
.news-events-header .more-events, .news-events-header .more-news {
    text-align: left;
    position: relative;
    }
.events .event-item {
    width: 100%;
}
.event-item .event-text {
    font-size: 0.938rem;
    padding-left: 15px;
}
.event-item-header, .event-item-header h3 {
    font-size: 1rem;
    line-height: 1.25;
}
.lead {
    font-size: 1rem;
    }
blockquote, .blockquote{
    font-size: 1rem;  
    margin: 20px;
    }
.btn + .btn {
    margin-left: 0;
}
#siteSearch .btn {
    margin: 15px 5px 0 5px;
}
.btn-centered {
    width: auto;
}
.parallax-bg {
    background-attachment: scroll;
}
.fullwidth-split-image .bg-image, .main-image .bg-image{
    position: relative;    
    }
.section-with-background-content-wrapper {
    padding: 35px 0;
}
h1, .h1 {
  font-size: 2em;
}
h2, .h2 {
  font-size: 1.625em;
}
h3, .h3 {
  font-size: 1.375em;
}
h4, .h4 {
  font-size: 1.125em;
}
h5, .h5 {
  font-size: 1em;
}
h6, .h6 {
  font-size: .9rem;
}
.space-xs {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.space-sm {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.space-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.space-lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-xl {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.font-size-xxl{
    font-size: 2.875rem !important;
}
.font-size-xl{
    font-size: 2rem !important;
}
.font-size-lg{
    font-size: 1.375rem !important;
}
.font-size-md{
    font-size: 1.125rem !important;
}
.font-size-sm{
    font-size: 1rem !important;
}
.font-size-xs{
    font-size: 0.875rem !important;
}
.equal-250 .card, .equal-330 .card, .equal-210 .card, .equal-500 .card, .equal-610 .card{
    min-height: 1px;
}
.divider-right, .divider-left{
    border: none;
}
.secondary-nav {
    padding: 15px 0;
}
.secondary-nav .navbar-nav {
    margin-top: 20px;
}
.secondary-nav .navbar-nav .nav-link {
    padding: .25rem .75rem .25rem .25rem;
    }
.secondary-nav .dropdown-menu {
    width: 100%;
    }
.blockquote.one-fourth, .blockquote.one-half, .blockquote.three-fourths{
    width: 90%;
}
.close-dark {
    right: 10px;
    }
.standouts-block{
    display: block;    
    }
.standouts-block-header {
    padding-right: calc(20px + 1.04166667%);
    padding-bottom: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
    position: relative;
    width: 100%;
    padding: 83px 20px 10px;
    text-align: center;
}
h2.standouts-block-title {
    font-size: 2rem;
}
.standouts-block-caption {
    font-size: 1.125rem;
}
.standouts-block-details {
    width: 100%;
}
.standouts-wrapper {
    padding-right: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
    background: #461D7C;
    padding-top: 15px;
    padding-bottom: 45px;
    display: block;
    width: 100%;
}
.standout-background-items{
    display: none;    
    }
.standouts {
    width: 100%;
}
.standout {
    width: 100%;    
    }
.standout-caption {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
.standout-link{
    display: block;
    padding: 20px;    
    }
.standout-link [class*="label"] {
    font-size: 1rem;
}
.standout:nth-of-type(odd){
    border-right: none;    
    }
.standout:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.standout-link .standout-link-label:after {
    position: relative;
    right: -10px;
    bottom: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    font-size: 0.813rem;
    color: #FDD023;
}
.standout-background-caption {
    max-width: 300px;
    top: 12%;
    font-size: 1.125rem;
}
.standout-background-caption h2 {
    font-size: 2rem;
}
.interested .standouts-block-details {
    opacity: 1;
    }
.black-banner{
    width: auto;    
    }
.category-news-list .card .image-overlay {
    margin-bottom: 15px;
}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
body {
	/*border: 2px solid #f15a24;*/
	} /*orange*/
.site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.site-navigation.modal .modal-dialog {
    right: 0;
    left: 0;
}
.site-navigation .modal-content {
    width: 100%;
}
}

/*IE Issue Fixes*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-feature .video-caption img{
        width: 620px;
    }
    .btn-centered {
    width:350px;
    }
}

@media only screen and (max-width: 767px) {
	/* Force table to not be like tables anymore */
	#program-list table, 
	#program-list thead, 
	#program-list tbody, 
	#program-list th, 
	#program-list td, 
	#program-list tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#program-list thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#program-list tr { 
        border: 1px solid #ccc; 
        padding: 10px;
    }
	#program-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	}
	#program-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;
	}
    #program-list_wrapper.dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
	/*
	Label the data
	*/
	#directory-list td:before {
        content: attr(data-title);
    }
    .details-control{
    float: right;
    margin-right: 15px;
    position: relative;
    z-index: 2;
    }
    #program-list .fa {
    font-size: 2.5rem;
    }
    
    /* Force table to not be like tables anymore */
	#directory-list table, 
	#directory-list thead, 
	#directory-list tbody, 
	#directory-list th, 
	#directory-list td, 
	#directory-list tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#directory-list thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#directory-list tr { 
        border: 1px solid #ccc; 
        padding: 10px;
    }
 
	#directory-list td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	}
    
    #directory-list td:nth-child(1), #directory-list td:nth-child(2) {  
        display: inline-block;
    }
 
	#directory-list td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
    .table.directory tfoot{
        display:none;
    }
    .dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
	/*
	Label the data
	*/
	#directory-list td:before { content: attr(data-title); }
}