/* CSS Document */
html {
	height: 100%
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #302c2d;
	font-weight: 600;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	color: #e1ab25;
	text-decoration: none;
	font-weight: 900;
}
a:hover {
	color: #d02027;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 0px;
}
p {
	margin-bottom: 6px;
	margin-top: 6px;
}
.button, input[type=button], input[type=submit] {
	background-color: #fad406;
	color: #1c2942;
	font-size: 18px;
	font-weight: 900;
	width: auto;
	height: 12px;
	padding: 10px 30px 20px 30px;
	display: inline-block;
	margin-top: 10px;
}
.button:hover, input[type=button]:hover, input[type=submit]:hover {
	background-color: #d02027;
	color: #fff;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}
input[type=button], input[type=submit] {
	padding-bottom:30px;
	margin-top:20px;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.topnav {
	background-color: #1c2942;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	width: 100%;
	z-index: 4;
	top: 0;
}
.topnav a {
	color: #fff;
	font-weight: 700;
}
.topnav a:hover {
	color: #fad406;
}
.topnav a.home {
	color: #fad406;
}
.topnav a.home:hover {
	color: #fff;
}
.topnavlinks {
	text-align: right;
	float: right;
	display: flex;
	justify-content: space-between;
	width: 80%;
}
.hero {
	height: 330px;
	width: 100%;
	background: url(../templates/img/hero-silo.jpg);
	background-size: cover;
	margin-top: 40px;
	position:  relative;
}
img.mrsilohero {
	z-index: 1;
	width: 227px;
	margin-left: 20px;
	margin-top: 20px;
}
.hero > .buttonframe {
	position: absolute;
	top: 65px;
	background: none;
	width: 292px;
	height: 82px;
	margin-left: 20px;
}
.hero > .contactinfo {
	position: absolute;
	top: 73px;
	left: 580px;
	background: none;
	width: 292px;
	height: 82px;
	margin-left: 0px;
}

.contactinfotext {
	color: #1c2942;
	font-size: 25px;
}

.contactinfotext a{
	color: #1c2942;
}

#contactinfosub {
	position: absolute;
	top: 40px;
	text-align: right;
	width: 98%;
	font-size: 14px;
}

#contactinfosub a
{
	color: #1c2942;
	font-weight: 100;
	text-decoration: none;
}

.buttonframe > .button {
	background: none;
	width: 262px;
	height: 52px;
	border: solid #fad406 1px;
	border-radius: 8px;
	padding: 14px;
	font-size: 25px;
	color: #fad406;
	font-weight: 900;
	line-height: 1;
	margin: 0;
}
.hero > .buttonframe:hover > .button {
	background-color: #fad406;
	color: #1c2942;
	width: 190px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.buttonframe > .button:hover > img {
}
.buttonframe > .button > img {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 50px;
}
.heromessage {
	color: #fff;
	font-size: 53px;
	font-weight: 900;
	line-height: .85;
	border-top: 8px solid #fad406;
	background: url(../templates/img/blue-texture.jpg);
	background-size: cover;
	padding: 14px 0 14px 280px;
}
.beforeafter1, .beforeafter2 {
	display: inline-block;
	width: 50%;
	margin: 0;
	height: 300px;
	float: left;
}
.beforeafter1 {
	background-image: url(../templates/img/beforeafter-damaged-silo.jpg);
	background-size: 130%;
	background-position: -130px center;
}
.beforeafter2 {
	background-image: url(../templates/img/beforeafter-repaired-silo.jpg);
	background-size: 150%;
	background-position: -180px center;
}
.beforeafter1 span, .beforeafter2 span {
	font-size: 34px;
	color: #fad406;
	font-weight: 900;
	text-align: center;
	background: rgba(28, 41, 66, 0.69);
	display: block;
	padding: 0;
	line-height: 1;
	margin-top: 20px;
}
.homebody {
	background-image: url(../templates/img/white-texture.jpg);
	background-size: 100%;
	background-repeat: repeat;
	display: table;
}
.homebody .image1, .homebody .image2 {
	width: 50%;
}
.homesections {
	background-image: url(../templates/img/white-texture.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	width: 50%;
}
.sectioneven, .sectionodd {
	padding: 36px;
}
.sectionodd {
	background-color: rgba(255,255,255,0.50);
}
h2 {
	font-weight: 900;
	color: #1c2942;
	font-size: 24px;
}
h3 {
	font-size: 16px;
	font-weight: 900;
	color: #43454e;
}
.blueframe {
	width: 50%;
	padding: 10px 0 20px 0px;
	text-align: center;
	margin: 0;
	background: #1c2942;
	margin-top: -1px;
}
.blueframe a.button {
	color: #fad406;
	border: solid 4px #fad406;
	padding: 4px 30px 12px 30px;
	background: none;
}
.blueframe a.button:hover {
	color: #1c2942;
	background: #fad406;
}
.footer {
	color: #fff;
	background: #1c2942;
	text-align: center;
	padding-bottom: 30px;
	font-size: 14px;
}
.footer a {
	color: #fff;
	font-weight: 700
}
.footer a:hover {
	color: #fad406;
}
.footer img {
	margin-top: 80px;
	margin-bottom: 10px;
	width: 198px;
}
.footer .copywrite {
	font-size: 12px;
	padding-top: 20px;
	display: block;
}
.boilerplate {
	padding: 20px;
}
.subpage h1 {
	background: #fad406;
	color: #1c2942;
	font-size: 32px;
	padding-left: 260px;
	margin-top: 40px;
	margin-top: 80px;
	font-weight: 900;
}
.subpage img.mrsilohero {
	margin-left: 0;
	position: absolute;
	top: 40px;
}
.WYSIWYG {
	margin-left: 260px;
	margin-top: 20px;
	max-width: 700px;
	min-height: 300px;
	margin-bottom: 100px;
}
h4, label {
	font-size: 14px;
	font-weight: 900;
	color: #929292;
	margin-top: 20px;
	margin-bottom: 6px;
	display: block;
}
input {
	background: rgba(11, 30, 81, 0.13);
	height: 30px;
	color: #000;
	padding: 0 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	width: 90%;
}
input[type="text"] {
	border: none;
	border-bottom: solid 2px #c9c9c9;
	transition: border 0.3s;
}
input[type="text"]:focus, input[type="text"].focus {
	border-bottom: solid 2px #969696;
}

textarea {
	background: rgba(11, 30, 81, 0.13);
	color: #000;
	padding: 0 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}


.formitem {
	display:inline-block;
	width:40%;
	min-width:280px;
	min-height: 80px;
	vertical-align: top;
}

.silotype {
	width: 120px;
	text-align: center;
	border: solid 1px lightgray;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 4px;
	height: 160px;
	float: left;
}

.silotype > div > img {
	height: 100px;
	margin-top: 10px;
}

.silotype2 {
	width: 120px;
	text-align: center;
	border: solid 1px lightgray;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 4px;
	height: 160px;
	float: left;
}

.silotype2 > div > img {
	width: 80px;
	margin-top: 10px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ytp-hide-controls .ytp-watermark {
    display: none;
}
.WYSIWYG ul, .WYSIWYG ol {
	padding: 0 0 0 20px;
    font-size: 95%;
    line-height: 100%;
}
.WYSIWYG li {
	margin-bottom: 4px;
}

#blogimg {
	width: 100%;
	max-width: 150px;
	margin-top: 10px;
}

/* Blog */
.main_blog_title {
	/*font-family: Raleway;*/
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	color: rgba(88,130,163,1);
	margin-bottom: 30px;
}

.main_blog_title a{
	color: rgba(88,130,163,1);
	text-decoration: none;
}

.main_blog_title a:hover{
	color: rgba(88,130,163,1);
	text-decoration: underline;
}

.main_blog_author_text {
	/*font-family: proxima-nova;*/
	font-size: 18px;
	line-height: 22px;
	color: rgba(29,31,80,1);
	font-weight: bold;
	text-align: left;
	padding-bottom: 25px;

}
.main_blog_text {
	/*font-family: proxima-nova;*/
	font-size: 16px;
	line-height: 26px;
	color: rgba(111,122,143,1);
	text-align: left;
}

.main_blog_text a{
	color: #f9a811;
	text-decoration: none;
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}

.main_blog_text a:hover{
	color: #f9a811;
	text-decoration: underline;
}


hr.blogbreak {
    border-top: 2px solid #f9a811;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

	#blog_selection_box_lg {
		position: relative;
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#blog_selection_lg {
		position: relative;
		border-radius: 25px;
		background-color: rgba(113,122,141,1);
		color: #FFF;
	}
	
	#blog_selection_lg_left {
		float: left;
		width: 45%;
		margin-left: 5%;
		margin-top: 5px;
	}

	#blog_selection_lg_right {
		float: left;
		margin-top: 5px;
		width: 45%;
	}
	
	#archive_links_box {
		display: flex;
		width: 50%;
		justify-content: space-between;
		font-size: 20px;
		/*font-family: proxima-nova;*/
		line-height: 35px;
		margin-bottom: 20px;
	}
	
	#archive_links_box a{
		color: #f9a811;
		text-decoration: none;
	}

	#archive_links_box a:hover{
		color: #f9a811;
		text-decoration: underline;
	}

	#column1_lg {
	}

	#column2_lg {
	}

	#column3_lg {
	}

	#cat_links_box {
		display: flex;
		justify-content: space-between;
		font-size: 20px;
		/*font-family: proxima-nova;*/
		line-height: 35px;
		margin-bottom: 20px
	}
	
	#cat_links_box a{
		color: #f9a811;
		text-decoration: none;
	}

	#cat_links_box a:hover{
		color: #f9a811;
		text-decoration: underline;
	}

	#column1_cat_lg {
	}

	#column2_cat_lg {
		margin-left: 20px;
	}
	
	#archive_title_lg {
		color: #FFF;
		font-weight: bold;
		font-size: 28px;
		/*font-family: Raleway;*/
		line-height: 42px;
		margin-top: 20px;
	}
	
	#cat_title_lg {
		color: #FFF;
		font-weight: bold;
		font-size: 28px;
		font-family: Raleway;
		line-height: 42px;
		margin-top: 20px;
	}


.prevnextlink {
	/*font-family: proxima-nova;*/
	font-size: 16px;
	line-height: 26px;
	color: rgba(111,122,143,1);
}

.prevnextlink a{
		color: #f9a811;
		text-decoration: none;
}

.prevnextlink a:hover {
		color: #f9a811;
		text-decoration: underline;
}
