@charset "UTF-8";
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}

html {scroll-behavior:smooth;
}

body {
    background-color: #111;
    padding-top: 0px;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.noshow {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}

button {
    cursor: pointer;
    
}
a, a:link, a:active, a:visited, a:hover
{
    /* [disabled]color: inherit; */
}

div {
	display: block;
}
a {
	text-decoration: none;
    transition: all .3s;
}
a.button {
    margin: 5px 20px;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Saira Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    min-width: 100px;
}
.big3 a.button  {
    color: #692976;
    background-color: #cbdb2a;
    margin-top: 10px;
    display: inline-block;
}

a:hover {
}
#start p a {
    color: #1f86c8;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.stackRight {
	float: right;
	clear: right;
}
.stackLeft {
	float: left;
	clear: left;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.ctr {
    text-align: center;
}
.alignr {
    text-align: right;
}
.alignl {
    text-align: left;
}
.ctr img {
    text-align: center;
}
.whitebg {
    background-color: #fff;
}
.fixedbg {
    background-attachment: fixed;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

input[type=text], input[type=tel], input[type=email] {

}
textarea {

}
input, textarea {
    width: 100%;
    padding: 6px;
    border-radius: 4px;
    margin: 4px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7F0D6;
    border-style: none;
    font-size: 14px;
}
input[type=submit] {
    display: block;
    width: 40%;
    margin: 5px 0px 5px auto;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    border-width: 0px;
    border-style: none;
}
label {
    display: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper, .main, .content {
    /* [disabled]width: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
}

.wrapper {
    min-height: 50px;
}
.wrapper.slideheader .buttonspot {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
footer {

}

.main {
	
}

.content {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.clearall {
    clear: both;
}
.productrows .content {
    clear: both;
}
.productrows h4 {
    padding-top: 12px;
}
.flexcontent {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
/*    height: 100%; */
}

.flexcontent > * {
	flex-grow: 1;
}

.flexcol1 {
	width: 35%;
}

.flexcol2 {
	width: 60%;
	margin: 0 2.5%;
}
.flexcolhalf {
    width: 60%;
}


/*------------------------------------*\
    FRACTIONAL COLUMNS
\*------------------------------------*/

.col20 {
	width: 20%;
}
.col25 {
	width: 25%;
}
.col30 {
	width: 30%;
}
.col33 {
    width: 33.33%;
}
.col34 {
	width: 34%;
}
.col35 {
	width: 35%;
}
.col40 {
	width: 40%;
}
.col45 {
	width: 45%;
}
.col48 {
	width: 48%;
}
.col50 {
	width: 50%;
}
.col55 {
	width: 55%;
}
.col60 {
	width: 60%;
}
.col65 {
	width: 65%;
}
.col70 {
	width: 70%;
}
.col75 {
	width: 75%;
}
.col80 {
	width: 80%;
}
.col85 {
	width: 85%;
}
.col90 {
	width: 90%;
}
.col95 {
	width: 95%;
}

.col20, .col25, .col30, .col33, .col34, .col35, .col40, .col45, .col48, .col50, .col55, .col60, .col65, .col70, .col75, .col80, .col85, .col90, .col95 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

.w100 { width: 100%; }
.max400 {
    max-width: 400px;
}
.w90 { width: 90%; }
.fullwidth {
    width: auto;
    max-width: none;
}
.w80 { width: 80%; }
.w70 { width: 70%; }





/*------------------------------------*\
	MOBILE COLUMNS
\*------------------------------------*/

.mcol20 {
	width: 20%;
}
.mcol25 {
	width: 25%;
}
.mcol30 {
	width: 30%;
}
.mcol33 {
	width: 33%;
}
.mcol34 {
	width: 34%;
}
.mcol35 {
	width: 35%;
}
.mcol40 {
	width: 40%;
}
.mcol45 {
	width: 45%;
}
.mcol50 {
	width: 50%;
}
.mcol55 {
	width: 55%;
}
.mcol60 {
	width: 60%;
}
.mcol65 {
	width: 65%;
}
.mcol70 {
	width: 70%;
}
.mcol75 {
	width: 75%;
}
.mcol80 {
	width: 80%;
}

.mcol-left {
	float: left;
}

.mcol-right {
	float: right;
}
.nopad {
    padding-left: 0px;
    padding-right: 0px;
}


/*------------------------------------*\
    PADDINGS & MARGINS
\*------------------------------------*/

.p10 { padding-top: 10px; padding-bottom: 10px;}
.p15 { padding-top: 15px; padding-bottom: 15px;}
.p20 { padding-top: 20px; padding-bottom: 20px;}
.p20i {
    padding: 20px 2vw;
}
.p25 { padding-top: 25px; padding-bottom: 25px;}
.p30 { padding-top: 30px; padding-bottom: 30px;}
.p40 { padding-top: 40px; padding-bottom: 40px;}
.p50 { padding-top: 50px; padding-bottom: 50px;}
.pt40 { padding-top: 40px; }
.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pb40 { padding-bottom: 40px; }
.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }
.p2525 {
    padding: 25px;
}
.p5vw {
    padding: 5vw 0;
}
.p10vw {
    padding: 10vw 0;
}
.p20vw {
    padding: 20vw 0;
}
.p5vwi {
    padding: 5vw 2vw;
}
.p5vw2vw {
    padding: 5vw 2vw;
}
.mauto { margin-left: auto; margin-right: auto;}
.mt20 { margin-top: 20px; }


/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 801px) {

.mobile {
	display:none !important;	
}
}


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

	.wrapper.slideheader .buttonspot {
    position: relative;
}
	
	.mobile {
	display:inline;	
}
	
	.nomobile {
	display: none !important;
}
	
div.mobileimg {
    min-height: 250px;
    display: block !important;
}
div.mobileimg img {
    width: 100%;
    height: auto;
}

	
a.col33.ctr {
		display: block;
	}	
	
.flexcontent {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    flex-direction: none;
}

.flexcol1 {
	width: 100%;
	height: 25vh;
}

.flexcol2 {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}	
	
.flexcolhalf {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}	
.flexcolhalf.mapbg {
    height: 30vh;
    display: block;
}

.w80 { width: 90%; margin:auto;}
.w70 { width: 90%; margin:auto;}


.col20, .col25, .col30, .col33, .col34, .col35, .col40, .col45, .col48, .col50, .col55, .col60, .col65, .col70, .col75, .col80, .col85, .col90, .col95 {
	width: 100%;
	margin: 0 auto;
	}

.col-left {
	float: none;
}

.col-right {
	float: none;
}
}


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

	a.button {
	margin: 5px 15%;
    width: 70%;
	display: block;
	padding: 12px;
	font-size: 28px;
}
}
