/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*MOBILE WEBSITE*/
.menu-search {
	background: #0b416f !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.search-form #s {
	background: #999;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#respond input#submit {
	background-color: #0b416f;
	background-image: -moz-linear-gradient(top,#96b9df 0%,#0b416f 100%);
	background-image: -webkit-linear-gradient(top,#96b9df 0%,#0b416f 100%);
	background-image: -ms-linear-gradient(top,#96b9df 0%,#0b416f 100%);
	background-image: -o-linear-gradient(top,#96b9df 0%,#0b416f 100%);
	background-image: linear-gradient(top,#96b9df 0%,#0b416f 100%);
	-moz-box-shadow: inset 0 1px 0 rgba(11,65,111,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(11,65,111,0.5);
	-o-box-shadow: inset 0 1px 0 rgba(11,65,111,0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(11,65,111,0.5);
	box-shadow: inset 0 1px 0 rgba(11,65,111,0.5);
	text-shadow: 0 -1px 0 rgba(11,65,111,0.8);
}

a {
	color: #0b416f;
}

.entry-header, #site-description {
	display: none;
}

#branding, #site-title a {
	display: none;
}

#site-description {
	display: none;
}

#colophon {
	background-repeat: repeat;
	background-position: top center;
	background-image: url(./wp-content/uploads/corrugated_steel_small_repeat.jpg);
}

#site-generator a {
	color: #ffffff;
}

#site-generator {
	background-image: url(./wp-content/uploads/footer-wrapper.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#wrapper {
	background-repeat: repeat;
	background-position: top center;
	background-image: url(./wp-content/uploads/corrugated_steel_small_repeat.jpg);
}

#secondary {
	margin-top: 0;
	display: none;
}

#page {
	margin: .6em .6em 0;
}

a:hover, .entry-title a:hover, .entry-meta .edit-link a:hover, .commentlist .edit-link a:hover, .entry-meta .comments-link a:hover {
	color: #666;
}

.search-form #s {
	color: #fff;
}

.search-form #s::-webkit-input-placeholder {
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
}

.search-form #s:-moz-placeholder {
/* Firefox 18- */
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
}

.search-form #s::-moz-placeholder {
/* Firefox 19+ */
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
}

.search-form #s:-ms-input-placeholder {
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
}

#tele-text *, #mob_footer_copyright * {
	color: #fff;
}

#tele-text {
	background: #0b416f;
	text-align: center;
	text-transform: uppercase;
	margin: .5em .5em 0;
	font-size: 1.25em;
	line-height: 26px;
}

#tele-text p {
	margin-bottom: 0;
	padding-bottom: 5px;
}

#mob_footer_copyright {
	line-height: 1.25;
}

#site-generator a[href="http://wordpress.org/"], #site-generator a[href="https://wordpress.org/"] {
	display: none;
}

nav#access .menu-toggle {
	font-size: 1.5em;
	line-height: 1.5;
}

nav#access .menu-toggle:after {
	margin-top: 1em;
}

#site-generator {
	background-size: 100% 135px;
}

#col-7-2 .colwrapper {
	text-align: center;
}

/* Hide reCaptcha badge */
.grecaptcha-badge {
	display: none;
}