/*----------------Core---------------------------*/
html { height: 100%; }

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
	background: #F6F3EA;
	background-position: center top;
	background-size: cover;
	color: rgba(1, 1, 1, 0.80);
	font: 400 16px 'Outfit', sans-serif;
	letter-spacing: -0.48px;
	line-height: 1.5em;
	margin: 0px;
    min-height: 100%;
}

body#page-error { align-items: center; }

body.hamburger-active { overflow: hidden; }

img { height: auto; max-width: 100%; }
img[src=""], img:not([src]) { visibility: hidden; }

a { color: rgba(1, 1, 1, 0.80); transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: rgba(1, 1, 1, 0.80); opacity: 0.5; }

form { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { color: #001843; font-family: 'AdvercaseDemo-Regular', serif; line-height: 1.3em; margin-bottom: 20px; margin-top: 0; }

p { color: rgba(1, 1, 1, 0.80); line-height: 1.5em; margin-bottom: 20px; }

hr { border-top-color: rgba(0, 97, 165, 0.24); }

strong { font-weight: 700; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: rgba(1, 1, 1, 0.80); line-height: 1.5em; margin-bottom: 10px; }
ul li:last-child, ol li:last-child { margin-bottom: 0; }

input:-webkit-autofill, input:-webkit-autofill:focus { transition: background-color 0s 600000s, color 0s 600000s !important; }

.margin-center { margin-left: auto; margin-right: auto; }
.max-width-1440 { max-width: 1440px; }
.max-width-925 { max-width: 925px; }
.max-width-900 { max-width: 900px; }
.max-width-875 { max-width: 875px; }
.max-width-825 { max-width: 825px; }
.max-width-700 { max-width: 700px; }
.max-width-580 { max-width: 580px; }
.max-width-550 { max-width: 550px; }
.max-width-450 { max-width: 450px; }
.max-width-415 { max-width: 415px; }
.max-width-400 { max-width: 400px; }

.container { max-width: 1304px !important; }

.background-img { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.form-control { background: #F6F3EA; border: 1px solid rgba(83, 83, 83, 0.50); border-radius: 8px; color: rgba(83, 83, 83, 0.50); line-height: 1.5em; padding: 16px 24px; }
.form-control.active { padding-top: 20px; padding-bottom: 12px; }
.form-group { margin-bottom: 20px; position: relative; }
select.form-control { background-image: url('../assets/images/chevron-down.png'); background-position: calc(100% - 24px) 50%; background-repeat: no-repeat; background-size: 12.5px 6.5px; -webkit-appearance: none; -moz-appearance: none; }
textarea.form-control { height: auto; line-height: 1.2em; padding: 12px 24px; }
textarea.form-control.active { padding-top: 24px; }

.form-control:focus { background-color: #F6F3EA; box-shadow: none; color: rgba(83, 83, 83, 0.50); }

.form-control::-webkit-input-placeholder { color: rgba(83, 83, 83, 0.50); }
.form-control::-moz-placeholder { color: rgba(83, 83, 83, 0.50); }
.form-control:-ms-input-placeholder { color: rgba(83, 83, 83, 0.50); }
.form-control:-moz-placeholder { color: rgba(83, 83, 83, 0.50); }

.form-action { margin-top: 30px; }

.sb-form-message { text-align: center; }

label { color: rgba(83, 83, 83, 0.50); display: block; font-size: 12px; font-weight: 700; left: 25px; line-height: 1em; opacity: 1; position: absolute; text-transform: uppercase; top: 15px; z-index: 1; }

.top-title { color: #0061A5; font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 1.6px; line-height: 1.5em; margin-bottom: 15px; text-transform: uppercase; }

.title { color: #001843; font-family: 'AdvercaseDemo-Regular', serif; font-size: 48px; line-height: 1.3em; }

.font-size-40 { font-size: 40px; }
.font-size-32 { font-size: 32px; }
.font-size-24 { font-size: 24px; }
.font-size-22 { font-size: 22px; }
.font-size-20 { font-size: 20px; }
.font-size-16 { font-size: 16px; }

.btn { background: #E47300; border: 2px solid rgba(244, 240, 218, 0.12); border-radius: 80px; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: -0.32px; line-height: 1em; padding: 14px 24px; transition: all 0.4s ease; }
.btn:hover { background: #E47300; color: #fff; opacity: 0.5; }

.btn-white, .btn-white:hover { background: #fff; color: #E47300; }

.link { font-weight: 600; letter-spacing: -0.32px; text-decoration: underline; }

.list { margin-bottom: 20px; }
.list .title { color: #0061A5; font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; text-transform: uppercase; }
.list ul { list-style: none; margin: 0; margin-left: 10px; padding: 0; }
.list ul li { margin-bottom: 15px; padding-left: 25px; position: relative; text-align: left; }
.list ul li:last-child { margin-bottom: 0; }
.list ul li:before { background-color: #0061A5; border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 8px; width: 8px; }

.list.clip ul { margin-left: 0; }
.list.clip ul li { padding-left: 30px; }
.list.clip ul li:before { background-color: transparent; background-image: url('../assets/images/clip-icon.png'); background-size: 18px 18.33px; border-radius: 0; height: 18.33px; top: 2px; width: 18px; }

.dropanchor { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.hidden { display: none; }

.content > *:last-child, .text > *:last-child { margin-bottom: 0 !important; }

.cta { margin-top: 30px; }
.cta ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.cta ul li { padding-right: 7px; }
.cta ul li:last-child { padding-right: 0; }

.group.wow { opacity: 0; }
.group.wow.done { opacity: 1; }

/*------------ HEADER ----------------------*/
#header { padding: 24px 0; position: relative; z-index: 10; }
	#header ul { list-style: none; margin: 0; padding: 0; }

	/* Logo */
	#header .logo { flex: 0 0 auto; width: auto; }
	#header .logo a:hover { opacity: 1; }

	/* Menu */
	#header .menu { flex: 1 1 0; }
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#header .menu > ul > li { flex: 0 1 auto; color: rgba(1, 1, 1, 0.80); font-size: 16px; margin-bottom: 0; margin-left: 47px; position: relative; }
	#header .menu > ul > li.has-submenu { padding-right: 18px; }
	#header .menu > ul > li:first-child { margin-left: 0; }
	#header .menu > ul > li i { font-size: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }
	#header .menu > ul > li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#header .menu > ul > li a:after { content: ''; height: 6px; left: 0; pointer-events: none; position: absolute; top: 100%; width: 100%; }
	#header .menu > ul > li a:hover { opacity: 0.5; }

	#header .menu > ul > li:hover i { margin-top: 1px; transform: translateY(-50%) rotate(180deg); }
	#header .menu > ul > li:hover ul { margin-top: 6px; opacity: 1; pointer-events: auto; }
	#header .menu > ul > li:hover > a:after { pointer-events: auto; }
	#header .menu > ul > li:hover > a:before { width: 100%; }

	/* CTA  */
	#header .cta { flex: 0 0 auto;  margin-top: 0; width: auto; }
	#header .cta a { padding: 14px 53px; }

	/* Dropdown */
	#header .menu > ul > li > ul { border-radius: 4px; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; display: block; background-color: #F6F3EA; left: -15px; list-style: none; margin: 0; margin-top: 12px; min-width: 150px; opacity: 0; overflow: hidden; padding: 20px 15px; pointer-events: none; position: absolute; top: 100%; z-index: 2; transition: opacity 0.4s ease, margin-top 0.4s ease; }
	#header .menu > ul > li > ul > li { border-bottom: 1px solid rgba(20, 33, 75, 0.2); color: rgba(1, 1, 1, 0.80); font-size: 14px; letter-spacing: 0; line-height: 1.2em; margin-right: 0; text-align: left; text-transform: capitalize; }
	#header .menu > ul > li > ul > li:last-child { border-bottom: 0; }
	#header .menu > ul > li > ul > li:first-child a { margin-top: 0; }
	#header .menu > ul > li > ul > li:last-child a { margin-bottom: 0; }
	#header .menu > ul > li > ul > li a { display: block; margin: 12px 0; position: relative; width: 100%; }
	#header .menu > ul > li > ul > li a:hover { opacity: 0.5; }

    /* Hamburger */
	#header .hamburger { flex: 0 0 auto; display: none; width: auto; }
	#header .hamburger .box { cursor: pointer; height: 20px; margin-left: auto; position: relative; width: 30px; }
	#header .hamburger .box div { background-color: #000; height: 2px; left: 0; position: absolute; width: 100%; }
	#header .hamburger .box div:first-child { top: 0; }
	#header .hamburger .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#header .hamburger .box div:last-child { bottom: 0; }

/*------------ MOBILE NAV ----------------------*/
#mobile-nav { background-color: #fff; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; height: 100%; right: 0; position: fixed; top: 0; max-width: 350px; width: 90%; transform: translateX(100%); z-index: 15; }
	.hamburger-active #mobile-nav { transform: translateX(0); }

	#mobile-nav .menu-contact { overflow-y: auto; }
	#mobile-nav .menu ul { list-style: none; margin: 0; margin-bottom: 20px; padding: 20px; }
	#mobile-nav .menu ul li { color: rgba(1, 1, 1, 0.80); font-size: 16px; font-weight: 700; line-height: 1.2em; margin-bottom: 40px; padding-left: 0; padding-right: 30px; position: relative; text-transform: uppercase; }
	#mobile-nav .menu ul li:last-child { margin-bottom: 0; }

	#mobile-nav .menu ul li i { display: block; font-size: 16px; position: absolute; right: 0; top: 0; }

	#mobile-nav .menu ul li a { color: inherit; font: inherit; text-decoration: none; }

	#mobile-nav .menu ul li ul { margin-bottom: 0; padding-bottom: 0; padding-right: 0; }
	#mobile-nav .menu ul li ul li { margin-bottom: 20px; padding-right: 0; text-transform: none; }
	#mobile-nav .menu ul li.menu-li-active i { transform: rotate(180deg); }

	/* Close */
	#mobile-nav .close { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 30px 20px; }
	#mobile-nav .close .box { cursor: pointer; height: 14px; position: relative; width: 20px; }
	#mobile-nav .close .box div { background-color: rgba(1, 1, 1, 0.80); height: 2px; left: 0; position: absolute; width: 100%; }
	#mobile-nav .close .box div:first-child { top: 0; }
	#mobile-nav .close .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#mobile-nav .close .box div:last-child { bottom: 0; }

	#mobile-nav .close .text { font-size: 16px; font-weight: 700; line-height: 1.2em; padding-left: 10px; text-transform: uppercase; }

	/* Contact */
	#mobile-nav .contact { padding: 0 20px 20px; }
	#mobile-nav .contact .box { background-color: #FD671C; border-radius: 10px; padding: 20px; }
	#mobile-nav .contact p { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2em; }
	#mobile-nav .contact p > a, #mobile-nav .contact p > span { display: flex; flex-wrap: wrap; align-items: center; color: inherit; font: inherit; text-decoration: none; }
	#mobile-nav .contact .box > *:last-child { margin-bottom: 0; }
	#mobile-nav .contact a span, #mobile-nav .contact span span { flex: 0 1 auto; padding-left: 10px; width: calc(100% - 20px); }
	#mobile-nav .contact i { flex: 0 1 auto; font-size: 16px; text-align: center; width: 20px; }

	/* Bottom */
	#mobile-nav .bottom { background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.1); bottom: 0; left: 0; padding: 30px 20px; position: fixed; width: 100%; z-index: 5; }
	#mobile-nav .socials ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; margin-bottom: 0; padding: 0; }
	#mobile-nav .socials ul li { color: #FD671C; font-size: 22px; line-height: 1em; margin-bottom: 0; padding-right: 20px; }
	#mobile-nav .socials ul li a { color: inherit; font: inherit; } 
	#mobile-nav .socials ul li:last-child { padding-right: 0; }
	#mobile-nav .bottom .copyright { font-size: 12px; font-weight: 700; line-height: 1.2em; }

/*------------ MOBILE NAV OVERLAY ----------------------*/
#mobile-nav-overlay { background-color: rgba(12, 12, 12, 0.3); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 14; transition: all 0.4s ease; }
	.hamburger-active #mobile-nav-overlay { opacity: 1; visibility: visible; }

/*------------ FOOTER ----------------------*/
#footer { position: relative; }
	#footer a { text-decoration: none; }
	#footer ul { list-style: none; margin: 0; padding: 0; }
	#footer ul li { color: rgba(255, 255, 255, 0.80); }
	#footer ul li a { color: inherit; font: inherit; }

	/* Newsletter */
	#footer .newsletter { position: relative; }
	#footer .newsletter:after { background: #001843; bottom: 0; content: ''; height: 40%; left: 0; position: absolute; width: 100%; z-index: -1; }
	#footer .newsletter .box { background: #0061A5; border-radius: 12px; padding: 40px 60px; }
	#footer .newsletter .title { color: #fff; margin-bottom: 10px; }
	#footer .newsletter .cta { margin-top: 0; }
	#footer .newsletter .cta a { padding: 14px 53px; }

	/* Bottom */
	#footer .bottom .title { color: #fff; font-family: 'AdvercaseDemo-Bold', serif; font-size: 16px; letter-spacing: 0; margin-bottom: 15px; }
	#footer .bottom { background-color: #001843; padding: 60px 0; }

	/* Logo Text Socials */
	#footer .logo-text-socials { max-width: 310px; }

	#footer .logo { margin-bottom: 24px;}
	#footer .logo a:hover { opacity: 1; }

	#footer .text { margin-bottom: 24px; }
	#footer .text * { color: rgba(255, 255, 255, 0.80); }

	#footer .socials ul { display: flex; flex-wrap: wrap; align-items: center; }
	#footer .socials ul li { flex: 0 1 auto; font-size: 16px; line-height: 1em; margin-bottom: 0; margin-right: 15px; text-align: center; }
	#footer .socials ul li a { background-color: #fff; border-radius: 50%; color: #001843; display: block; font: inherit; line-height: 24px; height: 24px; width: 24px; transition: opacity 0.4s ease; }
	#footer ul li a:hover { opacity: 0.5; }
	#footer .socials ul li:last-child { margin-right: 0; }

	/* Newsletter */
	#footer .newsletter .form-group { margin-bottom: 0; }
	#footer .newsletter .form-control { background-color: #fff; border-radius: 80px; color: rgba(83, 83, 83, 0.80); padding: 11px 24px; }
	#footer .newsletter .form-control.active { padding-bottom: 8px; padding-top: 14px; }
	#footer .newsletter .form-control:focus { color: rgba(83, 83, 83, 0.80); }
	#footer .newsletter .form-control::-webkit-input-placeholder { color: rgba(83, 83, 83, 0.80); }
	#footer .newsletter .form-control::-moz-placeholder { color: rgba(83, 83, 83, 0.80); }
	#footer .newsletter .form-control:-ms-input-placeholder { color: rgba(83, 83, 83, 0.80); }
	#footer .newsletter .form-control:-moz-placeholder { color: rgba(83, 83, 83, 0.80); }
	#footer .newsletter .form-action { margin-top: 16px; }
	#footer .newsletter label { color: rgba(83, 83, 83, 0.80); top: 11px; }

	/* Copyright - Privacy Policy */
	#footer .copyright-privacy-policy { margin-top: 40px; padding-top: 40px; position: relative; }
	#footer .copyright-privacy-policy:before { background: rgba(255, 255, 255, 0.24); content: ''; height: 1px; left: 12px; position: absolute; top: 0; width: calc(100% - 24px); }
	#footer .copyright, #footer .privacy-policy a { color: rgba(255, 255, 255, 0.80); font-size: 12px; line-height: 1.2em; text-transform: uppercase; }

/*------------ CONTENT DEFAULT -----------------------*/
.content-d { position: relative; }
	.content-d.wow { opacity: 0; }
	.content-d.wow.done { opacity: 1; }

	.content-d .logo { margin-bottom: 24px; }

	/* Two Column */
	.content-d.two-column .row { --bs-gutter-x: 80px; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { overflow: hidden;; }
	#banner-d .container { position: relative }
	#banner-d .container:before { background: rgba(0, 97, 165, 0.80); content: ''; height: 100%; pointer-events: none; position: absolute; right: 100%; top: 0; width: 1000%; }

	#banner-d .row { overflow: hidden; }

	/* Content */
	#banner-d .content { position: relative; }
	#banner-d .content:before { background: rgba(0, 97, 165, 0.80); content: ''; height: 175%; pointer-events: none; position: absolute; right: 16%; top: 50%; width: 150%; transform: translateY(-50%) rotate(15deg); }
	#banner-d .title { color: #fff; }
	#banner-d .text * { color: rgba(255, 255, 255, 0.80); }

/*------------ PHOTO CONTENT DEFAULT -----------------------*/
.photo-content-d { position: relative; }
	.photo-content-d.wow { opacity: 0; }
	.photo-content-d.wow.done { opacity: 1; }

	.photo-content-d .row { --bs-gutter-x: 0; }

	/* Image */
	.photo-content-d .img-box { border-radius: 24px; height: 550px; }

	/* Content */
	.photo-content-d .content { padding-right: 50px; }

	/* Content Right */
	.photo-content-d.content-right .content { padding-left: 50px; padding-right: 0; }

/*------------ CARDS DEFAULT -----------------------*/
#cards-d { position: relative; }
	#cards-d .wow { opacity: 0; }
	#cards-d .wow.done { opacity: 1; }

	#cards-d .row { --bs-gutter-y: 24px; }

	#cards-d .item .box { border-radius: 12px; height: 500px; position: relative; transition: opacity 0.4s ease; }
	#cards-d .item .box:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(180deg, rgba(0, 44, 75, 0.00) 0%, rgba(0, 44, 75, 0.40) 59.19%), linear-gradient(0deg, rgba(0, 44, 75, 0.20) 0%, rgba(0, 44, 75, 0.20) 100%); border-radius: 12px; content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	#cards-d .item .box:hover { opacity: 0.75; }
	#cards-d .item .content { bottom: 40px; left: 24px; position: absolute; width: calc(100% - 48px); }
	#cards-d .item .title, #cards-d .item .text *, #cards-d .item .link { color: #fff; }
	#cards-d .item .title { margin-bottom: 10px; }
	#cards-d .item .cta { margin-top: 10px; }

/*------------ CARDS DEFAULT -----------------------*/
#cards-c { position: relative; }
	#cards-c .row { --bs-gutter-y: 24px; }

	#cards-c .item .box { display: flex; flex-wrap: wrap; background-color: #4DA9D4; border-radius: 12px; height: 100%; min-height: 416px; padding: 40px 24px; position: relative; transition: opacity 0.4s ease; }
	#cards-c .item .box:hover { opacity: 0.75; }
	#cards-c .item.orange .box { background-color: #E6882D; }
	#cards-c .item.navyblue .box { background-color: #0061A5; }
	#cards-c .item.green .box { background-color: #369546; }
	#cards-c .item .title, #cards-c .item .text * { color: #fff; }
	#cards-c .item .title, #cards-c .item .bottom { flex: 0 1 auto; width: 100%; }
	#cards-c .item .bottom { align-self: flex-end; }
	#cards-c .cta { margin-top: 12px; }
	#cards-c .cta * { color: #4DA9D4; width: 100%; }
	#cards-c .orange .cta * { color: #E6882D; }
	#cards-c .navyblue .cta * { color: #0061A5; }
	#cards-c .green .cta * { color: #369546; }

/*------------ CIRCLE DEFAULT -----------------------*/
#circle-d { position: relative; }
	#circle-d .wow { opacity: 0; }
	#circle-d .wow.done { opacity: 1; }

	#circle-d .row { --bs-gutter-x: 0; --bs-gutter-y: 24px; margin-right: 40px; }

	#circle-d .item { border: 40px solid #E6882D; border-radius: 50%; height: 310px; margin-right: -40px; padding: 40px 20px; text-align: center; width: 310px; }
	#circle-d .item.skyblue { border-color: #4DA9D4; }
	#circle-d .item.navyblue { border-color: #0061A5; }
	#circle-d .item.green { border-color: #369546; }
	#circle-d .item .icon, #circle-d .item .title { margin-bottom: 10px; }
	#circle-d .item .text * { color: rgba(0, 24, 67, 0.80); }

/*------------ FEATURED DEFAULT -----------------------*/
#featured-d { position: relative; }
	#featured-d .wow { opacity: 0; }
	#featured-d .wow.done { opacity: 1; }

	#featured-d .row { --bs-gutter-y: 24px; }

	#featured-d .cta { margin-top: 20px; }
	#featured-d .cta ul li { margin-bottom: 0; width: 50%; }
	#featured-d .cta ul li a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; height: 100%; }
	
	#featured-d .item .box { display: flex; flex-wrap: wrap; align-items: flex-end; border-radius: 12px; height: 370px; overflow: hidden; padding: 40px 24px; position: relative; }
	#featured-d .item .box:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(180deg, rgba(0, 44, 75, 0.00) 0%, rgba(0, 44, 75, 0.40) 59.19%), linear-gradient(0deg, rgba(0, 44, 75, 0.20) 0%, rgba(0, 44, 75, 0.20) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	#featured-d .item .content { flex: 0 1 auto; position: relative; width: 100%; }
	#featured-d .item .category { background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 80px; color: #fff; display: inline-block; font-size: 14px; line-height: 1.2em; margin-bottom: 10px; padding: 4px 10px; }
	#featured-d .item .title { color: #fff; }

/*------------ FAQ DEFAULT ----------------------*/
#faq-d { position: relative; }
	#faq-d .container { max-width: 900px !important; }

	#faq-d .item { border-bottom: 1px solid rgba(0, 97, 165, 0.24); margin-bottom: 40px; padding-bottom: 40px; }
	#faq-d .item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
	#faq-d .item .title { color: #001843; cursor: pointer; margin-bottom: 0; padding-right: 15px; position: relative; }
	#faq-d .item .title .toggle { height: 13px; position: absolute; right: 0; top: 50%; width: 13px; transform: translateY(-50%); }
	#faq-d .item .title .toggle:before, #faq-d .item .title .toggle:after { background: #001843; content: ''; position: absolute; }
    #faq-d .item .title .toggle:before { height: 2px; top: 50%; width: 100%; transform: translateY(-50%); }
	#faq-d .item .title .toggle:after { height: 100%; left: 50%; width: 2px; transform: translateX(-50%); }
	#faq-d .item.active .title .toggle:after { display: none; }
	#faq-d .item .content { height: 0; margin-bottom: 0; overflow: hidden; transition: height 0.4s ease; }
	#faq-d .item .content .box { padding-top: 15px; }
	#faq-d .item .content .box * { text-align: left; }
	#faq-d .item .content .box *:last-child { margin-bottom: 0; }

/*------------ FILTER DEFAULT ----------------------*/
#filter-d { position: relative; }
	#filter-d .filter { overflow-x: auto; }
	#filter-d ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; min-width: 650px; margin: 0; padding: 0; }
	#filter-d ul li { flex: 0 1 auto; border: 1px solid rgba(228, 115, 0, 0.70); border-radius: 80px; color: rgba(228, 115, 0, 0.70); cursor: pointer; font-weight: 600; line-height: 1.2em; margin-bottom: 0; margin-right: 15px; padding: 14px 32px; }
	#filter-d ul li.active { background-color: #E47300; color: #fff; }
	#filter-d ul li:last-child { margin-right: 0; }

/*------------ SERACH DEFAULT ----------------------*/
#search-d { position: relative; }
	#search-d.wow { opacity: 0; }
	#search-d.wow.done { opacity: 1; }

	#search-d .container { max-width: 1196px !important; }

	#search-d .row { --bs-gutter-x: 20px; --bs-gutter-y: 20px; }
	
	#search-d .form-group { margin-bottom: 0; }
	#search-d .form-control.active { padding: 16px 48px 16px 24px; }
	#search-d input[name="s"].form-control { background-image: url('../assets/images/search.png'); background-position: calc(100% - 24px) 50%; background-repeat: no-repeat; background-size: 14.66px 14.66px; }
	#search-d .title { padding-right: 24px; }

/*------------ GRID DEFAULT -----------------------*/
#grid-d { position: relative; }
	.grid-group .container { max-width: 1196px !important; }
	.grid-group .container > .row { --bs-gutter-x: 0; }
	.grid-group .container > .row > .col { padding-right: 40px; }

	.grid-group .sidebar.wow { opacity: 0; }
	.grid-group .sidebar.wow.done { opacity: 1; }
	.grid-group .sidebar { text-align: right; width: 195px; }
	.grid-group .sidebar .title { margin-bottom: 16px; padding-bottom: 16px; position: relative; }
	.grid-group .sidebar .title:after { background-color: rgba(0, 97, 165, 0.24); bottom: 0; content: ''; height: 1px; left: 0; position: absolute; width: 100%; }
	.grid-group .sidebar ul { margin-bottom: 0; }
	.grid-group .sidebar ul li { color: rgba(0, 24, 67, 0.80); cursor: pointer; margin-bottom: 0; padding: 12px; }
	.grid-group .sidebar ul li.active { background: rgba(0, 97, 165, 0.06); border-right: 2px solid #0061A5; }

	#grid-d .wow { opacity: 0; }
	#grid-d .wow.done { opacity: 1; }

	#grid-d .row { --bs-gutter-x: 24px; --bs-gutter-y: 40px; }

	#grid-d .item .box { border-top-left-radius: 24px; border-top-right-radius: 24px; overflow: hidden; position: relative; }
	#grid-d .item .img { height: 240px; margin-bottom: 20px; }
	#grid-d .item .date { margin-bottom: 10px; }
	#grid-d .item .title { margin-bottom: 20px; }

/*------------ LIST DEFAULT ----------------------*/
#list-d { position: relative; }
	#list-d.wow { opacity: 0; }
	#list-d.wow.done { opacity: 1; }

	#list-d .item { margin-bottom: 40px; width: 100%; }
	#list-d .item:last-child { margin-bottom: 0; }
	#list-d .row { --bs-gutter-x: 40px; --bs-gutter-y: 40px; }
	#list-d hr { border-color: rgba(0, 97, 165, 0.24); margin-top: 40px; }

/*------------ TEAM DEFAULT ----------------------*/
#team-d { position: relative; }
	#team-d .wow { opacity: 0; }
	#team-d .wow.done { opacity: 1; }

	#team-d .container { max-width: 1146px !important; }

	#team-d .row { --bs-gutter-y: 40px; }

	#team-d .item { text-align: center; }
	#team-d .item .img { background: #001843; border-radius: 24px; margin-bottom: 20px; padding: 60px 30px; }
	#team-d .item .name { color: #001843; font-family: 'AvercaseDemo-Regular', serif; font-size: 26px; line-height: 1.3em; margin-bottom: 10px; }

/*------------ CONTACT DEFAULT ----------------------*/
#contact-d { position: relative; }
	#contact-d ul { margin: 0; padding: 0; }
	#contact-d a { text-decoration: none; }
	#contact-d a:hover { opacity: 0.5 }
	#contact-d .contact-socials { margin-top: 30px; }
	#contact-d .contact-socials .title { color: #0061A5; font-family: 'Outfit', sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 10px; text-transform: uppercase; }

	/* Contact */
	#contact-d .contact ul li { position: relative; padding-left: 25px; text-align: left; }
	#contact-d .contact ul li i { color: #0061A5;  left: 0; position: absolute; top: 50%; transform: translateY(-50%); }

	/* Socials */
	#contact-d .socials ul { display: flex; flex-wrap: wrap; align-items: center; }
	#contact-d .socials ul li { flex: 0 1 auto; font-size: 16px; line-height: 1em; margin-bottom: 0; margin-right: 15px; text-align: center; }
	#contact-d .socials ul li a { display: flex; flex-wrap: wrap; align-items: center; font: inherit; transition: opacity 0.4s ease; }
	#contact-d .socials ul li i { flex: 0 1 auto; background-color: #001843; border-radius: 50%; color: #fff; display: block; height: 24px; line-height: 24px; margin-right: 10px; width: 24px; }
	#contact-d .socials ul li:last-child { margin-right: 0; }

	/* Form */
	#contact-d .form .box { background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #EEEBE4 8.8%, rgba(236, 233, 226, 0.00) 100%); border-radius: 12px 12px 0px 0px; padding: 60px; }
	#contact-d .form .title { margin-bottom: 15px; }
	#contact-d .form form { margin-top: 30px; }

/*------------ HERO DEFAULT -----------------------*/
#hero-d { position: relative; }
	#hero-d .wow { opacity: 0; }
	#hero-d .wow.done { opacity: 1; }

	#hero-d .box { display: flex; flex-wrap: wrap; align-items: center; border-radius: 24px; height: 500px; overflow: hidden; padding: 100px 80px; position: relative; }
	#hero-d .box:before { background: linear-gradient(0deg, rgba(0, 30, 83, 0.24) 0%, rgba(0, 30, 83, 0.24) 100%), linear-gradient(270deg, rgba(0, 30, 83, 0.00) 36.42%, #001E53 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	#hero-d .content { flex: 0 1 auto; position: relative; width: 100%; }
	#hero-d .title, #hero-d .text * { color: #fff; }

/*------------ 404 -----------------------*/
#error-404 { position: relative; }
	#error-404 .title { font-size: 250px; }

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 900px !important; }
	#content .container > table { margin-bottom: 20px; }
	#content .date { font-weight: 700; }
	#content *:not(h1):not(h2):not(h3):not(.btn) { color: rgba(1, 1, 1, 0.80) !important; }
	#content a {  word-wrap: break-word; }
	#content ul { margin-bottom: 20px; }

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	.container { width: 90%; }

	/* Header */
	#header .logo img { max-width: 150px; }
	#header .cta a { padding: 14px 25px; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Header */
	#header .menu > ul > li { margin-left: 20px; }

	/* Footer */
	#footer .logo-text-socials { margin-top: 50px; max-width: none; text-align: center; }
	#footer .socials ul { justify-content: center; }
	#footer .bottom .text { margin-left: auto; margin-right: auto; max-width: 350px; }
	#footer .menu { margin-bottom: 50px; }
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.cta ul { justify-content: center; }
	.list ul { display: inline-block; }

	/* Header */
	#header .menu, #header .cta { display: none; }
	#header .hamburger { display: block; }
	#header .logo { flex: 1 1 0; }

	/* Footer */
	#footer .newsletter { text-align: center; }
	#footer .newsletter .row { --bs-gutter-x: 0; }
	#footer .newsletter .box { padding: 40px 30px; }
	#footer .newsletter .row { justify-content: center; }
	#footer .newsletter .content { text-align: center; }
	#footer .bottom .newsletter .form { margin-left: auto; margin-right: auto; max-width: 350px; }
	#footer .newsletter .cta { margin-top: 30px; width: 100%; }

	/* Content Default */
	.content-d .content { text-align: center; }
	.content-d .text { max-width: none; }
	.content-d.two-column .row { --bs-gutter-x: 24px; }
	.content-d.two-column .content { text-align: left; }

	/* Banner Default */
	#banner-d .container:before { left: -10%; right: auto; width: 120%; }
	#banner-d .max-width-400, #banner-d .max-width-450 { max-width: none; }
	#banner-d .content { text-align: center; }
	#banner-d .content:before { display: none; }

	/* Photo Content Default */
	.photo-content-d .img { margin-bottom: 30px; }
	.photo-content-d .content { padding-right: 0; text-align: center; }
	.photo-content-d.content-right .content { padding-left: 0; }

	/* Search Default */
	#search-d .title { text-align: center; }

	/* Grid Default */
	.grid-group .container > .row > .col { margin-bottom: 50px; padding-right: 0; }
	.grid-group .sidebar { text-align: center; width: 100%; }

	/* Contact Default */
	#contact-d .content { margin-bottom: 50px; text-align: center; }
	#contact-d .contact-socials ul { display: inline-block; }
	#contact-d .contact { margin-bottom: 20px; }
	#contact-d .form { text-align: center; }

	/* Hero Default */
	#hero-d .content, #hero-d .title, #hero-d .text { max-width: none; text-align: center; }
}

/*------------ MEDIA 768px ----------------------*/
@media only screen and (min-width: 768px) {

}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	/* Footer */
	#footer .copyright-privacy-policy { text-align: center; }

	/* Photo Content Default */
	.photo-content-d .img-box { height: 0; padding-top: 125%; }

	/* Cards Default */
	#cards-d .item .box { height: 400px; }

	/* 404 */
	#error-404 .title { font-size: 100px; }
}

/*------------ MEDIA 576px ----------------------*/
@media only screen and (min-width: 576px) {
	/* Mobile Nav */
	#mobile-nav .contact br, #footer .copyright br { content: ''; }
	#mobile-nav .contact br:after, #footer .copyright br { content: ' '; }
}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.title.heading-1 { font-size: 40px; }
	.title.font-size-40 { font-size: 36px; }
	.btn { width: 100%; }
	.cta ul li { padding: 0; width: 100%; }

	/* Footer */
	#footer .bottom { padding-bottom: 30px; }
	#footer .menu, #footer .info { text-align: center; }
	#footer .info { margin-bottom: 50px; }
	#footer .newsletter .form-action { margin-top: 10px; }

	/* Cards Default */
	#cards-d .item .content { text-align: center; }

	/* Cards Color */
	#cards-c .item .box { min-height: 375px; text-align: center; }

	/* Hero Default */
	#hero-d .box { padding: 40px 30px; }

	/* Circle Default */
	#circle-d .row { margin-right: 0; }
	#circle-d .item { border-width: 20px; height: 260px; margin-right: 0; padding: 20px; width: 260px; }

	/* Featured Default */
	#featured-d .item .box { height: 400px; }
	#featured-d .cta ul li { margin-bottom: 10px; width: 100%; }
	#featured-d .cta ul li:last-child { margin-bottom: 0; }

	/* FAQ Default */
	#faq-d .item { margin-bottom: 30px; padding-bottom: 30px; }

	/* Contact Default */
	#contact-d .form .box { padding: 40px 30px; }
}