﻿
/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');
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;
}
h1, h2, h3, h4, h5, h6 {margin: 0; line-height: 1;}
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;  
} 


/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.bold {font-weight: 700;}
.semi-bold {font-weight: 700;}
.regular {font-weight: 400;}
.white {color: #fff;}
.blue {color: #0a1e5a;}
.black {color: #000;}
.red {color: #eb0000;}
.align-center {text-align: center;}

.top-red {background:#eb0000; height: 10px;}

/*-------- BODY STYLES --------*/
.volvo {font-family: 'volvobroadregular'; font-weight: 400;}

.small-text {font-size: 13px;}

.quick-search #keywords {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    flex: 1 0;
}

.quick-search form input {
	background-color: #fff;
    border: 1px #afafaf solid;
    border-radius: 3px;
    box-sizing: border-box;
    color: #57595b;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 0 0 5px;
    width: 100%;
}

.search {
    display: flex;
	justify-content: center;
	with: 100%;
}

button.quick-button {width: 50px;background: #0a1e5a;color: #fff;border: none;font-size: 20px; cursor: pointer;}
body {overflow-x: hidden; line-height: 1.6; font-family: 'Lato', sans-serif !important;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
#main-content p, #main-content a {font-size: 20px; line-height: 1.6; letter-spacing: 1px;}
h5 {font-size: 20px;}
h4 {font-size: 24px;}
hr{border:#000 1px solid;}
.footer h5 {margin-bottom: 10px;}

/*--- HEADER STYLES ---------------------*/

.header-container {
    display: flex;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    justify-content: space-between;
}

.right-header {
    display: flex;
    align-items: center;
    flex: 2 0;
}
.button-outline {border:solid 3px #fff; box-shadow: 2px #000;}
.header-info {
    /*margin-right: 40px;*/
    text-align: center;
    flex: 1 0;
}

header {
    padding: 10px;
}

.logo {
    flex: 1 0;
    margin-right: 4%;
}

.logo img {
    max-width: 100%;
}

.header-info.quick-search {
    flex: 2 0;
}
.header-info p {font-size: 24px; font-weight: 400; line-height: 1.3;}
.header-info.header-social a {
    font-size: 30px;
    color: #eb0000;
    margin-right: 20px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
h2.hero {
    font-size: 48px;
    margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

h4.hero {
    font-size: 24px;
    font-weight: 300;
}

h3.hero {
    font-size: 32px;
}

p.hero {
    font-size: 16px;
    font-weight: 300;
}
 a.hero-button {
    margin: 10px 0;
    text-align: center;
    background: #e91c24;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 10px 30px;
	display: inline-block;
}
.three-boxes {
    position: relative;
    margin-bottom: 40px;
}
.black-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(99, 99, 99, .6);
}

.featured-small {
    height: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}


.page-welcome {
max-width:1240px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 39;
	text-align:center;
	width:100%;
}


.home-hero {
    position: relative;
}

.hero-image-internal {background: #000 url('/siteart/internal-hero.jpg') center; background-size: cover;}
.hero-container-internal {
    max-width: 1340px;
    width: 100%;
    padding: 7% 10px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 99;
    align-self: center;
    padding-left: 0;
    display: flex;
}
.hero-image-internal {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.hero-image-internal .hero-divider {
    background-size: 100% 70px;
    height: 70px;
}
.hero-text {
    flex: 1 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-text h1 {color: #fff;text-transform: uppercase;font-size: 45px;font-weight: 700;}
.hero-divider {
    background: url(/siteart/home-divider.png);
    background-size: 100% 159px;
    bottom: 0;
    height: 151px;
    position: absolute;
    z-index: 8;
    width: 100%;
}
.hero-divider-solid {
    background: url(/siteart/solid.jpg);
    background-size: 100% 50px;
    bottom: 0;
    height: 50px;
    position: relative;
    z-index: 8;
    width: 100%;
}

.page-welcome h1 {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;
}


.return-buttons {
    margin: 20px 0;
}

.blue-return a {
    background: #0a1e5a;
	color:#fff;
    display: block;
    text-align: center;
	font-weight: 600;
    padding: 10px;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;	
}

.blue-return a:hover {
    background: #e91c24;
	color: #fff;
}

a.blue-button {
    background: #0a1e5a;
	color:#fff;
    display: block;
    text-align: center;
	font-weight: 600;
    padding: 10px;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;	
}

a.blue-button:hover {
    background: #e91c24;
	color: #fff;
}



.parts-specials {
    padding: 30px;
    box-sizing: border-box;
    border: solid 1px #555;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.part-special img {
    max-width: 100%;
	width:100%;
	margin-bottom: 10px;
}

.part-special a.red-button {
    margin: 10px auto;
}



h3.h3-used {font-size: 22px; line-height: 30px; padding: 15px 0;font-weight: bold; }



.flex-container.three-box {
    position: relative;
    margin-top: -35px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1220px;
}

.flex-container-wrap {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1220px;
	flex-wrap: wrap;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1220px;
}
.home-box {
    flex: 1 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
	margin:0 1%;
    padding: 10px;
	box-shadow: 1px 1px 7px #000;
}

.home-box h4 {
	font-family: 'volvobroadregular';
	font-size: 30px;
	color: #777777;
	font-weight: 400;

}
img.arrow {
    float: right;
    margin-top: 7px;
}
#main-content {padding: 40px;}

.flex-1 {
    flex: 1 0;
    margin: 0 1%;
}
.flex-3 {
    flex: 3 0;
    margin: 0 1%;
}

.home-text {
    margin: 6%;
}

.home-text p {
    line-height: 2;
}

.home-text .learn-more {
    display: block;
    margin: 20px auto;
    width: 40%;
    text-align: center;
}

.news-article {
    flex: 1 0;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 1%;
    text-align: center;
    box-shadow: 2px 2px 2px #000;
    display: flex;
    flex-direction: column;
}

.news-article img {
    max-width: 100%;
    margin-bottom: 15px;
}

.news-article h4 {
    margin-bottom: 15px;
}

.news-article p {
    margin-bottom: 15px;
	width:100%;
}

a.learn-more {
    margin-top: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #eb0000;
    color: #fff;
}
.flex-full {
    display: flex;
    flex-direction: row;
}
img.home-image {
    width: 100%;
}

.flex-full .flex-1 {
    margin: 0;
    display: flex;
}
main.home-page {
    position: relative;
    padding-top: 50px;
    box-sizing: border-box;
}

h1.main-title {
    width: 63%;
    background: #f00;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    text-align: center;
    padding: 20px 5px 20px 5px;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 0;
}

.four-box.box-two {background: #000 url("/siteart/used-home.jpg");}
.four-box.box-one {background: #000 url("/siteart/ls-home.jpg");}
.four-box.box-three {background: #000 url("/siteart/financing-home.jpg");}
.four-box.box-four {background: #000 url("/siteart/contact-home.jpg");}
.four-links .flex-container {
    margin: 20px auto;
}

.four-box {
    flex: 1 0;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
    padding: 2em 5%;
    box-sizing: border-box;
    background-size: cover;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.48);	
}

.four-box h3 {
    margin-bottom: 15px;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 2px;
}

.four-box p {
    margin-bottom: 15px;
    line-height: 1.5;
    width:100%;
	font-weight: 700;
	letter-spacing: normal;
}

.four-links {
    padding: 20px 0;
    box-sizing: border-box;
}
.four-links a.learn-more {text-align: center;width: 66%;}

@media only screen and (min-width: 1020px) {
.four-links a.learn-more {text-align: center;width: 50%;}
}




.three-image{width:100%;}
.partner-logos {background: #333333; padding: 15px;}
.logo-container {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}


.column3 {
    flex: 1 0 48%;
    margin: 0 1%;
}
.column4 {
    flex: 1 0 31%;
    margin: 0 1%;
}
.column1 {
    flex: 1 0 100%;
    margin: 0 1%;
}
.column3 input, .column3 select, .column4 input, .column4 select  {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}

textarea  {
    width: 98%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}

.contact-form {
    margin: 20px 0;
}

.column3 input[type="submit"] {color:#fff; background:#0a1e5a; border:none; font-size: 20px; font-weight: 700;}


ul.vas-list li {
    margin: 5px;
}

ul.vas-list {
    list-style: disc;
    margin-left: 20px;
}


.latest-news {
	background: #0a1e5a;
	padding:20px 0;
	box-sizing: border-box;
}

.latest-news h2 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}

.footer {
	background: #fff;
	padding: 30px;
	border-top: solid 5px #eb0000;	
}

a.red-button {
    display: block;
    margin: 10px 0;
    text-align: center;
    background: #e91c24;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    width: 75%;
	line-height: 1.3!important;
}

.red-button {
    display: block;
    margin: 15px 0;
    text-align: center;
    background: #e91c24;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 5px;
	line-height: 1.3;
}

.box-container {
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
	flex-wrap: wrap;
}
.cta-link {
    flex: 1 0 16%;
    text-align: center;
    position: relative;
    overflow:hidden;
    max-width: 16.5%;
}

.cta-link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1%;
    z-index:99;
    overflow: hidden;
	font-size: 14px;
}

.cta-caption {
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	padding: 0 20px;
}

.cta-link img {
    width: 100%;
    transition: all .5s ease;
}

.cta-caption h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.cta-link:hover .cta-caption {
    background: none;
}

.tile-border {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
	z-index: 100;
    border: 2px solid #eb0000;
}

.lx-box {
    max-width: 280px;
    min-width: 220px;
    margin: 1%;
    flex: 1 0 23%;
}

.lx-box.ls-show {
    max-width: 280px;
    min-width: 220px;
    margin: 1%;
    flex: 1 !important;
}

.ls-image img {
    max-width: 100%;
}

.ls-text a.red-button {
    width: 100%;
    box-sizing: border-box;
}

.ls-showrrom .flex-container-ls {
	gap: 10px !important;
}

.flex-container-ls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 1220px;
}







hr {max-width: 1220px; margin: 15px auto;}
.google-map {
    position: relative;
    padding-bottom: 73%;
    overflow: hidden;
    width: 100%;
	box-sizing: border-box;
}
.google-map.footer {
    padding-bottom: 30%;
	box-sizing: border-box;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.footer .flex-1 {
    line-height: 1.6;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.footer h4 {
    margin-bottom: 15px;
}

.footer-contact {
    margin: 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.footer-contact i {
    margin-right: 15px;
    font-size: 20px;
    color: #000;
}

.footer a {
    color: #000;
}
/*---------- RESPONSIVE STYLES ----------*/
.box-container a.red-button {
    flex: 1 0;
    margin: 10px 2%;
}


.currency-capital-price-container a {
    font-size: 12px;
}

a.js-phone-clicktotrack.call-it.underline {
    font-size: 15px;
}



/*==================================================================================
SEARCH
==================================================================================*/
.flex-4 {
    flex: 4 0;
}
.searches {
	width:280px;
	margin-right:20px;
	float:left;
	background:#f2f2f2;
	background-size:cover;
	padding:0 20px 0; 
	box-sizing:border-box;
	margin-bottom:30px;
}

.searches h2 {
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	line-height:28px;
	width:100%;
	float:left;
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:0;
}

.searches h3 {
	width:116%;
	float:left;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background:#e91c24;;
	font-size:16px;
	line-height:22px;
	padding:10px 0;
	font-weight:700;
	margin-bottom:10px;
	margin-left:-8%;
}

.margtop {
	margin-top:15px;
}

.searchcolumn {
	width:100%;
	float:left;
	padding:0 .5%;
	box-sizing:border-box;
	margin-bottom:10px;
}

#firstsearch {
	padding-left:0;
}

#lastsearch {
	padding-right:0;
}

#fullone {
	width:100%!important;
	padding-left:0!important;
}

.detailed-search {
	width:100%;
	float:left;
	max-width:none;
}

.detailed-search input {
    width: 100%;
    padding: 15px 13px;
    font-size: 12px;
    background-color: #fff;
	box-sizing: border-box;
	border-radius:8px;
	border:none;
	
}
.detailed-search select {
    width: 100%;
    padding:13px;
    font-size: 12px;
    background-color: #fff;
	box-sizing: border-box;
	border-radius:8px;
	max-width:none;
}


.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-size: 18px;
	font-weight:bold;
    width: 100%;
    color: #fff;
	background:#e91c24;
    display: inline-block;
	cursor: pointer;
	margin-top:0px;
	padding:10px;
	border-radius:8px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	box-sizing:border-box;
}

.detailed-search input[type="submit"]:hover {
	background:#e91c24!important;
	color:#fff!important;
}
/*==================================
OUR STAFF
==================================*/

.job-listing {width:100%; display:block; border:1px solid #9C9C9C; border-radius:5px; padding:7px 0; float:left; margin-bottom:20px; background:#000 url("../siteart/tablebg.jpg");
	background-size:cover;}
.job-details {width:94%; float:left; margin-right:0%; line-height:36px;}
.job-title {width:100%; float:left; margin-right:0%;}
.job-loc {width:35%; float:left;}
.toggle-job {width:3%; float:left; margin-top:4px; margin-right:2%; background-position:center; background-repeat:no-repeat;}
.toggle-job.plus {font-size:27px; padding-left:10px;box-sizing:border-box; color:#fff;}
.toggle-job.minus {font-size:27px; padding-left:10px;box-sizing:border-box; color:#fff;}

.toggle-job.plus:hover {cursor:pointer; color:#fff;}
.toggle-jobtwo {width:3%; float:left; height:36px; margin-right:2%; background-position:center; background-repeat:no-repeat;}
.toggle-jobtwo.plus {font-size:27px; padding-left:10px; box-sizing:border-box;color:#fff;}
.toggle-jobtwo.minus {font-size:27px; padding-left:10px;box-sizing:border-box;color:#fff;}

.toggle-jobtwo.plus:hover { cursor:pointer;}

.job-description hr {
	margin:7px 0 10px 0;
	border-top:1px solid #fff;
}

.job-title h4 {	
	font-size:27px;
	line-height:30px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif!important;
}

.job-btns {width:39%; float:left;}
.apply {width:49%; float:left; text-align:right; background:#fff; font-family: 'Roboto Condensed', sans-serif; color:#ff3333!important; text-align:center;font-size:18px;  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}
.send-resume {width:49%; float:left; text-align:right; margin-right:2%; background:#fff; font-family: 'Roboto Condensed', sans-serif; color:#ff3333!important; text-align:center;font-size:18px;  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
.job-description {padding:0 0 10px 0; width:100%; float:left;}

.job-listing2 .job-title h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif!important;
}
.job-listing2 {width:100%; display:block; border:1px solid #9C9C9C; float:left; border-left:0;border-right:0; margin:5px 0 10px;padding:10px 0;
	background-size:cover;}
.job-listing2 .job-details { width: calc(100% - 50px); float:right; margin-right:0%; line-height:36px;}
.job-title {width:100%; float:left; margin-right:0%;}
.job-loc {width:35%; float:left;}
.toggle-job {width:3%; float:left; margin-top:4px; margin-right:2%; background-position:center; background-repeat:no-repeat;}
.job-listing2 .toggle-job.plus {width:50px;font-size:27px; padding-left:10px; margin:0;box-sizing:border-box; color:#000;}
.toggle-job.minus {font-size:27px; padding-left:10px;box-sizing:border-box; color:#fff;}

.job-listing2 .toggle-job.plus:hover {cursor:pointer; color:#e91c24;}
.toggle-jobtwo {width:3%; float:left; height:36px; margin-right:2%; background-position:center; background-repeat:no-repeat;}
.toggle-jobtwo.plus {font-size:27px; padding-left:10px; box-sizing:border-box;color:#fff;}
.toggle-jobtwo.minus {font-size:27px; padding-left:10px;box-sizing:border-box;color:#fff;}

.toggle-jobtwo.plus:hover { cursor:pointer;}

.job-listing2  .job-description hr {
	margin:7px 0 10px 0;
	border-top:1px solid #9c9c9c;
}
main.home-page .flex-1 {
    display: block;
}

.job-listing2 .job-title h4 {	
	font-size:18px;
	line-height:30px;
	font-weight:500;
	color:#000;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif!important;
}
@media only screen and (min-width: 768px) {
	
	
	
	
	
}

@media only screen and (min-width:768px) and (max-width: 1320px) {

	
h1.main-title {
    font-size: 30px;
}	
	
.header-info p {font-size: 20px;}
	
	
}

@media only screen and (min-width:768px) and (max-width: 1020px) {

.flex-container.three-box {
    margin-top: -15px;
}	
	
.cta-link {
    flex-basis: 30%;
    max-width: 285px;
}	
	
.header-info p {font-size: 18px;}
	
main.home-page .flex-full {flex-wrap: wrap;}

main.home-page .flex-1 {
    flex-basis: 100%;
}

h1.main-title {
    width: 100%;
}	
}


@media only screen and (max-width: 767px) {
	.box-container {
    justify-content: center;
}
.cta-link {
    flex-basis: 48%;
	max-width: 272px;
}	
.four-box {
    flex-basis: 100%;
    margin: 10px auto;
}	
.hero-divider {
    background-size: 100% 50px;
    height: 50px;
}

.logo {
    flex-basis: 100%;
    text-align: center;
}
	.flex-full .flex-1 {
		display: block;
	}
.right-header {
    flex-basis: 100%;
    flex-wrap: wrap;
}

.header-info.quick-search {
    flex-basis: 100%;
    margin: 10px auto;
}

h1.main-title {
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    clip-path: none;
    position: relative;
    -webkit-clip-path: initial;
}
.hero-container-internal {
    padding: 21% 10px;
}
	
a.learn-more {
    margin: 15px auto;
    width: 50%;
}

.home-text {
}

.news-article {
    flex-basis: 100%;
    box-sizing: border-box;
    margin: 10px auto;
}

.footer-contact {
    text-align: center;
    justify-content: center;
}

img.home-image {
    max-width: 100%;
}

.flex-full {
    flex-wrap: wrap;
    text-align: center;
}	
	
	
	.flex-container-ls {
		justify-content: center;
	}

.header-container {
    flex-wrap: wrap;
    justify-content: center;
}

.header-info {
    text-align: center;
    flex-basis: 100%;
    margin: 10px 0;
}	
	
.flex-container {
    flex-wrap: wrap;
    padding: 0 10px;
}

.flex-1, .flex-3 {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0;
}

.column4, .column3 {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0;
}

.flex-container-wrap {
    padding: 0 15px;
}

a.red-button {
    margin: 10px auto;
}

.google-map.footer {padding-bottom: 50%;box-sizing: border-box;}

footer.footer {
    padding-bottom: 30%;
}	
	
.three-boxes {margin: 0;}

.flex-container.three-box {
    margin-top: 20px;
}

.home-box {
    flex-basis: 100%;
    box-shadow: none;
    margin: 10px auto;
    box-sizing: border-box;
	max-width: 450px;
}

.logo-container {
    flex-wrap: wrap;
}

.logo-image {
    flex-basis: 50%;

    text-align: center;
    margin: 10px 0;
}

.logo-image img {
    max-width: 100%;
}	
	
	
h2.hero {
    font-size: 30px;
}

.slide-captions {
    text-align: center;
}

.sp-layer.sp-padding.hide-small-screen.caption-container {
    left: 0;
    top: 0;
}

.sp-layer {
    width: 100%;
    left: 0 !important;
}	
	

	
	
}

@media only screen and (max-width: 550px) {
    .cta-link {
    flex-basis: 48%;
	max-width: 220px;
}	
}
