/*Text Styles*/
.text{
	color: #666666;
}
@media screen and (max-width: 39.9375em) {
	.text img:only-child{
		margin-top: 20px;
	}
}
.text.light{color: #EEEEEE;}
.text *:not(h1,h2):last-child{
	margin-bottom: 0px!important
}
/*Headings*/
.text h1 span, .text h2 span, .text h3 span, .text h4 span, .text h5 span, .text h6 span{
	color: #006B98;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	color: #0a222b;
	margin: 0 0 30px 0;
	letter-spacing: -1px;
	line-height: 140%;
	font-weight: 600;
}
.text.light h1, .text.light h2, .text.light h3, .text.light h4{
	color: #FFFFFF;
}
.text h1{font-size: 2em;}
.text h2{font-size: 1.8em;}
.text h3{font-size: 1.4em;}
.text h4{font-size: 1.4em;}
@media screen and (max-width: 64.9375em) {
	.text h1{font-size: 1.9em;}
	.text h2{font-size: 1.7em;}
	.text h3{font-size: 1.5em;}
	.text h4{font-size: 1.3em;}	
}
@media screen and (max-width: 39.9375em) {
	.text h1{font-size: 1.6em;}
	.text h2{font-size: 1.5em;}
	.text h3{font-size: 1.4em;}
	.text h4{font-size: 1.3em;}	
}
.text .subHeading:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #006B98;
	position: absolute;
	left: 0;
	top:calc(50% - 1px);
}
.text .subHeading{
	font-size: 1em;
	opacity: 0.8;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
/*Images*/
.text figure img{
	margin-bottom: 0;
}
.text figure{
	width: 100%;
	z-index: 1;
	margin: 0 0 30px 0!important;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.text figure figcaption{
	pointer-events: none;
	text-align: center;
	padding: 20px;
	position: absolute;
	display: block;
	width: 100%;
	z-index: 10;
	bottom: 0;
	color: white;
	font-weight: bold;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 1;
}
.text .imageStack{
	position: relative;
	width: 100%;
	margin-top: -40px;
}
.text .imageStack img{
	width: calc(100% - 40px);
	margin: 0;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.text .imageStack img:first-of-type{
	position: absolute;
	right: 0;
	bottom: -40px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.text .imageStack {
		margin-top: 0;
		margin-bottom: 30px;
		border-radius: 5px;
		overflow: hidden;
	}
	.text .imageStack img{
		width: 50%;
		border-radius: 0px;
		bottom: 0!important;
	}
}
.text img{
	margin: 0 0 30px 0;
	border-radius: 5px;
}
.text img.fillParent{
	object-fit: cover;
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: -1;
}
.text img.pullLeft{
	max-width: 30%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullRight{
	max-width: 30%;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}

/*AdditionalInfo*/
.modal{
	border-radius: 10px;
	padding: 60px;
	display: none;
	max-width: 80rem
}
/*Accordions*/
.text .accordion{
	margin-bottom: 30px;
}
.text .accordion .toggle i{
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 0;
	top: calc(50% - 20px);
	text-align: center;
}
.text .accordion .toggle.open{
	background-color: #006B98;
}
.text.light .accordion .toggle.open{
	background-color: #006B98;

}
.text.light .accordion .toggle{
	background-color: rgba(0,0,0,0.7);
}
.text .accordion .toggle{
	position: relative;
	transition: background-color ease 0.5s;
	display: block;
	cursor: pointer;
	font-size: 0.9em;
	line-height: 180%;
	color: #FFFFFF;
	padding: 0.6em 3em 0.6em 1em;
	border-radius: 5px;
	margin-bottom: 12px;
	background-color: #0a222b;
}
.itemContents{
	display: none;
	padding: 1em 1em 2em 1em;
}
/*Generic Callout*/
.text .callout{
	padding: 40px;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 30px;
	font-size: 0.9em;
}
.text.light .callout{
	background-color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 39.9375em) {
	.text .callout{
		padding: 30px;
	}
}
/*Horizontal Rules*/
.text hr{
	border-radius: 2px;
	top: -8px;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 4px;
	width: 100px;
	background-color: #006B98;
	border: 0px!important;
}
.text.light hr{
	background-color: #EEEEEE;
}
.text hr.full{
	border-radius: 2px;
	top: -8px;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 4px;
	width: 100%;
	opacity: 0.2;
	background-color: #006B98;
	border: 0px!important;
}
.accentBg hr, .gradeBg hr{
	background-color: #FFFFFF
}
.text hr.spacer{
	position: static;
	display: block;
	height: 4px;
	margin: 60px 0;
	background-color: rgba(0,0,0,0);
	width: 100%;
}
/*Paragraphs*/
.text p{
	font-size: 0.9em;
	line-height: 200%;
	margin: 0 0 30px 0;
}
.text p span{
	font-weight: bold;
	color: #428daa;
}
.text p.statement{
	font-weight: bold;
	padding-left: 30px;
	border-left: 3px solid #006B98;
}
.text p.smallPrint{
	font-size: 0.7em;
}
.text p a{
	color: #006B98;
	text-decoration: underline;
}
.text a{
	overflow: auto
}
.text .icon + .icon{
	margin-left: 10px;
}
.text.light .icon{
	color: #0a222b;
	background-color: #006B98;
}
.text .icon{
	display: inline-block;
	color: #006B98;
	background-color: #0a222b;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11);
	font-size: 1.8em;
	line-height: 80px;
	height: 80px;
	width: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 30px;
}
.text p i{
	font-size: 1em;
	color: #006B98;
	width: 15px;
	display: inline-block;
	line-height: 30px;
	margin: 0;
}
/*Address'*/
.text address p{
	font-style: initial;
}
/*Blockquotes*/
.text blockquote:nth-of-type(5n+1){background-position: top right;}
.text blockquote:nth-of-type(5n+2){background-position: bottom right;}
.text blockquote:nth-of-type(5n+3){background-position: center;}
.text blockquote:nth-of-type(5n+4){background-position: bottom left;}
.text blockquote:nth-of-type(5n+5){background-position: top left;}
.text blockquote{
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11);
	overflow: hidden;
	margin: 0 0 30px 0;
	position: relative;
	padding: 30px;
	z-index: 1;
	background-size: 1080px;
	background-image: url('../images/pattern.svg');
	background-color: #0a222b;
}
.text blockquote:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	background: linear-gradient(to top, #0a222b, transparent);
}
.text blockquote:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
	background: linear-gradient(to right, #0a222b, transparent);
}
.text blockquote h3{
	margin-bottom: 20px;
}
.text blockquote p{
	font-size: 0.9em;
	opacity: 0.8;
	margin-bottom: 20px;
}
.text blockquote p i{
	color: #428daa;
	margin-right: 10px;
	font-size: 20px;
}
/*.text blockquote p:last-of-type{
	margin-bottom: 0;
	font-weight: 700;
}*/
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}
}
/*Buttons*/
.text * .btn{
	margin-bottom: 0!important;
}
.text a.btn i:after{
	content: '';
}
.text a.btn i{
	margin-left: 25px;
	color: white;
}
.text a.btn:hover::after{
	width: 300px;
	height: 300px;
	transform: translate(-50%, -50%)rotate(0deg);
}
.text a.btn:active{
	transform: scale(0.96);
}
.text a.btn{
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11);
	font-size: 0.9em;
	padding: 0 1em;
	line-height: 50px;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	color: white;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 39.9375em) {
	.text a.btn{
		font-size: 0.8em;
		padding: 0 0.8em;
	}
}
.text a.btn:after{
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	background-color: rgba(0,0,0,0.1);
	border-radius: 41% 59% 65% 35% / 30% 61% 59% 70%;
	transform: translate(-50%, -50%)rotate(45deg);
	transition: width 0.6s ease, height 0.6s ease;
}
.text a.btn + a.btn{
	margin-left: 10px;
}
/*Tables*/
.text table{
	width: 100%;
	text-align: left;
	margin: 0 0 30px 0;
	border-radius: 4px;
	border-collapse: collapse;
	overflow: hidden;
	font-size: 0.8em;
}
.text table tr:first-of-type{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #006B98!important;
}
.text table tr:nth-of-type(even){
	background-color: rgba(0,0,0,0);
}
.text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.05);
}
.text.light table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.3);
}
.text table td, table th{
	padding: 10px;
}
/*Unordered Lists*/
.text ul{
	font-size: 0.9em;
	margin-bottom: 30px;
	font-weight: 500;
}
.text ul.twoCols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ul li{
	display: inline-block;
	width: 100%;
	line-height: 200%;
}
.text ul.chonky li{
	display: inline-block;
	width: 100%;
	line-height: 200%;
	margin-bottom: 16px;
	background-color: #DFF2F1;
	padding: 12px;
	border-radius: 5px;
}
ul.chonky.alt li{
	background-color: #FFFFFF;
}
.text.mid ul.chonky li{
	background-color: #FFFFFF;
}
.text ul.noDots li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #006B98;
	display: inline-block;
	content: '\f00C';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	margin-right: 15px;
}
/*Ordered Lists*/
.text ol{
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 30px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	line-height: 210%;
	counter-increment: step-counter;
}
.text ol.chonky li{
	line-height: 200%;
	margin-bottom: 16px;
	background-color: #DFF2F1;
	padding: 12px;
	border-radius: 5px;
}
.text.light ol.chonky li{
	background-color: rgba(0,0,0,0.5);
}
.text.mid ol.chonky li{
	background-color: #FFFFFF;
}
.text ol li:before{
	text-align: center;
	height: 100%;
	border-radius: 3px;
	width: 30px;
	color: #006B98;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
.text ol.chonky li:before{
	color: #FFFFFF;
	text-align: center;
	height: 100%;
	border-radius: 3px;
	width: 30px;
	background-color: #006B98;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
/*Social Lists*/
.text ul.socials{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	position: relative;
	margin-top: 20px;
}
.text ul.socials li:before{
	display: none!important;
}
.text ul.socials li a i{
	transition: all 0.5s;
}
.text ul.socials li a:hover{
	transform: scale(1.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 8px 8px rgba(0,0,0,0.11), 0 16px 16px rgba(0,0,0,0.11), 0 32px 32px rgba(0,0,0,0.11);
}
.text ul.socials li{
	padding: 0;
	background-color: transparent;
}
.text ul.socials li a{
	color: #FFFFFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);
	overflow: hidden;
	padding: 0px;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
	display: inline-block;
	float: left;
	border-radius: 41% 59% 65% 35% / 30% 41% 59% 70%;
	line-height: 40px;
	will-change: transform;
	color: #FFFFFF!important;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	text-align: center;
	transition: box-shadow 0.5s ease, transform 0.5s ease-out;
	margin-right: 14px;
	margin-bottom: 20px;
}
.text ul.socials li{
	opacity: 1!important;
	width: auto;
	float: left!important;
}
.text ul.socials.right li{
	float: right!important;
}
.text ul.socials.right li a{
	margin-left: 14px;
	margin-right: 0px;
}
@media screen and (max-width: 39.9375em) {
.text ul.socials.right li{
	float: left!important;
	margin-left: 0px;
	margin-right: 14px;
}	
}
.text ul.socials li a[href*="facebook"]{background-color: #4B69B0;}
.text ul.socials li a[href*="twitter"]{background-color: #37B1E1;}
.text ul.socials li a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.text ul.socials li a[href*="youtube"]{background-color: #E83F3A;}
.text ul.socials li a[href*="whatsapp"]{background-color: #2BA63A;}
.text ul.socials li a[href*="linkedin"]{background-color: #0074B2;}
@media screen and (max-width: 39.9375em) {
	.text ul, .text ul.twoCols, .text ol{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Definition Lists*/
.text dl {
	font-size: 0.9em;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.text dl > * {
	padding-top: 10px;
}
.text dt {
	width: 25%;
	color: #006B98;
	font-size: 1.2em;
	padding-right: 10px;
	line-height: 125%;
	font-weight: bold;
}
.text dd {
	width:75%;
	padding-left: 20px;
	line-height: 165%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.text dd + dd {
	width: 100%;
	padding-left: calc(25% + 20px);
}
.text dt + dt {
	padding-right: 75%;
}
.text dt + dt + dd {
	margin-top: 20px;
	padding-left: calc(25% + 20px;);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text dl > * {
		padding-top: 10px;
	}
	.text dt {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px
	}
	.text dd {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.text dd + dd {
		padding-left: 0;
	}
	.text dt + dt {
		padding-right: 75%;
	}
	.text dt + dt + dd {
		margin-top: 10px;
		padding-left: 0;
	}
}
/*Forms*/
.text form ::placeholder {color: #444444;opacity: 1;}
.text form :-ms-input-placeholder {color: #444444;}
.text form ::-ms-input-placeholder {color: #444444;}
.text.light form ::placeholder {color: #FFFFFF;opacity: 1;}
.text.light form :-ms-input-placeholder {color: #FFFFFF;}
.text.light form ::-ms-input-placeholder {color: #FFFFFF;}
.text form{
	margin-bottom: 30px;
}
.text form .btn{
	margin-top: 20px;
}
.text.light form label{
	color: #DFF2F1
}
.text form .checker *{
	line-height: 100%;
	margin: 0;
}
.text form #sum{
	margin-top: 6px!important;
}
.text form label{
	display: block;
	font-size: 0.8em;
	line-height: 200%;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #0a222b;
}
.paleBg .text form input, .paleBg .text form select, .paleBg .text form textarea{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.text form input, .text form select{
	width: 100%;
	height: 52px;
	color: #333333;
	background-color: #DFF2F1;
	font-size: 0.8em;
	padding: 0 20px;
	box-shadow: 0px;
	outline: 0;
	border-radius: 5px;
	border: 0px solid #BBBBBB;
	display: block;
}
.text.light form input, .text.light form select, .text.light form textarea{
	background-color: rgba(255,255,255,0.2);
	color: white;
}
.text.light form select option{
	background-color: #0a222b;
}
.text form select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.text form select::-ms-expand {
  display: none;
}
.text form textarea{
	border-radius: 5px;
	width: 100%;
	background-color: #DFF2F1;
	color: #333333;
	resize: none;
	padding: 20px;
	border: 0px solid #BBBBBB;
	height: 180px;
	margin-bottom: 30px;
}
.text form .sendForm.disabled{
	filter: grayscale(1);
}
.text form .sendForm{
	cursor: pointer;
	display: block;
	width: 100%;
	line-height: 52px;
	color: white;
	border: none!important;
	background-color: #006B98!important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.5s;
}
@media screen and (max-width: 64.9375em) {
	.text form .sendForm{
		margin-top: 30px;
		margin-bottom: 30px!important;
	}
}
.text form .sendForm:hover{
	background-color: #0a222b; 
}

