﻿/*=====================
	CSS reset/normalize
=======================*/


/**Correct `block` display not defined in IE 8/9.**/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*=====================
		Fonts
=======================*/


/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat;
    color: #000;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}


/* clear floats */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}


/*image replacement*/

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}


/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    font-weight: 900;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 18px;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
}


/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #c35527;
}

.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}


/*=====================
	list styles
=======================*/

ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}


/*=====================
	header styles
=======================*/

header {
    width: 100%;
    margin: 0;
    height: 160px;
    padding: 20px 0;
    background: url("../siteart/headerback.jpg") repeat-x;
	background-color: #000;
    position: relative;
}

.headerwrap {
    width: 96%;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
}

.headlogo {
    position: relative;
    left: 0;
	float: left;
    margin-top: -27px;
}
.headtext p {
    position: absolute;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;    
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
	margin: 0;
    line-height: 0.7;
	padding: 0;
}
.headtext p span {
    font-size: 18px;
	font-weight: 700;
}

.headright {
    float: right;
    text-align: right;
}

.iowa,
.headaddress {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.headaddress p {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.2em;
}

.headaddress p span {
    display: block;
}

.headaddress h4, .headaddress .h4 {
    font-size: 30px;
    color: #d9d9d9;
}

.headaddress h4 a, .headaddress .h4 a {
    color: #d9d9d9 !important;
}

.headaddress h4 a:hover, .headaddress .h4 a:hover {
    color: #000 !important;
}

.contactbutton {
    background: #000;
    width: 240px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 900;
    float: right;
    margin-top: 8px;
}

.contactbutton:hover {
    background: #fff;
    color: #c35527
}

.navbar {
    background: #fff;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}


/*=====================
	content styles
=======================*/

.wrapper {
    width: 96%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.pagetitler {
    padding-bottom: 1%;
    color: #c35527;
}


/*=====================
	slideshow styles
=======================*/

.heroslider {
    max-height: 600px;
}

.heroslide {
    position: relative;
}

.slidetext {
    position: absolute;
    top: 5%;
    right: 0;
    width: 25%;
    padding: 2%;
    background: rgba(0, 0, 0, 0.6);
    text-align: right;
}

.slidetext-left {
    position: absolute;
    top: 5%;
    left: 0;
    width: 36%;
    padding: 2%;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
}

.slidetext h2, .slidetext .h2,
.slidetext-left h2, .slidetext-left .h2 {
    color: #fff;
    font-size: 40px;
    padding: 0;
    line-height: 1em;
}

.slidetext p,
.slidetext-left p {
    color: #fff;
    font-size: 20px;
}

.slidetext a {
    display: block;
    padding: 8px 0;
    width: 80%;
    background: #c35527;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    float: right;
}

.slidetext-left a {
    display: block;
    padding: 8px 0;
    width: 80%;
    background: #c35527;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    float: left;
}

.slidetext a i {
    font-size: 14px;
}

.slidetext a:hover {
    background: #fff;
    color: #c35527;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}


/*=====================
	promo banner styles
=======================*/

.promoslider {
    background: #fff;
}

.promoslide {
    position: relative;
}

.promohero,
.promocopy {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.promohero {
    width: 50%;
}

.promocopy {
    width: 45%;
    padding: 0 2%;
}

.promologo,
.promotext {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: left;
}

.promologo {
    width: 23%;
    margin-right: 2%;
}

.promotext {
    width: 73%;
}

.promotext h3, .promotext .h3 {
    color: #000;
    padding: 0;
    font-size: 24px;
}

.promotext a {
    display: block;
    padding: 8px 0;
    width: 60%;
    background: #c35527;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}

.promotext a:hover {
    background: #000;
    color: #fff;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}


/*=====================
	welcome styles
=======================*/

.welcome {
    padding: 2% 0;
    background: url("../siteart/whitey.jpg") repeat;
}

.welcomeleft {
    width: 40%;
    float: left;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 45%;
    margin: 2%;
    position: relative;
    overflow: hidden;
}

.linktitler {
    width: 92%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    padding: 5px 4%;
    background: rgba(195, 85, 39, 0.8);
}

.linktitler h3, .linktitler .h3,
.linktitler p {
    color: #fff;
    line-height: 1em;
}

.linktitler p i {
    font-size: 14px;
}

.linkbox:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.linkbox:hover .linktitler {
    background: #000;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.linkbox:hover .linktitler p {
    color: #c35527;
}

.welcomeright {
    width: 58%;
    padding: 0 0 0 2%;
    float: left;
}

.welcomeright h1, .welcomeright .h1 {
    color: #c35527;
    line-height: 1em;
    padding-bottom: 1%;
}

.welcomeright h3, .welcomeright .h3 {
    font-weight: 600;
}

.welcomeright a {
    display: block;
    padding: 8px 0;
    width: 40%;
    background: #c35527;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}

.welcomeright a:hover {
    background: #000;
    color: #fff;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}


/*=====================
	logo block styles
=======================*/

.logoblock {
    background: #fff;
    text-align: center;
    padding: 1% 0;
    margin: 0 auto;
}

.logoblock a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 13%;
    margin: 1% 3%;
}

.logoblock a img {
    max-width: 100%;
}

.logoblock a:hover img {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}


/*=====================
	Form styles
=======================*/

#formpage {
    padding: 0 10px;
}

#formpage .half {
    width: 48%;
    margin: 0 1%;
    float: left;
    text-align: left;
}

.commentbox {
    width: 98%;
    margin: 0 auto;
    text-align: left;
}

.captchabox {
    width: 60%;
    margin: 0 auto;
}

.sendbutton {
    background: #c35527;
    color: #fff;
    font-weight: 700;
    padding: 8px 0 !important;
}

.sendbutton:hover {
    cursor: pointer;
    background: #000;
}

form {
    margin: 0 0 0;
}

#formpage label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

#formpage input {
    font-family: 'Source Sans Pro', sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 10px;
}

#formpage input:focus {
    border: #2885b3 solid 1px;
}

#formpage input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

#formpage input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

#formpage select {
    font-family: 'Source Sans Pro', sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

#formpage textarea {
    font-family: 'Source Sans Pro', sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin: 0 auto;
}

input[type='checkbox'],
input[type='radio'] {
    width: 15px !important;
    min-width: 15px !important;
    margin-right: 2px;
}


/*=====================
	inventory styles
=======================*/

.cf {
    background: #fff;
}

.hosted-content h1 {
    font-size: 24px !important;
}

.hosted-content h2 {
    font-size: 22px !important;
}

.hosted-content h3 {
    font-size: 20px !important;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    padding: 0 0 10px 0;
    overflow: hidden;
    background: #fff;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.hosted-content .pagination>.drop-down-form select {
    width: 8% !important;
}


/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: #c35527 !important
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
    background-color: #333!important
}


/*=====================
	location styles
=======================*/

.addressstack {
    float: left;
    width: 25%;
}

.mapblock {
    float: left;
    width: 73%;
    margin-right: 2%;
}

.mapblock iframe {
    height: 480px;
}


/*=====================
	footer styles
=======================*/

.pagebottom {
    background: #303030;
    padding: 30px 0;
}

.pagebottom p {
    color: #fff;
    font-size: 16px;
}

.pagebottom h4, .pagebottom .h4 {
    color: #DF5F2A;
    font-size: 24px;
}

.pagebottom h3, .pagebottom .h3 {
    color: #ccc;
    margin-bottom: 2%;
}

.pagebottom h3 a, .pagebottom .h3 a {
    color: #ccc !important;
}

.pagebottom h3 a:hover, .pagebottom .h3 a:hover {
    color: #c35527 !important;
}

#footerleft {
    width: 25%;
    float: left;
}

#footerright {
    width: 50%;
    float: right;
}

.footercolumn-one {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.footercolumn-two {
    float: left;
    width: 65%;
}

.footercolumn-one a,
.footercolumn-two a {
    display: block;
    margin: 2px 0;
    color: #fff;
}

.footercolumn-one a:hover,
.footercolumn-two a:hover {
    color: #c35527;
}

.halfcol {
    width: 50%;
    float: left;
}

.pubfooter {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.footertext {
    font-size: 11px;
    color: #ccc;
}

.smallfootertext {
    font-size: 11px;
    color: #ccc;
}

.divfooter {
    margin: 0 auto;
}

.packages {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-content: center; }
.packages img {max-width: 100%;}


/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1620px) {
    .slidetext {
        width: 30%;
    }
    .slidetext p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px) {
    h1, .h1 {
        font-size: 32px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
    header {
        height: 145px;
    }
    .iowa {
        max-width: 180px;
    }
    .headaddress p {
        font-size: 18px;
    }
    .headaddress h4, .headaddress .h4 {
        font-size: 24px;
    }
    .slidetext {
        width: 35%;
    }
    .slidetext-left {
        width: 40%;
    }
    .slidetext h2,
    .slidetext-left h2, .slidetext .h2,
    .slidetext-left .h2 {
        font-size: 36px;
    }
    .promocopy {
        padding: 1% 2%;
    }
    #footerleft {
        width: 35%;
    }
    #footerright {
        width: 55%;
    }
    .mapblock {
        width: 68%;
    }
    .mapblock iframe {
        height: 400px;
    }
    .addressstack {
        width: 30%;
    }
	
	
	
	.headtext p {
		left: 40%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}



@media screen and (max-width: 1100px) {
    header {
        height: 130px;
    }
    .iowa {
        max-width: 150px;
    }
    .contactbutton {
        width: 200px;
    }
    .headaddress p {
        font-size: 16px;
    }
    .headaddress h4 {
        font-size: 20px;
    }
    .slidetext {
        width: 40%;
    }
    .slidetext-left {
        width: 45%;
    }
    .slidetext h2,
    .slidetext-left h2,
    .slidetext .h2,
    .slidetext-left .h2 {
        font-size: 32px;
    }
    .slidetext a,
    .slidetext-left a,
    .promotext a,
    .welcomeright a {
        font-size: 16px;
    }
    .promohero {
        width: 41%;
        padding: 1% 2%;
    }
    .promocopy {
        width: 50%;
    }
    .promologo {
        display: none;
    }
    .promotext {
        width: 100%;
    }
    .welcomeleft {
        width: 45%;
    }
    .welcomeright {
        width: 53%;
    }
    #footerright a {
        font-size: 15px;
    }
    .hosted-content h1 {
        font-size: 20px !important;
    }
    .hosted-content h2 {
        font-size: 18px !important;
    }
    .hosted-content h3 {
        font-size: 16px !important;
    }
	.packages {display: grid; grid-template-columns: 1fr 1fr;}
	
}

@media screen and (max-width: 1050px) {
    .slidetext-left {
        width: 55%;
    }
	
	
	.headtext {
		display: none !important;
	}
}

@media screen and (max-width: 800px) {
    header {
        height: 120px;
    }
    .wrapper {
        width: 92%;
    }
    .headlogo {
        max-width: 420px;
    }
    .iowa {
        display: none;
    }
    .contactbutton {
        font-size: 14px;
        padding: 6px 0;
        margin-top: 5px;
    }
    .slidetext,
    .slidetext-left {
        position: relative;
        width: 92%;
        background: #000;
        top: auto;
        display: block;
        text-align: center;
        padding: 2% 4% 4% 4%;
    }
    .slidetext h2,
    .slidetext-left h2,
    .slidetext .h2,
    .slidetext-left .h2 {
        font-size: 30px;
    }
    .slidetext p,
    .slidetext-left p {
        padding-bottom: 1%;
        font-size: 16px;
    }
    .slidetext a,
    .slidetext-left a {
        margin: 0 auto;
        float: none;
    }
    .welcomeleft,
    .welcomeright {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .welcomeright a {
        margin: 0 auto;
        width: 80%;
    }
    #hometext {
        margin-bottom: 2%;
    }
    .logoblock a {
        width: 18%;
    }
    .pagebottom h4, .pagebottom .h4 {
        font-size: 20px;
    }
    .footercolumn-one,
    .footercolumn-two {
        width: 48%;
        margin-right: 2%;
    }
    .halfcol {
        float: none;
        width: 100%;
        display: block;
    }
    #footerright a {
        font-size: 14px;
    }
    .pagetitler {
        text-align: center;
    }
    .inventoryfooter>.pagebottom {
        padding-bottom: 125px;
    }
    .mapblock,
    .addressstack {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .addressstack {
        padding-top: 2%;
    }
    .mapblock iframe {
        height: 250px;
    }
    .addressstack img {
        display: none;
    }
	
	
	.headlogo img{
		max-height: 150px;
		width: auto;
	}
}

@media screen and (max-width: 650px) {
	
	
	.headlogo img{
		max-height: 120px;
		width: auto;
	}
    header {
        height: 70px;
    }
    .contactbutton {
        display: none;
    }
    .headlogo {
        max-width: 300px;
    }
    .headaddress p {
        font-size: 14px;
    }
    .headaddress h4, .headaddress .h4 {
        font-size: 18px;
    }
    .promoslider {
        padding-bottom: 4%;
    }
    .promohero {
        width: 92%;
        padding: 1% 4%;
        display: block;
    }
    .promocopy {
        width: 96%;
        padding: 3% 2% 0 2%;
        display: block;
    }
    .promotext {
        text-align: center;
        margin-bottom: 4%;
    }
    .promotext p {
        padding-bottom: 1%;
    }
    .promocopy a {
        margin: 0 auto;
        width: 80%;
    }
    .logoblock a {
        width: 25%;
    }
    .pagebottom {
        position: relative;
        padding-bottom: 140px;
    }
    #footerleft,
    #footerright {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .footercolumn-one,
    .footercolumn-two {
        width: 50%;
        margin: 0;
    }
    .divfooter {
        position: absolute;
        bottom: 5%;
        width: 92%;
    }
    .inventoryfooter .divfooter {
        bottom: 110px;
    }
    .inventoryfooter>.pagebottom {
        padding-bottom: 220px;
    }
    #formpage .half,
    .commentbox,
    .captchabox {
        width: 100%;
        margin: 0;
    }
	.packages {display: flex; flex-direction: column;}
}

@media screen and (max-width: 480px) {
	
	
	.headlogo{
		margin-top:10px;
		margin-bottom:-10px;
		margin-left: auto;
		margin-right: auto;
    text-align: center;
	}
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
    header {
        height: auto;
        padding: 20px 0 10px 0;
    }
    .headerwrap {
        width: 100%;
    }
    .headlogo {
        position: relative;
        max-width: none;
        width: 96%;
    }
    .headright {
        position: absolute;
        width: 100%;
        top: -20px;
        left: 0;
        right: 0;
        background: #000;
        text-align: center;
    }
    .headaddress h4, .headaddress .h4 {
        padding: 5px 0;
    }
    .headaddress p {
        display: none;
    }
    .slidetext h2,
    .slidetext-left h2, 
    .slidetext .h2,
    .slidetext-left .h2 {
        font-size: 26px;
    }
    .slidetext a,
    .slidetext-left a {
        font-size: 14px;
    }
    .welcome {
        padding: 5% 0;
    }
    .linktitler h3, .linktitler .h3 {
        font-size: 18px;
    }
    .linktitler p {
        font-size: 14px;
    }
    .footercolumn-one,
    .footercolumn-two {
        width: 100%;
        display: block;
        margin: 2% auto;
    }
}

@media screen and (max-width: 400px) {
    .slidetext a,
    .slidetext-left a,
    .promocopy a,
    .welcomeright a {
        width: 100%;
    }
    .linkbox {
        width: 90%;
    }
    .logoblock a {
        width: 35%;
    }
    .pagebottom {
        padding-bottom: 160px;
    }
    .inventoryfooter .divfooter {
        bottom: 90px;
    }
}