

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-weight: 300;
	color: #000;
	font-size: 18px;
}

.wrapper {
	width: 1080px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	margin: 8px 0;
	padding: 6px 20px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #ddd;
	font-weight: normal;
	color: #222;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}

.button,
.button-outlined {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 11px 20px;
	border-radius: 30px;
	background: linear-gradient(99deg, #c18e1b 50%, #E6AA21 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 500ms ease;
}
.button.menu {
	float: right;
	margin-top: 15px;
}
.button-outlined {
	background: linear-gradient(99deg, #fff 50%, transparent 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	border: 2px solid #fff;
}
.button-arrow {
	display: inline-block;
	position: relative;
	line-height: 20px !important;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
}
.button-arrow:before {
	position: absolute;
	left: 0;
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;

    /* >> Optional styling: */
    display: inline-block;
	transition: all 300ms ease;
}
.button-arrow:hover:before {
	left: 4px;
}

.button:hover {
	background-position: left bottom;
}
.button-outlined:hover {
	background-position: left bottom;
	color: #003866 !important;
}

.button--menu {
	display: none;
}




.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #20b026;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}



.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}

.u-zoomOnHoverSmall {
	transition: all 300ms ease;
}
.u-zoomOnHoverSmall:hover {
	transform: scale(1.05);
}

.no-radius {
	border-radius: 0 !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.u-anchor {
	position: absolute;
	margin-top: -100px;
}

.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-light-bg {
	background: #F0F1F5;
}

.u-text-primary {
	color: #E6AA21;
}

.rounded {
	border-radius: 20px !important;
}


.text-bolder {
	font-weight: 400 !important;
}

.row--xlGutter {
	margin-left: -40px;
	margin-right: -40px;
}
.row--xlGutter > .col,
.row--xlGutter > .col-12 {
	padding-left: 40px;
	padding-right: 40px;
}




.header {
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 300ms ease;
}
.header.is-absolute {
	position: absolute;
}
.header-placeholder {
	height: 80px;
}

.header-logo {
	display: block;
	width: auto;
	height: 80px;
	padding: 0;
	margin: 30px 0 0 0;
	float: left;
	transition: all 300ms ease;
}
.header-logo img {
	display: block;
	width: auto;
	height: 50px;
	transition: all 300ms ease;
}
.header-nav {
	float: right;
	text-align: right;
	display: block;
	width: auto;
	height: auto;
	transition: all 300ms ease;
}
.header-nav-close {
	display: none;
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 20px;
	color: #fff !important;
	font-size: 24px;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	transition: all 300ms ease;
}
.header-nav > ul > li {
	width: auto;
	height: 70px;
	display: inline-block;
	list-style: none;
	position: relative;
}
.header-nav > ul > li > a {
	display: inline-block;
	position: relative;
	width: auto;
	height: 40px;
	margin: 0 4px;
	padding: 0 10px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
	text-decoration: none;
	cursor: default;
	transition: all 300ms ease;
}
.header-nav > ul > li > a[href] {
	cursor: pointer;
}
.header-nav > ul > li > a:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 35px;
	height: 4px;
	border-radius: 3px;
	background: #E6AA21;
	opacity: 0;
	transition: all 300ms ease;
}
.header-nav > ul > li.active > a:after,
.header-nav > ul > li > a:hover:after {
	opacity: 1;
}
.header-nav > ul > li > a i {
	font-size: 14px;
}
.header-nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 50px !important;
	left: 0;
	background: #fff;
	border-radius: 10px;
	margin: 0 !important;
	padding: 12px 5px;
	width: 260px;
	text-align: left;
	box-shadow: 0 1px 25px rgba(0,0,0,0.06);
}
.header-nav > ul > li > ul:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	height: 25px;
	transform: rotate(180deg);
	background-image: url('../img/card-bg.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.header-nav > ul > li:last-child > ul {
	left: auto;
	right: 0;
}
.header-nav > ul > li:hover > ul {
	display: block;
}
.header-nav > ul > li > ul > li {
	display: block;
	width: auto;
	height: 50px;
	list-style: none;
	position: relative;
	height: auto !important;
}
.header-nav > ul > li > ul > li > a {
	display: block;
	color: #000 !important;
	width: auto;
	height: auto;
	line-height: 1.3em;
	margin: 0 4px;
	padding: 5px 10px;
	overflow: hidden;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav > ul > li > ul > li.active > a {
	font-weight: 700 !important;
}
.header-nav ul > li > ul > li.active > a,
.header-nav ul > li > ul > li > a:hover {
	color: #E6AA21 !important;
}


.header--scrolling,
.header--fixed {
	background-color: #002B4E;
}
.header--scrolling .header-logo,
.header--fixed .header-logo {
	margin-top: 0px;
}
.header--scrolling .header-logo > img,
.header--fixed .header-logo > img {
	height: 40px;
}
.header--scrolling .header-nav ul,
.header--fixed .header-nav ul {
	margin-top: 20px;
}
.header--scrolling .header-nav > ul > li > a,
.header--fixed .header-nav > ul > li > a {
}
.header--scrolling .header-nav > ul > li > ul,
.header--fixed .header-nav > ul > li > ul {
	top: 70px !important;
}




.page-header {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 600px;
	background-color: #003866;
}
.page-header:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.5px;
	height: 10vw;
	background-image: url('../img/seperator-white.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.page-header--home:after {
	background-image: url('../img/seperator-light-bg.svg');
}
.page-header-wrapper {
	height: 100%;
}
.page-header-image {
	width: auto;
	height: 320px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 16px;
	border: 6px solid #002747;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}


.page-wrapper {
	position: relative;
	z-index: 2;
}
.page-wrapper--minHeight {
	min-height: 650px;
}

.page-margin {
	padding-bottom: 60px !important;
}



.member-card {
	height: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 30px;
}


.card-slider {
	overflow: hidden;
	position: relative;
	margin: 0 -22.5px 0 -22.5px;
}
.card-slider--margin {
	margin-right: -395px;
}
.card-slider--margin:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 375px;
	background-color: #fff;
	opacity: 0.7;
}
.card-slider--lightBg:after {
	background-color: #F0F1F5;
}
.card-slider .slick-track {
	margin-left: 0;
	display: flex !important;
}
.card-slider .slick-slide {
	height: inherit !important;
}
.card-slider-item {
	margin: 0 22.5px;
	padding: 35px 0 0 0;
}
.card-slider-item .card {
	height: 100%;
}


.card {
	display: block;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border: none;
	position: relative;
	margin-bottom: 7.5px;
}
.card--lightBg {
	background: #F0F1F5;
}
.card:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	height: 35px;
	background-image: url('../img/card-bg.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.card--lightBg:after {
	background-image: url('../img/card-bg-light-bg.svg');
}
.card-section {
	padding: 10px 30px 20px 30px;
	text-align: left;
}

.card-image {
	width: auto;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 12px;
}
.card-image--news {
	height: 200px;
}

.card img {
	border-radius: 12px;
}


.slick-dots {
	margin: 10px 0 0 0 !important;
	padding: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #003866;
	margin: 0 6px;
	border-radius: 100%;
	cursor: pointer;
	opacity: 0.5;
}
.slick-dots li.slick-active {
	background: #E6AA21;
	opacity: 1;
}
.slick-dots li button {
	display: none;
}


.page-icon {
	width: 100px;
	height: 100px;
	background: #E6AA21;
	border-radius: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.page-icon--moveUp {
	margin-top: calc(-35px - 3vw);
}
.page-icon img {
	max-width: 50px;
	max-height: 50px;
	filter: invert(1);
}



.index-image {
	position: relative;
	padding: 0 25px;
	height: 40vw;
	max-height: 520px;
	min-height: 300px;
	background: rgba(0,56,102,0.2);
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index-image:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -0.5px;
	height: 10vw;
	background-image: url('../img/seperator-inverted.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}


.rounded-image {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



.map {
	height: 600px;
	border-radius: 22px;
}




.text-box {
	font-size: 18px;
	line-height: 28px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 900;
	font-size: 20px;
	color: #000;
	margin: 0px;
	padding: 6px 0;
	line-height: 1.2em;
}
.text-box h1,
.text-box h2 {
	font-size: 36px;
}
.text-box h3 {
	font-size: 30px;
}
.text-box h4 {
	font-size: 27px;
}
.text-box h5 {
	font-size: 24px;
}
.text-box a {
	color: #E6AA21;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.text-box h1 a,
.text-box h2 a,
.text-box h3 a,
.text-box h4 a,
.text-box h5 a,
.text-box h6 a {
	color: #000;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}



.footer {
	position: relative;
	z-index: 3;
	background: #003866;
	padding: 40px 0 40px 0;
}
.footer:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -5vw;
	height: calc(5vw + 0.5px);
	background-image: url('../img/seperator-blue.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}





