@charset "UTF-8";

/* RESET
------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}

body {
	 line-height: 1;
}

blockquote, q {
	 quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	 content: '';
	 content: none;
}

table {
	 border-collapse: collapse;
	 border-spacing: 0;
}

* {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* MAIN
------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	background: white;
}

h1, h2, h3, h4, #nav a, #sub-nav a, #countdown-clock {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	color: #ffffff;
	font-size: 36px;
}

h2 {
	color: #b21720;
	font-size: 24px;
	padding-bottom: 10px;
}

h3 {
	color: #b21720;
	font-size: 20px;
	padding-bottom: 10px
}

h4 {
	color: #b21720;
	font-size: 18px;
}

a {
	color: #b21720;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
}

p {
	color: #666666;
	line-height: 125%;
	font-size: 15px;
}

b {
	font-weight: bold;
}

em {
	font-style: italic;
}

.container {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

.input-box {
	background: #ffffff;
	color: #999999;
	padding: 2px 2px 2px 4px;
	width: 120px;
	height: 14px;
	margin-right: 5px;
	-moz-box-shadow: 0px 0px 5px 0px #f2f2f2 inset;
	-webkit-box-shadow: 0px 0px 5px 0px #f2f2f2 inset;
	box-shadow: 0px 0px 5px 0px #f2f2f2 inset;
	border: 1px solid #cccccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 1px 3px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 1px 3px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 1px 3px 0px rgba(0,0,0,0.15);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color: #ededed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: 0;
	border: 1px solid #cccccc;
	display: inline-block;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 20px;
	line-height: 10px;
	width: 55px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color: #dfdfdf;
}

.button:active {
	position:relative;
	top:1px;
}

/* TOP
------------------------------------------------------------*/

#top {
	font-size: 12px;
	padding: 8px 0;
	background: #ffffff;
	-moz-box-shadow: 0px 0px 25px 1px #cccccc;
	-webkit-box-shadow: 0px 0px 25px 1px #cccccc;
	box-shadow: 0px 0px 25px 1px #cccccc;
}

#top img {
	vertical-align: middle;
}

#top p {
	display: inline-block;
	color: #999999;
	margin-left: 5px;
}

#top a:hover p, #top a:active p {
	border-bottom: 1px solid #e5402c;
	color: #e5402c;
}

#top-right {
	float: right;
}

#top-links {
	float: left;
	text-align: right;
	padding-top: 6px;
	color: #cccccc;
}

#top-links li {
	display: inline;
	margin-left: 7px;
}

#top-links a {
	color: #999999;
	padding: 0 1px;
}

#top-links a:hover, #top-links a:active {
	border-bottom: 1px solid #666666;
	color: #666666;
}

#search {
	padding-top: 1px;
	margin-left: 10px;
	float: left;
}

#google_translate_element {
	float: right;
	padding-left: 10px;
}

/* HEADER
------------------------------------------------------------*/

#header {
	clear: both;
	width: 940px;
	margin: 0 auto 0 auto;
}

#header li {
	display: inline;
}

#header-logo {
	padding: 25px 0 30px 0;
}

#top-info {
	float: right;
	padding: 10px 10px 10px 30px;
	margin: 34px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: right;
}

#top-info h2 {
	font-size: 18px;
	padding-bottom: 5px;
}

#top-info p {
	font-size: 16px;
}

/* NAVIGATION
------------------------------------------------------------*/

#nav {
	position: relative;
	padding: 15px 0 12px 0;
	z-index: 1;
	font-size: 18px;
	-moz-box-shadow: 0px -3px 50px -5px #999999;
	-webkit-box-shadow: 0px -3px 50px -5px #999999;
	box-shadow: 0px -3px 50px -5px #999999;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#nav a {
	color: #666666;
	padding: 15px 15px;
}

#nav li.current a, #nav li.current a:hover, #nav li.current a:active {
	color: #b21720;
	background: url(../images/nav-current.png) center bottom no-repeat;
	border-bottom: none;
	padding-bottom: 18px;
}

#nav a:hover, #nav a:active{
	color: #b21720;
}

#nav-banner {
	position: relative;
}

.header {
	margin-bottom: 20px;
}
.noHeader {
	height: 120px;
}

#nav-banner img {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#nav-banner-title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#nav-banner-title p {
	font-size: 20px;
	font-style: italic;
}

#nav-banner .light h1, #nav-banner .light p {
	color: #ffffff;
	text-shadow: 0 0 25px #000000;
}

#nav-banner .dark h1, #nav-banner .dark p {
	color: #666666;
	text-shadow: 0 0 25px #ffffff;
}

/* SUB-NAVIGATION
------------------------------------------------------------*/

#sub-nav {
	float: left;
	font-size: 18px;	
	padding-bottom: 20px;
}

#sub-nav li {
	list-style-type: none;
	margin-top:-1px;
	width: 260px;
}

#sub-nav li.first {
	margin-top: 0;
}

#sub-nav li.current {
	width: 280px;
	background-size: 20px 100%;
	padding-right: 20px;
}

#sub-nav a {
	display: block;
	padding: 10px;
	color: #666666;
	background: #f2f2f2;
	font-weight: normal;
	border: 1px solid #cccccc;
}

#sub-nav ul li a {
	background: #f2f2f2;
}

#sub-nav ul ul li {
	margin-left: 20px;
	width: 240px
}

#sub-nav ul ul li.current {
	width: 260px;
}

#sub-nav ul ul li a {
	background: none;
	font-size: 17px;
}

#sub-nav ul ul ul li {
	margin-left: 40px;
	width: 220px
}

#sub-nav ul ul ul li.current {
	width: 240px;
}

#sub-nav ul ul ul li a {
	font-size: 15px;
}

#sub-nav ul li.current {
	background: url(../images/sub-nav-arrow-1.png) right no-repeat;
	background-size: 20px 100%;
}

#sub-nav ul ul li.current {
	background: url(../images/sub-nav-arrow-2.png) right no-repeat;
	background-size: 20px 100%;
}


#sub-nav li.current a, #sub-nav li.current a:hover {
	font-weight: bold;
	color: #b21720;
	border-right: none;
	padding-right: 31px;
}

#sub-nav li a:hover, #sub-nav li a:active {
	color: #ffcc00;
}

/* MAIN
------------------------------------------------------------*/

#main {
	overflow: hidden;
	padding-bottom: 20px;	
}

/* HOME
------------------------------------------------------------*/

#home-sidebar {
	float: right;
	width: 300px;
}

.video {
	background: url(../images/feature.jpg) no-repeat;
	padding-bottom: 20px;
}

#tagline {
	padding-bottom: 20px;
}

/* HOME: CALL-TO-ACTION
------------------------------------------------------------*/

#feature {
	width: 940px;
	float: left;
	padding: 20px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
}

#call-to-action {
	float: left;
	position: relative;
	padding: 5px 0;
	margin-left: 50px;
}

#call-to-action .input-box {	
	padding: 4px 4px 4px 8px;
	color: #666666;
	width: 210px;
	height: 24px;
	margin: 0 15px 0 35px;
	-moz-box-shadow: 0px 0px 10px 0px #f2f2f2 inset;
	-webkit-box-shadow: 0px 0px 10px 0px #f2f2f2 inset;
	box-shadow: 0px 0px 10px 0px #f2f2f2 inset;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 24px;
}

#call-to-action .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #d88b8f, 0px 2px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0px 1px 0px 0px #d88b8f, 0px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow:inset 0px 1px 0px 0px #d88b8f, 0px 2px 5px 1px rgba(0,0,0,0.3);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2171f), color-stop(1, #8c1218) );
	background:-moz-linear-gradient( center top, #b2171f 5%, #8c1218 100% );
	background-color:#b2171f;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #d02718;
	color:#ffffff;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	height:34px;
	width:120px;
	text-shadow:1px 1px 1px #660d11;
	text-transform: uppercase;
	line-height: 17px;
}

#call-to-action .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8c1218), color-stop(1, #b2171f) );
	background:-moz-linear-gradient( center top, #8c1218 5%, #b2171f 100% );
}

#call-to-action form{
	padding-top: 10px;
}

#call-to-action .mce-responses {
	padding-top: 20px;
	font-style: italic;
	color: #999999;
	width: 435px;
}

#countdown-clock {
	float: right;
	margin-right: 50px;
	background: url(../images/left-bracket.png) left bottom no-repeat, url(../images/right-bracket.png) right bottom no-repeat;
}

#countdown-clock h3 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 20px;
}

#countdown {
	display: inline-block;
	color: #b21720;
	margin: 0 0 12px 8px;
}

/* HOME: QUICK LINKS
------------------------------------------------------------*/

#quick-links {
	float: right;
	width: 300px;
}

#quick-links h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

#quick-links ul {
	list-style-type: none;
}

#quick-links li {
 	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

#quick-links img {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	display: block;
	opacity: 0.66;
	filter: alpha(opacity=66);
}

#quick-links img.ql-arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#quick-links p {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 5px 10px;
	text-align: right;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: #255b99;
}

#quick-links a:hover img, #quick-links a:active img {
	opacity:1;
	filter:alpha(opacity=100);
}

/* HOME: EXTERNAL LINKS
------------------------------------------------------------*/

#external-links h4 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

#external-links li {
	list-style-type: none;
	padding: 0 0 5px 10px;
}

#external-links a {
	font-size: 15px;
	color: #999999;
}

#external-links a:hover {
	color: #ffcc00;
	border-bottom: 1px solid #ffcc00;
}

/* HOME: NEWSFEED
------------------------------------------------------------*/

#newsfeed {
	width: 620px;
	float: left;
	font-size: 15px;
}

#newsfeed h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.newsTable {
	width: 100%;
}

.newsTable td {
	width: 100%;
	list-style-type: none;
	padding-bottom: 20px;
	color: #999999;
	clear: both;
	float: left;
}

img.newsThumb {
	float: left;
	margin-right: 10px;
	padding-bottom: inherit;
}

span.newsDate {
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
}

span.newsTitle {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
}

span.newsDescription {
	line-height: 125%;
	display: block;
}

.read-more, #news-nav {	
	float: right;
}

#newsfeed p {
	color: #999999;
	padding-bottom: 40px;
}

/* CONTENT
------------------------------------------------------------*/

#content {
	display: block;
	float: right;
	width: 620px;
}

#content p {
	padding-bottom: 20px;
}

#bible-verse {
	clear: both;
	text-align: center;
	font-family: 'Century Gothic', CenturyGothic, Helvetica, sans-serif;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 1px;
	word-spacing: 5px;
	color: #cccccc;
	padding: 20px 0 12px 0;
}

.inset-image {
	width: 220px;
	float: right;
	margin: 0 0 20px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 20px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 20px 0px #cccccc;
	box-shadow: 0px 0px 20px 0px #cccccc;
}

.inset-image img {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	display: block;
}

.inset-image p {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #255b99;
}

#content .inset-image p {
	padding-bottom: 10px;
}

a.inset-image:hover, a.inset-image:active {
	cursor: pointer;
	-moz-box-shadow: 0px 0px 20px 0px #999999;
	-webkit-box-shadow: 0px 0px 20px 0px #999999;
	box-shadow: 0px 0px 20px 0px #999999;
}

#left-content {
	width: 620px;
	float: left;
	margin-bottom: 20px;
}

#left-content p {
	padding-bottom: 10px;
}

#social-media-feed {
	float: right;
	width: 300px;
	padding-left: 20px;
}

.twitter-timeline, .facebook-feed {
	margin-bottom: 20px;
}

/* SEARCH
------------------------------------------------------------*/

#search-results {
	clear: both;
	font-size: 15px;
	width: 620px;
	color: #666666;
}

#search-nav {
	float: right;
}

#search-results ul {
	list-style-type: none;
	padding-bottom: 20px;
}

#search-heading {
	padding-bottom: 20px;
}

#search-results a {
	font-size: 16px;
}

/* RESOURCES
------------------------------------------------------------*/

#resources-list {
	width: 620px;
	float: left;
	color: #666666;
	font-size: 15px;
}

#resources-list img {
	float: right;
	width: 300px;
	margin 0 0 18px 18px;
}

#resources-list ul {
	list-style-type: none;
	padding-bottom: 20px;
	clear: both;
}

#resources-list li {
	padding-bottom: 10px;
	font-size: 15px;
}

#resources-list ul li a {
	font-size: 15px;
}

/* NEWS ITEM
------------------------------------------------------------*/

#news-item {
	width: 620px;
	float: left;
}

#news-item .news-title {
	padding-bottom: 10px;
}

#news-item p {
	padding-bottom: 20px;
}

#news-item .news-date {
	text-transform: uppercase;
	font-size: 14px;
}

#news-item .news-intro {
	font-weight: bold;
}

#news-item img {
	float: right;
	width: 200px;
	padding: 0 0 20px 20px;
}

/* FOOTER
------------------------------------------------------------*/

#footer {
	clear: both;
  background: #444444;
	font-size: 14px;
	color: #f2f2f2;
	padding: 80px 0 40px 0;
	position: relative;
	margin-top: 40px;
	-moz-box-shadow: 0px 35px 50px -30px #000000 inset;
	-webkit-box-shadow: 0px 35px 50px -30px #000000 inset;
	box-shadow: 0px 35px 50px -30px #000000 inset;
}

#footer .container {
	background: none;
}

#footer-logo {
	position: absolute;
	display : block;
	top: -32px;
	width: 136px;
	margin-left: -68px;
	left: 50%;	
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #f2f2f2;
	padding: 0 1px;
}

#footer a:hover {
	color: #ffcc00;
	border-bottom: 1px solid #ffcc00;
}

#footer h4 {
	color: #f2f2f2;
	padding-bottom: 15px;
}

#footer p {
	color: #f2f2f2;
}

#footer-nav {
	display: inline-block;
	padding-top: 30px;
	margin: 30px 0 0 00px;
	width: 940px;
	text-align: center;
	border-top: 1px solid #f2f2f2;
}

#footer-nav ul {
	width: 940px;
}

#footer-nav li {
	padding: 0 5px;
}

#more-info {
	float: left;
	width: 300px;
	padding-right: 20px;
}

#more-info li {
	display: list-item;
	padding-bottom: 6px;
}

#social-media {
	float: left;
	width: 300px;
	padding-right: 20px;
	vertical-align: top;
}

#social-media li {
	padding-right: 8px;
}

#social-media li a {
	background-image: url(../images/social-media-icons-3.png);
	display: inline-block;
	height: 36px;
	width: 36px;
	padding: 0;
	-moz-box-shadow:  0px 3px 6px 0px rgba(0,0,0,0.5), inset 0px 2px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5), inset 0px 2px 3px rgba(255,255,255,0.5);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5), inset 0px 2px 3px rgba(255,255,255,0.5);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

#social-media li a:hover {
	border: none;
	-moz-box-shadow:  0px 3px 6px 0px rgba(0,0,0,0.5), inset 0px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5), inset 0px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5), inset 0px 3px 5px rgba(0,0,0,0.5);
}

#social-media li a.item1 { background-position: 0 0; }

#social-media li a.item2 { background-position: 0 -36px; }

#social-media li a.item3 {	background-position: 0 -72px; }

#social-media li a.item4 {	background-position: 0 -108px; }

#social-media li a:active {
	position:relative;
	top:1px;
}

#newsletter-signup {
	float: left;
	width: 300px;
	vertical-align: top;
}

.newsletter-input {
	padding-top: 10px;
}

#newsletter-signup .input-box {
	color: #666666;
	width: 210px;
	height: 20px;
	margin-right: 8px;
	-moz-box-shadow: 0px 0px 5px 0px #cccccc inset;
	-webkit-box-shadow: 0px 0px 5px 0px #cccccc inset;
	box-shadow: 0px 0px 5px 0px #cccccc inset;
	border: 1px solid #999999;
	font-size: 14px;
	line-height: 20px;
}

#newsletter-signup .button {	
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 2px 3px 0px rgba(0,0,0,0.3);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #cccccc) );
	background: -moz-linear-gradient( center top, #ededed 5%, #cccccc 100% );
	border: 1px solid #999999;
	color: #666666;
	font-size: 14px;
	height: 26px;
	line-height: 14px;
	width: 72px;
}

#newsletter-signup .button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #cccccc 5%, #ededed 100% );
	background-color: #cccccc;
}

#newsletter-signup form{
	padding-top: 10px;
}

#newsletter-signup .mce-responses {
	padding-top: 10px;
	font-style: italic;
	color: #ffcc00;
}

#copyright {
	padding-top: 25px;
	font-size: 11px;
}

/* FORMS
------------------------------------------------------------*/

.drop-down {
	margin-bottom: 20px;
	width: 200px;
	font-size: 12px;	
}

/* SEARCH LIST
------------------------------------------------------------*/
.searchResultsList {
  margin-top: 40px;
}

.searchResultsList .list {
  list-style: none outside none;
}

.searchResultsList .list > li {
  margin-top: 20px;
}