/*
 * Author - Gate 39 Media
 * www.Gate39Media.com
 *
 */

body{
	font-family: 'Roboto';
	padding-top:60px;
	font-size: 16px;
	line-height: 24px;
	color: #545455;
}

/* --------------------------------------------------------------

	Default styles for Images

-------------------------------------------------------------- */
.entry-content img {
	height: auto;
	margin: 0 0 18px 0;
	max-width: 100%;
}

.alignleft, img.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright, img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
}

.aligncenter, img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.img-shadow{
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.orange{
	color: #ec873d !important;
	font-family: 'Raleway';
	font-size: 24px;
	font-weight: 700;
}

.container { max-width: none !important; width: 819px !important; text-align:left !important; }
.wrap {  -moz-box-shadow: 0px 2px 20px 6px #ededed; -webkit-box-shadow: 0px 2px 20px 6px #ededed; box-shadow: 0px 2px 20px 6px #ededed; padding-left:0 !important; padding-right:0 !important;}
a { color:#ec873d !important; }
.container .col-md-8 { text-align:left !important; }
.headerimg { margin-top:-50px; }
.header { padding-left:0 !important; margin-left:0 !important;}

h1{
	color: #1483c2;
	font-size: 23px;
	padding-top: 0 !important;
	margin-top: 0 !important;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-family: 'Raleway';
	color: #1483c2;
	font-size: 24px;
	padding-top: 0 !important;
	margin-top: 0 !important;
	text-transform: uppercase;
}
h3{
	font-family: 'Raleway';
	color: #1483c2;
	font-size: 16px;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

ul{
	padding-left: 25px;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 32px;
	margin-left: 0;
	list-style: none;
}
ul li{
	list-style-image: url('images/list-style.jpg');
	font-size: 18px;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 16px;
}

.contentwrap{
	padding-top: 20px;
	padding-bottom: 5px;
}

.author{
	background: #f5f5f5;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width: 100% !important;
	padding-top: 32px;
	padding-bottom: 32px;
}
.author .call{
	text-transform: uppercase;
	font-weight: 700;
}
.author p{
	color: #000;
	font-size: 12px;
}
.author h2{
	font-family: 'Raleway';
	font-size: 18px;
	text-transform: none;
	font-weight: 700;
}
.author h3{
	font-family: 'Raleway';
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.author .call a{
	font-family: 'Raleway';
	font-size: 14px;
}

footer{
	margin-top: 40px;
	margin-bottom: 20px;
}
footer p{
	font-size: 15px;
}
.sidebar2{
	background: #fafafa;
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e2e2e2;
	margin-top: 20px;
}
.sidebar2 h2{
	display: block;
	background: #f47732;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding: 8px !important;
	margin-bottom: 0;
}
.sidebar2 .form-wrapper{
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.landing-page .sidebar2{
	padding-bottom: 196px;
}
.landing-page-confirmation .sidebar2{
	padding-bottom: 600px;
}


@media only screen and (max-width:819px) {
body { margin-top:20px; }
.container { max-width: none !important; width: 100% !important; }
.header img, .headerimg { width:102%; }
.col-md-8 { margin-bottom:30px; }
.col-md-4 { width:100%; }
.author img { padding:0 10px 10px 0; }
}

@media only screen and (max-width: 480px) {
body { margin-top:20px; }
.container { max-width: none !important; width: 100% !important; }
.header img, .headerimg { width:104%; }
.col-md-8 { margin-bottom:30px; }
.author img { padding:0 10px 10px 0; }
}
