@charset "utf-8";
/*  THIS SITE USES A MOBILE FIRST DESIGN PHILOSOPHY */

/* ============================================= */
/* =============== 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;
}
.italics {
	color: rgba(248,0,255,1.00);
	font-weight: bolder;
}

img {
	border: none;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
#logobottom {
	border-top: 5px solid rgba(173,85,14,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* older browser rules and fixes */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
[hidden] {
	display: none;
}
svg:not(:root) {
	overflow: hidden;
}
/*tel links do not inherit styles on iOS  */
a[href^=tel] {
	color: inherit;
	text-decoration: inherit;
}
/* Prevents iOS text size issues after orientation change */
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* Some clickable elements do not have a pointer icon*/
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer;
}
/* textareas do not inherit fonts*/
textarea {
	font-family: inherit;
	font-size: inherit;
}
/* =================================================== */
/* =============== BASIC LAYOUT STYLES  ===============*/
/* =================================================== */
body {
	font-family: Arial;
	font-size: 100%;
	background-color: rgba(51,51,51,1.00);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: scroll;
}
.wrap {
	width: 98%;
	margin: 20px auto;
	max-width: 1100px;
}
/*  --- header area ---  */
header {
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(188,140,6,1.00);
	padding: 10px 1% 5px;
	-webkit-box-shadow: 0px 6px 12px rgba(0,0,0,0.50);
	box-shadow: 0px 6px 12px rgba(0,0,0,0.50);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headerLeft {
	/* [disabled]font-size: 1.125em; */
	/* [disabled]font-weight: bold; */
	width: 100%;
	/* [disabled]text-align: left; */
	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 {
	font-size: 1em;
	width: 100%;
	/* [disabled]margin-left: auto; */
	/* [disabled]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: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-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 {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-height: 715px;
	width: 100%;
}
#contentWrap{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	font-size: 0.875em;
	position: relative;
	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, #contentFooter {
	width: 100%;
}
#sidebar{
	width: 100%;
	background-color: #AD550E;
	background-image: url(../images/sidebar-bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	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;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.875em;
}
/*  --- footer area ---  */
footer {
	background-color: rgba(255,75,192,1.00);
	margin-top: 10px;
	padding: 10px 2%;
}
#footerLeft {
	font-size: 1.25em;
	font-weight: bold;
	float: none;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footerRight {
	font-size: 1.25em;
	font-weight: bold;
	float: none;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#social {
	margin-top: 5px;
	font-size: 1.25em;
	font-weight: bold;
	float: none;
	width: 100%;
	text-align: center;
	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 {
	margin-top: 10px;
	font-size: 1.25em;
	font-weight: bold;
	float: none;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.75em;
	text-align: center;
}
#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #000000;
}
#copyright a:hover {
	text-decoration: none;
	color: rgba(15,170,215,1.00);
}
/* =============== HEADING STYLES ===============*/

h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	line-height: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.05em;
}
h6 {
	font-size: 0.75em;
}

	h2.textFirst, h2.textSecond, h2.textThird{
	text-align: center;
		margin: 0px;
}




/* =============== TEXT LINK STYLES ===============*/

a:link, a:visited {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
a:hover, a:active {
	color: rgba(173,85,14,1.00);
	text-decoration: underline;
}
/*  --- secondary link style ---  */
a:link.linkSecondary, a:visited.linkSecondary {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
a:hover.linkSecondary, a:active.linkSecondary {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
/* =============== PHONE LINK STYLES ===============*/
a:link.textHeaderPhone, a:visited.textHeaderPhone, a:hover.textHeaderPhone, a:active.textHeaderPhone {
	font-size: 1.875em;
	margin: 0px;
	padding: 0px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	line-height: normal;
	white-space: nowrap;
}
a:link.textFooterPhone, a:visited.textFooterPhone, a:hover.textFooterPhone, a:active.textFooterPhone {
	font-size: 1.875em;
	margin: 0px;
	padding: 0px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	line-height: 1em;
	white-space: nowrap;
}
/* =============== BUTTON STYLES ===============*/
a.button-primary {
	background-color: #AD550E;
	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: #BC8C06;
	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);
*/
}
/* =============== LIST STYLES ===============*/

#mainContent ul li {
	margin-left: 30px;
	line-height: 1.3em;
}
#mainContent ol li {
	margin-left: 30px;
	line-height: 1.3em;
}
#mainContent ul, #mainContent ol {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* =============== 404 ERROR PAGE STYLES ===============*/

.errorBox {
	width: 80%;
	padding: 2%;
	margin: 30px auto;
	text-align: center;
}
.errorText {
	font-size: 3em;
}
/* =============== BLOG PAGE STYLES ===============*/

.blogDate {
	color: rgba(0,0,0,1.00);
	font-style: italic;
}
h3.blogTitle {
	font-size: 1.3em;
	margin-bottom: 10px;
	border-bottom: thin solid rgba(138,50,52,1.00);
}
.blogContent {
	margin-bottom: 40px;
}
.blogContent p {
	margin-bottom: 1.4em;
}
.blogContent .alignright, .blogContent .alignleft, .blogContent .aligncenter {
	text-align: center;
	margin: 10px auto;
	float: none;
	display: block;
}
/* =============== FLOATING COLUMN LAYOUT STYLES ===============*/

.columnLeft35, .columnLeft50, .columnLeft65 {
	width: 98%;
	float: none;
	margin: 10px auto;
}
.columnRight35, .columnRight50, .columnRight65 {
	width: 98%;
	float: none;
	margin: 10px auto;
}
.column100, .column20, .column25, .column33 {
	width: 98%;
	float: none;
	margin: 10px auto;
}
.columnCentered {
	width: 90%;
	margin: 10px auto;
}
/* =============== FLEX BOX STYLES ===============*/
.flexContainerRowCentered {
	margin-top: 10px;
	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: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	width: 100%;
}
.flexContainerRowStretch {
	margin-top: auto;
	margin-bottom: 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: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	width: 100%;
}
/* Style for setting a specific widths, 1 across on mobile */
.flexItem20, .flexItem25, .flexItem33, .flexItem50 {
	width: 98%;
	text-align: center;
	padding: 1%;
}
/* =============== 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;
	margin: 5px auto;
	float: none;
	display: block;
}
.clearfix {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none;
}
/* =============== MISCELLANEOUS DESIGN STYLES FOR SITE ===============*/
/* --- horizontal rule stylings --- */
hr {
	border: 0;
	background-color: #AD550E;
	height: 5px;}
/* --- special text styles ( .textXXXX ) --- */
.textHilite {
	color: rgba(173,85,14,1.00);
	font-weight: bold;
	font-style: italic;
}
/* --- special background styles ( .bgXXXX ) --- */
.bgWhite {
	background-color: #FFFFFF;
	padding: 10px;
}
/* --- standard picture styles ( .picXXXX) --- */
.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);
}
.shadow {
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.50);
	box-shadow: 4px 4px 8px rgba(0,0,0,0.50);
}

/* --- misc styles --- */

.sidebarContent {
	margin-top: 20px;
	font-style: italic;
}
.sidebarFooter{
	line-height: 2em;
	text-align: right;
}
.testimonials  {
	font-style: italic;
	text-indent: 50px;
}
.testimonials .author {
	text-indent: 0px;
}

/* ============================================ */
/* =============== MEDIA QUERIES ===============*/
/* ============================================ */
@media screen and (min-width:550px) {
#sidebar{
	background-image: url(../images/sidebar-bg.jpg);
	background-position: center top;
	background-size: contain;
}
#headerLeft {
	width: 33%;
	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: 66%;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}
	
#contentWrap{
	width: 50%;
	order: 2;
}
#sidebar{
	width: 50%;
	order: 1;
}
#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: 48%;
	float: left;
}
.columnRight35 {
	width: 48%;
	float: right;
}
.columnRight50 {
	width: 48%;
	float: right;
}
.columnRight65 {
	width: 48%;
	float: right;
}
.column25, .column33, .column20 {
	width: 48%;
	float: left;
}
.floatLeft2Center, .blogContent .alignleft {
	float: left;
	margin-right: 2%;
	margin-left: 0px;
}
.floatRight2Center, .blogContent .alignright {
	float: right;
	margin-left: 2%;
	margin-right: 0px;
}
.flexItem20, .flexItem25, .flexItem33, .flexItem50 {
	width: 47%;
}
}

@media screen and (min-width:999px) {
	h2.textFirst{
	margin-left: 15%;
	text-align: left;
}
	h2.textSecond{
	margin-left: 30%;
	text-align: left;
}
	h2.textThird{
	text-align: center;
}
	
	
	#headerLeft {
	width: 25%;
}
#headerRight {
	width: 75%;
}
#contentWrap{
	width: 73%;
}
#sidebar{
	width: 27%;
}
.columnLeft35, .columnRight35 {
	width: 33%;
}
.columnLeft65, .columnRight65 {
	width: 63%;
}
.column20 {
	width: 18%;
}
.column25 {
	width: 23%;
}
.column33 {
	width: 31%;
}
.columnCentered {
	width: 75%;
}
.flexContainerRowStretch, .flexContainerRowCentered {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flexItem20 {
	width: 17%;
}
.flexItem25 {
	width: 22%;
}
.flexItem33 {
	width: 30%;
}
.flexItem50 {
	width: 47%;
}
.hidden {
	display: inline;
}
}
