/* #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 auto;
		padding: 0;
		border: 0;
		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; }
	img {
		max-width: 100%;
		height: auto;
		vertical-align: middle; }
	iframe {
		max-width: 100%;
		vertical-align: middle; }
	ol, ul, li {
		padding-left: 10px;
		margin-left: 10px; }
	ul {
		list-style: disc; }
	ol {
		list-style: decimal; }
	hr {
		height: 20px;
		margin: 0 0 20px;
		clear: both;
		border: 1px solid #CCC;
		border-width: 0 0 1px;
	}


/* #Basic Styles
================================================== */
body {
	background: #695DA9 url(../images/bkg.jpg) top no-repeat;
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
header {
	margin-top: 80px;
	background: #FFF;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	position: relative;
}
header:before {
	width: -webkit-calc(100% + 8px);
	width: -moz-calc(100% + 8px);
	width: calc(100% + 8px);
	height: 56px;
	background: url(../images/border-top-912.png) bottom no-repeat;
	display: block;
	content: '';
	position: absolute;
	left: -4px;
	top: -50px;	
}
.logo {
	text-align:	center;
	padding: 2px 0 40px;
	position: relative;
	z-index: 100;
}
#Banner {
	margin: -20px -10px;
	width: -webkit-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: calc(100% + 20px);
	position: relative;
}
.banner {
	position: relative;
	z-index: 1000;
}
.bannerImg {
	border: 20px solid #FFF;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
.banner:before {
	background: #FFF;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;	
	content: '';
	position: absolute;
	transform: rotate(1deg);
	left: 0;
	top: 0;
	z-index: -1;
}
.banner:after {
	background: #FFF;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;	
	content: '';
	position: absolute;
	transform: rotate(-1deg);
	left: 0;
	top: 0;
	z-index: -1;
}
.bannerCaption {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2000;
	text-align: center;
	padding: 15px 0 0 30px;
}
#MainContainer {
	background: #FFF url(../images/white-bkg.jpg) top no-repeat;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	padding-top: 40px;
	position: relative;
}
#MainContainer:before {
	width: -webkit-calc(100% + 8px);
	width: -moz-calc(100% + 8px);
	width: calc(100% + 8px);
	height: 66px;
	background: url(../images/border-bottom-912.png) bottom no-repeat;
	display: block;
	content: '';
	position: absolute;
	left: -4px;
	bottom: -66px;	
}
.mainContainerBkg {
	border-left: 220px solid #2E3192;
	margin: 0 45px 0 10px;
	position: relative;
	height: auto;
	min-height: 516px;
}
.mainContainerBkg:before {
	width: 1px;
	background: #2E3192;
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	left: 2px;
}
.sidebar {
	width: 220px;
	margin: 0 25px 0 10px;
	margin-left: -220px;
}
.content {
	padding: 20px 0 0 30px;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
}
.footerContent {
	background: url(../images/logo-small.png) right no-repeat;
	padding: 10px 65px 10px 0;
	text-align: right;
	margin: 60px 40px 100px;
}
#Media {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(46, 49, 146, 0.5);
	z-index: 9999;
}


/* #Fonts
================================================== */
h1 {
	font: normal 30px/40px 'Satisfy', cursive;
	color: #001675;
	letter-spacing: -1px;
}
.bannerCaption h1 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	color: #2D3192;
}
h2 {
	font: normal 25px/35px 'Satisfy', cursive;
	color: #6B60A5;
	letter-spacing: -1px;
}
.bannerCaption h2 {
	font-size: 30px;
	line-height: 33px;
	letter-spacing: -0.5px;
	color: #FFF;
}
h3 {
	font: normal 30px/40px 'Satisfy', cursive;
	color: #001675;
}
.bannerCaption h3 {
	font-size: 17px;
	line-height: 23px;
	letter-spacing: -0.5px;
	color: #2D3192;
}
h4 {
	font: normal 20px/30px 'Satisfy', cursive;
	color: #001675;
}
h5 {
	font: normal 15px/20px 'Satisfy', cursive;
	color: #6B60A5;
}
h6 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #333;
}
.bannerCaption p {
	font: normal 15px/20px 'Satisfy', cursive;
	color: #2D3192;
	letter-spacing: -0.5px;
}
.footerContent {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}

dt {
	float: left;
	width: 100px;
	clear: both;
}
dl {
	float: left;
	width: 270px;
}
.small {
	font-style: italic;
	font-size: 12px;
}
.map {
	background: #FFF;
	padding: 10px;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
a,
a:visited {
	color: #001675;
}


/* #Navigation
================================================== */
nav ul {
	padding: 15px 0 0;
	margin: 0;
	list-style: none;
}
nav ul li {
	padding: 0 0 7px;
	margin: 0;
	list-style: none;
	display: block;
}
nav ul li a,
nav ul li a:visited {
	color: #FFF;
	font: normal 20px/33px 'Satisfy', cursive;
	text-decoration: none;
	margin: 0 -14px 0 -3px;
	padding: 0 10px 0 20px;
	display: block;
	position: relative;
	z-index: 1000;
	letter-spacing: -0.5px;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a.selected {
	background: url(../images/menu-over.png) no-repeat;
}
#NavigationTrigger {
	display: none;
}


/* #Lists
================================================== */
ul.media {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	float: right;
	width: auto;
	position: relative;
	right: 50%;
}
ul.media li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 42px;
	position: relative;
	left: 50%;
	height: 44px;
}
ul.media li + li {
	margin-left: 20px;
}
ul.media li a,
ul.media li a:visited {
	display: block;
	text-indent: -9999px;
	height: 44px;
	width: 42px;
}
ul.media li.facebook a,
ul.media li.facebook a:visited {
	background: url(../images/icon-facebook.png) center no-repeat;
}
ul.media li.twitter a,
ul.media li.twitter a:visited {
	background: url(../images/icon-twitter.png) center no-repeat;
}
ul.media li.youtube a,
ul.media li.youtube a:visited {
	background: url(../images/icon-youtube.png) center no-repeat;
}
ul.media li.blog a,
ul.media li.blog a:visited {
	background: url(../images/icon-blog.png) center no-repeat;
}



ul.formList {
	border: 1px solid #ccc;
	list-style: none outside none;
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
	padding: 3px 6px;
}
ul.formList li {
	padding: 2px 0 0;
	margin: 0;
	list-style: none;
	float: left;
}
ul.formList li.label {
	width: -webkit-calc(35% - 5px);
	width: -moz-calc(35% - 5px);
	width: calc(35% - 5px);
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: right;
	padding: 6px 5px 0 0;
	clear: both; 
}
ul.formList li.field {
	width: 65%;
}
ul.formList li.labelField {
	width: 100%;
}
ul.formList li.button,
ul.formList li.noLabel,
ul.formList li.message,
ul.formList li.upload {
	width: 65%;
	margin-left: 35%;
}
ul.formList li.title {
	display: block;
	background: #EDEDED;
	color: #0B6790;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
ul.formList li ul {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.form-04 li {
	width: 20%;
}
.form-01 li {
	width: 50%;
}
ul.formList li.message {
	font-size: 11px;
	line-height: 16px;
}

.formLeft {
	float: left;
	width: -webkit-calc(100% - 172px);
	width: -moz-calc(100% - 172px);
	width: calc(100% - 172px);
}
.formRight {
	float: right;
	width: 172px;	
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 2px;
}

/* #Forms
================================================== */

.field input,
.field select,
.field textarea {
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	height: 16px;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #333;
}
.formLeft .field input,
.formLeft .field select,
.formLeft .field textarea {
	width: -webkit-calc(100% - 12px);
	width: -moz-calc(100% - 12px);
	width: calc(100% - 12px);
}
.field select {
	width: 100%;
	height: 26px;
}
.field textarea {
	height: 80px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: #6b60a5;
}
.field input[type="radio"],
.field input[type="checkbox"] {
	width: auto;
}
.button input {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #333;
	border: none;
	padding: 0px 15px;
	height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}
.button input:hover {
	background: #6b60a5;
}



/* #Images
================================================== */
.imgCenter,
.imgRight,
.imgLeft {
	padding: 5px;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	margin: 10px auto;
	display: block;
	background: #FFF;
}
.imgCenter {
	max-width: -webkit-calc(100% - 10px);
	max-width: -moz-calc(100% - 10px);
	max-width: calc(100% - 10px);
}
.imgLeft {
	float: left;
	max-width: 40%;
	margin: 10px 15px 10px 0;
}
.imgRight {
	float: right;
	max-width: 40%;
	margin: 10px 0 10px 15px;
}


/* #Scripts
================================================== */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}

/* #Testimonials
================================================== */

.d3cp_review_box ul.d3cp_star_rating_min {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.d3cp_review_box ul.d3cp_star_rating_min li {
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #2E3192;
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	color: #FFF;
	font: 20px/40px "Satisfy", cursive;
}
.d3cp_review_itemize ul.d3cp_star_rating_min {
	padding: 10px 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.d3cp_review_itemize ul.d3cp_star_rating_min li {
	padding: 0;
	margin: auto;
	list-style: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #2E3192;
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	color: #FFF;
	font: 20px/40px "Satisfy", cursive;
}
.d3cp_review_date.dtreviewed,
.d3cp_seal_expl_center,
.d3cp_review_itemize span {
	color: #999;
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-style: italic;
}
.d3cp_seal_expl_center {
	text-align: center;
}
.d3cp_review_name.reviewer var.fn {
	font-weight: bold;
}
.d3cp_review_content.description {
	padding-top: 15px;
}
.d3cp_review_period {
	display: none;
}
.d3cp_review_order {
	background: #2E3192;
	color: #FFF;
	position: relative;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	clear: both;
}
.d3cp_review_order:before,
.d3cp_review_order:after {
	content: '';
	display: block;
	width: 100%;
	background: #2E3192;
	height: 1px;
	left: 0;
	position: absolute;
}
.d3cp_review_order:before {
	top: -2px;
}
.d3cp_review_order:after {
	bottom: -2px;
}
.d3cp_review_page span,
.d3cp_review_page a {
	display: inline-block;
}
.d3cp_feature_wrap + hr {
	display: none;
}
.d3cp_review_page span {
	display: inline-block;
	height: 16px;
	min-width: 16px;
	background: #FFF;
	color: #2E3192;
	margin: 0 2px;
	text-align: center;
	border: 1px solid #FFF;
}
.d3cp_review_page a,
.d3cp_review_page a:visited,
.d3cp_review_sort a,
.d3cp_review_sort a:visited {
	border: 1px solid #FFF;
	color: #FFF;
	height: 16px;
	min-width: 16px;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
}
.d3cp_review_sort a,
.d3cp_review_sort a:visited {
	width: auto;
	padding: 0 4px;
}
.d3cp_review_sort {
	display: block;
	padding-top: 5px;
}
.d3cp_review_name.reviewer {
	display: none;
}
.d3cp_itemized_box.bodymiddle {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	overflow: hidden;
}
.d3cp_review_itemize:first-child {
	border-bottom: 1px solid #333;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.d3cp_review_itemize + .d3cp_review_itemize {
	float: left;
	width: -webkit-calc(100% / 5 - 20px);
	width: -moz-calc(100% / 5 - 20px);
	width: calc(100% / 5 - 20px);
	padding: 0 10px;
	text-align: center;
}