

@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.2em;
	line-height: 1.1em;
	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;
}

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


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

#why-cd img {
    margin: 14px;
}

.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 {
	position: absolute;
	top: 25%;
	left: 0;
	width: 40%;
	background: transparent;
}

#healthy-line h2 {
	color: #fff;
	font-size: 4vw;
	line-height: 4vw;
	margin: 0;
	padding: 20px 20px;
	font-family: 'Bree Rg';
	font-style: italic;
	text-align: right
}

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

#healthy-line p {
	text-align: right;
	margin-right: 10vw;
}


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

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

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


img.hero {
	width: 100%;
}

img.hero.detail {
	position: absolute;
	top: 0;
	left: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: #fff;
	text-align: center;
	padding: 25px;
	margin: 0;
	background: rgb(76, 180, 73);
	background: radial-gradient(circle, rgba(76, 180, 73, 1) 0%, rgba(46, 162, 76, 1) 100%);
}

#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: #008752;
	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: 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;
	margin-bottom:50px;
}
.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;
}

#maparea {
	position: relative;
}

#maparea p {
	position: absolute;
	top: 20px;
	left: 75px;
	display: inline-block;
	color: #065FB1;
	background-color: #fff;
	border: 2px solid #065FB1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 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;
}
.container.ch-1 {
	min-height: 340px;
}

h2#service-head {
	color: #fff;
	background-color: #008752;
	background: transparent url("/media/27052/cd-leaf-bannerv1.png") no-repeat scroll center left / cover;
	padding: 24px 20px;
	text-align: center;
	margin-bottom: 20px;
}
#service-wheel:hover,
#service-wheel:focus{
	cursor: pointer;
}

#service-wheel img+p {
	display: none;
}

#service-wheel img.carousel-center+p {
	position: absolute;
	display: block;
	z-index: 100;
	color: #065FB1;
	font-size: 1.4em;
	top: 270px;
	text-align: center;
	width: 375px;
	left: 50%;
    transform: translate(-50%, 0);
	font-weight: bold;
}

#service-wheel img {
	filter: grayscale(100%) brightness(150%);

}

#service-wheel img.carousel-center {
	filter: none;

}

#service-wheel-rotator {
	position: relative;
	display: block;
	z-index: 90;
	color: #065FB1;
	font-size: 1.4em;
	top: 270px;
	width: 400px;
	margin: 0 auto;
	clear: both;
}

#service-wheel-rotator #next-serv {
	float: right;
}

#service-wheel-rotator a {
	color: #827261;
}

#service-wheel-rotator a:hover,
#service-wheel-rotator a:focus {
	color: #008952;
}

#service-wheel-rotator a span {
	display: none;
}


.container.ch-2 {
	min-height: 650px;
	margin-top: 40px;
}

#gallery h2 {
	text-align: center;
	margin-bottom: 240px;
}

#gallery img {
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
}

#gallery-wheel-rotator {
	position: relative;
	display: block;
	z-index: 99;
	color: #065FB1;
	font-size: 1.4em;
	top: -120px;
	width: 940px;
	margin: 0 auto;
	clear: both;
}

#gallery-wheel-rotator #next-gal {
	float: right;
}

#gallery-wheel-rotator a {
	color: #827261;
}

#gallery-wheel-rotator a:hover,
#gallery-wheel-rotator a:focus {
	color: #008952;
}

#gallery-wheel-rotator a span {
	display: none;
}



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

.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) and (min-width: 767px) {
	a.learn-more, a.learn-more-alt{
    font-size: 1.1em;
  
    margin-top: 0px;
}
}

@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: 120x;
	}

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

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


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


	#eco-line h3 {
		color: #fff;
		text-align: center;
		padding: 20px;
		margin: 0;
		background: rgb(76, 180, 73);
		background: radial-gradient(circle, rgba(76, 180, 73, 1) 0%, rgba(46, 162, 76, 1) 100%);
		font-size: 18px;
		line-height: 20px;
	}

	#service-wheel-rotator,
	#gallery-wheel-rotator {
		width: auto;
	}

	.container.ch-2 {
		min-height: 250px;
		margin-top: 40px;
	}

	.container.ch-2 {
		min-height: 10px;
		margin-top: 0;
		margin-bottom: -100px;
	}

	#gallery h2 {
		text-align: center;
		margin-bottom: 90px;
	}

	#gallery-wheel {
		margin-top: 300px;
	}

	#gallery-wheel-rotator {
		top: -330px;
	}

	#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: #008752;
		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: 0px;
}
	.hero-bar h1 {
		font-size: 2em;
		line-height: 1em;
	}

	.results .section {
		padding: 20px;
	}


}


@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) {

.vcenter{
		display:block;
	}
	#socialBar .input-group input[type="text"] {
		width: 100px !important;
		padding: 9px;
	}
	
	#eco-line h1{
		padding:8px;
		font-size:26px;
		line-height:1.2em;
		
	}

}


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


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

	.columned {
		column-count: 1;
	}

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

	#healthy-line h2 {
		color: #fff;
		font-size: 8vw;
		line-height: 8vw;
		margin: 0;
		padding: 15px;
		font-family: 'Bree Rg';
		font-style: italic;
		text-align: right;
	}

	.hero-bar a {
		display: inline-block;
		border: 2px solid #fff;
		margin-right: 100px;
		font-size: 16px;
		margin-top: 60px;
	}

}

@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;
	}
	#service-wheel img.carousel-center+p {
	position: absolute;
	display: block;
	z-index: 100;
	color: #065FB1;
	font-size: 1.4em;
	top: 270px;
	text-align: center;
	width: 280px;
	left: 50%;
    transform: translate(-50%, 0);
	font-weight: bold;
}
	
	#service-wheel-rotator {
	position: relative;
	display: block;
	z-index: 90;
	color: #065FB1;
	font-size: 1.4em;
	top: 270px;
	width: 350px;
	margin: 0 auto;
	clear: both;
}
}
