

@font-face {
	font-family: 'Gautreaux';
	src: url('/media/26989/gautreaux-bold.woff2') format('woff2'),
		url('/media/26988/gautreaux-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bree Rg';
	src: url('/media/27507/breecyr-semiboldoblique.woff2') format('woff2'),
		url('/media/27505/breecyr-semiboldoblique.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

/* Global Styles */

html,
body {
	height: 100%;
	color: #827261;
}

body {
	padding-top: 8%;
	/* body padding for fixed top nav */
}
h1{
font-family: 'Bree Rg';
font-size: 3em;
line-height: 0.8em;
font-weight: bold;
margin-bottom: 10px;
font-style: italic;
}

h2 {
	text-align: left;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #008952;
	margin-bottom: 10px;
}

h3 {
	text-align: left;
	font-size: 24px;
	line-height: 1.2em;
	color: #827261;
	margin-bottom: 10px;
	font-weight: bold;
}

.blue-intext {
	color: #0033a0;
}

.green-intext {
	color: #008752;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	/* added line */
	border: 0;
}


a.link-green {
	color: #008952;
}

a.link-green:hover,
a.link-green:focus {
	color: #827261;
	text-decoration: underline;
}


a.learn-more,
a.learn-more-alt,
a.learn-more-alt-w {
	display: inline-block;
	color: #fff;
	background-color: #008752;
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #008752;
	margin-top:20px;
	margin-bottom:20px;
}

a.learn-more-alt {
	background-color: #005dab;
	border: 2px solid #005dab;
}

a.learn-more-alt-w {
	color: #005dab;
	background-color: #fff;
	border: 2px solid #fff;
}


a.learn-more-alt-w:hover,
a.learn-more-alt-w:focus {
	background-color: #005dab;
	color: #fff;
}

a.learn-more:hover,
a.learn-more:focus {
	background-color: #005dab;
	border: 2px solid #fff;
}

a.learn-more-alt:hover,
a.learn-more-alt:focus {
	background-color: #008752;
	border: 2px solid #fff;
}

.btn-primary{
	
	display: inline-block;
	color: #fff;
	background-color: #008752;
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #008752;
	margin-top:20px;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #005dab;
	border: 2px solid #fff;
}
.dropdown-menu>li>a {
	color: #7f776e !important;
}

.headphone {
	text-align: center;
}

.headphone h2 {
	color: #065FB1 !important;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	text-align: center;
}

a.phone-link i {
	color: #008952;
}

a.phone-link {
	color: #065FB1 !important;
	font-weight: bold;
	font-size: 22px;
}

.headphone {
	display: block;
	color: #065FB1 !important;
	font-weight: bold;
	font-size: 22px;
}


.headphone a.phone-link5:hover,
.headphone a.phone-link5:focus {
	background-color: #7f776e !important;
	border-color: #428bca;
	color: #fff !important;
}


.navbar .row.justify-content-end {
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
}

.row.align-items-center {
	align-content: center;
}
.navbar-nav-2 {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.flags img {
    margin-right: 10px;
}
.float-right {
    float: right!important;
}
#myNavbar {}

#myNavbar .nav>li,
#myNavbar.col-md-10,
.dropdown {
	position: static !important;
}

#myNavbar .nav>li,
#myNavbar.col-md-10,
.dropdown {
	position: static !important;
}

.dropdown-menu {
	position: absolute;
	bottom: 0;
	width: 100vw;
}

li.dropdown.open ul.dropdown-menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: start;
	align-items: auto;
	align-content: center;
	height: 200px;
}

ul.dropdown-menu li {
	flex: 0 0 auto;
	margin: 0 10px;
	border-right: 1px solid #7f776e;
	padding: 10px 0;
}

.nav .dropdown-menu {
	border: none;
	padding: 0;
	transition: all .2s ease;
}

.nav .dropdown-menu>li>a {
	padding: 6px 20px;
	font-size: 1.4em;
}

.navbar {
	background-color: #fff;
}

.navbar {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: flex-end;
	padding: 20px 0;
}

.navbar div {
	flex: 0 0 auto;
	margin: 10px;
}


#header-logo img {
	display: block;
	width: 16vw;
	height: auto;
	padding-left: 0;
}

.navbar-nav>li>a {
	color: #7f776e;
	font-size: 1.2vw;
}

.nav>li>a {
	color: #7f776e;
}


.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
	margin-top: 15px;
	margin-bottom: 10px;
}

footer .input-group {
	justify-content: center;
}

footer .site-info a {
	color: #827261;
	text-decoration: underline;
}

footer .site-info a:hover,
footer .site-info a:focus {
	color: #008952;
}


#healthy-line {
	margin-top: 5px;
	background: rgb(76, 180, 73);
	background: radial-gradient(circle, rgba(76, 180, 73, 1) 0%, rgba(46, 162, 76, 1) 100%);
}

#healthy-line h2 {
	color: #fff;
	font-size: 3vw;
	margin: 0;
	padding: 40px 20px;
	font-family: 'Bree Rg';
	font-style: italic;
	text-align: center;
	text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.75);
}


#home-hero {
	margin-bottom: 100px;
}

.hero-bar {
	position: relative;
	display: block;
}

.hero-bar a {
	position: absolute;
	left: 12%;
	top: 40%;
}


img.hero {
	width: 100%;
}

.hero-bar h1 {
	font-family: 'Bree Rg';
	font-size: 3em;
	line-height: 0.8em;
	margin: 0 0 20px;
	font-weight: bold;
	font-style: italic;
}

.home-social {
	width: auto;
}

.input-group-btn {
	width: auto !important;
}

.input-group input[type="text"] {
	padding: 12px;
	border-radius: 10px;
	border: 2px solid #6b6868;
}

.input-group .btn {
	background-color: #0D8B54;
}

.input-group .btn:hover {
	background-color: #015e34;
}

#why-cd img {
	margin-bottom: 24px;
}


#why-cd h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.2em;
	line-height: 1.2em;
}
#why-cd h1 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #008952;
}

#why-cd.why-inner p.highlight {
	font-size: 1.4em;
}

#why-cd.why-inner img {
	width: 100%;
	height: auto;
}

.row {
	margin: 20px 0;
	padding: 20px 0;
}

.row.row-underline {
	border-bottom: 1px solid #827261;
}

.columned {
	column-count: 2;
	column-gap: 80px;
	column-rule: 1px solid #7f776e;
}


p.tested-proven-badge {
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.2em;
	background: rgb(76, 180, 73);
	background: radial-gradient(circle, rgba(76, 180, 73, 1) 0%, rgba(46, 162, 76, 1) 100%);
	border: 4px solid #50b948;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

p.tested-proven-badge span {
	display: block;
}

ul.icon-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

ul.icon-list li {
	display: inline-block;
	text-align: center;
}

h2.service-head {
	color: #fff;
	text-align: center;
	background: rgb(76, 180, 73);
	background: radial-gradient(circle, rgba(76, 180, 73, 1) 0%, rgba(46, 162, 76, 1) 100%);
	padding: 40px;
}

ul.service-list {
	list-style: none;
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: auto;
	align-content: start
}

ul.service-list li {
	flex: 0 0 auto;
	margin: 10px;
	width: 13%;
	text-align: center;
}

ul.service-list li a img {
	border: 4px solid #a2968a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	margin: 0 0 12px;
	width: 100%;
	height: auto;
}

ul.service-list li a {
	font-weight: bold;
	color: #a2968a;
	text-align: center;
	text-decoration: none;
}

ul.service-list li a:hover,
ul.service-list li a:active,
ul.service-list li a:focus {
	color: #005dab;
}

ul.service-list li a:hover img,
ul.service-list li a:active img,
ul.service-list li a:focus img {
	border: 4px solid #005dab;
}


ul.image-decor-row {
	list-style: none;
	margin: 40px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: auto;
	align-content: start;
}

ul.image-decor-row li {
	flex: 0 0 auto;
	margin: 0;
	max-width: 32%;
}

ul.image-decor-row li img {
	width: 100%;
	height: auto;
}


#quote-box {
	margin: 40px 0;
	background-color: #005dab;
	padding: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#quote-box h2 {
	color: #fff;
	text-align: center;
}

#quote-box p {
	color: #fff;
}

#quote-box .row {
	margin: 0;
	padding: 0;
}

#reviews {
	position: relative;
}

#reviews .row {
	margin: 0;
	padding: 0;
}

#reviews::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgb(76, 180, 73);
	background: radial-gradient(circle, rgba(76, 180, 73, 1) 0%, rgba(46, 162, 76, 1) 100%);
}

#reviews h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.2em;
	line-height: 0.8em;
	color: #008952;
	font-weight: bold;
}

#reviews .review-foot {
	position: absolute;
	left:0;
	width:100%;
    bottom: 3%;
  
}
.testimonial_wrapper {
	margin-bottom: 12px;
	background-color: #eaeaea;
	padding: 20px;
	border-radius: 10px;
	
}


#faqs {
	background-color: #065FB1;
	padding: 40px 20px;
}

#faqs h2 {
	color: #fff;
	text-align: center;
}

#faqs p {
	color: #fff;
}

#faqs .btn-primary {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	background-color: #065FB1;
	border-color: #065FB1;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	white-space: normal;
	padding: 6px 24px 6px 12px;
}

#faqs .btn-primary span {
	position: absolute;
	right: 4px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#faqs .btn-primary.collapsed span::before,
#faqs .btn-primary span::before {
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 1em;
	position: absolute;
	left: -32px;
	top: 0;
}

#faqs .btn-primary span::before {
	content: "\f068";
}

#faqs .btn-primary:focus,
#faqs .btn-primary.focus,
#faqs .btn-primary:hover {
	color: #065FB1;
	background-color: #fff;
	border-color: #065FB1;
}


.bubble {
	position: relative;
	font-family: sans-serif;
	font-size: 1.5rem;
	line-height: 1.75rem;
	text-align: left;
	color: #827261;
	margin-bottom: 20px;
	min-height: 120px;
}


.cd-5-stars {
	width: 175px;
	background: url("/media/27414/star-white.png");
	background-position: left center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 25px;
}

.cd-5-stars .cd-star-rating {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: url("/media/27413/star-active.png");
	background-position: left center;
}

.review-foot {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	margin: 20px 0;
}

.review-foot .star-total {
	font-size: 2em;
}

.review-foot a {
	color: #fff;
	font-weight: bold;
}

.review-foot a:hover,
.review-foot a:focus {
	text-decoration: underline;
}


.bg-secondary {
	background-color: #eaeaea !important;
}

.testimonial_wrapper cite {
	color: #827261;
}

.testimonial_wrapper a {
	color: #0D8B54;
	text-decoration: underline;
}

.testimonial_wrapper a:hover,
.testimonial_wrapper a:focus {
	color: #015e34;
}


.fa-vimeo::before {
	content: "\f27d";
}

.d-none {
	display: none !important;
}

footer .justify-content-end {
	justify-content: flex-end !important;
	text-align: right;
}

footer #soc-icons .fa {
	font-size: 3em;
	color: #827261;
	margin-right: 15px;
	margin-bottom: 15px;
}

footer #soc-icons .fa:hover,
footer #soc-icons .fa:focus {
	color: #015e34;
}



.why-full  .fa {
	font-size: 3em;
	color: #827261;
	margin-right: 15px;
	margin-bottom: 15px;
}

.why-full  .fa:hover,
.why-full .fa:focus {
	color: #015e34;
}
footer .nav>li>a {
	padding: 12px 0;
}

/* Page Sections */


.bubble {
	position: relative;
	font-family: sans-serif;
	font-size: 1.5rem;
	line-height: 1.75rem;
	text-align: left;
	color: #827261;
	margin-bottom: 20px;
	min-height: 120px;
}


/* Social Icons Styles */
.list-social-icons {
	margin-bottom: 45px;
}

.tooltip-social a {
	text-decoration: none;
	color: inherit;
}

.facebook-link a:hover {
	color: #3b5998;
}

.linkedin-link a:hover {
	color: #007fb1;
}

.twitter-link a:hover {
	color: #39a9e0;
}

.google-plus-link a:hover {
	color: #d14836;
}

/* Service Page Styles */
.service-icon {
	font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
	font-size: 8em;
}


/* Footer Styles */

footer {}

footer h2 {
	color: #065FB1;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

footer .logo-block img {
	width: 55%;
	height: auto;
	margin-bottom:5px;
}

footer .logo-block p {
	color: #065FB1;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:0px;
}

footer .padding-left {
	padding-left: 40px;
	border-left: 1px solid #827261;
}

footer .padding-left2 {
	padding-left: 40px;
	border-left: 1px solid #827261;
}


footer ul.awards-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.awards-list li {
	display: inline-block;
}

footer ul.awards-list li img {
	max-width: 75px;
	margin:10px;
	
}


footer #disclaimer {
	margin-top: 20px;
	text-align: center;
}

.disclaimer{font-size:.75em;margin-top:20px}

footer .col-lg-4 p {
	margin-top: 7px;
}

footer p.foot-phone a {
	color: #7f776e;
	font-size: 1.4em;
}

footer p.foot-phone a:hover,
footer p.foot-phone a:focus {
	color: #01331b;
}


.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


p.fran-title {
	color: #008752;
}
#leaf-banner-bottom.banner-sm {
  background: #ffffff url("/media/27052/cd-leaf-bannerv1.png") no-repeat center center / cover;
  width:100%;
  height:100px;
  margin-top:0;
}

#leaf-banner.banner-sm {
  background: #ffffff url("/media/27052/cd-leaf-bannerv1.png") no-repeat center center / cover;
  width:100%;
  height:100px;
  margin-top:0;
}
 .hero-bar {
  position:relative;
  display:block;
}


img.hero {
  width:100%;
}
.hero-bar p {

   font-size:2.2em;
  line-height:0.8em;
  margin:0 0 20px;
  font-weight: normal;
  font-style: italic;
  color:#008952;
}
.hero-bar h1 {
 
  font-size:3em;
  line-height:0.8em;
  margin:0 0 20px;
  font-weight: normal;
  font-style: italic;
  color:#008952;
}




#hero-search {
    top:80%;
  }
  #hero-search img {
    width:50%;
  }

#hero-search {
  position: absolute;
  left: 0;
right: 0;
margin: auto;
  top:90%;
  width:auto;
}

#hero-search .container {
  width:auto;
  text-align: center;
}

#hero-search .text-center {
  background-color:#fff;
  padding: 20px 60px;
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
display:inline-block;
}

#hero-search .col-lg-6.col-12 {
  padding-top:10px;
}
.vcenter{
height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special h1,.special h2{padding-top:75px;text-align:center}
.special{border:5px dotted #bbb;border-radius:15px;max-width:500px;margin-left:2%;margin-right:2%;}
p.coupon{font-style:bold;color:#35af3f;text-align:center;font-size:110%}a.coupon{color:#005daa}p.italic_small{font-size:80%;font-style:italic}p.extra_small{font-size:60%}p#italic_small{font-size:80%;font-style:italic}p#extra_small{font-size:60%}.special img{float:left;max-width:150px;padding-top:5px}
.test{display:none}
* Book Online Form Styles */

.green-bold {
    color: #008752;
    font-weight: 900
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    
}
.wait{
  display:none;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.grey-background {
    background-color: #e8e8e8
}

.choices label {
    font-size: 110%
}

.row-padding,
.top-padding {
    padding-top: 40px
}


.gridtime {
    color: #F2F3F4;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.griddate {
    display: inline-block;
    padding-bottom: .125rem;
    margin-bottom: -.063rem;
    width: 95%;
    border-bottom: thin #c3c3c3 solid;
}

.gridday {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding-top:.25rem;
}
.unavailable{
  background-color:#a2968a;
}
.activecell{
  background-color:#50b948;
}
#grid-dates{
  background-color:#005dab;color:#ffffff;text-align:center;vertical-align:middle;
}
#grid-dates .apttitle{
  background-color:#50b948;color:#ffffff;text-align:center;vertical-align:middle
}
tr td input[type="radio"] {
  width:25px;
  height:25px;
  
  
}
.radio input[type="radio"]{
  margin-left:-23px;
}
.key-available{
  background-color:#fff;
}
.key-selected{
  background-color:#50b948;
}
.key-unavailable{
  background-color:#a2968a;
}
.key{
  border: 1px solid #C3C3C3;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top:6px;
  margin-right: 5px;
  
  

}

#estimate-form #leaf-banner.banner-lg {
    background: #ffffff url("/media/27233/leafheader.png") no-repeat center bottom / cover;
    width: 100%;
    height: auto;
    margin-top: 0;
}
#estimate-form .row{
	margin:0 0;
	padding:0 0;
	margin-right:-15px;
	margin-left:-15px;
	
}
#estimate-form h1 {
    font-family: 'Bree Rg';
    font-size: 3em;
    line-height: 1.1em;
    color: #fff;
    text-align: center;
    font-style: normal;
    padding: 40px 0;
    text-shadow: 2px 2px 2px #000000;
}

#estimate-form h2 {
  font-family: 'Bree Rg';
  font-size:2em;
  line-height:2.8em;
  color:#008752;
  text-align: center;
  font-style: normal;
  padding:0 15px;
  margin-bottom: 10px;
}

#estimate-form h2 span {
  color:#005dab;
  font-style: italic;
}

#estimate-form h3 {
  font-family: 'Bree Rg';
  font-size:1.5em;
  line-height:0.8em;
  color:#008752;
  font-style: normal;
  padding:0 15px;
}


#estimate-form #step-bar {
padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
}
#estimate-form #step-bar label {
  font-size:12px;
  font-style: italic;
}

#estimate-form #step-bar i {
	color: #008752;
	font-size: 35px;
	float: left;
	padding-top: 25px;
	padding-right: 10px;
}

#estimate-form #step-bar input {
  max-width: 120px;
}

#step-boxes {
  background: #ffffff url("/media/27242/bg-step-list.png") repeat-x center center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: flex-end;
  margin:0 0 0 0;
  padding:0;
  max-width: 600px;
}
#step-boxes li {
  list-style: none;
  flex: 0 0 auto;
  font-family: 'Bree Rg';
  font-size:1.2em;
  line-height:1.2em;
  margin:0 40px 0 0;
  font-weight: bold;
  font-style: italic;
  color:#fff;
  background-color:#a2968a;
  padding:10px 20px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#step-boxes li:last-of-type {
  margin:0;
}

#step-boxes li.live-step {
  background-color:#50b948;
}

#estimate-form input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
    padding: 8px;
    border-radius: 6px;
    color: #827261;

    border: solid 2px;
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    line-height: inherit;
}
textarea.form-control{
	padding: 8px;
	border-radius: 6px;
  color: #827261;
background: rgba(255,255,255,1);
border: solid 2px;
font-family: inherit;
font-size: 17px;
font-weight: bold;
line-height: inherit;
}
#estimate-form .tab{
  display:none;
}
#estimate-form .btn-default {
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background-color:#005dab;
}

#estimate-form .btn-default:hover, #estimate-form .btn-default:focus{
  color: #827261 !important;
	background: #fff !important;
	border: 1px solid #827261;
}

#submission .nxt-stp {
  color:#fff;
  font-size: 20px;
  font-weight: bold;

  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: rgb(0,135,81);
background: linear-gradient(90deg, rgba(0,135,81,1) 15%, rgba(84,185,72,1) 50%, rgba(0,135,81,1) 85%);
text-decoration: none;


}

#submission .nxt-stp:hover, #submission .nxt-stp:focus {
 color: #827261 !important;
	background: #fff !important;
	border: 1px solid #827261;
}

#estimate-form a.btn-full {
  display:block;
  font-size: 1.6em;
  line-height: 0.8em;
  color:#7f776e;
  padding:10px;
  border:1px solid #7f776e;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
  width:100%;
  text-decoration: none !important;
  text-align: left;
}

#estimate-form a.btn-full i {
  float:right;
  padding-left:10px;
  border-left:1px solid #7f776e;
}

#estimate-form .collapse {
  padding:0 50px;
}

#estimate-form .rounded-collapse {
  border:1px solid #7f776e;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#estimate-form .collapse-text {
  padding-top:60px;
}

#estimate-form .collapse-text p span {
  color:#008752;
  font-style: italic;
}

#estimate-form .bg-green-labels {
  background-color:#008752;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}

#estimate-form .bg-green-labels ul {
  list-style: none;
  margin: 0;
  padding:0 10px;
}

#estimate-form .bg-green-labels ul li {
  color:#fff;
  font-size: 1.2em;
  line-height: 0.8em;
  border-bottom:1px solid #fff;
  padding:21px 20px;
}
#estimate-form .bg-green-labels ul li:last-of-type {
  border: none;
}

#estimate-form .room-entrys ul {
  margin:0;
  padding:0;
}

#estimate-form .room-entrys ul li {
  list-style: none;
  padding:14px 0;
  text-align: center;
}

#estimate-form .room-entrys ul li a {
	display: inline-block;
	cursor: pointer;
	font-size: 1.5em;
	line-height: 0;
	color: #7f776e;
	border: 1px solid #7f776e;
	padding: 11px 5px;
	width: 30px;
	height: 30px;
}

#estimate-form .room-entrys ul li a.adder {
  margin-left:-4px;
  -webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

#estimate-form .room-entrys ul li a.subtractor {
  margin-right:-4px;
  -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

#estimate-form .room-entrys ul li a:hover,
#estimate-form .room-entrys ul li a:active,
#estimate-form .room-entrys ul li a:focus {
  text-decoration: none;
  background-color:#7f776e;
  color:#fff;
}

#estimate-form .room-entrys ul li input {
  border:none;
  -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #50b948;
color:#fff;
max-width:40px;
display: inline-block;
height:30px;
width:38px;
text-align:center;
}



#estimate-form #form-specials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: center;
}

#estimate-form #form-specials .form-coupon {
  flex: 0 0 auto;
  margin: 10px;
  background-color:#008752;
  padding:12px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
min-height:150px;
}
.fineprint{
 
  border-top:1px solid #008752;
  
}
#estimate-form #form-specials p {
  color:#fff;
  font-size:1.1em;
  line-height: 1em;
  text-align:center;
}
#estimate-form #form-specials p.special-title {
  font-size:.9em
}
#estimate-form #form-specials .extra_small {
    font-size: .6em;
      line-height: 1.1em;
    text-align:left;
    font-style: italic;
    margin-bottom:0;
    padding-top:5px;
}

#estimate-form #form-specials p.special-desc {
  
  margin-bottom:5px;
  padding-bottom:5px;
  font-size:1.2em
}

#estimate-form #form-specials input[type="button"] {
  color:#000;
  display:block;
  float:right;
  border: none;
  background:#008752;
  font-size: 1em;
  margin-top:2px;
   text-decoration: underline;
}

#estimate-form #form-specials input[type="button"]:hover,
#estimate-form #form-specials input[type="button"]:active,
#estimate-form #form-specials input[type="button"]:focus {
  text-decoration: underline;
  color:#fff;
}


#estimate-form #form-specials p a.special-add {
  color:#fff;
  display:block;
  float:right;
  font-size: 1em;
  
  margin-bottom:30px;
}

#estimate-form #form-specials p a.special-add:hover,
#estimate-form #form-specials p a.special-add:active,
#estimate-form #form-specials p a.special-add:focus {
  text-decoration: underline;
  color:#000;
}

#estimate-form .form-footer {
  
}

#estimate-form .form-footer div {
  padding:10px;
}

.highlightPromo{
   border: 1px solid #07c;
    box-shadow: 0 0 10px #07c;
    outline: none;
}

#estimate-form .form-footer div:first-of-type p span {
  color:#008752;
}
#estimate-form .form-footer2  p span {
  color:#008752;
  
   font-style:italic;
}
#estimate-form .form-footer div:first-of-type p.form-footer-disc {
  color:#008752;
  font-style:italic;
}

#estimate-form .form-footer div:last-of-type p {
  text-align: center;
}

#estimate-form .form-footer div:last-of-type p.order-total {
  font-size: 1.5em;
}

#estimate-form .form-footer div:last-of-type p.order-total span {
  display:block;
  font-size: 2em;
}

#estimate-form .fran-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: start;
}

#estimate-form .fran-info div {
  flex: 0 0 auto;
  margin: 10px;
}

#estimate-form .fran-info i {
color: #008752;
font-size: 60px;
}

p.fran-title {
  color: #008752;
}

.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;text-align:center;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-tdfj{background-color:#005dab;border-color:#7f776e;color:#ffffff;text-align:center;vertical-align:middle;}
.tg .tg-of2r{border-color:#7f776e;color:#a2968a;text-align:center;vertical-align:middle}
.tg .tg-emg4{background-color:#a2968a;border-color:#7f776e;color:#fff;text-align:center;vertical-align:middle}
.tg .tg-b27s{border-color:#7f776e;text-align:center;vertical-align:middle}
.tg .tg-5ngb{background-color:#50b948;border-color:#7f776e;color:#ffffff;text-align:center;vertical-align:middle}

.tg .blocked {
  background-color:#a2968a;
}

.tg .chosen {
  background-color:#50b948;
}

.tg strong {
}

.tg td input[type="radio"] {
  width:25px;
  height:25px;
}

.tg tfoot td {
  border:none;
  padding:20px 0;
}

.tg tfoot td ul.tab-foot-key {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  margin:0;
  padding:0;
}
.tg tfoot td ul.tab-foot-key li {
  list-style: none;
  flex: 0 0 auto;
  margin:0 20px 0 0;
}

.tg tfoot td ul.tab-foot-key li span {
  display:inline;
  border: 1px solid #7f776e;
  padding:2px 10px;
  margin-right: 10px
}

.tg tfoot td ul.tab-foot-key li:nth-of-type(2) span {
  background-color:#a2968a;
}

.tg tfoot td ul.tab-foot-key li:nth-of-type(3) span {
  background-color:#50b948;
}


#estimate-form p.conf-date,
#estimate-form p.conf-time {
  font-weight:bold;
}

#estimate-form p.conf-date span,
#estimate-form p.conf-time span {
  color:#008752;
}

#estimate-form .form-head{
   border-bottom:1px solid #7f776e;
}

#estimate-form .form-head div {
	padding:40px;
 
}

#estimate-form .form-head .form-left {

}
.next-float{
  float:right;
}
.ui-dialog-titlebar-close{
  display:none;
}

  .services {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

/* Hide the browser's default checkbox */
.services input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  
border-radius: 15px;
}

/* On mouse-over, add a grey background color */
.services:hover input ~ .checkmark,
.services:focus input ~ .checkmark {
  background-color: #827261;
}

/* When the checkbox is checked, add a blue background */
.services input:checked ~ .checkmark {
  background-color: #008752;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Create the checkmark/indicator (hidden when not checked) */
.services:hover input ~ .checkmark:after ,
.services:focus input ~ .checkmark:after {
 display: block;
}
/* Show the checkmark when checked */
.services input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.services .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

 .servicebreak{
  border-right: 1px solid #7f776e;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
textarea.invalid {
  background-color: #ffdddd;
}
.green-text{
	color:#2f8952;
}

.green-text a{
	color:#2f8952;
	text-decoration:underline;
}

.green-text a:hover{
	color:#184529;
}
.Blue{
	color:#005aae;
}
.Bold{
 font-weight:900;
}
.Purple{
	color:#95459a;
}
@media (min-width: 765px){
	.carousel-control{
		display:none;
	}
}
@media (max-width: 764px){
	.carousel-control{
		opacity:1;
		font-size:30px;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 80%;
    z-index: 500;
    display: inline-block;
    margin-top: -10px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
 z-index: 200;
}
}
@media (min-width: 995px) {
.hero-bar a {
	font-size: 2.2em;
}
}
/* Responsive Styles */
@media (max-width: 1195px) {

	.navbar .row.align-items-center {
		align-content: center;
		width: 100%;
	}

	.navbar-brand span {
		display: none;
	}

	.navbar-brand img {
		width: 150px;
		height: auto;
	}
}
@media (max-width: 1095px) {
#healthy-line {
	margin-top: 25px;
	
}
}

@media screen and (max-width: 992px) {

	body {
		padding-top: 70px;
	}

	a.mobile-but {
		display: block;
	}

	.hidden-sm {
		display: none;
	}

	.mobile-center {
		text-align: center;
	}


	ul.dropdown-menu li {
		border-right: none;
		padding: 4px 0;
	}

	li.dropdown.open ul.dropdown-menu {
		display: block;
	}

	.navbar-collapse .nav.navbar-nav {
		position: relative;
		display: block;
	}

	#myNavbar.col-md-10 {
		position: relative !important;
	}

	li.dropdown.open ul.dropdown-menu {
		height: auto;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 100%;
	}

	#service-grid .col-lg-4 {
		margin-bottom: 40px;

	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		float: left;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar {
		display: block;
		 min-height: 135px;
	}
	
#healthy-line {
    margin-top: 30px;
}
	.navbar .navbar-toggle {
		border: 1px solid #827261;
		background-color: #827261;
		z-index:999;
	}

	.navbar-toggle .icon-bar {
		background-color: #fff;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
 .navbar .navbar-toggle.collapsed {
	border: 1px solid #827261;
  background-color:#fff;
}

.navbar .navbar-toggle.collapsed .icon-bar  {
  background-color:#827261;
	
}
	
	.navbar .nav-holder {
		display: block;
		position: absolute;
		right: 50px;
		top: 70px;
	}

	.navbar-right .dropdown-menu {
		position: relative;
		left: auto;
		top: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#header-logo img {
		width: 160px;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
		padding-top: 0;
		max-height:550px;
		overflow-y: auto;
		overflow-x:hidden;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-header {
		float: left;
	}

	.navbar .container {
		padding: 0 20px;
	}

	#myNavbar.navbar-collapse,
	#myNavbar.navbar-collapse.collapse.in {
	background-color: #fff;
		width: 100%;
		margin: 25px 0 0;
		
		
	}

	.navbar .row.align-items-center {
		width: auto;
	}

	.navbar-brand {
		padding: 40px 5px 0;
	}

	.navbar-brand img {
		width: 165px;
	}

	.headphone {
		position: absolute;
		float: none;
		right: 10px;
		top: 10px;
		min-width: 0;
		max-width:52%;
	}

	.headphone h2,
	a.phone-link {
		font-size: 18px;
	}


	.nav-holder {
		float: left;
		width: 5px;
	}

	.row {
		margin: 0;
		padding: 20px 0;
	}

	ul.image-decor-row li {
		max-width: 49%;
	}

	ul.image-decor-row li img {
		width: 100%;
	}

	h2.service-head {
		padding: 20px;
	}

	ul.service-list {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	ul.service-list li {
		width: 27%;
	}

	ul.service-list li {
		width: 18%;
	}

	ul.service-list li a span {
		display: block;
		line-height: 1.2em;
		font-size: 0.8em;
	}

	#quote-box {
		margin: 20px 0;
		padding: 20px;
	}

	#quote-box h2 {
		font-size: 1.6em;
		margin-bottom: 20px;
	}

	#reviews h2 {
		font-size: 2em;
		line-height: 0.8em;
	}

	#healthy-line h2 {
		color: #fff;
		font-size: 6vw;
		margin: 0;
		padding: 20px;
		font-family: 'Bree Rg';
		font-style: italic;
		text-align: center;
		text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.75);
	}

	.hero-bar a {
		left: 10%;
	}

	#why-cd h2 {
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.3em;
		line-height: 1.2em;
	}

	#why-cd.why-inner img {
		margin-top: 40px;
	}

	a.learn-more,
	a.learn-more-alt {
		font-size: 1em;
	}

	.embed-responsive-16by9 {
		margin-bottom: 20px;
	}

	#faqs {
		padding: 0;
	}

	#faqs h2 {
		margin: 40px 0 20px;
	}
	footer .headphone {
		position: relative;
		top: auto;
		right: auto;
	}

	footer .padding-left {
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-right: none;
		border-left: 1px solid #827261;
	}
	footer .padding-left2 {
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-right: none;
		border-left: none;
}
	#soc-icons{
		text-align:center;
	}

	footer h2 {
		color: #065FB1;
		font-size: 1.4em;
		margin-bottom: 20px;
	}

	footer ul.awards-list li img {
		max-width: 65px;
	}
	.hero-bar h1 {
		font-size: 2em;
		line-height: 1em;
	}
	h2 {
    text-align: left;
    font-size: 2em;
    line-height: 1.2em;
    color: #008952;
    margin-bottom: 10px;
}
	.why-full{
margin-top:25px;
}
}

@media screen and (max-width: 767px) {
	.hero-bar h1 {
		font-size: 2em;
		line-height: 1em;
	}
h2 {
    text-align: left;
    font-size: 2em;
    line-height: 1.2em;
    color: #008952;
    margin-bottom: 10px;
}
	.results .section {
		padding: 20px;
	}
	

#estimate-form .row {
  margin-right:0;
  margin-left:0;
}

#estimate-form .pull-right {
  float:none !important;
}
.next-float{
  float:left;
}


#estimate-form .collapse,
.rounded-collapse,
.bg-green-labels {
	padding: 0;
}

#estimate-form .collapse-text {
	padding-top: 10px;
}

#estimate-form .bg-green-labels {
  width:50%;
  float:left;
}

#estimate-form .bg-green-labels ul li {
	padding: 21px 10px;
}

#estimate-form .room-entrys {
  width:50%;
  float:right;
}
	   #step-boxes li {
	font-size: 0.8em;
	line-height: 0.8em;
	margin: 0 10px 0 0;
	padding: 10px;
}
.why-full{
margin-top:25px;
}

}


@media (max-width: 767px) {

	.carousel {
		height: 70%;
		/* increases the carousel height so it looks good on phones */
	}

	#reviews {
		padding: 0;
	}
	
}

@media screen and (max-width: 570px) {
	.vcenter{
		display:block;
	}
#why-cd h1 {
	
	font-size: 2em;
	margin-bottom:0px;
	line-height: 1em;
}

	#socialBar .input-group input[type="text"] {
		width: 100px !important;
		padding: 9px;
	}

	ul.service-list li {
		width: 27%;
	}
	
	

}


@media screen and (max-width: 768px) {


	img.mob-limit {
		max-width: 150px;
		display: block;
		margin: 0 auto;
	}

	.columned {
		column-count: 1;
	}
	
	

}

@media screen and (max-width: 690px) {
		.row {
    margin: 10px 0;
    padding: 10px 0;
}
	footer .award-col{
		padding-left:2px;
		padding-right:2px;
	}
	footer .col-lg-4 p {
    margin-top: 5px;
}
	footer .nav>li>a {
    padding: 5px 0;
}
	.nav {
		padding-left: 2px;
		padding-right: 2px;
	}

	.nav li {
		display: block !important;
		width: 100%;
		margin: 0px;
	}

	.nav li.active {
		border-bottom: 1px solid #ddd !important;
		margin: 0px;
	}

	.field-content.card-title a {
		font-size: 18px;
	}
}

@media screen and (max-width: 435px) {
	.navbar-brand {
		float: left;
		height: auto;
		padding: 40px 5px 0;
		text-align: left;
		color: #7f776e;
	}

	.navbar-brand img {
		width: 165px;

	}
}

@media screen and (max-width: 410px) {
	.hero-bar h1 {
		font-size: 1.5em;
		line-height: 1em;
	}
}
 

@media screen and (max-width: 767px) {
  .hero-bar h1 {
	font-size: 2em;
	line-height: 1em;
  }
	h2 {
    text-align: left;
    font-size: 2em;
    line-height: 1.2em;
    color: #008952;
    margin-bottom: 10px;
}
  }
  @media screen and (max-width: 435px) {
	
  .hero-bar h1 {
	font-size: 1.5em;
	line-height: 1em;
}
	  h2 {
    text-align: left;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #008952;
    margin-bottom: 10px;
}
 
}

@media screen and (max-width: 570px) {
  
  
  #hero-search {
    top:80%;
  }
  #hero-search img {
    width:50%;
  }

  #hero-search .text-center {
	padding: 20px;
}
}