/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
/*** End CSS Reset ***/

html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
}
body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper1300{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
#content {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#searchpage  {     
	float: none;
	margin: 0 auto !important;
}
#cx5ws_windowsticker  {     
	float: none;
	margin: 0 auto !important;
}
.clear {clear: both;}
img {max-width: 100%;}
input {color: #5d5d5d;}
a {color: #0036ff;}
a:hover{color: #000000;}

/** YouTube Video Responsiveness **/
.iacaVid {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
.iacaVid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mapHolder {
    position: relative;
    padding-bottom: 60%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
#mapHolder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************ Header **************/
#header{
	width: 100%;
	background-image: url(images/header-background-660.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
}
#logo {padding: 10px 10px 5px 10px; text-align: center;}
#headerRight { text-align: center; font-family: 'Open Sans', sans-serif; font-weight: bold; color:#c62828; padding-bottom: 10px; }
.translateSocial {display: flex; justify-content: center;}
#headSocial { padding-left: 10px; }
#headSocial:hover {opacity: 0.7;}
.dlrPhone { font-size: 18px; color:#000000; padding-bottom: 2px; text-transform: uppercase;}
.dlrAddress {font-size: 14px; text-transform: uppercase;}

/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #000000;
	padding: 7px 0;
	font-size: 36px;
	line-height:1;
	text-align: center;
}
#phoneTop a{color: #ffffff;}
.butIcon{
	float:left;
	width: 19.7%;
	border-right: solid 1px white;
}
.butIconLast{
	float:left;
	width: 19.2%;
}
#phoneBtns{
	width: 100%;
	margin-bottom: 10px;
	font-weight:700;
}
#phoneBtns a{
	display: inline-block;
	background-color: #fafafa;
	width: 96.5%;
	margin:1%;
	text-align:center;
	border: 2px solid #c62828;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
#homeSlideshow {line-height: 1;}
#homeButtons {background-color: #000000; padding: 10px;}
.homeBtnFlex {display: flex; flex-wrap: wrap; justify-content: center;}
.homeBtn {padding: 2px 0; width: 86%;}
.mainInfo{text-align: center; font-family: 'Open Sans', sans-serif; padding: 15px 10px; color: #767676; font-size: 14px;}
.infoHead h1 {font-weight: 800; color:#c62828; font-size: 20px; }
.infoHead p { padding-bottom: 20px;}
.oneThird {padding: 10px;}
.infoIcon img{max-width: 50%;}
.thirdTitle {font-weight: bold; color:#000000; padding: 10px 0; font-size: 16px;}
.bigRedBtn a {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	background: #c62828;
	width: 93%; 
	color: white;
	text-align: left;
	padding:5px 10px;
	transition-duration: .3s;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
}
.bigRedBtn a:hover{ background-color:#000000; }
.bigRedBtn .fa-caret-right { float: right; padding: 5px 0;}
#homeAddress { background-color:#c62828; text-align: center; padding: 10px; color: white;}
#homeAddress a{ color: white; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 16px;}
.quickBtn a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	background: #c62828;
	width: 93%; 
	color: white;
	text-align: left;
	padding:5px 10px;
	transition-duration: .3s;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
}
.quickBtn a:hover{ background-color:#000000; }
.quickBtn .fa-caret-right { float: right; padding: 5px 0;}
#seoSection { background-color: #ebebeb; padding: 10px; font-family: 'Open Sans', sans-serif;}
#seoHolder h1 { font-weight: 800; font-size: 20px; color: #c62828;}
#seoHolder h3 { font-weight: 800; font-size: 16px; color: #000000; padding-bottom: 10px;}
#seoHolder p { color: #414141; padding-bottom: 10px; font-size: 14px;}
.homeVidWrap {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
.homeVidWrap iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************ Navigation Styles ************/
.dropdown-toggle::after {
display:none;
}
#nav{
	width: 100%;
	background-color: #c62828;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
#footer{
	background-color: #000000;
	color: white;
	border-top: 5px solid #999999;
	font-family: 'Open Sans', sans-serif;
}
.footerTop {background-color: #1565c0; padding: 5px;}
.footerPhone{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-bottom: 5px;
}
.footerPhone a{ color: white;}
.social {display: flex; width: 100%; justify-content: center; padding-bottom: 8px;}
.social img {padding: 0 5px;}
.social a:hover{ opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */}
.translate {text-align: center; padding-bottom: 10px;}
.footerBottom {padding: 5px; text-align: center;}
.footerBottom a { color: white; text-decoration: none; }
.footerBottom a:hover { color: #ebebeb; }
/************* General Page code ****************/
.pageHeader{
	padding: 1% 2%;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}
.pageHeader p{
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #767676;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
}
.fullPage{
	padding:1% 2%;
	width: 96%;
}
.fullPage p{
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #c62828;
}
/***** Form Page ****/
.formLeft{
	padding-left: 2%;
	width: 96%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #767676;
}
.formLeft h3 {
	font-size: 14px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	color: #c62828;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
	color: #c62828;
}
.formLeft a:hover{
	color: #000000;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 2%;
	width: 96%;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #767676;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	background: #000000;
	width: 95%;
	margin-bottom: 7px;
	font-family: 'Open Sans', sans-serif;
	transition-duration: .3s;
}
.formBtn:hover {
  background:#c62828;
  text-decoration: none;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #c62828;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #999999;
}

/************* Plugin Banners **************/
.advertFlex{
	padding: 10px;
}

/************ Why Choose PAge ***********/
.whyChoose {
	font-family: 'Open Sans', sans-serif;
	color: #767676;
	font-size: 14px;
	padding-left: 40px;
	list-style-type: decimal;
}
.whyChoose li {
	padding-bottom: 10px;
}
.makeItBold {
	font-weight: bold;
}

/************** Owner Benefits Page ***************/
.photoLeft {
	padding: 10px;
}
.textRight {
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #767676;
}
.textRight a{
	color: #c62828;
	text-decoration: none;
}
.textRight a:hover {
	color: #000000;
	text-decoration: none;
}
.textRight h3 {
	font-weight: bold;
	color: #000000;
	font-size: 1.3em;
	padding-bottom: 10px;
}
.custCareList {
	list-style-type: disc;
	padding-left: 40px;
}
.custCareList li {
	padding-bottom: 7px;
}
.photoRight {
	padding: 10px;
}
.textLeft {
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #767676;
}
.textLeft a{
	color: #c62828;
	text-decoration: none;
}
.textLeft a:hover{
	color: #000000;
	text-decoration: none;
}
.textLeft h3 {
	font-weight: bold;
	color: #000000;
	font-size: 1.3em;
	padding-bottom: 10px;
}
.custCareBtn {
	padding: 15px 0;
}
.custCareBtn a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	background: #000000;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	transition-duration: .3s;
	text-align: center;
	color: white;
	padding: 10px 0;
}

.custCareBtn a:hover {
	background-color: #c62828;
	color: white;
}
/**************** Form Style Overrides *************/
.actionformholder .actionform .multipart_header {
	border: none;
	padding: 2px;
}

.actionformholder .formsection{
	border: none;
}

.actionformholder .ui-widget-header {
	background: #ffffff !important;
}

.actionformholder .actionform .formsectiontitle {
	font-family: 'Open Sans', sans-serif;
	color: #c62828;
	font-size: 1.5em;
}

.actionformholder .actionform ul li div.actionforminput {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0%;
}

.actionformholder .formfield label{
	font-size: 1.2em !important;
}

.actionformholder form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.actionformholder form li {
	padding: 3px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder form label:not(.ui-button) {
	clear: both;
	display: block;
	font-size: 14px;
	color: #545454;
}

.actionformholder input,.actionformholder select{
	font-size: 18px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px;
}
.actionformholder input:focus,.actionformholder select:focus {
	border: 1px solid #545454;
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.2);
}
.actionformholder form .actionform input.inputFull {
	width: 96.5%;
}
.actionformholder form .actionform select.inputFull {
	width: 99%;
}

.actionformholder form .actionform input.inputMid {
	width: 215px;
}

.actionformholder .actionform.user_agreement {
	color: #545454;
	display: block;
	text-align: left;
	margin: 0;
}

.actionformholder form .actionform.user_agreement li {
	padding: 3px .2px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder .button.ui-button, .actionformholder label.ui-button {
	background: #ffffff;
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	color: #c62828;
	border: 2px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #c62828;
	border-color: #c62828;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	color: #c62828;
	border-color: #c62828;
}

.actionformholder  .ui-buttonset {
	margin-top: 7px;
}

.actionformholder .actionform .cxprogressbar {
	font-size: 20.5px;
	border-radius: 0;
	margin-right: 1px;
}

.actionformholder .actionform .cxprogressbar .ui-progressbar-value {
	border-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #c62828 !important;
}

.actionformholder .actionform .cxprogressbar .cxprogressname {
	color: #FFFFFF;
	line-height: 1.8em !important;
	font-size: 18px;
}

.actionformholder .actionform .next_button {
	margin-left: 2px;
}

.actionformholder .actionform .prev_button .ui-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media only screen and (max-width: 479px){
/* Hide Things from Phone View */
}

@media only screen and (max-width: 599px){
/* Hide Things from Phone Landscape and Phone View */
#topBar {display: none;}
#tagLine {display: none;}
#homeSlideshow {display: none;}
#homepageMap {display: none;}
.footerLinkWrap {display: none;}
#homeVideo { display: none;}
}

@media only screen and (min-width: 320px){
/* Smart Phones, Portrait iPhone, Portrait 480x320 phones (Android) */
#nav{height:55px;}
}

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
/************ Header **************/
#logo {width: 76%; padding: 10px 12%;}
/************ Homepage **************/
.homeBtn {padding: 2px 0; width: 70%;}
/************ Navigation Styles ************/
#nav{height:55px;}
.infoIcon img{max-width: 30%;}

}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/************ Header **************/
#topBar { background-color: #000000; color: white; text-align: center; padding: 2px 0 5px 0;}
#topBar a { color: white; text-decoration: none; transition-duration: .3s;}
#topBar a:hover { color: #cecece; text-decoration: none;}
.topLeft {font-weight: bold;}
#header { background-image: url(images/header-background-1024.jpg); }
.headFlex {display: flex; justify-content: space-between; align-items: center;}
#tagLine {font-family: 'Open Sans', sans-serif; font-weight: bold; text-align: center; color: #000000; font-size: 16px; font-style: italic; margin:auto;}
#logo {width: 242px; padding: 5px; margin-right: auto;}
#headerRight { text-align: right; padding-bottom: 0px; width: 35%; padding: 5px 10px; line-height: 1.2; }
.dlrPhone {padding-bottom: 5px; font-size: 22px;}
.dlrAddress {font-size: 16px;}
.translateSocial {justify-content: flex-end; padding-bottom: 5px;}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
#phoneTop{display: none;}
#phoneBtns{display: none;}
/************ Homepage **************/
#homeButtons {padding: 10px 0px; margin-top: -3px;}
.homeBtnFlex {flex-wrap: nowrap; justify-content: space-between;}
.homeBtn { padding: 0 5px; width: 32%;}
.infoHead { width: 70%; padding: 0 15%;}
.infoHead h1 {font-size: 25px; }
.infoHead p { padding-bottom: 20px;}
.thirdsSection{
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.oneThird {padding: 0px; width: 30%; }
.infoIcon img{max-width: 50%;}
.bigRedBtn a{ width: 40%;}
#homepageMap { max-width: 1920px; margin: auto; text-align: center; line-height: 1;}
.seoFlex {display: flex; justify-content: space-between;}
#seoHolder{width: 58%;}
#homeVideo{width: 38%;}
/************* Footer ****************/
#footer{
	width: 100%;
	background-image: url(images/footer-background-1024-bw.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
}
.footerTop {display: flex; padding: 8px 0; background-color: transparent;}
.footerRight {display: flex; margin-left: auto; align-items: center;}
.translate { width: 100%; padding-right: 5px; padding-left: 5px;}
.footerPhone{ padding-left: 5px;}
.footerLinkWrap { display: flex; justify-content: space-around;} 
.footerLinkWrap a { color: white; text-decoration: none;}
.footerLinksHolder{ width: 30%; padding: 10px 0;}
.linksHead { font-weight: bold;}
.footerBottom {background-color: #c62828;}
/***** Form Page ****/
.formBtn {width: 75%;}
/************* Plugin Banners **************/
.advertFlex{display: flex; justify-content: space-between; padding: 10px 2% 0px 2%; }
.homeAdvert1{ width: 48%;}
.homeAdvert2{ width: 48%;}
/************** Owner Benefits Page ***************/
.photoLeftOwnerFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
.photoRightOwnerFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
.photoLeft {
	width: 40%;
}
.textRight {
	width: 55%;
}
.photoRight {
	 order: 1;
	width: 40%;
}
.textLeft {
	width: 55%;	
}
.custCareBtn a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	background: #000000;
	width: 300px;
	font-family: 'Open Sans', sans-serif;
	transition-duration: .3s;
	text-align: center;
	color: white;
	padding: 10px 0;
}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************ Header **************/
.topBarFlex { display: flex;}
.topLeft { padding-left: 5px;}
.topRight {margin-left: auto; padding-right: 5px;}
#tagLine {font-size: 18px;}
/************ Homepage **************/
#homeButtons {padding: 20px 0px;}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
	width: 100%;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.quickBtn {width: 90%; align-self: flex-end; margin-top: 15px;}
.thirdTitle {width: 100%;}
.thirdFlex { display: flex; flex-wrap: wrap; justify-content: center;}
.seoFlex {align-items: center;}
#seoHolder h1 {font-size: 30px;}
#seoHolder h3 {font-size: 22px;}
/************* Footer ****************/
.footerLinkWrap { font-size: 14px;}
.linksHead { font-size: 16px;}
.footerLinks{ line-height: 1.8;}
.bottomWrap{ display: flex;}
.copyrightLinks { margin-left: auto;}
.footerLinks a:hover{opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */}
/***** Form Page ****/
.formBtn {width: 65%;}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/************ Header **************/
#topBar { font-size: 14px;}
#header { background-image: url(images/header-background.jpg); }
#headerRight {padding: 8px 5px;}
#tagLine {font-size: 22px;}
/************ Homepage **************/
.homeBtn { width: 30%;}
.mainInfo{ padding: 40px 10px; }
.infoHead p { padding-bottom: 40px;}
.infoHead h1 {font-size: 30px; }
.infoIcon img{max-width: 176px;}
.thirdTitle {font-size: 18px;}
.bigRedBtn a{ width: 28%; margin: 50px 0 30px 0;}
#homeAddress a{ font-size: 20px;}
.quickBtn {width: 80%;}
.seoFlex { padding: 15px 0;}
/*********** Form Pages ***********/
.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 2%;
	width: 62%;
}
.infoRight{
	float:right;
	padding-right: 2%;
	width: 31%;
	margin-top: 0px;
}
/************* Footer ****************/
#footer{
	background-image: url(images/footer-background-bw.jpg);
}
.footerLinkWrap { font-size: 16px; padding: 13px 0 25px 0;}
.linksHead { font-size: 18px;}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
/************ Homepage **************/
#homeSlideshow{ max-width: 1920px; margin: auto; text-align: center;}
.homeBtn { padding: 0 0px;}
.mainInfo{ padding: 40px 0px; }
#homeAddress a{ font-size: 24px;}
#seoHolder{width: 55%;}
#homeVideo{width: 43%; padding-top: 15px;}
/************** Owner Benefits Page ***************/

}