/*----------------Core---------------------------*/
:root { scroll-behavior: auto; }

html { height: 100%; }

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
	color: #606060;
	font: 500 18px 'Montserrat', sans-serif;
	letter-spacing: -0.72px;
	line-height: 1.7em;
	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; }

img.bordered-img { background: #FFF; border-radius: 24px; box-shadow: 2px 4px 16.6px 0 rgba(0, 0, 0, 0.08); }

a { color: #18428F; word-break: break-word; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #18428F; opacity: 0.5; }

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

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

p { color: #606060; line-height: 1.7em; margin-bottom: 20px; }

hr { border: 0; height: 71px; margin: 0; opacity: 1; position: relative; }
hr:before { background-image: url('../assets/images/coa-icon-colored.png'); background-position: center; background-repeat: no-repeat; background-size: cover; content: ''; height: 70px; left: 50%; position: absolute; top: 50%; width: 70px; z-index: 1; transform: translate(-50%,-50%); }
hr:after { background: linear-gradient(90deg, rgba(24, 66, 143, 0.24) 21.01%, rgba(24, 66, 143, 0.03) 49.66%, rgba(24, 66, 143, 0.24) 88.59%); content: ''; height: 2px; left: 0; position: absolute; top: 50%; width: 100%; transform: translateY(-50%); }

strong { color: #606060; font-weight: 700; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: #606060; line-height: 1.7em; margin-bottom: 0; }
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-1730 { max-width: 1730px; }
.max-width-1400 { max-width: 1400px; }
.max-width-1370 { max-width: 1370px; }
.max-width-1225 { max-width: 1225px; }
.max-width-1200 { max-width: 1200px; }
.max-width-1100 { max-width: 1100px; }
.max-width-1000 { max-width: 1000px; }
.max-width-950 { max-width: 950px; }
.max-width-925 { max-width: 925px; }
.max-width-900 { max-width: 900px; }
.max-width-850 { max-width: 850px; }
.max-width-830 { max-width: 830px; }
.max-width-800 { max-width: 800px; }
.max-width-770 { max-width: 770px; }
.max-width-750 { max-width: 750px; }
.max-width-700 { max-width: 700px; }
.max-width-650 { max-width: 650px; }
.max-width-600 { max-width: 600px; }
.max-width-550 { max-width: 550px; }
.max-width-450 { max-width: 450px; }
.max-width-350 { max-width: 350px; }

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

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

.form-control { background: #F0F8FF; border: 1px solid rgba(0, 36, 101, 0.12); border-radius: 4px; font-size: 18px; font-weight: 400; line-height: 1em; padding: 15px 16px; }
.form-control.active { padding-top: 18px; padding-bottom: 12px; }
.form-group { margin-bottom: 20px; position: relative; }
.form-group span { color: #fff; display: block; margin-bottom: 10px; }
.form-group p { color: #fff; font-weight: 400; margin-bottom: 15px; }
.form-group p strong { color: inherit; font-weight: 600; }
.form-group p:last-of-type { margin-bottom: 0; }
.form-box { background: rgba(238, 248, 255, 0.12); border: 1px solid rgba(96, 96, 96, 0.24); padding: 40px 24px 20px; }

.checkbox .checkmark { background-color: transparent; border: 1.5px solid #D9D9D9; border-radius: 4px; height: 24px; left: 0; position: absolute; top: 0; width: 24px; }
.checkbox .checkmark:after { border: solid #D73828; border-width: 0 2px 2px 0; content: ''; display: none; height: 10px; left: 9px; position: absolute; top: 5px; width: 5px; transform: rotate(45deg); }
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox input:checked ~ .checkmark { background-color: #fff; }
input[type="checkbox"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

.radio .checkmark { background-color: #eee; border-radius: 50%; height: 24px; left: 0; position: absolute; top: 0; width: 24px; }
.radio .checkmark:after { background: #fff; border-radius: 50%; content: ''; display: none; height: 10px; left: 50%; position: absolute; top: 50%; width: 10px; transform: translate(-50%,-50%); }
.radio input:checked ~ .checkmark:after { display: block; }
.radio input:checked ~ .checkmark { background-color: #D73828; }
input[type="radio"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

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; }

.file input { color: #fff; margin-bottom: 5px; width: 100%; }
.file input:last-child { margin-bottom: 0; }

textarea.form-control { height: auto; line-height: 1.2em; padding: 15px 16px; }

.form-control:focus { background-color: #F6F3EA; box-shadow: none; color: #606060; }

.form-control::-webkit-input-placeholder { color: #606060; }
.form-control::-moz-placeholder { color: #606060; }
.form-control:-ms-input-placeholder { color: #606060; }
.form-control:-moz-placeholder { color: #606060; }

.form-fighter { position: absolute; top: -99999px; height: 0; overflow: hidden; }

.plain .form-control { background-color: #fff; border-color: transparent; border-radius: 0; }
.plain .form-action { margin-top: 40px; }

.sb-form-message { line-height: 1.2em; text-align: center; }

label { color: #606060; display: block; font-size: 12px; font-weight: 700; left: 28px; line-height: 1em; margin-bottom: 20px; opacity: 1; position: absolute; text-transform: uppercase; top: 10px; z-index: 1; }
.checkbox label { display: flex; flex-wrap: wrap; align-items: center; color: #fff; background-color: transparent !important; font-size: 16px; font-weight: 400; height: 24px; left: auto; margin-bottom: 0; padding-left: 37px; position: relative; text-align: left; text-transform: none; top: auto; }
.radio label { background-color: transparent !important; color: #fff; cursor: pointer; display: block; font-size: 18px; font-weight: 500; left: auto; line-height: 1.2em; margin-bottom: 10px; position: relative; padding-left: 37px; text-align: left; text-transform: none; top: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radio label:last-child { margin-bottom: 0; }

.visually-hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

.breadcrumb { display: block; margin-bottom: 10px; }
.breadcrumb ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0; }
.breadcrumb ul li { flex: 0 1 auto; color: #fff; margin-bottom: 0; }
.breadcrumb ul li:after { content: '/'; margin: 0 5px; }
.breadcrumb ul li:last-child:after { display: none; }
.breadcrumb ul li * { color: #fff; text-decoration: none; }

.top-title { color: #00B3D7; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; text-transform: capitalize; }

.title { color: #002465; font-family: 'TrajanPro-Bold', serif; font-size: 64px; letter-spacing: -3.84px; line-height: 1.3em; text-transform: uppercase; }

.font-size-56 { font-size: 56px; letter-spacing: -3.36px; line-height: 1.2em; }
.font-size-48 { font-size: 48px; letter-spacing: -2.4px; }
.font-size-40 { font-size: 40px; letter-spacing: -2.4px; }
.font-size-36 { font-size: 36px; letter-spacing: -1.8px; }
.font-size-32 { font-size: 32px; letter-spacing: -1.28px; }
.font-size-28 { font-size: 28px; letter-spacing: -1.68px; }
.font-size-24 { font-size: 24px; letter-spacing: -1.44px; }
.font-size-20 { font-size: 20px; letter-spacing: -1.2px; }
.font-size-18 { font-size: 18px; letter-spacing: -1.08px; }

.btn { background: #D73828; border: 1px solid #D73828; border-radius: 4px; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; line-height: 1em; padding: 19px 32px; position: relative; transition: all 0.4s ease; }
.btn:hover { background: #D73828; color: #fff; opacity: 0.5; }

.btn-heart:before { content: '\f004'; font-family: 'Font Awesome 6 Free'; font-weight: 400; margin-right: 8px; }
.btn-arrow-right:after { content: '\f061'; font-family: 'Font Awesome 6 Free'; margin-left: 10px; }

.btn-outline, .btn-outline:hover { background-color: transparent; border: 1px solid #D73828; color: #D73828; }

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

.link { color: #18428F; font-weight: 600; position: relative; }
.link-arrow-right:after { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 10px; }

.link-download:before { content: '\f358'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-right: 10px; }

.list { margin-bottom: 20px; }
.list ul { list-style: none; margin: 0; margin-left: 10px; padding: 0; }
.list ul li { margin-bottom: 0; padding-left: 25px; position: relative; text-align: left; }
.list ul li:last-child { margin-bottom: 0; }
.list ul li:before { background-color: #18428F; border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 11px; width: 8px; }
.list ul li .title { color: inherit; font-size: 18px; font-weight: 700; letter-spacing: -0.9px; line-height: 1.2em; }

.list.check ul { margin-left: 0; }
.list.check > ul > li { background-color: #EEF8FF; border-radius: 4px; margin-bottom: 15px; padding: 24px 24px 24px 55px; }
.list.check > ul > li:before { background-color: transparent; border-radius: 0; color: #18428F; content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; height: auto; left: 24px; top: auto; width: auto; }
.list.check > ul > li:last-child { margin-bottom: 0; }

.list.arrow > ul > li { padding-left: 30px; }
.list.arrow > ul > li:before { background-color: transparent; border-radius: 0; color: #002465; content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; height: auto; left: 0; top: auto; width: auto; }

.list.bullet > ul > li { margin-bottom: 0; padding-left: 20px; }
.list.bullet > ul > li:before { background-color: #606060; height: 4px; top: 12px; width: 4px; }

.list.two-column.roman > ul { display: block; column-count: 2; }
.list.two-column.roman > ul > li { margin: 0 30px 20px !important; width: calc(100% - 60px); }
.list.roman > ul { align-items: center; counter-reset: num-roman; margin-left: 0; }
.list.roman > ul > li { counter-increment: num-roman; margin-bottom: 20px; padding-left: 85px; }
.list.roman > ul > li:last-child { margin-bottom: 0; }
.list.roman > ul > li:before { background-color: transparent; color: #002465; content: counter(num-roman, upper-roman); font-family: 'TrajanPro-Bold', serif; font-size: 32px;  height: auto; top: 50%; width: auto; transform: translateY(-50%); }

.list.num > ul > li { counter-increment: num; }
.list.num > ul > li:before { background-color: transparent; color: #18428F; content: counter(num) '. '; height: auto; top: auto; width: auto; }

.list.two-column ul { display: flex; flex-wrap: wrap; }
.list.two-column ul li { flex: 0 1 auto; margin: 0 6px 12px !important; width: calc(50% - 12px); }

.quote { margin-left: 30px; }
.quote * { font-style: italic; }

.contact-info ul li { margin-bottom: 10px; padding-left: 30px; position: relative; }
.contact-info ul li:last-child { margin-bottom: 0; }
.contact-info ul li a { text-decoration: none; }
.contact-info ul li i { left: 0; position: absolute; top: 4px; }

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

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

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

.custom-table table { border: 4px solid #fff; border-collapse: collapse; width: 100%; }
.custom-table table th, .custom-table table td { border: 4px solid #fff; padding: 14px 20px; width: 40%; }
.custom-table table th:not(:first-child), .custom-table table td:not(:first-child) { font-family: 'TrajanPro-Bold', serif; text-align: center; text-transform: uppercase; width: 15%; } 
.custom-table table th { background-color: #18428F; color: #fff; font-family: 'TrajanPro-Bold', serif; font-size: 28px; color: #fff; letter-spacing: -1.12px; text-transform: uppercase; }
.custom-table table td:first-child { background-color: #EEF8FF; text-align: left; }
.custom-table table td:not(:first-child) { background-color: #D9F0FF; color: #002465; }
.custom-table table tr:last-child td:first-child { color: #18428F; font-family: 'TrajanPro-Bold', serif; font-size: 28px; letter-spacing: -1.12px; text-transform: uppercase; }
.custom-table table tr:last-child td:not(:first-child) { color: #18428F; font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: none; }
.custom-table table tr:last-child td:not(:first-child) span { color: #606060; font-weight: 500; }
.custom-table.col-50 table th, .custom-table table td { color: #606060 !important; font-family: 'Montserrat', sans-serif !important; font-size: 18px !important; font-weight: 600 !important; text-align: center !important; text-transform: none !important; width: 50% !important; }

.caption { background: #F7FBFF; border-radius: 24px; padding: 20px 90px; }
.caption.border-rad-4 { border-radius: 4px; padding: 20px 40px; }
.caption > *:last-child { margin-bottom: 0; }

.scroll-top { bottom: 20px; left: 20px; position: fixed; z-index: 2; }

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

@keyframes fadeIn {
  from { opacity: 0 ;}
  to { opacity: 1; }
}

/*------------ HEADER ----------------------*/
#header { display: flex; flex-wrap: wrap; position: relative; z-index: 10; }
	#header ul { list-style: none; margin: 0; }

	/* Top */
	#header .top { flex: 0 1 auto; background-color: #000; width: 100%; }

	/* Bar */
	#header .bar { background-color: #00B3D7; padding: 10px 0; }
	#header .bar .title { color: #fff; font-family: 'Monserrat', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: -0.56px; }
	#header .bar a { color: #fff; text-decoration: none; }
	#header .bar .info ul { display: flex; }
	#header .bar .info ul li { flex: 0 1 auto; font-size: 14px; letter-spacing: -0.56px; margin-bottom: 0; margin-right: 30px; }
	#header .bar .info ul li:last-child { margin-right: 0; }
	#header .bar .info ul li i { margin-right: 8px; }
	#header .bar .socials ul { display: flex; }
	#header .bar .socials ul li { flex: 0 1 auto; margin-bottom: 0; margin-right: 10px; }
	#header .bar .socials ul li:last-child { margin-right: 0; }

	/* Bottom */
	#header .bottom { flex: 0 1 auto; background-color: #fff; padding: 24px 0; position: relative; width: 100%; }

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

	/* Menu */
	#header .menu { flex: 1 1 0; margin-right: 56px; }
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#header .menu > ul > li { flex: 0 1 auto; color: #606060; font-size: 16px; margin-bottom: 0; margin-left: 30px; }
	#header .menu > ul > li:first-child { margin-left: 0; }
	#header .menu > ul > li i { font-size: 10px; transform: rotate(0deg); }
	#header .menu > ul > li.has-submenu:after { content: ''; height: 55px; left: 0; pointer-events: none; position: absolute; top: calc(100% - 48px); width: 100%; }
	#header .menu > ul > li.has-submenu > a { margin-right: 8px; }
	#header .menu > ul > li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#header .menu > ul > li a:hover { opacity: 0.5; }

	#header .menu > ul > li:hover i { transform: rotate(180deg); }
	#header .menu > ul > li:hover .custom-dropdown { opacity: 1; pointer-events: auto; }
	#header .menu > ul > li:hover:after { pointer-events: auto; }

	/* CTA  */
	#header .cta { flex: 0 0 auto; margin-top: 0; width: auto; }

	/* 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: #fff; left: -15px; list-style: none; margin: 0; margin-top: 12px; min-width: 415px; opacity: 0; overflow: hidden; padding: 20px 15px; pointer-events: none; position: absolute; top: 100%; z-index: 2; transition: opacity 0.4s ease; }
	#header .menu > ul > li > ul > li { border-bottom: 1px solid rgba(20, 33, 75, 0.2); color: #606060; font-size: 16px; 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; }

	/* Custom Dropdown */
	#header .custom-dropdown { background: #FFF; left: 0; margin-top: 1px; opacity: 0; overflow: hidden; pointer-events: none; padding: 40px 0; position: absolute; top: 100%; width: 100%; z-index: 2; transition: opacity 0.4s ease; }
	#header .custom-dropdown ul > li { font-size: 18px; letter-spacing: -0.72px; } 
	#header .custom-dropdown a:after { display: none; }
	#header .custom-dropdown .title { line-height: 1.2em; margin-bottom: 20px; }
	#header .item { position: relative; }
	#header .item .title { color: #606060; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.72px; margin-bottom: 0; text-transform: none; }
	#header .item .text * { font-size: 14px; font-weight: 400; line-height: 1.4em; letter-spacing: -0.56px; }

	#header .style-1 .item .title { border-bottom: 0.5px solid #18428F; padding-bottom: 10px; }
	#header .style-1 ul { margin-left: 10px; margin-top: 25px; }
	#header .style-1 ul li { line-height: 1.2em; margin-bottom: 20px; }
	#header .style-1 ul li:last-child { margin-bottom: 0; }

	#header .style-2 { padding: 0; }
	#header .style-2 .row { --bs-gutter-x: 0; }
	#header .style-2 .content { padding: 40px 0; }
	#header .style-2 .content .row { --bs-gutter-x: 24px; }
	#header .style-2 .item { margin-bottom: 20px; transition: opacity 0.4s ease; }
	#header .style-2 .item:hover { opacity: 0.5; }
	#header .style-2 .item:last-child { margin-bottom: 0; }
	#header .style-2 .hero { background-color: #18428F; height: 100%; padding: 50px 45px; position: relative; }
	#header .style-2 .hero:after { background-color: #18428F; content: ''; height: 100%; left: 100%; position: absolute; top: 0; width: 1000%; }
	#header .style-2 .hero .title, #header .style-2 .hero .text * { color: #fff; }
	#header .style-2 .cta { margin-top: 20px; }
	#header .style-2 .cta a { color: #fff; line-height: 1em; }

	#header .style-3 .row { --bs-gutter-y: 24px; }
	#header .style-3 .img img { border-radius: 4px; }
	#header .style-3 .item .title { margin-bottom: 5px; }
	#header .style-3 .item .box { position: relative; transition: opacity 0.4s ease; }
	#header .style-3 .item .box: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: 142px; max-width: 350px; width: 90%; transform: translateX(100%); z-index: 15; }
	.hamburger-active #mobile-nav { transform: translateX(0); }

	#mobile-nav a { color: inherit; display: block; font: inherit; text-decoration: none; }

	#mobile-nav .menu-contact-bottom { height: calc(100% - 142px); overflow-y: auto; }
	#mobile-nav .menu > ul { list-style: none; margin: 0; margin-bottom: 20px; position: relative; }
	#mobile-nav .menu > ul > li { border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: #606060; font-size: 14px; font-weight: 500; letter-spacing: -0.56px; line-height: 1.2em; margin-bottom: 0; padding: 0; position: relative; }
	#mobile-nav .menu > ul > li > i { display: block; font-size: 12px; padding: 15px; position: absolute; right: 32px; top: 8px; }
	#mobile-nav .menu > ul > li > a { padding: 20px 32px; }

	/* Custom Dropdown */
	#mobile-nav .custom-dropdown { background-color: #fff; height: calc(100% - 142px); left: 0; overflow-y: auto; padding: 24px 32px; position: fixed; top: 0; width: 100%; z-index: 2; transform: translateX(100%); transition: transform 0.4s ease; }
	#mobile-nav .custom-dropdown.active { transform: translateX(0); }
	#mobile-nav .custom-dropdown .title { display: flex; flex-wrap: wrap; align-items: center; position: relative; }
	#mobile-nav .custom-dropdown .title i { flex: 0 0 auto; right: auto; padding: 0 15px 0 10px; position: relative; top: auto; }
	#mobile-nav .custom-dropdown .title a { flex: 1 1 0; display: inline-block; padding: 0; }
	#mobile-nav .custom-dropdown .text * { font-size: 14px; font-weight: 400; }
	#mobile-nav .item .box { position: relative; }
	#mobile-nav .item .title { color: #606060; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; text-transform: none; }
	#mobile-nav .custom-dropdown ul li a { padding: 10px; }

	#mobile-nav .style-1 .item .title { border-bottom: 0.5px solid #606060; margin-bottom: 10px; padding: 10px 0; }

	#mobile-nav .style-2 { padding: 0; }
	#mobile-nav .style-2 .content { padding: 24px 32px; }
	#mobile-nav .style-2 .title { margin-bottom: 15px !important; }
	#mobile-nav .style-2 .item { margin-bottom: 20px; position: relative; }
	#mobile-nav .style-2 .item:last-child { margin-bottom: 0; }
	#mobile-nav .style-2 .item .title { margin-bottom: 0 !important; }
	#mobile-nav .style-2 .item .text * { line-height: 1.2em; }
	#mobile-nav .style-2 .hero .box { background-color: #18428F; padding: 40px 32px; }
	#mobile-nav .style-2 .hero .title, #mobile-nav .style-2 .hero .text * { color: #fff; }
	#mobile-nav .style-2 .hero .cta { margin-top: 20px; padding: 0; }
	#mobile-nav .style-2 .hero .cta a { color: #fff; }

	#mobile-nav .style-3 .title { margin-bottom: 15px !important; }
	#mobile-nav .style-3 .item { margin-bottom: 15px; }
	#mobile-nav .style-3 .item:last-child { margin-bottom: 0; }
	#mobile-nav .style-3 .item .title { margin-bottom: 5px !important; }
	#mobile-nav .style-3 .item .text * { font-size: 12px; line-height: 1.2em; }
	
	/* CTA */
	#mobile-nav .cta { padding: 0 32px 20px; }
	#mobile-nav .cta a { color: #fff; font-size: 16px; line-height: 1.1em; }

	/* Contact */
	#mobile-nav .contact { padding: 0 32px 20px; }
	#mobile-nav .contact .box { background-color: #193873; 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); padding: 30px 32px; }
	#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: #193873; 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: 9; transition: all 0.4s ease; }
	.hamburger-active #mobile-nav-overlay { opacity: 1; visibility: visible; }

/*------------ FOOTER ----------------------*/
#footer { background-color: #154C9F; padding: 80px 0 40px; position: relative; }
	#footer .title:not(#footer .newsletter .title) { color: #fff; font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -0.8px; margin-bottom: 15px; text-transform: capitalize; }
	#footer a { color: inherit; text-decoration: none; }
	#footer ul { list-style: none; margin: 0; padding: 0; }
	#footer ul li { color: #fff; }
	#footer ul li a { color: inherit; font: inherit; }

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

	/* Menu */
	#footer .menu { order: 2; }
	#footer .menu ul li { margin-bottom: 20px; }
	#footer .menu ul li:last-child { margin-bottom: 0; }

	/* Info */
	#footer .info-socials { order: 3; }	

	#footer .info { margin-bottom: 40px; }
	#footer .info ul li { margin-bottom: 20px; padding-left: 30px; position: relative; text-align: left; }
	#footer .info ul li:last-child { margin-bottom: 0; }
	#footer .info ul li i { left: 0; position: absolute; top: 4px; }

	/* Socials */
	#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: #002465; display: block; font: inherit; line-height: 40px; height: 40px; width: 40px; 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 { order: 4; position: relative; }
	#footer .newsletter .box { background: rgba(255, 255, 255, 0.08); border-radius: 4px; max-width: 450px; padding: 40px; position: relative; }
	#footer .newsletter .title { color: #fff; margin-bottom: 10px; text-transform: uppercase; }
	#footer .newsletter .text { margin-bottom: 25px; }
	#footer .newsletter .text * { color: #fff; font-weight: 400; }
	#footer .newsletter label { left: 16px; }
	#footer .newsletter .form-group { margin-bottom: 15px; }
	#footer .newsletter .cta { margin-top: 0; }
	#footer .newsletter .cta a { padding: 14px 53px; }
	#footer .newsletter .sb-form-message { color: #fff; left: 0; position: absolute; width: 100%; }

	/* Copyright - Privacy Policy */
	#footer .copyright-privacy-policy { order: 5; margin-top: 60px; padding-top: 20px; 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 { 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; }

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

	/* Content Nav */
	.content-d .content-nav .cta { margin-top: 0;}
	.content-d .nav .arrow:first-child { margin-right: 10px; }
	.content-d .arrow.swiper-button-disabled { background-color: transparent; opacity: 0.5; pointer-events: none; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { background-color: #164DA1; position: relative; }
	#banner-d:before { background: radial-gradient(50.26% 50.07% at 51.33% 49.95%, rgba(0, 0, 0, 0.32) 8.57%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }

	#banner-d .max-width-1730 { position: relative; z-index: 2; }

	#banner-d .title, #banner-d .text * { color: #fff; }
	#banner-d .text * { font-size: 24px; }
	body:not(#page-index) #banner-d .text * { font-size: 20px; }

	/* Slider */
	#banner-d .swiper { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	#banner-d .swiper .swiper-wrapper { -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important; }
	#banner-d .swiper .swiper-wrapper, #banner-d .swiper .swiper-slide { height: 100%; }

	/* Gradient 2 */
	#banner-d.gradient-2:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); }

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

	#cards-i .row { --bs-gutter-y: 30px; }

	#cards-i .item .box { background-color: #14409C; border-radius: 16px; height: 100%; padding: 60px 30px; }

	#cards-i .item .img { margin-bottom: 20px; }
	#cards-i .item .img img { border-radius: 50%; }
	#cards-i .item .title, #cards-i .item .text * { color: #fff; }
	#cards-i .item .title { margin-bottom: 15px; }
	#cards-i .item .text * { font-size: 14px; margin-bottom: 10px; }

/*------------ CARDS ICON 2 -----------------------*/
#cards-i-2 { position: relative; }
	#cards-i-2 .wow { opacity: 0; }
	#cards-i-2 .wow.done { opacity: 1; }

	#cards-i-2 .row { --bs-gutter-x: 15px; --bs-gutter-y: 15px; }

	#cards-i-2 .box { display: flex; flex-wrap: wrap; align-items: center; background: #18428F; border: 1px solid rgba(50, 50, 50, 0.12); border-radius: 8px; height: 100%; padding: 19px 16px; }
	#cards-i-2 .item .icon, #cards-i-2 .item .content { flex: 0 1 auto; }
	#cards-i-2 .item .content { padding-left: 16px; width: calc(100% - 48px); }
	#cards-i-2 .item .text * { color: #fff; font-size: 16px; line-height: 1.2em; }

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

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

	#cards-t .box { display: flex; flex-wrap: wrap; flex-direction: column; background: #EEF8FF; border-radius: 4px; height: 100%; overflow: hidden; position: relative; transition: opacity 0.4s ease; }
	#cards-t .box:hover { opacity: 0.75; }

	#cards-t .item .img { flex: 0 0 auto; height: 0; padding-top: 80%; }
	#cards-t .item .content { flex: 1 1 0; display: flex; flex-direction: column; justify-content: space-between; padding: 50px 30px; position: relative; }
	#cards-t .item .top, #cards-t .item .cta { flex: 0 1 auto; }
	#cards-t .item .tag { background: #92C83E; border-radius: 4px; color: #fff; font-family: 'TrajanPro-Bold', serif; left: 36px; letter-spacing: -0.96px; line-height: 1.2em; padding: 10px 10px 10px 60px; position: absolute; text-transform: uppercase; top: -20px; width: calc(100% - 54px); }
	#cards-t .item .tag.red { background: #D73828; }
	#cards-t .item .tag.yellow { background: #FCAF17; }
	#cards-t .item .tag.blue { background: #00B3D7; }
	#cards-t .item .tag img { left: -18px; position: absolute; top: 50%; transform: translateY(-50%); }
	#cards-t .item .cta { margin-top: 20px; }
	#cards-t .item .link { color: #18428F; } 

/*------------ 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 { text-align: center; }
	.photo-content-d .img-box { min-height: 800px; }

	/* Content */
	.photo-content-d .content { padding-right: 80px; }
	.photo-content-d .content img { border-radius: 4px; margin-bottom: 20px; }
	.photo-content-d .content .btn { margin-bottom: 20px; }

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

	/* Image Height Full */
	.photo-content-d.img-height-full .img-box { height: 0; min-height: 100%; }
	.photo-content-d.img-height-full .content { padding-bottom: 0; padding-top: 0; }
	
/*------------ PHOTO CONTENT FULL -----------------------*/
.photo-content-f { background-color: #EEF8FF; position: relative; }
	.photo-content-f.wow { opacity: 0; }
	.photo-content-f.wow.done { opacity: 1; }

	.photo-content-f .row { --bs-gutter-x: 0; }
	.photo-content-f .list.bullet > ul > li:before { background-color: #fff; }

	/* Image */
	.photo-content-f .img-box { height: 100%; }

	/* Content */
	.photo-content-f .content { padding: 0 5%; }
	.photo-content-f .top-title { color: #002465; }

	/* Navy Blue Background */
	.photo-content-f.navy-bg { background-color: #18428F; }
	.photo-content-f.navy-bg .title, .photo-content-f.navy-bg .text * { color: #fff; }

/*------------ TESTIMONIALS DEFAULT -----------------------*/
#testimonials-d { position: relative; }
	#testimonials-d .slider { position: relative; }

	#testimonials-d .swiper .swiper-slide { height: auto; }
	#testimonials-d .swiper .box { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; background-color: #EEF8FF; border-radius: 4px; height: 100%; padding: 60px; }
	#testimonials-d .swiper .quote, #testimonials-d .swiper .name-position { flex: 0 1 auto; }
	#testimonials-d .swiper .quote { margin-left: 0; }
	#testimonials-d .swiper .quote * { font-style: normal; }
	#testimonials-d .swiper .quote-symbol { margin-bottom: 40px; }
	#testimonials-d .swiper .name-position { margin-top: 40px; }

	#testimonials-d .arrow { position: absolute; top: calc(50% - 30px); z-index: 2; transform: translateY(-50%); }
    #testimonials-d .arrow.swiper-button-disabled { opacity: 1; }
    #testimonials-d .arrow.swiper-button-disabled svg > g > g > path { fill: rgba(23, 63, 104, 0.25); }
    #testimonials-d .arrow-left { right: calc(100% + 10px); }
    #testimonials-d .arrow-right { left: calc(100% + 10px); }

	#testimonials-d .custom-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 60px; }
    #testimonials-d .swiper-pagination { display: flex; flex-wrap: wrap; justify-content: center; bottom: 20px; height: 5px; line-height: 1em; top: auto; }
	#testimonials-d .swiper-pagination-bullet { flex: 0 1 auto; background-color: #C1C1C1; border-radius: 17px; height: 17px; margin: 0 8px; opacity: 1; width: 17px; }
	#testimonials-d .swiper-pagination-bullet-active { background-color: #D73828; height: 28px; width: 28px; }

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

	#quote-d .box { background: #EEF8FF; border-radius: 4px; padding: 60px 80px; }
	#quote-d .quote { margin-left: 0; }
	#quote-d .quote * { font-style: normal; }
	#quote-d .quote-symbol { margin-bottom: 40px; }
	#quote-d .name-position { margin-top: 40px; }

/*------------ QUOTE VIEO -----------------------*/
#quote-v { position: relative; }
	#quote-v.wow { opacity: 0; }
	#quote-v.wow.done { opacity: 1; }

	#quote-v .row { --bs-gutter-x: 40px; }

	/* Content */
	#quote-v .content .box { background: #F7FBFF; border-radius: 24px; padding: 80px 40px; position: relative; }
	#quote-v .quote { margin-left: 0; }
	#quote-v .quote-symbol { left: 40px; position: absolute; top: -42px; }
	#quote-v .text { margin-bottom: 20px; }
	#quote-v .text * { color: rgba(24, 66, 143, 0.80); font-size: 28px; font-weight: 600; letter-spacing: -1.12px; }
	#quote-v .title { margin-bottom: 5px; }
	#quote-v .position { font-size: 16px; letter-spacing: -0.64px; }

	/* Video */
	#quote-v .video .box { border-radius: 24px; box-shadow: 0 10px 6.8px 0 rgba(0, 0, 0, 0.25); min-height: 100%; overflow: hidden; position: relative; }
	#quote-v .video .box:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	#quote-v .video .play { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
	#quote-v .video .play:hover { opacity: 1; }
	#quote-v .video .play img { flex: 0 1 auto; }

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

	.hero-d:not(.gradient):not(.skyblue-bg):not(.white-bg):not(.darkskyblue-bg):not(.gray-bg) .top-title, .hero-d:not(.gradient):not(.skyblue-bg):not(.white-bg):not(.darkskyblue-bg):not(.gray-bg) .title, .hero-d:not(.gradient):not(.skyblue-bg):not(.white-bg):not(.darkskyblue-bg):not(.gray-bg) .text * { color: #fff; }

	.hero-d .box { background-color: #185CA5; }

	/* Background Image */
	.hero-d.background-img { background-color: #164DA1; }

	/* Gradient */
	.hero-d.gradient { background: linear-gradient(180deg, rgba(238, 248, 255, 0.00) 0%, #EEF8FF 100%); }

	/* Skyblue Background */
	.hero-d.skyblue-bg .box { background-color: #F7FBFF; padding: 100px 90px; }

	/* Dark Skyblue Background */
	.hero-d.darkskyblue-bg .box { border-radius: 24px; background-color: #EEF8FF; padding: 60px; }

	/* White Background */
	.hero-d.white-bg .box { background-color: #fff; padding: 80px 100px; }

	/* Gray Background */
	.hero-d.gray-bg .box { background-color: rgba(240, 248, 255, 0.50); padding: 80px; }

	/* Form */
	.hero-d .form { position: relative; }
	.hero-d .form label { left: 16px; } 
	.hero-d .form .sb-form-message { left: 0; position: absolute; width: 100%; }

/*------------ HERO STATS -----------------------*/
#hero-s { background-color: #1651A2; position: relative; }
	#hero-s .row { --bs-gutter-x: 0; }

	/* Content */
	#hero-s .content { padding-right: 80px; }
	#hero-s .top-title, #hero-s .title, #hero-s .text * { color: #fff; }

	/* Stats */
	#hero-s .stats { background: rgba(0, 36, 101, 0.24); border-radius: 4px; position: relative;  }
	#hero-s .stats .icon { left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
	#hero-s .stats .row { --bs-gutter-x: 0; height: 100%; position: relative; }
	#hero-s .stats .row:before { background: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 21.01%, rgba(255, 255, 255, 0.03) 49.66%, rgba(255, 255, 255, 0.24) 88.59%); content: ''; height: 1px; left: 0; position: absolute; top: 50%; width: 100%; transform: translateY(-50%); }
	#hero-s .stats .row:after { background: linear-gradient(0deg, rgba(255, 255, 255, 0.24) 21.01%, rgba(255, 255, 255, 0.03) 49.66%, rgba(255, 255, 255, 0.24) 88.59%);  content: ''; height: 100%; left: 0; position: absolute; left: 50%; width: 1px; transform: translateX(-50%); }
	#hero-s .stats .item { aspect-ratio: 6 / 5; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 40px; }
	#hero-s .stats .item .box { flex: 0 1 auto; width: 100%; }
	#hero-s .stats .item .number, #hero-s .stats .item .top-title, #hero-s .stats .item .title, #hero-s .stats .item .text * { color: #fff; }
	#hero-s .stats .item .number { font-family: 'TrajanPro-Bold', serif; font-size: 40px; margin-bottom: 20px; text-transform: uppercase; }
	#hero-s .stats .item .top-title { font-size: 14px; letter-spacing: -0.56px; }
	#hero-s .stats .item .title { margin-bottom: 10px; }

/*------------ HERO STATS -----------------------*/
#hero-s-2 { background-color: #1857A4; position: relative; }
	#hero-s-2 .row { --bs-gutter-x: 0; }

	/* Content */
	#hero-s-2 .content { text-align: center; }
	#hero-s-2 .top-title, #hero-s-2 .title { color: #fff; }

	/* Stats */
	#hero-s-2 .stats { border-radius: 4px; }
	#hero-s-2 .stats .item .box { background: rgba(0, 36, 101, 0.24); height: 100%; padding: 90px 40px; position: relative; }
	#hero-s-2 .stats .item .box:after { background: linear-gradient(270deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.06) 100%); content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 1px; }
	#hero-s-2 .stats .item:last-child .box:after { display: none; }
	#hero-s-2 .stats .item .number { color: #fff; font-family: 'TrajanPro-Bold', serif; font-size: 40px; font-weight: 700; line-height: 1.4em; margin-bottom: 20px; text-transform: uppercase; }
	#hero-s-2 .stats .item .title { margin-bottom: 10px; }
	#hero-s-2 .stats .item .text * { color: #fff; }

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

	.accordion-d .item { background-color: #EEF8FF; border-radius: 4px; cursor: pointer; margin-bottom: 24px; padding: 24px 30px; }
	.accordion-d .item:last-child { border-bottom: 0; margin-bottom: 0; }
	.accordion-d .item .title { color: #002465; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -0.96px; line-height: 1.2em; margin-bottom: 0; padding-right: 30px; position: relative; text-align: left; text-transform: capitalize; }
	.accordion-d .item .toggle { color: #002465; font-size: 20px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }
	.accordion-d .item.active .toggle { transform: translateY(-50%) rotate(180deg); }
	.accordion-d .item .content { height: 0; margin-bottom: 0; overflow: hidden; transition: height 0.4s ease; }
	.accordion-d .item .content .box { background: transparent; padding: 0; padding-top: 15px; }
	.accordion-d .item .content .box img { margin-bottom: 20px; }
	.accordion-d .item .content .box * { text-align: left; }
	.accordion-d .item .content .box *:last-child { margin-bottom: 0; }

/*------------ HERO PHOTO CONTENT -----------------------*/
.hero-pc { position: relative; }
	.hero-pc.wow { opacity: 0; }
	.hero-pc.wow.done { opacity: 1; }

	.hero-pc .row { --bs-gutter-x: 0; justify-content: space-between; }

	.hero-pc .box { background-color: #F7FBFF; padding: 50px 80px; }

	/* Image */
	.hero-pc .img { text-align: center; }
	
	/* Content */
	.hero-pc .content { padding-right: 50px; }

/*------------ HERO PHOTO CONTENT FULL -----------------------*/
.hero-pcf { position: relative; }
	.hero-pcf.wow { opacity: 0; }
	.hero-pcf.wow.done { opacity: 1; }

	.hero-pcf .row { --bs-gutter-x: 0; }
	.hero-pcf .list.arrow > ul > li:before, .hero-pcf .list.bullet > ul > li:before { color: #fff; }
	.hero-pcf .list.bullet > ul > li:before { background-color: #fff; }
	
	/* Background Image */
	.hero-pcf.background-img { background-color: #154C9F; }

	/* Image */
	.hero-pcf .img { padding-right: 20px; }
	.hero-pcf .img-box { min-height: 100%; }

	/* Content */
	.hero-pcf .content { padding-left: 20px; }
	.hero-pcf .title, .hero-pcf .text * { color: #fff; }

	/* Default Image Height */
	.hero-pcf.default-img-height .img-box { min-height: 600px; }

/*------------ SOCIAL FEED DEFAULT -----------------------*/
#social-feed-d { position: relative; }
	#social-feed-d .wow { opacity: 0; }
	#social-feed-d .wow.done { opacity: 1; }

	#social-feed-d .row { --bs-gutter-x: 8px; --bs-gutter-y: 8px; }

	#social-feed-d .item .img { border-radius: 8px; overflow: hidden; position: relative; transition: opacity 0.4s ease; }
	#social-feed-d .item .img:hover { opacity: 0.75; }
	#social-feed-d .item .img-box { height: 0; padding-top: 100%; }

/*------------ PARTNERS DEFAULT -----------------------*/
#partners-d { position: relative; text-align: center; }
	#partners-d .row { --bs-gutter-y: 24px; }

	#partners-d .slider { position: relative; }

	#partners-d .swiper { width: calc(100% - 100px); }
	#partners-d .swiper .swiper-wrapper { align-items: center; }
	#partners-d .swiper .swiper-slide { text-align: center; width: auto; }

	#partners-d .arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); }
    #partners-d .arrow.swiper-button-disabled { opacity: 1; }
    #partners-d .arrow-left { left: 0; }
    #partners-d .arrow-right { right: 0; }

	#partners-d .title { color: #606060; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; margin-top: 20px; text-align: center; text-transform: none; }

	/* Custom 3 Column */
	#partners-d.custom-3-col .row { --bs-gutter-x: 60px; --bs-gutter-y: 20px; }

/*------------ EVENTS HEADER -----------------------*/
.events-h {  background-color: #1755A2; position: relative; }
	.events-h.wow { opacity: 0; }
	.events-h.wow.done { opacity: 1; }

	.events-h .row { --bs-gutter-x: 0; }

	/* Image */
	.events-h .img { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;  aspect-ratio: 1 / 1; background-color: #fff; border-radius: 4px; padding: 40px; }
	.events-h .img img { flex: 0 1 auto; }

	/* Content */
	.events-h .content { padding-left: 80px; }
	.events-h .top-title, .events-h .title, .events-h .text *, .events-h .meta ul li { color: #fff; }
	.events-h .meta ul li { margin-bottom: 10px; padding-left: 30px; position: relative; text-align: left; }
	.events-h .meta ul li:last-child { margin-bottom: 0; }
	.events-h .meta ul li i { color: #fff; left: 0; position: absolute; top: 4px; }

	/* Black Image */
	.events-h.black-img .img { background: #010101; }

/*------------ EVENTS LIST -----------------------*/
.events-l { position: relative; }
	.events-l.wow { opacity: 0; }
	.events-l.wow.done { opacity: 1; }

	.events-l .row { --bs-gutter-x: 0; }

	.events-l .img { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; aspect-ratio: 1 / 1; background: #FFF; border-radius: 4px; padding: 30px; }
	.events-l .img img { flex: 0 1 auto; }
	.events-l .box { background: rgba(240, 248, 255, 0.50); border: 1px solid #F0F8FF; border-radius: 12px; padding: 30px; }
	.events-l .content { padding-left: 40px; }
	.events-l .title { margin-bottom: 0; }
	.events-l .tag { color: #002465; font-weight: 600; }
	.events-l .text { margin-top: 15px; }

	/* Black Image */
	.events-l.black-img .img { background: #010101; }

/*------------ EVENTS PHOTO CONTENT -----------------------*/
#events-pc { position: relative; }
	#events-pc.wow { opacity: 0; }
	#events-pc.wow.done { opacity: 1; }

	#events-pc .row { --bs-gutter-x: 0; }

	/* Image */
	#events-pc .img { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #EEF8FF; border-radius: 4px; min-height: 100%; padding: 40px; }
	#events-pc .img img { flex: 0 1 auto; }

	/* Content */
	#events-pc .content { padding-left: 80px; }
	#events-pc .meta ul li { margin-bottom: 10px; padding-left: 30px; position: relative; text-align: left; }
	#events-pc .meta ul li:last-child { margin-bottom: 0; }
	#events-pc .meta ul li i { color: #002465; left: 0; position: absolute; top: 4px; }

	/* Black Image */
	#events-pc.black-img .img { background: #010101; }
	
/*------------ EVENTS CARD -----------------------*/
#events-c { position: relative; }
	#events-c .wow { opacity: 0; }
	#events-c .wow.done { opacity: 1; }

	#events-c .row { --bs-gutter-x: 40px; --bs-gutter-y: 40px; }
	
	#events-c .item .box { display: flex; flex-wrap: wrap; flex-direction: column; height: 100%; }
	#events-c .item .img { flex: 0 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #EEF8FF; border-radius: 12px; aspect-ratio: 1 / 1; padding: 40px; width: 100%; }
	#events-c .item .img img { flex: 0 1 auto; }
	#events-c .item .content { flex: 1 1 0; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; padding-top: 40px; }
	#events-c .item .top, #events-c .item .cta { flex: 0 1 auto; }

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

	#tab-d .row { --bs-gutter-x: 0; }

	/* Filter */
	#tab-d .filter ul li { background: rgba(238, 248, 255, 0); border-left: 2px solid transparent; color: #002465; cursor: pointer; font-family: 'TrajanPro-Bold'; font-size: 24px; font-weight: 700; letter-spacing: -1.2px; line-height: 1.2em; padding: 16px 40px; text-transform: uppercase; }
	#tab-d .filter ul li.active { background-color: rgba(238, 248, 255, 1); border-color: #002465; }

	/* Content */
	#tab-d .content { padding-left: 80px; }
	#tab-d .box { background: #EEF8FF; border-radius: 4px; padding: 40px; }
	#tab-d .item { display: none; animation: fadeIn 1s; }
	#tab-d .item:first-child { display: block; }
	#tab-d .item span { color: #002465; font-family: 'TrajanPro-Bold'; font-size: 24px; font-weight: 700; letter-spacing: -1.2px; line-height: 1.2em; text-transform: uppercase; }

/*------------ FILTER DEFAULT -----------------------*/
#filter-d { position: relative; }
	#filter-d .filter { overflow-x: auto; }
	#filter-d .filter::-webkit-scrollbar { height: 8px; }
	#filter-d .filter::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
	#filter-d .filter::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; }
	#filter-d .filter::-webkit-scrollbar-thumb:hover { background: #555; }

	#filter-d ul { display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; margin-bottom: 0; }
	#filter-d ul li { flex: 0 0 auto; background-color: #fff; border: 1px solid #18428F; border-radius: 80px; color: #18428F; cursor: pointer; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; margin-bottom: 0; margin-right: 24px; padding: 16px 32px; }
	#filter-d ul li.active { background-color: #18428F; color: #fff; }
	#filter-d ul li:last-child { margin-right: 0; }

	/* White */
	#filter-d.white ul li { background-color: transparent; border-color: #fff; color: #fff; }
	#filter-d.white ul li.active { background-color: #fff; color: #18428F; }

/*------------ GALLERY SLIDER -----------------------*/
.gallery-s { position: relative; }
	.gallery-s.wow { opacity: 0; }
	.gallery-s.wow.done { opacity: 1; }

	.gallery-s .swiper-slide .img { height: 0; padding-top: 87%; }

/*------------ GRID DEFAULT -----------------------*/
#grid-d { position: relative; }
	#grid-d .row { --bs-gutter-y: 40px; }

	#grid-d .item .box { position: relative; transition: opacity 0.4s ease; }
	#grid-d .item .box:hover { opacity: 0.5; }
	#grid-d .item .img { border-radius: 4px; margin-bottom: 20px; padding-top: 100%; }
	#grid-d .item .category { color: #00B3D7; font-size: 14px; font-weight: 600; letter-spacing: -0.56px; line-height: 1.2em; margin-bottom: 10px; text-transform: capitalize; }
	#grid-d .item .title { font-size: 28px; letter-spacing: -1.68px; line-height: 1em; }

/*------------ GRID GRADIENT -----------------------*/
#grid-g { position: relative; }
	#grid-g .row { --bs-gutter-y: 24px; }
	#grid-g .link { color: #fff; }

	#grid-g .item .box { background: rgba(255, 255, 255, 0.08); border-radius: 4px; height: 100%; padding: 40px; }
	#grid-g .item .cta { margin-top: 20px; }
	

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

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

	.list-d .item .box { background-color: #143F9B; border-radius: 4px; height: 100%; padding: 32px; position: relative; transition: opacity 0.4s ease; }
	.list-d .item .box:hover { opacity: 0.75; }

	.list-d .item .img { border-radius: 4px; height: 270px; overflow: hidden; }
	.list-d .item .img-box { background-position: center top !important; height: 100%; width: 100%; }
	.list-d .item .content { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; height: calc(100% - 270px); padding-top: 40px; }
	.list-d .item .top, .list-d .item .cta { flex: 0 1 auto; width: 100%; }
	.list-d .item .category, .list-d .item .date, .list-d .item .title, .list-d .item .excerpt *, .list-d .item .visually-hidden { color: #fff; }
	.list-d .item .excerpt *:last-child { margin-bottom: 0; }
	.list-d .item .date, .list-d .item .category { font-size: 12px; }
	.list-d .item .title { display: -webkit-box; height: 109px; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
	.list-d .item .cta { margin-top: 20px; }

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

	#faq-d .row { --bs-gutter-x: 0; }

	#faq-d .faq { padding-left: 40px; }
	#faq-d .item { background: #EEF8FF; border-radius: 4px; margin-bottom: 20px; padding: 20px 40px; }
	#faq-d .item:last-child { margin-bottom: 0; }
	#faq-d .item .title { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -0.96px; line-height: 1.2em; padding-right: 20px; text-transform: capitalize; }
	#faq-d .item .cta { margin-top: 0; }

/*------------ HISTORY DEFAULT -----------------------*/
#history-d { background-color: #164DA1; position: relative; }
	#history-d .content .top-title, #history-d .content .title, #history-d .content .text * { color: #fff; }

	#history-d .slider { position: relative; }
	#history-d .swiper { width: calc(100% - 178px); }
	#history-d .swiper .box { text-align: center; }
	#history-d .swiper .img { margin-bottom: 40px; padding-bottom: 65px; position: relative; }
	#history-d .swiper .img .dot { background-color: #fff; border-radius: 24px; bottom: -5px; height: 13px; left: 50%; position: absolute; width: 13px; transform: translateX(-50%); }
	#history-d .swiper .img .dot:before { background-color: rgba(255,255,255,0.24); border-radius: 24px; content: ''; height: calc(100% + 8px); left: -4px; position: absolute; top: -4px; width: calc(100% + 8px); }
	#history-d .swiper .img:after { background: rgba(255, 255, 255, 0.40); bottom: 0; content: ''; height: 3px; left: 0; position: absolute; width: calc(100% + 90px); }
	#history-d .swiper .img-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: #fff; border-radius: 4px; height: 250px; margin: 0 auto; padding: 20px; position: relative; max-width: 300px; width: 100%; transform: scale(0); transition: transform 0.3s ease; }
	#history-d .swiper .img-box:after { border-left: 13px solid transparent; border-right: 13px solid transparent; border-top: 17px solid #fff; bottom: -17px; content: ''; height: 0; position: absolute; width: 0; }
	#history-d .swiper .img img { flex: 0 1 auto; }
	#history-d .swiper .year, #history-d .swiper .title, #history-d .swiper .text * { color: #fff; }
	#history-d .swiper .year { font-size: 20px; margin-bottom: 20px; transition: font-size 0.3s ease; }
	#history-d .swiper .title { font-size: 24px; letter-spacing: -1.44px; transition: font-size 0.3s ease; }
	#history-d .swiper .swiper-slide-active .img-box { transform: scale(1); }
	#history-d .swiper .swiper-slide-active .img .dot { bottom: -10px; height: 23px; width: 23px; }
	#history-d .swiper .swiper-slide-active .year { font-size: 24px; }
	#history-d .swiper .swiper-slide-active .title { font-size: 32px; }

	#history-d .arrow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: #D73828; border-radius: 60px; height: 60px; position: absolute; top: 283px; width: 60px; }
	#history-d .arrow-left:after, #history-d .arrow-right:after { border-radius: 50px; content: ''; height: 10px; position: absolute; top: 50%; width: 10px; transform: translateY(-50%); }
    #history-d .arrow-left { background-color: #D73828; left: 0; }
	#history-d .arrow-left:after { background-color: #D73828; left: calc(100% + 8px); }
    #history-d .arrow-right { background-color: #D73828; right: 0; }
	#history-d .arrow-right:after { background-color: #D73828; right: calc(100% + 8px); }

/*------------ TIMELINE DEFAULT -----------------------*/
#timeline-d { background-color: #164DA1; position: relative; z-index: 2; }
	#timeline-d .wow { opacity: 0; }
	#timeline-d .wow.done { opacity: 1; }

	#timeline-d .container { max-width: 1189px !important; }

	#timeline-d .year, #timeline-d .top-title, #timeline-d .title, #timeline-d .text * { color: #fff; } 
	
	#timeline-d .item { padding-bottom: 80px; position: relative; }
	#timeline-d .item:before { background: rgba(255, 255, 255, 0.40); content: ''; height: 100%; left: 215px; position: absolute; top: 0; width: 3px; }
	#timeline-d .item .row { --bs-gutter-x: 0; }
	#timeline-d .item .dot { background-color: #fff; border-radius: 50px; height: 23px; left: 205px; top: 0; position: absolute; width: 23px; }
	#timeline-d .item .dot:after { background-color: rgba(255, 255, 255, 0.24); border-radius: 50px; content: ''; height: 31px; left: -4px; position: absolute; top: -4px; width: 31px; }
	#timeline-d .item .icon { padding-left: 15px; text-align: center; width: 82px; }
	#timeline-d .item .content { padding-left: 263px; }
	#timeline-d .item .year { font-size: 28px; font-weight: 600; letter-spacing: -1.12px; margin-bottom: 10px; text-transform: capitalize; }

/*------------ INFOGRAPHIC DEFAULT -----------------------*/
#infographic-d { overflow: hidden; position: relative; text-align: center; }
	#infographic-d.wow { opacity: 0; }
	#infographic-d.wow.done { opacity: 1; }

	#infographic-d .box { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; aspect-ratio: 1 / 1; padding: 0 120px; position: relative; }
	#infographic-d .box:before { background: linear-gradient(180deg, rgba(238, 248, 255, 0.00) 0%, #EEF8FF 100%); border-radius: 50%; content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	#infographic-d .group { flex: 0 1 auto; position: relative; width: 100%; }

	#infographic-d .row > div:nth-child(1) { order: 1; }
	#infographic-d .row > div:nth-child(2) { order: 2; }
	#infographic-d .row > div:nth-child(3) { order: 3; }
	#infographic-d .row > div:nth-child(4) { order: 4; }
	#infographic-d .row > div:nth-child(5) { order: 5; }
	#infographic-d .row > div:nth-child(6) { order: 6; }
	#infographic-d .row > div:nth-child(7) { order: 7; }
	#infographic-d .row > div:nth-child(8) { order: 8; }

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

	.team-d .row { --bs-gutter-x: 60px; --bs-gutter-y: 30px; }
	.team-d a { color: inherit; text-decoration: none; }

	.team-d .item { text-align: center; }
	.team-d .item > *:last-child { margin-bottom: 0; }
	.team-d .item .img { height: 0; margin-bottom: 20px; padding-top: 100%; }
	.team-d .item .name { color: #18428F; font-family: 'TrojanPro-Bold', serif; font-size: 24px; font-weight: 700; letter-spacing: -1.44px; line-height: 1.2em; margin-bottom: 10px; text-transform: uppercase; }
	.team-d .item .position { font-weight: 700; margin-bottom: 10px; }

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

	.schedule-d .row { --bs-gutter-x: 0; }
	.schedule-d .box { background-color: #EEF8FF; border-radius: 24px; padding: 50px 40px; }

	.schedule-d .img img { border-radius: 50%; }
	.schedule-d .content { padding-left: 20px; }
	.schedule-d .meta { margin-bottom: 20px; }
	.schedule-d .meta > div span { color: #18428F; }
	.schedule-d .cta { margin-top: 20px; }

/*------------ SCHEDULE DEFAULT 2 -----------------------*/
.schedule-d-2 { position: relative; }
	.schedule-d-2.wow { opacity: 0; }
	.schedule-d-2.wow.done { opacity: 1; }

	.schedule-d-2 .row { --bs-gutter-x: 0; }
	.schedule-d-2 .box { background-color: #EEF8FF; border-radius: 24px; padding: 50px 40px; }

	.schedule-d-2 .content { padding-right: 25px; }
	.schedule-d-2 .meta > div span { color: #18428F; }
	.schedule-d-2 .cta { margin-top: 0; }

/*------------ CONTACT DEFAULT -----------------------*/
.contact-d { position: relative; }
	.contact-d .box { background-color: #1853A3; padding: 80px; position: relative; }
	.contact-d .title { color: #fff; }

	/* Content */
	.contact-d .content { text-align: center; }

	/* Form */
	.contact-d .sb-form-message, #volunteer-application .sb-form-message { color: #fff; left: 0; position: absolute; width: 100%; }

/*------------ VIDEO DEFAULT ----------------------*/
#video-d { position: relative; }
	#video-d .box { box-shadow: 0 10px 6.8px 0 rgba(0, 0, 0, 0.25); border-radius: 24px; height: 0; overflow: hidden; padding-top: 56.25%; position: relative; }
	#video-d .box:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	#video-d .box .play { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
	#video-d .box .play:hover { opacity: 1; }
	#video-d .box .play img { flex: 0 1 auto; }

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

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 1440px !important; }
	#content .container > table { margin-bottom: 20px; }
	#content .date { font-weight: 700; }
	#content ul { list-style: none; margin: 0; margin-bottom: 20px; margin-left: 10px; padding: 0; }
	#content ul li { margin-bottom: 0; padding-left: 25px; position: relative; text-align: left; }
	#content ul li:last-child { margin-bottom: 0; }
	#content ul li:before { background-color: #18428F; border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 11px; width: 8px; }
	#content ul li .title { color: inherit; font-size: 18px; font-weight: 700; letter-spacing: -0.9px; line-height: 1.2em; }

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

	/* Header */
	#header .menu { margin-right: 0; }
}

/*------------ MEDIA 1449.98px ----------------------*/
@media only screen and (max-width: 1449.98px) {
	/* Footer */
	#footer .logo { order: 4; margin-bottom: 0; margin-top: 50px; text-align: center; width: 100%; }
	#footer .menu { order: 1; }
	#footer .info-socials { order: 2; }
	#footer .newsletter { order: 3; }
}

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	/* Header */
	#header .logo img { max-width: 160px; }
	#header .menu > ul > li { margin-left: 20px; }
	#header .menu > ul > li.has-submenu:after { height: 50px; top: calc(100% - 43px); }
	#header .cta .btn { padding: 15px; }

	/* Infographic Default */
	#infographic-d .box { padding: 0; }
	#infographic-d .box:before { bottom: 0; height: 0; left: 50%; padding-top: 100%; top: auto; width: 140%; transform: translateX(-50%); }

	/* Filter Default */
	#filter-d:not(.newsletters) ul { justify-content: flex-start; }
}

/*------------ MEDIA 1299px ----------------------*/
@media only screen and (max-width: 1299px) {
	/* Custom 5 Column */
	#cards-i-2.custom-5-col .item { width: 20%; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Header */
	#header .menu > ul > li { margin-left: 15px; }
	#header .cta .btn-heart:before { margin-right: 0; }
	#header .cta span { display: none; }

	/* Footer */
	#footer .menu, #footer .info-socials { margin-bottom: 50px; }

	/* Photo Content Default */
	.photo-content-d .content { padding-right: 40px; }
	.photo-content-d.content-right .content { padding-left: 40px; }

	/* Hero Stats */
	#hero-s .content { margin-bottom: 50px; }

	/* Testimonials Default */
	#testimonials-d .arrow svg { height: 40px; width: 40px; }

	/* FAQ Default */
	#faq-d .content { margin-bottom: 50px; }
	#faq-d .faq { padding-left: 0; }

	/* History Default */
	#history-d .swiper .img:after { width: calc(100% + 20px); }
	#history-d .swiper .img-box { height: 200px; }
	#history-d .arrow { top: 233px; }

	/* Filter Default */
	#filter-d.newsletters { margin-top: 30px; }
	#filter-d.newsletters ul { justify-content: center; }

	/* List Default */
	.list-d .item .img { height: 220px; }
	.list-d .item .content { height: calc(100% - 220px); }

	/* Tab Default */
	#tab-d .content { padding-left: 40px; }

	/* Events Hero */
	.events-h .content { padding-left: 40px; }
	
	/* Events Photo Content */
	#events-pc .content { padding-left: 40px; }
}

/*------------ MEDIA 1023.98px ----------------------*/
@media only screen and (max-width: 1023.98px) {
	/* Footer */
	#footer .newsletter { width: 100%; }
	#footer .newsletter .box { max-width: none; text-align: center; }
}

/*------------ 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; }
	#header .logo img { max-width: 200px; }
	#header .top { order: 2; }
	#header .bar { padding: 8px 0; }
	#header .bar .title { display: none; }
	#header .bar .info ul li { font-size: 12px; }
	#header .bottom { order: 1; }

	/* Content Default */
	.content-d { text-align: center; }
	.content-d .title { margin-left: auto; margin-right: auto; }
	.content-d .content-nav .cta { margin-bottom: 50px; }
	.content-d .content-nav .nav { justify-content: center; padding-right: 0; }

	/* Photo Content Default */
	.photo-content-d .img { margin-bottom: 30px; }
	.photo-content-d .img-box, .photo-content-d.img-height-full .img-box { min-height: 600px; }
	.photo-content-d.content-right .content, .photo-content-d .content { padding: 0; }
	.photo-content-d .content { text-align: center; }
	.photo-content-d .title { margin-left: auto; margin-right: auto; }

	/* Photo Content Full */
	.photo-content-f .img-box { height: 0; padding-top: 56.25%; }
	.photo-content-f .content { text-align: center; }
	.photo-content-f .title { margin-left: auto; margin-right: auto; }

	/* Hero Default */
	.hero-d .content { text-align: center; }
	.hero-d.skyblue-bg .box, .hero-d.white-bg .box { padding: 60px; }
	.hero-pc .title { margin-left: auto; margin-right: auto; }

	/* Hero Stats */
	#hero-s .content { padding-right: 0; text-align: center; }
	#hero-s .stats .icon img { max-width: 49px; }
	#hero-s .title { margin-left: auto; margin-right: auto; }

	/* Hero Photo Content */
	.hero-pc .img { margin-bottom: 30px; }
	.hero-pc .content { padding-right: 0; text-align: center; }

	/* Hero Photo Content Full */
	.hero-pcf .img { margin-bottom: 30px; padding-right: 0; }
	.hero-pcf .img-box { height: 600px; min-height: 0; }
	.hero-pcf .content { padding-left: 0; text-align: center; }
	.hero-pcf .title { margin-left: auto; margin-right: auto; }

	/* Testimonials Default */
	#testimonials-d .swiper .quote, #testimonials-d .swiper .quote-symbol, #testimonials-d .swiper .name-position { text-align: center; }

	/* Timeline Default */
	#timeline-d .item:before { left: 163px; }
	#timeline-d .item .content { padding-left: 163px; }
	#timeline-d .item .dot { left: 154px; }
	
	/* Quote Default */
	#quote-d .box { text-align: center; }

	/* Quote Video */
	#quote-v .quote-symbol { left: 50%; transform: translateX(-50%); }
	#quote-v .content { margin-bottom: 30px; text-align: center; }
	#quote-v .video .box { padding-top: 56.25%; }

	/* FAQ Default */
	#faq-d .content { text-align: center; }

	/* Infographic Default */
	#infographic-d .row { --bs-gutter-y: 24px; }
	#infographic-d .row > div:nth-child(1) { order: 2; }
	#infographic-d .row > div:nth-child(2) { order: 2; }
	#infographic-d .row > div:nth-child(3) { order: 3; }
	#infographic-d .row > div:nth-child(4) { order: 4; }
	#infographic-d .row > div:nth-child(5) { order: 1; }
	#infographic-d .row > div:nth-child(6) { order: 6; }
	#infographic-d .row > div:nth-child(7) { order: 7; }
	#infographic-d .row > div:nth-child(8) { order: 8; }

	/* Tab Default */
	#tab-d .filter ul li { text-align: center; }
	#tab-d .content { padding-left: 0; }

	/* Events Hero */
	.events-h .img { aspect-ratio: 16 / 9; height: auto; margin-bottom: 30px; }
	.events-h .content { padding-left: 0; text-align: center; }
	.events-h .meta ul { display: inline-block; }
	.events-h .meta ul li { padding-left: 0; text-align: center; }
	.events-h .meta ul li i { left: auto; margin-right: 10px; position: relative; top: auto; }

	/* Events Photo Content */
	#events-pc .img { aspect-ratio: 16 / 9; margin-bottom: 30px; min-height: auto; }
	#events-pc .content { padding-left: 0; text-align: center; }
	#events-pc .title { margin-left: auto; margin-right: auto; }
	#events-pc .meta ul { display: inline-block; }
	#events-pc .meta ul li { padding-left: 0; text-align: center; }
	#events-pc .meta ul li i { left: auto; margin-right: 10px; position: relative; top: auto; }

	/* Filter Default */
	#filter-d.newsletters ul { justify-content: flex-start; }
}

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

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	.caption { padding: 20px; }
	.list.two-column.roman > ul { column-count: 1; }
	.list.two-column.roman > ul > li { margin: 0 0 20px !important; width: 100%; }
	.cta ul li { width: 50%; }
	.cta ul li a { height: 100%; width: 100%; }

	/* Footer */
	#footer .copyright-privacy-policy { text-align: center; }
	#footer .copyright { margin-bottom: 5px; }

	/* Hero Stats */
	#hero-s .stats .row:after, #hero-s .stats .row:before { display: none; }
	#hero-s .stats .icon { display: none; }
	#hero-s .stats .item { border-bottom: 1px solid rgba(255, 255, 255, 0.24); aspect-ratio: auto; text-align: center; }

	/* Hero Stats 2 */
	#hero-s-2 .stats .item { text-align: center; }
	#hero-s-2 .stats .item .box:after { background: linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.06) 100%); bottom: 0; height: 1px; top: auto; width: 100%; }
	#hero-s-2 .stats .item:last-child .box:after { display: none; }

	/* Testimonials Default */
	#testimonials-d .arrow svg { height: 30px; width: 30px; }
	#testimonials-d .arrow-left { right: calc(100% + 5px); }
    #testimonials-d .arrow-right { left: calc(100% + 5px); }

	/* Timeline Default */
	#timeline-d .item { text-align: center; }
	#timeline-d .item .content:before { left: 41px; }
	#timeline-d .item .dot { left: 30px; }
	#timeline-d .item .icon, #timeline-d .item .content { padding-left: 100px; }
	#timeline-d .item .icon { margin-bottom: 20px; width: 100%; }

	/* Quote Video */
	#quote-v .video .play img { width: 60px; }

	/* FAQ Default */
	#faq-d .item { text-align: center; }
	#faq-d .item .title { margin-bottom: 10px; padding-right: 0; }

	/* Events List */
	.events-l .img { margin-bottom: 30px; aspect-ratio: 16 / 9; }
	.events-l .content { padding-left: 0; text-align: center; }

	/* Events Cards */
	#events-c .item .content { text-align: center; }

	/* History Default */
	#history-d .swiper { width: calc(100% - 118px); }
	#history-d .swiper .img:after { width: calc(100% + 30px); }
	#history-d .arrow { height: 30px; top: 248px; width: 30px; }

	/* Timeline Default */
	#timeline-d .item:before { left: 40px; }

	/* Grid Gradient */
	#grid-g .item .box { min-height: 0; }

	/* Schedule Default */
	.schedule-d .content { padding-left: 0; }
	.schedule-d .box { text-align: center; }
	.schedule-d .img { margin-bottom: 30px; }

	/* Schedule Default 2 */
	.schedule-d-2 .content { padding-right: 0; text-align: center; }
	.schedule-d-2 .cta { margin-top: 30px; text-align: center; }

	/* Cards Image */
	#cards-i .item .box { text-align: center; }

	/* Video Default */
	#video-d .box .play img { width: 60px; }
}

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

}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	hr:before { height: 50px; width: 50px; }
	.list.two-column ul li { margin: 0 0 12px !important; width: 100%; }
	.title.heading-1 { font-size: 40px; }
	.title.font-size-56, .title.font-size-48, .title.font-size-40 { font-size: 36px; }
	.plain .form-group { margin-bottom: 15px; }
	.plain .form-action { margin-top: 0; }
	.caption.border-rad-4 { padding: 20px; }
	.btn { width: 100%; }
	.cta ul li { margin-bottom: 10px; padding: 0; width: 100%; }
	.cta ul li:last-child { margin-bottom: 0; }

	/* Header */
	#header .top { display: none; }
	
	/* Mobile Nav */
	#mobile-nav { top: 95.5px; }
	#mobile-nav .custom-dropdown, #mobile-nav .menu-contact-bottom { height: calc(100% - 95.5px); }

	/* Footer */
	#footer .menu, #footer .info-socials { text-align: center; }
	#footer .info ul { display: inline-block; }
	#footer .info ul li { padding-left: 0; text-align: center; }
	#footer .info ul li i { left: auto; margin-right: 10px; position: relative; top: auto; }
	#footer .socials ul { justify-content: center; }
	#footer .newsletter .box { padding: 40px 30px; }
	#footer .newsletter .sb-form-message { font-size: 16px; }
	#footer .copyright span { display: block; }
    #footer .copyright span:first-child { margin-bottom: 5px; }

	/* Banner Default */
	#banner-d .text * { font-size: 20px; }

	/* Cards Icon */
	#cards-i .item .box { padding: 40px 30px; }

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

	/* Photo Content Full */
	.photo-content-f .img-box { padding-top: 100%; }

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

	/* Hero Stats */
	#hero-s .stats .item:last-child { border-bottom: 0; }

	/* Hero Stats 2 */
	#hero-s-2 .stats .item .box { padding: 40px 30px; }

	/* Hero Photo Content */
	.hero-pc .box { padding: 40px 30px; }

	/* Hero Photo Content Full */
	.hero-pcf .img-box, .hero-pcf.default-img-height .img-box { height: 0; min-height: 0; padding-top: 100%; }

	/* Schedule Default */
	.schedule-d .box { padding: 40px 30px; }
	.schedule-d .meta > div span { display: block; }

	/* Schedule Default 2 */
	.schedule-d-2 .box { padding: 40px 30px; }

	/* Testimonials Default */
	#testimonials-d .container { width: 100%; }
	#testimonials-d .slider { padding: 0 40px; }
    #testimonials-d .swiper .box { padding: 40px 30px; }
	#testimonials-d .swiper .quote-symbol { margin-bottom: 20px; }
	#testimonials-d .swiper .quote-symbol img { max-width: 54px; }
	#testimonials-d .arrow-left { left: 0; right: auto; }
    #testimonials-d .arrow-right { left: auto; right: 0; }
	#testimonials-d .swiper-pagination-bullet { height: 13px; width: 13px; }
	#testimonials-d .swiper-pagination-bullet-active { height: 24px; width: 24px; }

	/* Timeline Default */
	#timeline-d .item:before { left: 10px; }
	#timeline-d .item .dot { left: 0; }
	#timeline-d .item .icon, #timeline-d .item .content { padding-left: 40px; }

	/* Team Default */
	.team-d .row { --bs-gutter-x: 24px; }

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

	/* Quote Video */
	#quote-v .content .box { padding: 40px 30px; }
	#quote-v .quote-symbol { top: -32px; }
	#quote-v .quote-symbol img { width: 64px; }
	#quote-v .video .box { padding-top: 100%; }

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

	/* List Default */
	.list-d .item .img-box { height: 0; padding-top: 100%; }
	.list-d .item .content { height: auto; padding-top: 20px; }

	/* Contact Default */
	.contact-d .box { padding: 40px 30px; }
	.contact-d .sb-form-message { font-size: 16px; }

	/* Video Default */
	#video-d .box { height: 0%; padding-top: 100%; }

	/* Tab Default */
	#tab-d .filter ul li { padding: 16px; }
	#tab-d .box { padding: 40px 30px; }

	/* Events Hero */
	.events-h .img { aspect-ratio: 1 / 1; }

	/* Events Photo Content */
	#events-pc .img { aspect-ratio: 1 / 1; }

	/* Events List */
	.events-l .img { aspect-ratio: 1 / 1; }
}