/* Universal Styles*/

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Vollkorn', serif;
}

h1 {
	font-size: 1.75em;
	line-height: 1.25em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.25em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.25em;
}

#privacy #content h3 {
	margin-top: 2rem;
}

p {
	line-height: 1.35em;
	margin-top: 1.25em;
}

p:first-child {
	margin-top: 0;
}

p a {
	color: #FFBF00;
	font-weight: bold;
}

a {
	color: #FFBF00;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

p a {
		color: #FFBF00;
		font-weight: bold;
		text-transform: capitalize;
	}

a:hover {
	color: #CC9900;
}

a.button {
	margin: 1.5em 1.5em 0 0;
}

a.button, input[type=button], input[type=submit] {
	padding: 10px 12px;
	display: inline-block;
	border-radius: 3px;
	color: #FFBF00;
	background-color: transparent;
	border: 3px solid #FFBF00;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
}

a.button:hover,  input[type=button]:hover,  input[type=submit]:hover {
	border: 3px solid #CC9900;
	color: #009900;
}

a.f-button {
	color: #ffffff;
	background-color: #FFBF00;
	padding: 10px 12px;
	display: inline-block;
	border-radius: 3px;
}

a.f-button:hover {
	background-color: #CC9900;
}

span.step {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: 700;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 0.5rem;
}

.section {
	padding: 0px 1.5rem 0px 1.5rem;
}

.r-col {
	background: #FFFFFF;
	border: 1px solid #D6C6C2;
	border-radius: 6px;
	padding: 30px 30px 30px 30px;
	color: #495765;
}

.flex {
	 display: flex;
 }
 
 .v-align {
	 align-items: center;
 }
 
 .left-right {
	 justify-content: space-between;
 }
 
 #content {
	 background-color: #F7F4F3;
	 color: #495765;
 }
 
 #content ul, #discipleship-content ul {
	 list-style-type: disc;
	 padding-left: 1.25em;
	 line-height: 1.35em;
 }
 
 #content li, #discipleship-content li {
	 padding-left: 0.5em;
	 margin-top: 0.75em;
 }
 
 .mountains {
	 background: #00f4f3 url('/img/inspire-mountains.svg') no-repeat bottom center;
	 background-size: 100%;
 }
 
 #footer {
	  background-color: #ffffff;
	  border-top: 8px solid #D6C6C2;
  }

/* Mobile Styles */

#mobile-nav {
	 display: block;
 } 
 
#nav {
	display: none;
}

#mobile-nav .nav-bar {
	  padding-top: 1.25rem;
	  padding-bottom: 1.25rem;
  }
  
#mobile-menu-button {
	background: transparent url('/img/menu.svg') no-repeat center center;
	background-size: cover;
	width: 30px;
	height: 30px;
}
  
#mobile-menu {
	  border-top: 2px solid #D6C6C2;
	  padding: 0.75rem 0 2rem 0;
  }  

#mobile-menu li {
	  margin-top: 1.25rem;
	  text-transform: uppercase;
	  font-weight: 700;
	  color: #D6C6C2;
 }
  
#mobile-menu li > ol li {
	  font-size: 0.85em;
	  margin-left: 1.25rem;
	  margin-top: 0.5rem;
  }
  
#mobile-nav .hide {
	display: none;
}

.columns {
	  display: block;
  }

.col-margin {
	margin-bottom: 2.5rem;
}

.col-margin-sml {
	margin-bottom: 1.5rem;
}

.lg-pad {
	padding: 3.5rem 0rem 3.5rem 0rem;
}

.sm-pad {
	padding: 2.5rem 0rem 2.5rem 0rem;
}

ol#footer-nav {
	display: none;
}

.quarter {
	width: 100%;
}

.mountains {
	padding-bottom: 7rem;
}

#form-menu {
	display: none;
}

a.mobile-form-menu {
	display: block;
	padding: 1rem;
	background: #ffffff url('/img/plus.svg') no-repeat 98% 50%;
	background-size: 26px;
	border: 1px solid #D6C6C2;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 1rem;
}

a.mobile-form-menu.first {
	margin-top: 0;
}

a.mobile-form-menu.active {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: #ffffff url('/img/minus.svg') no-repeat 98% 50%;
	background-size: 26px;
}

.mobile-form-toggle {
	display:none;
}

.contact-form {
	border: 1px solid #D6C6C2;
	border-top: 1px solid #F7F4F3;
	background: #ffffff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 0;
}

div#ape-info {
	 align-items: flex-start;
 }
 
 div#ape-info img {
	 width: 60px;
 }
 
 div#ape-info-text {
	 margin-left: 2rem;
 }
 
 div#ape-info p,  div#ape-info a {
	 font-size: 0.85em;
	 margin-top: 0.5rem;
 }
 
 div#ape-info a {
	display: block;
 }

/* Larger than 840px */

@media only screen and (min-width: 840px) {
	 
	 #mobile-nav {
		 display: none;
	 } 
	 
	 #nav {
		 display: block;
	 }
	 
	 .columns {
		  display: flex;
	  }
	  
	.half {
		width: 50%;
	}
	
	.third {
		width: 33.333333%;
	}
	
	.two-third {
		width: 66.666666%;
	}
	
	.quarter {
		width: 25%;
	}
	
	.col-margin {
		margin-right: 2.5rem;
		margin-bottom: 0;
	}
	
	.col-margin-sml {
		margin-right: 1rem;
		margin-bottom: 0;
	}
	
	#banner .container {
		background: transparent url('/img/banner.jpg') no-repeat top right;
		background-size: cover;
	}
	
	#banner-text {
		width: 60%;
	}
	
	.mountains {
		padding-bottom: 15rem;
	}
	
	a.mobile-form-menu {
		display: none;
	}
	
#form-menu {
	display: block;
}

#form-menu li {
	display: inline-block;
	border-left: 1px solid #D6C6C2;
	border-right: 1px solid #D6C6C2;
	border-top: 1px solid #D6C6C2;
	background: #ffffff;
	margin-right: 0.25rem;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-bottom: -1px;
	padding: 0;
}

#form-menu li:last-child {
	margin-right: 0;
}

#form-menu li a {
	display: block;
	padding: 1rem;
	border-bottom: 1px solid #D6C6C2;
}

#form-menu li a:hover, #form-menu li a.selected {
	border-bottom: 1px solid #ffffff;
}

.mobile-form-toggle {
	display: block;
}

.contact-form {
	border: 1px solid #D6C6C2;
	background: #ffffff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
	
	#action-bar form {
		width: 50%;
	}
 
 ol#footer-nav {
	 display: flex;
 }
 
ol#footer-nav > li {
	margin-left: 40px;	 
	text-transform: uppercase;
	font-weight: 700;
	color: #D6C6C2; 
	padding: 10px 0px 10px 0px;
}

ol#footer-nav > li:last-child {
	padding: 0;
}

ol#footer-nav ol {
	margin-top: 15px;
	font-size: 0.85em;
}

ol#footer-nav ol li {
	margin-top: 10px;
}
	 
}

/* Larger than 950px */

@media only screen and (min-width: 950px) {
	
	.container {
		 max-width: 80%;
		 margin: auto;
	 }
	 
}

.input-wrap {
border: 1px solid #132033;
margin-bottom: 20px;
padding: 8px 12px;
border-radius: 3px;
background: #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
-moz-transition-property: border-color;
-webkit-transition-property: border-color;
-o-transition-property: border-color;
transition-property: border-color;
-moz-transition-duration: 0.1s;
-webkit-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
transition-duration: 0.1s;
-moz-transition-timing-function: linear;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
}

input[type="text"], input[type="email"], textarea {
	border-width: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	outline: none;
}

#nav {
	background-color: #ffffff;
}

#nav ol#menu {
	flex-grow: 1;
	text-align: right;
}

#nav ol#menu li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
	
#nav ol#menu li a {
	display: block;
	padding 10px 0px 10px 0px;
}
	
.dropdown a.top {
	background: transparent url('/img/menu_arrows.svg') no-repeat;
	background-position: 50% -1500%;
	background-size: 6px 100px;
	padding: 40px 0px 40px 0px;
}

.submenu {
	position: absolute;
	margin-left: -20px;
	background-color: #ffffff;
	text-align: left;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	min-width: 190px;
	z-index: 1;
	display: none;
	font-size: 0.85em;
}

.dropdown a:hover {
		background-position: 50% 880%;
	}
	
.dropdown:hover .submenu {
	display: block;
}

#nav ol#menu li ol.submenu li {
	margin: 0px;
}

#nav ol#menu li ol.submenu li a {
	padding: 0px 20px 20px 20px;
	display: block;
}
	
#banner {
	background: #132033;
	color: #F7F4F3;
}

#header {
	background: #132033;
	color: #F7F4F3;
	padding-top: 2rem;
}

#header h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.85em;
	line-height: 1;
}

#quote {
	background-color: #495765;
	border-bottom: 8px solid #D6C6C2;
	color: #F7F4F3;
	text-align: center;
}

#quote blockquote {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.35em;
	font-style: italic;
}

#quote cite {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-weight: 600;
	font-size: 0.75em;
	margin-top: 20px;
	display: block;
}

#discipleship-content ul {
	font-family: 'Lato', sans-serif;
}

#content img, #discipleship-content img {
	width: 100%;
}

#discipleship-content img {
	border-radius: 3px;
	margin-bottom: 1.5rem;
}

#content .r-col a.f-button {
	margin-top: 2em;
	display: block;
	text-align: center;
}

.lede {
	margin-bottom: 2.5rem;
}

.img-back {
	padding: 150px 30px 30px 30px;
}

#meet-rick {
	background: #ffffff url('/img/rick.jpg') no-repeat top center;
	background-size: 544px 150px;
}

#partner {
		background: #ffffff url('/img/donate.jpg') no-repeat top center;
		background-size: 544px 150px;
}

#individuals {
	background: #ffffff url('/img/individuals.jpg') no-repeat top center;
	background-size: 544px 150px;
}

#churches-ministries {
		background: #ffffff url('/img/churches.jpg') no-repeat top center;
		background-size: 544px 150px;
	}
	
#denominations {
		background: #ffffff url('/img/denominations.jpg') no-repeat top center;
		background-size: 544px 150px;
	}
	
#vision {
			background: #ffffff url('/img/vision.jpg') no-repeat top center;
			background-size: 544px 150px;
		}
		
#mission {
		background: #ffffff url('/img/mission.jpg') no-repeat top center;
		background-size: 544px 150px;
	}
 
 #action-bar {
	 background-color: #495765;
	 border-top: 8px solid #D6C6C2;
	 color: #F7F4F3;
	 text-align: center;
 }
 
 .textleft {
	 text-align: left;
 }
 
 #action-bar img {
	 width: 70px;
	 margin-bottom: 1.5rem;
 }
 
.mailing-list {
	text-align: center;
	margin-top: 2rem;
}
 
 #action-bar form {
	display: block;
	text-align: left;
	margin: auto;
 }
 
 #action-bar label {
	 display: block;
	 text-align: left;
	 font-size: 0.75em;
	 font-weight: 700;
	 letter-spacing: 0.1em;
	 text-transform: uppercase;
	 padding-bottom: 6px;
 }
 
#action-bar input[type=button],  #action-bar input[type=submit] {
	 margin-left: auto;
	 margin-right: auto;
	 display: block;
 }
 
#discipleship-content {
	background: #E3EBD3 url(/img/discipleship-gradient.png) repeat-x top center;
}

#discipleship-content h1, #discipleship-content h2, #discipleship-content h3, #discipleship-content p, #discipleship-content a, #discipleship-content span {
	font-family: 'Lato', sans-serif;
}

#discipleship-content h1, #discipleship-content h2 {
	font-weight: 700;
}

.discipleship-box {
	background: #F6F9F1;
	padding: 2rem;
	border-radius: 6px;
	margin-bottom: 2.5rem;
	color: #545C4F;
}

.discipleship-box > h2 {
	border-bottom: 1px solid #6E7F5B;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

form.contact {
	display: block;
	width: 100%;
	margin-top: 2.5em;
}

.contact .formrow {
	margin-bottom: 1.5rem;
	width: 100%;
}

.contact .formrow label {
	display: block;
	text-align: left;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 6px;
}

.contact .formrow .error {
	display: block;
	font-size: 0.65em;
	font-weight: 700;
	text-transform: uppercase;
	background: #EFE9E7;
	padding: 8px;
	color: #DB5461;
	margin-left: 3px;
	margin-right: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.contact-form .col {
	padding: 2rem;
}

.contact-form .shade {
	background: #EFE9E7;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.contact-form .step-title {
	align-items: flex-start;
}

.contact-form .third .step-title {
	margin-bottom: 3rem;
}

.contact-form .third .step-title:last-child {
	margin-bottom: 0;
}

#consulting-form .step-img {
	width: 40px; 
	margin-right: 1.5rem;
}
  
.success-msg {
	  color: #ffffff;
	  padding: 1rem 1rem 1rem 5rem;
	  background: #77966D url(/img/check.svg) no-repeat 1rem center;
	  background-size: 46px;
	 font-weight: 700;
	 border-radius: 3px;
	 margin-top: 1.5rem;
  }
  
.error-msg {
		color: #ffffff;
		padding: 1rem 1rem 1rem 5rem;
		background: #DB5461 url(/img/X.svg) no-repeat 1rem center;
		background-size: 46px;
	   font-weight: 700;
	   border-radius: 3px;
	   margin-top: 1.5rem;
	}
  
  .msg-title {
	  display: block;
	  margin-bottom: 0.5em;
	  text-transform: uppercase;
	  font-weight: 700;
	  
  }
  
  .msg-text {
	  display: block;
	  font-weight: normal;
	  font-size: 0.75em;
  }