/* ==========================================================================
   FOOTER display definitions
   ========================================================================== */
.home footer {display:none;}

.footerSection a, .btmNavWrap a{
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}

/* awards */

.awards td {
background-position: center center !important;
padding: 0 23px 44px 0px;
width: 124px;
height: 60px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
cursor: pointer;
}

.awards td a {
left: .75em;
display: block;
width: 100%;
height: 100%;
top: 1.4em;
position: relative;
}

#wbenc {background:url(../img/wbenc-certified-off.png) no-repeat;}
#wbenc:hover {background:url(../img/wbenc-certified.png) no-repeat;}
#nrepp {background:url(../img/nrepp-award-certification-off.png) no-repeat;}
#nrepp:hover {background:url(../img/nrepp-award-certification.png) no-repeat;}
#urac {background:url(../img/urac-gold-award-winner-off.png) no-repeat;}
#urac:hover {background:url(../img/urac-gold-award-winner.png) no-repeat;}
#tibbetts{background:url(../img/tibbetts-award-recognition-off.png) no-repeat;}
#tibbetts:hover {background:url(../img/tibbetts-award-recognition.png) no-repeat;}
#ncqa {background:url(../img/ncqa-certification-award-off.png) no-repeat;}
#ncqa:hover {background:url(../img/ncqa-certification-award.png) no-repeat;}
#ahrq {background:url(../img/ahrq-award-certification-off.png) no-repeat;}
#ahrq:hover {background:url(../img/ahrq-award-certification.png) no-repeat;}

.footerPush {
margin-bottom: -350px;
}
.footerPush, footer {
height: 400px;
position: relative;
clear: both;
}
.footerSection {float: left;}
.subFooterWrap {clear: both;}

footer {
/* box-shadow: 0 1px 6px #000; */
background-color: rgb(135,135,135);
color: #fff;
}

.btmNavWrap ul li {
display: inline;
}

.btmNavWrap ul {
list-style-type: none;
}

.footerSection {
font-family: 'sourceRegular';
width: 28.2%;
float: left;
}

.btmNavWrap ul li {
display: inline;
}

.btmNavWrap ul {
list-style-type: none;
}

.btmNavWrap ul li a {
color: #fff;
text-decoration: none;
}

.btmNavWrap ul li a:hover {
color: white;
}

.footerSection.products {
width: 43.6%;
}

.btmNavWrap {
bottom: 0;
position: absolute;
}

.subFooterWrap.wrapper {
height: 100%;
}

.subFooterWrap.wrapper {
height: 40px;
}

.footerSection h3 {
border-bottom: 1px solid;
margin-right: .856em;
margin-top: 1em;
}

.news ul {
list-style-type: none;
margin: 0;
}

.recentdate {
display: block;
font-size: .87em;
}

.awards table {
margin-left: -1em;
margin-top: -1em;
}

.footerSection ul {
font-size: .8em;
font-weight: lighter;
padding: 0;
line-height: 1.25em;
}
.footerSection ul li{
margin:.8em 0 .5em 0;
}

.footerSection a {

color: white;
text-decoration: none;
}

.footerSection a:hover {color: rgb(235, 222, 197);}

.footerSection h3 a {
color: #edeeef;
}

.news ul li a, .footerSection ul li ul li a { color: rgb(235, 222, 197);  text-decoration:none;}

.news ul li a:hover, .footerSection ul li ul li a:hover {
color: #fff;
}

.subFooterWrap {
font-size: .75em;
clear: both;
font-weight: lighter;
position: relative;
}

.inlineCol h4 {
font-weight: normal;
margin: 1.618em 0 0 -.5em;
/* border-top: 1px dotted; */
padding-top: 3px;
margin-right: 1em;
font-family: "sourceRegular";
}

.footerSection ul li {
list-style-type: none;
}


.inlineCol {
margin: -1.618em 0 0 .5em;
display: inline-block;
vertical-align: top;
}


#colOne {
width: 44%;
}

.footerSection ul li ul li{
list-style-type: none;
font-size:1.25em;
}

.subFooterWrap div {
color: #ccc;
display: inline-block;
}
.btmNavWrap {
top: 14px;
position: absolute;
}

.copyrightContainer {
margin: .75em 2.618em;
float: right;
}

.bar {
width: 100%;
border-top: 1px solid;
}

.inlineCol h4.tighter {
margin-top: 1em;
}



/* need to put these in the right place, later*/



div.tagline p {
margin: .25em 0;
background: rgba(0,0,0,.34);
line-height: 1em;
}

.part3 {
color: white;
font-family:'sourceBold';
position: absolute;
font-size: 2.618em !important;
top: 0px;
left: 2px;
text-transform:uppercase;
line-height: 1em;
}

#scrollDownMsg {
display: none;
position: fixed;
bottom: 0;
right: 0;
z-index: 200000;
background: rgba(255,255,255,.75);
font-size: 1.618em;
padding: 0;
width: 100%;
text-align: center;
}

.footerPush, footer {
min-height: 426px;
position: relative;
clear: both;
overflow: auto;
height: auto;
}

.btmNavWrap ul li a:hover {
text-decoration: underline;
}







/*-----------------------------------------*/
 /*BEGIN SPECIAL RESPONSIVE WIDTHS STYLES*/
/*------------------------------------------*/

@media only screen and (max-width:900px) {
  .footerSection.products {
  margin-left: 1.5%;
  width: 63.6%;
  }

  .footerSection.awards {
  display: none;
  }
}

@media only screen and (max-width:680px) {
.footerSection.products {
margin-left: 1.5%;
width: 47.6%;
}

.footerSection {
font-family: 'sourceRegular';
width: 50%;
float: left;
}

#colOne, #colTwo {
width: 100%;
}
}


@media only screen and (max-width:400px) {
	.footerSection.products {
	display: none;
	}

	.footerSection {
	max-width: 100%;
	float: left;
	margin: 0 1em;
	}

	footer {
		height: auto;
		overflow: auto;
		}

	.btmNavWrap {
	position: relative;
	display: block;
	}

	.btmNavWrap ul {
	margin: 0;
	padding: 0;
	}

	.footerSection.news {
	max-width: 100%;
	float: left;
	margin: 0 1em;
	}

	.footerSection.products {
	display: none;
	}

	.footerSection.news {
	font-size: 1.15em;
	max-width: 100%;
	float: left;
	margin: 0 1em 1em;
	width:auto;
	}

	.copyrightContainer {
	text-align: center;
	color: #4f4f4f !important;
	}

	.btmNavWrap ul li a {
	padding: .618em;
	display: block;
	width: 92%;
	
	}

	.btmNavWrap ul li a, .footerSection h3 a {
	background: no-repeat right 5px;
	background-size: 45px;
	background-image: url(../img/default-mobile-arrow.png);
	}

	.btmNavWrap ul li {
	display: block;
	width: 100%;
	font-size: 20px;
	border-top: 1px solid #ccc;
	}
	
	.subFooterWrap div {
	display: block;
	float: none;
	}

	.btmNavWrap ul li.spacer{display:none;}

	.footerSection h3 a {
	padding: .618em;
	width: 91%;
	color: #ccc;
	font-family: 'sourceLight';
	height: 100%;
	display: block;
	}

	.footerSection h3 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	}

	.footerSection ul {
	font-size: .8em;
	font-weight: lighter;
	padding: 3.618em 0 0;
	line-height: 1.25em;
	}

}
