/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Merriweather:400,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Merriweather', serif;
	font-size:12px;
}

body{
	background-image: url(https://immanuelbible.church/templates/new_vision/images/s5_central_area.jpg);
}

#wrapper_form {
	min-height:100%;
	position:relative;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}

.require_red {
    outline: 1px solid red;
}


/****************************************************************************/
/*****Menu*******************************************************************/
/****************************************************************************/
/* unvisited link */
a:link {
	color: #387496 !important;
	text-decoration:underline;
}

/* visited link */
a:visited {
	color: #387496 !important;
}

/* mouse over link */
a:hover {
	color: #0000ff !important;
}

/* selected link */
a:active {
	color: #387496 !important;
}


/****************************************************************************/
/*****Head*******************************************************************/
/****************************************************************************/

.open_sans {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #6E6E6E !important;
	text-transform:uppercase;
}

#header {
	position:fixed;
	width:100%;	
	z-index:100;
}

#menu_top_black {
	height:5px;
	width:100%;
	background:#000000;
}

#header_inner_white {
	height: 77px;
	width:100%;
	background-color:#FFFFFF;
}

#home_button {
	float:right;
	height:58px;
	width:68px;
	border:0px solid black;	
	padding-left:16px;
	padding-right:16px;
	padding-top:19px
}
#home_button:hover {

	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}

/******************************************************************************/
/*****Footer*******************************************************************/
/******************************************************************************/

#footer {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

#footer_wrapper{
	margin-top:-3px;
	background: #EFEFEF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%);
	background: linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%);
	-pie-background: linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%);
}

#footer_wrapper_black {
	background-color:#000000;
	color:#FFF;
}

#footer_copyright {
	height: 26px;	
	max-width:911px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top:14px;
	font-size:.67em;
}

#footer_shadow {
	    background: url(https://immanuelbible.church/templates/new_vision/images/s5_breadcrumb_shadow.png) no-repeat top center;
		height:10px;
		max-width:911px;
		margin-left:auto;
		margin-right:auto;
}

#breadcrumb {
	height: 42px;
	max-width:911px;
	margin-left:auto;
	margin-right:auto;	
}

#breadcrumb_text {
	padding-top: 15px;
    font-size: .67em;
    font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}

#top_arrow {
	background: url(https://immanuelbible.church/templates/new_vision/images/s5_scroll_arrow.png) no-repeat top center;
	width: 15px;
    height: 15px;
    float: right;
    margin-left: 15px;
	margin-right:25px;
}

/****************************************************************************/
/*****Page*******************************************************************/
/****************************************************************************/

.text2 {
       font-size: 14px;
}


.verify_content {
	font-size:1.35em;
	margin-top:4px;
	margin-bottom:4px;	
}
#content {
	max-width:700px;
}

#content_wrapper {
	max-width:911px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

#content_spacer {
	height:100px;
	width:100%;	
}

h1 {
	line-height: 30px !important;
    font-size: 1.75em;
    font-weight: 400;	
}

h2{
	margin-top:0px;
	text-transform:uppercase;
	margin-bottom:4px;
	font-size:1.4em;
}

h3{
	margin-top:15px;
	margin-bottom:4px;
    font-weight: 400;
    font-size: 1.29em;
    line-height: 1;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.15em;
    font-weight: 400;
}

h2, h3 {
	font-family: 'Open Sans Condensed', sans-serif;	
}

h1, h2, h3, h4 {
	color: #387496 !important;s	
}

h5, h6 {
        color: #387496 !important;
}

p {
	padding: 5px;
    padding-left: 0px;
    padding-right: 0px;	
	margin-bottom:5px;
}

hr {
height: 0px;
    width: 100%;
    border: 1px solid #aaa;	
}


label, input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea, select {
  border: 1px solid;
  border-color: #ccc;
  margin: 2px;
}


form header {
  margin: 0 0 20px 0; 
}

form header div {
  font-size: 90%;
  color: #999;
}
form header h1 {
  margin: 0 0 5px 0;
}

form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	border: 0px solid;
}

/*For Forms with only a single column*/
/*Around Label*/
form > div.form_single_col > label {
	width: 35%;
	float: left;
	padding-right: 10px;
	text-align:right;
}

/*For Forms with only a single column*/
/*Inside a div*/
/*Around Label*/
form > div > div.form_single_col > label {
	width: 35%;
	float: left;
	padding-right: 10px;
	text-align:right;
}

/*For Forms with two columns*/
/*Around Label*/
form > div.form_double_col > div > div > label {
	width: 28%;
	float: left;
	padding-right: 10px;
	text-align:right;
}
/*For Forms with two columns*/
/*Around Label*/
form > div.form_double_col_radio > div > div > label {
	width: 50%;
	float: left;
	padding-right: 10px;
	text-align:right;
}

/*For Forms with two columns*/
/*Puts Left and Right Columns next to each other*/
form div.form_double_col > div {
	width:50%;
	float:left;
}



/*For Forms with only a single column*/
/*Around Text Box*/
form > div.form_single_col > div {
	width: 55%;
	float: left;
}

/*For Forms with only a single column*/
/*Verify Page only*/
form.verify > div.form_single_col > div,
form.verify > div.form_double_col > div > div > div {
	font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

form.verify > div > div.form_single_col > div {
        font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}


/*For Forms with only a single column*/
/*Inside Div*/
/*Around Text Box*/
form > div > div.form_single_col > div {
	width: 55%;
	float: left;
}

/*For Forms with two columns*/
/*Around Text Box*/
form > div.form_double_col > div > div > div {
	width: 65%;
	float: left;
}

/*For Forms with two columns*/
/*Around Text Box*/
/*No Labels*/
form > div.no_label > div > div > div {
	width: 100%;
	float: left;
}

/*For Forms with two columns*/
/*Around Text Box*/
form > div.form_double_col_radio > div > div > div {
	width: 40%;
	float: left;
}


/*For Forms with two columns*/
/*Around Label and Text Box*/
form > div.form_double_col > div > div {
	width: 100%;
	float: left;	
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password] {
	width: 100%;
	height: 30px;
}

.checkboxes {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}

div.textWrapper > label{
	width:20% !important;
}

div.textWrapper > div{
	width:80% !important;
}



@media screen and (max-width: 600px) {
	/*For Forms with only a single column*/
	/*Move Label To Top and Give Full Screen*/
	form > div.form_single_col > label{
		width: 100%;
		float: none;
		margin: 0 0 5px 0;
		text-align:left;
	}
	
	form.verify > div.form_single_col > label {
		width: 35%;
		float: left;
		margin: 0 0 5px 0;
		text-align:left;
	}
	
	/*For Forms with only a single column*/
	/*Inside a div*/
	/*Around Label*/
	form > div > div.form_single_col > label,
	.textWrapper > label {
		width: 100%;
		float: none;
		margin: 0 0 5px 0;
		text-align:left;
	}
	
  
  	/*For Forms with only a single column*/
	/*Bump Text Box Down and Give Full Screen*/
	form > div.form_single_col > div,
	form > div.form_single_col > fieldset > div,
	.textWrapper > div {
		width: 100% !important;
		float: none;
	}
	/*For Forms with only a single column*/
	/*Bump Text Box Down and Give Full Screen*/
	/*Inside a div*/
	form > div > div.form_single_col > div,
	form > div > div.form_single_col > fieldset > div {
		width: 100% !important;
		float: none;
	}
	
	.hidden_form_element {
		display:none;	
	}
	
	input[type=text],
	input[type=email],
	input[type=url],
	input[type=password],
	textarea,
	select {
		width: 98%; 
	}
	
	/*For Forms with two columns*/
	/*Force Right and Left Columns to Stack*/
	form div.form_double_col > div {
		width:100%;
		float:left;
	}
	
	/*For Forms with two columns*/
	/*Move Label To Top and Give Full Screen*/
	form > div.form_double_col > div > div > label {
		width: 100%;
		float: none;
		margin: 0 0 5px 0;
		text-align:left;
	}
  
  	/*For Forms with two columns*/
	/*Bump Text Box Down and Give Full Screen*/
	form > div.form_double_col > div > div > div {
		width: 100%;
		float: none;
	}
	
	#home_button {
		display:none;	
	}
}
