/*
========================================================================
BLOG :: Body
========================================================================
*/

body {
font-family: 'Open Sans', sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	
	color: #17375d;
}

a {
	color: #17375d;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*
========================================================================
Container
========================================================================
*/
.container
{
	max-width: 1100px;
	margin:0 auto;
	padding-top:50px;
}
*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
/*
========================================================================
BLOG :: Header
========================================================================
*/
header {
	width: 100%;
	height: 70px;
	background-color: #fff;
	top: 0;
	left: 0;
}
article header {
	display:none;
}
.logo {
	display: block;
	max-height: 75px;
	margin: 0 auto;
    clear: right;
}

/*
========================================================================
BLOG :: top call to action
========================================================================
*/
.top-call {
	width: 100%;
	max-height: 490px;
	overflow: hidden;
	background-color: #17375d;
	position: relative;
	
}

.lght-blue {
	display: block;
	left: 0;
	height: 490px;


}

.row_1 {
	font-weight: 700; 
	font-size: 40px; 
	color: #fff;
}

.row_2 {
	
	color: #1996d7;
	font-weight: 300;
	font-size: 20px;
}
.cta {
	width: 75%;
	height: 300px;
	overflow: visible;	
	
  position: absolute;
  top: 250px; left: 25%; bottom: 0; right: 0;
}

.top_text {
	font-family: 'Open Sans', sans-serif;
		text-align: center;
		width: 100%;
	
}

.top_text p {
	width: 600px;
	margin-left: auto;
    margin-right: auto;
}
.btn {
	width:100%;
	margin-top:40px;
}
.btn a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	 -webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #1996d7;
	background-color: #f2faff;
	text-align: center;
	border: solid #1996d7 1.5px;
	text-decoration: none;
	padding: 20px 15px;
	margin: 0 auto;
	display:table;
}

.btn a:hover {
	color: #f2faff;
	background-color: #1996d7;
	text-decoration: none;
}
.btn_submit {
	margin-top: 5px;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #17375d;
	color: #fff;
	height: 50px;
	width: 90px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.btn_submit:hover {
	margin-top: 5px;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #17375d;
	color: #1996d7;
	height: 50px;
	width: 90px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/*
========================================================================
POST :: HES Text
========================================================================
*/

.HES_text {
    font-family: 'Open Sans';
    float: left;
    margin-left: 50px;
    color: #17375d;
}
.HES_1 {
	font-size: 32px; 
	font-weight: 700;
	margin-top:0;
}
.HES_2 {
	font-size: 14px;
	
}
.HES_3{
	
	font-size: 14px; 
	font-weight: 600;
}

/*
========================================================================
BLOG :: form
========================================================================
*/
form {
	background-color: #b8def3;
	display: inline-block;
	float: left;
	margin-left: 0px;
}

.form_container {
	display: block;
	padding: 25px 45px;
}
.error
{
	color:red;
}
.input-field, .input-field3{
	background-color: #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	 -webkit-appearance: none;
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0;
}
.input-field input[type=text], textarea{
	border: 1px solid #1996d7;
	width:100%;
	padding:10px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	 -webkit-appearance: none;
}
.input-field3, .inputBtnSection{
	margin-top:15px;
}

.inputBtnSection{
    display:block;
    vertical-align:top;
    font-size:0;
    font-family:verdana;
}
.disableInputField{
    display:inline-block;
    vertical-align:top;
    margin: 0;
    font-size:14px;
    padding:0 3px;
    background-color: transparent;
    border: 0;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	border: 1px solid #1996D7;
	display: inline-block;
	vertical-align: top;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-appearance: none;
	background-color: #FFF;
	color: #1996D7;
	width: 90%;
	text-align: center;
	cursor: pointer;
}
.uploadBtn{
    display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #1996D7;
	background-color: #FFF;
	padding: 8px 10px;
	line-height: 22px;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.upload {
	font-weight: 700;
	font-size: 13px;
	color: #17375d;
	text-align: center;
}
.file-field.input-field_file1, .file-field.input-field_file2 {
	text-align: center;
	background-color: #b8def3;
}
.file-field.input-field_file1{
	padding-bottom: 0px;
}
	
.form_container {
	padding: 25px 23px;
}
/*
========================================================================
BLOG :: Footer
========================================================================
*/

#blog-foot {
	text-align: right;
	font-size: 10px;
	margin: 50px 30px 20px 0;
}

/*
========================================================================
BLOG :: Page 404
========================================================================
*/

div.page_404 {

}

/*
========================================================================
BLOG :: Pager
========================================================================
*/

#pager {
    font-size: 1.4em;
    margin: 0px auto;
    overflow: auto;
    text-align: center;
    width: 900px;
}

#pager	a.next-page {
	float: right;
	background: #EEE;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#pager	a.prev-page {
	float: left;
	background: #EEE;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/*
========================================================================
Nibbleblog Styles
========================================================================
*/

.nb-code {
	border-style: solid !important;
}

.nb-console {
    background: url("img/console.png") no-repeat scroll 8px 8px #F1F1F1;
    display: block;
    line-height: 24px;
    margin: 5px 0;
    overflow: auto;
    padding-left: 38px;
    white-space: nowrap;
    border: 1px solid #ccc !important;
}





