/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {

}

body {
	font-family: Trebuchet, Arial,Helvetica,sans-serif;
    font-size: 16px;
}

#page_wrapper {
	padding-top: 0;
}

#header {
	text-align: center;
}

	#logo {
		margin: .5em auto 0 auto;
	}
	
#content_wrapper {
	margin: .5em auto 0 auto;
	min-width: 200px;
    border: 1px solid #ffffff;
    background: #fff;
    color: #231f20;
    line-height: 1.5em;
}
	#content_wrapper.no-borders {
		border: 0 none;	
	}

#footer {
	font-size: 13px;
	text-align: center;
}
	#footer a {
		text-decoration: underline;
	}
	#footer .copyright {
		margin: 1em auto;	
	}

.container {
	max-width: 1200px;	
}

.padded {
	padding: 1em;	
}

/* typography */
h1,h2,h3,h4,h5,h6 {font-weight: bold;}

h1 {
    font-size: 26px;
    margin: 0 0 20px;
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

.button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff !important;
    background-color:#008a41;
    border: 1px solid #026732;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none !important;
}
	.button:hover {
		background-color:#007d3a;
	}

.center {
	text-align: center;	
}

.clear {
	clear: both;	
}

.fa-spin {
	letter-spacing: normal;	
}

.f_right {
	float: right;
	margin: 0 0 1em 1em;	
}

.hint {
	font-size: .8em;
	line-height: 1.15em;
	filter: alpha(opacity=50); /* IE 5-9 */
	opacity: 0.5; /* Modern Browsers */
}

.uppercase {
	text-transform: uppercase;	
}



/* MC Signup Form */

#mc_embed_signup input {
	font-size: 1em;
	padding: .25em;
}

#mc_embed_signup input.email {
	width: 95%;	
}

#mc_embed_signup input.button {
	float: none;
	margin-top: .5em;
	padding: .5em 1em;
	-webkit-appearance: none;
}

#mc_embed_signup input.mce_inline_error {
	border: 1px solid #9f3e33;	
}

#mc_embed_signup div.mce_inline_error {
	background-color: transparent !important;
	color: #9f3e33 !important;
	margin: 0 !important;
	padding: .25em !important;
	text-align: left;
}

	#mc_embed_signup_scroll  {
		background: #f8f7f7;
		border: 1px solid #e2e1e0;
		border-radius: .5em;
		display: inline-block;  
		margin: 1.5em auto .5em;
		padding: 1em 2em; 
		max-width: 600px;
	}
	
	#mc_embed_signup_scroll h3 {
		line-height: 1.1em;
		margin-bottom: .25em;	
	}


	#mce-disclosure,
	#mce-responses {
		margin: .75em auto;
		text-align: left;	
	}
	
	#mce-disclosure {
		padding-top: .5em;	
	}
	
	#mce-error-response.response,
	#mce-success-response.response {
		display: none;
		font-size: .9em;	
		line-height: 1.2em;
		padding: .5em 1em;
		
	}
	
	#mce-error-response.response {
		color: #9f3e33;	
	}
	
	#mce-processing {
		display: none;
		opacity: .5;	
	}




@media (max-width: 480px){
	h1 {
    	font-size: 20px;
	}
	
	#page_wrapper {
		padding-top: 0;
	}
	
	#mc_embed_signup_scroll {
		padding: 1em .5em;	
	}
	
	.padded {
		padding: .5em;
	}
}

@media (max-width: 320px){
	#page_wrapper {
		padding-top: 0;
	}
	
	#mc_embed_signup_scroll {
		padding: .5em;	
	}
	
	.padded {
		padding: .5em;
	}
}


/* colors & style overrides  based on product code */
/* DEFAULT: STSHC (Searching the Scriptures) */
body.STSHC {
	background-color: #948e81;
	color: #231f20;
}

body.STSHC #logo {
	max-width: 590px;
	min-width: 120px;
	width: 80%;	
}

body.STSHC #page_wrapper {
	background: #f5f4f2;
}

body.STSHC #content_wrapper {
    border-color: #948e81;
    background: #ffffff;
    color: #231f20;
}

body.STSHC #mc_embed_signup_scroll  {
		background: #f5f4f2;
		border-color: #e6e5e0;
}

body.STSHC #footer {
	background-color: #948e81;
	color: #ffffff;
}
	body.STSHC #footer a {
		color: #ffffff !important;
	}

body.STSHC h1,
body.STSHC #mc_embed_signup_scroll h3.uppercase {
    color: #008a41;
}

body.STSHC .button {
    color:#ffffff !important;
    background-color:#008a41;
    border: 1px solid #026732;
}
body.STSHC .button:hover {
    background-color:#007d3a;
}

body.STSHC .banner-book {
	border-top: 4px solid #948e81;
}


/* FDGHB (Finding GOD When the World's on FIRE) */
body.FDGHB {
	background-color: #d45017;
	color: #231f20;
}

body.FDGHB #logo {
	max-width: 450px;
	min-width: 225px;
	width: 60%;	
}

body.FDGHB #page_wrapper {
	background: #f7f6f5;
}

body.FDGHB #content_wrapper {
    border-color: #d45017;
    background: #ffffff;
    color: #231f20;
}

body.FDGHB #mc_embed_signup_scroll  {
	background: #f7f6f5;
	border-color: #e6e5e0;
}

body.FDGHB #footer {
	background-color: #d45017;
	color: #ffffff;
}
	body.FDGHB #footer a {
		color: #ffffff !important;
	}

body.FDGHB h1,
body.FDGHB #mc_embed_signup_scroll h3.uppercase {
    color: #d45017;
}

body.FDGHB .button {
    color:#ffffff !important;
    background-color:rgba(212,80,23,1);
    border: 1px solid #b94716;
}
body.FDGHB .button:hover {
    background-color:rgba(212,80,23,.95);
}

body.FDGHB .banner-book {
	border-top: 4px solid #331408;
}

/* SSBHB (The Swindoll Study Bible) */
body.SSBHB {
	background-color: #343333;
	color: #231f20;
}

body.SSBHB #logo {
	max-width: 450px;
	min-width: 225px;
	width: 60%;	
}

body.SSBHB #page_wrapper {
	background: #ffffff;
}

body.SSBHB #content_wrapper {
    border-color: #38528a;
    background: #ffffff;
    color: #231f20;
}

body.SSBHB #mc_embed_signup_scroll  {
	background: #f7f8fc;
	border-color: #dde1eb;
}

body.SSBHB #footer {
	background-color: #343333;
	color: #ffffff;
}
	body.SSBHB #footer a {
		color: #ffffff !important;
	}

body.SSBHB h1,
body.SSBHB #mc_embed_signup_scroll h3.uppercase {
    color: #38528a;
}

body.SSBHB .button {
    color:#ffffff !important;
    background-color:rgba(56,82,138,1);
    border: 1px solid #2a3b60;
}
body.SSBHB .button:hover {
    background-color:rgba(56,82,138,.95);
}

body.SSBHB .banner-book {
	border-top: 4px solid #343333;
}