@charset "utf-8";
/* CSS Document */
/* BSI colors
==================================================

003d6e - BSI blue 
76BD22 - lime green
3F97B5 - light blue
f7b512 - yellow/orange
595959 - gray dark / bk 75%
bdbdbd - gray light / bk 25%

updated 160414

*/


/* Basics 
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

/*html,body,div,span,fieldset,form,label,legend,table, td*/
html,body,fieldset,form,label,legend,table, td {
	color:#595959;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 15px;
	line-height:1.2em;
	font-family: "effra", sans-serif;
	color: #595959;
	text-align: left;
	background: #FFFFFF;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td, table th { padding:5px; }
th { font-weight:bolder; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #3F97B5;
	font-family: "lexia", serif;
	line-height: 1.15em;
	font-weight: bold;
	text-align: left;
	margin: 0.25em 0;
	display:block;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.7em;
	color: #003d6e;
	line-height: 1.4em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
	color: #595959;
	font-style:italic;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;	
}
p {
	margin: 10px 0;
}
p img {
	margin: 0;
}
em {
	font-style: italic;
}
small, sup {
	font-size: .75em;
}
strong {
	font-weight: bold;
}


/*	Blockquotes  */
blockquote, q {
	quotes: none;
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #bdbdbd	;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #595959;
	font-style: italic;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #76BD22;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite:after {
	/*content: "121212";*/
}
hr {
	border: solid #76BD22;
	border-width: 2px 0 0;
	clear: both;
	margin: 15px 0;
	height: 0;
}

/* #Links
================================================== */
a {
	cursor: pointer;
	text-decoration: underline;
	outline: 0;
	color: #003d6e;
}
a:visited {}
a:hover {
	color: #76BD22;
}

/* #Lists
================================================== */

ul li, ol li {
	line-height: 1.25em;
	margin-left: 1.5em !important;
	padding: 0.25em 0 !important;
}
ul, ol {
	margin: 10px 0;
}
ul {
	/*list-style: disc outside;*/
}
ol {
	/*list-style: decimal;*/
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul { /*level 2*/
	margin: 5px 0 5px 20px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}

/* #Buttons
================================================== */



.btn,
body .btn,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #FFFFFF !important;
	display: inline-block !important;
	font-size: .9em !important;
	letter-spacing: 0.05em;
	cursor: pointer !important;
	line-height: 1.1em !important;
	font-weight:bold !important;
	text-shadow: 0 1px 1px #3F97B5;
	  
	background-color:#76bd22 !important;
	
	text-decoration:none !important;
	padding:5px 10px !important;
	/*margin:2px !important;
	margin-top: 5px !important;*/
	margin: 10px 5px 0 0 !important;
	
	border:1px solid #3F97B5 !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	background-image:none !important;
	
}

.btn:hover, 
body .btn:hover, 
.button:hover, 
button:hover,
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	color: #FFFFFF !important;
	background-color:#3F97B5 !important;
	background-image:none !important;
	border:1px solid #76bd22 !important;
	text-shadow: 0 1px 1px #76bd22;
}

.btn:active, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background: #bdbdbd; /* Old browsers */
}

.btn.full-width, .button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* #Forms
================================================== */

form { }

fieldset {
	margin-bottom: 20px;
	padding: 10px;
}

input[type="email"],
input[type="number"],
input[type="phone"],
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea {
	text-decoration:none !important;
	padding:2px 5px !important;
	margin:5px 0;
	min-width:45%;
	max-width:95%;
	
	border:2px solid #bdbdbd	 !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	background-image:none !important;
}

select {
		text-decoration:none !important;
	padding:2px 5px !important;
	margin:5px 0 !important;
	
	border:1px solid #bdbdbd	 !important;
	
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	color: #595959	;
	border: 1px solid #bdbdbd;
}

input[type="checkbox"] {
	display: inline;
}

label, legend {
	display: block;
	font-weight: bold;
	font-size: 1em;
}

label span, legend span {
	font-weight: normal;
	font-size: 1em;
	color: #595959;
}

select { }

textarea {
	min-height: 60px;
}

tr.odd { background-color:#dedede; }

/* #Other 
================================================== */

.clearFix { clear: both; }

.date { color:#f7b512; font-weight:bold; font-size:.8em; font-style:italic;}

.hide { display: none; }

.left { float:left; }

.right { float:right; }
