/* 1440px and up - laptop/desktop */

.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}

.centered { 
	text-align:center; 
}
.leftalign { 
	text-align:left; 
}
.rightalign { 
	text-align:right; 
}

.FULL {
  width: 98%;
  margin: 0 1%;
}
.HALF {
  width: 48%;
  margin: 0 1%;
}
.THIRD {
  width: 31.3%;
  margin: 0 1%;
}
.THIRDx2 {
  width: 64.6%;
  margin: 0 1%;
}
.QUARTER {
  width: 23%;
  margin: 0 1%;
}
.SIXTH {
  width: 14.6%;
  margin: 0 1%;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.HALF.C {
	margin: 0 auto;
}


.wrapW {
	width:100%;
}
.pageW {
	width:1400px;
	margin:0 auto;
}

.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #F00 !important; }

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  background-color: #FFFFFF;
}




/* FIXED TOP+HEADER */
body {
	padding-top: 150px;
}
#wrapTOP {
	position: fixed;
	top: 0px;
	background-color: #EEE;
	z-index: 1002;
	height: 50px;
}
#wrapHDR {
	position: fixed;
	top: 50px;
	background-color: #FFF;
	box-shadow: 0 6px 6px #0002;
  	z-index: 1002;
}




/* HEADER */
#wrapTOP {
	position: fixed;
	top: 0px;
	background-color: #EEE;
	z-index: 1002;
	height: 50px;
}
#TOP .L {
	padding-top: 10px;
	text-align: left;
}
a.BtBlue {
	background-color: var(--RRRblue);
	color: var(--RRRyellow);
	font-size: 14px;
	padding: 7px 10px;
	border-radius: 5px;
}
a.BtBlue:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
#TOP .R {
	padding-top: 10px;
	text-align: right;
}
#TOP .R a {
	color: #000;
	font-size: 14px;
}
#TOP .R a:hover {
	color: var(--RRRblue);
	text-decoration: none;
}

#wrapHDR {}
#HDR {
  height: 100px;
  position: relative;
}
#LOGO {
    position: absolute;
    top: 11px;
    left: 0px;
}
#LOGO img {
    height: 67px;
    width: auto;
}



/* NAVI */
#NAVI {
	bottom: 25px;
	position: absolute;
	right: 0;
	width: max-content;
}
.navbar {
	text-align: right;
}
.main-navigation {
	display: inline-block;
}
.menu-item-has-children a {
	background-image: url("images/iconMenuArrow.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 13pt !important;
	margin-right: 5pt;
}
.menu-item-has-children .sub-menu a {
	background-image: none;
	padding-right: initial;
	margin-right: inherit;
}
a.ScheduleButton {
	background-color: var(--RRRyellow);
	color: #000;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 4px;
	margin-left: 10px;
}
a.ScheduleButton:hover {
	background-color: var(--RRRblue);
	color: #FFF;
	text-decoration: none;
}
a.PaymentsButton {
	display: none;
	background-color: var(--RRRyellow);
	color: #000;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 4px;
	margin-left: 10px;
}
a.PaymentsButton:hover {
	background-color: var(--RRRblue);
	color: #FFF;
	text-decoration: none;
}




/* SLIDER */
#wrapSLIDER {
	background-color: var(--RRRblue);
	background-image: url('images/Home MAIN Image.jpg');
	background-size: cover;
	background-position: center;
}
#SLIDER {
	position: relative;
	padding: 40px 0;
}
#SliderTit {
	text-align: right;
	position: absolute;
	top: 40%;
}
#SliderTit h1 {
	color: var(--RRRyellow);
	text-shadow: 1px 1px 2px #000;
}
#SLIDER .FormDiv {
	background-color: var(--RRRblue);
	padding: 40px 3%;
}


#BANNERwrap {
	background-size: cover;
	background-position: center;
}
#BANNER h1 {
	text-align: left;
	font-weight: normal;
	font-size: 30pt;
	padding: 150px 0;
	text-shadow: 2px 2px 2px #FFF;
	margin: 0;
}

#INNERBANNER {
	background-color: var(--RRRblue);
	background-image: url(images/BGbluemetal.png);
	padding: 50px 0;
}
#INNERBANNER h1 {
	color: var(--RRRyellow);
	background-image: url(images/SubTitWhite.png);
}

/* HOME BARS */





#wrapSERVICINGFLORIDA {
	background-color: #FFF;
	background-image: url("images/BCKDots.png");
	padding: 80px 0;
	background-size: initial;
	background-repeat: no-repeat;
	background-position: top left;
}
#SERVICINGFLORIDA h2 {
	font-size: 30pt;
}
#SERVICINGFLORIDA h3 {
	color: #000;
	font-weight: 200;
	margin-bottom: 20pt;
}
.BCKBlue {
	padding: 30px 30px 90px;
	box-sizing: border-box;
	background-color: var(--RRRblue);
	position: relative;
}
.BCKBlue h4 {
	color: #FFF;
	font-size: 18pt;
	margin-bottom: 20pt;
}
#SERVICINGFLORIDA img {
	max-width: 100%;
	height: auto;
}
#SERVICINGFLORIDA ul {
	margin: 0;
	padding: 0;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 200;
}
#SERVICINGFLORIDA #UlPhones {
	margin-top: 30%;
}
#UlPhones li {
	background-image: url("images/BulletPhone.jpg");
	background-size: initial;
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	padding: 0 0 0 40px;
	font-size: 16pt;
}
#UlSeal li {
	color: #FFF;
	background-image: url("images/BulletOKBlue.png");
	padding: 0;
	background-size: initial;
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	padding: 0 0 0 30px;
	font-size: 15pt;
}
#SealPic {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#wrapABOUT {
	background-color: var(--RRRblue);
	background-image: url("images/BCKLeftOverBlue.png");
	padding: 80px 0;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: left;
}
#wrapABOUT .L.THIRDx2 {
	margin-left: 0;
}
#wrapABOUT .L.THIRDx2 img {
	max-width: 100%;
	height: auto;
}
#wrapABOUT h2 {
	color: #FFF;
	font-size: 36pt;
	margin-bottom: 20pt;
}
#wrapABOUT h4 {
	color: var(--RRRyellow);
	font-size: 21pt;
	font-weight: 200;
}
#wrapABOUT p {
	color: #FFF;
}


#wrapFEATURES {
	padding: 80px 0;
	clear: both;
}
#FEATURES .THIRD {
	text-align: center;
	box-sizing: border-box;
	padding: 20pt 0;
}
#FEATURES .THIRD:nth-child(2) {
	border-left: solid 1px #888;
	border-right: solid 1px #888;
}

#wrapBADGES {
	background-color: var(--RRRblue);
	background-image: url("images/BCKLeftOverBlue.png");
	padding: 80px 4%;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: left;
}
#wrapBADGES h2 {
	color: var(--RRRyellow);
	font-size: 36pt;
}
#wrapBADGES h4 {
	color: #FFF;
	font-size: 21pt;
}
#wrapBADGES .phoneblock {
	text-align: right;
	width: max-content;
}
#wrapBADGES .phoneblock h3 {
    color: var(--RRRyellow);
    font-size: 36pt;
    margin: 0;
	line-height: 1;
}
#wrapBADGES .phoneblock h4 {
    color: var(--RRRyellow);
	font-size: 21pt;
    margin: 0;
	line-height: 1;
}
#wrapBADGES .Badge {
	text-align: center;
}
#wrapBADGES .Badge img {
	max-width: 90%;
	margin: 0 5% 20px;
	display: inline-block !important;
}

#wrapASSOCIATIONS {
	background-color: var(--RRRlightblue);
	padding: 80px 0;
}
#ASSOCIATIONS .L {
    text-align: center;
    border-right: solid 1px #CCC;
    box-sizing: border-box;
    width: 25%;
    margin: 0;
    padding: 10px 2%;
}
#ASSOCIATIONS .L img {
	height: 120px; /* 144px */
}
#ASSOCIATIONS .L:nth-child(5) {
	border-right: none;
}

#wrapLATESTNEWS {
	background-color: #FFF;
	background-image: url("images/BCKDots.png");
	padding: 80px 0;
	background-size: initial;
	background-repeat: no-repeat;
	background-position: top left;
}
#LATESTNEWS h1 {
	text-align: left;
	background-position: bottom left;
}



#wrapTESTIMONIALS {
	background-color: var(--RRRblue);
	padding: 80px 0;
}
#TESTIMONIALS .L {
	padding: 0 1%;
	box-sizing: border-box;
}
#TESTIMONIALS p, #TESTIMONIALS h4 {
	color: #FFF;
}



.FormDiv {
	padding-left: 5%;
	box-sizing: border-box;
}
.FormDiv h2, .FormDiv p {
	color: #FFF;
}
#HorizontalForm .FormField {
	background-color: #FFF;
	margin: 20px 0;
	border-radius: 5px;
}
#HorizontalForm .FormField label {
	color: var(--RRRblue);
	font-size: 11pt;
	text-align: center;
	width: 10%;
	display: inline-block;
}
#HorizontalForm .FormField input {
	border: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11pt;
	background-color: #F0F0F0;
	padding: 10px;
	width: 88%;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
}
#HorizontalForm #Comments {
	border: none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11pt;
	background-color: #F0F0F0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
}
#HorizontalForm .button {
	background-color: var(--RRRyellow);
	color: var(--RRRblue);
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	width: 100%;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
}
#HorizontalForm .button:hover {
	cursor: pointer;
	background-color: #FFF;
	color: #000;
}
#HorizontalResults {
	width: 100%;
	margin-top: 20px;
	display: none;
}

#wrapMAP {
	background-color: var(--RRRblue);
	background-image: url("images/BCKLeftOverBlue.png");
	padding: 0 4% 0 0;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
}
#wrapMAP .L {
	width: 66.7%;
	margin: 0;
}
#ContactMap {
	margin-bottom: -5px;
}
.FormDiv {
	padding-top: 80px;
}
#Office1, #Office2, #Office3,
.OfficeLocation, .OfficePhone, .OfficeEmail {
	padding-left: 30px;
	background-image: url(images/FTRicons_01.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 24px;
}
#Office1, .OfficeLocation {
	background-image: url(images/FTRicons_01.png);
}
#Office2, .OfficePhone {
	background-image: url(images/FTRicons_03.png);
}
#Office3, .OfficeEmail {
	background-image: url(images/FTRicons_02.png);
}
a.BtBlueBig {
	background-color: var(--RRRblue);
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	padding: 7px 10px;
	border-radius: 5px;
}
a.BtBlueBig:hover {
	background-color: var(--RRRyellow);
	color: #000;
	text-decoration: none;
}

#ContactBlocks {
	width: 80%;
	margin: 50px 10%;
	display: flex;
	flex-direction: row;
}
#ContactBlocks .HALF {
	margin: 0 5%;
	border: solid 1px #12407e33;
	border-radius: 10px;
	padding: 30px;
}

#wrapSERVICES {
	background-color: #FFF;
	background-image: url("images/BCKDots.png");
	padding: 80px 0;
	background-size: initial;
	background-repeat: no-repeat;
	background-position: top right;

}
#SERVICES ul {
	margin: 0;
	padding: 0;
}
#SERVICES li {
	background-image: url("images/BulletCaret.png");
	padding: 0;
	background-size: initial;
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	padding: 0 0 0 20px;
}



/* MAIN */
.entry-title {
	color: var(--RRRblue);
	text-align: center;
	font-size: 32pt;
	padding-bottom: 30px;
	background-image: url(images/SubTit.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 20pt;
}
.entry-title-left {
	color: var(--RRRblue);
	text-align: left;
	font-size: 32pt;
	padding-bottom: 30px;
	background-image: url(images/SubTit.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 20pt;
}
.entry-title-white {
	color: #FFF;
	text-align: center;
	font-size: 32pt;
	padding-bottom: 30px;
	background-image: url(images/SubTitWhite.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 20pt;
}

#MAIN {
	padding: 40px 0;
}
#MAINL {
	width: 65%;
}
#MAINR {
	width: 32%;
}
.TOPbordered {
    border-top: solid 10px var(--RRRblue);
}

.Table2columns td {
	vertical-align: top;
	padding: 2%;
}

#MAIN img {
	max-width: 100%;
	height: auto;
}


.PostCell {
	margin: 10pt 1%;
	width: 31.3%;
}
.PostsFeaturedPic {
	background: var(--RRRblue);
	width: 100%;
	margin: 0;
	height: 240px;
}
.PostsFeaturedPic img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border: solid 1px #EEE;
	box-sizing: border-box;
}
.PostsDate {
	font-size: 10pt;
	font-weight: bold;
	color: var(--RRRblue);
}
h3.PostsTit {
	margin: 5pt 0;
	line-height: 21pt;
}
h3.PostsTit a {
	color: #000;
}



.navigation.post-navigation {
	padding: 30px 0;
	border-top: solid 1px var(--RRRblue);
	margin-top: 50px;
}
.navigation.post-navigation .L {
	text-align: left;
}
.navigation.post-navigation .R {
	text-align: right;
}


#AboutVideo {
	display: block;
	margin: 30px auto;
	clear: both;
}



/* FOOTER */
#FTRwrap {
	background-color: #FFF;
}
#FTR {
	padding: 40px 0;
}
#FTR img {
	max-width: 100%;
	height: auto;
}

#FTR h3 {
	color: var(--RRRblue);
	/* text-align: center; */
	padding-bottom: 20px;
	background-image: url(images/FTRSubTit.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 8pt;
	font-size: 15pt;
}
#FTR p {
	font-size: 10pt;
	color: #000;
}

#Pftr41, #Pftr42, #Pftr43 {
	padding-left: 30px;
	background-image: url(images/FTRicons_01.png);
	background-position: middle left;
	background-repeat: no-repeat;
	min-height: 24px;
}
#Pftr41 {
	background-image: url(images/FTRicons_01.png);
}
#Pftr42 {
	background-image: url(images/FTRicons_02.png);
}
#Pftr43 {
	background-image: url(images/FTRicons_03.png);
}


#FTR a, #FTR a:visited {
    color: #000;
    text-decoration: none;
}
#FTR a:hover {
    color: var(--RRRblue);
    text-decoration: underline;
}


#FTR2wrap {
	background-color: var(--RRRblue);
	padding: 20px 0;
}
#FTR2wrap p {
	color: #FFF;
	text-align: center;
	font-size: 10pt;
	margin: 0;
}
#FTR2wrap a, #FTR2wrap a:visited {
    color: #FFF;
    text-decoration: none;
}
#FTR2wrap a:hover {
    color: #FFF;
    text-decoration: underline;
}


#FTR a.NewsletterButton {
	background-color: var(--RRRyellow);
	color: #000;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 10pt;
	display: inline-block;
}
#FTR a.NewsletterButton:hover {
	background-color: var(--RRRblue);
	color: #FFF;
	text-decoration: none;
}


/* 240115 - tweaks */
small.FormSmallFont {
	color: #FFF;
	line-height: 1.5;
	display: block;
	margin: 10px 0;
	font-size: 8pt;
	text-rendering: optimizelegibility;
}



.after-more {
  padding: 40px 0 60px;
  max-width: 1024px;
  margin: 0 auto;
}
.after-more h2 {
	font-size: 32pt;
	border-bottom: solid 1px #12407e33;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ui-accordion .ui-accordion-header {
  padding: 0 0 0 37px;
  margin-top: 0;
  font-size: 18pt;
  margin-bottom: 8pt;
  color: var(--RRRblue);
  font-weight: 600;
  border: none;
  background: none;
}
.ui-accordion .ui-accordion-content {
  margin-top: 0;
  font-size: 12pt;
  margin-bottom: 8pt;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
  border: none;
  background: none;
}