/*-----custom style--------*/

html, body{ 
    height:100%; 
}

body{
	font-family: 'Ubuntu-Light';
    font-size: 18px;
    line-height: 22px;
   	color: #263039;
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../fonts/ubuntur.eot');
	src: url('../fonts/ubuntur.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubuntur.woff') format('woff'),
		 url('../fonts/ubuntur.ttf') format('truetype'),
		 url('../fonts/ubuntur.svg#ubuntur') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-Medium';
	src: url('../fonts/ubuntum.eot');
	src: url('../fonts/ubuntum.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubuntum.woff') format('woff'),
		 url('../fonts/ubuntum.ttf') format('truetype'),
		 url('../fonts/ubuntum.svg#ubuntum') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-MediumItalic';
	src: url('../fonts/ubuntumi.eot');
	src: url('../fonts/ubuntumi.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubuntumi.woff') format('woff'),
		 url('../fonts/ubuntumi.ttf') format('truetype'),
		 url('../fonts/ubuntumi.svg#ubuntumi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-Light';
	src: url('../fonts/ubuntul.eot');
	src: url('../fonts/ubuntul.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubuntul.woff') format('woff'),
		 url('../fonts/ubuntul.ttf') format('truetype'),
		 url('../fonts/ubuntul.svg#ubuntul') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-LightItalic';
	src: url('../fonts/ubuntuli.eot');
	src: url('../fonts/ubuntuli.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubuntuli.woff') format('woff'),
		 url('../fonts/ubuntuli.ttf') format('truetype'),
		 url('../fonts/ubuntuli.svg#ubuntuli') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-BoldItalic';
	src: url('../fonts/ubuntubi.eot');
	src: url('../fonts/ubuntubi.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubuntubi.woff') format('woff'),
		 url('../fonts/ubuntubi.ttf') format('truetype'),
		 url('../fonts/ubuntubi.svg#ubuntubi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-Bold';
	src: url('../fonts/ubuntub.eot');
	src: url('../fonts/ubuntub.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubuntub.woff') format('woff'),
		 url('../fonts/ubuntub.ttf') format('truetype'),
		 url('../fonts/ubuntub.svg#ubuntub') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: 'Ubuntu-Bold';
    font-size: 44px;
    line-height: 46px;
   	color: #27313a;
   	padding: 0 0 8px;
}

h2 {
    font-family: 'Ubuntu-Bold';
    font-size: 34px;
    line-height: 36px;
   	color: #ffffff;
   	padding: 0 0 12px;
}

h3 {
    font-family: 'Ubuntu';
    font-size: 32px;
    line-height: 34px;
   	color: #27313a;
   	padding: 0 0 15px;
}

h4 {
    font-family: 'Ubuntu';
    font-size: 31px;
    line-height: 33px;
   	color: #00853e;
   	padding: 0 0 20px;
}

h5 {
    font-family: 'Ubuntu-Bold';
    font-size: 21px;
    line-height: 23px;
   	color: #00853e;
   	padding: 0 0 10px;
}

h6 {
    font-family: 'Ubuntu-Bold';
    font-size: 18px;
    line-height: 20px;
   	color: #263039;
   	padding: 0 0 10px;
}

a {
    font-family: 'Ubuntu-Light';
    font-size: 14px;
    line-height: 16px;
   	color: #27313a;
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*outline: none !important;*/
    -webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

a:hover {
	color: #66696c;
	text-decoration: none;
}

p {
    font-family: 'Ubuntu-Light';
    font-size: 18px;
    line-height: 22px;
   	color: #263039;
    padding-bottom: 15px;
    margin: 0;
}
p b {
	 font-family: 'Ubuntu';
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-webkit-input-placeholder { color:#ffffff; }
::-moz-placeholder { color:#ffffff; } 
:-ms-input-placeholder { color:#ffffff; } 
input:-moz-placeholder { color:#ffffff; }


/*--- header starts ---*/

.header-container{
	width: 100%;
	float: left;
}

.header-top-container{
	width: 100%;
	float: left;
	padding: 0 0 25px;
}

.header-section{
	width: 100%;
	float: left;
}

.header-message-section{
  width: 26.5%;
	float: right;
  padding:5px 4px 0 4px;
  background:#F4FCE2;
  border-left:#004113 solid 2px;
  border-right:#004113 solid 2px;
}
@keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: -100%; transform: translate(-100%, 0); }
}
@-webkit-keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: -100%; transform: translate(-100%, 0); }
}
#marquee { 
  color:#27313a; 
  width:auto; /*100%;*/
  height:27px;
  /*line-height:120px;*/
  overflow:hidden;
  position:relative;
}
#marquee-text {
  position:absolute;
  top:0;
  left:0;
  white-space: nowrap;
  width:100%;
  height:100%;
  font-size:14px;
  font-weight: bold;
  animation-name: slide;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 20s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}

.header-reviews-section{
	float: right;
	text-align: center;
	margin:-90px 450px 0 0;
}

.header-right-section{
	width: 37.5%;
	float: right;
}

.top-links{
	width: 100%;
	float: left;
}

.top-links ul{
	width: auto;
	float: right;
	padding: 7px 17px 9px;
	background: #004113;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.top-links ul li{
	width: auto;
	float: left;
	padding: 0 0 0 20px;
}

.top-links ul li:first-child{
	padding: 0;
}

.top-links ul li a{
	width: auto;
	float: left;
	color: #ffffff;
	font-family: 'Ubuntu';
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 5px;
	letter-spacing: 0.1px;
}

.call-us{
	width: 100%;
	float: left;
	padding: 15px 14px 0 0;
}

.call-us span{
	width: 100%;
	float: left;
	font-family: 'Ubuntu-BoldItalic';
	font-size: 24px;
	line-height: 25px;
	color: #8cbb14;
	text-align: right;
}

.call-us a{
	width: auto;
	float: right;
	font-family: 'Ubuntu-MediumItalic';
	font-size: 40px;
	line-height: 41px;
	color: #27313a;
	padding: 5px 4px 0 0;
}

.call-us a:hover{
	color: #66696c;
}

.logo{
	width: 25%;
	float: left;
	padding: 28px 0 0;
}

.logo a{
	width: auto;
	float: left;
}

.logo a img{
	width: auto;
	float: left;
}

.main-menu-container{
	width: 100%;
	float: left;
	background: #004113;
}

.main-menu{
	width: 100%;
	float: left;
}

.main-menu ul{
	width: 100%;
	float: left;
	text-align: center;
}

.main-menu ul li{
	width: auto;
	float: none;
	display: inline-block;
	position: relative;
}

.main-menu ul li a{
	width: 100%;
	float: none;
	font-family: 'Ubuntu';
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px 37px 21px;
	display: inline-block;
}

.main-menu ul li:hover a,
.main-menu ul li:hover ul li:hover a{
	color: #8cbb14;
}
.main-menu ul li.active a {
	color: #8cbb14;
}

.main-menu ul li ul{
	width: 200px;
	float: left;
	text-align: left;
	position: absolute;
	left: 0;
	top: 100%;
	background: #004113;
	padding: 0 0 5px;
	z-index: 1000;
	display: none;
}

.main-menu ul li:hover ul{
	display: block;
}

.main-menu ul li ul li{
	width: 100%;
	float: left;
}

.main-menu ul li ul li a{
	width: 100%;
	float: left;
	padding: 12px 20px;
}

.main-menu ul li:hover ul li a{
	color: #ffffff;
}

.mobile-menu{
	width: 100%;
	float: left;
	padding: 0 16px 24px;
	display: none;
	position: relative;
}

.mobile-menu-inner{
	width: 100%;
	float: left;
	display: none;
}

.mobile-menu .call-us{
	padding: 11px 0 0;
	text-align: left;
}

.mobile-menu .call-us span{
	color: #004113;
	text-align: left;
}

.mobile-menu .call-us a{
	font-family: 'Ubuntu-Medium';
	color: #8cbb14;
}

.mobile-menu-links{
	width: 100%;
	float: left;
	padding: 24px 0 0;
}

.mobile-menu-links ul{
	width: 100%;
	float: left;
}

.mobile-menu-links ul li{
	width: 100%;
	float: left;
	padding: 0 0 16px;
}

.mobile-menu-links ul li a{
	width: 100%;
	float: left;
	font-family: 'Ubuntu-Bold';
	font-size: 19px;
	color: #ffffff;
}

.mobile-menu-links ul li:hover a, .mobile-menu-links ul li:hover ul li:hover a{
	color: #004113;
}

.mobile-menu-links ul li:hover ul li a{
	color: #ffffff;
}

.mobile-menu-links ul li ul{
	padding: 5px 20px 7px;
}

.mobile-menu-links ul li ul li{
	padding: 9px 0 0;
}

.mobile-menu-links ul li ul li a{
	font-family: 'Ubuntu-Light';
	font-size: 14px;
	color: #ffffff;
}

.mobile-menu-links ul li ul li a span{
	font-family: 'Ubuntu-MediumItalic';
	font-size: 12px;
}

.mobile-menu .social-media{
	text-align: left;
	padding: 18px 0 0;
}

.mobile-menu .social-media ul{
	text-align: left;
	padding: 12px 0 0;
}

.mobile-menu .social-media ul li{
	padding: 0 0 0 8px;
}

.mobile-menu .social-media ul li:first-child{
	padding: 0;
}

.mobile-menu .social-media ul li a i{
    background: #ffffff;
    color: #00853e;
}

.mobile-menu .social-media ul li a:hover i{
	opacity: 0.8;
}

.slide-class{
	width: 28px;
	height: 20px;
	background: url(../images/mobile-menu-icon.png) left top no-repeat;
	position: absolute;
	right: 8px;
    top: 18px;
    transition: none;
}

.slide-class.slide-class-toggle{
	background: url(../images/mobile-menu-icon-open.png) left top no-repeat;
}

/*--- header ends ---*/



/*--- content starts ---*/

.content-container{
	width: 100%;
	float: left;
}

.banner-container{
	width: 100%;
	float: left;
}

.banner-wrapper{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.banner-inner{
	width: 100%;
	float: left;
    position: relative;
}

.banner-inner img{
	width: 100%;
	float: left;
}

.banner-content {
    bottom: 0;
    float: left;
    left: auto;
    margin: auto;
    max-height: 276px;
    position: absolute;
    right:55px;
    top: 0;
    width: 42%;
}

.banner-content.inner{
    max-height: 100px;
}

.banner-content p{
	line-height: 29px;
	padding-right: 200px;
}

.banner-links{
	width: 100%;
	float: left;
	padding: 11px 0 0 1px;
}

.banner-links a{
	width: auto;
	float: left;
	font-family: 'Ubuntu';
	font-size: 22px;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #00853e; /*#8cbb14;*/
	padding: 16px 20px 16px 17px;
	margin: 0 11px 0 0;
}

.banner-links a:hover{
	background: #006633; /*#00853e;*/
}

.banner-links a i{
	margin-left: 7px;
}

.content-links-container{
	width: 100%;
	float: left;
	overflow: hidden;
	margin: -34px 0 0;
	padding: 34px 0 0;
}

.content-links{
	width: 32.7%;
	float: left;
	background: #00853e;
	margin-right: 10px;
	text-align: center;
	position: relative;
}

.content-icon{
	width: auto;
	float: left;
    position: absolute;
    top: -34px;
	left: 50%;
    margin-left: -48px;
}

.content-icon i{
	width: 97px;
	height: 82px;
	float: left;
	font-size: 37px;
	color: #ffffff;
	background: #00853e;
    padding-top: 22px;
    border-radius: 50%; 
}

.link-content{
	width: 100%;
	float: left;
	margin: 36px 0 19px;
	position: relative;
	z-index: 100;
}

.link-content span{
	width: 100%;
	float: left;
	font-family: 'Ubuntu-bold';
	font-size: 32px;
	line-height: 35px;
	color: #ffffff;
	padding-bottom: 8px;
}

.link-content a{
	width: auto;
	float: none;
	display: inline-block;
	font-family: 'Ubuntu';
	font-size: 22px;
	color: #ffffff;
}

.link-content a:hover{
	color: #27313a;
}

.content-links.middle{
	background: #004113;
}

.content-links.middle .content-icon i{
	background: #004113;
}

.content-links.middle .link-content a:hover{
	color: #6f7376;
}

.content-links.last{
	margin: 0;
}

.content-links.first:before{
    width: 3000px;
    height: 100%;
    content: "";
    right: 100%;
    position: absolute;
    background: #00853e;
}

.content-links.last:before{
    width: 3000px;
    height: 100%;
    content: "";
    left: 100%;
    position: absolute;
    background: #00853e;
}

.solutions-container{
	width: 100%;
	float: left;
	background: #004113;
}

.solutions-inner{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 39px 0 49px;
}

.solutions-inner p{
	width: 100%;
	float: left;
	font-size: 23px;
	line-height: 24px;
	color: #ffffff;
	padding: 0;
}

.solutions-inner .content-icon i{
	background: #004113;
}

.modal-description {
	text-align:center;
	width:80%;
	margin:15px auto;
	}
.modal-title {
	font-size:20px;
	}
.modal-header {
    padding-bottom: 0px;
    margin-bottom: 10px;
}	
		
/*--- content ends ---*/



/*--- footer starts ---*/

.footer-container{
	width: 100%;
	float: left;
	background: #27313a;
}

.footer-top-container{
	width: 100%;
	float: left;
	background: url(../images/footer-divider.png) left bottom repeat-x;
}

.footer-top{
	width: 100%;
	float: left;
	padding: 34px 0 39px;
}

.social-media{
	width: auto;
	float: left;
}

.social-media h5{
	width: 100%;
	float: left;
	color: #ffffff;
}

.social-media h4{
	width: 100%;
	float: left;
	color: #ffffff;
  font-family: 'Ubuntu-Bold';
  font-size: 21px;
  line-height: 23px;
  padding: 0 0 10px;
}

.social-media ul{
	width: auto;
	float: left;
	padding: 12px 0 0;
}

.social-media ul li{
	width: auto;
	float: left;
	padding: 0 0 0 11px;
}

.social-media ul li:first-child{
	padding: 0;
}

.social-media ul li a{
	width: 100%;
	float: left;
}

.social-media ul li a i{
	width: 33px;
	height: 33px;
	line-height: 34px;
	float: left;
	text-align: center;
	font-size: 19px;
	color: #27313a;
	border-radius: 50%;
	background: #8C9DA6; /*#6a7b8b;*/
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.social-media ul li a:hover i{
	background: #ffffff;
}

.footer-top .call-us{
	width: auto;
	float: right;
	padding: 0 24px 0 0;
}

.footer-top .call-us span{
	color: #ffffff;
}

.footer-top .call-us a{
	color: #8C9DA6; /*#6a7b8b;*/
	padding: 4px 3px 0 0;
}

.footer-top .call-us a:hover{
	color: #ffffff;
}

.footer-bottom-container{
	width: 100%;
	float: left;
}

.footer-bottom{
	width: 100%;
	float: left;
	padding: 40px 0 41px;
}

.footer-address-links-outer{
	width: 25%;
	float: left;
	padding-right: 20px;
}

.footer-address-links{
	width: 100%;
	float: left;
}

.footer-address-links h5{
	width: 100%;
	float: left;
	color: #ffffff;
	padding-bottom: 12px;
}

.footer-address-links p{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 27px;
	color: #ffffff;
	padding: 0 0 6px;
}

.footer-address-links p.contact{
	font-family: 'Ubuntu-LightItalic';
}

.footer-address-links p.contact a{
	font-family: 'Ubuntu-LightItalic';
	color: #ffffff;
    font-size: 16px;
    line-height: 27px;
}  

.footer-address-links p.contact a:hover{
	color: #8C9DA6; /*#6a7b8b;*/
}

.footer-address-links ul{
	width: 100%;
	float: left;
	padding: 5px 0 0;
}

.footer-address-links ul li{
	width: 100%;
	float: left;
	padding: 0 0 9px;
}

.footer-address-links ul li a{
	width: 100%;
	float: left;
	font-family: "Ubuntu-Light";
	font-size: 14px;
	color: #8C9DA6; /*#6a7b8b;*/
}

.footer-address-links ul li a:hover{
	color: #ffffff;
}

.footer-address-links ul li span{
	font-family: "Ubuntu-MediumItalic";
	font-size: 12px;
}

.supporters-container{
	width: 100%;
	float: left;
}

.supporters-links{
	width: 100%;
	float: left;
	padding: 47px 0 41px;
}

.supporters-links p{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding: 0;
}

.supporters-links p a{
	font-family: "Ubuntu-Light";
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

.supporters-links p a:hover{
	text-decoration: none;
}

.supporters-links ul{
	width: 100%;
	float: left;
	text-align: center;
	padding: 3px 0 0;
}

.supporters-links ul li{
	width: auto;
	float: none;
	display: inline-block;
	padding: 0 6px 0 13px;
	background: url(../images/footer-divider1.png) left 6px no-repeat;
}

.supporters-links ul li:first-child{
	background: none;
}

.supporters-links ul li a{
	width: auto;
	float: none;
	display: inline-block;
	font-family: "Ubuntu-Light";
	font-size: 14px;
	color: #ffffff;
}

.supporters-links ul li a:hover{
	text-decoration: underline;
}

.back-to-top{
	width: 100%;
	float: left;
	background: #182028;
	display: none;
}

.back-to-top a{
	width: 100%;
	float: left;
	font-family: "Ubuntu-Light";
	font-size: 14px;
	color: #ffffff;
	padding: 11px 0 40px;
	text-align: center;
}

/*--- footer ends ---*/



.field-req {
    position: absolute;
    right: 15px;
    top: 23px;
    font-family: 'Ubuntu-MediumItalic';
    font-size: 13px;
    line-height: 14px;
    color: #263039;
}
.field-req span{
    color: #00853e;
}
.form-area {
    float: left;
    width: 100%;
}
.form-area h6{
    font-family: 'Ubuntu-Medium';
    color: #263039;
}
.form-area h6 span{
    color: #00853e;
}
.form-area h5{
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 10px;
    border-bottom: solid 1px #dbdbdb;
    margin:0 0 30px;
}
.form-area label{
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 18px;
    color: #263039;
    font-weight: normal;
    margin: 0;
}
.icheckbox {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	padding: 0;
	width: 12px;
	height: 12px;
	background: #FFF;
	border: none;
	cursor: pointer;
    border: solid 1px #999999;
}
.icheckbox.checked {
	background: #FFF url("../images/check.jpg") no-repeat left top;
    border: none;
}
.iradio {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
	padding: 0;
	width: 14px;
	height: 14px;
	background: #FFF;
	border: none;
	cursor: pointer;
    border: solid 1px #9e9e9e;
    border-radius: 50%;
    z-index: 1;
}
.iradio:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #218eff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
}
.iradio.checked {
    border-color: #218eff;
}
.iradio.checked:before {
    display: block;
}
.check-group {
    float: left;
    width: 100%;
    padding: 23px 0 35px;
}

.check-group .options{
    padding: 0 8px;
}
.check-group label{
    margin:0 24px 0 0;
}
.informations {
    float: left;
    width: 100%;
}

.info-row {
    float: left;
    width: 100%;
    max-width: 610px;
    margin:0 0 20px;
}
.hrl{
    width: 50%;
    max-width: 295px;
    margin-right: 10px;
}
.hrr{
    width: 50%;
    max-width: 295px;
    margin-left: 10px;
}
.info-row label{
    float: left;
    width: 100%;
    font-family: 'Ubuntu-Medium';
    font-size: 18px;
    line-height: 19px;
    color: #263039;
    margin:0 0 9px;
}
.info-row label span{
    color: #00853e;
}
.text-box{
    float: left;
    width: 100%;
    border: solid 1px #bcbcbc;
    border-radius: 3px;
    height: 42px;
    padding:0 15px;
    font-family: 'Ubuntu';
    font-size: 14px;
    line-height: 19px;
    color: #263039;
}
textarea{
    float: left;
    width: 100%;
    border: solid 1px #bcbcbc;
    border-radius: 3px;
    padding:10px 15px;
    font-family: 'Ubuntu';
    font-size: 14px;
    line-height: 19px;
    color: #263039;
}
.info-row .col-sm-5 {
	padding-left:0px;
	padding-right:0px;
	}
ul.middle_btns {
	text-align:center;
	border-top:1px solid #eee;
	padding-top:20px;
	margin-top:20px;
	}
ul.middle_btns li {
	display:inline-block;
	}	
.right-content p.map-fine-print {
	font-size:14px;
	text-align:center;
	font-style:italic;
	}	
.abt p a {
	color:#118441;
	font-size: 16px;
    line-height: 30px;
}
.blckqte-section p {
	line-height:28px;
	}
.thumbs .col-md-6 {
	padding:0;
	}
.sleep-therapy-thumbnail {
	float:left;
	margin-right:15px;
	border:1px solid #cad3d8;
	padding:2px;
	text-align:center;
	}
.right-content .sleep-therapy-thumbnail img	 {
	float:none;
	margin: 0;
	}
.sleeptherapy {
	padding-bottom:40px;
	}	
			
.abt p a:hover {
	text-decoration:underline;
}
		
.info-row .form-control {
	height:42px;
	}	
.yn-row {
    float: left;
    width: 100%;
    margin:0 0 30px;
}
.yn-row h6{
    padding: 0 0 13px;
}
.yn-row label{
    font-size:18px;
    margin-right: 42px;
}
.info-quest {
    float: left;
    width: 100%;
    padding: 10px 0 20px;
}

.primary-info {
    float: left;
    width: 100%;
    padding:0 0 20px;
}

.insurance-info {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}

.reorder-info {
    float: left;
    width: 100%;
}

.reorder {
    float: left;
    width: 100%;
    padding: 0 0 8px;
}

.reo-bottom {
    float: left;
    width: 100%;
    padding: 15px 0 0;
}
.text-area{
    float: left;
    width: 100%;
    max-width: 610px;
    border: solid 1px #bcbcbc;
    border-radius: 3px;
    height: 52px;
    padding:10px 15px;
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 18px;
    color: #263039;
    resize: none;
    height: 155px;
}

.confirm {
    float: left;
    width: 100%;
    padding: 28px 0 25px;
}
.confirm span{
    color: #00853e;
}
.confirm label{
    font-size: 18px;
}
.info-box {
    float: left;
    width: 100%;
    background: #f6f6f6;
    max-width: 610px;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 15px;
    line-height: 23px;
    color: #263039;
    padding: 8px 60px 12px;
    font-style: italic;
    margin: 0 0 30px;
}
.subbtn-outer {
    float: left;
    width: 100%;
    text-align: center;
    max-width: 610px;
}
.sub-btn{
    display: inline-block;
    background:#8cbb14;
    padding: 13px 31px 14px;
    position: relative;
    font-family: 'Ubuntu';
    font-size: 19px;
    line-height: 20px;
    color: #FFF;
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
}
.sub-btn:hover{
    background: #7ca909;
}
.sub-btn span{
    background: url("../images/arrow.png") no-repeat right 6px;
    padding: 0 24px 0 0;
}
.info-text {
    float: left;
    width: 100%;
    max-width: 610px;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 15px;
    line-height: 23px;
    color: #263039;
    margin: 75px 0 0;
}
.check-outer{
    display: inline-block;
}






.about-dasco-outer{
    float: left;
    width: 100%;
    background:url(../images/abt-bg.png)repeat;
    padding: 90px 0 110px;
}

.about-dasco-outer h3{
    color: #000;
    text-align: center;
}

.about-dasco-outer h3 strong{
    font-family: 'Ubuntu-Bold';
    font-weight: normal;
}

.about-dasco-section{
    float: left;
    width: 100%;
    background: #fff;
}

.blckqte-section{
    float: left;
    width:48%;
    padding: 35px 75px 0 31px;
}

.blckqte-section blockquote{
    color: #004113;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Ubuntu-Bold';
    margin-bottom: 35px;
}

.main-link{
    width:auto;
    padding:16px 30px;
    background:#00853e;
    font-size: 19px;
    line-height: 21px;
    border-radius: 3px;
    color:#fff;
    float: left;
}

.main-link:hover{
    color: #fff;
    background: #006633; /* #8cbb14; */
}

.about-dasco-section .img-section{
    float: left;
    width:52%;
    padding-top: 1px;
}

.about-dasco-section .img-section img{
    width:100%;
}

.solutions-section{
    float: left;
    width: 100%;
    background:url('../images/sleep-sol-bg.jpg')repeat-x;
    background-size: cover;
}

.solutions-section-inner{
    float: left;
    width: 100%;
    padding: 97px 0 120px;
}

.sleep-images{
    float: left;
    width: 100%;
    max-width: 550px;
    background:#fff;
}

.sleep-images ul{
    float: left;
    margin: 5px;
    padding: 0;
    width: 100%;
    list-style: none;
}

.sleep-images ul li{
    float: left;
    margin:5px;
    padding: 0;
    width:50%;
    max-width: 242px;
    list-style: none;
}

.sleep-description{
    width: 50%;
    float: left;
}

.sleep-description h3 strong{
    font-family: "Ubuntu-Bold";
    font-weight: normal;
}

.sleep-description h2{
    padding-bottom: 24px;
}

.sleep-description p{
    font-size: 18px;
    line-height: 30px;
	font-family: 'Ubuntu-Light';
}

.learn-more{
    background:#00853e;
    color: #fff;
    float: left;
    margin-top:30px;
    font-size: 19px;
    line-height: 21px;
    border-radius: 3px;
    padding: 16px 27px;
}

.learn-more:hover{
    background:#006633;
    color: #fff;
}
.banner-content.inner h1 {
    font-size: 34px;
}
.banner-content.inner h2 {
  font-size: 34px;
  line-height: 46px;
  font-family: 'Ubuntu';
  color: #00853e;
  padding: 0 0 20px;
}
.banner-content.inner h4 {
    font-size: 34px;
    line-height: 46px;
}

.content-holder-outer {
    float: left;
    width: 100%;
    background: url('../images/abt-bg.png')repeat;
    padding: 58px 0;
}

.content-holder-outer.map-page{
    padding-top: 70px;
}

.content-holder-outer.map-page h3{
    font-family: "Ubuntu";
    text-align: center;
    padding-bottom: 20px;
}

.content-holder-outer h3 strong{
    font-family: "Ubuntu-Bold";
}

.content-holder{
    float: left;
    width: 100%;
    background:#fff;
    padding: 24px 21px;
}

.content-holder .sidebar {
    float: left;
    max-width: 350px;
    padding-right: 10px;
    width: 29%;
}

.content-holder .sidebar ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.content-holder .sidebar ul li{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding:5px 19px 5px 25px;
}

.sidebar ul li a{
    color: #27313a;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Ubuntu';
    position: relative;
}

.sidebar ul li ul li a{
    color: #27313a;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Ubuntu';
    position: relative;
}
.sidebar ul li a span{
    color: #27313a;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Ubuntu-Bold';
    position: relative;
}


.sidebar ul li a:after{
    content: "\f101";
    font-family: 'fontawesome';
    font-size: 15px;
    padding-left: 5px;
}
.sidebar ul li ul li a:after{
    content: "";
}

.sidebar ul li a:hover:after{
    color: #00853e;
}

.sidebar ul li.current-page{
    background: #00853e;
    border-radius: 3px;
    margin-bottom: 15px;
    padding:12px 19px;
}

/*.sidebar ul li.current-page:hover{
    background:#8cbb14;
}*/

.sidebar ul li.current-page a:after{
    content: none;
}

.sidebar ul li.active a:after{
    color: #00853e;
}

.sidebar ul li.active a:hover, .sidebar ul li.active a:hover:after{
    color: #27313a;
}

.sidebar ul li.active{
    border-left:3px solid #00853e;
    padding:6px 15px 5px 22px;
    margin-bottom:5px;
}

.sidebar ul li.active a{
    color: #00853e;
    font-family: 'Ubuntu-Bold';
}

.sidebar ul li:hover a{
    color: #00853e;
}

.sidebar ul li a i{
    font-size: 13px;
}

.sidebar ul li.current-page a{
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Ubuntu-Bold';
}

.content-holder .right-content{
    float: left;
    width:71%;
    padding: 0 0 55px 60px;
    background:url(../images/sidebar-border.png)no-repeat;
    background-position:left center;
    background-size:auto ;
    position: relative;
}

.right-content.abt{
    background:url(../images/sidebar-border2.png)no-repeat;
	min-height:500px;
}

.right-content h3{
    padding: 10px 0; 
}

.right-content p{
  font-size: 16px;
  line-height: 27px;
  /*padding-bottom:0px;*/
}

.right-content img{
    max-width: 420px;
    width: 100%;
    float: left;
    margin: 0 24px 10px 0;
}

.banner-links.abtpge a{
    font-size: 19px;
}

.right-content blockquote{
    color: #004113;
    font-size: 27px;
    line-height:38px;
    font-family: 'Ubuntu-Bold';
    margin-bottom: 35px;
}

.product-box {
	border:1px solid #d5d7d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}
.product-box-img {
	max-height:169px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
.product-greenbar {
	width:100%;
	background-color:#108441;
	text-align:center;
	padding:10px 0 5px 0;
	}
.product-greenbar h2 {
	color:white;
	font-family: 'Ubuntu-Bold';
	font-size:20px;
	margin:0;
	}
ul.product-bullets {
	margin:15px;
	min-height:100px;
	}
ul.product-bullets li {
	list-style: outside;
	font-size:16px;
	margin-left:30px;
	}	
ul.bullets {
	margin:5px 15px;
	min-height:100px;
	}
ul.bullets li {
	list-style: outside;
	margin-left:30px;
	margin-bottom:10px;
	font-size:16px;
	}
ul.bullets li ul li {
	margin-left:30px;
	}
ul.bullets li ul {
	margin-top:10px;
	margin-bottom:15px;
	}		
ul.bullets.numbers li {
	list-style: decimal;
	margin-left:30px;
	margin-bottom:10px;
	font-size:16px;
	}			
.small-paragraph {
	margin:20px auto;
	float:none;
	}
.small-paragraph p {
	line-height:30px;
	}	
.service-box {
	text-align:center;
	margin-bottom:20px;
	padding:0 30px;
	}
.service-box h3 {
	font-size:26px;
	}
.service-box h3 strong {
	font-size:16px;
	}	
.greenbar {
	width:100%;
	background-color:#00853E;
	padding: 13px 20px;
    margin-bottom: 10px;
	margin-top:20px;
	}
.greenbar p {
	color:white;
	margin:0px;
	font-family: 'Ubuntu-bold';
	padding:0px;
	}		
.hr-divider {
	margin-bottom:50px;
	}			
.dot {
	width: 100px;
	height: 100px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:white;
	margin:0 auto 15px auto;
}	
.dot i {
	font-size: 50px;
    margin-top: 26px;
	}
.green {
	background:#00853e;
	}
.darkgreen {
	background:#004113
	}
.limegreen {
	background:#8cbb14;
	}
.white {
	background:#fff;
}
ul.download-links {
	margin:8px 15px 30px 15px;
	padding:0;
	}	
ul.download-links li {
	margin-left:20px;
	margin-bottom:8px;
	}
ul.download-links li i {
	margin-right:6px;
	}	
ul.download-links li a {
	color:#00853e;
	text-decoration:underline;
	font-family: 'Ubuntu';
	font-size:16px;
	}
.content-holder .col-md-10 {
	margin:0 auto;float:none;
	padding-top:20px;
	}
.btm_box {
	padding-bottom:50px;
	}	
.btm_box .col-md-9 {
	margin:0 auto;float:none;
	padding-top:50px;
	}
.btm_box .col-md-9 h3 {
	line-height:40px;
	}		
.content-holder .col-md-10 p {
	line-height: 26px;
	}	

.content-holder .col-md-10 ul {
	margin:20px 50px;
	}	
.content-holder .col-md-10 ul li {
	margin-bottom:15px;
	list-style:outside;

	}
.content-holder .col-md-10 p strong {
	font-family: 'Ubuntu-Medium';
	}
.content-holder .col-md-10 p b {
	font-family: 'Ubuntu-Bold';
	}							
						

.big-map-outer{
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    position: relative;
}

.big-map-outer p{
    font-size:18px;
    line-height: 30px;
    color: #263039;
    font-family: 'Ubuntu-Light';
    text-align: center;
}

.big-maplocation{
    position: absolute;
}

.big-maplocation.one{
    background: url('../images/map-1.png')no-repeat;    
    height: 138px;
    left: 349px;
    top: 107px;
    width: 188px;
    z-index: 10;
}
.big-maplocation.two{
    background: url('../images/map-2.png')no-repeat;     
    height: 151px;
    left: 384px;
    top: 232px;
    width: 183px;
     z-index: 20;
}
.big-maplocation.three{
    background: url('../images/map-3.png')no-repeat;    
    height: 114px; /*155px;*/
    left: 300px; /*294px;*/
    top: 365px; /*324px;*/
    width: 147px; /*181px;*/
     z-index: 30;
}
.big-maplocation.four{
    background: url('../images/map-4.png')no-repeat;    
    height: 155px;
    left: 166px;
    top: 437px;
    width: 181px;
     z-index: 40;
}
.big-maplocation.five{
    background: url('../images/map-5.png')no-repeat;    
    height: 155px;
    left: 142px;
    top: 279px;
    width: 181px;
     z-index: 50;
}
.big-maplocation.six{
    background: url('../images/map-6.png')no-repeat;    
    height: 108px;
    left: 473px;
    top: 131px;
    width:115px;
     z-index: 60;
}
.big-maplocation.seven{
    background: url('../images/map-7.png')no-repeat;    
    height: 147px;
    left: 534px;
    top: 90px;
    width:163px;
    z-index: 70;
}
.big-maplocation.eight{
    background: url('../images/map-8.png')no-repeat;    
    height: 118px;
    left: 500px;
    top: 168px;
    width:89px;
    z-index: 80;
}
.big-maplocation.nine{
    background: url('../images/map-9.png')no-repeat;    
    height: 137px;
    left: 630px;
    top: 164px;
    width:123px;
    z-index:120;
}
.big-maplocation.ten{
    background: url('../images/map-10.png')no-repeat;    
    height: 183px;
    left: auto;
    right: 299px;
    top: 62px;
    width:129px;
    z-index: 100;
}
.big-maplocation.eleven{
    background: url('../images/map-11.png')no-repeat;    
    height: 167px;
    left: auto;
    right: 226px;
    top: 181px;
    width:202px;
     z-index: 110;
}
.big-maplocation.twelve{
    background: url('../images/map-12.png')no-repeat;    
    height: 199px;
    left: 502px;
    top: 314px;
    width:185px;
    z-index: 120;
}
.big-maplocation.thirteen {
    background: url('../images/map-13.png')no-repeat;    
    height: 150px;
    width:128px;
    left: 263px;
    top: 221px;
    z-index: 130;
}

.big-maplocation.fourteen {
    background: url('../images/map-14.png')no-repeat;    
    height: 234px;
    width: 262px;
    left: 542px;
    top: 299px;
    z-index: 140;
}

.big-maplocation.fifteen {
    background: url('../images/map-15.png')no-repeat;    
    height: 230px;
    width:96px;
    left: 669px;
    top: 318px;
    z-index: 150;
}

.big-maplocation.sixteen {
    background: url('../images/map-16.png')no-repeat;    
    height: 137px;
    width:228px;
    left: 294px;
    top: 321px;
    z-index: 160;
}

.big-maplocation.seventeen {
    background: url('../images/map-17.png') no-repeat;    
    height: 144px;
    width:114px;
    left: 487px;
    top: 199px;
    z-index: 170;
}

.big-maplocation.eightteen {
    background: url('../images/map-18.png') no-repeat;    
    height: 170px;
    width:212px;
    left: 519px;
    top: 405px;
    z-index: 180;
}

.big-maplocation.nineteen {
	background: url('../images/map-19.png') no-repeat;    
	height: 102px;
	width: 86px;
	left: 568px;
	top: 227px;
	z-index: 180;
}

.big-maplocation.twenty {
	background: url('../images/map-20.png') no-repeat;    
	height: 209px;
	width: 193px;
	left: 636px;
	top: 400px;
	z-index: 180;
}

.big-maplocation.twentyone {
	background: url('../images/map-21.png') no-repeat;    
	height: 147px;
	width: 140px;
	left: 437px;
	top: 311px;
	z-index: 180;
}

.big-maplocation.twentytwo {
	background: url('../images/map-22.png') no-repeat;    
	height: 157px;
	width: 212px;
	left: 733px;
	top: 355px;
	z-index: 180;
}

.big-maplocation.twentythree {
	background: url('../images/map-23.png') no-repeat;    
	height: 164px;
	width: 217px;
	left: 776px;
	top: 247px;
	z-index: 180;
}

.locations-list{
    float: left;
    width: 100%;
    border-top: 1px solid #cfcfcf;
}

.locations-list ul{
    width:100%;
    float: left;
    padding:45px 0 0 0;
		margin: 0;
}

.locations-list ul li{
    width:29.75%;
    margin: 15px 20px 15px 20px;
    float: left;
		height:500px;
	}

.indiv-location{
    float: left;
    width: 100%;
    padding: 19px;
    border: 1px solid #cfcfcf;
    position: relative;
    border-radius: 2px;
}

.top-map{
    float: left;
    width: 100%;
}

.top-map img{
    width:100%;
}

.green-rectangle{
    position: absolute;
    top:41px;
    left: -15px;
    width: 59px;
    height: 49px;
    background: #005b1f;
    display: table;
    text-align: center;
}

.green-rectangle span{
    display: table-cell;
    vertical-align: middle;
    font-family: 'Ubuntu';
    font-size: 19px;
    line-height: 21px;
    color: #fff;
}

.bottom-desc{
    width:100%;
    float: left;
    padding:19px 16px 0 14px;
}

.bottom-desc address{
    padding-top: 7px;
}

.bottom-desc address p{
    padding-bottom: 7px;
}

.bottom-desc h6{
    padding-bottom: 3px;  
}

.bottom-desc .learn-more{
    width:100%;
    text-align: center;
    margin-top:0;
    font-family: "Ubuntu";
}

.map-page .content-holder{
    padding: 24px 35px;
}

.greentxt {
	color:#00853E;
	}


.bold {
	 font-family: "Ubuntu-bold";
	 }
.amount_box {
	padding:20px;
	background-color:#d4e1da;
	}	 

/* NetProfits */
.dropdown-menu {
	margin-top: 0;
	border-radius: 0px 0px 4px 4px;
}
.banner-content {
	margin: 0 auto;
}
.banner-inner {
	min-height:350px;
}
#topwork  {
	float: none;    
	margin: 10px 15px 0 0;
	max-height:170px;
	max-width:290px;
}

/* home page carousel overrides */
@media screen and (min-width: 992px) {
	.carousel-caption {
    left: 35%;
    right: 12%;
    padding-bottom: 80px;
	}
}
@media screen and (max-width: 991px) and (min-width: 770px) {
	.carousel-caption {
    left: 42%;
    right: 8%;
    padding-bottom: 25px;
	}
}
.carousel-caption, .carousel-caption a {
	color: #000;
	font-size: 26px;
	line-height: 1.5;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
	padding: 20px 0 20px 20px;
}
.carousel-indicators li {
	border: 1px solid #666;
	background-color: rgba(0, 0, 0, .5);
}
#carousel-example-generic {
	margin-bottom: 40px;
}
.carousel-inner > .item.active {
	min-height: 250px;
}

/* NetProfits styles */
:focus { outline: 1px solid white; } /* show focus on navigable elements for ADA */

.btn-success {
  color: #ffffff;
  background-color: #00853e;
  border-color: #00853e;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #00853e;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  color: white;
}