html {
	overflow-x: hidden;
}

.wp-block-embed {
	margin: 0;
}

.wp-block-embed.aligncenter iframe {
	margin: 0 auto !important;
}


.block-editor-page .alignfull {
	margin-left: 0;
    margin-right: 0;
    max-width: unset;
}
.block-editor-page .container-fluid {
	max-width: 1040px;
	margin: 0 auto;
}
.block-editor-page p {
    margin-top: 0;
    margin-bottom: 1rem;
}


@media (max-width: 800px) {

	body:not(.block-editor-page) .wp-block-embed__wrapper {
		overflow: hidden;
		padding-top: 56.25%;
		position: relative;
	}
	
	body:not(.block-editor-page) .wp-block-embed__wrapper > iframe {
		border: 0;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	body:not(.block-editor-page) .wp-block-embed {
		margin-left: calc( -100vw / 2 + 100% / 2 );
		margin-right: calc( -100vw / 2 + 100% / 2 );
		max-width: 100vw;
	}
}

.wp-block-columns:last-child {
	margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
	min-width: 172px;
	text-transform: uppercase;
	font-family: "DM Mono", monospace;
    font-size: 18px;
    padding: calc(0.5em) calc(1.333em + 2px);
}

/* banner block */
.banner {
	min-height: 392px;
	background-position: center center;
	background-size: cover;

	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
	padding-left: 0;
	padding-right: 0;

	margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;

	margin-top: 2rem;
	margin-bottom: 2rem;
}

.banner:first-child {
	margin-top: 0
}
.banner:last-child {
	margin-bottom: 0
}

.banner.grey {
	background-color: #F0F2F4;
}
  
.banner-inner {
	font-family: "Px Grotesk", sans-serif;
	padding-right: 65px;
}

.banner-title {
	font-family: "Px Grotesk", sans-serif;
	font-size: 50px;
	color: #0F141E;
	padding-bottom: 20px;
}

.banner-content {
	font-size: 14px;
	color: #0F141E;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 4rem;
}

.banner.blue {
	background-color: #007BFF;
}

.banner.blue .banner-content, .banner.blue .banner-title {
	color: #FFFFFF;
}


.section-block {
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 3rem 0;
}
.section-block:first-child {
	margin-top: 0;
}
.section-block:last-child {
	margin-bottom: 0;
}
.section-block.blue {
	background-color: #007BFF;
}
.section-block.dark-blue {
	background-color: #142D87;
}
.section-block.grey {
	background-color: #F0F2F4;
}
.section-block.mid-grey {
	background-color: #D0D5E7;
}


.section-block {
	background: var(--desktop-bg);
	background-size: auto;
}

@media (max-width: 800px) {
	.section-block {
		background-size: var(--mobile-bg-size);
		/*background-size: 0, 50%;*/
	}
}


.has-bg + .has-bg {
	margin-top: -3rem;
}

iframe {
	display: block;
	margin: 0 auto;
}

.alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}

/* CTA Block */

.cta-block {	
	padding: 3rem 0;
	margin-bottom: 3rem;
}

.cta-block:last-child {
	margin-bottom: 0
}
.cta-block.blue {
	background-color: #142D87;
}
.cta-block.grey {
	background-color: #D0D5E7;
}

.cta-block.has-bg .cta-block-content {
	color: #FFFFFF;
}

.cta-block-inner {
	display: flex;
}

.cta-block-content {
	font-size: 24px;
}
.cta-block-content p:last-child {
	margin-bottom: 0;
}

.cta-block-button {
	flex-shrink: 0;
	margin: 0 0 0 40px;
}

@media (max-width: 800px) {
	
	.cta-block-inner {
		display: block;
	}

	.cta-block-button {
		margin: 20px 0 0 0;
	}
}

/* Icon Content Block */

.icon_content_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.icon_content_block .icon_content .title, .icon_content_block .icon_content .content {
	color: #142D87;
}

.icon_content_block.cols-one .icon_content {
	width: calc(100%);
}

.icon_content_block.cols-two .icon_content {
	width: calc(100%/2 - ( 14px / 2));
}

.icon_content_block.cols-three .icon_content {
	width: calc(100%/3 - ( 28px / 3) );
}

.icon_content_block .icon_content .icon-open {
	display: none;
}

.icon_content_block .icon_content:last-child {
	margin-bottom: 1rem;
}

@media (max-width: 600px) {
	.icon_content_block .icon_content {
		width: 100% !important;
	}

	.icon_content_block .icon_content.top .title {
		text-align: left;
	}
	.icon_content_block .icon_content.collapsible .icon-open {
		width: 22px;
		height: 22px;
		display: block;
		float: right;
		margin-left: 10px;
		cursor: pointer;
		background: url('../images/icons/plus.svg') no-repeat;
	}

	.icon_content_block .icon_content.collapsible .icon-open.open {
		background: url('../images/icons/minus.svg') no-repeat;
	}

	.icon_content_block .icon_content.collapsible .content {
		margin-top: 16px;
		display: none;
	}
	.icon_content_block .icon_content.top .icon {
		width: 22px;
		height: 22px;
		margin-right: 10px;
		margin-bottom: 0 !important;
		float: left;
	}
}



/* Icon Content */

.icon_content {
	margin-bottom: 1rem;
}

.icon_content.white {
	background-color: #FFFFFF;
}

.icon_content.icon-has-bg {
	padding: 1rem;
}

.icon_content:last-child {
	margin-bottom: 0;
}

.icon_content.left {
	display: flex;
}

.icon_content.left .icon {
	width: 68px;
	height: 68px;
	margin-right: 2rem;
	flex-shrink: 0;
}
.icon_content .title {
	text-transform: uppercase;
	color: #007BFF;
}


.icon_content.top {
	text-align: center;
}

.icon_content.top .icon {
	width: 32px;
	height: 32px;
	margin: 0 auto 1rem;
}

.icon_content .icon img {
	width: 100%;
}


@media (max-width: 600px) {
	.icon_content.left {
		display: block;
		margin-bottom: 2rem;
	}
	.icon_content.left .icon {
		margin: 0 auto 16px auto;
	}
}




.wp-block-button__link {
	border-radius: 0;
}
.wp-block-button__link:hover {
	text-decoration: none;
}

.wp-block-quote {
	border-left: 0.25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}

.testimonial_block {
	display: flex;
}

.testimonial_block .testimonial {
	display: flex !important;
	margin-bottom: 20px;
	padding: 0 10px;
}
.testimonial_block .testimonial .image {
	margin-right: 9px;
	align-self: flex-end;
}

.testimonial_block .testimonial .image img {
	border-radius: 50%;
}
.testimonial_block .testimonial .title {
	color: #142D87;
	text-transform: uppercase;
	margin-top: 28px;
	display: flex;
	align-items: center;
}
.testimonial_block .testimonial .position {
	color: #007BFF;
}
.testimonial_block .testimonial .content {
	background: #FFFFFF;
	padding: 1rem;
	position: relative;
	box-shadow: 0px 7px 7px #00000029;
}
.testimonial_block .testimonial .content::after {
	content: "";
	color: #FFFFFF;
	position: absolute;
	top: calc( 100% - 1px );
	left: 22px;
	border-top: 20px solid #FFFFFF;
	border-top-color: inherit; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.testimonial_block .testimonial .content p:last-child {
	margin: 0;
}

.testimonial_block .slick-arrow {
	position: absolute;
	height: 22px;
	width: 22px;
	padding: 0;
	text-indent: -9999px;
	outline: none !important;
	top: calc(50% - 11px);
}

.testimonial_block .slick-prev {
	left: -40px;
	background: url('../images/icons/prev.svg') no-repeat !important;
}

.testimonial_block .slick-prev:hover {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.testimonial_block .slick-next {
	right: -40px;
	background: url('../images/icons/next.svg') no-repeat !important;
}

.testimonial_block .slick-next:hover {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}


@media (max-width: 767.98px) {

	.testimonial_block .testimonial .image img {
		width: 54px;
		height: 54px;
		display: block;
	}

	.testimonial_block .testimonial .content::after {
		left: 14px
	}
}