/*******************************************
********************************************
RESPONSIVE STYLES */

/* these could go in main.css...*/
iframe { max-width:100% !important; }
.banner .bg-face, .callout-picture .bg-face {
	background-position:right bottom;
}
/* --- */

@media screen and (max-width: 1366px){
	.unslider .banners li{
		background-size: contain;
	}
}
@media screen and (max-width: 1230px){
	
	#about .cell:nth-child(1),
	#about .cell:last-child{
		display: none;
	}
	#about .cell:nth-child(2){
		width: 100%;
		padding-left: 70px;
	}
	.banner .unslider-arrow.next{
		right: 20px;
	}
	.banner .unslider-arrow.prev{
		left: 20px;
	}
	.banner-text .page .cell{
		padding: 0 70px;
	}
}
@media screen and (max-width: 1100px){
	.unslider .banners li{
		background-size: cover;
	}
	.header-menu .cell.nav-btn,
	.header-menu .cell:last-child{
		width: 85px;
	}
	.sl-container{
		left: 0;
		width: 100%;
	}
	#footer > .page .cell:first-child {
		width: 35%;
		padding-right: 20px;
	}
	#footer > .page .cell:first-child p a{
		white-space: nowrap;
	}
	#about .cell:nth-child(3){
		background-size: contain;
		width: 400px;
	}
}
@media screen and (max-width:1000px) { /* Target Screen Width */

	.content-slider .slick-list{
		padding: 0 10% !important;
	}
	.site-logo a{
		background-position: 10px center;
	}
	.header-menu .cell.logo{
		width: 185px;
	}
	.header-menu .cell.light-blue{
		width: 225px;
	}
	.sign-form{
		padding-right: 20px;
	}
	#menu{
		max-width: 690px;
	}
	.main-nav-menu{
		padding: 30px 50px 30px 30px;
	}
	.nav-menu > li > a{
		font-size: 24px;
	}
	.sb-menu{
		left: 240px;
	}
	.main-content .col-left,
	.employment-form {
		padding: 0 2.5%;
	}
	.main-content .col-right{
		padding-right: 20px;
		width: 33%;
	}
	.rt-banner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.helpful-banner{
		padding-left: 80px;
		background-position: 20px center;
	}
	.manual-banner a{
		padding-left: 70px;
	}
	.manual-banner{
		background-position: 20px center;
	}
	
	#full-callout .message {
		padding:15px 50px;
	}
	
	#search-results ol {
		margin-left:30px;
	}
	
	.nav-arrow > a {
		text-align: center;
	}
	
	.nav-arrow {
		width:40px;
	} 
}
@media screen and (max-width:900px) {
	#about .cell:nth-child(3){
		width: 300px;
	}
	.banner-text h3,
	.banner-text h1{
		font-size: 80px;
		line-height: 80px;;
	}
	.main-title br{
		display: none;
	}
	.main-title{
		padding: 0 20px;
	}
	.header-menu .cell:last-child{
		width: 45px;
	}
	.ev-links a:first-child{
		margin-right: 10px;
	}
	.unslider .banners li{
		background-position: left top;
	}
	.founded-txt{
		top: 200px;
	}
	#events h2{
		padding-left: 20px;
	}
	.ev-links{
		float: none;
		margin-left: 20px;
	}
	#events .slick-prev{
		left: inherit;
		right: 100px;
		top: 40px;
	}
	#events .slick-next{
		left: inherit;
		right: 50px;
		top: 40px;
	}
	#events .slick-prev:hover, #events .slick-next:hover{
		background-color: transparent;
		border-color: #ffffff;
	}
	#events .slick-prev:hover{
		background: url("../images/arrows/sl_sm_left_arr_light.png") no-repeat;
		background-position: center center;
	}
	#events .slick-next:hover{
		background: url("../images/arrows/sl_sm_right_arr_light.png") no-repeat;
		background-position: center center;
	}
	#footer > .page .cell:first-child{
		width: 35%;
	}
	#footer > .page .cell:last-child{
	width:65%;
	}
}

@media screen and (max-width:850px) { /* Tablet View */
	#footer > .page .cell:last-child{
	width:70%;
	}
}

@media screen and (max-width:770px) { /* Tablet View */
	
	/* iOS Clicking Fix */
	body {
		cursor: pointer;
		overflow-y: scroll; /* has to be scroll, not auto */
		overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
	}
	.banner .unslider-arrow{
		opacity: 1;
		visibility: visible;
	}
	.header-menu .cell.light-blue,
	.header-menu .cell.orange,
	.header-menu .cell.blue{
		display: none;
	}
	#header.cell{
		height: 100px;
	}
	.scrolling .site-logo {
		padding:7px 0 7px;
	}
	.site-logo a{
	/* 	height: 100px; */
		background-position: center center;
		background-size:auto 98%;
	}
	.search-box{
		margin-left: 0;
	}
	.mob-show{
		display: block;
	}
	#menu{
		max-width: 90%;
	}
	
	.sub-menu {
		position: relative;
		top:auto;
		left:auto;
		padding-left:0;
	}
	.nav-phone {
		left:0;
	}
	
	.main-nav-menu .cell:last-child .relative {
		padding-top:70px;
	}
	
	.nav-menu > li.hasChild:hover:before{
		content: none
	}
	.nav-menu > li.hasChild:hover .sb-menu{
		display: none;
	}
	.nav-menu > li.active.hasChild:hover .sb-menu{
		display: block;
	}
	.nav-menu > li.hasChild span{
		display: inline-block;
		width: 30px;
		height: 20px;
		background: url("../images/arrows/mob_menu_arr.png") center center no-repeat;
		position: absolute;
		top: 16px;
	}
	.sb-menu{
		position: relative;
		left: 0;
		padding-bottom: 20px;
	}
	.main-content.container{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main-title p{
		padding-bottom: 20px;
	}
	.main-content .col-left,
	.main-content .col-right{
		display:  block;
	}
	.main-content .col-right{
		width: 100%;
		padding: 0 2.5%;
	}
	.main-content .space{
		display: none;
	}
	.rt-banner{
		max-width: 70%;
		margin: 0 auto 20px;
	}
	.story-text h3{
		font-size: 40px;
		line-height: 37px;
	}
	.ev-box.nw .img-box{
		height: 120px;
	}
	.ev-box.nw .ev-text + a{
		visibility: visible;
		opacity: 1;
	}
	#story .cell:first-child h3{
		font-size: 55px;
	}
	
	.contact-info{
		padding: 0 0 20px;
	}
	.contact-info .cell{
		display: block;
		padding: 0 20px !important;
		width: 100% !important;
		text-align: center;
	}
	.contact-info .cell .relative{
		padding: 0;
	}
	.contact-info .cell .relative:before, 
	.contact-info .cell .relative:after{
		content: none;
		
	}
	
	.page-sections > section {
		display: block;
		width:100%;
	}
	.page-sections .add-borders:before,
	.page-sections .add-borders:after {
		width:100%;
		height:1px;
		top:auto;
		bottom:100%;
	}
	.page-sections .add-borders:after {
		top:100%;
		bottom:auto;
	}
	
	.page-sections #matching-gifts {
		position: relative;
	}
	.page-sections #matching-gifts:before {
		content:"";
		display: block;
		width:100%;
		height:1px;
		background-color:#84cfcd;
		position: absolute;
		bottom:100%;
		left:0;
	}
	
	.page-sections > section {
		padding:20px 30px;
	}
	.page-sections > section > a p {
		margin-bottom:5px;
	}
	
	.page-sections > section:nth-child(n+4) {
		margin-top:15px;
	}
	
	#btm_banner{
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer > .page .cell:first-child{
		width: 24%;
	}
	#footer > .page .cell:first-child{
		padding-right: 5px;
	}
	.mrm-logo, .cn-logo, .gs-logo{
		margin-right: 5px;
	}
	
	.employment-agreement li {
		margin-left:0;
	}
	
	#employment .table:not(.confirm) > .cell {
  	display: block;
  	width: 100%;
  	height: auto;
	}
	
	#employment .table:not(.confirm) > .cell + .cell {
  	margin-top: 18px;
	}
	
	#employment > p:not(.note) {
  	margin-top: 18px;
	}
	
	#employment .table:not(.hasRadios) .options {
  	display: block;
  	max-width: 200px;
  	margin-left: 0 !important;
	}
	
	#employment .table:not(.hasRadios) .options + .options {
  	margin-top: 10px;
	}
}

@media screen and (max-width:670px) { /* Phone View */

	#inner .banner {
		height:240px;
	}
	
	#inner .banner > .cell {
	  	background-position: right top;
	}
	
	#timeline-bg {
	  	margin-top: 0px;
	}
	
	#timeline-nav {
	  	margin: 0px;
	  	max-width: 100%;
	}
	
	#timeline-nav > .cell {
	  	display: block;
	  	text-align: center;
	  	width: 100%;
	  	height: auto;
	}
	
	#timeline-nav > .cell:first-child {
	  	display: none;
	}
	
	#timeline-nav .tNav-btn > div {
	  	max-width: 95%;
	    margin: 0 auto;
	    display: block;
	    width: 100%;
	    height: 115px; 
	}
	
	#main > .main-title {
		padding-top:45px;
	}
	
	.main-title p {
		font-size:36px;
		line-height: 1.2;
	}
	
	h1.page-header {
		font-size:64px;
	}
	
	.page-sections {
		padding-top:0;
	}
	
	#main hr {
		margin-top:30px !important;
	}
	
	.banner-text h3,
	.banner-text h1{
		font-size: 60px;
		line-height: 60px;
	}
	#quick_links{
		height: auto;
	}
	#quick_links > .table > .cell{
		display: block;
		height: 580px;
		padding-bottom: 10px;
	}
	#quick_links .cell:first-child{
		padding-right: 0;
	}
	#about .cell:nth-child(3){
		display: none;
	}
	#quick_links{
		padding: 30px 20px;
	}
	#quick_links .cell:last-child{
		padding-left: 0;
	}
	.about-text{
		padding-right: 0;
		text-align: center;
	}
	#about .cell:nth-child(2){
		padding: 30px 20px;
	}
	.ql-box .text-overlay{
		background: rgba(48, 63, 104, 0.8);
	}
	.ql-box .ql-info{
		height: auto;
		opacity: 1;
	}
	#signup{
		height: auto;
	}
	#signup .page .cell{
		display: block;
		text-align: center;
	}
	#signup .page .cell:first-child{
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}
	#signup .sign-form{
		padding: 20px;
	}
	.sign-form input[type="text"]{
		display: block;
		width: 85%;
		margin: 0 auto;
		padding: 12px 10px 12px 0;
		font-size: 16px;
	}
	.sign-form input[type="submit"]{
		color: #84cfcd;
		background-color: #24335a;
		padding: 10px 25px;	
		width: auto;
		border: none;
		margin-top: 20px;
	}
	#story .cell{
		display: block;
		padding: 0;
	}
	#story .cell:first-child {
		width: 100%;
		padding: 30px 20px;
	}
	#story .cell:first-child h3 {
		font-size: 55px;
	}
	#story img {
		display: inline-block;
	}
	.story-text h3 {
		max-width: 100%;
		display: inline-block;
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 32px;
		margin-top: 20px;
	}
	.story-text h3:before {
		position: static;
	}
	#story h2 {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	#story .cell:last-child {
		padding: 0 20px 70px;
	}
	#inner #story .cell:last-chil d{
		padding: 0 20px 30px;
	}
	.story-text h3 br {
		display: none;
	}
	.story-text {
		text-align: center;
		padding: 0;
	}
	.content-slider .slick-list {
		padding: 0 !important;
	}
	#events .slick-prev,
	#events .slick-next {
		top: 85px;
	}
	.ev-box.fb .ev-text {
		opacity: 1;
		visibility: visible;
	}
	.ev-box.fb .bg-gradient {
		background: rgba(20,27,67,1);
		background: -moz-linear-gradient(-45deg, rgba(20,27,67,1) 11%, rgba(20,27,67,0.51) 76%, rgba(20,27,67,0.33) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(11%, rgba(20,27,67,1)), color-stop(76%, rgba(20,27,67,0.51)), color-stop(100%, rgba(20,27,67,0.33)));
		background: -webkit-linear-gradient(-45deg, rgba(20,27,67,1) 11%, rgba(20,27,67,0.51) 76%, rgba(20,27,67,0.33) 100%);
		background: -o-linear-gradient(-45deg, rgba(20,27,67,1) 11%, rgba(20,27,67,0.51) 76%, rgba(20,27,67,0.33) 100%);
		background: -ms-linear-gradient(-45deg, rgba(20,27,67,1) 11%, rgba(20,27,67,0.51) 76%, rgba(20,27,67,0.33) 100%);
		background: linear-gradient(135deg, rgba(20,27,67,1) 11%, rgba(20,27,67,0.51) 76%, rgba(20,27,67,0.33) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b43', endColorstr='#141b43', GradientType=1 );
		opacity: 1;
	}
	
	.employment-app {
		padding-bottom:15px;
	}
	
	.table.employment-form {
		margin:35px auto;
	}
	
	#difference {
		padding: 0 40px;
	}
	#difference h2 {
		line-height: 44px;
	}
	#btm_banner h3 {
		font-size: 46px;
		line-height: 48px;
	}

	#footer > .page .cell:first-child {
		padding-top: 30px;
	}
	#footer > .page .cell {
		display: block;
		width: 100% !important;
		padding: 10px 20px;
		text-align: center !important;
	}
	
	#employment > .table:last-child,
	#employment > .table:last-child > .cell {
		display: block;
		text-align: center !important;
	}
	
	#employment > .table:last-child > .cell .btn {
		float:none !important;
	}
	
	#employment .g-recaptcha {
		display: inline-block;
		margin-bottom:30px;
	}
	
	.education, .employment, .references, .statement {
		padding:20px 0;
	}
	
	#volProfileForm .g-recaptcha + input {
		margin-top:30px;
	}
	
	.contact-gradient {
		padding:50px 0 30px;
	}
	.contact-gradient ul {
		margin-left:0;
	}
	.contact-gradient ul li {
		padding-left:0;
	}
	.contact-gradient ul > li::before {
		content:none;
	}
	
	#volProfileForm {
	  	padding: 0px;
	}
	
	.staff-list > .staff-profile {
		width:46.25%;
	}
	
	.staff-list > .staff-profile:nth-child(3n-1) {
		margin-left: 0;
		margin-right:0;
	}
	.staff-list > .staff-profile:nth-child(n+4) {
		margin-top: 0;
	}
	
	.staff-list > .staff-profile:nth-child(2n) {
		margin-left:7.5%;
	}
	.staff-list > .staff-profile:nth-child(n+3) {
		margin-top: 5%;
	}
	
	.unslider .banners li {
  	background-position: right top;
	}
	#home .banner-text {
	  background-color: rgba(255,255,255,0.7); 
  }
  
  #home .banner-text h3 span {
    text-shadow: 1px 1px 0 #000;
  }
  
  #home .founded-txt {
    top: 170px;
    transform: none;
    right: 0;
    left: 0;
    text-align: center;
  }
  
  #home .banner {
    min-height: 550px !important;
    max-height: 550px !important;
  }
  
  

}
@media screen and (max-width:550px) {
	
	.col-left p img:first-child {
		max-width:215px !important;
	}
	
  #events .container {
    text-align: center;
  }
  
  .ev-links {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 20px !important;
    text-align: center
  }
  #events {
    height: 565px;
  }
  
  #events h2 {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0px 20px !important;
    margin: 0px;
  }
  
  #events .slick-next,
  #events .slick-prev {
    position: static;
    margin-top: 80px;
  }
  
   #events .slick-prev {
     float: left;
     margin-left: 20px;
   }
  
  #events .slick-next {
    float: right;
    margin-right: 20px;
  }
  
  .content-slider {
    padding-top: 0px;
  }
  
  .ev-links a,
  .ev-links a:first-child {
    margin: 0px;
    font-size: 12px !important;
  }
  
  .ev-links a + a {
    margin-left: 10px;
  }
  #footer > .page .cell:last-child{
	width:90% !important;
	padding-left: 100px;

}
  
}
@media screen and (max-width:480px) {
	
	#employment .hasRadios > .cell {
  	text-align: center;
	}
	
	#employment .hasRadios > .cell > p:first-child {
  	text-align: left;
  	margin-bottom: 14px;
	}
	
	#employment #phone {
  	font-size: 100% !important;
  	margin: 0px !important; 
	}
	
	#employment .hasRadios span {
  	display: block;
  	padding: 0px;
  	text-align: left;
  	margin-top: 10px;
	}
	
	.main-nav-menu .table .cell{
		display: block;
		height: auto;
	}
	.menu_logo{
		margin: 0 auto;
	}
	.main-nav-menu .table .cell:first-child{
		width: 100%;
		text-align: center;
	}
	.main-nav-menu .cell:first-child hr{
		display: inline-block;
	}
	.close-menu{
		position: absolute;
		top: 20px;
		right: 20px;
	}
	#phone{
		position: static;
		display: block;
		text-align: left;
		font-size: 22px;
		margin: 20px 0;
	}
	#volProfileForm #phone{
		position: inherit;
		display: inherit;
		text-align: inherit;
		font-size: 100%;
		margin: 0px 0px;
	}
	#volProfileForm td {
		display: block;
	}
	#volProfileForm .address2-wrap,
	#volProfileForm .email-wrap {
		width: 100%;
	}
	#volProfileForm .curChurch-wrap,
	#volProfileForm .pastor-wrap {
		width: 59%;
	}
	.main-nav-menu .cell:last-child .relative{
		padding-top: 0;
	}
	.banner .unslider-arrow{
		display: none;
	}
	.banner-text .page .cell{
		padding: 0 20px;
	}
	.banner-text p{
		max-width: 100%;
	}
	.ql-box .text-overlay{
		padding: 0 20px;
	}
	#difference{
		padding: 0 15px;
	}
	#difference .table .cell:first-child{
		text-align: right;
	}
	#difference .table .cell:nth-child(2){
		width: 60px;
	}
	#difference .table .cell:last-child{
		text-align: left;
	}
	.banner-text .page .cell{
		text-align: center;
	}
	.banner-text h1{
		max-width: 100%;
	}
	#events h2{
		text-align: center;
	}
	#events{
		height: auto;
		padding-bottom: 30px;
	}
	.ev-links a{
		font-size: 14px;
	}
	#difference .table .cell{
		padding-top: 0;
	}
	#difference .table .cell a{
		font-size: 36px;
	}
	#events .slick-prev, #events .slick-next{
		top: 123px;
	}
	#events .slick-next{
		right: 10px;
	}
	#events .slick-prev{
		right: 60px;
	}
	.rt-banner{
		max-width: 90%;
	}
	#inner .banner .page > .cell{
/* 		text-align: center; */
	}
	.banner .bg-face{
/* 		display: none; */
	}
	.banner-text h1 {
		font-size:48px;
	}
	
	#full-callout {
		display: block;
		height:auto;
	}
	
	#full-callout .message {
		padding:25px 30px 15px;
	}
	#full-callout .message .message-content {
		float:none;
	}
	
	#full-callout .message .message-content img {
		margin-bottom:10px;
	}
	
	#full-callout h3 {
		font-size:48px;
		padding-bottom:15px;
	}
	
	#full-callout .message,
	#full-callout .callout-picture {
		display: block;
		width:100%;
	}
	
	#full-callout .callout-picture {
		height:150px;
	}
	
	#difference  .table .cell a {
		font-size:30px;
	}
	#difference .table .cell {
		padding-bottom:40px;
	}
	#difference .table .cell:nth-child(2) { text-align: right; }
	#difference .table .cell:nth-child(3) { text-align: center; }
	
	.rt-banner + .rt-banner {
		margin:25px auto 10px;
	}
	#menu{
		max-width: 100%;
	}
}

@media screen and (max-width:420px) {
	
	#search-results .pagination > li + li {
		margin-left:4px;
	}
	
	.modal-popup.staff h2 {
		font-size:26px;
		text-align: center;
	}
	
	.modal-popup.staff h2 + * {
		text-align: center;
	}
	
	.modal-popup.staff .modal-img {
		float:none;
		display: block;
		margin:10px auto;
	}
	#footer > .page .cell:first-child{
	padding-right: 20px;
	}
	
	#footer > .page .cell:last-child{
	padding-left: 20px;
	width:100% !important;
	}
}

@media screen and (max-width:380px) {
	
	.staff-list > .staff-profile {
		display: block;
		width:90%;
		margin:25px auto !important;
	}
	
	.col-left p img:first-child {
		float:none !important;
		display: block;
		margin:10px auto !important;
	}
	
	.banner .bg-face {
		background-image:none;
	}
	
	#inner .banner .page > .cell{
		text-align: center;
	}
	#inner-banner .banner .bg-face{
		background-image:none;
	}
	
	.nav-menu > li > a {
		padding-right:14px;
	}
	
	#inner .banner > .cell {
	  	background-position: 90% 0px;
	}
	#footer > .page .cell:first-child{
	padding-right: 20px;
	}
#footer > .page .cell:last-child{
	padding-left: 20px;
	width:100% !important;
}

}

