﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: 14px;
    font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background: url(/Images/bg.jpg) repeat center top;    
    width: 100%;    
}

.echurch
{
    background: url(/Images/Echurch-Welcome-Slide.jpg);   
    width: 100%; 
    height: 100%;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #fe9e0c;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.rightNavColumn li 
{
    margin-left: 0;
    margin-right: 10%;
    margin-top: .5em;
    margin-bottom: .5em;    
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.lwcc_south_serviceTime {
    transition: all .2s ease-in-out;
    padding:15px 20px 10px 20px; 
    background-color:White; width:20%; 
    border-radius: 10px; 
    webkit-box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    margin-top:10px;
}

.lwcc_south_locationBody 
{
    transition: all .2s ease-in-out;
    height:100%;
    webkit-box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    width:100%;
}

.lwcc_south_locationBody:hover 
{
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}


.lwcc_south_title {
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
    padding-left:60px;
    padding-right:40px;
}

.pastorContact 
{
    position:relative;
    font-size:30px;
    color:White;
    top: 55px;
}

@media only screen and (min-width: 1517px) {
    .gmap_canvas 
    {
        width:75%;
    }
    
}

.btn.pastorButton 
{
    transition: all .2s ease-in-out;
    webkit-box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    background-color: #2b2e2e;
    color: #e0f6ff;
    border-radius: 6px;
    border:2px solid #e0f6ff;
}

.imageBanner 
{
    webkit-box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
}

.btn.pastorButton:hover {
    background-color: #e0f6ff;
    color: #2b2e2e;
    border-radius: 6px;
    border:2px solid #2b2e2e;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}



.aboutPastor 
{
    webkit-box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px -10px rgba(0,0,0,.1);
    margin: 10px 30px 20px 30px;
    background-color:White; 
    border-radius:8px;
    
}

.quote {
    font-size: 75px;
    position:relative;
       
}

.winstonQuote 
{
    position:relative;
    font-size:2em;
    top:40px;
}

.lwcc_south_serviceTime:hover 
{
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.page
{

}

.hdrutilitynav
{
    position: relative;
	z-index: 50;
    margin: 0px;
    padding: 0px; 
    height: 28px;
    color: #bababa;
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 12px;
    line-height: normal; 
    width: 100%;
    background: url(/Images/bg_hdr_main.jpg) repeat center top;   
}
.hdrutilitynavwrapper
{
    height: 28px;  
    width: 960px;
    margin: 0 auto;
}

.hdrutilitynavLive
{
    float: left; /* Sets this column to the right inside its section*/
    /*width: 43%;*/
    width: 344px;
    height: 28px;
}
.hdrutilitynavLinks
{
    float: right; /* Sets this column to the right inside its section*/
    /*width: 57%;*/
    width: 616px;
    height: 28px;
}

#utilityMenu
{
    font-family: Helvetica, Georgia, 'Times New Roman' , Times, serif;
    font-size: 13px;
    height: 28px;
    z-index: 2;
    margin: 0;
    padding: 0;
}
#utilityMenu ul {
    margin-right: -3em;
    margin-top: -1em;
    list-style: none;
}
#utilityMenu ul li {
  display: block;  
  float: right; 
}
#utilityMenu li ul 
{ 
    display: none; 
    background: url(/Images/bg_hdr_utility_white_box.gif); 
    opacity:0.9;
    filter:alpha(opacity=80);    
    z-index: 71;
    text-align: left;  
    width: auto;  
    margin-top: 0em;   
}
#utilityMenu ul li {
  margin-left: -3em;
  margin-right: 3em;
}

#utilityMenu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap; 
  left: -15px;
  margin: 0;
padding: 0;
}
#utilityMenu ul li a:hover 
{ 
    /*color: #617F8A;*/ 
    background: url(/images/bg_hdr_main.jpg);
    color: #ffd660;      
}
#utilityMenu li li a
{
  padding: 3px 0 3px 0;
  margin-left: 1px;
  float: left;
}
#utilityMenu li:hover ul {
  display: block;
  position: absolute;
}
#utilityMenu li:hover li {
  float: none;
  font-size: 13px;
}
#utilityMenu li:hover a 
{ 
    /*color: #617F8A; */
    color: #20938f;
    }
#utilityMenu li:hover li a:hover 
{ 
    /*background: #95A9B1; */
    background: url(/images/bg_hdr_utility_hover.jpg);
    width: 100%;
    }

.hdrlogo
{
    position: relative;
    margin: 0px;
    padding: 0px; 
    /*height: 139px;*/
    height: 100px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    background: url(/Images/bg_hdr_hdrlogo.jpg) repeat center top;
}
.hdrlogowrapper             
{        
    width: 960px;
    margin: 0 auto;
}
.hdrlogoRight
{
    float: right; /* Sets this column to the right inside its section*/
    width: 650px;
}
.hdrlogoLeft
{
    float: left; /* Sets this column to the right inside its section*/
    width: 310px;
    margin-top: 25px;
}

#secondaryMenu
{
    font-family: Helvetica, Georgia, 'Times New Roman' , Times, serif;
    font-size: 14px;
    text-indent: 8px;
    float: right;
    /*background: url(/Images/bg_hdr_secondaryMenu.png) no-repeat;*/
    width: 640px;
    height: 60px;
    margin: 0px;
}
* html #secondaryMenu
{
    overflow: visible;
}
#secondaryMenu ul
{
    margin: 0;
    padding: 0 0 0;
    list-style: none;
    text-align: right;
}
#secondaryMenu li
{
    margin: -1px 0 0;
    padding: 0 0 1px;
    float: left;
}
#secondaryMenu li a
{
    display: block;
    display: inline-block;
    width: auto;
    padding: 15px 3px 0 0;
    color: #011f28;
    text-decoration: none;
}
#secondaryMenu li a:hover
{
    color: #ffd660;
}

.hdrmainnav
{
    position: relative;
	z-index: 2;
    margin: 0px;
    padding: 0px; 
    /*background: url(/Images/bg_hdr_main.jpg) repeat center top;
    width: 100%;*/
    height: 30px;
    width: 100%;    
    background: url(/Images/bg_hdr_main.jpg) repeat center top;
}
#mainMenu
{
    font-family: Helvetica, Georgia, 'Times New Roman' , Times, serif;
    font-weight: bold;
    font-size: 15px;
    position: relative;
	z-index: 61;
	text-align: center;
	width: 960px;
    margin: 0 auto;    
}
#mainMenu ul {
    margin: 0;
    padding: 1px 0 0;
    list-style: none;
    text-align: left;	
    text-transform: uppercase;
}
#mainMenu ul li {
  display: block;
  float: left;
}
#mainMenu li ul  
{
    display: none; 
    background: url(/Images/bg_hdr_utility_white_box.gif) ; 
    opacity:0.8;
    filter:alpha(opacity=80);
    }
#mainMenu ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  margin-left: 1px;
  white-space: nowrap;
}
#mainMenu ul li a:hover  
{
    /*background: #617F8A; */
    background: url(/images/bg_hdr_main_hover.jpg);
    color: #ffd660;
    }
#mainMenu li:hover ul {
  display: block;
  position: absolute;
}
#mainMenu li:hover li {
  float: none;
  font-size: 11px;  
}
#mainMenu li:hover a 
{ 
    /*background: #617F8A; */
    color: #20938f;
}
#mainMenu li:hover li a:hover  
{
    /*background: #95A9B1; */
    background: url(/images/bg_hdr_main_hover.jpg);
    }

#searchBar {
		text-align: right;
		line-height: 30px;
		height: 38px;
		padding: 8px;
	}
		#searchBar span.textbox {
			display: inline-block;
			height: 38px;
			width: 170px;
			background: url(/images/searchBar_textbox.png) no-repeat left top;
			vertical-align: middle;
			margin-right: -1em;
			margin-top: 1px;
		}
			#searchBar span.textbox input {
				width: 146px;
				background: none;
				border: 0;
				font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				color: #939598;
				font-size: 12px;
				margin-top: -1em;
				padding-left: 20px;
			}
		#searchBar a.goButton {
			display: inline-block;
			height: 38px;
			width: 37px;
			background: url(/images/searchBar_goButton.png) no-repeat left top;
			vertical-align: middle;
			margin-top: 1px;
		}
			
		

/*.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}*/

.rightNavColumn
{
    float: right;
    width: 717px; /*Width of left column*/
    padding: 0 0 0 20px;
}
.leftNavColumn
{
    float: left;
    width: 213px; /*Width of left column*/
    padding: 0 10px 0 0;
}
div.leftNavMainItem
{
    background: url(/Images/leftNavMainItem.jpg) no-repeat left top;
    /*background-color: Black;*/
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-weight: bold;
    font-size: 15px;
    height: 51px;
    padding-top: 15px;
    text-indent: 15px;  
    text-decoration: none;  
    margin-bottom: 0px;
overflow:hidden;
}
div.leftNavMainItem li
{
    list-style: none;
}
div.leftNavMainItem li a
{
    text-decoration: none;
    color: #ffffff;
}
div.leftNavMainItem li a:hover
{
    color: #fe9e0c;
    text-decoration: none;
}
.leftNavSubItem
{
    background: #f0f1f5;
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-weight: bold;
    color: #133551;
    font-size: 13px;
    height: auto;
    text-indent: 15px;
}
.leftNavDetailItem
{
    /*background: #e8e8e8;*/
    background: url(/images/bg_leftNavDetailItem.jpg) no-repeat left top; 
    height: auto;
}
.leftNavDetailItem ul
{
   /*list-style-image:url(/Images/leftNavArrow.jpg);*/
   list-style: none;
   -webkit-padding-start: 15px; 
   -moz-padding-start: 15px;
   padding-left: 15px;
}
.leftNavDetailItem ul li
{
   padding-bottom: 5px;   
}
.leftNavDetailItem ul li a
{
   color: #1f907e;
   font-size: 13px;    
   text-decoration: none;   
}
div.leftNavDetailItem li a:hover
{
    color: #fe9e0c;
    text-decoration: none;
}
.leftNavDetailItem_divider
{
    /*background: #e8e8e8;*/ 
    background: url(/images/bg_leftNavDetailItem_divider.png) no-repeat left top; 
    height: 12px;
}

.contentWrapper
{       
    width: 100%;
    overflow: hidden;
    background: url(/Images/bg.jpg) repeat center top;
}
.contentColumn
{
    background: #f3f4f8;
    /*background: #000;*/
    width: 960px;
    margin: 0 auto;    
}
.contentColumn2
{
    float: left;
    width: 760px;
    background: #f3f4f8;
}
.innerContentWrapper
{
    width: 747px;
}
.innerContentWrapper2
{
    /*padding: 15px 15px 5px 15px; */
    padding: 0 0 0 0;
    width: 960px;
 }
 
.rightNavColumn a
{
    /*color: #bababa;*/
    color: #32928e;
}
.rightNavColumn a:hover
{
    color: #fe9e0c;
}
 
.innerContentLeft
{
    width: 550px;
    float: left;
    padding: 0 0 0 15px;
}
.innerContentRight
{
    width: 200px;
    float: right;
    padding: 0 0 0 15px; 
}
.innerContentLeftLogo
{
    width: 125px;
    height: 125px;
    float: left;
}
.innerContentLeftHeader
{
    width: 325px;
    height: 125px;
    float: right;
}
.inner
{
    /*padding: 15px 15px 15px 15px;*/
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    color: #444547;
}
.innerWhiteText
{
    color: #ffffff;
}
.innerLeftNav
{
    padding: 5px 5px 5px 5px;
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-weight: bold;
    margin:0px;
} 
.innerHeader h1
{
    /*padding: 15px 15px 15px 15px;*/
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #00284a; 
}
.innerHeaderSub
{
    /*padding: 0 0 0 15px;*/
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #b4a89a; 
}
.innerNav
{
    list-style-type: none;
}
.innerNav a
{
    /*padding: 5px 5px 5px 5px;*/
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-weight: bold;
    text-decoration: underline;    
    color: #1f907e;
} 
#adsWrap
{
    width: 100%;
    overflow: hidden;
    background: url(/Images/bg.jpg) repeat center top;
}
#ads
{
    /*background: url(/Images/bg.jpg) repeat center top;
    width: auto;  
    padding-left: 10%;
    padding-right: 10%;*/
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}
#verseWrap
{
    /*width: auto;  
    padding-left: 10%;
    padding-right: 10%;*/
    width: 100%;
    overflow: hidden;
    background: url(/Images/bg.jpg) repeat center top;
}
#verse
{
    /*width: 960px;
    padding: 10px 0px 10px 0px;*/
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    color: #002c52;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    font-weight: bold;
}
#verse p
{
    padding: 0;
}

#footerWrap
{
    width: 100%;
    height: 476px;
    overflow: hidden;
    /*background: url(/Images/bg_footer.jpg) repeat center top;*/
    background: url(/Images/bg.jpg) repeat center top;
    
}
#footerLine
{
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: url(/Images/bg_footer_line.jpg) repeat center top;
}
#footer
{
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    font-family: Helvetica, 'Arial';
    font-size: 12px;
    line-height: 18px;
    /*color: #bababa;*/
    color: #002c52;
}
#footer a
{
    /*color: #bababa;*/
    color: #32928e;
    text-decoration: none;
}
#footer a:hover
{
    color: #fe9e0c;
}
#footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 22px;
}
#footer li
{
    /*display: inline;*/
    padding: 0 6px 0 7px; /*background: url(/Images/footer_ul.gif) no-repeat left center;*/
}
#footer ul > :first-child
{
    background: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    /*color: #ffffff;*/
    color: #002c52;
}
#footer ul > :first-child a
{
    /*color: #ffffff;*/
    color: #002c52;
}
#footer p
{
    padding: 0;
}

#section1
{
    float: left; /* Sets this section to the left */
    width: 394px;
}
#column1
{
    float: left; /* Sets this column to the left inside its section */
    width: 197px;
}
#column2
{
    float: right; /* Sets this column to the right inside its section*/
    width: 197px;
}
#section2
{
    float: right; /*Sets this sectionto the right */
    width: 566px;
}
#column3
{
    float: left; /* Sets this column to the left inside its section */
    width: 237px;
}
#column4
{
    float: right; /* Sets this column to the right inside its section*/
    width: 329px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.amount 
{
    width: 90%;
    margin-top:7px;

}

input.totalAmount 
{
    width: 90%;
    margin-top:7px;
}

select#ctl00_cph_master_MainContent_ddlBillingContry 
{
    width: 48.5%;
    padding:4px;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* style for countdown */
.cntrnumbers {
    text-align: right; 
    font-family: Helvetica, Arial; 
    font-size: 12px; 
    font-weight: bold;        /* options are normal, bold, bolder, lighter */
    font-style: italic;       /* options are normal or italic */
    color: #ffffff;    /* change color using the hexadecimal color codes for HTML */
}
.cntrtitle {        /* the styles below will affect the title next to the numbers, i.e., "Days", "Hours", etc. */
    text-align: left;
    text-transform: uppercase;
    font-family: Helvetica, Arial; 
    font-size: 12px; 
    font-weight: bold;        /* options are normal, bold, bolder, lighter */
    font-style: italic;       /* options are normal or italic */
    color: #bababa;    /* change color using the hexadecimal color codes for HTML */
}
.cntrheader {        
    font-family: Helvetica, Arial; 
    font-size: 16px; 
    font-weight: bold;        /* options are normal, bold, bolder, lighter */
    font-style: italic;       /* options are normal or italic */
    color: #000000;    /* change color using the hexadecimal color codes for HTML */
}



/* inner page content */
.sidenav
{
    background: #3e5d79;
    width: 30%;
    height: auto;
    color: #bababa;
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 12px;
    line-height: normal;
}
.pagecontent
{
    background: #f3f4f8;
    width: 70%;
    height: auto;
    color: #bababa;
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    line-height: normal;
}

/* breadcrumbs navigation */
.breadcrumbs
{
    background-image: url(/images/bg_breadcrumbs.jpg);
    margin: 0px;
    width: 717px;
    height: 24px;
}   
.breadcrumbs ul li
{
    display: inline;
    margin-left: -3em;
    margin-right: 3em;
    margin-top: 0;
    margin-bottom: 0;
}   
.breadcrumbs ul li a
{
    color: #1f907e;
    font-size: 13px;    
    text-decoration: none;    
}
.breadcrumbs ul li a:active
{
    color: #002d52;
}
.breadcrumbsarrow
{
    margin-left: -3em;
    margin-right: 3em;   
    color: #1f907e;
}
span.breadcrumbs_selected li a
{
    color: #002d52;
}

/* homepage */

/* tabs */
#wrapper1{
    /*width: auto; 
    padding-left: 10%;
    padding-right: 10%;
    background: url(/Images/bg.jpg);*/
    height: 450px;
    width: 100%;
    overflow: hidden;
    background: url(/Images/bg.jpg) repeat center top;
}
#wrapper2{
	/*width: 960px;
	padding-top: 15px;
	padding-bottom: 15px;*/
	height: 385px;
	width: 960px;
    margin: 0 auto;
    }
#left-panel {
	float:left;
	width: 552px;
	height: 380px;
}

#right-panel {
	float:left;
	height: 352px;
	background-repeat: no-repeat;
	margin-left: 45px;
	width: 360px;
}

#adwrapper 
{
    position: relative;
    width: 100%; 
}
#adwrapper2 
{
    position: absolute; 
    top: 200px; 
    left: 0; 
    width: 100%;
}

#watch {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	}
	
#video-text {
    text-align: center;
    }
#video-text-left {
    float: left;
    }
#video-text-right {
    float: right;
    }

#testimony {
	float: left;
	width: 379px;
	height: 125px;
	border: 0px;
	margin-top: 10px;
	}
	
	/*
Homepage Primary Messaging Area	
Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-sliderwrapper1 
{ 
    height: 340px;
    /*width: 100%;     
    background: url(/images/bg_primary_area.jpg);*/
    width: 100%;    
    background: url(/Images/bg_primary_area.jpg) repeat center top;
}
.coin-sliderwrapper2 
{ 
    height: 330px;     
    /*width: auto; 
    padding-left: 10%;
    padding-right: 10%;*/
    width: 960px;
    margin: 0 auto;
    
}
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 960px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #FFFFFF; color: #FFFFFF; padding: 0px 10px; }

/* Homepage Tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-right: 1px solid #fff;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 137px;
	line-height: 31px;
	border-right: 1px solid #fff;
	margin-bottom: -1px;
	background: #D9D0B9;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
ul.tabs li a {
	text-decoration: none;
	color: #A49374;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border-right: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover, ul.tabs li.active a {
	color: #002e53;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-right: 1px solid #fff;
}
.tab_container_home {
	clear: both;
	float: left; 
	width: 560px;
	height: 368px;
	background: #fff;
	overflow: auto;	
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

@-moz-document url-prefix(http://),url-prefix(https://) {
scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}

thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}

scrollbarbutton {
   display: none !important;
}

scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
}


.tab_container::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
 
.tab_container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D8D8D8;
}
 
.tab_container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #A4A4A4;
}

.tab_container {
	clear: both;
	/*float: left; */
	width: 552px;
	height: 350px;
	background: #fff;
	overflow: auto;	
	padding: 10px 10px 10px 10px; 
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	scrollbar-base-color: #F5F5F5;
    scrollbar-track-color: #D8D8D8;
    scrollbar-face-color: #A4A4A4;
}
.tab_content {
	padding: 0px;
	font-size: 1.2em;	
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}

/* tabs on Kids for Christ */
.tab_container_kfc::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
 
.tab_container_kfc::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D8D8D8;
}
 
.tab_container_kfc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #A4A4A4;
}

.tab_container_kfc {
	clear: both;
	/*float: left; */
	width: 752px;
	height: 550px;
	background: #fff;
	overflow: auto;	
	padding: 10px 10px 10px 10px; 
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	scrollbar-base-color: #F5F5F5;
    scrollbar-track-color: #D8D8D8;
    scrollbar-face-color: #A4A4A4;
}

.bannerwrapper 
{ 
    
    width: 960px;
}

.bannerwrapper1 
{ 
    position: relative;
	z-index: 1;
    height: 220px;
    width: 100%;    
    background: url(/Images/bg_primary_area.jpg) repeat center top;
}
.bannerwrapper2 
{ 
    height: 220px;     
    width: 960px;
    margin: 0 auto; 
}



.maincontent 
{ 
    width: 100%;  
    padding-left: 10%;
    padding-right: 10%; 
    background: url(/images/bg_primary_area.jpg);
}

a.hpVideoBtn {
	float: right;
	display: inline;
	height: 20px;
	line-height: 20px;
	width: 70px;
	padding: 0 12px 0 8px;
	background: url(/images/a_readMore.gif) no-repeat left top;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #233543;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
	a.hpVideoBtn:hover {
		color: #233543;
		background-position: left -20px;
	}
	
.foundation 
{ 
   width: 100%;
   height: 100%; 
}
img 
{
    max-width: 100%;
    max-height: 100%;
}

.imageFoundation {
    position:relative;
    float:left; /* optional */
    width: 100%;    
    background: url(/Images/bg_foundation.gif) no-repeat right top;
}

.maincontentdiv 
{
    width: 100%;
}

/* style for left and right floating images */
img.floatLeft { 
    float: left; 
    margin: 8px; 
}
img.floatRight { 
    float: left; 
    margin: 8px; 
}

/* style for 2 column content */
.contentLeft
{
    float: left;
    width: 45%;
    padding: 5px 5px 5px 5px; 
}
.contentRight
{
    float: right;
    width: 45%;
    padding: 5px 5px 5px 5px; 
}

/* inner pape content defined */
.emphasisText
{
    font-weight: bold;
    color: #00284a;   
}

.sideCol {
		float: left;
		display: inline;
		width: 215px;
		overflow: hidden;
		margin: 5px 0 0;
	}
		.search .sideCol {
			float: right;
			display: inline;
			width: 292px;
		}
	
.sideCol .header {
	height: 36px;
	overflow: hidden;
	background: url(../webimages/sideCol_header.gif) no-repeat left top;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.sideCol .content {
	min-height: 400px;
	padding: 15px 10px;
	background: url(../webimages/leftCol.gif) no-repeat right top;
}
* html .sideCol .content {
	height: 400px;
	overflow: visible;
}
    .sideCol .content #sideMenu {
        background: none;
        height: auto;
        min-height: 0;
    }
    * html .sideCol .content #sideMenu {
        height: auto;
    }
        .sideCol .content #sideMenu li a {
            width: 185px;
            padding: 0 5px 8px 0;
        }

.bottom 
{
    vertical-align: bottom;
    padding-bottom: 5px;
}


/* The following styles are used for the content placed into CMS400 */

/* Form Background */
.formWrapper
{       
    width: 100%;
    overflow: hidden;
    background: url(/Images/bg.jpg) repeat center top;
}
        
/* Form Buttons */
.contentFormButton 
{
    background: url(/images/bg_button.jpg) repeat center top;
    color: #ffffff;
    width: 100px;
    height: 35px;
    border: 0;
}  
.contentFormButtonSmall 
{
    background: url(/images/bg_button_small.jpg) repeat center top;
    color: #ffffff;
    width: 55px;
    height: 19px;
    border: 0;
}

/* Form Textarea */
.contentFormTxtarea 
{
    background: url(/images/bg_textarea.jpg) no-repeat;    
    border: 0px;
    padding: 0 10px;
    width: 461px;
    height: 171px;
    margin: 0 0 10px 0;
}  

/* Form Textboxes */
.contentFormTxtboxFull 
{
    background: url(/images/bg_textbox.jpg) no-repeat left top;    
    border: 0px;
    padding: 0 10px;
    width: 272px;
    height: 41px;
    margin: 0 0 10px 0;
} 
.contentFormTxtboxShort 
{
    background: url(/images/bg_textboxshort.jpg) no-repeat left top;   
    border: 0px;
    padding: 0 10px;
    width: 172px;
    height: 41px;
    margin: 0 0 10px 0;
} 

/* Form Dropdown Lists */
.contentFormSelect 
{
    background: url(/images/bg_dropdown.jpg) no-repeat left #ddd;  
    width: 270px;
    height: 22px;
    overflow: hidden;
    border: 0;
    margin: 0 0 10px 0;
} 
.contentFormSelect select 
{
    background: transparent;
    width: 268px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
} 
.contentFormSelectShort 
{
    background: url(/images/bg_dropdown.jpg) no-repeat right #ddd;  
    width: 80px;
    height: 22px;
    overflow: hidden;
    border: 0;
    float: left;
    margin: 0 15px 10px 0;
} 
.contentFormSelectShort select 
{
    background: transparent;
    width: 108px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
} 
.contentFormSelectDivider 
{
    width: 10px;
    height: 22px;
    overflow: hidden;
    border: 0;
    float: left;
    margin: 3px 10px 0 0;
    font-size: 16px;
} 

/* Form Labels */
.contentFormLabels
{
    color: #a49272;  
    font-family: Arial;
    font-size: 12px;
    font-weight: bold; 
}

/* Form Required Indicator */
.contentFormRequired
{
    color: #a49272;  
    font-family: Arial;
    font-size: 12px;
    font-weight: bold; 
    padding-right: 5px;
}

/* Form Callout Headers */
.formHdrCallout
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #a49273;
}

/* Headers */
.contentHdrSub
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #a49273;
}
.contentHdr2
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #002d52;
}
.contentHdr3
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #a49273;
}
.contentHdr4
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}
.contentHdr5
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #a49273;
}
.contentHdr6
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #002d52;
}
.contentHdr7
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #a49273;
}
.contentHdr8
{
    font-family: Helvetica, 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #002d52;
}
.contentFormSubHeader
{
    color: #234966;
	font-weight: bold;
}

/* Content Images */
.contentImage
{
    border: 4px solid #827d7a;
    margin: 0 12px 0 0;
}
.contentImageFloatRight
{
    border: 4px solid #827d7a;
    margin: 0 0 0 12px;
}
.contentImageFloatLeft
{
    border: 4px solid #827d7a;
    margin: 0 12px 0 0;
}

.contentVideoFloatRight
{
    border: 6px solid #827d7a;
    margin: 0 0 0 12px;
}
.contentVideoFloatLeft
{
    border: 6px solid #827d7a;
    margin: 0 12px 0 0;
}
.pageVideo
{
    float: left;
    margin-right: 10px;   
}

/* style for video frame */
#contentPlayer
{
	background-image: url(/images/contentVideoFrame.jpg);
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
}

#contentVideo {
	border: 3px solid grey;
}

.contentVideoFloatRight
{
    border: 6px solid #827d7a;
    margin: 0 0 0 12px;
    float: right;
    padding-top: 1px;
    padding-left: 1px;
}
.contentVideoFloatLeft
{
    border: 6px solid #827d7a;
    margin: 0 12px 0 0;
    float: left;
    padding-top: 1px;
    padding-left: 1px;
}

#video{
	background-image: url(/images/video.png);
	text-align: center;
	padding-top: 6px;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 7px;
}

/* Homepage tabs */
#hpWelcomeTab
{
    background: url(/images/hp_welcome_tab.jpg) no-repeat left top;
    width: 536px;
    height: 335px;
    overflow: hidden;
}
#hpWelcomeTabText
{
    width: 330px;
    height: 125px;
    padding-top: 90px;
    padding-left: 30px;
    font-size: 14px;
}
#hpChurchTab
{
    background: url(/images/hp_church_tab.jpg) no-repeat left top;
    width: 536px;
    height: 335px;
    overflow: hidden;
}
#hpChurchTabText
{
    width: 330px;
    height: 125px;
    padding-top: 20px;
    padding-left: 190px;
    font-size: 14px;
    text-align: right;
}
#hpMissionTab
{
    background: url(/images/hp_mission_tab.jpg) no-repeat left top;
    width: 536px;
    height: 335px;
    overflow: hidden;
}
#hpMissionTabText
{
    width: 240px;
    height: 125px;
    padding-top: 70px;
    padding-left: 35px;
    font-size: 14px;
    text-align: left;
}
.hpTabText
{
    width: 526px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.hpTabText p a
{
    color: #32928e;
}
.hpTabText p a:hover
{
    color: #fe9e0c;
    text-decoration: none;
}
.hpTabText p a:active
{
    color: #034af3;
}

/* Events */
.contentEventsLabels
{
    color: #a49272;  
    font-family: Arial;
    font-size: 14px;
    font-weight: bold; 
}
.contentEventsHdr1
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #002d52;
}
.contentEventsHdr2
{
    color: #a49272;  
    font-family: Arial;
    font-size: 14px;
}

/* Online Giving */
#onlineGivingPostback
{
    background: url(/images/online_giving_postback_bg.png) no-repeat left top;
    width: 713px;
    height: 434px;
    overflow: hidden;
}
#onlineGivingPostbackText
{
    width: 440px;
    height: 354px;
}
.addThisDiv
{
    float:right; 
    padding-top:5px;  
    padding-bottom:5px; 
}
.addThisDivWidget
{
    float:left; 
    width:220px;
}    
.fbDiv
{
    float:right; 
    padding-right:20px;
}    
.text-center {
  text-align: center;
}
.wrapper-rwd
{
    padding: 10px 10px 10px 10px;    
}

/* FAQ */
div.faq-question
{
    font-family: Raleway;
    font-size: 26px;
    line-height: 32px;
    font-style: normal;
    font-weight: 300;
    color: #8cc641;
    text-decoration: none;
    text-align: left;
}
div.faq-answer
{
    font-family: 'Lato', sans-serif;
    color: #353535;
    font-size: 17px;
    font-weight: 400;   
}

#full-width-container
{
    width: 700px;
}

.wrapperIframe {
    
}
.wrapperIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@import url('https://fonts.googleapis.com/css?family=Hind:300,400');

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Hind', sans-serif;
  background: #fff;
  color: #4d5974;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}

h3 {
  font-size: 1.75rem;
  color: #373d51;
  padding: 1.3rem;
  margin: 0;
}

.accordion a 
{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

.accordion a::after 
{
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 3px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.lwcc_south_home 
{
        background: url(/Images/bg.jpg);
    margin-top: -20px;
}

@media only screen and (max-width: 1516px) 
{
    iframe#JotFormIFrame-193456421942158
    {

    }
}
