/*
	Theme Name: Great Dane 2022
	Theme URI: greatdane.com
	Description: WP Theme for Great Dane 
	Version: 1.746
	Author: Squatch Creative
	Author URI: https://squatch.us

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
    font-family: 'Sharp Grotesk';
    src: url('fonts/SharpGroteskMedium15.woff2') format('woff2'),
        url('fonts/SharpGroteskMedium15.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Grotesk';
    src: url('fonts/SharpGroteskSmBold15.woff2') format('woff2'),
        url('fonts/SharpGroteskSmBold15.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp GroteskItalic';
    src: url('fonts/SharpGroteskSmBoldItalic15.woff2') format('woff2'),
        url('fonts/SharpGroteskSmBoldItalic15.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/*WP CORE
=========================*/

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

:root {
	/*--red:#e60005;*/
	--red:#E20005;
	--green:#00280A;
	--blue:#0C2232;
	--green-mile:#285A50;
	--light-blue:#A5CDD7;
	--corn-yellow:#FFE650;
	--concrete:#C8CDD2;
	--asphalt:#141414;
	--header:95px;
	--header-scrolled:79px;
}

html {
	font-size:18px;
}


body {
	margin:0px; padding:0px;
	font-family: 'Noto Sans', Arial, sans-serif;
	background:#fff;
	color:#000;
	font-size:1rem;
	line-height:140%;
} 

body.no-scroll {
	height: 100vh;
    overflow-y: hidden;
    margin-right: 17px;
}
div { 
	display:block; 
	position:relative; 
	margin:0px; 
	padding:0px; 
}
.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}
.container {
	float:none; 
	clear:both; 
	margin:0px auto; 
	padding:0px;
	width:100%; 
	height:auto; 	
}
.padded-container {
	padding:64px 0px;
}
.row {
    float: none;
    clear: both;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: auto;
    max-width: 1280px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
	padding: 0px 1rem;
}

div[class*='span'] {
	float:left; 
	margin:0; 
	padding:1.5rem; 
	height:auto;
   	box-sizing: border-box;
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33.33333333%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66.66666666%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }

h1 {
    font-family: 'Sharp Grotesk';
    font-size: clamp(4rem,9vw,7.25rem);
    line-height: 100%;
    margin: 0.5rem auto;
    text-transform: uppercase;
    font-weight: 700;
}

h1.blog-title, .post h1, .barker-blog h1 {
    font-size: 1.3rem;
    line-height: 110%;
    margin: 0;
    text-transform: uppercase;
}

.barker-blog h1.term {
    text-transform: uppercase;
}

h2 {
	font-family: 'Sharp Grotesk';
	font-size:3.11rem;
	line-height:110%;
	margin:0;
	text-transform:uppercase;
	font-weight:700;
}

.post h2, .barker-blog h2 {
    font-size: 1.35rem;
    text-transform: uppercase;
}

.barker-blog .article-content h2 {
	font-size:1.75rem;
}

.barker-blog .latest-posts-category h2, 
.barker-blog .blog-prev-next h2 {
    font-size: 1.35rem;
}

h3 {
	font-family: 'Sharp Grotesk';
	font-size:1.8rem;
	line-height:110%;
	margin:0;
	text-transform:uppercase;
	font-weight:700;
}

.barker-blog .article-content h3 {
    font-size: 1.25rem;
    margin: 1.25rem 0;
}

h1 em, 
h2 em, 
h3 em {
	font-family: 'Sharp GroteskItalic';
}

h4 {
    font-size: 0.89rem;
    line-height: 150%;
    margin: 1rem auto;
    font-weight: 700;
}

h5 {
	font-size: 1.1rem;
	line-height: 150%;
	font-weight: bold;
	margin: 1.1rem 0;
}

p {
	font-size:0.9rem;
	line-height:140%;
	margin:1.1rem 0;
	padding:0;
}

a {
	transition: 180ms ease all; 
	text-decoration:none;
	color:var(--red);
}
a:hover {
	color:#000000;
}
p a:hover {
	text-decoration:underline;
	text-underline-offset:3px;
}
a.large-link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
div.gallery {
	display: flex;
	flex-flow: row wrap;
}

div.gallery dl.gallery-item {
	margin: 0 !important;
	border: 0px;
}

div.gallery dl.gallery-item a, div.gallery dl.gallery-item img {
	display: block;
	border: 0 !important;
	padding: 0;
}

dt.gallery-icon.landscape {
	border: 0;
}
svg {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
small {font-size:70%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.no-gap { margin:0px auto !important; padding:0px !important; } 
hr {
	display:block; 
	clear:both; 
	position:relative;
	max-width:640px;
	border:0px;
	border-bottom:2px #efefef solid;
	height:1px;
	margin:48px auto;
}
pre {
	margin: 0;
}















/* HEADER
================================*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: white;
    border-bottom: 2px solid var(--concrete);
}

.header-spacer {
	height:var(--header);
}

body.scrolled .header .row {
    padding-top: 8px;
}

.header .row {
    padding: 24px 1rem 0 1rem;
    transition: 90ms ease all;
}

.logo-container a {
    display: block;
}

.header svg.gd-logo-svg {
    display: block;
    width: 236px;
    height: auto;
    max-width: 100%;
}

.header svg.gd-logo-svg path {
    fill:var(--red);
	transition:240ms ease all;
}

.header nav.nav {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 1;
}

.header ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.header ul.menu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
}

.header ul.menu li a {
    display: block;
	position:relative;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 1.5rem 0.75rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    line-height: 100%;
	letter-spacing: -0.03rem;
    font-weight: 700;
    color: #141414;
    text-decoration: none;
}

.header ul.menu li a:hover {
	color:var(--red);
}

.header ul.menu li.menu-item-has-children > a {
    padding-right: 1.5rem;
}

.header ul.menu li.menu-item-has-children > a:after {
    content: '\f078';
    display: flex;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    color: var(--red);
    font-size: 0.55rem;
    line-height: 100%;
    top: 50%;
    right: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
}

.header ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
    content: '\f054';
}

.mobile-menu {
	display:none;
}

.header ul.sub-menu li {
	display:block; 
	float:none; 
	clear:both;
}

@media all and (min-width:1081px) {
	
	.header ul.menu li.nav-location-button a {
		padding: 1.5rem 0.75rem 1.5rem 1.5rem;
		margin-left: clamp(1rem,4vw,3.5rem);
		background-image: url('images/SVG/location.svg');
		background-repeat: no-repeat;
		background-size: 10px 100%;
		background-position: 12px 0;
	}

	.header ul.menu li.menu-item-has-children.nav-login-button > a:after {
		display: none;
	}
	.header ul.menu li.menu-item-has-children.nav-login-button > a {
		padding-right: 0.75rem;
		padding-left: 1.5rem;
		background-image:url('images/SVG/person.svg');
		background-repeat: no-repeat;
		background-size: 10px 100%;
		background-position: 12px 0;
	}

	.header ul.sub-menu {
		display: block;
		position: absolute;
		z-index: -1;
		top: calc(100% + 48px);
		left: 50%;
		transform:translateX(-50%);
		padding:0;
		background: white;
		margin: 0px;
		list-style: none;
		text-align: left;
		box-shadow: 0px 20px 40px 2px rgb(0 0 0 / 25%);
		transition: z-index 0s linear,opacity 90ms ease,pointer-events 0s linear,top 90ms ease;
		pointer-events: none;
		opacity: .0;
	}

	.header ul.sub-menu li a:link, 
	.header ul.sub-menu li a:visited {
		padding: 1.5rem 1rem;
		border-bottom: 0px;
		width: 240px;
		text-transform: capitalize;
		text-align: center;
		border-bottom: 1px solid var(--concrete);
		line-height: 120%;
	}

	.header ul.sub-menu li:last-of-type a {
		border-bottom:0;
	}
	
	/*
	
	.header ul.sub-menu li a:link, .header ul.sub-menu li a:visited {
        padding: 0.85rem 1rem;
        border-bottom: 0px;
        width: 160px;
        text-transform: capitalize;
        font-size: 12px;
        text-align: center;
        border-bottom: 1px solid var(--concrete);
        line-height: 120%;
    }

	.header nav.nav ul.menu ul.sub-menu li.menu-item-has-children a {
        padding-right: 1.5rem;
    }
	
	*/

	.header ul.menu ul ul {
		display:block;
		position:absolute;
		left:calc(100% + 48px);
		top:0px; 
		z-index:-1;	
		padding:0; 
		margin:0px;
		list-style:none;
		text-align:left; 
		box-shadow:none; 
		transform:translateX(0);
	}

	.header nav.nav ul.menu ul.sub-menu ul.sub-menu li a {
		
	}

	.header ul.sub-menu li a:hover {
		color:var(--red); 
	}

	.header nav.nav ul.menu li:hover > ul.sub-menu {
		opacity: 1;
		pointer-events: auto;
		top: 100%;
		z-index: 100;
	}

	.header ul.menu > li.menu-item-has-children:last-of-type > ul.sub-menu {
		left: unset;
		transform: translateX(0);
		right: 0;
	}

	.header nav.nav ul.menu ul.sub-menu li:hover > ul {
		opacity: 1;
		pointer-events: auto;
		left: 100%;
		top:0;
		z-index: 100;
		transition: z-index 0s linear,opacity 90ms ease,pointer-events 0s linear,top 90ms ease, left 90ms ease;
	}

}

@media all and (min-width:1081px) and (max-width:1180px) {
	
	.header ul.menu li.nav-location-button a {
		margin-left: 0;
	}
	
	.header ul.menu li a {
		font-size: 0.8rem;
	}	
	
}












.about-us .module-text-block .row {
    max-width: 890px;
}
















/* MODULES
=========================================== */

main.site-content {
	overflow:hidden;
}

p.fluid-video-container {
    margin: 0;
}

.modules-content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 18px;
    border-left: 8px solid var(--red) !important;
    margin: 0 0 64px 0;
    box-sizing: border-box;
}

.modules-content blockquote p {
    color: var(--red);
    text-align: left;
    font-size: 26px;
    line-height: 170%;
    margin: 0;
    position: relative;
    font-style: italic;
}

.modules-content blockquote p strong {
    display: block;
    position: absolute;
    font-weight: 400;
    color: var(--red);
    font-style: normal;
}

.card-hover {
    transition: 180ms ease all;
}

.card-hover:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 45%);
    transform: translate(0,-2px);
}




















/* TEXT BLOCK */

.module-text-block .row {
    max-width: 1068px;
}

.module-text-block .row .span100 {
	padding-left: 0;
	padding-right: 0;
}

.module-text-block.buttons-side-by-side .row {
    max-width: 1280px;
}

.module-text-block p.links {
    margin: 2rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.module-text-block p.links a.button {
    display: inline-block;
    width: auto;
	margin: 0 1rem;
}

.module-text-block.buttons-side-by-side .row .span100 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.module-text-block.buttons-side-by-side .row .span100 .text-block-content {
    flex: 1;
}

.module-text-block.buttons-side-by-side .row .span100 p.links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.module-text-block.buttons-side-by-side .row .span100 p.links a.button {
    display: block;
    width: 240px;
    text-align: center;
    margin: 1rem 2.5rem;
}

.large-paragraph {
    font-size: 1.35rem;
    line-height: 150%;
    display: block;
}

.text-block-content ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
	width: 100%;
}
.text-block-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    line-height: 150%;
    padding: 0 0 0 1rem;
}
.text-block-content ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 9px;
    width: 9px;
    background: var(--light-blue);
    border-radius: 50%;
}

.text-block-content form ul li:before {
	display:none;
}

@media all and (max-width:768px) {
	.module-text-block.buttons-side-by-side .row .span100 {
		flex-flow: column;
		padding: 3rem 1.5rem;
		text-align:center;
	}
	.module-text-block.buttons-side-by-side .row .span100 p.links {
		margin: 1rem 0;
	}
}








/* TWO COLUMN BLOCK */

.container.module-two-columns {
    padding: 2.5rem 0;
}

.container.module-two-columns.truck-feature-layout {
    padding: 8rem 0;
}

.module-two-columns .two-column {
    width: 50%;
    padding: 0 2rem;
}

.module-two-columns.image-left-layout .two-column.left-column {
    width: 55%;
    padding: 0;
}

.module-two-columns.image-left-layout .two-column.right-column {
    width: 45%;
    padding: 0 0.5rem 0 3.25rem;
}

.module-two-columns.image-right-layout .two-column.right-column {
    width: 55%;
    padding: 0;
}

.module-two-columns.image-right-layout .two-column.left-column {
    width: 45%;
    padding: 0 3.25rem 0 0.5rem;
}

.two-column p {
    line-height: 195%;
}

p.links {
    margin-top: 2rem;
}

.module-two-columns.image-right-layout .right-column img, 
.module-two-columns.image-left-layout .left-column img,
.module-two-columns.truck-feature-layout .left-column img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
}

@media all and (min-width:969px) {
	.module-two-columns.truck-feature-layout .row {
		justify-content: flex-end;
	}
	.module-two-columns.truck-feature-layout .two-column.left-column {
		position: absolute;
		top: 50%;
		right: 668px;
		width: 70%;
		transform: translate(0,-50%);
	}
	.module-two-columns.truck-feature-layout .two-column.right-column {
		width: 668px;
		padding: 0;
	}
}

@media all and (max-width:968px) {
	.module-two-columns .row {
		flex-flow: column;
		align-items: center;
	}
	.module-two-columns .two-column {
		width: 480px;
		max-width: 100%;
		padding:0;
	}
	.module-two-columns.image-left-layout .two-column.left-column {
		width: 480px;
		max-width: 100%;
	}
	.module-two-columns.image-left-layout .two-column.right-column,
	.module-two-columns.image-right-layout .two-column.left-column	{
		width: 480px;
		padding: 0 1rem;
		order:2;
	}
	.module-two-columns.image-right-layout .two-column.right-column {
		width: 480px;
		max-width: 100%;
	}
}












/* TWO COLUMN IMAGE BLOCK
================================================ */

.container.module-two-columns.two-columns-image-block {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 620px;
}

.container.module-two-columns.two-columns-image-block > div {
    width: 50%;
}

.container.module-two-columns.two-columns-image-block .image-block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
	position:absolute;
}

.container.module-two-columns.two-columns-image-block.image-right-layout {
    flex-flow: row-reverse wrap;
}

.container.module-two-columns.two-columns-image-block.image-right-layout .content-block {
    align-items: flex-end;
}

.container.module-two-columns.two-columns-image-block .content-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    --block-spacing: 6.5rem;
    padding: var(--block-spacing);
}

.container.module-two-columns.two-columns-image-block .content-block img {
    margin: 0;
}

.content-block .content-block-content {
    max-width: calc((1280px / 2) - var(--block-spacing) - 1rem);
    width: 101%;
}

.container.module-two-columns.two-columns-image-block .content-block p {
    font-size: 1rem;
}

@media all and (max-width:968px) {
	.container.module-two-columns.two-columns-image-block > div {
		width: 100%;
		min-height: 240px;
	}
	.container.module-two-columns.two-columns-image-block .content-block {
		--block-spacing: 2rem;
		padding: 1rem var(--block-spacing);
	}
}







/* MULTI-COLUMN BLOCK
================================ */

.container.multi-column-block {
    padding: 3.5rem 0;
}

.multi-column-block .row.title-row {
    max-width: 896px;
}

.container.multi-column-block img {
	mix-blend-mode:multiply;
}

.column-block p {
    line-height: 155%;
}

.container.multi-column-block .row:not(.title-row) {
	gap: var(--spacing);
}

.container.multi-column-block .row:not(.title-row) div[class*='span'] {
	padding: 0;
	width: calc((100% / var(--columns)) - var(--spacing) + (var(--spacing) / var(--columns)));
}

.container.multi-column-block .alignnone {
	margin: 0;
	display: block;
}

@media all and (min-width:1081px) {
	body.page-id-2282 .container.multi-column-block,
	body.page-id-1753 .container.multi-column-block,
	body.page-id-1847 .container.multi-column-block {
		background: radial-gradient(73vw 23vh at bottom center, #C7CBD1 0%, #C7CBD1 70%, #fff 100%) !important;
	}
}




















/* HEROS
========================== */

.module-hero {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height:calc(80vh - var(--header));
}

.module-hero .row {
    z-index: 10;
}

.module-hero.center-aligned .row {
    justify-content: center;
    text-align: center;
}

.module-hero.right-aligned .row {
    justify-content: flex-end;
    text-align: right;
}

.hero-banner, .o-layout-content .content-banner {
    padding: 4rem 0;
	max-width:100%;
}

.hero-banner * {
    color: white;
}

.hero-banner p {
    width: 540px;
    max-width: 100%;
}

.content-banner {
    width: 668px;
	max-width:100%;
}

.align-left.o-layout-content .content-banner,
.align-left.o-layout-content .hero-banner {
	width:548px;
}

.align-center .content-banner,
.align-center .hero-banner {
    width: 968px;
	max-width:100%;
}

.align-right.o-layout-content .content-banner,
.align-right .hero-banner {
    width: 548px;
	max-width:100%;
}

overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	pointer-events:none;
}

.o-layout-content.align-right overlay {
    width: 50%;
    left: unset;
    min-width: calc(548px + 4rem);
    right: 0;
}

.o-layout-content.align-left overlay {
	width: 50%;
    min-width: calc(548px + 4rem);
}







/* HERO SLIDER */

.module-hero.module-hero-slider {
	display:block;
}

.module-hero.module-hero-slider .slide {
	display:flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height:calc(80vh - var(--header));
}

.module-hero.module-hero-slider img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
	z-index: 0;
}



.module-hero.module-hero-slider .row {
    z-index: 5;
}

.module-hero.module-hero-slider.align-center .row {
    justify-content: center;
}

.module-hero.module-hero-slider.align-right .row {
    justify-content: flex-end;
}

.module-hero-slider.center-aligned a.slick-prev.slick-arrow,
.module-hero-slider.right-aligned a.slick-prev.slick-arrow {
    display: flex !important;
    z-index: 20;
}

a.slick-prev.slick-arrow {
    left: 0;
}

a.slick-next.slick-arrow {
    right: 0;
}

a.slick-arrow {
    display: flex !important;
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    width: 3rem;
    border: 0px;
    color: white;
    font-size: 2rem;
    line-height: 100%;
    background: transparent;
    text-align: center;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 120ms ease all;
}
 
a.slick-arrow svg {
    width: 24px;
    height: auto;
	transition: 90ms ease all;
}

a.slick-arrow.slick-prev:hover svg {
	transform:translateX(-0.25rem);
}
	
a.slick-arrow.slick-next:hover svg {
	transform:translateX(0.25rem);
}

@media all and (max-width:768px) {
	a.slick-arrow {
		display: none !important;
	}
}











/* HERO VIDEO
========================== */
/*
.module-hero.module-hero-video {
    min-height: calc(100vh - var(--header));
}
*/

.module-hero-video img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.module-hero-video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

video-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	pointer-events: none;
}

.mejs-inner {
    position: static;
}

.mejs-layers {
    position: static;
}

.right-aligned .hero-banner p {
	margin-left: auto;
	margin-right: 0;
}

video-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	pointer-events:none;
}

a.extended-video-thumb {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;););
	transform: translate(-50%,-50%);
	z-index: 20;
}

a.extended-video-thumb:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-left: 25px solid white;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 240ms ease all;
	margin-left: 10px;
	z-index: 11;
}

a.extended-video-thumb:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	display: flex;
	height: 72px;
	background: #C8CDD2;
	border-radius: 1.4rem;
	z-index: 10;
	transition: 240ms ease all;
}

a.extended-video-thumb:hover:before {
	background: var(--red);
}

p.button-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1rem;
}

a.button.play-button {
	padding-left: 60px;
}

a.button.play-button svg {
	fill: white;
	width: 20px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 28px;
	transform: translate(0,-50%);
}

.right-aligned .button-wrapper {
	justify-content:flex-end;
}

@media all and (max-width:969px) {
	.module-hero.right-aligned .row {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.right-aligned .button-wrapper {
		justify-content: center;
	}
}







/*CARDS BLOCK
======================== */
.module-cards-block {
    padding: 4rem 0 3rem 0;
}

.module-cards-block.style-style2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 3rem;
}

.module-cards-block.with-title {
    padding: 0 0 2rem 0;
}

.module-cards-block.style-style2 .row {
    transform: translate(0,-3rem);
}

.card {
    background: white;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.columns-3 .card {
    margin: 0 1rem 2rem 1rem;
    width: calc(33.333333% - 2rem);
}

.columns-2 .card {
    margin: 0 1.5rem 3rem 1.5rem;
    width: calc(50% - 3rem);
}

.columns-4 .card {
    margin: 0 0.75rem 1.5rem 0.75rem;
    width: calc(25% - 1.5rem);
}

@media all and (max-width:1080px) {
	.columns-4 .card {
		margin: 0 1.5rem 3rem 1.5rem;
		width: calc(50% - 3rem);
	}
}

@media all and (max-width:968px) {
	.columns-3 .card {
		margin: 0 1.5rem 3rem 1.5rem;
		width: calc(50% - 3rem);
	}
}

@media all and (max-width:768px) {
	
	.module-cards-block {
		padding: 2rem 0 0.5rem 0;
	}
	.row.cards-row {
		justify-content: center;
	}
	.columns-2 .card,
	.columns-3 .card,
	.columns-4 .card {
		margin: 0 0 1.5rem 0;
		width: 480px;
		max-width: 100%;
	}
}

.card-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.style-style1 .card-top {
    width: 100%;
    height: auto;
    background: var(--concrete);
}

.style-style1 .card-top img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 13/9;
    object-fit: cover;
}

.style-style2 .card-top {
    background: var(--light-blue);
    width: 100%;
    height: auto;
    min-height: 9rem;
    padding: 2rem 1rem 2rem 2rem;
}

.style-style2 .card-top img {
    width: 96px;
    height: 80px;
    object-fit: contain;
    margin: 0px 1.6rem 0 0;
}

.style-style2 .card-top h3 {
    flex: 1;
}

.card-content {
    box-sizing: border-box;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.card-content p:first-of-type,
.card-content h2:first-of-type, 
.card-content h3:first-of-type {
    margin: 0;
}

.card-content h2 + p,
.card-content h3 + p {
    margin:1rem 0 !important;
}

.card-content h3 {
    font-size: 1.335rem;
    line-height: 125%;
}

.card-content p {
    margin: 0.8rem 0;
    line-height: 165%;
}

.card-content ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}
.card-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    line-height: 150%;
    padding: 0 0 0 1rem;
}
.card-content ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 9px;
    width: 9px;
    background: var(--light-blue);
    border-radius: 50%;
}

.cards-row .card > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

p.links.icon-link {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: auto;
}

p.links.icon-link img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 1rem 0 0;
    object-fit: contain;
    aspect-ratio: 1/1;
    width: 36px;
    height: auto;
}

p.links.icon-link span {
    display: block;
    flex: 1;
    font-size: 1rem;
    font-weight: bold;
    color: var(--red);
    line-height: 100%;
    max-width: 250px;
}














/*PRODUCTS BLOCK
============================= */

.module-products-block {
    padding: 4rem 0 3rem 0;
}

.row.products-row {
    justify-content: center;
}

.module-products-block.with-title {
    padding: 1rem 0 2rem 0;
}

.module-products-block.with-title .span100 h2 {
    margin: 1.45rem 0;
}

.product-block {
    background: white;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-image {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.product-image img {
    display: block;
    width: 100%;
    height: auto;
	object-fit: cover;
    object-position: center center;
    background: var(--concrete);
	aspect-ratio:13/9;
}

@media all and (min-width:969px) {

	.columns-3 .product-block {
		margin: 0 1rem 2rem 1rem;
		width: calc(33.333333% - 2rem);
	}

	.columns-2 .product-block {
		margin: 0 1.5rem 3rem 1.5rem;
		width: calc(50% - 3rem);
	}

	.columns-4 .product-block {
		margin: 0 0.75rem 1.5rem 0.75rem;
		width: calc(25% - 1.5rem);
	}

	.columns-2 .product-image img {
		aspect-ratio:16/9;
	}

	.columns-3 .product-image img {
		aspect-ratio:13/9;
	}

	.columns-4 .product-image img {
		aspect-ratio:1/1;
	}
	
}
@media all and (max-width:968px) {
	.columns-2 .product-block,
	.columns-3 .product-block,
	.columns-4 .product-block {
		margin: 0 1.5rem 3rem 1.5rem;
		width: calc(50% - 3rem);
	}
}
@media all and (max-width:768px) {
	.row.products-row {
		flex-flow: column;
		align-items: center;
	}
	.columns-2 .product-block,
	.columns-3 .product-block,
	.columns-4 .product-block {
		margin: 0 0 1.5rem 0;
		width: 480px;
		max-width:100%;
	}
	.product-image img {
		aspect-ratio:auto;
		object-fit:contain;
	}
}
.product-content {
    box-sizing: border-box;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.product-content p:first-of-type, 
.product-content h2:first-of-type, 
.product-content h3:first-of-type {
    margin: 0;
}

.product-content h4 {
    margin: 0;
    text-transform: uppercase;
}

.product-content h3 {
    font-size: 1.335rem;
    line-height: 125%;
    width: 100%;
}

.product-content p {
    margin: 0.8rem 0;
    line-height: 165%;
	width: 100%;
}
.product-content ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
	width: 100%;
}
.product-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    line-height: 150%;
    padding: 0 0 0 1rem;
}
.product-content ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 9px;
    width: 9px;
    background: var(--light-blue);
    border-radius: 50%;
}
.product-content p.links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
}
.columns-2 .product-content p.links a.button {
    padding: 0.65rem;
    margin: 0.25rem 0;
    width: 240px;
    max-width: 100%;
    text-align: center;
}

.products-row .product-block > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}











/* FEATURED IMAGE CONTENT BLOCK
========================================== */

.module-featured-image-content-block {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 26rem;
    padding: 4rem 0;
}

.module-featured-image-content-block.align-center {
	justify-content: center;
}

.module-featured-image-content-block > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
	z-index: 0;
}

.module-featured-image-content-block .row {
    z-index: 5;
}

.module-featured-image-content-block.align-center .row {
    justify-content: center;
}

.module-featured-image-content-block.align-right .row {
    justify-content: flex-end;
}

.content-banner h1, 
.content-banner h2, 
.content-banner h3 {
    margin: 0 0 1rem 0;
}

.content-banner p:first-of-type {
    margin-top: 0;
}

.content-banner p {
    margin: 1rem 0;
    line-height: 195%;
}
















/* LANDING HERO BLOCK
======================================== */

.module-featured-image-content-block.module-landing-hero-block {
	min-height: 36rem;
    justify-content: center;
}

.module-landing-hero-block .content-banner {
    width: 100%;
}

.module-landing-hero-block h1 {
    font-size: clamp(4rem,8vw,6.25rem);
}

.module-landing-hero-block h3 {
    font-weight:500;
}

.module-landing-hero-block .content-banner p {
    font-size: 1.25rem;
    line-height: 160%;
}

.module-featured-image-content-block.module-landing-hero-block.has-gradient {
    padding-bottom: 0;
    padding-top: 7rem;
    justify-content: flex-start;
}

.module-featured-image-content-block.has-gradient > img {
    height: calc(100% - 28rem + 151px);
}

.container.gradient-section-container {
    padding: 5rem 0 1.5rem 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 28rem;
}

.container.gradient-section-container .row {
    max-width: 924px;
}

.container.gradient-section-container .row h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 130%;
}

@media all and (max-width:968px) {
	.module-landing-hero-block .content-banner p {
		font-size: 0.9rem;
	}
}
















/* HERO STATS BLOCK
======================================== */

.module-featured-image-content-block.hero-stats-block {
    justify-content: center;
    min-height: 668px;
}

.hero-stats-block .content-banner {
    width: 100%;
}

.module-featured-image-content-block.hero-stats-block.o-layout-whole .container.stats-container {
    position: absolute;
    bottom: 0;
}

.row.stats-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 3.5rem 0;
    --gap: 2.5rem;
    --columns: 4;
    gap: var(--gap);
}


.row.stats-row .stat-box {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}

.row.stats-row .stat-box p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
}

.row.stats-row .stat-box p strong {
    font-family: 'Sharp Grotesk';
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 100%;
}

.module-featured-image-content-block.hero-stats-block.has-video {
    justify-content: flex-end;
    min-height: 800px;
}

.hero-stats-block a.large-link {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    flex: 1;
}
.hero-stats-block a.large-link svg {
    height: auto;
    width: auto;
}

@media all and (max-width:968px) {
	.row.stats-row {
		--gap: 1rem;
		--columns: 2;
	}
}

























/* Media CAROUSEL 
=============================*/

.container.module-media-carousel {
    padding: 3rem 0;
}

.module-media-carousel h3 {
    color: var(--red);
}

.video-carousel-main.has-dots {
    margin-bottom: 4rem;
}

.media-carousel-thumb {
    height: auto;
    width: 100%;
    position: relative;
    aspect-ratio: 15/9;
}

.video-carousel-nav .media-carousel-thumb {
    height: auto;
    cursor: pointer;
    padding: 1rem;
}

.video-carousel-nav .media-carousel-thumb img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    aspect-ratio: 15/9;
    object-fit: cover;
    object-position: center center;
}

.media-carousel-thumb a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.second-column p {
    line-height: 195%;
}

.second-column p:first-of-type {
    margin-top: 0;
}

.video-carousel-thumb:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    display: flex;
    height: 72px;
    background: #C8CDD2;
    border-radius: 1.4rem;
    z-index: 10;
    transition: 240ms ease all;
}

.video-carousel-thumb:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 25px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 240ms ease all;
    margin-left: 10px;
    z-index: 11;
}

.video-carousel-thumb:hover:before {
    background: var(--red);	
}
 
.video-carousel-nav {
    box-sizing: border-box;
    padding: 0 1.8rem 1.8rem 1.8rem;
}

.video-carousel-nav .media-carousel-thumb {
	cursor:pointer;
}

.video-carousel-nav .video-carousel-thumb:before {
    width: 72px;
    height: 44px;
}

.video-carousel-nav .video-carousel-thumb:after {
    transform: scale(0.5) translate(-50%,-50%);
    margin-left: 5px;
    transform-origin: top left;
}

.video-carousel-nav a.slick-arrow, 
.video-carousel-main a.slick-arrow {
    width: 34px;
    padding: 0 0.25rem;
}

.video-carousel-nav a.slick-prev {
    display: flex !important;
    z-index: 10;
}


@media (min-width:1140px) {

	.video-carousel-thumb {
		height: 360px;
	}
	
}
@media (min-width:1081px) {
	.video-carousel-main .flex-row.slick-slide {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.module-media-carousel.right-aligned .first-column {
		order: 2;
	}
}
@media (max-width:1080px) {
	.video-carousel-nav a.slick-prev {
		display: none !important;
	}
	
	.video-carousel-main a.slick-arrow {
		display: flex !important;
		z-index: 10;
		transform: translate(0,0);
		top: 50%;
	}
	
	.video-carousel-main a.slick-prev.slick-arrow {
		left: -36px;
	}
	
	.video-carousel-main a.slick-next.slick-arrow {
		right: -36px;
	}
	
	.video-carousel-nav {
		display:none;
	}
}














/* PRODUCT CAROUSEL
==================================== */

.module-product-carousel {
    padding: 4rem 0 6rem 0;
}

.module-product-carousel .span100 p {
    font-size: 1.15rem;
}

.module-product-carousel h4 {
    font-family: 'Sharp Grotesk';
    font-size: 1.75rem;
    line-height: 100%;
    white-space: nowrap;
    margin-bottom: 0;
}
.module-product-carousel h5 {
    font-family: 'Sharp Grotesk';
    font-size: 1.45rem;
    line-height: 150%;
    color: var(--red);
    margin: 0.5rem 0;
}

.module-product-carousel .second-column img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 17/9;
    object-fit: cover;
}

trailer-spec {
    display: flex;
    flex-flow: column;
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
}

trailer-spec label {
    display: block;
    font-size: 0.75rem;
    color: #7E7E7E;
}

.module-product-carousel ul.slick-dots {
    bottom: -32px;
}

.module-product-carousel ul.slick-dots li button {
    height: 16px;
    width: 16px;
}

.module-product-carousel ul.slick-dots li.slick-active button, 
.module-product-carousel ul.slick-dots li button:hover {
	background:#4f4f4f;
}

@media all and (max-width:968px) {
	.product-carousel-main .slick-slide {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.product-carousel-main .slick-slide > .span25:last-of-type {
		display: none;
	}
	.product-carousel-main .slick-slide > .span25 {
		order: 2;
	}
}

















/* COLOR BLOCKS
=================================== */

.module-color-blocks {
    padding: 2.5rem 0;
}

.module-color-blocks .row {
    margin-bottom: 0.5rem;
}

.module-color-blocks .single-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    object-position: center center;
}

.module-color-blocks .block-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-flow: column;
}

.module-color-blocks .block-content * {
	color:white;
}

.color-block .block-content p {
    font-size: 0.85rem;
    margin: 1rem 0 0 0;
}

.color-block.subtitle-layout .block-content p {
    margin: 0 0 1rem 0;
}

.color-block.subtitle-layout .block-content h3 {
    order:2;
}

.module-color-blocks .color-block a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.module-color-blocks .row .color-block:nth-of-type(6n + 1) {
	background: var(--asphalt);
}
.module-color-blocks .row .color-block:nth-of-type(6n + 2) {
	background: var(--green);
}
.module-color-blocks .row .color-block:nth-of-type(6n + 3) {
	background: var(--green-mile);
}

.module-color-blocks .row .color-block:nth-of-type(6n + 4) {
	background: var(--light-blue);
}

.module-color-blocks .row .color-block:nth-of-type(6n + 5) {
	background: var(--blue);
}

.module-color-blocks .row .color-block:nth-of-type(6n + 6) {
	background: var(--corn-yellow);
}

.module-color-blocks .row .color-block:nth-of-type(6n + 4) * {
	color: var(--asphalt);
}

.module-color-blocks .row .color-block:nth-of-type(6n + 6) * {
	color: black;
}

@media all and (min-width:969px) {
	
	.module-color-blocks .row .color-block:nth-of-type(6n + 1) {
		margin: 1rem 1.5rem 0.5rem 0;
	}
	.module-color-blocks .row .color-block:nth-of-type(6n + 2) {
		margin: 1rem 0.75rem 0.5rem 0rem;
	}
	.module-color-blocks .row .color-block:nth-of-type(6n + 3) {
		margin: 1rem 0rem 0.5rem 0.75rem;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 4) {
		margin: 1rem 0.75rem 0.5rem 0;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 5) {
		margin: 1rem 0 0.5rem 0.75rem;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 6) {
		margin: 1rem 0 0.5rem 1.5rem;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 1),
	.module-color-blocks .row .color-block:nth-of-type(6n + 6) {
		width: calc(50% - 1.5rem);
		display: flex;
		flex-flow: row;
		justify-content: flex-start;
		align-items: stretch;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 2),
	.module-color-blocks .row .color-block:nth-of-type(6n + 3),
	.module-color-blocks .row .color-block:nth-of-type(6n + 4),
	.module-color-blocks .row .color-block:nth-of-type(6n + 5) {    
		width: calc(25% - 0.75rem);
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: stretch;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 1) .block-content,
	.module-color-blocks .row .color-block:nth-of-type(6n + 6) .block-content {
		width: 50%;
		padding: 2.5rem 2.5rem;
		min-height: 20rem;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 1) .single-image,
	.module-color-blocks .row .color-block:nth-of-type(6n + 6) .single-image {
		order: 2;
		width: 50%;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 2) .block-content,
	.module-color-blocks .row .color-block:nth-of-type(6n + 3) .block-content,
	.module-color-blocks .row .color-block:nth-of-type(6n + 4) .block-content,
	.module-color-blocks .row .color-block:nth-of-type(6n + 5) .block-content {
		padding: 2.5rem 1.5rem 1.5rem 1.5rem;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 2) .single-image, 
	.module-color-blocks .row .color-block:nth-of-type(6n + 3) .single-image, 
	.module-color-blocks .row .color-block:nth-of-type(6n + 4) .single-image, 
	.module-color-blocks .row .color-block:nth-of-type(6n + 5) .single-image {
		order: 2;
		aspect-ratio: 15/9;
		margin-top: auto;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 1) .block-content h3 {
		border-bottom: 1px solid white;
		padding-bottom: 1rem;
	}

	.module-color-blocks .row .color-block:nth-of-type(6n + 6) .block-content h3 {
		border-bottom: 1px solid black;
		padding-bottom: 1rem;
	}

}
@media all and (max-width:968px) {
	.module-color-blocks .row {
		flex-flow: column;
		align-items: center;
	}
	.module-color-blocks .color-block {
		width: 480px;
		max-width: 100%;
		margin-bottom: 1.5rem;
	}
	.module-color-blocks .single-image img {
		position: relative;
		aspect-ratio: 15/9;
	}
}













/* FEATURES BLOCK
==================================== */

.features-block {
    padding: 4rem 0;
}

.row.features-row {
    border-top: 1px solid #7e7e7e;
    margin: 1.5rem auto;
    padding: 0;
}

.span33.feature {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem 2rem 2rem 4rem;
    border-right: 1px solid #7e7e7e;
    border-bottom: 1px solid #7e7e7e;
}

.span33.feature:nth-of-type(3n) {
    border-right: 0;
}

.span33.feature p {
    display: flex;
    flex-flow: column;
    margin: 0;
}

@media all and (max-width:1080px) {
	.row.features-row {
		border: 0;
	}
	.span33.feature {
		width: 50%;
		border: 0;
	}
}
@media all and (max-width:968px) {
	.span33.feature {
		width: 100%;
		padding: 2rem;
	}
}













/* BLOG POSTS  */


.blog-categories-nav {
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

.blog-categories-nav .categories {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-categories-nav .categories li {
	margin: 0;
}

.blog-categories-nav .categories a.button {
	display: inline-block;
	padding: 8px 16px;
	background-color: #f3f4f6;
	border-radius: 9999px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	transition: all 0.2s ease;
}

.blog-categories-nav .categories a.button:hover {
	background-color: #e5e7eb;
	color: #000;
}

.back-to-blog a {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #0073aa;
	text-decoration: none;
}

.back-to-blog a:hover {
	text-decoration: underline;
}









.module-blog-posts {
    background: white;
    padding: 2.5rem 0;
}
@media all and (min-width:969px) {
	.layout-traditional .module-news-item.news-item {
		margin: 1rem 1.5rem 2rem 1.5rem;
		width: calc(33.3333333333% - 3rem);
	}
}

.module-blog-posts .single-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
	object-position: center center;
    position: absolute;
}

.module-blog-posts.layout-traditional .single-image img {
    aspect-ratio: 15/9;
}

.module-blog-posts .blog-content {
    padding: 1.5rem;
}

p.read-more, .module-blog-posts .row .news-item:nth-of-type(4n + 4) p.read-more {
    color: white;
}

.module-news-item.news-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.module-blog-posts .row .news-item:nth-of-type(4n + 1) {
    background: var(--asphalt);
}
.module-blog-posts .row .news-item:nth-of-type(4n + 2) {
    background: var(--green);
}
.module-blog-posts .row .news-item:nth-of-type(4n + 3) {
    background: var(--green-mile);
}
.module-blog-posts .row .news-item:nth-of-type(4n + 4) {
    background: var(--light-blue);
}

.module-blog-posts .row .news-item:nth-of-type(1n) h3, 
.module-blog-posts .row .news-item:nth-of-type(1n) p {
    color: white;
}

.module-blog-posts .row .news-item:nth-of-type(4n + 4) h3 {
	color:var(--red);
}	
.module-blog-posts .row .news-item:nth-of-type(4n + 4) p {
    color: #141414;
}

@media all and (min-width:969px) {

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 1),
	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 4) {
		width: calc(66.66666666% - 1.5rem);
		display: flex;
		flex-flow: row;
		justify-content: flex-start;
		align-items: stretch;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 1) {
		margin: 1rem 1.5rem 2rem 0;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 4) {
		margin: 1rem 0rem 2rem 1.5rem;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 2),
	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 3) {
		
		width: calc(33.333333333% - 1.5rem);
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: stretch;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 2) {
		margin: 1rem 0 2rem 1.5rem;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 3) {
		margin: 1rem 1.5rem 2rem 0rem;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 1) .blog-content,
	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 4) .blog-content {
		width: 50%;
		padding: 2.5rem 2.5rem;
		min-height: 30rem;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 1) .single-image,
	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 4) .single-image {
		order: 2;
		width: 50%;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 2) .blog-content,
	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 3) .blog-content {
		padding: 2.5rem 1.5rem 1.5rem 1.5rem;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 2) .single-image, 
	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 3) .single-image {
		order: 2;
		aspect-ratio: 15/9;
		margin-top: auto;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 1) .blog-content h3 {
		border-bottom: 1px solid white;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

	.module-blog-posts.layout-staggered .row .news-item:nth-of-type(4n + 4) .blog-content h3 {
		border-bottom: 1px solid var(--red);
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	
}
@media all and (max-width:968px) {
	.module-blog-posts .row {
		flex-flow: column;
		align-items: center;
	}
	.module-news-item.news-item {
		width: 480px;
		max-width: 100%;
		margin-bottom: 1.5rem;
	}
	.module-blog-posts .single-image img {
		position: relative;
		aspect-ratio: 15/9;
	}
}








/*TESTIMONIAL BLOCK
============================ */

.module-testimonial-block > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
	z-index: 0;
}

.module-testimonial-block .row {
    z-index: 10;
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.module-testimonial-block figure {
	width: 148px;
	height: 148px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.module-testimonial-block figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}

blockquote {
    display: block;
    margin: 0;
    box-sizing: border-box;
    padding: 3rem 2rem;
    position: relative;
    font-family: 'Sharp Grotesk';
    font-size: 1.8rem;
    font-style: normal;
    text-align: center;
    line-height: 140%;
    text-transform: uppercase;
}

cite {
    font-size: 0.9rem;
    line-height: 140%;
    margin: 1.1rem auto;
    padding: 0;
    display: block;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin:1rem 0 2rem 0;
}

.module-testimonial-block line {
    display: block;
    position: absolute;
    margin: 0;
}

.module-testimonial-block line.tl {
    width: 190px;
    height: 6px;
    top: 0;
    left: 0;
}

.module-testimonial-block line.tr {
    width: 6px;
    height: 190px;
    top: 0;
    left: 0;
}

.module-testimonial-block line.bl {
    width: 190px;
    height: 6px;
    bottom: 0;
    right: 0;
}

.module-testimonial-block line.br {
    width: 6px;
    height: 190px;
    bottom: 0;
    right: 0;
}

.module-testimonial-block .span100.side-by-side-layout {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 3.5rem;
	padding: 4.5rem 4.5rem 3rem 4.5rem;
}

.module-testimonial-block .span100.side-by-side-layout quote-text {
	flex: 1;
	display: flex;
	flex-flow: column;
	gap: 1.5rem;
}

.module-testimonial-block .span100.side-by-side-layout blockquote, 
.module-testimonial-block .span100.side-by-side-layout cite {
	text-align: left;
	padding: 0;
}

@media all and (max-width:768px) {
	.module-testimonial-block .row {
		padding: 3rem 1rem;
	}

	.module-testimonial-block blockquote {
		padding: 2rem 1rem 1rem 1rem;
	}

	.module-testimonial-block .span100.side-by-side-layout {
		flex-flow: column;
		padding: 2rem 3rem;
		gap: 2rem;
	}

	.module-testimonial-block .span100.side-by-side-layout figure {
		margin: 0;
	}

	.module-testimonial-block .span100.side-by-side-layout.with-borders {
		padding: 2rem 3rem;
	}
	
}











/*BIO BLOCK
============================ */

.module-bio-block {
	padding: 7rem 0;
}

.module-bio-block.center-layout {
	padding: 4rem 0;
}

.module-bio-block.center-layout .row {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	max-width: 720px;
	gap: 3rem;
}

.module-bio-block.center-layout .two-column {
	width: 100%;
}

.module-bio-block h4 {
	font-size: 1.8rem;
	line-height: 100%;
	font-family: 'Sharp Grotesk';
	font-weight: 400;
}

.module-bio-block .two-column {
	display: flex;
	flex-flow: column;
	gap: 1rem;
}

.module-bio-block .two-column.bio-listing {
	gap: 3rem;
}

.module-bio-block .two-column *:not(figure) {
	width: 100%;
	margin: 0;
}

.module-bio-block .two-column *:not(p) {
	text-wrap: balance;
}

.module-bio-block .two-column p {
	line-height: 135%;
	text-wrap:balance;
}

.module-bio-block figure {
	width: 148px;
	height: 148px;
	border-radius: 50%;
	overflow: hidden;
}

.module-bio-block figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}

.module-bio-block.image-left-layout .row, 
.module-bio-block.image-right-layout .row {
	gap: 6rem;
	justify-content: center;
}

.module-bio-block.image-left-layout .two-column, 
.module-bio-block.image-right-layout .two-column {
	flex: 1;
	max-width:720px;
}

.module-bio-block.image-left-layout .two-column.left-column {
	max-width: 480px;
}

.module-bio-block.image-right-layout .two-column.left-column {
	order: 2;
}

.module-bio-block strong {
	font-size: 1rem;
}

.module-bio-block .row.links-to-buttons .two-column a {
	width: auto;
	font-family: 'Sharp Grotesk';
	padding: 0.5rem 1.5rem;
}

bio-listing {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2rem;
}

bio-content {
	flex: 1;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1rem;
}

@media all and (max-width:768px) {
	.module-bio-block {
		padding: 2rem 0;
	}	
	
	.module-bio-block.image-left-layout .row, .module-bio-block.image-right-layout .row {
		gap: 3rem;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.module-bio-block figure {
		width: 96px;
		height: 96px;
	}
}













/* CODE BLOCK
====================================== */

.raw-code-container.style-margins {
    padding: 3.5rem 0;
}

tspan.strong {
    font-weight: 700;
}






/* SVG BLOCk
====================================== */

.svg-block-container.style-margins {
    padding: 3.5rem 0;
}

@media all and (max-width:768px) {
	.svg-block-container {
		display:none;
	}
	.svg-block-container .row {
		overflow: scroll;
	}
	.svg-block-container svg {
		width: auto;
		height: auto;
		max-width: none;
	}
}











/* ANCHORS    */


.anchor-wrap {
    display: block;
	position:absolute;
	top:0;
	left:0;
	opacity:0.0;
	transition:120ms ease all;
	width:100%;
	pointer-events:none;
}

.anchor-wrap.active {
    opacity:1.0;
	pointer-events:auto;
}

.anchor-nav-container {
	display: flex;
    position: fixed;
    overflow: hidden;
	margin: 0;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 100;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: rgba(255,255,255,0.89);
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    transition: 48ms ease all;
    list-style: none;
}

ul.anchor-nav {
    display: flex;
    width: 100%;
    z-index: 100;
    flex-flow: row;
	margin:0;
	padding:12px 24px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: 90ms ease all;
    list-style: none;
}

select.anchor-nav-select {
	display:none;
}

body .anchor-nav-container {
	top:var(--header);
}

body.scrolled .anchor-nav-container {
    top:var(--header-scrolled);
}

ul.anchor-nav li {
    list-style: none;
}

ul.anchor-nav li a {
    display: block;
    position: relative;
    font-size: 16px;
	line-height:100%;
    box-sizing: border-box;
    padding: 12px 16px;
}

ul.anchor-nav li a:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--red);
    border-left: 15px solid transparent;
    bottom: -42px;
    left: calc(50% - 15px);
    transition: 140ms ease all;
}

ul.anchor-nav li a.active {
    font-weight: bold;
    transform: scale(1.2);
}

ul.anchor-nav li a:hover:after,
ul.anchor-nav li a.active:after {
    bottom: -12px;
}


.anchor-pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    padding: 24px 0 64px 0;
    box-sizing: border-box;
}

.anchor-pagination a {
    display: flex;
    position: relative;
    box-sizing: border-box;
    padding: 24px;
    background: var(--red);
    color: white;
    width: 240px;
    margin: 0 6px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    font-size: 18px;
    line-height: 100%;
    transition: 180ms ease all;
}

.anchor-pagination a:hover {
    background: #454545;
}

.anchor-pagination a i {
    position: absolute;
    font-size: 24px;
    line-height: 100%;
	top: 50%;
    transform: translate(0,calc(-50% - 2px));
}

.anchor-pagination a.anchor-prev {
    padding-left: 72px;
	text-align:left;
}

.anchor-pagination a.anchor-next {
    padding-right: 72px;
	text-align:right;
}

.anchor-pagination a.anchor-prev i {
    left: 24px;
}

.anchor-pagination a.anchor-next i {
    right: 24px;
}


@media (max-width:1281px) {	
	ul.anchor-nav li a {
		font-size: 14px;
		padding: 12px 10px;
		font-weight: 400;
	}
}


@media all and (max-width:968px) {	
	
	ul.anchor-nav {
		display: none;
	}
	
	select.anchor-nav-select {
		display: block;
		margin: 0.5rem 1.5rem;
		color: var(--red);
		border: 2px solid var(--red);
	}
}
@media (max-width:768px) {	

	.anchor-pagination {
		padding: 32px 0 0 0;
	}
	
	.anchor-pagination a {
		width: 50%;
		margin: 0;
		font-size: 15px;
		min-height: 96px;
	}
	
	.anchor-pagination a.anchor-prev {
		background: #710019;
	}

}





























/*REGIONAL TEMPLATE
=========================================== */
.regional-hero, .regional-slide {
    min-height: 640px;
}

.regional-slide {
    position: relative;
}

.regional-slide {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.regional-hero svg path {
    fill: white;
}

.module-color-blocks.hero-blocks-container {
    padding: 1rem 0;
}

.regional-contact {
    padding: 0 0 2rem 0;
}

.regional-contact .span40.contact-info {
    background: var(--asphalt);
    padding: 2.5rem;
}

.regional-contact .span40.contact-info * {
    color: white;
}

.regional-contact .span40.contact-info p {
    line-height: 195%;
    font-size: 0.8rem;
}

.regional-contact .span40.contact-info p strong {
    font-size: 1rem;
}

.regional-contact iframe {
    width: 100%;
    max-width: 100%;
	min-height:600px;
    height: 100%;
}

.regional-contact .span60.map-container {
    padding: 0;
}

.module-products-block.regional-featured-inventory {
    background: #f4f5f6;
    padding: 2rem 0;
}

.regional-featured-inventory .product-content p:first-of-type {
    margin-top: 0.8rem;
}

.regional-featured-inventory .product-content p.links a.button {
    font-size: 0.85rem;
    margin: 0.5rem 0;
    padding: 0.65rem 1.25rem;
}


.regional-parts-specials {
    padding: 2rem 0 3rem 0;
}
.ps-slider {
    width: 100%;
}
.ps-slider a.slick-prev.slick-arrow {
    display: none !important;
    pointer-events: none;
}
.ps-slide .slide.regional-slide {
    width: 100%;
    min-height: 30rem;
    flex-flow: row;
    align-items: stretch;
    justify-content: flex-start;
}
.ps-slider .regional-slide .hero-banner {
    padding: 2rem;
    background: rgba(0,0,0,0.68);
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

@media all and (max-width:768px) {
	.ps-slider .regional-slide .hero-banner {
		width: 100%;
	}
}




.container.regional-team {
    padding: 2rem 0;
	background:#f4f5f6;
}

.span25.regional-team-member {
    padding: 0;
    margin: 0.75rem;
    width: calc(25% - 1.5rem);
    background: white;
}

@media all and (max-width:1080px) {
	.span25.regional-team-member {
		width: calc(33.33333333% - 1.5rem);
	}
}

@media all and (max-width:968px) {
	.span25.regional-team-member {
		width: calc(50% - 1.5rem);
	}
}

@media all and (max-width:768px) {
	.regional-team .row {
		flex-flow: column;
		align-items: center;
	}
	.span25.regional-team-member {
		width:480px;
		max-width: 100%;
		margin: 0 0 1.5rem 0;
	}
}

.regional-team-member .member-info {
    padding: 1rem;
}

.regional-team-member h3 {
    color: var(--asphalt);
    font-size: 1.2rem;
    margin: 0;
}

.member-info p.title {
    margin: 0;
    font-size: 0.8rem;
}

.member-info p:last-of-type {
    margin-bottom: 0;
}

.headshot {
    position: relative;
    padding-top: 100%;
    width: 100%;
}
.headshot img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#branch-awards .row {
	display: flex;
	gap: var(--spacing);
	--spacing: 24px;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

div#branch-awards .row.flex-row {
	--columns:3;
}

div#branch-awards {
	display: flex;
	flex-flow: column;
	gap: 24px;
}

.regional-awards.container.multi-column-block img {
    display: block;
    position: relative;
    object-fit: cover;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.regional-news.module-blog-posts {
    background: #F4F5F6;
}

.container.regional-contact-form {
    padding: 2rem 0;
}

.regional-contact-form .span66 {
    margin: 0 auto;
}


























/* BLOG LAYOUTS
============================================== */


.featured-posts-container {
    padding: 1rem 0;
}

.row.gd-blog-title-row {
    max-width: 798px;
}

.featured-posts-container .row {
	display:block;
}

ul.featured-posts-slider {
    margin: 0 0 48px 0;
    padding: 0;
    list-style: none;
}

ul.featured-posts-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.featured-posts-slider .slick-track {
	display: flex;
}
ul.featured-posts-slider .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: stretch;
	justify-content: flex-start;
}

.featured-news-item.news-item {
    background: var(--light-blue);
    box-sizing: border-box;
    padding: 1rem;
}

.featured-news-item.news-item .fps-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
}

.featured-news-item.news-item .fps-image, 
.featured-news-item.news-item .fps-copy {
    width: 50%;
    flex: 0 0 50%;
    position: relative;
}

.featured-news-item.news-item .fps-copy {
    padding: 1.5rem 2rem 0 2rem;
    justify-content: center;
    align-items: flex-start;
}

.featured-news-item a {
    display: block;
    height: 100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.featured-news-item img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-posts-slider h1.blog-title {
    color: var(--red);
}

.fps-copy p {
    opacity: 0.65;
    line-height: 195%;
}

.featured-posts-slider p.read-more {
    color: var(--red);
	opacity:1.0;
	font-weight:700;
}

.featured-posts-slider p.read-more i {
    font-size: 0.75rem;
    display: inline-block;
    margin-left: 0.5rem;
    transition: 180ms ease all;
}

.featured-news-item:hover p.read-more i {
    transform: translateX(8px);
}

ul.slick-dots {
    position: absolute;
    bottom: -48px;
    margin: 0;
    display: flex !important;
    list-style: none;
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

ul.slick-dots li {
    margin: 0 6px;
}

ul.slick-dots li button {
    cursor: pointer;
    font-size: 0;
    border: 0;
    background: #dedddd;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: block;
	transition:120ms ease all;
}

ul.slick-dots li.slick-active button, 
ul.slick-dots li button:hover {
    background: var(--red);
}

article ul li, article ol li {
    font-size: 0.9rem;
    line-height: 140%;
    margin: 0 0 0.5rem 0;
    padding: 0;
}

@media all and (max-width:968px) {
	
	ul.featured-posts-slider {
		width: 480px;
		margin: 0 auto;
		max-width: 100%;
	}
	
	.featured-news-item.news-item {
		padding: 1rem;
	}

	.featured-news-item.news-item .fps-wrapper {
		flex-flow: column;
		align-items: center;
		height: auto;
	}
	.featured-news-item.news-item .fps-image, 
	.featured-news-item.news-item .fps-copy {
		width: 100%;
		flex: 0 0 100%;
	}
	
	.featured-news-item.news-item .fps-copy {
		padding: 1rem;
	}
	
	.featured-news-item img {
		height: auto;
		aspect-ratio: 13/9;
	}
	
	ul.slick-dots {
		bottom: -28px;
	}
	
	ul.slick-dots li button {
		width: 14px;
		height: 14px;
	}
	
}

.container.blog-feature-signup-container {
    padding: 2rem 0;
}

.blog-feature-signup .wrap {
    background: var(--concrete);
    padding: 1.25rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.blog-feature-signup h3 {
    color: var(--red);
}

.blog-feature-signup .form-form {
    flex: 1;
    max-width: 100%;
}

.blog-feature-signup form {
    margin: 0;
    padding: 0 12px;
}

.blog-feature-signup .nf-form-fields-required, 
.blog-feature-signup .nf-field-label {
    display: none;
}

.blog-feature-signup .nf-field-container {
    margin: 0;
}

.blog-feature-signup nf-fields-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.blog-feature-signup nf-fields-wrap nf-field:first-of-type {
    flex: 1;
	box-sizing:border-box;
	padding-right:12px;
}

body .nf-form-content button, 
body .nf-form-content input[type=button], 
body .nf-form-content input[type=submit] {
    background: var(--red);
    font-weight: 700;
    margin: 0;
    display: block;
    padding: 1rem 2.5rem;
    color: white;
    font-size: 0.85rem;
    height: auto;
    cursor: pointer;
	border-radius: 0.5rem;
	transition: 180ms ease all !important;
    box-shadow: 0px 0px 4px rgba(0,0,0,0);	
}

body .blog-feature-signup .nf-form-content button, 
body .blog-feature-signup .nf-form-content input[type=button], 
body .blog-feature-signup .nf-form-content input[type=submit] {
    min-height: 50px;
}

body .nf-form-content button:hover, 
body .nf-form-content input[type=button]:hover, 
body .nf-form-content input[type=submit]:hover {
	transform: translateY(-4px);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.45);
	background:var(--red);
	color:white;
}

.blog-post-messaging h3 {
    color: var(--red);
}

main.blog-index-layout .module-blog-posts {
    background: #EBEBEC;
}

.pagination {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 0;
}

.pagination a.button {
    margin: 0 2rem;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.pagination a.button svg {
    display: block;
    width: 21px;
    height: auto;
}

.pagination a.button.prev-link svg {
	margin: 0 0.75rem 0 0;
}

.pagination a.button.next-link svg {
	margin: 0 0 0 0.75rem;
}

.pagination a.button svg path {
    fill: white;
}
@media all and (max-width:968px) {

	.blog-feature-signup .wrap {
		flex-flow: column;
		align-items: center;
	}
	
	.blog-feature-signup form {
		padding: 0;
		width: 480px;
		max-width:100%;
	}
	
}

@media all and (max-width:768px) {
	.pagination {
		width: 480px;
		max-width: 100%;
	}
	.pagination a.button {
		margin: 0;
		display: flex;
		flex-flow: column;
		flex: 1;
		border-radius: 0;
	}
	.pagination a.button svg {
		order: 1;
		margin: 1rem 0 0 0 !important;
		display: block;
	}
	.pagination a.prev-link.button {
		background: var(--asphalt);
		border-color: var(--asphalt);
	}
}

@media all and (max-width:475px) {
	.blog-feature-signup nf-fields-wrap {
		flex-flow: column;
		align-items: center;
	}
	.blog-feature-signup nf-fields-wrap nf-field:first-of-type, 
	.blog-feature-signup nf-field {
		flex: 1;
		padding: 0;
		width: 100%;
	}
	body .nf-form-content button, 
	body .nf-form-content input[type=button], 
	body .nf-form-content input[type=submit] {
		width:100%;
	}
}



/* SINGLE TEMPLATE
=========================================== */

@media all and (min-width:969px) {
	.single .span70 {
		padding-right: 2.5rem;
	}
}

ul.categories {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
}

ul.categories li {
    margin-right: 1rem;
}

ul.categories li:last-of-type {
    margin-right: 0rem;
}

ul.categories li a.button {
    padding: 0.4rem 0.85rem;
    font-size: 0.85rem;
}

.single h1.blog-title {
    text-transform: uppercase;
}

ul.social-share {
    margin: 1.25rem 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
}

ul.social-share li:first-of-type {
	margin-right:0.5rem;
}

ul.social-share li a {
    display: block;
    font-size: 2rem;
    margin: 0 0.5rem;
}

.single .thumbnail img {
    margin: 1rem 0;
    width: 100%;
    height: auto;
}

.oembed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
}

.oembed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

p iframe {
    width: 100%;
    height: auto;
    max-width: 100%;
	aspect-ratio:16/9;
}

.container.blog-prev-next.blog-post-navigation {
    padding: 0;
    margin: 2rem 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    border-top: 1px var(--concrete) solid;
}

.container.blog-prev-next.blog-post-navigation .blog-item {
    flex: 0 0 50%;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    text-align: center;
    position: relative;
}

.container.blog-prev-next.blog-post-navigation .blog-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.container.blog-prev-next.blog-post-navigation .next-post svg {
    right: 0;
}
.container.blog-prev-next.blog-post-navigation .prev-post svg {
    left: 0;
}
.container.blog-prev-next.blog-post-navigation svg {
    position: absolute;
    top: 50%;
    width: 24px;
    height: auto;
    margin-top: -12px;
    transition: 90ms ease all;
}

.container.blog-prev-next.blog-post-navigation .blog-item.prev-post:hover svg {
	transform:translateX(-0.25rem);
}
	
.container.blog-prev-next.blog-post-navigation .blog-item.next-post:hover svg {
	transform:translateX(0.25rem);
}

.blog-item.prev-post {
    padding: 1rem 1.5rem 1rem 2.5rem;
}

.blog-item.next-post {
    padding: 1rem 2.5rem 1rem 1.5rem;
}

.blog-details img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    object-fit: cover;
	margin-bottom:0.75rem;
}

@media all and (max-width:1079px) {

	.wp-caption {
		max-width: 100% !important;
		width: 100% !important;
		margin: 1rem auto !important;
	}
	
}

.post .blog-item h2 {
    color: var(--red);
    text-align: left;
}

aside.widget {
    border: 1px solid var(--concrete);
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
}

aside h4 {
    text-align: center;
    width: 100%;
}

aside.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside.widget .nf-form-fields-required {
    display: none;
}

aside.widget .nf-form-content .label-above .nf-field-label {
    display: none;
}

nf-fields-wrap small {
    color: white;
    font-size: 0.75rem;
    line-height: 140%;
    display: block;
    position: relative;
}

nf-fields-wrap small a, nf-fields-wrap small a:hover {
    color: white;
    text-decoration: underline;
}

aside nf-fields-wrap small a {
    color: black;
}

aside nf-fields-wrap small {
    color: black;
}

@media all and (min-width:969px) {
	.blog-feature-signup nf-fields-wrap small {
		position: absolute;
		bottom: -14px;
		right: 0;
		font-size: 0.6rem;
	}
}

@media all and (max-width:481px) {
	.blog-feature-signup nf-fields-wrap small {
		margin: 0.75rem 0 0 0;
	}
}

.grecaptcha-badge {
    display: none !important;
}

ul.latest-posts-category {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

ul.latest-posts-category li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 1rem 0;
}


ul.latest-posts-category li h2 {
    flex: 1;
    line-height: 120%;
}
ul.latest-posts-category li h2 a {
    display: block;
}
ul.latest-posts-category li svg {
    display: block;
    margin: 0;
    width: 22px;
    height: auto;
    margin-left: 0.25rem;
    transition: 90ms ease all;
}

ul.latest-posts-category li:hover svg {
    transform: translate(-4px,0);
}

ul.latest-posts-category li:hover svg path {
    fill: #141414;
}
ul.latest-posts-category li svg path {
    transition: 90ms ease all;
}

aside.widget ul li.cat-item {
    font-size: 0.889rem;
    margin: 0 0 0.5rem 0;
}

form.search {
    margin-bottom: 1.5rem;
    position: relative;
}

form.search button {
    font-size: 0rem;
    width: 34px;
    height: 34px;
    background: url(images/SVG/search-icon.svg) center center no-repeat;
    background-size: 100% auto;
    border: 0;
    position: absolute;
    top: 7px;
    right: 9px;
    z-index: 1;
}

@media all and (max-width:768px) {
	.blog-content article {
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
		
	.single article ul.categories {
		order: 3;
	}

}

@media all and (max-width:475px) {
	.container.blog-prev-next.blog-post-navigation svg {
		display: none;
	}
	.blog-item.next-post {
		padding: 1rem 0 1rem 1rem;
	}
	.blog-item.prev-post {
		padding: 1rem 1rem 1rem 0;
	}
}

























/* FORMS & BUTTONS
============================== */

input, textarea, select {
    box-sizing: border-box !important;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0.65rem 1rem;
    margin: 0.5rem auto;
    font-size: 1rem;
    line-height: 100%;
    border: 1px var(--concrete) solid;
}



a.button, input[type="submit"], .links-to-buttons a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 1rem 2rem;
    width: auto;
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
    border-radius: 0.5rem;
    background: var(--red);
    color: white;
    border: 2px solid var(--red);
    transition: 180ms ease all;
    box-shadow: 0px 0px 4px rgba(0,0,0,0);
}

.links-to-buttons a {
    margin: 1rem 0;
    display: inline-flex;
    flex-flow: row;
    gap: 1rem;
    align-items: center;
}

.links-to-buttons a img {
    display: block;
    margin: 0;
}

a.button:hover, input[type="submit"]:hover, .links-to-buttons a:hover {
    background: var(--red);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.45);
	text-decoration:none;
}

a.button.secondary {
    background: white;
    color: var(--red);
}

a.button.secondary:hover {
    border-color: white;
}

.links-to-buttons p:has(a), p.links {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.links-to-buttons p:has(a) a {
    display: block;
}

.links-to-buttons p:has(a) br {
    display: none;
}


div.wpcf7-response-output {
    margin: 0px auto;
    box-sizing: border-box;
    padding: 18px;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #99c387;
    background: #d4fbb2;
    color: #000;
}

div.wpcf7-validation-errors {
    border: 2px solid #d0c419;
    background: #dcdc9b;
    color: #000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #d49d3a;
    background: #dcc497;
    color: #000;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f35656;
    background: #e4b2b2;
    color: black;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #fbd573;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #92ca97;
}

.wpcf7-form-control-wrap.move-in-date input::before {
    content: 'Move In Date';
    margin-right: 10px;
}

.toggle-switch {
	position: relative;
	display: block;
	width: 60px;
	height: 28px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.toggle-slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #E20005;
}

input:focus + .toggle-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider:before {
    transform: translateX(32px);
}







































/* FOOTER 
================================*/

.footer.container {
    padding: 2.5rem 0;
    background: #141414;
}

.footer .logo-container {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer .logo-container svg {
    width: 232px;
    height: auto;
    margin: 0;
}

.footer .logo-container svg path {
    fill: white;
}

.footer p {
    color: #C8CDD2;
    font-size: 0.9rem;
    line-height: 140%;
}

.footer p a {
	color:white;
}

p.footer-copy {
    font-size: 0.9rem;
    line-height: 190%;
    text-align: right;
}

.footer h4 {
    color: white;
    text-transform: uppercase;
}

.widget_block .nf-form-content .label-above .nf-field-label, 
.widget_block .nf-form-fields-required {
    display: none;
}

body .widget-content .nf-field-container,
body .widget_block .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 25px;
}

body .widget_block .nf-form-content button, 
body .widget_block .nf-form-content input[type=button], 
body .widget_block .nf-form-content input[type=submit] {
    border: 2px var(--red) solid;
    background: white;
    color: var(--red);
}


ul.social {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    list-style: none;
    margin: 1.25rem 0;
    padding: 0;
}
ul.social li a {
    display: block;
    color: white;
    font-size: 1.75rem;
    margin: 0 0.5rem;
}
ul.social li a:hover {
    color: var(--red);
}

p.copyright {
    font-size: 0.9rem;
    color: white;
    margin-top: 3rem;
}

.footer-bar.container {
    background: #C8CDD2;
}

.footer-bar p {
    color: #141414;
    opacity: 0.5;
    font-size: 0.78rem;
    margin: 0.5rem;
    width: 100%;
    height: auto;
}

.footer-bar p a {
    color: #141414;
}

@media all and (min-width:969px) {
	.footer .contact-info:before, .footer .contact-info:after {
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: calc(100% - 3.5rem);
		top: 1.5rem;
		background: var(--concrete);
	}
}

.footer .contact-info:after {
    right: 2rem;
}
.footer .contact-info:before {
    left: 2rem;
}

.builtby {
	max-width:72px; padding:12px 0px; 
	margin:0px auto; 
	display:block; 
	float:none; 
	clear:both; 
	z-index:100; 	
	opacity:0.45; 
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}


/* ANIMATIONS
========================*/
@supports (-webkit-animation:test) or (animation:test) {

.animate {
	opacity:0.0; 
}		
.animation {
	-webkit-animation:slideIn 1s forwards;
	animation:slideIn 1s forwards;
}

.video-feature {
	opacity:0.0;
}

.video-feature.loaded {
	-webkit-animation:slideIn 1s forwards;
	animation:slideIn 1s forwards;
}

@keyframes slideIn {
	0% 	{ opacity:0.0; transform: translate(0px,0px); }
	100%		{ opacity:1.0; transform: translate(0,0); }
}

@keyframes slideLeft {
	0% 	{ opacity:0.0; transform: translate(64px,0px); }
	100%		{ opacity:1.0; transform: translate(0,0); }
}

@keyframes slideRight {
	0% 	{ opacity:0.0; transform: translate(-64px,0px); }
	100%		{ opacity:1.0; transform: translate(0,0); }
}

@keyframes slideUp {
	0% 	{ opacity:0.0; transform: translate(0px,64px); }
	100%		{ opacity:1.0; transform: translate(0,0); }
}



@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}






}



/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:1080px) {
	
	:root {
		font-size:16px;
		--header: 81px;
		--header-scrolled:73px;
	}
	
	div[class*='span'] {
		float:none; 
		clear:both; 
		width:100%; 
		padding: 1.5rem 0.5rem;
	}
	
	.header .row {
		padding: 1rem 1rem 0.9rem 1rem;
	}

	.mobile-menu {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -24px;
		right: 24px;
		z-index: 1000;
		color: #141414;
		width: 48px;
		height: 48px;
		text-align: center;
		font-size: 24px;
		line-height: 48px;
		cursor: pointer;
	}
	
	body.nav-opened .mobile-menu {
		color:#fff;
	}

	.header nav.nav {
		display: block;
		position: fixed;
		top: 0;
		left: -110vw;
		width: 100%;
		height: 100%;
		background: var(--red);
		z-index: 900;
		overflow-y:scroll;
		box-sizing:border-box;
		padding:1.5rem;
		transition:90ms ease all;
	}
	
	body.nav-opened .header nav.nav {
		left:0;
		
	}
	
	body.nav-opened .header .fa-bars:before {
		content: '\f00d';
	}

	.header ul.menu {
		display:block;
		position:relative;
		width: calc(100% - 64px);
		max-width: 360px;
	}

	.header ul.menu li {
		display: block;
		float: none;
		border:0px;
	}

	.header ul.menu li a {
		color:#fff;
		font-size:1.25rem;
	}
	
	.header ul.menu li.menu-item-has-children > a:after {
		color:white;
	}
	
	.header ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:after {
		content:'\f078';
	}
	
	.header ul.menu li a:hover {
		color:#fff;
	}
	
	ul.sub-menu {
		margin: 0 0 0 3rem;
		list-style: none;
		padding: 0;
		display: none;
	}
	
	.footer .logo-container, p.footer-copy {
		align-items: center;
		text-align: center;
	}
	.footer h4 {
		text-align: center;
	}
	
	.multi-column-block .row {
		flex-flow: column;
		align-items: center;
	}
	
	.multi-column-block .row div[class*='span'],
	.container.multi-column-block .row:not(.title-row) div[class*='span'] {
		width: 480px;
		max-width: 100%;
	}
	
	

}

@media all and (max-width:768px) {
	
	.links-to-buttons p:has(a) a, p.links a {
		margin: 0;
	}
	.links-to-buttons p:has(a), p.links {
		flex-flow: column;
	}
	
	
}
@media all and (max-width:481px) {
	:root {
		font-size:14px;
		--header: 77px;
		--header-scrolled:71px;
	}
	
	h1.blog-title, .post h1, .barker-blog h1 {
		font-size: 1.3rem;
	}
	
}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/






