/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

	code {
		padding: 3px 6px;
		font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
		background: #fafafa;
		border: 1px solid #dedede;
		color: #688FCA;
	}
	
	

/* #Basic Styles
================================================== */
	body {
	font-family: 'open sans', Tahoma, Arial, sans-serif;
	background: #fdfdfd;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	line-height: 21px;
	
 }
 
 
 body p {
	padding-bottom:10px;
	letter-spacing:0px;
}

body p strong { font-weight:bold;}

/* Basic Alginment
================================================== */


.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}

img, object, video {max-width: 100%; height: auto;display:block;}
img {
/*  width: auto;*/  
max-width: 100%; 
border: 0;
-ms-interpolation-mode: bicubic;
}

/* Flexible Embeds */
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.spacer {margin-top: 20px;}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #464646;
		font-family: "Open Sans", Arial, sans-serif;
		font-weight: normal; }
		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 50px; }
	h2 { font-size: 18px; line-height: 30px; color:#10147E; font-weight:bold; padding-bottom:18px;}
	h3 { font-size: 18px; line-height: 34px; color:#10147E; font-weight:bold; padding-bottom:8px;}
	h4 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	color: #10147E;
}
	h5 {
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	color: #10147E;
	padding-bottom: 8px;
}
	h6 { font-size: 12px; line-height: 21px; }
	.subheader { color: #777; }

	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	small { font-size: 80%; }


/* #Links
================================================== */
	a, a:visited {
	color: #10147E;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-transition: color 0.1s ease-in-out;
}
	a:hover, a:focus { color: #222; text-decoration:underline;}
	p a, p a:visited { line-height: inherit; }

	
/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal;}
	ol, ul.square, ul.circle, ul.disc {  }
	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 { margin: 4px 0 5px 20px;  }
	
	
	
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li {
	line-height: 18px;
	margin-bottom: 8px;
}
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
	li a:hover, a:focus { text-decoration:underline;}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Responsive Menu
================================================== */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		border: 1px solid #d7d7d7;
		color: #888;
		font-size: 12px;
		font-family: 'Open Sans', Tahoma, Arial, sans-serif;
		padding: 6px;
		background-color: #fff;
		outline: none;
	}
	
	input[type="searchtext"],
		textarea {
		border: 1px solid #fff;
		color: #000;
        font-size: 13px;
		font-family: 'Open Sans', Tahoma, Arial, sans-serif;
		padding: 6px;
		background-color: #fff;
		outline: none;
	}
	
	select {
		
		-webkit-appearance: none !important;  /*Removes default chrome and safari style*/
        -moz-appearance: none !important;  /* Removes Default Firefox style*/
		text-indent: 0.01px !important;  /* Removes default arrow from firefox*/
        text-overflow: "" !important;   /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		
		
		
		
		font: 14px "Open sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333;
		margin: 0; 
		cursor: pointer; min-width:150px;
		max-width: 100%; 
		display: block;
		margin-bottom: 5px;margin-top: -3px;
		background-color:#F2F3F8; 
		border-radius: 5px;
		border: 1px solid #d7d7d7;
	}		
select{padding: 0;}

.widefield { width:300px;}


/* Custom Select */

.custom-select {
	background-color: #F2F3F8;
	border-radius: 0px;
		border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 1em;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.custom-select:hover {
	border-color: #999;
}

.custom-select:before {
	color: #333;
	display: block;
	font-family: 'FontAwesome';
	font-size: 14px;
	height: 100%;
	line-height: 1.75em;
	padding: 0 0.245em;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 1em;
	z-index: -1;
}

.custom-select select {
	background-color: transparent;
	border: 0 none;
	box-shadow: none;
	color: #333;
	display: block;
	font-size: 100%;
	line-height: normal;
	margin: 0; padding-left: 10px; padding-right:.05em;
	padding-top:.05em; padding-bottom:.07em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select select::-ms-expand {
	display: none; /* to ie 10 */
}

.custom-select select:focus {
	outline: none;
}

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */

/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

:-moz-any(.custom-select):before {
	background-color: #F2F3F8; /* this is necessary for overcome the caret default browser */
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
	z-index: 1; /* this is necessary for overcome the pseudo element */
}