﻿/*
font-family: 'Roboto Slab', serif;
*/

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: Arial;
}

body.cke_editable{text-align: center;}

img{max-width: 100%; border: none;}
.clearDiv{clear: both;}
.setWidth{width: 90%; max-width: 1200px; margin: 0 auto;}
*{box-sizing: border-box;}
iframe{max-width: 100%;}

#headerWrapper{
	background: url(images/header-bkgd.jpg) no-repeat center center #555;
	background-size: cover;
	position: relative;
	width: 100%;
	left: 0; right: 0;
	z-index: 9999;
	padding: 50px 0;
}

#headerWrapper{transition: all ease-in 300ms;}
#headerWrapper.stickHeader{padding: 25px 0; position: fixed;}
#headerWrapper.stickHeader .logoWrap img{max-height: 75px;}

#headerWrapper:after{
	content: "";
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 10;
	background: rgba(0,0,0,.45);
}

#headerWrapper .setWidth{
	position: relative;
}

#logoMenu{
	z-index: 15;
	display: table;
}

.logoDiv, #menuWrapper{display: table-cell; vertical-align: middle;}
.logoDiv{text-align: left;}
#menuWrapper{text-align: right;}

#menuBtn{
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	padding: 0 50px 0 0;;
}

#menuBtn > span{display: inline-block; vertical-align: middle;}

#menuBtn span#mbLines{
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	position: relative;
	margin-left: 20px;
}

#menuBtn span#mbLines::before, #menuBtn span#mbLines::after{
	content: "";
	display: block;
	height: 11px;
	width: 30px;
	position: absolute;
	left: 9px;
	border-top: 1px solid #fff;
}

#menuBtn span#mbLines::before{top: 12px; border-bottom: 1px solid #fff;}
#menuBtn span#mbLines::after{top: 36px;}

#menuBtn:hover{color: #ffc629;}
#menuBtn:hover span#mbLines{background: #ce0e2d;}

#menu{
	display: none;
	background: #ce0e2d;
	position: absolute;
	z-index: 500;
	margin: 50px 0 0;
	right: 0;
	text-align: right;
}

.stickHeader #menu{margin: 25px 0 0;}

#centerWrapper{background: #d9d5d0; text-align: center;}
#centerWrapper .setWidth{background: #fff;}

/* hide gallery arrows */
.theme-default .nivo-directionNav a{background: none !important;}

.contentDiv .MWXcontainer{
	padding: 40px 5%;
}

.contentDiv .MWXcontainer.maxW > div{
	margin: 0 auto;
	max-width: 700px;
}

.MWXcontainer.yellow{
	background: #ffc629;
}

.contentDiv .yellowContainerParent + .yellowContainerParent .MWXcontainer,
.contentDiv .transparentContainerParent + .transparentContainerParent .MWXcontainer{padding-top: 0;}

#footerWrapper{
	background: #ce0e2d;
	padding: 35px 0 30px;
	text-align: center;
}

.footerCol{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 10px 2%;
	text-align: center;
}

.footerCol img.footerLogo{margin: 0 auto 10px;}

.footerCol p{
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin: 10px 0;
}

.footerCol p.footerSmall{
	font-size: 12px;
	line-height: 18px;
}

.footerCol a:link, .footerCol a:visited{color: #fff; text-decoration: none;}
.footerCol a:hover, .footerCol a:active{color: #fff; text-decoration: underline;}

/* styling */

body *{letter-spacing: normal !important; line-height: inherit;}
.sc-content-block-quick-insert{display: none !important;}

/* GENERIC */
p, li, .contentDiv td, .Normal{
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

p{margin: 0 0 25px;}

.robotoB{font-family: 'Roboto Slab', serif; font-weight: 900;}

.contentDiv li{padding: 1px 0; text-align: left;}
.contentDiv ul, .contentDiv ol{margin: 0 0 25px 35px;/* list-style: inside;*/}

h1{
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: 900;
	font-style: normal;
	color: #000;
	margin: 0 0 20px;
}

h2{
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: 900;
	font-style: normal;
	color: #000;
	margin: 30px 0 10px;
}

h3{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	font-style: normal;
	color: #000;
	margin: 30px 0 10px;
}

h4{
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	font-style: normal;
	color: #000;
	margin: 30px 0 10px;
}

h5{
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 900;
	font-style: normal;
	color: #000;
	margin: 30px 0 10px;
}

h6{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	font-style: normal;
	color: #000;
	margin: 30px 0 10px;
}

h1 + h2{margin-top: 15px;}
h1 + h3, h2 + h3{margin-top: 15px;}
h1 + h4, h2 + h4, h3 + h4{margin-top: 15px;}
h1 + h5, h2 + h5, h3 + h5, h4 + h5{margin-top: 15px;}
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6{margin-top: 15px;}

img{border: none;}

a:link, a:visited{
	text-decoration: underline;
	color: #ce0e2d;
}

a:hover, a:active{
	text-decoration: none;
	color: #ce0e2d;
}

.contentDiv p a, .contentDiv li a, .contentDiv td a{font-weight: bold;}

small{font-size:8px;}
big{font-size:14px;}
blockquote, pre{font-family:Lucida Console, monospace;}
ul li{list-style-type:disc;}
ul li li{list-style-type:circle;}
ul li li li{list-style-type:square;}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha;}
ol ol ol li{list-style-type:lower-roman;}
ol ul li{list-style-type:disc;}

hr{color: #696969; background-color: #696969; border: none; height: 1px; text-align: left; margin: 25px 0;}


.eds_galleryWrapper{padding-top: 0px !important;}
.slider-wrapper > div{background: transparent !important;}
.theme-default .nivoSlider{background: transparent !important; -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a !important; -moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important; box-shadow: 0px 0px 0px 0px #4a4a4a !important; margin-bottom: 0px !important;}

a.mainBtn{
    display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
    font-size: 24px;
    line-height: 30px !important;
    text-decoration: none !important;
    padding: 22px 26px;
    margin: 20px 10px;
    border-radius: 12px;
	text-align: center;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.35);
}

a.redBtn:link, a.redBtn:visited{color: #fff; background: #ce0e2d;}
a.redBtn:hover, a.redBtn:active{color: #fff; background: #000;}


.diagHeader{
    padding: 8px 35px;
    width: 90%;
    max-width: 325px;
	margin: 50px auto 20px;
	position: relative;
	z-index: 5;
	display: inline-block;
}

.topContent .diagHeader{
	max-width: 100%;
	width: auto;
	padding: 8px 75px;
}

.diagHeader:before, .diagHeader:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0; bottom: 0;
	height: 100%;
	transform: skew(-36deg);
}

.diagHeader:before{
	width: 100%; left: 0; right: 0;
}

.diagHeader:after{
	width: auto; left: 9px; right: 9px;
	background: transparent;
	border-right: 9px solid;
	border-left: 9px solid;
}

.yellowDiag{color: #000 !important;}
.blackDiag{color: #ffc629 !important;}
.yellowDiag:before{background: #ffc629;}
.blackDiag:before{background: #000;}
.yellowDiag:after{border-color: #fff;}
.blackDiag:after{border-color: #ffc629;}

/* testimonials */
.tsmlWrap{
	text-align: center;
	width: 106%;
	margin-left: -3%;
}

.tsmlItem{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 25px 2.5%;
}

.tsmlImg{
	display: inline-block;
	position: relative;
	margin: 0 0 30px;
}

.tsmlImg img{
	border-radius: 50%;
	border: 2px solid #000;
}

.tsmlImg:before{
	content: "";
	position: absolute;
	top: -4px; bottom: -4px; right: -4px; left: -4px;
	border-radius: 50%;
	border: 2px solid #000;
}

p.tsmlName{
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
    font-size: 20px;
    line-height: 26px;
	margin: 0 0 5px;
}

p.tsmlTitle{
	font-family: Arial;
    font-size: 18px;
    line-height: 24px;
	margin: 0 0 15px;
}

p.tsmlText{
	font-family: Arial;
	font-weight: bold;
    font-size: 16px;
    line-height: 22px;
	margin: 0;
}
/* END testimonials */

/* action form styling */
.bstrap30 .field-container{text-align: left !important;}
.bstrap30 .field-container.btnc-center{text-align: center !important;}

.bstrap30 .form-horizontal .control-label{
	font-family: Arial !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #000 !important;
	text-align: left !important;
	font-weight: normal !important;
	padding-bottom: 4px !important;
}

.bstrap30 label.required:after{
	content: "*";
	color: #ce0e2d !important;
}

.bstrap30 .form-control{
	background: #555555 !important;
	border-color: transparent !important;
	border-radius: 0 !important;
	font-family: Arial !important;
	font-size: 16px !important;
	line-height: 22px !important;
	color: #fff !important;
	height: auto !important;
	padding: 12px 15px !important;
}

.bstrap30 select.form-control option{
	background: #c7c8ca !important;
	font-family: Arial !important;
	font-size: 16px !important;
	line-height: 22px !important;
	color: #000 !important;
	height: auto !important;
	padding: 12px 15px !important;
}

.bstrap30 .text-danger{
	font-family: Arial !important;
	font-size: 16px !important;
	line-height: 22px !important;
	font-style: italic;
	color: #ce0e2d !important;
	display: inline-block !important;
	padding: 8px 0 0 !important;
}

.bstrap30 .btn{
	font-family: 'Roboto Slab', serif !important;
	font-weight: 900 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-decoration: none !important;
    padding: 22px 26px !important;
    margin: 20px 10px !important;
    border-radius: 12px !important;
	text-align: center !important;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.35) !important;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.35) !important;
	border: none !important;
}

.bstrap30 .btn-info{color: #fff !important; background: #ce0e2d !important;}
.bstrap30 .btn-info:hover, .bstrap30 .btn-info:active{color: #fff !important; background: #000 !important;}

.bstrap30 .alert-info{
	background: #ce0e2d !important;
	border: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5) !important;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5) !important;
	padding: 20px 40px !important;
}

.bstrap30 .h2, .bstrap30 h2{
	font-family: 'Roboto Slab', serif !important;
	font-size: 26px !important;
	line-height: 32px !important;
	font-weight: 900 !important;
	margin: 20px auto 20px !important;
}

.bstrap30 .h3, .bstrap30 h3{
	font-family: 'Roboto Slab', serif !important;
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: 900 !important;
	margin: 20px auto 20px !important;
}

.alert p{
	font-family: Arial !important;
	font-size: 18px !important;
	line-height: 24px !important;
}

.alert p, .alert h2, .alert h3, .alert h4{
	color: #fff !important;
}

.alert a:link, .alert a:visited{color: #fff !important; text-decoration: underline !important;}
.alert a:hover, .alert a:active{color: #fff !important; text-decoration: none !important;}

.bstrap30 .alert-info .diagHeader:after{border-color: #ce0e2d !important;}
.bstrap30 .alert-info .yellowDiag{color: #000 !important;}
.bstrap30 .alert-info .blackDiag{color: #ce0e2d !important;}
/* END action form styling */

/* map legend */
p.mapLegend{
	font-size: 16px;
	line-height: 22px;
}

p.mapLegend span{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 8px;
}

p.mapLegend span.home{background: #ce0e2d;}
p.mapLegend span.primary{background: #000;}
p.mapLegend span.secondary{background: #ffc629;}
p.mapLegend span.additional{background: #b5ada5;}
/* END map legend */

/* responsive */

@media all and (max-width: 925px) {
	.footerCol{width: 98%;}
}

@media all and (max-width: 765px) {
	.logoDiv{width: 60%;}
	#menuBtn{padding: 0;}
	span#mbText{display: none;}
	#menuDrop.setWidth{width: 100%;}
	#centerWrapper .setWidth{width: 100%;}
	.contentDiv .MWXcontainer{padding: 40px 7%;}
	.tsmlItem{width: 98%;}
}

@media all and (max-width: 650px) {
    .contentDiv .DnnModule-DNN_HTML td{display: block; width: 100% !important; margin-bottom: 25px;}
}

.DNNModuleContent > div > *:first-child{margin-top: 0;}
.DNNModuleContent > div > *:last-child,
.DNNModuleContent > div td:last-child,
.DNNModuleContent > div td > *:last-child{margin-bottom: 0;}