@charset "utf-8";
/* ======================================================== */
/*  THIS SITE USES A MOBILE FIRST DESIGN PHILOSOPHY */
/*  BASIC AND MOBILE STYLES ARE DEFINED IN THE MAIN BODY */
/*  OF THE CSS, MEDIA QUERIES INCLUDE CHANGES FOR TABLET AND DESKTOP */
/* ======================================================== */
/* */
/* ======================================================== */
/*  GENERIC RESETS  */
/* ======================================================== */
body, div, a, img, span, audio, video, p, h1, h2, h3, h4, h5, h6, strong, small, ul, ol, li, pre, code, blockquote, sub, sup, table, th, td, tr, tbody, tfoot, thead, form, fieldset, legend, label, input, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: auto;
	font-size: medium;
}
.textIndent {
	margin-left: 20px;
}

img {
	border: none;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/* Corrects `inline-block` display not defined in older browsers */
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* Corrects issue for `hidden` attribute not present in older browsers */
[hidden] {
	display: none;
}
/* Prevents iOS text size issues after orientation change */
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* Correct overflow not hidden in IE9 */
svg:not(:root) {
	overflow: hidden;
}
a[href^=tel] {
	color: inherit;
	text-decoration: inherit;
}
/* Some clickable elements do not have a pointer icon*/
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer;
}
/* ======================================================== */
/*   BASIC LAYOUT STYLES FOR THE SITE */
/* ======================================================== */
body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 100%;
	background-color: rgba(255,124,0,1.00);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: scroll;
	line-height: 1.4em;
	color: rgba(63,98,182,1.00);
	font-weight: 500;
}
/*  --- Width wrapper for full size screen elements to limit width ---  */
.wrap {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
/*  --- header area ---  */
header {
	margin-left: auto;
	margin-right: auto; /* mobile*/
	padding-top: 5px;
	background-color: rgba(255,255,255,1.00);
}
#headerLeft {
	font-size: 1.125em;
	font-weight: bold;
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	-o-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;

}
#headerRight {
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	-o-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	
	
	
}
/*  --- content area ---  */
#player {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#mainContent {
	background-color: rgba(255,255,255,1.00); /* mobile*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 5px;
}
/*  --- footer area ---  */
footer {
	background-color: rgba(255,124,0,1.00);
	padding: 10px 2%; /* mobile*/
	background-image: -webkit-linear-gradient(0deg,rgba(255,124,0,1.00) 0%,rgba(255,150,0,1.00) 49.22%,rgba(255,124,0,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,124,0,1.00) 0%,rgba(255,150,0,1.00) 49.22%,rgba(255,124,0,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,124,0,1.00) 0%,rgba(255,150,0,1.00) 49.22%,rgba(255,124,0,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,124,0,1.00) 0%,rgba(255,150,0,1.00) 49.22%,rgba(255,124,0,1.00) 100%);
	-webkit-box-shadow: 0px -10px 8px 3px rgba(255,124,0,1.00);
	box-shadow: 0px -10px 8px 3px rgba(255,124,0,1.00);
	color: rgba(0,0,0,1.00);
}
#footerLeft {
	font-size: 1.5em;
	font-weight: bold;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
}
#footerRight {
	font-weight: bold;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
	font-size: 1.125em;
	color: rgba(255,255,255,1.00);
}
/*  --- social media icon box ---  */
#social {
	margin-top: 5px;
	font-size: 1.25em;
	font-weight: bold;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
}
#social a:link img, #social a:visited img {
	border-radius: 4px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#social a:hover img {
	border-radius: 4px;
	opacity: 1;
}
#social:hover img {
	opacity: 0.4
}
/*  --- rating/bbb box ---  */
#rating {
	margin-top: 10px;
	font-size: 1.25em;
	font-weight: bold;
	float: none; /* mobile*/
	width: 100%; /* mobile*/
	text-align: center; /* mobile*/
	margin-left: auto;
	margin-right: auto;
}
/*  --- copyright styles ---  */
#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.75em;
	text-align: left;
}
#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
#copyright a:hover {
	text-decoration: none;
	color: rgba(53,60,173,1.00);
}
/* ======================================================== */
/*  HEADING STYLES   */
/* ======================================================== */
h1 {
	font-size: 1.65em;
	color: rgba(53,60,173,1.00);
	line-height: normal;
}
h2 {
	font-size: 1.4em;
	color: rgba(255,124,0,1.00);
	line-height: normal;
}
h3 {
	font-size: 1.25em;
	color: rgba(63,98,182,1.00);
	line-height: normal;
}
h4 {
	font-size: 1.125em;
	color: rgba(53,60,173,1.00);
	line-height: normal;
}
h5 {
	font-size: 1.05em;
	color: rgba(255,124,0,1.00);
	line-height: normal;
}
h6 {
	font-size: 0.875em;
	color: rgba(63,98,182,1.00);
	line-height: normal;
}
/* ======================================================== */
/*  TEXT, LINK, BUTTON, and HR STYLES   */
/* ======================================================== */
a:link, a:visited {
	color: rgba(53,60,173,1.00);
	text-decoration: none;
}
a:hover, a:active {
	color: rgba(63,98,182,1.00);
	text-decoration: none;
}
footer a:link, footer a:visited {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
footer a:hover, footer a:active {
	color: rgba(53,60,173,1.00);
	text-decoration: none;
}


/*  --- phone link styles ---  */
a:link.textHeaderPhone, a:visited.textHeaderPhone, a:hover.textHeaderPhone, a:active.textHeaderPhone {
	font-size: 1.25em;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: rgba(63,98,182,1.00);
	text-decoration: none;
	line-height: normal;
	white-space: nowrap;
	font-weight: bold;
}
a:link.textFooterPhone, a:visited.textFooterPhone, a:hover.textFooterPhone, a:active.textFooterPhone {
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}
/*  --- secondary link style ---  */
a:link.linkSecondary, a:visited.linkSecondary {
	color: rgba(255,124,0,1.00);
	font-weight: bold;
	text-decoration: none;
}
a:hover.linkSecondary, a:active.linkSecondary {
	color: rgba(255,150,0,1.00);
	text-decoration: none;
}
/* --- special text highlighting --- */
.textHilite {
	color: rgba(255,124,0,1.00);
	font-variant: normal;
	font-weight: bold;
	font-size: 1.1em;
}
/* --- lists ---  */
#mainContent ul li {
	margin-left: 30px;
	line-height: 1.3em;
	list-style-type: square;
}
#mainContent ol li {
	margin-left: 30px;
	line-height: 1.3em;
}
#mainContent ul, #mainContent ol {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* --- primary buttons ---  */
/* --- copy and make changes for secondary buttons ---  */
a.button-primary {
	background-color: #FF7C00;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
a:hover.button-primary {
	background-color: #353CAD;
	color: #FFFFFF;
	text-decoration: none;
}
/*Gloss for the buttons*/
a.button-primary:before {
	content: "";
	position: absolute;
	left: 3%;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.18) 9.84%, rgba(255,255,255,0.10) 64.25%, rgba(255,255,255,0.02) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.18) 9.84%, rgba(255,255,255,0.10) 64.25%, rgba(255,255,255,0.02) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.18) 9.84%, rgba(255,255,255,0.10) 64.25%, rgba(255,255,255,0.02) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.18) 9.84%, rgba(255,255,255,0.10) 64.25%, rgba(255,255,255,0.02) 100%);
	z-index: 40;
	display: block;
	top: 1px;
	width: 94%;
	height: 28px;
	/* [disabled]background-color: rgba(255,255,255,0.50);
*/
}
hr {
	border: 0;
	height: 2px;
	background-color: rgba(255,255,255,0.50);
}
/* ======================================================== */
/*   STANDARD FLOATING COLUMN LAYOUT STYLES  */
/* ======================================================== */
.columnLeft35, .columnLeft50, .columnLeft65 {
	width: 98%; /* mobile*/
	float: none; /* mobile*/
	margin: 10px auto;
}
.columnRight35, .columnRight50, .columnRight65 {
	width: 98%; /* mobile*/
	float: none; /* mobile*/
	margin: 10px auto;
}
.column100, .column20, .column25, .column33 {
	width: 98%; /* mobile*/
	float: none; /* mobile*/
	margin: 10px auto;
}
.columnCentered {
	width: 90%; /* mobile*/
	margin: 10px auto;
}
/* ======================================================== */
/*   FLEX BOX STYLES */
/* ======================================================== */
/* Container for centering the items (left/right) */
.flexContainerRowCentered {
	margin: 10px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

/* Container for centering and stretching columns */
.flexContainerRowStretch {
	/* [disabled]margin-top: 10px; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 10px; */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
}

/* Style for setting a specific widths, 1 across on mobile */
.flexItem20, .flexItem25, .flexItem33, .flexItem50, .flexItem66, .flexItem75 {
	width: 98%;
	padding: 1%;
}


/* ======================================================== */
/*   404 Error Page Styles
/* ======================================================== */

.errorBox {
	width: 80%;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	border-radius: 20px;
	-webkit-box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.50);
	box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.50);
}
.errorText{
	font-size: 3em;
}

/* ======================================================== */
/*   MISCELLANEOUS HELPER STYLES  */
/* ======================================================== */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatLeft {
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-left: 2%;
	margin-bottom: 10px;
}
.floatLeft2Center, .floatRight2Center {
	text-align: center; /* mobile*/
	margin: 5px auto;
	float: none; /* mobile*/
	display: block;
}
.clearfix {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none; /* mobile*/
}
/* ======================================================== */
/*   MISCELLANEOUS DESIGN STYLES FOR SITE  */
/*  SITE DESIGN STYLES SHOULD GO HERE  */
/* ======================================================== */
.shadow {
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.50);
	box-shadow: 4px 4px 8px rgba(0,0,0,0.50);
}
.bgWhite {
	background-color: #FFFFFF;
	padding: 10px;
}
.picStyle {
	border: thin solid rgba(166,0,2,1.00);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.50);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.50);
}
section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bgBlue {
	background-color: rgba(53,60,173,1.00);
	color: rgba(255,255,255,1.00);
}

.bgBlue h1, .bgBlue h2, .bgBlue h3, .bgBlue h4, .bgBlue h5, .bgBlue h6 {
	color: rgba(255,255,255,1.00);
}

.bgOrange {
	background-color: rgba(255,150,0,1.00);
	color: rgba(0,0,0,1.00);

}

.bgOrange h1, .bgOrange h2, .bgOrange h3, .bgOrange h4, .bgOrange h5, .bgOrange h6 {
	color: rgba(255,255,255,1.00);
}

.featureLeft {
	width: 33%;
	margin-right: 1%;
	}
.featureRight {
	width: 66%;
	position: relative;
	z-index: 50;
	}


.wmBlue {
	position: relative;
	min-height: 330px;
}
.wmBlue:after  {
	content: url(../images/watermark-blue.png);
	position: absolute;
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 0px;
	bottom: 20px;
	overflow-x: visible;
	overflow-y: visible;
	float: right;
}

.wmWhite {
	position: relative;
}
.wmWhite:after  {
	content: url(../images/watermark-white.png);
	position: absolute;
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 0px;
	bottom: 20px;
	overflow-x: visible;
	overflow-y: visible;
	float: right;
	z-index: 20;
}
.textTitle {
	color: rgba(63,98,182,1.00);
	font-weight: bold;
	font-size: 3em;
	line-height: normal;
	text-align: center;
}

.titleSection {
	background-color: rgba(245,245,245,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	}
.titleContainerLeft {
	margin: 10px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.titleIcon {
	margin-right: 10px;
}

/* ======================================================== */
/*   MEDIA QUERIES  */
/* ======================================================== */
@media screen and (min-width:550px) {
#headerLeft {
	width: 40%;
	text-align: left;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}
#headerRight {
	width: 60%;
	text-align: right;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}
#footerLeft {
	width: 48%;
	text-align: left;
	float: left;
}
#footerRight {
	width: 48%;
	float: right;
	text-align: right;
}
#social {
	width: 48%;
	text-align: left;
	float: left;
	clear: left;
}
#rating {
	width: 48%;
	float: right;
	text-align: right;
	clear: right;
}
.columnLeft35 {
	width: 48%;
	float: left;
}
.columnLeft50 {
	width: 48%;
	float: left;
}
.columnLeft65 {
	width: 63%;
	float: left;
}
.columnRight35 {
	width: 33%;
	float: right;
}

.titleContainerLeft {

	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;

}
.textTitle {
	text-align: left;	
}
.columnRight50 {
	width: 48%;
	float: right;
}
.columnRight65 {
	width: 48%;
	float: right;
}
.column25, .column33, .column20 {
	width: 48%;
	float: left;
}
.floatLeft2Center {
	float: left;
	margin-right: 2%;
	margin-left: 0px;
}
.floatRight2Center {
	float: right;
	margin-left: 2%;
	margin-right: 0px;
}
.flexItem20, .flexItem25, .flexItem33, .flexItem50 {
	width: 47%;
}

.flexItem66 {
	width: 63%
	}

.flexItem33 {
	width: 30%;
}
}

@media screen and (min-width:999px) {
.columnLeft35, .columnRight35 {
	width: 33%;
}
.columnLeft65, .columnRight65 {
	width: 63%;
}
.column20 {
	width: 18%;
	float: left;
}
.column25 {
	width: 23%;
	float: left;
}
.column33 {
	width: 31%;
	float: left;
}
.columnCentered {
	width: 75%;
}
.flexItem20 {
	width: 17%;
}
.flexItem25 {
	width: 22%;
}

.flexItem50 {
	width: 47%;
}


.flexItem75{
	width: 73%;
}




.hidden {
	display: inline;
}
}
