

::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: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #167497;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
}

.wrapper {
	width: 980px;
	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: 36px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #222;
	font-size: 18px;
	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-dark,
.button-light,
.button-pink,
.button-yellow {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 12px 18px;
	border-radius: 4px;
	background: #167497;
	box-shadow: none;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: 4px solid #fff;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button--menu {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
.button-light {
	background-color: #56c5cc;
	color: #167497 !important;
}
.button-pink {
	background-color: #FD7379;
	color: #167497 !important;
}
.button-yellow {
	background-color: #ffeb01;
	color: #167497 !important;
}
.button-dark:hover,
.button-light:hover,
.button-pink:hover,
.button-yellow:hover {
	background-color: #ffeb01;
	color: #167497 !important;
}

.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: #F2263F;
}
.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-anchor {
	position: absolute;
	margin-top: -80px;
}

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


@media (min-width: 992px)
{
	
	.row--lgGutter {
		margin-left: -25px;
		margin-right: -25px;
	}
	.row--lgGutter > .col-12,
	.row--lgGutter > .col {
		padding-left: 25px;
		padding-right: 25px;
	}
	

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

}


.slick-track {
	margin-left: 0 !important;
}

.slick-arrow {
	position: absolute;
	top: 150px;
	transform: translateY(-50%);
	z-index: 10;
	background: #ffeb01;
	color: #167497;
	border: none;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.slick-arrow.slick-prev {
	left: -40px;
}
.slick-arrow.slick-next {
	right: -40px;
}




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

.header--scrolling {
	background: #fff;
}

.header-nav {
	display: block;
	float: right;
	width: auto;
	height: auto;
	position: relative;
}
.header-nav-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 14px;
	color: #167497 !important;
	font-size: 24px;
}
.header-nav ul {
	width: auto;
	height: 120px;
	margin: 0;
	padding: 0;
}
.header-nav ul li {
	width: auto;
	height: 120px;
	float: left;
	list-style: none;
}
.header-nav ul li a {
	display: block;
	width: auto;
	height: 120px;
	margin: 0;
	padding: 0 20px;
	background: #fff;
	line-height: 120px;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	color: #167497;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav ul li a span {
	color: #fff;
}
.header-nav ul li:nth-child(4n) a {
	background: #fff;
}
.header-nav ul li:nth-child(4n) a span {
	color: #167497;
}
.header-nav ul li:nth-child(4n+1) a {
	background: #167497;
	color: #fff;
}
.header-nav ul li:nth-child(4n+2) a {
	background: #56c5cc;
}
.header-nav ul li:nth-child(4n+3) a {
	background: #FD7379;
}
.header-nav ul li:nth-child(4n+5) a {
	background: #ffeb01;
	color: #167497;
}
.header-nav ul li a:hover {
	background: #ffeb01;
}
.header-nav ul li a:hover span {
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.header--scrolling {
	height: 60px;
}
.header--scrolling .header-nav ul li {
	height: 60px;
}
.header--scrolling .header-nav ul li a {
	height: 60px;
	line-height: 60px;
}

.header-contact-link {
	position: absolute;
	right: 116px;
	bottom: -20px;
	z-index: 101;
	background: #ffeb01;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 100%;
	color: #167497 !important;
	font-size: 28px;
	text-decoration: none !important;
}

.header--scrolling .header-contact-link {
	display: none !important;
}




.page {
	min-height: 560px;
	padding: 80px 0;
	position: relative;
}
.page--bgLight {
	background: #56c5cc;
	color: #167497;
}
.page--bgPink {
	background: #FD7379;
}

/*.page-container > .page:nth-child(3n) {
	background: #FD7379;
}
.page-container > .page:nth-child(3n+1) {
	background: #167497;
}
.page-container > .page:nth-child(3n+2) {
	background: #56c5cc;
}*/

.page-container > .page:nth-child(1) {
	z-index: 9;
}
.page-container > .page:nth-child(2) {
	z-index: 8;
}
.page-container > .page:nth-child(3) {
	z-index: 7;
}
.page-container > .page:nth-child(4) {
	z-index: 6;
}
.page-container > .page:nth-child(5) {
	z-index: 5;
}
.page-container > .page:nth-child(6) {
	z-index: 4;
}
.page-container > .page:nth-child(7) {
	z-index: 3;
}
.page-container > .page:nth-child(8) {
	z-index: 2;
}
.page-container > .page:nth-child(9) {
	z-index: 1;
}

.page-wrapper {
	height: 100%;
}

.page-title {
	font-size: 70px !important;
	color: #167497 !important;
	padding-bottom: 16px !important;
}
.page-title span {
	color: #fff !important;
}
.page-container > .page--bgDark .page-title {
	color: #fff !important;
}
.page-container > .page--bgDark .page-title span {
	color: #FD7379 !important;
}

.page-slogan {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	font-size: 180px;
	line-height: 114px;
	margin: 0;
	padding: 0;
}

.page-file-link {
	text-decoration: none !important;
	margin-right: 12px;
	margin-top: 12px;
	color: #fff !important;
	font-weight: normal !important;
	transition: all 300ms ease;
}
.page-container > .page:nth-child(3n+2) .page-file-link {
	color: #167497 !important;
}
.page-file-link:hover,
.page-container > .page:nth-child(3n+2) .page-file-link:hover {
	color: #ffeb01 !important;
}
.page-file {
	display: inline-block;
	font-size: 40px;
	margin-right: 8px;
	vertical-align: bottom;
}
.page-file-link span {
	display: inline-block;
	padding-bottom: 5px;
}

.page-image {
	display: block;
	max-width: 236px !important;
}








.testimonial-slider {
	text-align: center;
	padding: 50px 25px;
	background: #fff;
	position: relative;
}

.page-container > .page--bgPink .testimonial-slider {
	background: #ffeb01;
	color: #FD7379;
}
.page-container > .page--bgDark .testimonial-slider {
	background: #167497;
}
.page-container > .page--bgLight .testimonial-slider {
	background: #FD7379;
}

.testimonial-slider-item {
	
}
.testimonial-slider-item-content {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 12px;
	font-style: italic;
}
.testimonial-slider-item-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
.testimonial-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: -38px;
	margin: 0 !important;
	padding: 0 !important;
}
.testimonial-slider .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.5);
	border-radius: 100%;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.testimonial-slider .slick-dots li.slick-active {
	background: #fff;
}
.testimonial-slider .slick-dots li button {
	display: none;
}


.badge-primary {
	background: #ffeb01;
	color: #167497;
}


.partner-slider {
	margin: 0 -20px;
}
.partner-slider-item {
	margin: 0 20px;
}
.partner-slider-item-image {
	display: block;
	width: 100%;
	height: 240px;
	border: 4px solid #fff;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}





.footer {
	padding: 65px 0;
	background: #56c5cc;
	color: #167497;
	font-size: 16px;
	line-height: 24px;
}
.footer-logo {
	max-width: 300px;
}
.footer a {
	color: #167497;
}






.text-box {
	font-size: 18px;
	line-height: 26px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 36px;
}
.text-box h3 {
	font-size: 30px;
}
.text-box h4 {
	font-size: 26px;
}
.text-box h5 {
	font-size: 22px;
}
.text-box a {
	color: inherit;
	font-weight: 400;
	cursor: pointer;
	text-decoration: underline;
}
.text-box a:hover {
	text-decoration: none;
}
.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;
}
.text-box address {
	display: inline;
	font-size: 26px;
	font-style: normal;
}





