﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #020013; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #020013;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/
html{scroll-behavior: smooth;}
body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#020013 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.gmm-header{
	padding: 0 40px; 
	color: #fff;
	background: #020013;  
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	box-sizing: border-box;
}
.gmm-header .col-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.gmm-header .logo{
	max-width: 100%;
}
.gmm-header .social{
	display: flex;
	justify-content: space-around;
	font-size: 18px;
	max-width: 150px;
    float: right;
    width: 100%;
}
.gmm-header .social a{
	color: #9cde57;
}

.custom-breadcrumbs {
	font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    color: #354d62;
    line-height: 60px;
    font-weight: 400;
    position: relative;
    background: #fff;
    width: 100%;
    display: flex;
    padding: 0 calc(8.3% + 20px);
    align-items: center;
    box-sizing: border-box;
	border-bottom: solid 1px #eaeaea;
}

.custom-breadcrumbs > p {
    letter-spacing: 4px !important;
    font-size: 14px !important;
    color: #354d62 !important;
    line-height: 60px !important;
}
.vertical-divider {
    position: relative;
}
.custom-breadcrumbs .vertical-divider:before {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
	font-weight: 900;
    position: relative;
    left: 0;
    right: 0;
    top: unset;
    bottom: unset;
	text-align: center;
    color: #354d62;
	font-size: 14px;
	line-height: 60px;
    margin: 0 15px;
    opacity: 0.2;
    display: block;
}

#hero{
	background-image: url("/siteart/hero-1.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
#hero .heading-xs{
	margin-bottom: 20px !important;
}
#hero:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	background: linear-gradient(90deg, rgba(24,32,44,0.95), rgba(24,32,44,0));
}
/*---BODY--------------------------------*/

.pad{
	padding: 8.3%;
}
.pad-horizontal{
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.pad-vertical{
	padding-top: 8.3%;
	padding-bottom: 8.3%;
}
.nopad-top{
	padding-top: 0 !important;
}
.nopad-bottom{
	padding-bottom: 0 !important;
}
.bg-img {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.box-row{
	gap: 20px;
	display: flex;
}
.box-row .content-box{
	position: relative;
	padding: 40px 40px 160px;
	width: 100%;
}
.box-row .content-box .cta{
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.box-row .content-box h6{
	max-width: 77%;
	float: left;
}
.box-row .content-box > i{
	max-width: 23%;
	float: right;
	font-size: 36px;
}
.box-row .content-box p{
	float: left;
}
.blog-grid{
	gap: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
.blog-post{
	display: block;
	padding: 40px;
	background: #f0f0f0;
}

.img-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.img-grid > a, .img-grid > img{
	width: calc(25% - 16px);
	border: solid 1px #eee;
	padding: 20px 30px !important;
	box-sizing: border-box;
	min-height: 180px;
	display: flex;
	align-items: center;
}
.img-grid img{
	max-width: 100%;
}

#category-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
}
#category-grid a{
	width: calc(14.285% - 1px);
	display: block;
	background: #354d62;
	transition: ease all 0.3s;
}
#category-grid a:hover{
	filter: brightness(1.2);
}
#category-grid a p{
	color: #fff;
}
#category-grid a img{
	padding-top: 8%;
	max-width: 100%;
}
/* COLORS */

.bg-black{
	font-family: "Barlow Condensed", sans-serif;
	background: #020013;
	color: #fff;
}
.bg-white{
	font-family: "Barlow Condensed", sans-serif;
	background: #fff;
	color: #020013;
}
.bg-blue{
	font-family: "Barlow Condensed", sans-serif;
	background: #354d62;
	color: #fff;
}
.bg-green{
	font-family: "Barlow Condensed", sans-serif;
	background: #9cde57;
	color: #354d62;
	background-image: url("/siteart/bg-topo-green.jpg");
}
.bg-gray{
	font-family: "Barlow Condensed", sans-serif;
	background: #eaeaea;
	color: #354d62;
	background-image: url("/siteart/bg-topo-gray.jpg");
}

.bg-white .green{
	color: #74a342;
}
.bg-blue .green, #hero .green{
	color: #9cde57;
}
.green-darker{
	color: #496f20;
}
.green-darkest{
	color: #1e3605;
}

.blue{
	color: #354d62;
}
.bg-dark .blue{
	color: #6186A7;
}
.white{
	color: #fff;
}

/* TYPOGRAPHY */

.text-styling h1, .text-styling h2, .text-styling h3, .text-styling h4, .text-styling h5, .text-styling h6{
	margin: 0;
}
.text-styling p{
	
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 24px;
}
.text-styling ol{
	
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 24px;
}
.text-styling .bg-white ul{
	
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 24px;
	list-style: disc;
	padding-left: 18px;
}
.text-styling .bg-white ul li{
	margin-bottom: 10px;
}
.text-styling .bg-white ul li a{
	color: #354d62;
	text-decoration: underline;
}
.text-styling p a{
	font-weight: 700;
}
.bg-white p, .bg-white p a{
	color: #020013;
}
.bg-blue p, .bg-blue p a{
	color: #fff;
}
.bg-gray p, .bg-gray p a{
	color: #354d62;
}


.heading-xl{
	display: inline-block;
	font-size: 120px;
	line-height: 0.9;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.heading-xl:last-of-type{
	margin-bottom: 40px;
}
.heading-lg{
	display: inline-block;
	font-size: 60px;
	line-height: 1;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}
.heading-lg:last-of-type{
	margin-bottom: 36px !important;
}

.heading-md{
	display: inline-block;
	font-size: 36px;
	line-height: 1;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 44px !important;
}
.heading-sm{
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 44px !important;
}

.heading-xs{
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 4px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px !important;
}

.light{font-weight: 300;}

/* BUTTONS */

.cta{
	display: inline-block;
	padding: 20px;
	line-height: 16px;
	font-size: 16px;
	font-weight: 400;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	
	background: #354d62;
	color: #fff;
	box-sizing: border-box;
	
	transition: ease all 0.3s;
	margin-right: 10px;
	margin-top: 10px;
}
.cta:hover{
	filter: brightness(1.05);
}
.cta i{
	padding-left: 10px;
	line-height: 16px;
	font-size: 16px;
}
.cta-green{
	background: #9cde57;
	color: #354d62;
}
.bg-white .cta-outline{
	background: transparent;
	color: #354d62;
	font-weight: 600 !important;
	
  -webkit-box-shadow:inset 0px 0px 0px 2px #354d62;
  -moz-box-shadow:inset 0px 0px 0px 2px #354d62;
  box-shadow:inset 0px 0px 0px 2px #354d62;
	
}
.bg-blue .cta-outline{
	background: transparent;
	color: #9cde57;
	font-weight: 600 !important;
  -webkit-box-shadow:inset 0px 0px 0px 2px #9cde57;
  -moz-box-shadow:inset 0px 0px 0px 2px #9cde57;
  box-shadow:inset 0px 0px 0px 2px #9cde57;
}
.cta-blue{
	background: #354d62;
	color: #fff;
}
.cta-blue:hover{
	filter: brightness(1.2);
}

.banner-green{
	background: #9cde57;
	display: block;
	text-align: center;
	padding: 60px 20px;
	transition: ease all 0.3s;
}
.banner-green:hover{
	filter: brightness(1.05);
}
.banner-green .heading-lg{
	margin: 0 !important;
}


.social-btns{
	display: flex;
	font-size: 18px;
	gap: 20px;
	width: 100%;
}
.social-btns a{
	color: #020013;
	background: #eaeaea;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 48px;
	
}

/*--------FORM STYLES--------------------*/


.custom-form input, .custom-form select{
	padding: 10px;
	font-weight: 400;
	font-size: 18px;
	color: #454a49;
	line-height: 30px;
	resize: none;
	outline: none;
	border: none;
	background: transparent;
	border-bottom: solid #eaeaea 1px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	font-family: "Barlow Condensed", sans-serif;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 400;
	font-size: 18px;
	color: #454a49;
	line-height: 30px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: transparent;
	border-bottom: solid #eaeaea 1px;
	font-family: "Barlow Condensed", sans-serif;
}

.custom-form button{
	outline: none;
	appearance: none;
	border: none;
	cursor: pointer;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}

.bg-blue ::placeholder{
	color: #ccc;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.gmm-footer{
	padding: 0 40px; 
	color: #fff;
	background: #020013;  
	font-family: "Barlow Condensed", sans-serif;
	box-sizing: border-box;
}

.gmm-footer ul li, .gmm-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.gmm-footer ul{
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 30px;
}
.gmm-footer ul li a{
	color: #fff;
}

.gmm-footer .social{
	display: flex;
	font-size: 18px;
	gap: 20px;
	 margin-top: 48px;
	width: 100%;
	justify-content: flex-end;
}
.gmm-footer .social a{
	color: #020013;
	background: #fff;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 48px;
	
}
.gmm-footer .xs-first{text-align: right;}


/* COLUMNS */

.col-row{display: flex; flex-wrap: wrap; position: relative;}
.min-height-cols > div{
	min-height: 600px;
	box-sizing: border-box;
}
@media screen and (max-width: 1279px){
	#category-grid a{
		width: calc(20% - 1px);
	}
	.box-row{
		flex-wrap: wrap;
	}
	
}
@media screen and (min-width: 1200px){
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-hidden{display: none !important;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
		.min-height-cols > div{
	min-height: unset;
}

	#category-grid a{
		width: calc(20% - 1px);
	}
	
	
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}	
	.md-first{
		order: -1;
	}
	.col-md-hidden{display: none !important;}
	.img-grid > a, .img-grid > img{
		width: calc(33.33333% - 16px);
	}
	
	#hero img{
		width: 70% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.min-height-cols > div{
	min-height: unset;
}
	#category-grid a{
		width: calc(33.33333% - 1px);
	}
	
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}	
	.sm-first{
		order: -1;
	}
	.col-sm-hidden{display: none !important;}
	

	#hero:before{
		right: 0;
	}
	
		
.gmm-footer .social{
	justify-content: flex-start;
}
.gmm-footer .xs-first{text-align: left;}

	.img-grid > a, .img-grid > img{
		width: calc(33.33333% - 16px);
	}
	
	#hero img{
		width: 35% !important;
	}
	
}
@media screen and (max-width: 767px){
.min-height-cols > div{
	min-height: unset;
}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	#category-grid a{
		width: calc(50% - 1px);
	}
	#category-grid a p{
		font-size: 14px;
	}
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	.xs-first{
		order: -1;
	}
	.pad, .pad-vertical{
		padding-top: 50px;
		padding-bottom: 50px;
	}


	#hero:before{
		right: 0;
	}
	
	
.heading-xl, .heading-lg{
	font-size: 48px;
	line-height: 1;
	letter-spacing: 2px;
}
.heading-xl:last-of-type{
	margin-bottom: 36px !important;
}
	
.heading-md{
	font-size: 32px;
	line-height: 1;
	margin-bottom: 40px !important;
}
	
.banner-green .heading-lg{
	font-size: 32px;
	line-height: 1;
}
 .banner-green span{
	display: block;
	margin: 0 !important;
	
}
	.box-row .content-box {
		padding: 30px 30px 160px;
	}
	.box-row .content-box .cta{
		left: 30px;
	}
	
.gmm-footer .social{
	justify-content: flex-start;
}
.gmm-footer .xs-first{text-align: left;}


	.img-grid > a, .img-grid > img{
		width: calc(50% - 10px);
	}
	
	#hero img{
		width: 40% !important;
	}
}
@media screen and (max-width: 480px){
	
	.img-grid > a, .img-grid > img{
		width: 100%;
	}

	#hero img{
		width: 120px !important;
	}
}






