/*
	Theme Name: Summit 2020
	Theme URI: https://www.summitcollects.com
	Description: A custom responsive theme for Summit AR's next decade. Adapted from HTML5Blank by Todd Motto.
	Version: 1.0.0
	Author: Steven Dixon
	Author URI: https://www.stevendixon.com
	Tags: Blank, HTML5, CSS3
*/

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    color: #333;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 22px;
    line-height: 1.6;
}

.mobile {
    display: none;
}

h1, h2, h3 {
    font-weight: 300;
    margin: 16px 0px 12px 0px;
}

p {
    margin: 0px 0px 18px 0px;
	overflow: hidden;
}

a {
	color: #08a;
}

a:visited {
	color: #079;
}

a:hover {
	color: #26c5ec;
}

hr {
	height: 1px;
	background-color: #ddd;
	color: #ddd;
	border: none;
}

.clear {
    clear: both;
}

.button, .wpcf7-submit, .wp-block-button a, a.button:visited, .wp-block-button a:visited {
    color: #fff;
    background-color: #d3752e;
    padding: 12px 20px;
    border-radius: 4px;
	border: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.wp-block-button.is-style-outline a:not(.has-background) {
	background-color: #fed;
}

a.button:hover, .wpcf7-submit:hover, a.wp-block-button a:hover {
    background-color: #f6a970;
}

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

.col {
    flex: 1;
}

.spacer {
    max-width: 6%;
}

.col-one-third {
	-ms-flex: 0 1 auto;
    flex: 0 1 auto;
	width: 34%;
    max-width: 34%;
}

.col-two-thirds {
	-ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 60%;
}

.pad {
    padding: 20px;
}

.vpad {
    padding-top: 53px;
}

.center {
    text-align: center;
}

.square-bullets {
	list-style-type: square;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  font-size: 0.9em;
}

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

header {
    width: 100%;
    height: 650px;
    overflow: hidden;
	background-image: url('/_img/header-bg.jpg');
    background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

header div {
	position: relative;
}

header .background {
  	position: absolute;
	width: 100%;
	height: 650px;
  	overflow: hidden;
}

header .background img, header .background video {
 	position: absolute;
  	min-width: 1000%;
  	min-height: 1000%;
  	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%) scale(0.1);
}

/* utility-bar */


header #utility-bar {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #333;
    color: #d4d0b8;
    text-transform: uppercase;
}



header #utility-bar div {
    text-align: right;
}

header #utility-bar ul {
    float: right;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

header #utility-bar li {
    float: left;
    margin-left: 40px;
}

header #utility-bar a, header #utility-bar a:visited {
    color: #d4d0b8;
    text-decoration: none;
}


header #utility-bar a:hover {
    color: #fff;
    text-decoration: none;
}


header #utility-bar #header-payment a {
    color: #d3752e;
}

header #utility-bar #header-payment a:hover {
    color: #f4c078;
}

header #utility-bar #header-contact a {
    color: #d3752e;
}

header #utility-bar #header-contact a:hover {
    color: #f4c078;
}

.container.utility-bar-container {
    max-width: 1200px;
}

#header-consumer-contact a {
    color: #d3752e !important;
}

#header-consumer-contact a:hover {
    color: #f4c078 !important;
}




header #utility-bar img {
    vertical-align: text-top;
    margin-right: 4px;
}

/* end_utility-bar */


/* consumer-contact */

.consumer-container {
    float: right;
    text-align: right;
    background: #e9711a;
    padding: 0 10px;
    border-radius: 0 0 6px 6px;
    z-index: 0;
    display: none;
}

.consumer-container a {
    padding: 5px;
    color: #eee;
    text-decoration: none;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.consumer-container a:hover {
    color: #fff;
}

.consumer-container img {
    padding-right: 7px;
}


/* end_consumer-contact */


header #nav-container {
    height: 100px;
    background-color: rgba(0,0,0,0.4);

}

header #logo {
    float: left;
}

header #logo img {
    max-height: 80px;
    margin: 10px 0px;
}

header nav ul {
    float: right;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

header nav li {
    float: left;
    font-size: 24px;
    line-height: 75px;
    margin: 15px 0px 10px 25px;
    font-weight: 300;
}

header nav li a, header nav li a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

header nav li a:hover {
    color: #d4d0b8;
}

header nav .caret {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    font-size: 12px;
}

header #services-container {
    position: absolute;
    width: 100%;
    top: 140px;
    display: none;
    font-size: 18px;
	z-index: 999;
}

header #services-container .container {
    background-color: rgba(255,255,255,0.9);
    padding: 0px 0px 20px 0px;
    box-shadow: 0px 2px 16px #333;
}

header #services-container .col {
    padding: 20px;
}

header #services-container h2, header #services-container h3 {
    text-transform: uppercase;
}

header #services-container h2 {
    font-size: 32px;
    line-height: 40px;
}

header #services-container #services-intro p {
    margin: 8px 0px 32px 0px;
}

header #services-container ul {
    list-style-type: square;
    margin: 0px 0px 0px 24px;
    padding: 0px;
}

header #services-container li {
    font-size: 16px;
    line-height: 22px;
    padding: 3px 0px;
    width: 50%;
    float: left;
}

header #services-container li a {
    color: #666;
}

header #services-container li a:hover {
    color: #d3752e;
}

header #page-title {
    margin-top: 160px;
}

header #page-title h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    max-width: 50%;
}

header #page-title h2 {
    color: #d4d0b8;
    font-size: 22px;
    line-height: 30px;
    max-width: 50%;
}

header #home-title {
	color: #fff;
	text-align: center;
	margin-top: 120px;
}

header #home-title h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    max-width: 80%;
	margin: 0px auto 40px auto;
}

header #home-title .step {
	float: left;
	width: 26%;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
}

header #home-title .step h3 {
	margin: 26px 0px 12px 0px;
	line-height: 21px;
}

header #home-title .step p {
	margin: 0px;
	padding: 0px;
}

header #home-title .stepdivider {
	float: left; 
	width: 11%;
	text-align: center;
	padding-top: 20px;
}

.content .container {
    margin: 48px auto;
}

.content ul {
    padding: 0px;
    margin: 12px 0px 0px 30px;
}

.content li {
    margin-bottom: 12px;
}

.content h2 {
    font-weight: 500;
    color: #6e9247;
    font-size: 30px;
}

.content h3 {
    font-weight: 300;
    color: #577b89;
    font-size: 26px;
}

.content h2 strong, .content h3 strong {
    color: #6e9247;
	font-weight: 300;
}

/* contact */

.page-id-26 #page-title h2 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    max-width: 50%;
}


/* end_contact */

table {
	border-spacing: 0px;
	font-size: 15px;
	line-height: 20px;
}

table td {
	border: solid 1px #ccc;
	padding: 10px;
}


/* Legacy */
.content-lower {
    font-size: 20px;
}

.content-lower p {
	margin-bottom: 36px;
}

.video-object {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
     
.video-object iframe, .video-object object, .video-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fadelist {
    color: #666;
    font-size: 20px;
}

.fadelist h2 {
    font-weight: 300;
    color: #d3752e;
    font-size: 24px;
    margin-top: 0px;
}

.fadelist-left {
	width: 34%;
	margin-right: 64px;
	float: left;
}

.fadelist-right {
	width: 34%;
	margin-left: 64px;
	float: right;
}

.fadelist-block {
	width: 100%;
	margin: 0 auto;
}

.tally-left {
	width: 34%;
	margin-right: 64px;
	float: left;
}

.tally-right {
	width: 34%;
	margin-left: 64px;
	float: right;
}

.tally-block {
	width: 100%;
	margin: 0 auto;
}

.numbers {
    text-align: center;
    font-size: 14px;
}

.numbers h2 {
    font-size: 38px;
    line-height: 38px;
    margin: 36px 0px 0px 0px;
    font-weight: 300;
    color: #d3752e;
}

.numbers .count {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 38px;
}

.trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-basis: auto;
    text-align: center;
}

.trust img {
    margin-top: 40px;
}

.trust img.duo {
	width: 40%;
	max-height: initial;
    margin-left: 5%;
    margin-right: 5%
}

.trust img.trio {
    max-width: 25%;
}

.trust img.full {
    width: 100%;
	max-height: unset;
}

.trust-quad {
	flex-basis: 50%;
	flex-wrap: wrap;
}

.trust-quad .col {
	min-width: 46%;
	padding: 4% 2%;
}
	
.trust-quad .col img {
	max-height: none;
}

/* trust badges */


a.bbb-badge {
    width: 40%;
}

img.duo.bbb-img {
    width: 100%;
}

img.duo.year-badge {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
}

img.trio.iacc-badge {
    width: 36%;
}

img.trio.aca-badge {
    width: 25%;
}

img.trio.secure-badge {
    width: 30%;
}

.trust img.trio {
    max-width: 40%;
}

/* end_trust badges */


.serviceslist {
	font-size: 0.9em;
	list-style-type: square;
}

.quote {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    background: url('/_img/quote.png') no-repeat;
    text-indent: 40px;
}

.quote .cite {
    text-align: right;
    color: #666;
}

.quote .cite b {
    font-weight: bold;
    color: #6e9247;
}

.calculator .hint {
	color: #666;
	position: absolute;
	font-size: 12px;
	display: none;
}

.calculator .results input {
	border: solid 1px #eee;
	background-color: #fff;
	border-radius: 0;
}

.calculator .subresults {
	font-size: 16px;
}

.calculator .subresults input {
	border: solid 1px #fff;
	background-color: #fff;
	border-radius: 0;
	font-size: 14px;
}

#testimonial-feed {
	height: 520px;
	overflow-y: hidden;
	margin-bottom: 20px;
}

.testimonial-object {
	display: none;
	border-top: dotted 1px #ddd;
	padding: 18px 12px;
	opacity: 0;
}

.testimonial-name {
	color: #09b;
	font-weight: bold;
}

.testimonial-timestamp {
	float: right;
	color: #777;
}

.testimonial-object p {
	margin: 6px 0px 0px;
	padding: 0px;
}

.testimonial-object img {
	float: left;
	margin-right: 12px;
}

header #page-title h1.blog-header {
	max-width: 80%;
}

.blog-date, .blog-category {
	font-size: 16px;
	color: #ddd;
}

.blog-footer {
	padding: 40px 8%;
	text-align: center;
	font-size: 1.2em;
}

.legal td {
	border: 0px;
	padding: 6px 20px;
}

table.legal {
	margin-bottom: 50px;
}

form input, form label {
    display: block;
}

form label {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
}

form label.required {
    font-weight: bold;
}

form .wpcf7-not-valid {
	border: solid 1px #f33;
	background-color: #fdd;
}

form input, form select {
    color: #666;
    background-color: #eee;
    border: solid 1px #666;
    border-radius: 6px;
    font-size: 24px;
    padding: 8px;
    max-width: 90%;
}

form select {
    width: 60%;
}

#minimum-amount, #minimum-frequency {
	display: none;
	border: solid 1px #820;
	background-color: #fed;
	padding: 10px;
	margin: 12px 0px;
}

.sf_field_minimum-amount br {
	display: none;
}

textarea {
    width: 95%;
    height: 200px;
    color: #666;
    background-color: #eee;
    border: solid 1px #666;
    border-radius: 6px;
    font-size: 24px;
    line-height: 32px;
    padding: 8px;
    font-family: inherit;
}

.wpcf7-response-output {
	margin: 12px 0px !important;
	padding: 8px !important;
}

.wpcf7-validation-errors {
	background-color: #fed;
}

.footer {
    color: #ccc;
    display: block;
    margin: 0px;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 20px;
}

.footer-top {
    background-color: #333;
}

.footer-top .container {
    display: flex;
    justify-content: space-between;
}

.footer-mid {
    background-color: #222;
}

.footer-bottom {
    background-color: #111;
}

.footer .col {
    flex: 1;
}

.footer a {
    color: #d4d0b8;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer h2, .footer h3 {
    font-size: 24px;
    line-height: 30px;
}

.footer ul {
    list-style-type: square;
    padding-left: 20px;
}

.footer li {
    color: #d3752e;
}

.footer li a {
	display: block;
    padding: 4px 0px;
}

.footer #footer-about {
    min-width: 60%;
}

.footer #footer-consumer {
    min-width: 33%;
}

.footer #footer-trust {
    display: flex;
    justify-content: space-evenly;
}

.footer #footer-trust img {
    align-self: center;
    margin: 20px 0px;
}

.footer-excerpt ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-bg {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%),url('/_img/header-default.jpg');
    background-size: cover;
    background-position-y: 40%;
}

.footer #footer-nav {
    display: flex;
    justify-content: space-around;
}

.footer #footer-nav img {
    width: 140px;
}

.footer #footer-nav .col {
    flex: 1;
}

.footer #footer-nav .narrow {
    min-width: 20%;
}

.footer #footer-nav .wider {
    min-width: 33%;
}

.footer #footer-nav .spacer {
    min-width: 7%;
}

.footer #footer-nav .excerpt {
	color: #999;
    border-left: solid 6px #777;
    padding-left: 12px;
}

.footer .copyright {
    font-size: 12px;
	color: #999;
}

.footer .copyright p {
    font-size: 11px;
	color: #999;
}

::-webkit-input-placeholder {
    color:transparent;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color:transparent; 
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color:transparent; 
 }
 
 :-ms-input-placeholder {  
    color:transparent;
 }
 
 
 /* about */
 
// .page-id-25 .BadgeContainer__Inner-sc-pa6z2-0.gAmwL {
    display: none;
}
 
 /* end_about */

/* Gutenberg support */

figure {
	margin: 0px;
}

figcaption {
	padding: 40px 0px 10px !important;
}

.alignfull {
	width: 100%;
	text-align: center;
}

.alignwide {
	width: 90%;
	margin: 48px auto;
	text-align: center;
}

.wp-block-column {
	font-size: 20px;
}

.wp-block-text-columns .wp-block-column {
	text-align: left;
	margin: 0 32px;
}

.has-2-columns .wp-block-column {
	text-align: left;
}

.wp-block-column:not(:first-child) {
	margin-left: 64px;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-latest-posts {
	margin: 12px 0px !important;
}

.wp-block-latest-posts__post-excerpt {
	font-size: 16px;
	padding-left: 20px;
	border-left: solid 6px #ddd;
}

.wp-block-latest-posts.columns-3 li {
	font-size: 18px;
    width: calc(33.33333% - 48px);
	margin: 12px 24px;
}

.wp-block-image img {
	max-width: 100%;
    height: auto;
}

#map {
	width: 700px;
	height: 500px;
	margin: 0 auto;
}

#mapdropdown {
	text-align: center;
    font-size: 24px;
}

#mapdropdown select {
    color: #666;
    background-color: #eee;
    border: solid 1px #666;
    border-radius: 6px;
    font-size: 24px;
    padding: 8px;
	margin-left: 12px;
}

#cta-wide {
	width: 100vw;
	left: calc(-50vw + 50%);
    position: relative;
	height: 650px;
	background-image: url('https://www.summitcollects.com/wp-content/uploads/2022/08/cta-bg.jpg');
	background-size: cover;
	background-position: center;
	margin-bottom:-48px;
}

.page-id-513 #cta-wide {
	margin-bottom:36px;
}

#cta-text > p:nth-child(3) {
    padding: 0;
    margin-top: -20px;
}

#cta-wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

#cta-text {
	margin: 0px 0px 0px 36%;
	padding-top: 40px;
}

#cta-text h2 {
	font-size: 50px;
	line-height: 60px;
}

#cta-text p {
	padding: 30px 0px;
}

a.cta-button {
	display: block;
	max-width: 50%;
	margin: 20px auto;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	background-color: #d3752e;
	padding: 20px 30px;
	border-radius: 12px;
}

a.cta-button:hover {
	background-color: #ea4;
}

.cta-highlight {
	color: #7e5a34;
}

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

    body {
        font-size: 20px;
    }

    .container {
        max-width: 960px;
    }

    .vpad {
        padding-top: 47px;
    }

    header #services-container li {
        font-size: 14px;
    }

    header #page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }


	header #home-title h2, header #home-title h1 {
		font-size: 40px;
		line-height: 48px;
		width: 900px;
		margin: 40px auto 20px auto;
	}

	header #home-title #steps {
		max-width: 960px;
		height: 160px;
	}

	header #home-title .step {
		width: 28%;
		font-size: 15px;
	}

	header #home-title .step h3 {
		line-height: 18px;
	}

	header #home-title .stepdivider {
		width: 8%;
	}

    .content h2 {
        font-size: 26px;
    }

    .sidebar {
        color: #666;
        font-size: 16px;
    }

    .sidebar h2 {
        font-size: 20px;
    }

    .fadelist {
        font-size: 16px;
    }

    .fadelist h2 {
        font-size: 20px;
    }

    .numbers h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 30px 0px 0px 0px;
    }

	/* legacy */
    .content-lower {
        font-size: 16px;
    }

    .trust img {
        max-height: 80px;
    }

	.trust-quad {
		flex-basis: 50%;
 		flex-wrap: wrap;
	}

	.trust-quad .col {
		min-width: 46%;
		padding: 4% 2%;
	}
	
	.trust-quad .col img {
		max-height: none;
	}

    .quote {
        font-size: 16px;
    }
	
    .wp-block-column {
	  font-size: 16px;
    }
	
	#map {
		width: 600px;
		height: 450px;
	}
	
	#cta-text {
		margin: 0px 0px 0px 35%;
		padding: 40px 20px 0px 0px;
	}

}

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

    .hidetablet {
        display: none;
    }

    body {
        overflow-x: hidden;
        background-color: #333;
        font-size: 18px;
    }

    #site {				
        width: 100%;
        position: relative;
        z-index: 5;
        background-color: #fff;
    }

    .container {
        max-width: 720px;
    }

    form .flex-grid {
        display: block;
    }

    header #utility-bar ul {
        float: none;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    header #utility-bar li {
        display: inline;
        margin: 0px;
        float: none;
        flex: 0 1 auto;
		font-size: 14px;
    }

    header nav {
        display: none;
    }

	header #home-title {
		margin-top: 40px;
	}
	
	header #home-title h2, header #home-title h1 {
		font-size: 28px;
		line-height: 34px;
		width: 500px;
		margin: 20px auto 20px auto;
	}

    .mobile {
        display: block;
    }

    .mobile #navbutton {
        display: block;
        float: right;
        width:80px;
        height:80px;
        margin-top: 10px;
        box-sizing:border-box;
        text-align:center; 
        font-family:sans-serif;
        line-height:64px;
        color:white;
        font-size:50px;
        cursor:pointer;
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }

    .mobile nav {
        display: none;
        position: fixed;
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1;	
        width: 250px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #333;
    }

    .mobile nav ul {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile nav li {
        float: none;
        position: relative;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        border-top: solid 1px #444;
        border-bottom: solid 1px #222;
        padding: 12px 20px;
        margin: 0px;
    }

    .mobile nav li a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    header {
        height: 500px;
    }
	
	header .background {
		height: 500px;
	}

    header #page-title {
        margin-top: 160px;
    }

    header #page-title h1 {
        font-size: 30px;
        line-height: 40px;
        max-width: 60%;
    }

    header #page-title h2 {
        font-size: 20px;
        line-height: 28px;
        max-width: 50%;
    }

    .sidebar h2 {
        font-size: 18px;
    }

    .sidebar ul {
        margin-left: 20px;
    }

    .sidebar li {
        font-size: 14px;
    }

    .tally h2 {
        font-size: 18px;
    }

    .tally ul {
        margin-left: 20px;
    }

    .tally li {
        font-size: 14px;
    }

    .numbers h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .trust img {
        max-height: 70px;
    }

    .quote {
        font-size: 16px;
    }

    .footer-top .container {
        display: block;
    }
	
	#map {
		width: 450px;
		height: 300px;
	}

	#cta-wide {
		height: 450px;
	}

	#cta-text {
		margin: 0px 0px 0px 50%;
		padding-top: 30px;
	}

	#cta-text h2 {
		font-size: 24px;
		line-height: 30px;
	}

	#cta-text p {
		padding: 10px 0px;
	}

	a.cta-button {
		margin: 20px auto;
		font-size: 18px;
		padding: 12px 20px;
	}
	
}

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

    .container {
        width: auto;
        padding: 0px 20px;
    }

    .content .flex-grid {
        display: block;
    }

    .content .flex-grid.trust, .content form .flex-grid {
        display: flex;
    }

    .content .flex-grid .col-one-third, .content .flex-grid .col-two-thirds, .fadelist.fadelist-left, .fadelist.fadelist-right, .tally.tally-left, .tally.tally-right  {
        max-width: 100%;
        width: 100%;
		margin: 0 auto;
		float: none;
    }

    .content form .flex-grid .col {
        max-width: 50%;
    }

    .cite {
        padding: 0px 20px;
    }

	.fadelist {
        padding-bottom: 12px;
	}
	
	.fadelist ul {
        border-bottom: solid 1px #ddd;
		margin: 0px 30px 24px 30px; 
	}
	
    .numbers {
        border-bottom: solid 1px #ddd;
        padding-bottom: 12px;
    }

    .numbers:first-child {
        border-top: solid 1px #ddd;
    }

    .numbers:last-child {
        margin-bottom: 48px;
    }

    .trust {
        margin-bottom: 24px;
    }
    
    .trust img {
        max-height: 100%;
    }

	.trust-quad {
		flex-basis: 25%;
 		flex-wrap: wrap;
	}

	.trust-quad .col {
		min-width: 21%;
		padding: 2%;
	}
	
	.trust-quad .col img {
		max-height: 80px;
	}

    form select {
        max-width: 60%;
    }

    .footer #footer-trust {
        flex-wrap: wrap;
    }

    .footer #footer-consumer {
        border-top: dotted 1px #777;
        margin-top: 20px;
        padding-top: 20px;
    }

    #footer-nav {
        flex-wrap: wrap;
    }

    .footer #footer-nav .narrow {
        min-width: 40%;
    }
	
	/* Gutenberg */
	
	.wp-block-text-columns, .wp-block-columns {
		display: block;
	}
	
    .wp-block-column {
    	width: 100% !important;
		margin: 0 auto !important;
    }
	
	.wp-block-latest-posts.columns-3 li {
    	width: 100%;
		margin: 12px 0px;
	}
	
	#map {
		display: none;
	}
	
	#cta-wide {
		background-size: cover;
		background-position: left center;
		min-height: 350px;
		padding: 20px;
	}

	#cta-text {
		margin: 0px;
		padding: 20px;
		background-color: rgba(254,254,245,0.6);
	}

	#cta-text h2 {
		font-size: 35px;
		line-height: 45px;
	}

	#cta-text p {
		padding: 20px 0px 0px 0px;
	}

	a.cta-button {
		margin: 20px auto;
		font-size: 18px;
		padding: 20px 30px;
	}

}

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

    .hidemobile {
        display: none;
    }

    #site {
        background-color: #fff;
    }

    header {
        height: 100vh;
		min-height: 540px;
        background-position: 75% 0%;
    }
	
	header .background {
		height: 100vh;
		min-height: 540px;
	}

	header .background img {
 	 	min-width: 1000%;
 	 	left: 0%;
	}
	
    header #utility-bar {
        display: none;
    }

    header #nav-container {
        height: 80px;
    }

    header #nav-container .mobile #navbutton {
        margin: 0px;
    }

    header #logo img {
        height: 60px;
    }

    header #page-title {
        margin: 0px;
        padding: 75% 0px 0px 0px;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,0) 100%);
    }

    header #page-title h1, header #page-title h2 {
        max-width: 75%;
    }

	header #home-title h1, header #home-title h2 {
		font-size: 22px;
		line-height: 28px;
        max-width: 90%;
	}
	
	header #home-title .step {
		float: none;
		border-left: solid 6px #ccc;
		padding-left: 20px;
		width: 90%;
	}
	
	header #home-title .step h3 {
		margin: 20px 0px 6px 0px;
	}
	
	header #home-title .stepdivider {
		display: none;
	}
	
    .trust img {
        max-height: 160px;
    }

	.trust-quad {
		flex-basis: 50%;
 		flex-wrap: wrap;
	}

	.trust-quad .col {
		min-width: 46%;
		padding: 4% 2%;
	}
	
	.trust-quad .col img {
		max-height: none;
	}

    .content form .flex-grid {
        display: block;
    }

    .content form .flex-grid .col {
        width: 95%;
        max-width: 95%;
    }

    .content form input, .content form select {
        width: 100%;
        max-width: 100%;
    }

    .content form textarea {
		padding: 2%;
        width: 95%;
        max-width: 95%;
    }
    
    .footer #footer-nav .narrow {
        min-width: 100%;
    }
	
	.footer #footer-trust img {
		min-width: 20%;
		padding: 0% 5%;
	}

	#cta-wide {
		background-size: cover;
		background-position: left center;
		min-height: auto;
		max-height: auto;
		height: auto;
		padding: 0px;
	}

	#cta-text {
		margin: 0px;
		padding: 20px;
		background-color: rgba(254,254,245,0.8);
	}

	#cta-text h2 {
		font-size: 25x;
		line-height: 33px;
	}

	#cta-text p {
		padding: 20px 0px 0px 0px;
	}

	a.cta-button {
		margin: 20px auto;
		font-size: 16px;
		padding: 12px 20px;
	}

}

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

    body {
        font-size: 16px;
    }
	
    header #page-title h1 {
        font-size: 24px;
        line-height: 30px;
    }

    header #page-title h2 {
        font-size: 16px;
        line-height: 20px;
    }
	
	.trust-quad .col img {
		max-height: 80px;
	}

    form input, form textarea, form select {
        font-size: 16px;
        line-height: 21px;
    }

    form .label-toggle {
        display: none;
    }
	
    textarea {
        height: 80px;
    }

    ::-webkit-input-placeholder {
        color:#aaa;
     }
     
     :-moz-placeholder { /* Firefox 18- */
        color:#aaa; 
     }
     
     ::-moz-placeholder {  /* Firefox 19+ */
        color:#aaa; 
     }
     
     :-ms-input-placeholder {  
        color:#aaa;
     }

}

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

	header #home-title h1, header #home-title h2 {
		font-size: 18px;
		line-height: 24px;
        max-width: 90%;
	}
	
	header #home-title .step {
		border-left: 0px;
		padding-left: 0px;
		font-size: 14px;
		width: 100%;
	}
	
}


@media only screen and (max-width: 480px) {
    
    
header #logo {
    height: 80px;
}    


/* consumer-contact */

.page-id-1226 .consumer-container {
    float: none;
    text-align: center;
    background: #e9711a;
    padding: 5px 0;
    border-radius: 0;
    z-index: 0;
    display: block;
}

.consumer-container a {
    padding: 5px;
    color: #eee;
    text-decoration: none;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.consumer-container a:hover {
    color: #fff;
}

.consumer-container img {
    padding-right: 7px;
}


/* end_consumer-contact */

}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	text-align: center;
}
.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.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
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.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}