body.menu-open {
    overflow-y: hidden;
    color: #36363C;
}

.utility {
	background: #004990;
	color: #fefefe;
	padding: 4px 15px;
}

.news_banner {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}

.utility a.login {
	font-size: 14px;
	font-weight: 600;
	color: #fefefe;
}

.primary_nav {
    padding: 15px;
    background: #fefefe;
}

.logo img {
    height: 65px;
    width: auto;
    position: relative;
    z-index: 12;
}

@media (max-width: 991px) {

	.logo img {
	    height: 85px;
	    width: auto;
	}

}

body.menu-open .logo img {
    filter: brightness(0) invert(1);
}

a h1.logo {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #7263A0;
    position: relative;
    z-index: 12;
}

body.menu-open a h1.logo {
    color: #fefefe;
    font-weight: 600;
}

.primary_nav a:hover{
	text-decoration: none !important;
}

.nav-link {
    display: block;
    padding: 0 1rem;
}

a.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #36363C;
}

.nav-link.search {
    padding: 0 0 0 30px;
}

.nav-link.search i {
    border: 1px solid #989898;
    border-radius: 25px;
    padding: 10px;
    z-index: 12;
}

#search_close .nav-link.search i {
    padding: 10px 12.5px;
    position: relative;
    z-index: 12;
    color: #fefefe;
}

h1 {
    font-family: 'Roboto', sans-serif;
}

.header h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-size: 36px;
}

h1 span.sub_heading, h2 span.sub_heading {
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #989898;
    margin-bottom: 10px;
    display: block;
}

h2.small {
    font-size: 24px;
}

h1 span.sub_heading {
    color: #36363C;

}

h2 span.underline {
    text-decoration: none; 
    position: relative; 
    padding-bottom: 27px;
} 

h2.small span.underline.left {
    text-decoration: none;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.2;
}

h2.small span.underline.left:after {
    height: 3px;
    width: 125px;
}

h2.underline_pad {
    padding-bottom: 50px;
}

h2.small.underline_pad {
    padding-bottom: 30px;
}

h2 span.underline:after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 175px;
    background: #82D3F7;
}

h2 span.underline_top {
    text-decoration: none; 
    position: relative; 
    padding-top: 27px;
} 

h2 span.underline_top:after {
    position: absolute;
    content: '';
    height: 3px;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 175px;
    background: #82D3F7;
}




h2 span.underline.left {
    text-decoration: none; 
    position: relative; 
    padding-bottom: 27px;
} 

h2 span.underline.left:after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: 0;
    margin-left: 0;
    left: 0;
    width: 175px;
    background: #82D3F7;
}

.hp_testimonials h2 {
    padding-bottom: 50px;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    line-height: 26px;
}

a {
	font-family: 'Roboto', sans-serif;
	color: #7263A0;
	font-weight: bold;
}

a.small {
	font-weight: bold;
}

.normal_pad {
	padding: 65px 0; 
}

.large_pad {
    padding: 125px 0 75px;
}

.bottom_pad {
	padding-bottom: 65px; 
}

.grey_bg {
	background: #EFEFEF;
}

.primary-bg {
    background: #7263A0;
}

.hero {
	height: 550px;
	position: relative;
}

.hero_content_container {
    position: absolute;
    width: 45%;
    bottom: 0;
    left: 0;
    max-width: 600%;
    background: #fefefe;
    padding: 40px 80px 40px 40px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    margin-top: -68px;
    z-index: 5;
    position: absolute;
    left: 40%;
    display: block;
}

.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next  {
    padding: 9px 24px 15px 24px!important;
    background: #EFEFEF;
    border-radius: 0;
    font-size: 40px;
    color: #989898;
    line-height: 1;
}

.owl-theme .owl-nav button.owl-prev {
	margin-right: 0;
    margin-left: -44%;
}

.owl-theme-test .owl-nav-test button.owl-test-prev {
    margin-right: 0;
    margin-left: 0%;
    margin-top: 7%;
}

.owl-theme-test .owl-nav-test button.owl-test-next {
    margin-right: 0;
    margin-left: -10%;
}

.owl-theme .owl-nav button.owl-next {
	margin-left: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #82D3F7;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {

	.hero_content_container {
	    width: 70%;
	    max-width: 600px;
	}

	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	    left: 60%;
	}

}

@media (max-width: 767px) {

	.hero_content_container {
	    width: 90%;
	    max-width: unset;
	    margin-left: auto;
	    margin-right: auto;
	    left: calc(50% - 45%);
	}

	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	    left: 21%;
	}

    h2 span.underline {
        text-decoration: none;
        position: relative;
        padding-bottom: 115px;
    }

}

span.hero_content_label {
    position: absolute;
    top: -15px;
    background: #82D3F7;
    padding: 5px 13px;
    font-size: 12px;
    color: #fefefe;
}

.hero_content_container h1 {
	font-size: 34px;
	line-height: 40px;
}

.hp_segmentation {
	padding: 50px 50px 0;
}

img.testimonial_headshot {
	max-width: 110px;
	height: auto;
	padding: 20px 0 15px;
}

.hp_news_events {
	padding: 0 50px;
}

.news_border {
    border-right: 1px solid #989898;
}

@media (max-width: 991px) {

	.news_border {
	    border-right: none;
	    padding-bottom: 65px;
	}

}

p.news_date {
	font-family: 'Roboto', sans-serif;
	color: #82D3F7;
	font-size: 13px;
}

h3.news_title {
	font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}

h3.news_title a {
    font-weight: normal !important;
}

h3.news_title a:hover {
    text-decoration: none;
}

p.news_byline, p.event_location {
	font-family: 'Roboto', sans-serif;
	color: #989898;
	font-size: 12px;
    line-height: 16px;
}

p.event_date {
    font-family: 'Roboto', sans-serif;
    color: #82D3F7;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
}

p.event_title {
	margin-bottom: 5px;
}

p.event_title a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
    line-height: 1;
}

img.hp_event_thumb {
	width: 125px;
	height: auto;
}

@media (max-width: 767px) {

    img.hp_event_thumb {
        width: 100%;
        height: auto;
    }

}

.btn-primary {
    color: #fff;
    background-color: #7263A0;
    border-color: #004990;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 50px;
    font-size: 13px;
}

.btn-secondary {
    color: #fefefe;
    background-color: #82D3F7;
    border-color: #82D3F7;
    border-radius: 0px;
    padding: 10px 30px;
}

.btn-home {
    color: #fff;
    background-color: #7263A0;
    border-color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 50px;
    font-size: 13px;
}

.footer {
	background: #7263A0;
	color: #fefefe;
	padding-left: 15px;
	padding-right: 15px;	
}

.footer p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: normal !important;
	margin-bottom: 10px;
	color: #fefefe;
}

.footer_links a {
	display: block;
}

.footer_links a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal !important;
	margin-bottom: 10px;
	color: #fefefe;
}

.footer_links ul.nav li.nav-item a.nav-link {
    font-size: 20px;
    color: #82D3F7;
    padding: 0px 7px;
}

.btn-secondary.btn-sm {
    color: #fefefe;
    background-color: ##1292C9;
    border-color: ##1292C9;
    border-radius: 0px;
    padding: 8px 20px;
    display: inline-block;
}

.credits {
	padding: 20px 15px;
	color: #989898;
	font-size: 13px;
}

img.footer_logo {
	max-height: 27px;
}

div.overlaymenu {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -10;
    opacity: 0;
}

div.overlaymenu.active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(54, 54, 60, 0.85);
    z-index: 10;
    opacity: 1;
}

div.overlaymenu.active h1 {
    color: #fefefe;
}

.overlay-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 11;
    background: none;
    outline: none;
    border: none;
}

.overlay .overlay-close {
    position: absolute;
    right: 15px;
    top: 0.25rem;
    overflow: hidden;
    border: none;
    color: #fefefe;
    outline: none;
    z-index: 5001;
    font-size: 2rem;
    padding: 1rem;
    margin-right: 0.9375rem;
    background: transparent;
    border: none;
}

.closenav {
    position: absolute;
    top: 2rem;
    right: 1rem;
}

nav .primary_nav .row {
    position: relative;
    z-index: 12;
}

#search-container input {
    padding-left: 60px;
    border-radius: 1rem;
    border-color: transparent;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #36363C;
}

input::placeholder {
    font-family: 'Roboto', sans-serif;
    color: #DDDDDD;
    font-size: 15px;
    font-weight: 600;
}

#search-container {
    position: relative;
    height: 60px;
    margin-top: 24px;
}

#search-container:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: lighter;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #36363C;
    display: block;
    font-size: 1.75em;
}

.header_img {
    height: 110%;
    width: 100%;
}

.small, small {
    font-size: 90%;
    font-weight: 400;
    line-height: 22px;
}

.site_form label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.site_form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fefefe;
    border: 1px solid #989898;
    border-radius: 0;
    margin-top: 5px;
}

.site_form .form-group {
    margin-bottom: 10px;
}

.red {
    color: #82D3F7;
}

.mission_list {
    border-left: 2px solid #82D3F7;
    padding-left: 20px;
}

.mission_list h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    color: #989898;
    margin-bottom: 25px;
}

h3.ethics_list {
    color: #004990;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0 30px;
    position: relative;
}

h3.ethics_list span:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: -12px;
    margin-left: 0;
    left: 0;
    width: 175px;
    background: #989898;
}

.offset_img {
    position: inline-block;
    position: relative;
}

.offset_img img {
    padding-left: 10%;
}

.offset_img:after {
    position: absolute;
    top: -25%;
    left: 0;
    width: 85%;
    height: 100%;
    background: #F7F7F7;
    content: '';
    z-index: -1;
}

.grey {
    color: #989898 !important;
}

.hp_news_events p {
    font-size: 80%;
}

.blue_box {
    background: #004B75;
    padding: 75px 50px;
    color: #fefefe !important;
}

.blue_box .btn-primary {
    color: #fefefe;
    background-color: #82D3F7;
    border-color: #82D3F7;
}

.membership_header {
    min-height: 400px;
    margin-bottom: 100px;
}

.grey_box {
    padding: 50px;
    background: #efefef;
    margin-top: 100px;
    position: absolute;
}

p.small.cta {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.orange {
    color: #82D3F7;
}

@media (max-width: 767px) {

    .grey_box {
        margin-top: 300px;
    }

    .membership_header {
        margin-bottom: 320px;
    }

}

.scholarship-logo {
    margin-top: -55px;
}

.scholarship-logo img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.winner_caption {
    position: absolute;
    bottom: 10%;
    left: 0;
    background: #82D3F7;
    color: #fefefe;
    padding: 18px 40px;
}

@media (max-width: 767px) {

    .scholarship-logo {
        padding-top: 135px;
    }

}

.blue {
    color: #004990 !important;
}

.footer .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fefefe;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #495057;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer .form-control:focus {
    color: #fefefe;
    background-color: transparent !important;
    border-color: #fefefe;
    outline: 0;
    box-shadow: none;
}

.footer  input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: #fefefe !important;
}

.footer .btn-primary {
    color: #fefefe;
    background-color: #82D3F7;
    border-color: #82D3F7;
}

.first-news-post {
    height: 400px;
    display: flex;
    align-items: flex-end;
}
.first-news-post-content {
    background: rgba(239, 239, 239, 0.76);
    padding: 20px;
    font-size: 14px;
}

.news-post {
    height: 400px;
    display: flex;
    align-items: flex-end;
}
.news-post-content {
    background: #EFEFEF;
    padding: 20px;
    font-size: 14px;
}

#search-container input {
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #36363C;
}

#search-container {
    position: relative;
    height: 60px;
    margin-top: 24px;
}


#search-container-alt:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: lighter;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #36363C;
    display: block;
    font-size: 16px;
}

.search_content_label {
    background: #82D3F7;
    padding: 5px 13px;
    font-size: 12px;
    color: #fefefe;
    margin-bottom: 13px;
    display: inline-block;
}

#search-container.alt {
    border: solid 1px #989898;
}

.owl-theme .owl-nav {
    margin-top: -69px;
    position: relative;
}

@media (max-width: 991px) {
    .owl-theme .owl-nav {
        margin-top: -69px;
        position: relative;
        margin-left: 46%;
    }
}

@media (max-width: 767px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

.overlaymenu.active {
        animation: fadeintop 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        -webkit-animation: fadeintop 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fadeintop {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeintop {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* Menu style */
.mobilemenu nav {
    position: relative;
    top: 40%;
    height: 55%;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: auto;
    margin-left: auto;
}

.mobilemenu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.mobilemenu ul li {
    display: block;
    padding: 0 0 1.5rem;
}

.mobilemenu ul li a {
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #fefefe;
    display: block;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
}

.mobilemenu ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

.mobilemenu ul li a:hover, .mobilemenu ul li a:focus {
    color: #caccce;
}

#mobile_menu .closenav {
    position: absolute;
    top: 2rem;
    right: 1rem;
}

#mobile_menu:not(.active) {
    display: none;
}

#mobile_menu {
    height: 100vh;
    background: #1b4388;
    display: flex;
    align-items: center;
    color: #fefefe;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease-in;
}

#mobile_menu.active {
    width: 100%;
    position: fixed;
    transition: all 0.25s ease-in;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.prev {
    left: -4rem;
}

.next {
    right: -4rem;
}

@media (max-width: 767px) {
    .prev, .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .prev {
        left: 0rem;
    }

    .next {
        right: 0rem;
    }
}

#detail .slick-slide {
    max-height: 400px;
}

#detail .slick-list {
    max-height: 400px !important;
}

#detail .slick-prev:before, .slick-next:before {
    content: '' !important;
}

#detail .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: var(--primary) !important;
    outline: none !important;
    background: unset !important;
}

#detail .slick-prev, .slick-next {
    color: var(--primary) !important;
}

.hp-testimonials .owl-nav.disabled {
    display: none;
}

#testimonials .owl-nav button.owl-prev, #testimonials .owl-nav button.owl-next {
    padding: 9px 24px 15px 24px!important;
    background: #EFEFEF;
    border-radius: 0;
    font-size: 40px;
    color: #989898;
}

.hp-testimonials .card p {
    color: #7263A0;
}

.hp-testimonials .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.hp-testimonials .card {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    border-radius: 0;
    border: none;
    box-shadow: 0 1rem 1em rgba(0,0,0,.195)!important;
}

.hp-testimonials .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hp-testimonials p.source {
    color: #1292C9 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 20px;
}

.hollow-button {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.hollow-button:hover {
    background-color: #efefef;
    color: white;
}

.justify-content-center {
    position: relative;
    justify-content: center;
    align-items: center;
}

.rounded img {
    border-radius: 75px;
}

.rounded-left img {
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.arrow-left {
  position: absolute;
  top: 50px;
  left: 5px;
}

.arrow-right {
  position: absolute;
  top: 50px;
  right: 5px;
}


