@font-face {
    font-family: 'montserratWeb';
    src: url('fonts/montserrat-bold-webfont-w.eot');
    src: url('fonts/montserrat-bold-webfont-w.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont-w.woff') format('woff'),
         url('fonts/montserrat-bold-webfont-w.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont-w.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'robotoWeb';
    src: url('fonts/roboto-light.eot');
    src: url('fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light.woff') format('woff'),
         url('fonts/roboto-light.ttf') format('truetype'),
         url('fonts/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoWeb';
    src: url('fonts/roboto-regular.eot');
    src: url('fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular.woff') format('woff'),
         url('fonts/roboto-regular.ttf') format('truetype'),
         url('fonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'robotoWeb';
    src: url('fonts/roboto-lightitalic.eot');
    src: url('fonts/roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-lightitalic.woff') format('woff'),
         url('fonts/roboto-lightitalic.ttf') format('truetype'),
         url('fonts/roboto-lightitalic.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'robotoWeb';
    src: url('fonts/roboto-italic.eot');
    src: url('fonts/roboto-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-italic.woff') format('woff'),
         url('fonts/roboto-italic.ttf') format('truetype'),
         url('fonts/roboto-italic.svg#robotoitalic') format('svg');
    font-weight: bold;
    font-style: italic;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
body {
	text-align: center;
	font-family: robotoWeb,Helvetica, Arial, sans-serif;
	font-size: 16px;
	background:#fff;
}
.page-logo {
	display: block;
	background:rgba(255,255,255,0.7) center 20px no-repeat;
	background-size: 225px 43px;
	width:265px;
	padding:83px 0 20px 0;
	margin:0 auto;
	color:#222;
}
input[type="submit"],
a.button {
	background: #333;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: robotoWeb, sans-serif;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	/*-webkit-appearance: button;*/ /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1em;
	line-height: 16px;
	padding: .6em .8em;
	border:none;
	margin:0px;
	transition:all 0.2s ease;
	text-decoration: none;
}
input[type="submit"]:hover,
.button:hover {
	background:#eee;
	color:#333;
}
input[type="submit"]:active,
.button:active {
	background: #ccc !important;
}
input[type="submit"],
.button {
	display: inline-block;
	text-decoration: none;
	margin-bottom: .3em;
}
.spacer-color {
	text-align: center;
	display: block;
	background:#333 center center no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	font-size: 1em;
	margin-bottom: 1em;
	color:#222;
	font-family: montserratWeb;
}
.sermon-title {
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: montserratWeb;
}
.sermon-part,
.sermon-description {
}
.sermon-description {
	font-style: italic;
}
input {
	border:none;
	border-bottom: 1px solid #888;
	padding: 0;
	outline:none;
	font-size: 1em;
	background: transparent;
	font-family: robotoWeb;
	text-align: center;
	transition:all 0.2s ease;
}
input:hover,
input:focus {
	background: #e9e9e9;
}
h4 {
	font-size: 1.1em;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	background: #f5f5f5;
	padding: 10px;
	margin: 10px;
	text-align: left;
	line-height: 1.6em;
}
ul li.header {
	background: transparent;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
ul li.smallheader {
	background: transparent;
	font-style: italic;
	font-size: 0.9em;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	text-align: center;
}
textarea {
	border:1px solid #e0e0e0;
	resize:none;
	background:#fff;
	font-size: 1em;
	width: 100%;
	height: 88px;
	font-family: robotoWeb;
	outline: none;
	transition:all 0.2s ease;
}
textarea:hover,
textarea:focus {
	background: #fff;
}
.toggle-box {
	background: transparent;
	padding: 10px;
	margin: 10px;
	text-align: left;
	border:1px solid #ddd;
	font-size: 0.8em;
	line-height: 1em;
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 3.8em;
	cursor: pointer;
	transition:all 0.3s ease;
}
.toggle-box:hover {
	border-color: #999;
}
.toggle-box::before,
.toggle-box::after {
	position: absolute;
	line-height: 1em;
	z-index: 0;
	top:19px;
	right: 20px;
	font-size: 0.9em;
	color:#ccc;
	display: table;
	text-align: right;
	opacity: 1;
	transition:opacity 0.3s ease;
}
.toggle-box::before {
	content: "TAP TO OPEN";
}
.toggle-box::after {
	content: "TAP TO CLOSE";
	opacity: 0;
}
.toggle-box.open {
	max-height: 800px;
}
.toggle-box.open::before {
	opacity: 0;
}
.toggle-box.open::after {
	opacity: 1;
}
.toggle-box .title {
	display: block;
	padding: 8px 0px 14px 0;
	clear: both;
	text-transform: uppercase;
}
.toggle-box .content {
	line-height: 1.7em;
	text-align: left;
}
.save-box-container {
	display: table;
	width: 100%;
	background: #333;
	padding: 20px;
	margin: 40px 0 10px;
	color:#fff;
	text-align: left;
	position: relative;
}
.save-box {
	position: static;
	z-index: 0;
	max-width: 450px;
	margin: 0 auto;
}
.save-box input[type=text] {
	border:none;
	background:#fff;
	padding: 7px;
	width: 100%;
	margin: 10px 0;
	border-radius: 3px;
}
.save-box input[type=submit] {
	display: block;
	background:#ccc;
	color:#333;
	width: 70%;
	min-width: 100px;
	border-radius: 3px;
	margin: 0 auto;
}
.save-box input[type=submit]:hover {
	background: #555;
	color:#fff;
}
.save-box input[type=submit]:active {
	background: #888 !important;
}
.save-box-sending {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(51,51,51,0.95);
	color:#fff;
	padding-top: 2em;
	text-align: center;
}
.save-box-sending div {
	font-size: 3em;
	text-align: center;
}
.save-box-sending span {
	font-weight: bold;
	color:#bbb;
}