
/* resets */

html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal; float:none !important;}
table, th, td {/*vertical-align:middle;*/}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

div {display:block; }


/* typography */

html {font-size:100.01%;}

html, body {
		background: #D7D8DA url(https://calvarycdn.s3.amazonaws.com/styles/images/bgs/page-bg.jpg) repeat;
		
}

html, body, form, fieldset {
		font: normal 13px/1.462 Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
		font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#545454;
}

a, a:link, 
a:visited  { 
		color:#008F8D; 
		text-decoration:none; 
}

a:focus, a:hover      { 
		text-decoration:underline; 
		outline: none;  
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
}

h1 {font-size:2em; line-height:1; letter-spacing: -0.06em; }
h2 {font-size:1.6em; line-height: 1.15em; }
h3 {font-size:1.3em; line-height:1.25; }
h4 {font-size:1em; line-height:1.25;  }
h5 {font-size:1em; }
h6 {font-size:1em; }


h1, h2, h3, h4, h5, h6 {
		letter-spacing: -0.04em;
		line-height: 1.5em;
		word-spacing:0.2em; 
		-webkit-font-smoothing: antialiased;
		font-weight: 700;
		color:#545454;
}

h1, h2 {
/*		color:#f1571b;*/
}

h2 {
		font-size: 18px;
}


h3 {
		font-size: 15px;
		line-height: 18px;
}

h4 {
		font-size: 14px;
		line-height: 15px;
}


article h1 { }
article h2 { color: #545454; }

.sidebar h4 {
/*margin-bottom: 10px;*/
}



h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

p            { margin:1.5em 0; font-size: 14px; }
.left        { float:left !important; }
p .left      { margin:1.5em 1.5em 1.5em 0; padding:0; }
.right       { float:right !important; }
p .right     { margin:1.5em 0 1.5em 1.5em;padding:0; }




blockquote {margin:1.5em; color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace; line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 0 1.5em 0; }
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
div {display:block; }
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}



/* 
Drop Caps 
*/


.drop-caps {
		font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
		font-size: 300%;
		line-height: 0.8em;
		margin-right: 0.2em;
		padding-bottom: 0.1em;
		text-transform: uppercase;
		float: left;
		position: relative;
		top: 6px;
		color: #545454;
}


/* 
C H E C K  L I S T S
*/

ul.bullet_check li, div.bullet_check li, ul.bullet_arrow li, div.bullet_arrow li, ul.bullet_arrow2 li, div.bullet_arrow2 li, ul.bullet_arrow3 li, div.bullet_arrow3 li, ul.bullet_arrow4 li, div.bullet_arrow4 li, ul.bullet_star li, div.bullet_star li, ul.bullet_plus li, div.bullet_plus li {
		list-style: none;
		padding: 0px;
		margin: 7px;
		line-height: 18px;
		padding-left: 25px;
}

ul.bullet_check li, div.bullet_check li {
		background: transparent url(images/icons/check.png) no-repeat 0 .2em;
}

ul.bullet_star li, div.bullet_star li {
		background: transparent url(images/icons/star.png) no-repeat 0 .2em;
}

ul.bullet_arrow4 li, div.bullet_arrow4 li {
		background: transparent url(images/icons/arrow4.png) no-repeat 0 .2em;
}

ul.bullet_arrow li, div.bullet_arrow li {
		background: transparent url(images/icons/arrow.png) no-repeat 0 .2em;
}

ul.bullet_plus li, div.bullet_plus li {
		background: transparent url(images/icons/plus.png) no-repeat 0 .2em;
}

ul.bullet_arrow2 li, div.bullet_arrow2 li {
		background: transparent url(images/icons/arrow2.png) no-repeat 0 .2em;
}

/* 
INFO BOXES 
For displaying messages and highlighting important information, notes, failure or success of an action.
*/

.info-box, .note-box, .tip-box, .error-box, tip-box {
		padding: 12px 15px;
		margin: 20px 0px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		background: #EEE;
		font-size: 12px;
}

.info-box {
		background-color: #DDF3FC;
		border: 1px solid #8ED9F6;
		color: #2E6093;
}

.note-box {
		background-color: #FFF8CB;
		border: 1px solid #FFEB70;
		color: #985D00;
}

.error-box {
		background-color: #FFDEDE;
		border: 1px solid #FF8C8C;
		color: #CD0A0A;
}

.tip-box {
		background-color: #ECFFB9;
		border: 1px solid #B7DB58;
		color: #5D791B;
}


/* 
F O R M S 


label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0; border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input.text, input.title, textarea {background-color:#F5F4EB; border:0px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#F5F4EB; border-width:0px;border-style:solid;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0;}

*/

form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em; margin-bottom:1em; }
.error, .alert {background:#fbe3e4; color:#8a1f11; border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}



div.prepend-top, .prepend-top {margin-top:1.5em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}



/*  
B U T T O N S  
*/

a.button, .button, #submit, .submit {
		position: relative;
		margin: 0;
		padding: 8px 20px 8px 20px;
		font-size: 12px;
		font-weight: bold;
		color: #666 !important;
		text-shadow: 0 1px 1px white;
		background: #DDD;
		background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#C4C4C4));
		background: -moz-linear-gradient(top, #EDEDED, #C4C4C4);
		border: 1px solid #ACACAC;
		border-top-color: #BDBDBD;
		border-bottom-color: #949494;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		cursor: pointer;
}

a.button:hover, a.button:focus, 
.button:hover, .button:focus, 
.submit:hover, .submit:focus, 
#submit:hover, #submit:focus {
		box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		text-decoration:none; 
		color: #D74A38 !important;
}

.size-m   { font-size: 12px; line-height: 1.5em; padding: 4px 8px 5px;}
.size-l   {}
.size-xl  {}
.size-xxl {}

.navyblue-btn  {background: #D74A38;}
.green-btn     {background: #D74A38;}
.grey-btn      {background: #D74A38;}
.orange-btn    {background: #D74A38;}



.icon-button {
		position: relative;
		overflow: visible;
		display: inline-block;
		margin: 0;
		padding: 0 10px !important;
		border: 1px #CCC solid;
		font-size: 12px !important;
		line-height: 19px !important;
		height: 19px;
		color: #545454 !important;
		cursor: pointer;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		white-space: nowrap;
		text-align: center;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		-o-border-radius: 1em;
		-ms-border-radius: 1em;
		border-radius: 1em;
		background-color: #E5E5E5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e5e5));
		background-image: -webkit-linear-gradient(top, white, #e5e5e5);
		background-image: -moz-linear-gradient(top, white, #e5e5e5);
		background-image: -ms-linear-gradient(top, white, #e5e5e5);
		background-image: -o-linear-gradient(top, white, #e5e5e5);
		background-image: linear-gradient(top, white, #e5e5e5);
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#e5e5e5');
		-webkit-background-clip: padding;
		-moz-background-clip: padding;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.1s linear, -webkit-box-shadow 0.3s linear, opacity 0.3s linear;
		-moz-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.1s linear, -moz-box-shadow 0.3s linear, opacity 0.3s linear;
		-o-transition: border-color 0.2s linear, background-color 0.2s linear, color 0.1s linear, box-shadow 0.3s linear, opacity 0.3s linear;
		transition: border-color 0.2s linear, background-color 0.2s linear, color 0.1s linear, box-shadow 0.3s linear, opacity 0.3s linear;
		user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		zoom: 1;
		-webkit-user-select: none;
}

.icon-button:hover, .icon-button.hover {
		border: 1px solid #B0B0B0;
		color: #111 !important;
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

a.icon-button {
		top: -3px;
}

.icon-button {
		cursor: pointer;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		white-space: nowrap;
		text-align: center;
}

a.icon-button  {
		font-size: 10px !important;
		line-height: 16px !important;
		height: 16px;
		padding: 0 7px !important;
		margin: 0;
}

a.icon-button span {
		display: inline;
		font-size: 10px !important;
}





/*  
T A B L E S 
*/

table {
		border-collapse: collapse;
		margin: 20px 0;
		width: 100%;
}

table th {
		font-weight: normal;
		padding: 8px;
		font-size: 13px;
		background-color: #FAFAF7;
		border-bottom: 2px solid #939393;
		color: #686868;
		text-align: center;
}

table td {
		border-bottom: 1px solid #D8D8D8;
		padding: 9px;
}

table th:hover {
		border-color: #D74A38;
}

table td:hover {
		background-color: #FAF9F7;
}


