/* 
purple: #12169C
blue: #4FC9E5
*/
*{
	margin:0;
	padding:0;
	border:0;
}
body{
}
input, textarea{
	padding: 1px 4px;
	color: #333;
	border: 1px solid #a5a5a5;
	line-height:18px;
}
select{
	border: 1px solid #a5a5a5;
	padding: 2px 5px;
	color: #333;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
ol, ul{
	list-style-type:none;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
td{
	text-align: left;
	vertical-align: middle;
	padding-bottom: 12px;
}

/* LAYOUT
-------------------------------------------------------------- */
.page{
	width: 620px;
}
@media (max-width: 939px) {
.page{
	width: 620px;
	padding-right: 30px;
	padding-left: 30px;
}
}
@media (max-width: 619px) {
.page{
	width: auto;
}
}
.primary-full{
	width: auto;
	margin-bottom: 20px;
}
.primary{
	margin-bottom: 20px;
}
@media (max-width: 619px) {
.primary{
	width: auto;
}
}
.bulletpoints{
	margin-bottom: 24px;
}
.bulletpoints span{
	color: #4FC9E5;
	font-size: 24px;
}
.content{
	padding-top: 20px;
	padding-bottom: 10px;
}
.content img{
	max-width: 620px;
}
@media (max-width: 619px) {
.content img{
	width: 100%;
}
}
.content p, .text td, .content-widget p, .navigation, .pagination{
	color: #12169C;
	font-family: helvetica;
	font-size: 12px;
	margin-bottom: 9px;
}
.content .archive-header h1, .content .navigation h1{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
}
.content-widget{
	padding-bottom: 21px;
}
.content a, .content-widget a{
	color: #00a6eb;
}
.content h1, .content h1 a, .content h1 span, .content-widget h3, .content-widget h3 a{
	color: #4FC9E5;
	font-size: 48px;
	font-family: helvetica;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 48px;
	margin-bottom: 18px;
}
.content h1 a{
	color: #1c8100;
}
.content h2, .content h2 a{
	color: #12169C;
	font-size: 18px;
	font-family: helvetica;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 18px;
}
.content h3{
	color: #cc0000;
	font-size: 18px;
	font-family: helvetica;
	line-height: 22px;
	margin-bottom: 18px;
}
.unused{
	font-size:18px;
	margin-bottom:12px;
	color: #333;
	line-height: 22px;
	font-weight:bold;
	text-decoration: none;
	clear: both;
}
.content li, .footer li{
	color: #12169C;
	font-family: helvetica;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
}
.content ol, #content ul, .content-widget ul{
	margin-bottom: 18px;
}
.feature{
	background-color: #f7f7f7;
}
.service img{
	margin-left: 20px;
}
.continue-reading{
	font-weight:bold;
	color: #38B5D5 !important;
	text-decoration:none !important;
}
.continue-reading:hover{
	color: #ccc !important;
}
.half{
	width: 460px;
}
.third{
	width: 300px;
}
@media (max-width: 939px) {
.half, .third{
	width: 100%;
}
}
.gutter{
	margin-right:20px;
}
.hide {
	display: none;
}
.rule{
	border-top: 1px solid #ccc;	
	height: 18px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}

/* [  ] HEADER
-------------------------------------------------------------- */
.header{
	border-bottom: 1px solid #12169C;
	padding-top: 50px;
	padding-bottom: 20px;
}
.header img{
}
.header p{
	color: #333;
	font-family: helvetica;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}
.header strong{
	color: #333;
	font-family: helvetica;
	font-weight: lighter;
	font-size: 48px;
	height: 80px;
	letter-spacing: -1px;
	line-height: 36px;
	padding-top: 20px;
}
.header sup{
	font-size: 24px;
}
.call span, .call a{
	font-size: 24px;
	margin-bottom: 30px;
}
.call a{
	color: #00a6eb;
	font-size: 24px;
	font-weight: bold;
}
.call span{
	color: #4FC9E5;
}


/* [  ] FOOTER
-------------------------------------------------------------- */
.footer{
	border-top: 1px solid #12169C;
	padding-bottom: 44px;
	padding-top: 10px;
}
.footer a{
	color: #00a6eb;
	text-decoration: underline;
}
.footer h1{
	color: #666;
	font-size: 24px;
	font-family: helvetica;
	font-weight: lighter;
	line-height: 22px;
	margin-bottom: 12px;
}
.footer p{
	color:#12169C;
	font-family: helvetica;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}
.footer ul{
	margin-bottom: 12px;
}


/* FORMS
-------------------------------------------------------------- */
.text p, .radio p, .date p{
	margin-bottom: 9px;
}
.text input, .text textarea, .date input, .captcha input, .text select, .comments input, .comments textarea{
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333;
	font-family: helvetica;
	font-size: 12px;
	line-height:18px;
	padding: 4px 5px;
}
.text input{
	width: 100%;
}
.text select{
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	height: 30px;
	padding: 5px;
	width: 100%;
}
.text span{
	font-weight: normal;
}
.text textarea{
	width: 100%;
	height: 80px;
}
.text textarea, .text textarea{
	height: 66px;
}
.captcha input{
	width:160px;
}
.radio input{
	width: 15px;
}
.submit input, .submit a{
	background-color: transparent;
	border: 3px solid #12169C;
	color: #12169C;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica;
	font-size: 24px;
	font-weight: bold;
	max-width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.back input{
	background-color: transparent;
	border: 0;
	border-radius: 5px;
	color: #00a6eb;
	cursor: pointer;
	display: inline-block;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
label.warning{
/*	background-color: #12169C;*/
	border: 3px solid #12169C;
	color: #12169C;
	display: block;
/*	margin-top: 10px;*/
	line-height: 18px;
	padding: 10px;
	position: relative;
}
/*
.warning::before{
	bottom: 105%;
	color: #12169C;
	content: '\f500';
	font-family: Genericons;
	font-size: 36px;
	left: 15px;
	position: absolute;
}
*/
.field{
	width: 90px;
}


/* [  ] BLOCKQUOTE
-------------------------------------------------------------- */
blockquote, .comment-content{
	background-image:url(img/quote.png);
	background-position: 10px 13px;
	background-repeat: no-repeat;
	background-color:#eee;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	color: #555;
	border-radius: 10px;
}
.blockquote-tail{
	background-image:url(img/blockquote-tail.png);
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	height:20px;
	padding-top: 3px;
 	padding-left: 30px;
}
.comments ol{
	margin: 0;
	padding: 0;
}
.comments ol li{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}


/* [  ] TOP
-------------------------------------------------------------- */
.top{
	color: transparent !important;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
}

/* [  ] JQUERY OVERRIDE
-------------------------------------------------------------- */
.ui-accordion-header{
	display: none;
}
.ui-accordion-content{
	background-color: #fff;
	border: 0;
}
