﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}


.gp-header{
	
  font-family: "Inter", sans-serif;
}
.gp-hero{
	
    padding: 4vw 0 8vw;
  font-family: "Inter", sans-serif;
}
.gp-logo{
	
	float: right;
}
#logo-col, #phone-col{
	width: 350px;
}
#phone-col{
	padding-top: 40px;
	margin-top: 20px;
	border-top: solid 2px #fff;
}
.hero-link{
  font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 21px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 0 0 0 20px;
	white-space: nowrap;
}
.hero-link i{
	padding-right: 7px;
}
/*---BODY--------------------------------*/

.gp-body{
	
  font-family: "Inter", sans-serif;
}
.blue{
	color: #3a4382 !important;
}
.dark-blue{
	color: #0c0c47 !important;
}
.gray{
	color: #eff3f1 !important;
}
.bg-gray{
	background: #eff3f1;
}
.bg-blue{
	background: #3a4382;
	color: #fff;
}

.bg-white .paragraph.smaller{
	font-size: 18px;
}
.paragraph{
	margin: 0;
	padding: 0;
	font-weight: 200 !important;
}
.paragraph{
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 1.7;
}
.bg-blue .paragraph{
	color: #e7e7f4;
}
.bg-white .paragraph{
	color: #515160;
}
.bg-gray .paragraph{
	color: #515160;
}
.heading-sm{
  font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
.heading-lg{
  font-family: "Inter", sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 80px;;
	padding: 0;
	text-align: center;
	position: relative;
}
.heading-lg:after{
	content: '';
	position: absolute;
	top: calc(100% + 30px);
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #3a4382;
	width: 100px;
}
.bg-blue .heading-lg{
	color: #fff;
}
.bg-blue .heading-lg:after{
	background: #fff;
}

.cta-blue{
	display: inline-block;
	padding: 0 40px;
	box-sizing: border-box;
	max-width: 100%;
	background: #3a4382;
	color: #fff;
  font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 48px;
	border-radius: 100px;
	transition: ease all 0.3s;
	font-weight: 300;
}
.cta-blue:hover{
	box-shadow: inset 0 0 12px rgba(0,0,0,0.33);
}
.cta-white{
	display: inline-block;
	padding: 0 40px;
	box-sizing: border-box;
	max-width: 100%;
	background: #fff;
	color: #0c0c47;
  font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 48px;
	border-radius: 100px;
	transition: ease all 0.3s;
	font-weight: 300;
}
.cta-white:hover{
	box-shadow: inset 0 0 12px rgba(0,0,0,0.33);
}

.background-img{
	background-size: cover;
	background-position: center center;
}

.circle-corner-left{position: relative;}
.circle-corner-left:before{
	content: '';
	position: absolute;
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #eff3f1;
	opacity: 0.5;
	z-index: 15;
}
.circle-corner-right{position: relative;}
.circle-corner-right:before{
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #3a4382;
	opacity: 0.5;
	z-index: 15;
}
.bg-white .circle-corner-right:before{
	background: #eff3f1 !important;
}

#staggered-col {
	margin-top: -15vw;
}
#staggered-col > iframe{
	height: 30vw;
	margin-top: 40px;
	width: calc(50% - 20px);
}
#staggered-col > div{
	height: 30vw;
	margin-bottom: 40px;
	width: calc(50% - 20px);
	
}
#staggered-col-imgs > div:nth-of-type(1){
	height: 30vw;
	margin-top: 40px;
	width: calc(50% - 20px);
	
}
#staggered-col-imgs > div:nth-of-type(2){
	height: 30vw;
	margin-bottom: 40px;
	width: calc(50% - 20px);
	
}
.shadow{
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}
.big-icon{
	background: #0c0c47; 
	color: #fff; 
	text-align: center; 
	line-height: 100px; 
	width: 100px; 
    height: 100px;
	
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 20px;
}

#overlay-quote{
	margin-top: -40px; margin-left: -40px; margin-right: 40px; width: 100%;
}



.custom-accordion{
	overflow: hidden;
	text-align: left;
}

.custom-accordion > a{
	padding: 32px 24px;
	border-radius: 10px;
	background: #fff;
	color: #3a4382;
	display: block;
	
	
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 300;
	transition: ease all 0.2s;
	position: relative;
}
.custom-accordion > a.open{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #eff3f1;
}

.custom-accordion > a:hover{
	background: #eff3f1;
}

.custom-accordion .drop-list .paragraph:not(.smaller){
	position: relative;
	padding-left: 32px !important;
}
.custom-accordion i.green{
	color: limegreen;
	position: absolute;
	left: -6px;
	transform: translateY(7px);
}
.custom-accordion > a i{
	color: #3a4382;
	padding-right: 14px;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 32px 24px;
	background: #fff;
	color: #515160;
	display: block;
	font-weight: 200;
	
	font-size: 18px;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}



/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.gp-footer{
  font-family: "Inter", sans-serif;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 30px;
	background: #eff3f1;
	color: #0c0c47;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	gap: 20px;
}
.gp-footer a{
	color: #0c0c47;
}





.c-vertical-divider{width: 2px;  margin: 0 10px; background: #999; opacity: 0.25}
.c-horizontal-divider{width: 6px; height: 2px; margin: 0 10px; background: #999; opacity: 0.25; align-self: center;}

/* COLUMNS */

.col-row{display: flex; flex-wrap: wrap; position: relative;}

@media (max-width: 1439px){
	.gp-hero{
		position: relative;
	}
	.gp-hero:before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #1f1f2f;
		opacity: 0.5;
	}
}
@media (min-width: 1200px){
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-hidden{display: none !important;}
		#offset-col{
		margin-bottom: -8vw;
	}
	#offset-img{
		height: 34vw;
	}
}
@media (min-width: 1200px) and (max-width: 1300px){
			#offset-col{
		margin-bottom: 4vw;
	}
}
@media (min-width: 992px) and (max-width: 1199px){

	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}
	.col-md-hidden{display: none !important;}

	#offset-img{
		height: 68vw;
		max-height: 700px;
		margin-bottom: -20vw;
	}
}
@media (min-width: 768px) and (max-width: 991px){
		#offset-col{
		padding-bottom: 4vw !important;
	}
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-hidden{display: none !important;}
	
	#offset-img{
		height: 44vw;
	}


	#staggered-col {
		margin-top: 40px;
	}

	.gp-footer {
		text-align: center;
		justify-content: center;
	}
}
@media (max-width: 767px){		
	#offset-col{
		padding-bottom: 8vw !important;
	}
	#offset-img{
		min-height: 400px !important;
		margin-bottom: 8vw;
	}
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	

	#staggered-col {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	#staggered-col > iframe{
		width: 100%;
		height: 400px;
	}
	#staggered-col > div{
		display: none;
	}
	.paragraph {
		font-size: 18px;
	}
	.big-icon{
        width: 40px;
        height: 40px;
        border-radius: 10px;
	}
	.big-icon i{
		font-size: 18px !important;
	}
	
	.circle-corner-left:before{

	top: -12px;
	left: -12px;
	width: 50px;
	height: 50px;
}
.circle-corner-right:before{
	top: -12px;
	right: -12px;
	width: 50px;
	height:50px;
}
	
	
#overlay-quote{
	margin-top: 40px; margin-left: 0px; margin-right: 0px; width: 100%;
	margin-bottom: 40px;
}
	
	
	.gp-footer {
		text-align: center;
		justify-content: center;
	}
}

@media (max-width: 480px){		
	#phone-col, #logo-col{
		width: 70%;
	}
	#phone-col{
		padding-top: 20px;
	}
	.hero-link{
		font-size: 16px;
	}
	.heading-lg, .heading-sm{
		font-size: 30px;
	}
	.gp-footer {
		font-size: 12px;
		text-align: center;
		justify-content: center;
	}
}





