/*=== HEADER ===*/
#header {
    height: 0;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}
.header-menu {
    padding-top: 60px;
}
.header-menu .container {
    align-items: flex-start;
}
.logo-wrapper {
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}
#inner .logo-wrapper {
    max-width: 300px;
}
.logo-wrapper .logo {
    display: block;
    width: 100%;
}
.logo-wrapper .logo img{
    display: block;
}
.logo-wrapper .logo img + img {
    display: none;
}
#nav-btn,
#nav-close-btn {
    display: none;
}
.main-nav {
    padding: 7px 0 0 20px;
    margin-left: auto;
}
.nav-menu {
    display: flex;
}
.nav-menu > li {
    padding: 0 23px;
}
.nav-menu > li.has-child {
    position: relative;
}
.nav-menu > li:first-child {
    padding-left: 0;
}
.nav-menu > li:last-child {
    padding-right: 0;
}
.nav-menu > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}
/*.nav-menu li a:hover,
.nav-menu li.active a,
.fixed .nav-menu > li > a:hover {
    color: #022339;
}*/
.sub-menu {
    width: 340px;
    text-align: left;
    position: absolute;
    top: 60px;
    left: -17px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 30px 40px;
}
li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-menu li a{
    display: block;
    font-size: 16px;
    color: #022339;
    padding: 7px 0;
    position: relative;
}
.header-sidebar {
    margin-left: 55px;
    font-weight: 500;
    background: #022339;
    color: #fff;
    padding: 9px 40px;
}
.header-sidebar .sep {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 1px;
    background: #fff;
    margin: 0 20px;
}
.search-btn {
    font-size: 14px;
}
/*=== FIXED AND INNER HEADER ===*/
.fixed .header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}
.fixed .header-wrapper {
    background: #fff;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.19);
}
.fixed .logo-wrapper {
   max-width: 260px;
}
.fixed .logo-wrapper .logo img {
    display: none;
}
.fixed .logo-wrapper .logo img + img {
    display: block;
}
.fixed .header-menu {
    padding-top: 0;
    height:  120px;
}
.fixed .header-menu .container {
    align-items: center;
}
.fixed .nav-menu > li > a {
    color: #022339;
}
.fixed .sub-menu {
    box-shadow: -1px 6px 6px rgb(0, 0, 0, 0.19);
}
/*=== SEARCH ===*/
.search-popup{                                 
    background-color: rgba(2, 35, 57, 0.9);
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 125;
    opacity: 0;
    visibility: hidden;
    align-items: center;
}
.search-popup.open{
    opacity: 1;
    visibility: visible;
}
.search-popup .container{
    width: 100%;
    text-align: center;
}
.search-box {
    max-width: 600px;
    padding: 10px;
    background: #022339;
    margin: 0 auto;
    position: relative;
}
.search-box input[type=text]{
    font-size: 20px;
    width: 100%;
    background-color: transparent;
    border: none;
    background: #ffffff;
    padding: 12px 20px;
}
.search-box button[type=submit]{
    font-size: 28px;
    color: #0064A6;
    background: none;
    border: none;
    margin-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.search-popup .close-btn{
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 35px;
    right: 35px;
}
/*=== TOP BANNER ===*/
.banner{
    position: relative;
    min-height: 600px;
    height: 100vh;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
    border-radius: 0;
}
.banner .single-banner:after,
.sub-banner:after {
    background: transparent linear-gradient(115deg, #164073CC 0%, #0064A6CC 100%, #017280CC 100%) 0% 0% no-repeat padding-box;
}
.banner .top-slider .container {
    height: 100%;
    padding-top: 220px;
    padding-bottom: 40px;
    z-index: 2;
    align-items: center;
}
.banner-text{
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}
.banner-text .flexbox > div {
    width: 54%;
}
.banner-text .flexbox > div:last-child {
    width: 46%;
    padding: 10px 0 0 55px;
}
.banner-text .small-text {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 5.07px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: inherit;
}
.banner-text .large-text {
    font-size: 60px;
}
.banner-text .large-text,
.banner-text .large-text span {
    color: #fff;
}
.banner-text .small-text {
    padding-left: 0;
}
.banner-text .small-text:before {
    width: 50%;
    left: -20px;
    background: #fff;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    bottom: 0;
    top: auto;
}
.banner-content{
    font-weight: 500;
    margin-bottom: 40px;
}
.banner-content p:last-child{
    margin-bottom: 0;
}
.banner .slick-list,
.banner .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    transform: none !important;
}
.banner .slick-dots {
    height: auto;
    right: calc(50% - 880px);
    top: 35%;
    width: auto;
}
.banner .slick-dots li {
    display: block;
    margin: 8px auto;
}
.banner .slick-dots li:nth-child(1) {
    width: 16px;
    height: 16px;
}
.banner .slick-dots li:nth-child(2) {
    width: 14px;
    height: 14px;
}
/*=== ABOUT SECTION ===*/
.about-wrapper {
    padding: 85px 0 60px;
    position: relative;
}
.about-wrapper .inner-box {
    max-width: 950px;
    margin: 0 auto;
}
.about-wrapper h1 {
    font-size: 56px;
    margin-bottom: 25px;
}
.about-wrapper p:last-child {
    margin-bottom: 0;
}
.about-wrapper .btn {
    margin-top: 10px;
}
/*=== QUICK LINKS ===*/
.quick-links-wrapper {
    padding: 50px 0 85px;
}
.quick-links-wrapper h2 {
    margin-bottom: 70px;
}
.quick-links-wrapper .inner-box {
    max-width: 1180px;
    margin: 0 auto;
}
.ql-box {
    font-size: 17px;
    padding: 50px 20px 40px;
    box-shadow: 0px 2px 25px rgba(0,0,142,0.152);
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ql-box .ql-logo {
    display: inline-block;
    vertical-align: top;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.ql-box .ql-logo img {
    max-height: 100%;
}
.ql-box h3 {
    color: #19456B;
}
.ql-box p {
    padding: 0 10px;
    margin-bottom: 15px;
}
.ql-box .more-link {
    margin-top: auto;
}
.quick-links-wrapper .inner-box {
    max-width: 1220px;
}
#inner .quick-links-wrapper {
    padding-bottom: 100px;
}
.quick-links-wrapper .ql-box {
    width: calc(33.333% - 13px);
}
.quick-links-wrapper .ql-box:not(:last-child) {
    margin-right: 19.5px;
}
.quick-links-wrapper.alt .align-center {
    max-width: 720px;
    margin: 0 auto 60px;
}
.quick-links-wrapper.alt .align-center h3 {
    font-size: 24px;
    color: #022339;
    margin-bottom: 25px;
}
.quick-links-wrapper.alt .ql-box {
    background: #F4F6F7;
    width: calc(33.333% - 26px);
}
.quick-links-wrapper.alt .ql-box:not(:last-child) {
    margin-right: 39px;
}
.quick-links-wrapper.alt .ql-box h3 {
    text-transform: uppercase;
}
/*=== SECTION CONTENT===*/
.page-sections {
    background: #F0F0F0;
}
.info-section > div {
    width: 50%;
}
.section-photo {
    align-self: center;
}
.section-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 50px 0 50px 70px;
}
.info-section .img-box {
    min-height: 650px;
    background-position: center top;
}
.info-section .inner-box {
    max-width: 760px;
    padding-right: 100px;
}
.info-section .inner-box P:last-child {
    margin-bottom: 0;
}
.info-section .text-box {
    margin-bottom: 60px;
}
.info-section  + .info-section {
    margin-top: 100px;
}
.page-sections .info-section:nth-child(even) {
    flex-direction: row-reverse;
}
.page-sections .info-section:nth-child(even) .section-content {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 70px;
}
.page-sections .info-section:nth-child(even) .inner-box {
    padding: 0 0 0 100px;
}
/*=== CALLOUTS ===*/
.bar-callout-complex {
    width: 33.4%;;
    background: #0064A6;
    color: #fff;
    text-align: center;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}
.bar-callout-complex .inner-box {
    max-width: 410px;
    margin: 0 auto;
}
.bar-callout-complex .medium-text {
    color: #fff;
     margin-bottom: 0;
}
.bar-callout-complex .text-box > div {
    font-size: 17px;
}
.bar-callout-complex .text-box {
    margin-bottom: 40px;
}
.bar-callout-complex p {
    color: #E1E1E1;
    margin-bottom: 15px;
}
.bar-callout-complex strong {
    font-weight: 500;
}
.bar-callout {
    background: #0064A6;
    color: #fff;
    padding: 40px 0;
    min-height: 240px;
    display: flex;
    align-items: center;
}
.bar-callout .container {
    width: 100%;
}
.bar-callout .inner-box {
    max-width: 1250px;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.bar-callout .inner-box > div:first-child {
    flex-grow: 1;
    padding-right: 30px;
    max-width: 970px;
}
.bar-callout .medium-text {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}
.bar-callout .medium-text:only-child {
    margin-bottom: 0;
}
.bar-callout-image {
    color: #fff;
    text-align: center;
    height: 480px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.blur-bg {
	filter: blur(7px);
}
.bar-callout-image .blur-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -2;
}
.bar-callout-image::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.bar-callout-image .inner-box {
    max-width: 890px;
    margin: 0 auto;
}
.bar-callout-image .large-text,
.bar-callout-image .small-text {
    color: #fff;
}
.bar-callout-image .small-text {
    padding: 0;
}
.bar-callout-image .small-text:last-child {
    margin-bottom: 0;
}
.bar-callout-image .small-text:before {
    content: none;
}
/*=== PHOTO GALLERY ===*/
.photo-gallery {
    height: 450px;
    width: 66.6%;
}
.photo-gallery:only-child {
	width: 100%;
}
.photo-gallery .img-box {
    width: 25%;
    height: 100%;
    background-position: center top;
}
/*=== FOOTER ===*/
.footer-wrapper{
    height: auto;
    background: #022339;
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
}
.footer-wrapper .flexbox{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.footer-wrapper p {
    margin-bottom: 0;
}
.footer-wrapper .logo {
    max-width: 260px;
    margin-right: 30px;
    flex-shrink: 0;
}
.footer-column {
    display: flex;
    align-items: center;
}
.footer-column:nth-child(2) {
    width: 290px;
    padding: 35px 15px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    justify-content: center;
    margin: 0 20px;
}
.footer-column a {
    color: #0064A6;
}
.footer-column:nth-child(3) {
    width: 430px;
    justify-content: space-between;
}
.footer-column:last-child a {
    color: inherit;
    white-space: nowrap;
}
.footer-text {
    max-width: 360px;
}
.footer-contact {
    font-size: 16px;
    margin-right: 20px;
}
.footer-contact li:not(:last-child) {
    margin-bottom: 5px;
}
.footer-contact a[href^=tel] {
    font-size: 20px;
    font-weight: 900;
}
.footer-contact i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 8px;
}
.social {
    display: flex;
    font-size: 49px;
}
.social a:not(:last-child) {
    margin-right: 18px;
}
/*=== MAIN CONTENT ===*/

/* Sub Banner */

.sub-banner {
    height: 410px;
}
.sub-banner .container{
    padding-top: 190px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
}
.sub-banner .banner-text{
    max-width: 810px;
    float: none;
}
.sub-banner  .banner-text .small-text:before {
    top: 8px;
    bottom: auto;
}
.sub-banner .large-text {
    margin-bottom: 0;
}
/* Breadcrumbs */
.breadcrumbs{
    font-weight: 500;
    letter-spacing: 7.02px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-bottom: 90px;
}
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.breadcrumbs li:after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background: #022339;
    margin-right: 4px;
    position: relative;
    top: 10px;
}
.breadcrumbs li:last-child {
    color: #0064A6;
}
.breadcrumbs li:last-child:after{
    content: none;
}
/* Main Content */
.main-content {
    padding: 0 0 60px;
    min-height: 500px;
}
.main-content .content,
.main-content .sidebar {
    width: 50%;
}
.main-content .container {
    max-width: 100%;
    padding: 0;
}
.main-content .content .inner-box {
    max-width: 760px;
    padding: 45px 100px 60px 0;
    float: right;
}
.main-content .content {
    padding-left: 70px;
}
.main-content.full-width .container {
    max-width: 1660px;
    padding: 0 70px;
}
.main-content.full-width .content {
    width: 100%;
    padding-left: 0;
}
.main-content.full-width .content .inner-box {
/*     max-width: 1100px; */
    max-width: 100%;
    float:  none;
    padding: 45px 0 0;
}
.main-content .content ul:not(:last-child),
.main-content .content ol:not(:last-child){
    margin-bottom: 30px;
    text-align: left;
}
.main-content .content p:last-of-type:not(:last-child) {
    margin-bottom: 30px;
}
.main-content .content .btn + .btn {
    margin-left: 35px;
}
.main-content .sidebar {
    padding-top: 160px;
}
.main-content .sidebar {
    padding-right: 70px;
}
.main-content .sidebar .inner-box {
    max-width: 760px;
    padding-left: 20px;
}
.main-content .sidebar.photo-sidebar {
    padding-top: 0;
    padding-right: 0;
}
.main-content .sidebar.photo-sidebar .inner-box {
    max-width: 100%;
}
.side-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}
.side-info-box .medium-text {
    color: rgba(0, 100, 166, 0.3);
    margin-bottom: 0;
}
.sidebar > *:not(:last-child){
    margin-bottom: 30px;
}
/* Secondary Content */
.secondary-content {
    padding: 60px 0 120px;
}
.secondary-content .inner-box {
    max-width: 1240px;
    margin: 0 auto;
}
.secondary-content .large-text {
    margin-bottom: 65px;
}
.secondary-content .flexbox {
    justify-content: space-between;
}
.secondary-content .flexbox ul {
    margin: 0 30px;
}
/* Toggle Styles */
.toggle-box {
    border: 1px solid #C8C8C8;
    margin-bottom: 30px;
}
.toggle-box:last-child {
    margin-bottom: 0;
}
.toggle-open.toggle-box {
    border-color: #0064A6;
}
.toggle-box:last-child {
    margin-bottom: 0;
}
.toggle-head {
    font-size: 26px;
    color: #000810;
    position: relative;
    padding: 17px 80px 14px 30px;
    cursor: pointer;
}
.toggle-open .toggle-head {
    color: #0064A6;
}
.toggle-ctrl{
    position: absolute;
    right: 21px;
    top: 13px;
}
.toggle-ctrl:after{
    content: '\f067';
    font-family: Font Awesome\ 5 Pro;
    font-size: 18px;
    font-weight: bold;
}
.toggle-open .toggle-ctrl:after{
    content: '\f068';
}
.toggle-content{
    line-height: 1.75;
    display: none;
    color: #202C38;
    padding: 0 25px 50px 30px;
}
.toggle-content p:last-child{
    margin-bottom: 0;
}
.employment-opportunities h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.employment-opportunities h3:not(:first-child) {
	margin-top: 45px;
}
.employment-opportunities .toggle-list {
	padding-left: 45px;
}

/* Content Slider */
.content-slider {
    height: 550px;
}
.content-slider .slick-arrow {
    top: auto;
    bottom: 30px;
    transform: none;
}
.slick-arrow.slick-prev {
    left: calc(50% - 76px);
}
.slick-arrow.slick-next {
    right: calc(50% - 76px);
}
.content-slider .slick-track,
.content-slider .slick-list,
.content-slider .slick-slide,
.content-slider .img-box {
    height: 100%;
}