@charset "UTF-8";

.edit-tb {
	position: absolute; /*display:none!important;*/
} /* HIDE EDITING BUTTON FOR UI DESIGN */

/* reset
----------------------------------------------- */
html, body, button, 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, img, ins, kbd, q, s, samp, small, strike, strong,
	sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
	form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/* Elemental Globals
----------------------------------------------- */
html {
	position: absolute;
}

html, body {
	font-size: 12px;
	width: 100%;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	height: 100%
}

body {
	color: #707070;
	background-color: #FFF;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	font-weight: 400;
	padding-right: 0;
	padding-top: 80px
}

.body {
	height: 100%
}

.main {
	min-height: 100%
}

.stopAutoZoom {
	zoom: 1
}
/* Wraps Site Head and Content.  Footer is separate  */
#wrapper {
	height: auto;
	height: 100%;
	margin: auto;
	background: #fff;
	z-index: 2;
	/* !!must match footer shadow,part 1 */
	box-shadow: 0 11px 11px 3px #131517;
	-webkit-box-shadow: 0 11px 11px 3px #131517;
}

a, a:link, a:visited {
	color: #26627F;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active {
	color: #0077b3;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-size: 100%;
	font-family: "Open Sans", sans-serif;
	color: #666;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

h3, h4, h5 {
	color: #0088cc;
	text-transform: inherit;
}

h1 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0.5em;
	color: #444444;
}

h2 {
	font-size: 15px;
	margin-bottom: 0.5em;
	color: #484848;
}

h2.blue {
	color: #2182c7;
}

h3 {
	font-size: 10px;
	display: inline;
	color: #666;
}

h3 a, h3 a:link, h3 a:visited {
	color: #2182c7;
	font-family: "Open Sans", sans-serif;
}

h3 a:hover {
	color: #89a81c;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 14px;
	color: #005498;
}

h6 {
	font-size: 24px;
	color: #89a81c;
}

a h6 {
	font-family: "Open Sans", sans-serif;
}

ol, ul {
	list-style: none;
}
/*li{margin-bottom:8px; }*/
p {
	margin: 0;
	line-height: 23px;
}

blockquote, q {
	quotes: none;
}

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

strong {
	font-weight: 600;
}

strike {
	text-decoration: line-through;
}

:focus, :active {
	outline: 0;
	-moz-outline-style: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

tr {
	vertical-align: top;
}

sub, sup {
	font-size: 10px;
}

button {
	cursor: pointer;
}

img {
	max-width: 100%
}

input {
	border-radius: 0
}

.homePage .hero-title.home-header strong {
	font-size: 45px;
	line-height: 63px;
}

.link{
	color: white !important;
}

.homepage .hero .hero-overlay .hero-container h1 strong {
	line-height: 55px;
}

.tithingDisclaimer {
	margin-top: 70px;
	color: #A1A1A1;
	font-size: 10px;
	display: inline-block;
	margin-bottom: -70px;
}

.job_item strong {
	color: #000;
}

.shareaholic-share-buttons {
	margin: auto !important;
}