@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	letter-spacing:3px;
}
.thanks{
	position:absolute;
	font-family:Muli, sans-serif;
	font-weight:bolder;
	color:white;
	width:100%;
	background-color: rgba(35,136,3,0.66);
	text-align:center;
	top:500px;
}
#mainContainer{
	width:100%;
	height:auto;

}
.header{
	width:100%;
	background-image:url(../images/header.jpg);
	background-size:cover;
	background-repeat:none;
	height:778px;
}
#clear{
	clear:both;
}

div[class*="row-"] {
	margin-top: -12px;
	display: inline-block;
	width: 100%;
	clear:both;
}

.row-orange {
	background-color:#f7941d;
}
.row-blue {
	background-color:#81abd3;
	margin-bottom: -5px;
}
.col-img,
.col-content{
	float: left;
	clear: both;
	width: 100%;
}
/*.col-img.orange {
	display: none;
}*/
@media screen and (min-width: 975px) {
	/*.col-img.orange {
		display: block;
	}*/
	.col-img,
	.col-content{
		clear: none;
		width: 50%;
	}
}
.col-img{
	background-size:cover;
	background-repeat: no-repeat;
	padding-bottom: 50%;
	height: 0;
}
.col-img.orange {
	background-image: url('../images/ian-orange.jpg');
}
@media screen and (min-width: 975px) {
	.col-img.orange {
		padding-bottom: 55%;
	}
}

@media screen and (min-width: 1190px) {
	.col-img.orange {
		padding-bottom: 38%;
	}
}

.col-img.blue{
	background-image: url('../images/ian-blue.jpg');
}
@media screen and (min-width: 975px) {
	.col-img.blue {
		padding-bottom: 30%;
	}
}

.col-content-inner{
	width:95%;
	margin:0 auto;
	padding-top: 45px;
	padding-bottom: 45px;
 	box-sizing: border-box;
 	font-family:Muli, sans-serif;
	font-weight:lighter;
	color:white;
}
@media screen and (min-width: 768px) {
	.col-content-inner{
		width:87%;
		max-width: 700px;
	}
}
.col-content-inner h1{
	font-size:24px;
	letter-spacing:3px;
	margin-bottom: 16px;
}
.col-content-inner h2{
	font-size:18px;
	line-height: 1.3;
	letter-spacing:3px;
  	margin-top: 0;
}
@media screen and (min-width: 975px) {
	.col-content-inner h1,
	.col-content-inner h2{
		margin-top: 10.56%;
	}
	.col-content-inner h2{
		font-size:21px;
	}
}

@media screen and (min-width: 1190px) {
	.col-content-inner h2{
		margin-top: 18.56%;
	}
}
.col-content-inner p{
	font-size:14px;
	margin-bottom: 16px;
	letter-spacing: 1px;
}

/*.col-img,
.col-content {
    position: relative;
    width: 50%;
    padding: 0;
    float: left;
}
div[class*="row-"] .col:nth-child(1) { left: 50%; }
div[class*="row-"] .col:nth-child(2) { left: -50%; }
div[class*="row-"]:before, div[class*="row-"]:after {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 50%;
   width: 50%;
   height: 100%;
   background: #ccc;
}
div[class*="row-"]:after {
   left: 50%;
   background: #eee;
}*/

.inner-fix{
	width:93%;
	margin:0 auto;
}
.inner-fix-wide{
	width:100%;
	background-image:url(../images/ianorange.jpg);
	background-size:cover;
	background-repeat:no-repeat !important;
	padding-top:45px;
	padding-bottom:45px;
	background-color:#f7941d;
	margin-top:-5px;
}
.inner-fix-wide.blue{
	display: inline-block;
	min-height: 388px;
	background-image:url(../images/middle-blue.jpg);
	background-color:#81abd3;
}
.inner-fix-wide.blue h1{
	float: right;
	max-width: 575px;
}
.inner-fix-wide2{
	width:100%;
	height:1715px;
	background-image:url(../images/bg2.jpg);
	background-size:cover;
	background-repeat:no-repeat !important;


}
.ian{
	width: 45%;
	font-family: Muli, sans-serif;
	color: white;
	letter-spacing: 1px;
	font-weight: lighter;
	font-size:14px;
}
.scott{
	font-family:Muli, sans-serif;
	font-weight:lighter;
	font-size:24px;
	color:white;
	letter-spacing:3px;
}
.stock{
	width: 45%;
	font-family:Muli, sans-serif;
	font-weight:lighter;
	font-size:21px;
	color:white;
	letter-spacing:3px;
}
.logo{
	width: 250px;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 280px
}
.logo-bottom{
	width: 199px;
	height: auto;
	margin: 0 auto;


}
.contact{
	font-family:Muli, sans-serif;
	float:left;

}
#Left_column {
    float: left;
    max-width: /*500px*/ 50%;


    }
	.heading{
		font-size:20px;
		color:#f7941d;
		font-family:Muli, sans-serif;
		text-transform:uppercase;
		padding-top:20px;
		letter-spacing:1px !important;
		font-weight:450;
	}
	.longText{
		font-family:Muli, sans-serif;
		font-size:18px;
		font-weight:lighter;
		letter-spacing:0px !important;


	}

#Right_column {
    float: left;
    max-width: 100%;
    width: 50%;
	padding-right:17%;

    }
@media screen and (max-width:1600px){
    #Right_column{width:50%;}
}
	.contactForm{
	width: 80%;
	height: auto;
	margin: 0 auto;
	background-color: rgba(22,90,0,0.87);
	position: relative;
	top: 135px;
	}
	.formus{
	width: 25%;
	margin: 0 auto;
	}
	.inputus{
	height: 40px;
	border: solid;
	border-width:2pt;
	border-color: white;
	background-color: transparent;
	margin-bottom: 25px;
	text-align: center;
	font-family:Muli, sans-serif;
	font-size: 16px;
	color: white !important;
	width: 100%;
	}
	.submitus{
	height: 40px;
	border: none;
	border-color: none;
	background-color:#81abd3;
	margin-bottom: 150px;
	text-align: center;
	font-family:Muli, sans-serif;
	font-size: 16px;
	color: white !important;
	width: 100%;
	text-transform:uppercase;
	-webkit-appearance: none;
    border-radius: 0;
	}
	.disclaimer{
		font-family:Muli, sans-serif; font-weight:lighter; color: #92b07a; font-size: 17px; width:95%; margin:0 auto; margin-top:55px; padding-bottom:10px; letter-spacing:0px;
	}


@media screen and (max-width: 1432px){
	#Right_column {
    float: left;
    max-width: 390px;
	padding-right:16%;

    }
}

@media screen and (max-width: 1138px){
	.inner-fix{
		width:95%
	}
	#Right_column {
    float: left;
    max-width: 390px;
	padding-right:5%;

    }

}


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

#Bg_container {
	width: 320px;
	margin: 0 auto;
	}

	#Left_column {
    float: none;
    }

#Right_column {
    float: none;
    }
	.ian{
		width:99%%;

	}
	br{
		display:none;
	}

	.formus{
	width: 60%;
	margin: 0 auto;
	}
	.inputus{
	height: 40px;
	border: solid;
	border-color: white;
	border-width:1pt;
	background-color: transparent;
	margin-bottom: 25px;
	text-align: center;
	font-family:Muli, sans-serif;
	font-size: 16px;
	color: white !important;
	width: 100%;
	}
	.submitus{
		height: 40px;
	border: none;
	border-color: none;
	background-color:#81abd3;
	margin-bottom: 150px;
	text-align: center;
	font-family:Muli, sans-serif;
	font-size: 16px;
	color: white !important;
	width: 100%;
	text-transform:uppercase;
	}
	.heading{
		font-size:20px;
		color:#f7941d;
		font-family:Muli, sans-serif;
		text-transform:uppercase;
		padding-top:35px;
		letter-spacing:1px !important;
		font-weight:450;
		padding-bottom:30px;
	}

	.scott{
	font-family:Muli, sans-serif;
	font-weight:lighter;
	font-size:24px;
	color:white;
	letter-spacing:3px;
	padding-top:15px;
}

	}

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

.ian{
		width:90%;

	}
	br{
		display:none;
	}
	.heading{
		font-size:20px;
		color:#f7941d;
		font-family:Muli, sans-serif;
		text-transform:uppercase;
		padding-top:35px;
		letter-spacing:1px !important;
		font-weight:450;
		padding-bottom:30px;
	}
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    white;
}
.pc{
	color: white;
	font-family:Muli, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform:uppercase;
	font-weight:lighter;
}

/*
     FILE ARCHIVED ON 13:19:20 Nov 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:42:55 Jul 29, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 45.048 (3)
  esindex: 0.006
  captures_list: 61.475
  CDXLines.iter: 10.066 (3)
  PetaboxLoader3.datanode: 92.371 (5)
  exclusion.robots: 0.121
  exclusion.robots.policy: 0.113
  RedisCDXSource: 3.967
  PetaboxLoader3.resolve: 814.255 (2)
  load_resource: 912.607
*/
div.wpcf7 {
	    width: 25%;
	    margin: 0 auto;
	    text-align: center;
	}
div.wpcf7 label,
div.wpcf7 label span,
div.wpcf7 label span input[type="text"],
div.wpcf7 label span input[type="email"],
div.wpcf7 label span textarea{width: 100%;color:#ffffff;}
div.wpcf7 label span textarea{height: 120px;}
div.wpcf7 label span input[type="text"],
div.wpcf7 label span input[type="email"]{margin-bottom: 0.8rem;}
footer{display: none;}
@media screen and (max-width:1000px){
    div.wpcf7{width:55%;}
}
@media screen and (max-width:767px){
    .site-header{display:none;}
}
@media screen and (max-width:680px){
    div.wpcf7{width:85%;}
}