/** BUTTON CLASSES **/

a.white-blue {
	color: #005DA8;
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

a.white-blue:hover {
	background-color: #00BA59;
	color: #ffffff;
}

a.blue-white {
	color: #ffffff;
	background-color: #005DA8;
	padding: 20px 20px 20px 20px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

a.blue-white:hover {
	background-color: #00BA59;
	color: #ffffff;
}

@media screen and (max-width: 680px) {

	a.blue-white:not(.no-margin), a.white-blue:not(.no-margin) {
		margin: 0 15px;
	}
	
	a.blue-white, a.white-blue {
		display: block;
		padding: 10px;
		font-size: 16px;
		text-align: center;
	}
}

/** GLOBAL **/

.block-custom, .site-main > .block-custom:last-child {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.bold-400 {
	font-weight: 400;
}

.bold-600 {
	font-weight: 600;
}

.bold-800 {
	font-weight: 800;
}

/** FULL WIDTH **/

.full-width .inner-width {
	max-width: 1554px;
	margin: 0 auto;
}

@media screen and (max-width: 1450px) {
	.block-custom.full-width {
		padding: 6% 2% !important;
	}
}

@media screen and (max-width: 1024px) {

	.block-custom.full-width .wp-block-columns {
		flex-wrap: wrap !important;
	}

	.block-custom.full-width .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{
		flex-basis: 100% !important;
	}
}

@media screen and (max-width: 850px) {
	
	.full-width h2 {
		padding-left: 2%;
		padding-right: 2%;
		font-size: 30px !important;
	}
	
	.full-width h2 br {
		display: none;
	}
	
	.block-custom.full-width {
		padding: 6% 3% !important;
	}
	
}

@media screen and (max-width: 1024px) {
	
	.mb-center {
		text-align: center;
	}
	
	.mb-center .stack {
		justify-content: center;
	}
	
	.mb-hide {
		display: none !important;
	}
	
}


/** HERO HEADER **/

.hero-header {
	position: relative;
	display: flex;
	flex-direction: column;
}

.hero-image-box {
	position: relative;
	z-index: 10;
	width: 100% !important;
	max-width: none !important;
	top: 0;
	left: 0;
	flex-grow: 1;
}

.hero-image {
	position: absolute;
	z-index: 10;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.hero-header-container {
	position: relative;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	padding: 0 3rem;
}

.hero-header-body {
	margin: 0 auto;
	max-width: 1554px;
}

.hero-header h1 {
	font-weight: 800;
	margin-bottom: 30px;
}

.hero-header h2 {
	font-weight: 800;
	margin-bottom: 30px;
}

.hero-header .info-text {
	margin-bottom: 30px;
}

@media screen and (max-width: 1350px) {

	.hero-header-body h1, .hero-header-body h2, .hero-header-body p {
		max-width: 75% !important;
	}

}

@media screen and (max-width: 1024px) {

	.hero-header-body h1, .hero-header-body h2, .hero-header-body p {
		max-width: 100% !important;
	}

}

@media screen and (max-width: 640px) {

	.hero-header-container {
		padding: 2%;
	}

	.hero-header-body h1  {
		font-size: 22px !important;
		margin-bottom: 15px;
	}
	
	.hero-header-body h2  {
		font-size: 30px !important;
		margin-bottom: 15px;
	}
	
	.hero-header-padding {
		padding-top: 0 !important;
		padding-bottom: 20px !important;
	}

}

/** CAROUSEL **/

.carousel-container {
	margin: 0 auto;
	max-width: 1554px;
}

.carousel-item img {
	margin: 0 auto;
}

.carousel-container .slick-slider {
	background: none;
	padding: 0;
}

/** INFO BOXES **/

.info-boxes-container {
	margin: 0 auto;
	max-width: 1554px;
}

.info-boxes-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info-box-item {
	flex-basis: 28%;
	position: relative;
	margin: 1%;
	margin-top: 75px;
	padding: 3%;
	padding-top: 175px;
	filter: drop-shadow(5px 5px 10px #999999);
}

.info-box-item img {
	position: absolute;
	top: -12%;
	left: calc(50% - 113px);
	width: 225px !important;
	height: auto !important;
}

.info-box-item h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}

.info-box-item .item-divider {
	width: 80px;
	margin: 20px auto;
}


.info-box-item p {
	text-align: center;
	margin-bottom: 0;
}

@media screen and (max-width: 1250px) {
	.info-box-item {
		flex-basis: 45%;
		padding-top: 150px;
	}
	
	.info-box-item img {
		max-width: 175px !important;
		left: calc(50% - 88px);
	}
}

@media screen and (max-width: 1024px) {
	.info-box-item {
		flex-basis: 100%;
		padding-top: 195px;
	}
	
	.info-box-item img {
		max-width: 225px !important;
		left: calc(50% - 113px);
	}
}

@media screen and (max-width: 850px) {
	
	.info-boxes-container {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}

	.info-box-item {
		flex-basis: 100%;
		margin-top: 90px;
		padding-top: 175px;
	}
	
	.info-box-item img {
		max-width: 225px !important;
		top: -60px;
		left: calc(50% - 113px);
	}
}

/** LINK BOXES **/

.link-boxes-container {
	margin: 0 auto;
	max-width: 1554px;
}

.link-boxes h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 800;
}

.link-boxes .item-divider.big {
	width: 200px;
	margin: 20px auto;
}

.link-boxes-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.link-box-item {
	flex-basis: 28%;
	margin: 1%;
	margin-top: 4%;
	padding: 1%;
	filter: drop-shadow(5px 5px 10px #999999);
}

.link-box-item img {
	height: auto !important;
	max-width: none !important;
}

.link-box-item h3 {
	text-align: left;
	font-size: 26px;
	font-weight: 600;
	margin-top: 50px;
}

.link-box-item .item-divider {
	width: 80px;
	margin: 20px 0;
}

.link-box-item ul {
	list-style: none;
	padding-left: 0;
}

.link-box-item ul a, .link-box-item ul a sup {
	text-decoration: none;
}

.link-box-item ul i.far {
	margin-right: 10px;
}

@media screen and (max-width: 1250px) {
	.link-box-item {
		flex-basis: 45%;
	}
	
}

@media screen and (max-width: 1024px) {
	.link-box-item {
		flex-basis: 100%;
		padding: 3%;
	}
	
}

@media screen and (max-width: 850px) {
	
	.link-boxes-container {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}

	.link-box-item {
		flex-basis: 100%;
	}
}

/** DIVIDER **/

.block-custom.divider.right {
	float: right;
}

.block-custom.divider.center {
	margin: 0 auto;
}

.block-custom.divider.sub-left {
	margin-left: -30px;
}

/** FORMS **/

.blue-form h2.gform_title {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 34px;
	letter-spacing: 0px;
	text-align: center;
	margin: 20px;
}

.blue-form input {
	background-color: #124B86 !important;
	color: #a0b7ce !important;
	border: none !important;
	padding: 30px 10px !important;
	font-style: italic !important;
	border-radius: 5px !important;
	font-size: 20px !important;
}

.blue-form .gform_button {
	width: 100% !important;
	background-color: #ffffff !important;
	color: #005da8 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	font-weight: 800 !important;
	font-size: 20px !important;
	padding: 20px 0 !important;
}

.blue-form .gform_button:hover {
	background-color: #00BA59 !important;
	color: #ffffff !important;
}

 .blue-form .gform-theme--foundation .gform_fields { 
	grid-row-gap: 20px !important; 
}

/** VIDEO BOX **/

.videos-holder {
	padding-left: 0;
	margin-bottom: 50px;
}

.video-main {
	position: relative;
	padding-bottom: 51.25%;
	height: 0;
}

.video-main img {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
}

.video-box .video-item {
	position: relative;
	padding: 10px 5px 0;
	cursor: pointer;
}

.video-box .video-item img {
	max-width: none !important;
	height: auto !important;
}

.video-box .video-main {
	position: relative;
	cursor: pointer;
}

.video-box .video-item::before, .video-box .video-main::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f144";
	position: absolute;
	color: #ffffff;
	top: calc(50% - 35px);
	left: calc(50% - 20px);
	font-size: 50px;
	cursor: pointer;
}

.videos-holder.slick-slider {
	overflow: initial !important;
}

.video-box .slick-prev {
	left: -60px !important;
	top: 52%;
}

.video-box .slick-next {
	right: -60px !important;
	top: 52%;
}

.video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** LANDING PAGE STYLES **/

.pt {
	font-family: 'futura-pt', sans-serif;
	line-height: 1.4;
}

.light {
	font-weight: 300;
}

.demi {
	font-weight: 600;
}

.spacing-2 {
	letter-spacing: 2px;
}

.spacing-3 {
	letter-spacing: 3px;
}

.spacing-4 {
	letter-spacing: 4px;
}

.blue-form.lp.light h2 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
}

.rounded {
	border-radius: 3px;
}

.margin-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.margin-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.max-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.max-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.neg-margin {
	margin-left: -15px;
}

@media screen and (max-width: 640px) {

	.stack {
		flex-direction: column;
	}

}

@media screen and (max-width: 800px) {

	.mb-40 {
		font-size: 40px !important;
	}

}

@media screen and (max-width: 1460px) { 
	
	.video-box .slick-next {
		right: -25px !important;
	}
	
	.video-box .slick-prev {
		left: -25px !important;
	}

}

@media screen and (max-width: 1024px) { 

	.video-box .slick-next::before, .video-box .slick-prev::before {
		font-size: 20px !important;
		width: 40px !important;
		height: 40px !important;
		line-height: 34px !important;
	}
	
	.video-box .slick-prev::after {
		top: -4px !important;
		left: 16px !important;
		width: 10px !important;
		height: 10px !important;
	}
	
	.video-box .slick-next::after {
		top: -4px !important;
		left: 14px !important;
		width: 10px !important;
		height: 10px !important;
	}

}

/** FAQs **/

.block-custom .faq-item {
	border: 1px solid #C1C1C1;
	margin-bottom: 10px;
}

.block-custom .faq-item .faq-question {
	color: #010101;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	padding: 22px;
	padding-right: 30px;
}

.block-custom .faq-item .faq-question.open {
	background-color: #395ea5;
	color: #ffffff;
}

.block-custom .faq-item .faq-question i {
	position: absolute;
	right: 20px;
	top: 30px;
	color: #A6A6A6;
	font-size: 22px;
}

.block-custom .faq-item .faq-question.open i {
	color: #ffffff;
}

.block-custom .faq-item .faq-answer {
	display: none;
	padding: 22px;
}

.block-custom .faq-item .faq-answer p {
	color: #565656;
	font-size: 20px;
	font-weight: 400;
}

/** PROCESS BOX **/

.process-box-container {
	position: relative;
}

.process-box-image {
	position: absolute;
	top: 45px;
	width: 100%;
}

.process-box-image img {
	max-width: none !important;
	width: 100% !important;
	height: auto !important;
}

.process-box-items {
	display: flex;
	margin-top: 50px;
}

.process-box-item {
	position: relative;
	padding: 3%;
	text-align: center;
	width: 20%;
}

.process-box-item:nth-child(2), .process-box-item:nth-child(4) {
	margin-top: -50px;
	margin-bottom: 50px;
}

.process-box-item img {
	margin: 0 auto;
	width: 225px !important;
	height: auto !important;
	margin-bottom: 20px;
}

.process-box-item h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.process-box-item .item-divider {
	width: 80px;
	margin: 20px auto;
}


.process-box-item p {
	text-align: center;
	margin-bottom: 0;
}

@media screen and (max-width: 1250px) {
	.process-box-item img {
		width: 160px !important;
	}
}

@media screen and (max-width: 1024px) {
	
	.process-box-items { 
		flex-wrap: wrap;
	}
	
	.process-box-image {
		display: none;
	}

	.process-box-item {
		width: 100%;
	}
	
	.process-box-item img {
		width: 225px !important;
	}
	
	.process-box-item {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
}