/* ==========================================================================
   ==========================================================================
   Aleck Plumbing
   ==========================================================================
   ========================================================================== */










/* ==========================================================================
   ==========================================================================
   General
   ==========================================================================
   ========================================================================== */

html,
body {
	margin: 0;
    background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #00257d;
	font-size: 18px;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width:980px) {
    
    html,
	body {
		font-size: 16px;
	}
}

@media (max-width:760px) {
    
    html,
	body {
		font-size: 14px;
	}
}

html {
	height: 100% !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

html.hidden {
    overflow: hidden;
}

body {
	width: 100%;
    min-width: 375px;
    overflow: hidden;
}





/* ==========================================================================
   Links
   ========================================================================== */

a,
a:visited,
a:hover,
a:active,
a:visited:hover {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
	cursor: pointer;
	outline: 0;
}

p a:hover,
p a:active,
p a:visited:hover,
p a,
p a:active,
p a:visited{
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	transition: color .3s ease;
}

p a:hover,
p a:visited:hover {
	color: #0cadec;
}





/* ==========================================================================
   Reset
   ========================================================================== */

img {
	border: none;
	display: block;
}

* {
	position:relative;
	outline:0 !important;
	z-index: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.hide {
	z-index: -100;
	display: none;
}


/* Selection / Highlight
   ========================================================================== */

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #00257d;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #00257d;
}

* {
	-webkit-tap-highlight-color:rgba(0, 37, 125, 0.25);
}





/* ==========================================================================
   Animation
   ========================================================================== */

.banner-module .animation.fadeInUp,
.contact-module .animation.fadeInUp,
.highlight-module__grid--one-column .animation.fadeInUp,
.highlight-module__grid--two-column .highlight-module__media-grid-item--icon.animation.fadeInUp {
    opacity: 0;
    transform: translateY(80px);
    will-change: opacity, transform;
}

.banner-module .animate.fadeInUp,
.contact-module .animate.fadeInUp,
.highlight-module__grid--one-column .animate.fadeInUp,
.highlight-module__grid--two-column .highlight-module__media-grid-item--icon.animate.fadeInUp {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s cubic-bezier(.165,.84,.44,1), transform 1.25s cubic-bezier(.165,.84,.44,1);
}

.banner-module__content .animate:nth-child(1) {
	transition-delay: .2s;
}

.banner-module__content .animate:nth-child(2) {
	transition-delay: .4s;
}

.banner-module__content .animate:nth-child(3) {
	transition-delay: .6s;
}

.animation.borderFill:before {
    width: 50%;
    opacity: 0;
    will-change: opacity, width;
}

.animate.borderFill:before {
    width: 100%;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.165,.84,.44,1), width 1.25s cubic-bezier(.165,.84,.44,1);
}

.animation.imageZoomOut {
	scale: 1.25;
	opacity: 0;
    transition: opacity .5s cubic-bezier(.165,.84,.44,1), scale 1.25s cubic-bezier(.165,.84,.44,1);
}

.animate.imageZoomOut {
	scale: 1;
	opacity: 1;
}

.spotlight-module__item--left-align.animation.dividerFill:before {
	clip-path: polygon(0% 0%, calc(100% - 256px) 0%, calc(100% - 256px) 0%, 0% 0%);
    transition: clip-path 1.25s ease .25s;
}

.spotlight-module__item--left-align.animate.dividerFill:before {
	clip-path: polygon(0% 0%, calc(100% - 256px) 0%, 100% 100%, 256px 100%);
}

.spotlight-module__item--right-align.animation.dividerFill:before {
	clip-path: polygon(256px 0%, 100% 0%, 100% 0%, 256px 0%);
    transition: clip-path 1.25s ease .25s;
}

.spotlight-module__item--right-align.animate.dividerFill:before {
	clip-path: polygon(256px 0%, 100% 0%, calc(100% - 256px) 100%, 0% 100%);
}

@media (max-width: 980px) {

	.spotlight-module__item--left-align.animation.dividerFill:before {
		clip-path: polygon(0% 0%, calc(100% - 208px) 0%, calc(100% - 208px) 0%, 0% 0%);
	}

	.spotlight-module__item--left-align.animate.dividerFill:before {
		clip-path: polygon(0% 0%, calc(100% - 208px) 0%, 100% 100%, 208px 100%);
	}

	.spotlight-module__item--right-align.animation.dividerFill:before {
		clip-path: polygon(208px 0%, 100% 0%, 100% 0%, 208px 0%);
	}

	.spotlight-module__item--right-align.animate.dividerFill:before {
		clip-path: polygon(208px 0%, 100% 0%, calc(100% - 208px) 100%, 0% 100%);
	}
}

@media (max-width: 760px) {

	.spotlight-module__item--left-align.animation.dividerFill:before {
		clip-path: polygon(0% 0%, 0% 0%, 0% calc(100% - 5.556rem), 0% calc(100% - 5.556rem));
	}

	.spotlight-module__item--left-align.animate.dividerFill:before {
		clip-path: polygon(0% 0%, 100% calc(0% + 5.556rem), 100% 100%, 0% calc(100% - 5.556rem));
	}

	.spotlight-module__item--right-align.animation.dividerFill:before {
		clip-path: polygon(100% 0%, 100% 0%, 100% calc(100% - 5.556rem), 100% calc(100% - 5.556rem));
	}

	.spotlight-module__item--right-align.animate.dividerFill:before {
		clip-path: polygon(0% calc(100% - 5.556rem), 100% 0%, 100% calc(100% - 5.556rem), 0% 100%);
	}
}

.no-animation,
.no-animation:before,
.no-animation:after {
	transition: none !important;
}









/* ==========================================================================
   ==========================================================================
   BASE ELEMENTS
   ==========================================================================
   ========================================================================== */





/* ==========================================================================
   Copy/Text
   ========================================================================== */

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

p,
ul,
ol,
blockquote {
	margin: 20px 0;
}

p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child {
	margin-top: 0 !important;
}

p + ul,
p + ol {
	margin-top: -20px !important;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child {
	margin-bottom: 0 !important;
}

ul,
ol {
	padding-left: 18px;
}

nav ul,
nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bold,
strong,
b {
	font-weight: 700;
}






/* ==========================================================================
   Images
   ========================================================================== */

.full-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
}

.full-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* IE Fallback
   ========================================================================== */

.full-bg.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.full-bg.compat-object-fit > img {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
}










/* ==========================================================================
   ==========================================================================
   BODY
   ==========================================================================
   ========================================================================== */





/* ==========================================================================
   Universal
   ========================================================================== */

.main {
    width: 100%;
    display: block;
}





/* ==========================================================================
   Elements
   ========================================================================== */




/* Buttons
   ========================================================================== */

.btn__row {
	margin: -1.389rem -0.694rem 0 -0.694rem;
	padding-top: 1.944rem;
	flex-wrap: wrap;
	display: flex;
	pointer-events: none;
}

.btn__row--center {
	justify-content: center;
}

.btn__row--extra-padding {
	padding-top: 3.611rem;
}

.btn__row--extra-extra-padding {
	padding-top: 5.556rem;
}

.btn {
	margin: 1.389rem 0.694rem 0;
	padding: 0.9445rem 1.667rem;
	min-width: 16rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 600 !important;
    text-decoration: none !important;
	justify-content: center;
	border: none;
    display: flex;
	background-color: #0cadec;
    border-radius: 1.389rem;
    transition: color .4s ease, background .4s ease;
    box-shadow: none;
	cursor: pointer;
	pointer-events: all;
}

.btn[target="_blank"] span {
	padding-right: 1.389rem;
}

.btn[target="_blank"] span:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/content/new-window-icon.svg");
    background-size: auto 70%;
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
}

.btn--dark-blue {
	background-color: #205de9;
}

.btn--sm {
	min-width: 0;
}

.no-touch-device .btn:hover {
    color: #00257d !important;
	background-color: #fff;
}

.no-touch-device .btn--dark-blue:hover {
    color: #fff !important;
	background-color: #0cadec;
}

@media (max-width: 760px) {

	.btn {
		min-width: 15.833rem;
	}
	
	.contact-module__form .btn--dark-blue {
    	color: #fff !important;
		background-color: #0cadec;
	}

	.no-touch-device .contact-module__form .btn:hover {
		color: #00257d !important;
		background-color: #fff;
	}
}





/* Forms
   ========================================================================== */

form input,
form select,
form textarea {
    width: 100%;
    height: 1.85rem;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: none;
}

form input[type="submit"] {
    cursor: pointer;
}

input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: #00257d;
    font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
    border: none;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 760px) {

	input:-webkit-autofill::first-line,
	input:-webkit-autofill,
	input:-webkit-autofill:hover, 
	input:-webkit-autofill:focus,
	textarea:-webkit-autofill,
	textarea:-webkit-autofill:hover,
	textarea:-webkit-autofill:focus,
	select:-webkit-autofill,
	select:-webkit-autofill:hover,
	select:-webkit-autofill:focus {
    	-webkit-text-fill-color: #fff;
	}
}

.wpcf7-form-control-wrap {
    display: block;
}

form .wpcf7-response-output {
    margin: 0px 0 0 0 !important;
    padding: 10px 0 0 0 !important;
    width: 100% !important;
	font-size: 16px;
	line-height: 140%;
    text-align: left !important;
    font-weight: 400 !important;
    border: none !important;
}

@media (max-width:980px) {
    
    form .wpcf7-response-output {
		font-size: 14px;
	}
}

@media (max-width:760px) {
    
    form .wpcf7-response-output {
		font-size: 12px;
	}
}

form.invalid .wpcf7-response-output {
    display: none !important;
}

form .wpcf7-not-valid-tip {
    padding-top:  0.556rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.667rem;
	line-height: 100%;
    font-weight: 400 !important;
}

form p {
    margin: 0 !important;
}

.form__item--hp {
    margin: 0 !important;
    width: 0 !important;
	height: 0 !important;
    display: block;
}


/* Contact Form */

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

.form--contact input[type="text"],
.form--contact input[type="email"],
.form--contact input[type="tel"],
.form--contact input[type="date"],
.form--contact select,
.form--contact textarea,
.form--contact label {
    padding: 0 0 0.333rem;
    font-family: 'Open Sans', sans-serif;
    color: #00257d;
    font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
    border-bottom: 1px solid #00257d;
    background: none;
}

.form--contact select option {
	display: block;
}

.form--contact label {
    border-bottom: none !important;
}

.form--contact textarea {
    margin-top: 0.333rem;
    padding: 0.833rem;
    height: 11.111rem;
    border: 1px solid #00257d;
    vertical-align: top;
    resize: none;
}

@media (max-width: 760px) {

	.form--contact input[type="text"],
	.form--contact input[type="email"],
	.form--contact input[type="tel"],
	.form--contact input[type="date"],
	.form--contact select,
	.form--contact textarea,
	.form--contact label {
		color: #fff;
    	border-bottom: 1px solid #fff;
	}
	
	.form--contact textarea {
		border: 1px solid #fff;
	}
}

.form--contact input::placeholder {
    color: #00257d !important;
    opacity: 1 !important;
}

.form--contact input:-ms-input-placeholder {
    color: #00257d !important;
    opacity: 1 !important;
}

.form--contact input::-ms-input-placeholder {
    color: #00257d !important;
    opacity: 1 !important;
}

.form--contact input::-webkit-calendar-picker-indicator {
	width: 1.5rem !important;
	height: 1.5rem !important;
	opacity: 0 !important;
}

@media (max-width: 760px) {

	.form--contact input::placeholder {
		color: #fff !important;
	}

	.form--contact input:-ms-input-placeholder {
		color: #fff !important;
	}

	.form--contact input::-ms-input-placeholder {
		color: #fff !important;
	}
}

.form--contact .form__item {
    margin-top: 1.556rem;
}

.form--contact .form__item--half {
	width: calc(50% - 1.1111rem);
}

.form__item--required span.wpcf7-form-control-wrap:before {
    color: #dc3232;
	font-size: 0.75rem;
	content: '*';
	position: absolute;
    top: 0;
    left: -0.75rem;
	pointer-events: none;
}

@media (max-width: 980px) {

	.form--contact .form__item--half {
		width: 100%
	}
}

span[data-name="preferred-date"]:after,
span[data-name="preferred-time"]:after {
	width: 100%;
	height: 1.778rem;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
    background-position: top right;
	background-size: auto calc(100% - 0.333rem);
    background-repeat: no-repeat;
	pointer-events: none;
}

span[data-name="preferred-date"]:after {
	background-image: url("../img/content/calendar-form-icon.svg");
}

span[data-name="preferred-time"]:after {
	background-image: url("../img/content/clock-form-icon.svg");
}

@media (max-width: 760px) {

	span[data-name="preferred-date"]:after,
	span[data-name="preferred-time"]:after {
		filter: brightness(0) invert(1);
	}
}

.form--contact .form__item--full {
	width: 100%;
}

form .btn:after {
    width: 0.889rem;
    height: 0.889rem;
    font-family: 'Font Awesome 5 Free';
    font-size: 0.889rem;
    line-height: 0.889rem;
    font-weight: 900;
    content: "\f1ce";
    position: absolute;
    top: calc(50% - 0.444rem);
    right: 0.667rem;
    transform-origin:  0.444rem  0.444rem;
    animation: rotating .8s linear infinite;
	opacity: 0;
    transition: opacity .2s ease;
}

form.submitting .btn:after {
	opacity: 1;
}

@keyframes rotating {

    from {
        transform:rotate(0deg)
    }
    
    to {
        transform:rotate(360deg)
    }
}




/* Swiper
   ========================================================================== */

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-slide {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-slide-active {
    z-index: 10;
}

.swiper-button {
	width: 1.889rem;
	height: 1.889rem;
	align-items: center;
    justify-content: center;
	display: flex;
	border-radius: 50%;
	cursor: pointer;
	transition: background .4s ease, opacity .4s ease;
}

.swiper-button--dark-blue {
	background-color: #00257d;
}

.swiper-button--light-blue {
	background-color: #0cadec;
}

.swiper-button:not(:first-child) {
	margin-left: 0.556rem;
}

.no-touch-device .swiper-button--dark-blue:hover {
	background-color: #0cadec;
}

.no-touch-device .swiper-button--light-blue:hover {
	background-color: #fff;
}

.swiper-button svg {
	width: auto;
	height: 1rem;
	transform: translateX(-0.1rem);
}

.swiper-button:not(:first-child) svg {
	transform: translateX(0.1rem) rotate(180deg);
}

.swiper-button--light-blue svg path {
	transition: stroke .4s ease;
}

.no-touch-device .swiper-button--light-blue:hover svg path {
	stroke: #00257d;
}





/* ==========================================================================
   Sections
   ========================================================================== */

.section {
    width: 100%;
	z-index: 1;
    display: block;
}

.section__wrapper {
    margin: 0 auto;
    width: 100%;
}





/* ==========================================================================
   Modules
   ========================================================================== */




/* Bio
   ========================================================================== */

.bio-module {
	padding: 5.556rem 50px;
	width: 100%;
	background-color: #00257d;
}

@media (max-width: 980px) {

	.bio-module {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.bio-module {
		padding: 5.556rem 25px;
	}
}

.bio-module__headline {
	margin: 0 auto;
	width: 100%;
	max-width: 850px;
	color: #fff;
	font-size: 1.944rem;
	line-height: 2.778rem;
	font-weight: 600 !important;
    text-align: center;
}

.bio-module__grid {
	margin: -3.889rem auto 0;
	padding-top: 3.889rem;
	max-width: 1260px;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
	display: flex;
}

.bio-module__item {
	margin-top: 3.889rem;
	padding-top: calc(1.944rem + 0.444rem);
	width: 45%;
}

.bio-module__item:before {
	width: 100%;
	height: 0.444rem;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #0cadec;
}

@media (max-width: 980px) {

	.bio-module__item {
		width: 46%;
	}
}

@media (max-width: 540px) {

	.bio-module__item {
		width: 100%;
	}
}

.bio-module__item-content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	color: #fff !important;
    flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
	align-content: flex-start;
	display: flex;
}

.bio-module__item-image {
	padding-top: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bio-module__item-headline {
    width: 100%;
	font-size: 1.556rem;
	line-height: 2.333rem;
	font-weight: 600 !important;
}

.bio-module__item-headline:not(:first-child) {
	margin-top: 1.667rem;
}

.bio-module__item-blurb {
    width: 100%;
}

.bio-module__item-blurb:not(:first-child) {
	margin-top: 1.111rem;
}




/* Banner
   ========================================================================== */

.banner-module {
	width: 100%;
	height: auto;
	display: flex;
	background-color: #205de9;
}

.banner-module:before, 
.banner-module:after {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
	clip-path: polygon(0 0, 100% 0, 100% calc(740px - 1.111rem), 0% calc(740px - 1.111rem));
    pointer-events: none;
}

body.home .banner-module:before, 
body.home .banner-module:after {
	clip-path: polygon(0 0, 100% 0, 100% 740px, 0% 740px);
}

.banner-module:before {
    width: 43.944rem;
    left: 337px;
    z-index: 5;
    background-image: url(../img/content/stripe-dark-blue.svg);
    mix-blend-mode: multiply;
}

.banner-module:after {
    width: 37rem;
    left: 337px;
    z-index: 6;
    background-image: url(../img/content/stripe-light-blue.svg);
    opacity: 0.8;
}

@media (max-width: 980px) {

	.banner-module:before,
	.banner-module:after {
		clip-path: polygon(0 0, 100% 0, 100% calc(618px - 1.111rem), 0% calc(618px - 1.111rem));
	}

	body.home .banner-module:before, 
	body.home .banner-module:after {
		clip-path: polygon(0 0, 100% 0, 100% 618px, 0% 618px);
	}

	.banner-module:before {
		width: 35.944rem;
		left: 252px;
	}

	.banner-module:after {
		width: 28rem;
		left: 252px;
	}
}

@media (max-width: 760px) {

	.banner-module {
		min-height: 0;
	}

	.banner-module:before,
	.banner-module:after {
		display: none;
	}
}

.banner-module__wrapper {
	width: 100%;
}

.banner-module__background {
	width: calc(100% - 337px);
    height: calc(740px - 1.111rem);
	position: absolute;
	top: 0;
	left: 337px;
	z-index: -1;
	background-color: #205de9;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

body.home .banner-module__background {
	height: 740px;
}

@media (max-width: 980px) {

	.banner-module__background {
		width: calc(100% - 252px);
    	height: calc(618px - 1.111rem);
		left: 252px;
	}

	body.home .banner-module__background {
		height: 618px;
	}
}

@media (max-width: 760px) {

	.banner-module__background {
		padding-top: 56%;
		width: 100%;
		height: 0 !important;
		position: relative;
		left: 0;
	}
}

.banner-module__content {
	padding: calc(137px + 3.333rem) 0 3.333rem 50px;
    width: 645px;
    height: calc(740px - 1.111rem);
	color: #fff;
	align-content: center;
    display: flex;
    flex-wrap: wrap;
	z-index: 2;
    clip-path: polygon(0 0, 337px 0, 100% 100%, 0% 100%);
}
	
body.home .banner-module__content {
	padding-bottom: 4.444rem;
    height: 740px;
}

.banner-module__content:before {
    width: 935px;
    height: 1442px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    background-color: #00257d;
    clip-path: polygon(0 0, 337px 0, 100% 100%, 0% 100%);
}

body.home .banner-module__content:after {
	width: 100%;
	height: 1.111rem;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

@media (max-width: 980px) {

	.banner-module__content {
		padding: calc(115px + 3.333rem) 0 3.333rem 35px;
    	width: 509px;
		height: calc(618px - 1.111rem);
    	clip-path: polygon(0 0, 252px 0, 100% 100%, 0% 100%);
	}
	
	body.home .banner-module__content {
		padding-bottom: 4.444rem;
		height: 618px;
	}

	.banner-module__content:before {
		width: 851px;
    	clip-path: polygon(0 0, 252px 0, 100% 100%, 0% 100%);
	}
}

@media (max-width: 760px) {

	.banner-module__content {
		padding: calc(3.333rem + 93px) 25px 3.333rem 25px;
    	width: 100%;
    	height: auto;
    	clip-path: none
	}
	
	body.home .banner-module__content {
		padding-bottom: 3.333rem;
    	height: auto;
	}

	.banner-module__content:before {
		width: 100%;
		height: 100%;
    	clip-path: none;
	}

	body.home .banner-module__content:after {
		display: none;
	}
}

.banner-module__eyebrow {
	width: 60%;
	color: #0cadec;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600;
}

.banner-module__headline {
	color: #fff;
	width: 65%;
	font-size: 2.222rem;
	line-height: 3.056rem;
	font-weight: 600;
}

.banner-module__headline:not(:first-child) {
	margin-top: 1.111rem;
}

@media (max-width: 980px) {

	.banner-module__eyebrow {
		width: 55%;
	}

	.banner-module__headline {
		width: 60%;
	}
}

@media (max-width: 760px) {

	.banner-module__eyebrow,
	.banner-module__headline {
		width: 100%;
		max-width: 100%;
	}
}

.banner-module__copy {
	padding: 5.556rem 50px;
	font-size: 1.944rem;
    line-height: 2.778rem;
	font-weight: 600;
	background-color: #fff;
	z-index: 1;
}

.banner-module__copy > div {
	margin: 0 auto;
	max-width: 850px;
	text-align: center;
}

@media (max-width: 980px) {

	.banner-module__copy {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.banner-module__copy {
		padding: 5.556rem 25px;
	}
}




/* Callout
   ========================================================================== */

.callout-module__grid {
	flex-wrap: wrap;
	display: flex;
}

.callout-module__col {
	padding: 5.556rem 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.callout-module__grid--one-column .callout-module__col {
	width: 100%;
	min-height: 680px;
}

.callout-module__grid--two-column .callout-module__col {
	width: 33.33%;
	min-height: 630px;
}

.callout-module__col:not(.callout-module__col--none):before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.callout-module__col--light-blue:before {
	background-color: #205de9;
	opacity: .94;
}

.callout-module__col--medium-blue:before {
	background-color: #0b3eb3;
	opacity: .90;
}

.callout-module__col--dark-blue:before {
	background-color: #00257d;
	opacity: .88;
}

@media (max-width: 1420px) {

	.callout-module__grid--two-column .callout-module__col {
		width: 50%;
	}
}

@media (max-width: 980px) {

	.callout-module__col {
		padding: 5.556rem 35px;
	}

	.callout-module__grid--one-column .callout-module__col {
		min-height: 565px;
	}

	.callout-module__grid--two-column .callout-module__col {
		min-height: 450px;
	}
}

@media (max-width: 760px) {

	.callout-module__col {
		padding: 5.556rem 25px;
	}

	.callout-module__grid--one-column .callout-module__col {
		min-height: 500px;
	}

	.callout-module__grid--two-column .callout-module__col {
		width: 100%;
		min-height: 300px;
	}
}

.callout-module__content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
    flex-wrap: wrap;
	flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
	z-index: 1;
	display: flex;
}

.callout-module__grid--one-column .callout-module__content {
	max-width: 850px;
}

.callout-module__grid--two-column .callout-module__content {
	max-width: 510px;
}

.callout-module__headline {
	font-size: 1.944rem;
	line-height: 2.778rem;
	font-weight: 600 !important;
}

.callout-module__blurb:not(:first-child) {
	margin-top: 1.667rem;
}

.callout-module__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
    object-fit: cover;
}





/* Contact
   ========================================================================== */

.contact-module {
    padding: 5.556rem 50px;
    background-color: #fff;
}

@media (max-width: 980px) {

	.contact-module {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.contact-module {
		padding: 0;
	}
}

.contact-module__content {
	margin: 0 auto;
	max-width: 1260px;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
	display: flex;
}

.contact-module__info {
	width: 40%;
}

.contact-module__form {
	width: 50%;
}

@media (max-width: 980px) {

	.contact-module__info {
		width: 42%;
	}
}

@media (max-width: 760px) {

	.contact-module__info,
	.contact-module__form {
		width: 100%;
		padding: 5.556rem 25px;
	}

	.contact-module__form {
		background-color: #00257d;
	}
}

.contact-module__info-row:not(:first-child) {
	margin-top: 2.778rem;
}

.contact-module__headline {
	padding-left: 2.778rem;
	font-size: 1.944rem;
	line-height: 2.778rem;
	font-weight: 600 !important;
    text-align: left;
}

.contact-module__headline--phone:before,
.contact-module__headline--offices:before,
.contact-module__headline--answering-service:before,
.contact-module__headline--schedule:before {
    width: 2.778rem;
    height: 2.778rem;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto 75%;
    background-position: center left;
    background-repeat: no-repeat;
    pointer-events: none;
}

.contact-module__headline--phone:before {
    background-image: url("../img/content/phone-form-icon.svg");
}

.contact-module__headline--offices:before {
    background-image: url("../img/content/location-form-icon.svg");
}

.contact-module__headline--answering-service:before {
    background-image: url("../img/content/answering-service-form-icon.svg");
}

.contact-module__headline--schedule:before {
    background-image: url("../img/content/schedule-form-icon.svg");
}

@media (max-width: 760px) {

	.contact-module__headline--schedule {
		color: #fff;
	}

	.contact-module__headline--schedule:before {
		filter: brightness(0) invert(1);

	}
}

.contact-module__info-copy {
	padding-left: 2.778rem;
	font-size: 1.556rem;
	line-height: 2.333rem;
	font-weight: 400 !important;
}




/* Copy
   ========================================================================== */

.copy-module {
	padding: 5.556rem 50px;
	background-color: #fff;
}

@media (max-width: 980px) {

	.copy-module {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.copy-module {
		padding: 5.556rem 25px;
	}
}

.copy-module__content {
	margin: 0 auto;
	max-width: 950px;
}




/* Customers
   ========================================================================== */

.customers-module {
	padding: 5.556rem 50px;
	background-color: #fff;
}

@media (max-width: 980px) {

	.customers-module {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.customers-module {
		padding: 5.556rem 25px;
	}
}

.customers-module__content {
	margin: 0 auto;
	max-width: 1600px;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.customers-module__headline {
	width: 200px;
	color: #00257d;
	font-size: 1.167rem;
	line-height: 1.556rem;
	font-weight: 400 !important;
}

@media (max-width: 980px) {

	.customers-module__headline {
		width: 180px;
	}
}

@media (max-width: 760px) {

	.customers-module__headline {
		width: 100%;
	}
}

.customers-module__swiper {
	padding: 2.778rem 0;
	width: calc(100% - 240px);
	display: flex;
}

/*
.customers-module__swiper:before {
	width: 100%;
	height: 0.333rem;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00257d;
}
*/

@media (max-width: 980px) {

	.customers-module__swiper {
		width: calc(100% - 210px);
	}
}

@media (max-width: 760px) {

	.customers-module__swiper {
		/* margin-top: 5.556rem; */
		padding-bottom: 0;
		width: 100%;
	}
}

.customers-module__swiper-wrapper {
	margin-left: -120px;
	transition-timing-function: linear!important; 
}

@media (max-width: 1680px) {

	.customers-module__swiper-wrapper {
		margin-left: -7vw;
	}
}

.customers-module__swiper-slide {
	padding-left: 120px; 
	width: auto;
	height: 4.889rem;
}

@media (max-width: 1680px) {

	.customers-module__swiper-slide {
		padding-left: 7vw; 
	}
}

.customers-module__swiper-slide img {
	width: auto;
	height: 100%;
}

.swiper-button__row--customers {
	position: absolute;
	top: -2.444rem;
    right: 0;
	display: flex;
}




/* Detail
   ========================================================================== */

.detail-module {
	padding: 5.556rem 50px;
	background-color: #00257d;
}

@media (max-width: 980px) {

	.detail-module {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.detail-module {
		padding: 5.556rem 25px;
	}
}

.detail-module__content {
	margin: 0 auto;
	max-width: 1600px;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.detail-module__headline {
	width: 100%;
	color: #fff;
	font-size: 1.944rem;
	line-height: 2.778rem;
	font-weight: 600 !important;
	text-align: center;
}

.detail-module__swiper {
	width: 100%;
}

.detail-module__swiper-container {
	margin-top: 1.667rem;
}

.detail-module__swiper-slide {
	height: 600px;
}

@media (max-width: 980px) {

	.detail-module__swiper-slide {
		height: auto;
	}
}

.detail-module__swiper-slide-row {
	height: 100%;
	flex-wrap: wrap;
	display: flex;
}

@media (max-width: 980px) {

	.detail-module__swiper-slide-row {
		height: auto;
		flex-direction: column-reverse;
	}
}

.detail-module__swiper-slide-col:first-child {
	padding-right: 50px;
	width: 45%;
    flex-wrap: wrap;
    align-content: center;
	display: flex;
}

.detail-module__swiper-slide-col:last-child {
	width: 55%;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 980px) {

	.detail-module__swiper-slide-col {
		width: 100% !important;
	}
	
	.detail-module__swiper-slide-col:first-child {
		margin-top: 2.083rem;
		padding-right: 0;
	}

	.detail-module__swiper-slide-col:last-child {
		padding-top: 56%;
	}
}

.detail-module__swiper-slide-headline {
	width: 100%;
	color: #fff;
	font-size: 1.556rem;
	line-height: 2.333rem;
	font-weight: 400 !important;
}

@media (max-width: 980px) {

	.detail-module__swiper-slide-headline {
		font-size: 1.167rem;
		line-height: 1.75rem;
	}
}

.detail-module__menu {
	margin-top: 3.889rem;
	width: 100%;
	display: flex;
}

.detail-module__menu-btn {
	padding: 0 0.778rem 1.944rem;
	width: 100%;
	color: #fff !important;
	font-size: 1.167rem;
	line-height: 1.556rem;
	font-weight: 600 !important;
	text-align: center;
	text-decoration: none !important;
	align-items: center;
	justify-content: center;
	display: flex;
	transition: color .4s ease;
}

.no-touch-device .detail-module__menu-btn:hover,
.detail-module__menu-btn--current {
	color: #0cadec !important;
}

@media (max-width: 760px) {

	.detail-module__menu-btn {
		padding-left: 0;
		padding-bottom: 1.556rem;
		text-align: left;
		justify-content: flex-start;
		display: none;
		pointer-events: none;
	}

	.detail-module__menu-btn--current {
		display: flex;
	}
}

.swiper-pagination--detail {
	margin-top: -0.778rem;
	width: 100%;
	display: flex;
}

.swiper-pagination--detail {
	margin-top: -0.778rem;
	width: 100%;
	height: 0.778rem;
	display: flex;
	pointer-events: none;
}

.swiper-pagination--detail:before {
	width: 100%;
	height: 42.5%;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	transform: translateY(-50%);
}

.swiper-pagination--detail .swiper-pagination-progressbar-fill {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0cadec;
	transform: scale(0);
    transform-origin: left top;
}

.swiper-button__row--detail {
	position: absolute;
	top: -3.35rem;
	right: 0;
	display: none;
}

@media (max-width: 760px) {

	.swiper-button__row--detail {
		display: flex;
	}
}




/* Feature
   ========================================================================== */

.feature-module {
	padding: 5.556rem 50px;
	width: 100%;
}

.feature-module--white {
	background-color: #fff;
}

.feature-module--blue {
	background-color: #00257d;
}

@media (max-width: 980px) {

	.feature-module {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.feature-module {
		padding: 5.556rem 25px;
	}
}

.feature-module__headline {
	margin: 0 auto;
	width: 100%;
	max-width: 850px;
	font-size: 1.944rem;
	line-height: 2.778rem;
	font-weight: 600 !important;
    text-align: center;
}

.feature-module--blue .feature-module__headline {
	color: #fff;
}

.feature-module__grid {
	margin: -3.889rem auto 0;
	padding-top: 3.889rem;
	max-width: 1260px;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
	display: flex;
}

.feature-module__item {
	margin-top: 3.889rem;
	padding-top: calc(1.944rem + 0.444rem);
	width: 45%;
	min-height: 7.65rem;
}

.feature-module__item:before {
	width: 100%;
	height: 0.444rem;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #0cadec;
}

@media (max-width: 980px) {

	.feature-module__item {
		width: 46%;
	}
}

@media (max-width: 540px) {

	.feature-module__item {
		width: 100%;
	}
}

.feature-module__item-content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
    flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
	align-content: flex-start;
	display: flex;
}

.feature-module__item-media--icon {
	width: 5.056rem;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.feature-module__item-media--icon img {
	width: 100%;
	height: auto;
}

.feature-module__item-media--image {
	padding-top: 56%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-module--icon .feature-module__item-content {
	padding-left: calc(10% + 5.056rem);
}

.feature-module--blue .feature-module__item-content {
	color: #fff !important;
}

@media (max-width: 980px) {

	.feature-module--icon .feature-module__item-content {
		padding-left: calc(6.5% + 5.056rem);
	}
}

@media (max-width: 760px) {

	.feature-module--icon .feature-module__item-content {
		padding-left: calc(5% + 5.056rem);
	}
}

.feature-module__item-headline {
    width: 100%;
	font-size: 1.556rem;
	line-height: 2.333rem;
	font-weight: 600 !important;
}

.feature-module__item-media--image + .feature-module__item-headline {
	margin-top: 1.667rem;
}

.feature-module__item-blurb {
    width: 100%;
}

.feature-module__item-blurb:not(:first-child) {
	margin-top: 1.111rem;
}




/* Highlight
   ========================================================================== */

.highlight-module__grid {
	flex-wrap: wrap;
	display: flex;
}

.highlight-module__col {
	padding: 5.556rem 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.highlight-module__grid--one-column .highlight-module__col {
	width: 100%;
}

.highlight-module__grid--two-column .highlight-module__col {
	width: 50%;
}

.highlight-module__col:not(.highlight-module__col--none):before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.highlight-module__col--white:before {
	background-color: #fff;
}

.highlight-module__col--light-gray:before {
	background-color: #f5f5f5;
}

.highlight-module__col--dark-gray:before {
	background-color: #e6e6e6;
}

@media (max-width: 1200px) {

	.highlight-module__grid--two-column .highlight-module__col {
		width: 100%;
	}
}

@media (max-width: 980px) {

	.highlight-module__col {
		padding: 5.556rem 35px;
	}

	.highlight-module__grid--two-column .highlight-module__col {
		width: 100%;
	}
}

@media (max-width: 760px) {

	.highlight-module__col {
		padding: 5.556rem 25px;
	}
}

.highlight-module__content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
    flex-wrap: wrap;
	flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
	z-index: 1;
	display: flex;
}

.highlight-module__grid--one-column .highlight-module__content {
	width: 100%;
}

.highlight-module__grid--two-column .highlight-module__content {
	width: 100%;
}

.highlight-module__headline {
	margin: 0 auto;
	font-size: 1.944rem;
	line-height: 2.778rem;
	font-weight: 600 !important;
    text-align: center;
}

.highlight-module__grid--one-column .highlight-module__headline,
.highlight-module__grid--one-column .highlight-module__blurb {
    max-width: 850px;
}

.highlight-module__grid--two-column .highlight-module__headline,
.highlight-module__grid--two-column .highlight-module__blurb {
	max-width: 510px;
}

.highlight-module__blurb:not(:first-child) {
	margin-top: 1.667rem;
}

@media (max-width: 1200px) {

	.highlight-module__grid--two-column .highlight-module__headline,
	.highlight-module__grid--two-column .highlight-module__blurb {
		max-width: 850px;
	}
}

.highlight-module__media {
	margin-top: 2.778rem;
}

.highlight-module__grid--one-column .highlight-module__media {
	max-width: 1200px;
}

.highlight-module__grid--two-column .highlight-module__media {
	max-width: 750px;
}

@media (max-width: 980px) {

	.highlight-module__grid--one-column .highlight-module__media,
	.highlight-module__grid--two-column .highlight-module__media {
		max-width: 700px;
	}
}

.highlight-module__media-grid.highlight-module__media-grid--icons,
.highlight-module__media-grid.highlight-module__media-grid--logos {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	display: flex;
}

.highlight-module__media-grid.highlight-module__media-grid--icons {
	margin: -2.5rem 0 0 -1.111rem;
    width: calc(100% + 2.222rem);
}

.highlight-module__media-grid.highlight-module__media-grid--logos {
	margin: -2.5rem 0 0 -1.389rem;
    width: calc(100% + 2.778rem);
}

.highlight-module__media-grid-item--icon,
.highlight-module__media-grid-item--logo {
    flex-direction: column;
    align-items: center;
	display: flex;
}

.highlight-module__media-grid-item--icon {
	padding: 2.5rem 1.111rem 0;
}

.highlight-module__media-grid-item--logo {
	padding: 2.5rem 1.389rem 0;
	justify-content: center;
}

.highlight-module__grid--one-column .highlight-module__media-grid-item--icon {
    width: 20%;
}

.highlight-module__grid--two-column .highlight-module__media-grid-item--icon {
    width: 33.33%;
}

@media (max-width: 980px) {

	.highlight-module__grid--one-column .highlight-module__media-grid-item--icon,
	.highlight-module__grid--two-column .highlight-module__media-grid-item--icon {
		width: 33.33%;
	}
}

@media (max-width: 540px) {

	.highlight-module__grid--one-column .highlight-module__media-grid-item--icon,
	.highlight-module__grid--two-column .highlight-module__media-grid-item--icon {
		width: 50%;
	}
}

.highlight-module__media-grid-item--icon img {
	width: 100%;
	max-width: 5.056rem;
	height: auto;
}

.highlight-module__media-grid-item--logo img {
	max-width: 13.056rem;
	max-height: 8.333rem;
	height: auto;
	width: auto;
}

@media (max-width: 980px) {

	.highlight-module__media-grid-item--logo img {
		max-width: 12.25rem;
	}
}

@media (max-width: 760px) {

	.highlight-module__media-grid-item--logo img {
		max-width: 11.25rem;
	}
}

.highlight-module__media-grid-item--icon span {
	margin-top: 0.833rem;
	font-weight: 600;
}

.highlight-module__media-grid-item--image img {
	margin: 0 auto;
    max-width: 510px;
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {

	.highlight-module__media-grid-item--image img {
		max-width: 850px;
	}
}





/* Info Swiper
   ========================================================================== */

.info-swiper-module {
    padding: 5.556rem 50px;
	background-color: #e6e6e6;
}

@media (max-width: 980px) {

	.info-swiper-module {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.info-swiper-module {
		padding: 5.556rem 25px;
	}
}

.info-swiper-module__content {
	margin: 0 auto;
    max-width: 1600px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.info-swiper-module__headline {
	margin: 0 auto;
    width: 100%;
    max-width: 850px;
	font-size: 1.944rem;
	line-height: 2.778rem;
	font-weight: 600 !important;
	text-align: center;
}

.info-swiper-module__swiper {
	margin-top: 5.556rem;
	width: 100%;
}

.info-swiper-module__swiper-slide {
	width: 50%;
	height: auto;
	display: grid;
    grid-auto-rows: 1fr;
}

@media (max-width: 760px) {

	.info-swiper-module__swiper-slide {
		width: 100%;
	}
}

.info-swiper-module__swiper-slide-content {
	padding: 5.556rem 50px;
	color: #fff;
}

.info-swiper-module__swiper-slide-content:before {
	width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.info-swiper-module__swiper-slide-content {
    height: auto;
    flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	display: flex;
}

.info-swiper-module__swiper-slide:nth-child(odd) .info-swiper-module__swiper-slide-content:before {
    background-color: #00257d;
    opacity: .88;
}

.info-swiper-module__swiper-slide:nth-child(even) .info-swiper-module__swiper-slide-content:before {
    background-color: #205de9;
    opacity: .94;
}

@media (max-width: 980px) {

	.info-swiper-module__swiper-slide-content {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.info-swiper-module__swiper-slide-content {
		padding: 5.556rem 25px;
	}
}

.info-swiper-module__swiper-slide-image {
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.info-swiper-module__swiper-slide-blurb,
.info-swiper-module__swiper-slide-byline {
	width: 100%;
	max-width: 550px;
	text-align: center;
}

.info-swiper-module__swiper-slide-blurb {
	font-size: 1.556rem;
    line-height: 2.333rem;
    font-weight: 600 !important;
}

.info-swiper-module__swiper-slide-byline:not(:first-child) {
    margin-top: 1.111rem;
}

.swiper-button__row--info-swiper {
    position: absolute;
    top: -2.444rem;
    right: 0;
    display: flex;
}




/* Preview
   ========================================================================== */

.preview-module {
	width: 100vw;
	min-height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	z-index: 99999;
	background-color: #00257d;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	animation-name: preview;
	animation-timing-function: cubic-bezier(.19,1,.22,1);
	animation-duration: 1.25s;
	animation-delay: 3.5s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

@keyframes preview {
  from {clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
  to {clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);}
}

.preview-module--hidden {
	display: none;
}

.preview-module__logo {
	width: 475px;
	height: 226px;
	position: absolute;
    top: 50%;
    left: 50%;
	opacity: 0;
	transform: scale(0.95, 0.95) translate(-50%, -50%);
	transform-origin: left top;
	animation-name: previewLogo;
	animation-timing-function: linear;
	animation-duration: 3.5s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

@keyframes previewLogo {
  5% {transform: scale(0.95, 0.95) translate(-50%, -50%); opacity: 0;}
  15% {opacity: 1;}
  85% {opacity: 1;}
  95% {transform: scale(1.05, 1.05) translate(-50%, -50%); opacity: 0;}
}

@media (max-width: 980px) {

	.preview-module__logo {
		width: 380px;
		height: 181px;
	}
}

@media (max-width: 760px) {

	.preview-module__logo {
		width: 250px;
		height: 119px;
	}
}

.preview-module__video {
	width: calc(100% + 200px);
    height: calc(100% + 200px);
    position: absolute;
    top: 0;
    left: 50%;
    object-fit: cover;
    z-index: 0;
    mask-image: url(../img/content/preview-logo.svg);
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: calc(100% - 200px) auto;
    transform: translateX(-50%);
    filter: brightness(1.25);
}





/* Spotlight
   ========================================================================== */

.spotlight-module .btn__row {
	padding: 5.556rem 50px;
}

@media (max-width: 980px) {

	.spotlight-module .btn__row {
		padding: 5.556rem 35px;
	}
}

@media (max-width: 760px) {

	.spotlight-module .btn__row {
		padding: 5.556rem 25px;
	}
}

.spotlight-module__item {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
}

.spotlight-module__item--blue {
	background-color: #205de9;
}

.spotlight-module__item--gray {
	background-color: #e6e6e6;
}

/*
.spotlight-module__item:before, 
.spotlight-module__item:after {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
	transform: translateX(-50%);
    pointer-events: none;
}

.spotlight-module__item--right-align:before, 
.spotlight-module__item--right-align:after {
	transform: scaleX(-1) translateX(50%);
}

.spotlight-module__item:before {
    width: 43.944rem;
    z-index: 5;
    background-image: url(../img/content/stripe-dark-blue.svg);
    mix-blend-mode: multiply;
}

.spotlight-module__item:after {
    width: 37rem;
    z-index: 6;
    background-image: url(../img/content/stripe-light-blue.svg);
    opacity: 0.8;
}

.spotlight-module__item--left-align:before {
    left: calc(50% + 29px);
}

.spotlight-module__item--right-align:before {
    left: calc(50% - 29px);
}

.spotlight-module__item--left-align:after {
    left: calc(50% - 34px);
}

.spotlight-module__item--right-align:after {
    left: calc(50% + 34px);
}
*/

.spotlight-module__item:before {
	width: 440px;
	height: 100%;
    content: '';
    position: absolute;
	top: 0;
	z-index: 10;
    mix-blend-mode: multiply;
	background-color: #205de9;
	background-image: none;
	transform: none;
}

.spotlight-module__item--left-align:before {
	right: calc(50% - 195px);
	clip-path: polygon(0% 0%, calc(100% - 256px) 0%, 100% 100%, 256px 100%);
}

.spotlight-module__item--right-align:before {
	left: calc(50% - 195px);
	clip-path: polygon(256px 0%, 100% 0%, calc(100% - 256px) 100%, 0% 100%);
}

@media (max-width: 980px) {
	
	.spotlight-module__item:before {
		width: 320px;
	}

	.spotlight-module__item--left-align:before {
		right: calc(50% - 145px);
		clip-path: polygon(0% 0%, calc(100% - 208px) 0%, 100% 100%, 208px 100%);
	}

	.spotlight-module__item--right-align:before {
		left: calc(50% - 145px);
    	clip-path: polygon(208px 0%, 100% 0%, calc(100% - 208px) 100%, 0% 100%);
	}
}

@media (max-width: 760px) {

	.spotlight-module__item:before {
   	 	width: 100%;
		height: calc(5.556rem * 2);
		left: 0;
		top: 240px;
		background-color: #205de9;
		background-image: none;
		transform: none;
	}

	.spotlight-module__item--left-align:before {
		clip-path: polygon(0% 0%, 100% calc(0% + 5.556rem), 100% 100%, 0% calc(100% - 5.556rem));
	}

	.spotlight-module__item--right-align:before {
		clip-path: polygon(0% calc(100% - 5.556rem), 100% 0%, 100% calc(100% - 5.556rem), 0% 100%);
	}
}

.spotlight-module__item-wrapper {
	width: 100%;
	display: flex;
}

.spotlight-module__item--left-align .spotlight-module__item-wrapper {
    justify-content: flex-start;
}

.spotlight-module__item--right-align .spotlight-module__item-wrapper {
    justify-content: flex-end;
}

@media (max-width: 760px) {

	.spotlight-module__item-wrapper {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.spotlight-module__item--left-align .spotlight-module__item-wrapper {
		justify-content: flex-start;
	}

	.spotlight-module__item--right-align .spotlight-module__item-wrapper {
		justify-content: flex-start;
	}
}

.spotlight-module__item-background {
    width: calc(50% + 225px);
	height: 615px;
	position: absolute;
	top: 0;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.spotlight-module__item--blue .spotlight-module__item-background {
	background-color: #205de9;
}

.spotlight-module__item--gray .spotlight-module__item-background {
	background-color: #e6e6e6;
}

.spotlight-module__item--left-align .spotlight-module__item-background {
	right: 0;
}

.spotlight-module__item--right-align .spotlight-module__item-background {
	left: 0;
}

@media (max-width: 980px) {

	.spotlight-module__item-background {
		height: 500px;
	}
}

@media (max-width: 760px) {

	.spotlight-module__item-background {
		width: 100%;
		height: 375px;
		position: relative;
	}
	
	.spotlight-module__item--left-align .spotlight-module__item-background {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 5.556rem));
	}
	
	.spotlight-module__item--right-align .spotlight-module__item-background {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 5.556rem), 0% 100%);
	}
	
	.spotlight-module__item:nth-child(3) .spotlight-module__item-background {
		background-position: 15% center;
	}
}

.spotlight-module__item-content {
    width: calc(50% + 61px);
    height: 615px;
	text-align: center;
	align-content: center;
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
	z-index: 2;
    clip-path: polygon(0 0, calc(100% - 256px) 0, 100% 100%, 0% 100%);
}

.spotlight-module__item--gray .spotlight-module__item-content {
	color: #00257d;
    background-color: #e6e6e6;
}

.spotlight-module__item--blue .spotlight-module__item-content {
	color: #fff;
    background-color: #205de9;
}

.spotlight-module__item--left-align .spotlight-module__item-content {
	padding: 4.444rem 250px 4.444rem 50px;
    clip-path: polygon(0 0, calc(100% - 256px) 0, 100% 100%, 0% 100%);
}

.spotlight-module__item--right-align .spotlight-module__item-content {
	padding: 4.444rem 50px 4.444rem 250px;
    clip-path: polygon(256px 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 980px) {

	.spotlight-module__item-content {
		width: calc(50% + 63px);
		height: 500px;
	}

	.spotlight-module__item--left-align .spotlight-module__item-content {
		padding: 4.444rem 165px 4.444rem 35px;
		clip-path: polygon(0 0, calc(100% - 208px) 0, 100% 100%, 0% 100%);
	}

	.spotlight-module__item--right-align .spotlight-module__item-content {
		padding: 4.444rem 35px 4.444rem 165px;
		clip-path: polygon(208px 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@media (max-width: 760px) {

	.spotlight-module__item-content {
		width: 100%;
		height: auto;
	}

	.spotlight-module__item--left-align .spotlight-module__item-content {
		padding: 2.75rem 25px 5.556rem;
		text-align: left;
		clip-path: none;
	}

	.spotlight-module__item--right-align .spotlight-module__item-content {
		padding: 2.75rem 25px 5.556rem;
		text-align: right;
		clip-path: none;
	}
}

.spotlight-module__item-headline {
	font-size:  3.056rem;
	line-height:  3.889rem;
	font-weight: 600 !important;
}

@media (max-width: 1200px) {

	.spotlight-module__item-headline {
		font-size: 2.5rem;
    	line-height: 3.225rem;
	}
}

@media (max-width: 980px) {

	.spotlight-module__item-headline {
		font-size: 1.944rem;
    	line-height: 2.778rem;
	}
}

@media (max-width: 760px) {

	.spotlight-module__item-headline {
		font-size: 2.222rem;
    	line-height: 3.056rem;
	}
}

.spotlight-module__item-blurb {
	font-size: 1.556rem;
	line-height: 2.333rem;
}

@media (max-width: 1200px) {

	.spotlight-module__item-blurb {
		font-size: 1.389rem;
		line-height: 2rem;
	}
}

@media (max-width: 980px) {

	.spotlight-module__item-blurb {
		font-size: 1.222rem;
		line-height: 1.889rem;
	}
}

@media (max-width: 760px) {

	.spotlight-module__item-blurb {
		font-size: 1rem;
		line-height: 1.75rem;
	}
}















