@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: 150px;
	/* body padding for fixed top nav */
}

#gallery-wheel div img {
	margin-top: -340px;
}

h2 {
	text-align: left;
	font-size: 2.4em;
	line-height: 0.8em;
	color: #008952;
	margin-bottom: 40px;
}

h3 {
	text-align: left;
	font-size: 2.0em;
	line-height: 1.2em;
	color: #008952;
	margin-bottom: 20px;
	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 {
	display: inline-block;
	color: #fff;
	background-color: #005dab;
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #005dab;
	margin-top:20px;
}

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

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

a.learn-more-alt:hover,
a.learn-more-alt: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 .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;
}


#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;
}


#healthy-line {
	position: absolute;
	top: 10%;
	left: 0;
	width: 40%;
	background: transparent;
}

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

#healthy-line h2 span {
	margin-right: 2vw;
}




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

.hero-bar {
	position: relative;
	display: block;
	margin-top: 48px;
}


img.hero {
	width: 100%;
}

img.hero.detail {
	position: absolute;
	top: 0;
	left:0;
}

.hero-bar p {
	position: absolute;
	top: 65%;
	left: 0;
right: 30%;
text-align: center;
}

.hero-bar a {
	display: inline-block;
	border: 2px solid #fff;
	margin: 0;
}



.hero-bar h1 {
	font-family: 'Bree Rg';
	font-size: 3em;
	line-height: 1.2em;
	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;
}

#eco-line h1 {
	color: #008952;
	text-align: left;
	margin: 0;
	line-height: 1.2em;
	font-size: 2.4em;
}

#eco-line h2 {
	text-align: center;
	background-color: #f3f4f5;
	padding: 25px;
	margin: 0;
}

.service-menu {
	margin: 40px 0;
	background: transparent url("/media/27105/bg-cdrfran-servicemenu.jpg") no-repeat scroll 0 0 / contain;
	width: 100%;
	height: 35vw;
}

.service-menu-inner {
	position: relative;
	display: inline-block;
	left: 25%;
	top: 33%;
}

.service-menu h2 {
	color: #fff;
	margin-bottom: 20px;
}

.service-menu select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 10px 1em 10px 5px;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: 1.3em;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}

.service-menu select:hover {
	cursor: pointer;
}

.service-menu select::-ms-expand {
	display: none;
}

.service-menu select {
	color: #fff;
	background: transparent url("/media/27107/bg-service-dropdown.png") no-repeat scroll center right;
	border: 2px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.service-menu select option {
	color: #008952;
}

.service-menu select option:hover,
.service-menu select option:focus,
.service-menu select option:checked {
	color: #fff;
	background-color: #065FB1;
}

.icon-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin-top: 40px;
	padding: 0;
}

.icon-list li {
	flex: 0 0 auto;
	margin: 10px;
}

.icon-list li.circle-icon img {
	max-width: 160px;
	height: auto;
}

.icon-list li.book-now {
	background: transparent url("/media/27065/bg-book-now.png") no-repeat scroll center center / contain;
	padding: 25px;
}

.icon-list li.book-now p {
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#gallery-wheel div img {
	margin-top: -340px;
}

#reviews {
	position: relative;
	min-height: 350px;
}

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

#reviews::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #008952;
	background: transparent url("/media/27052/cd-leaf-bannerv1.png") no-repeat scroll bottom left / cover;
	
}

#reviews h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 3em;
	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;
	margin-bottom:70px;
}


.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;
}

.testimonial_wrapper cite {
	color: #827261;
}

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

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


.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;
}

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


#service-grid .row {
	margin: 0;
	padding: 10px;
}

#service-grid .square {
	margin: 0;
	padding-bottom: 20px;
}


#service-grid a img {
	width: 100%;
	height: auto;
	position: relative;

}

#service-grid a {
	position: relative;
	width: 100;
	height: 100%;
	display: block;
}


#service-grid a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(47, 162, 76, 0.67);
	z-index: 10;
}

#service-grid a span {
	position: absolute;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.2em;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 12;
	text-align: center;
	padding: 10px;
	left: 0;
}

#service-grid a:hover span {
	color: #065FB1;
	background-color: rgba(255, 255, 255, 0.8);
}

#service-grid a:hover::before {
	display: none;
}

#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;
}
#why-cd2.why-inner img {
    width: 100%;
    height: auto;
}

#why-cd2 img {
    margin: 14px;
}
.why-full img {
	margin: 5px 5px 5px 5px
}

.why-full h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 1.1em;
	color: #008952;
	margin-bottom: 20px
}

.why-full h2 {
	text-align: left;
	margin-bottom: 20px
}

.why-full .row {
	margin: 20px 0
}

.why-full .embed-responsive {
	margin-top: 40px
}

.tab-pane h2 {
	color: #008952;
	font-size: 2em
}
#why-cd h2{
	text-align:center;
}

#why-cd .tab-pane {
	display: none
}

#why-cd .tab-pane.active {
	display: block
}

#why-cd .nav-pills>li {
	padding: 10px 20px 10px 60px;
	border-left: 10px solid #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	min-height: 121px
}

#why-cd .nav-pills>li.active:after {
	content: "";
	position: absolute;
	top: 121.6px;
	right: 0;
	height: 25px;
	width: 25px;
	border-top-right-radius: 50%;
	background: transparent;
	box-shadow: 11px -12px 0 0 rgba(222,233,243,1);
}

#why-cd .nav-pills>li.active:nth-child(2):before {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	height: 25px;
	width: 25px;
	border-bottom-right-radius: 50%;
	background: transparent;
	box-shadow: 2px 10px 0 0 rgba(222,233,243,1);
}

#why-cd .nav-pills>li.active:nth-child(3):before {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	height: 25px;
	width: 25px;
	border-bottom-right-radius: 50%;
	background: transparent;
	box-shadow: 2px 10px 0 0 rgba(222,233,243,1);
}

#why-cd .nav-pills>li.active:nth-child(4):before {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	height: 25px;
	width: 25px;
	border-bottom-right-radius: 50%;
	background: transparent;
	box-shadow: 2px 10px 0 0 rgba(222,233,243,1);
}

#why-cd .nav-pills>li.active>a,
#why-cd .nav-pills>li.active>a:hover,
#why-cd .nav-pills>li.active>a:focus {
	color: #0a5ead;
	background-color: transparent;
	border-right: transparent;
	font-weight: normal
}

#why-cd .nav-pills>li>a,
#why-cd .nav-pills>li>a:hover,
#why-cd .nav-pills>li>a:focus {
	font-weight: bold;
	background-color: transparent
}

#why-cd .nav-pills>li.active>a::before {
	font-family: 'FontAwesome';
	padding-left: 12px
}

#why-cd .nav-pills>li>a {
	font-size: 24px;
	font-weight: normal
}

#why-cd .nav-pills>li#gc-tab {
	background: transparent url("/media/27140/bubbles.png") no-repeat left center
}

#why-cd .nav-pills>li.active#gc-tab {
	border-right-color: rgba(222,233,243,1);
	border-left: 10px solid rgba(233,240,247,1);
	background: rgba(208, 223, 238, 1);
	background: url("/media/27139/blue_bubbles.png") no-repeat left center, linear-gradient(90deg,rgba(233,240,247,1) 60%,rgba(222,233,243,1) 99%);
}

#why-cd .nav-pills>li.active#ra-tab {
	background: rgba(208, 223, 238, 1);
	
	background-color: #578dc3;
	border-right-color: rgba(222,233,243,1);
	border-left: 10px solid rgba(233,240,247,1);
	background: url("/media/27142/blue_stain.png") no-repeat left center, linear-gradient(90deg,rgba(233,240,247,1) 60%,rgba(222,233,243,1) 99%);
}

#why-cd .nav-pills>li#ra-tab {
	background: transparent url("/media/27144/stain.png") no-repeat left center
}

#why-cd .nav-pills>li#cd-tab {
	background: transparent url("/media/27141/house.png") no-repeat left center
}

#why-cd .nav-pills>li.active#cd-tab {

	background-color: #578dc3;
	border-right-color: rgba(222,233,243,1);
	border-left: 10px solid rgba(233,240,247,1);
	background: url("/media/27143/blue_house.png") no-repeat left center, linear-gradient(90deg,rgba(233,240,247,1) 60%,rgba(222,233,243,1) 99%);
}

#why-cd .nav-pills>li#pu-tab {
	background: transparent url("/media/27146/paw.png") no-repeat left center
}

#why-cd .nav-pills>li.active#pu-tab {

	background-color: #578dc3;
	border-right-color: rgba(222,233,243,1);
	border-left: 10px solid rgba(233,240,247,1);
	background: url("/media/27145/blue_paw.png") no-repeat left center, linear-gradient(90deg,rgba(233,240,247,1) 60%,rgba(222,233,243,1) 99%);
}

#why-cd #blue-pane {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border-left: 1px solid rgba(222,233,243,1);
    background: linear-gradient(90deg,rgba(222,233,243,1) 1%,rgba(201,218,236,1) 90%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	color: #0a5ead;
	min-height: 615px
}

#why-cd #blue-pane .embed-responsive {
	margin-bottom: 20px
}

#why-cd #blue-pane a {
	color: #0a5ead;
	text-decoration: underline
}

#why-cd #blue-pane a:hover {
	color: #003366;
	text-decoration: underline
}

#why-cd #blue-pane a:focus {
	color: #003366;
	text-decoration: underline
}

#why-cd .col-lg-6:first-of-type {
	padding-right: 0
}

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

.column-left {
	padding-right: 50px;
	border-right: 1px solid #7f776e
}

.column-right {
	padding-left: 50px
}

.columned h3 {
	margin-top: 0
}

.panel-title>a {
	display: block;
	position: relative;
	padding-right: 15px
}

.panel-title>a:after {
	content: "\f054";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 25%;
	color: #fff
}

.panel-title>a.collapsed:after {
	content: "\f078"
}


#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;
}

#book-now .container {
	max-width: 760px;
	background-color: #065FB1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top:30px;
	margin-bottom:30px;
}

#book-now .container h2,
#book-now .container p {
	color: #fff;
	margin-bottom: 0
}

#book-now .container h2 {
	margin-top: 10px;
}


.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;
}


.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;
}

footer #soc-icons .fa:hover,
footer #soc-icons .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;
}
.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;
}

/* 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 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #065FB1;
	margin-bottom: 20px;
}

footer .logo-block img {
	width: 85%;
	height: auto;
}

footer .logo-block p {
	color: #065FB1;
	font-size: 1.5em;
	font-weight: bold;
}

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 .nav>li>a {
	padding: 12px 0;
}


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


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

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;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.vcenter{
height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
/* 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: 165px;
		height: auto;
	}
}


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

	body {
		padding-top: 120px;
	}

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

	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;
	}

	.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: 10px 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%;
	}
	.hero-bar {
	
	margin-top: 40px;
}

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


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




	#eco-line h1 {
		text-align: center;
		margin: 0 0 20px 0;
		font-size: 1.5em;
		line-height: 1.2em;
	}




	#book-now .container {
		background-color: #065FB1;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		text-align: center;
		margin: 20px;
	}

	#book-now .container h2 {
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.5em;
		line-height: 1.2em;
	}

	#book-now .row {
		margin: 0;
	}
		#reviews {
		background: none;
		padding: 40px 20px 20px;
	}

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

	#reviews::before {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 55%;
		background-color: #008952;
		background: transparent url("/media/27052/cd-leaf-bannerv1.png") no-repeat scroll bottom left / cover;
		left: 0;
	}

	#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;
	}

}

@media screen and (max-width: 767px) {
	.hero-bar {
	
	margin-top: 40px;
}
	.hero-bar h1 {
		font-size: 2em;
		line-height: 1em;
	}

	.results .section {
		padding: 20px;
	}
		.hero-bar p {
	position: absolute;
	top: 80%;
	left: 0;
right: 0;
text-align: center;
}


}


@media (max-width: 767px) {

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

	#reviews {
		padding: 0 20px;
	}
}

@media screen and (max-width: 570px) {
	h2{
		line-height: 1.2em;
	}


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

}


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


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

	.columned {
		column-count: 1;
	}

	img.hero {
		width: 100%;
		float: none;
	}

	
img.hero.detail {
    position: absolute;
    top: 60%;
    left: 0;
}
#healthy-line {
	width:100%;
		position: relative;
		background: transparent;
		text-align: left;
	background-color: #008952;
		background: transparent url("/media/27052/cd-leaf-bannerv1.png") no-repeat scroll bottom left / cover;
		padding: 20px;
	}

	#healthy-line h2 {
		color: #fff;
		font-size: 10.5vw;
		line-height: 11vw;
		margin: 0 25px 0 0;
		padding: 0;
		font-family: 'Bree Rg';
		font-style: italic;
		text-align: center;
		display: inline;
	}

	a.learn-more, a.learn-more-alt {
   
    padding: 7px 10px;
   font-size:1.7em;
    margin-top: 5px;
}
	#healthy-line p {
		text-align: center;
		display: inline-block;
		margin-bottom: 0;
	}

	#healthy-line p a.learn-more {
		font-size:1.7em;
		padding: 10px 15px;
	}
	.hero-bar p {
	position: absolute;
	top: 50%;
	left: 50%;


}

	#service-grid .col-lg-4 {
		margin-bottom: 10px;
		max-height: 100px;
		overflow: hidden;
	}

	#service-grid a span {
		top: 10%;
	}

	#service-grid .row {
		margin: 0;
		padding: 0;
	}
#service-grid a img {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -18%;

}
	#why-cd .nav-pills > li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 40px;
}


	#why-cd .nav-pills > li a span,
	#why-cd .nav-pills > li.active:nth-child(2)::before,
	#why-cd .nav-pills > li.active:nth-child(3)::before,
	#why-cd .nav-pills > li.active:nth-child(4)::before {
		display:none;

	}

	#why-cd .nav-pills > li.active:nth-child(2)::before {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	height: 25px;
	width: 25px;
	border-bottom-right-radius: 50%;
	background: transparent;
	box-shadow: 2px 10px 0 0 rgba(148, 182, 217, 1);
}

	#why-cd .nav-pills > li {
	padding: 0;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0 !important;
	width: 24%;
	float: left;
	min-height: 60px;
	margin-bottom: -4px;
	border-top: 2px solid #A99D93;
	border-left: 2px solid #A99D93;
	border-right: 2px solid #A99D93;
}

#why-cd .nav-pills > li.active::after {
	display:none
}

#why-cd .nav-pills > li.active {
	border-top: 2px solid #D0DFEE;
	border-left: 2px solid #D0DFEE;
	border-right: 2px solid #D0DFEE;
}


#why-cd .nav-pills > li#pu-tab {
	background: transparent url("/media/27146/paw.png") no-repeat center center;
}
#why-cd .nav-pills > li#cd-tab {
	background: transparent url("/media/27141/house.png") no-repeat center center;
}
#why-cd .nav-pills > li#gc-tab {
	background: transparent url("/media/27140/bubbles.png") no-repeat center center;
}
#why-cd .nav-pills > li#ra-tab {
	background: transparent url("/media/27144/stain.png") no-repeat center center;
}
#why-cd .nav-pills > li.active#pu-tab {
	border-right-color: transparent;
	border-left: 0 solid transparent !important;
	background: #D0DFEE url("/media/27145/blue_paw.png") no-repeat center center;
}
#why-cd .nav-pills > li.active#cd-tab {
	border-right-color: transparent;
	border-left: 0 solid transparent !important;
	background: #D0DFEE url("/media/27143/blue_house.png") no-repeat center center;
}
#why-cd .nav-pills > li.active#gc-tab {
	border-right-color: transparent;
	border-left: 0 solid transparent !important;
	background: #D0DFEE url("/media/27139/blue_bubbles.png") no-repeat center center;
}
#why-cd .nav-pills > li.active#ra-tab {
	border-right-color: transparent;
	border-left: 0 solid transparent !important;
	background: #D0DFEE url("/media/27142/blue_stain.png") no-repeat center center;
}

#why-cd #blue-pane {
	padding:20px;
	border-left: 0px solid rgba(148, 182, 217, 1);
	background: rgb(208,223,238);
	background: linear-gradient(180deg, rgba(208,223,238,1) 10%, rgba(87,141,195,1) 90%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 0;
	color: #fff;
	min-height: 615px;
}

#why-cd #blue-pane h2 {
	display:block;
}

}

@media screen and (max-width: 570px) {
	.vcenter{
		display:block;
	}
	.hero-bar p {
		position: absolute;
		left: 55%;
		margin: 0;
		top: 52%;
	}
	
}

@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;
	}

	#reviews p.faq-quote,
	#reviews p.more-reviews a {
		padding: 20px 0px;
	}
}

@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;

	}

	#service-grid a span {
		top: 23%;
	}
}

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

@media screen and (max-width: 590px){
	
	#healthy-line p {
		text-align: center;
		display: inline-block;
		margin-bottom: 0;
	}

	#healthy-line p a.learn-more {
		font-size:1.1em;
		padding: 7px 10px;
	}
	.hero-bar p {
	position: absolute;
	top: 50%;
	left: 55%;


}
}