@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);

select {
/*  background: #fff url(/media/image/hss-t-white-bg.png) no-repeat 100% 0%; */
  height: 30px !important;
}

* {
  -webkit-text-size-adjust: none;
}

.responsive .backToTopSection {
  display: none;
  padding-bottom: 20px;
  text-align: right;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  padding-right: 20px;
}

.responsive div.backToTopSection {
  padding-right: 0px;
}

.responsive .backToTopSection .backToTop a {
  text-decoration: underline;
}





/* ==========================================
100. Mobile Navigation
========================================== */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  border-bottom: solid 5px #fff;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 995px) {
  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle,
  .nav-collapse {
    display: none !important;
  }
}




.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 995px) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #354553;
  border-bottom: 1px solid #51616f;
  padding: 0.7em 1em;
  float: left;
  text-align: center;
}

.nav-collapse .light a {
  background: #7e97ad;
}

@media screen and (min-width: 995px) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 995px) {
  .nav-collapse ul ul a {
    display: none;
  }
}



/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

/*
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
} 
*/

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 70px;
  float: right;
  background-image: url(/media/image/hss-t-mobile-nav-menu.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px 20px;
  margin-right: 20px;
}

.nav-toggle.active {
  background-image: url(/media/image/hss-t-mobile-nav-close.png);

}

.nav-toggle:before {
  color: #354553; /* Edit this to change the icon color */
/*  font-family: "responsivenav", sans-serif; */
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  font-size: 14px;
  text-transform: none;
  position: absolute;
  content: "Menu";
  text-indent: 0;
  text-align: right;
  line-height: 70px;
  speak: none;
  width: 100%;
  top: 0;
  right: 30px;
}

.nav-toggle.active::before {
  font-size: 14px;
  content:"Close";
}











/* ==========================================
100. Fluid Layout Changes
========================================== */


@media only screen and (min-width: 768px) and (max-width: 850px) {

}










@media only screen and (max-width: 994px) {

#MainContainer.responsive {
  width: 768px;
}





/* VIDEO POPUP */

#VideoPlayer {
  width: 680px;
}

#VideoPlayer .video {
  width: 100%;
  padding-bottom: 56.25%
}

#VideoPlayer .navigation {
  display: none;
}





/* HOME LINKS */

.hideOnMobile  {
  display: none !important;
}

.hideOnDesktop {
  display: block;
}




/* HEADER SEARCH */

.responsive #HeaderSearch #SearchForm {
  width: 300px;
}

.responsive #HeaderSearch select#findBy {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}

.responsive #HeaderSearch input#city,
.responsive #HeaderSearch input#zip_code {
  width: 118px;
  margin-right: 12px;
}

.responsive #HeaderSearch select#miles,
.responsive #HeaderSearch select#state {
  width: 150px;
}

.responsive #HeaderSearch button#SearchButton {
  width: 100%;
}

.responsive #HeaderSearch #AcceptTerms {
  line-height: 35px;
  position: relative;
  bottom: 0px;
}

.responsive #HeaderSearch button#SearchButton {
  line-height: 38px;
  font-size: 20px;
}

.responsive #HeaderSearch .form {
  float: left;
  width: 300px;
}





/* HEADER */

.responsive #MainHeader {
  height: 70px;
}

.responsive #MainHeader #Logo {
  position: absolute;
  left: 20px;
  top: 10px;
}

.responsive #MainHeader #Logo img {
  width: 100px;
  height: auto;
}

.responsive #MainHeader #Apps {
  display: none;
}





/* GLOBAL NAV */

.responsive #GlobalNav {
  display: none;
}





/* HOME SEARCH */

.responsive .homeSearch {
  padding: 10px 10px 0px;
}

.responsive .homeSearch #AcceptTerms {
  line-height: 35px;
}

@media screen and (max-width: 994px) {

#Carousel {
  background-position: 220px -30px;
}

}

@media screen and (max-width: 767px) {

#Carousel {
  background-position: 50% -30px;
}

}





/* HOME SNAPSHOT */

.responsive #Carousel {
  height: 319px;
  clear: both;
}

.responsive #Carousel .snapShot .rsOverflow,
.responsive #Carousel .snapShot .rsDefault {
  width: 448px !important;
  height: 319px !important;
}

.responsive #Carousel .snapShot .rsContainer img {
  width: 100%;
  height: auto;
}

.responsive #Carousel .snapShot .rsArrow {
  top: 140px;
}

.responsive #Carousel .title .right,
.responsive #Carousel .title .left {
  right: 0px;
  left: 0px;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 23px 20px;
  bottom: 0px;
}

.responsive #Carousel .title br {
  display: none;
}

.responsive #Carousel .snapShot .rsBullets {
  height: 20px;
}





/* HOME ARTICLE LIST */

.responsive #HomeArticleList .columnLeft {
  width: 408px;
  padding-left: 20px;
  padding-right: 20px;}

.responsive #HomeArticleList .columnRight {
  width: 290px;
  padding-left: 10px;
}

.responsive #HomeArticleList .columnRight .title {
  font-size: 16px;
  line-height: 20px;
}

.responsive #HomeArticleList .title {
  font-size: 22px;
  line-height: 26px;
}





/* HOME COLUMNS */

.responsive #HomeColumns {
  border-spacing: 0px;
  padding-left: 5px;
}

.responsive #HomeColumns .column {
  width: 250px;
  float: left;
  margin-right: 4px;
  position: relative;
  height: 370px;
}

.responsive #HomeColumns .column h2 a {
  font-size: 17px;
}

.responsive #HomeColumns .column .thumb {
  position: absolute;
  bottom: 0px;
}

.responsive #HomeColumns .column:last-child {
  margin-right: 0px;
}

.responsive #HomeColumns .column img {
  border: none;
  width: 100%;
  height: auto;
}

.responsive #HomeColumns .column a:hover img {
  border: none;
}





/* FOOTER */

.responsive #MainFooter .wrapper {
  width: 100%;
}




/* HOSPITAL DETAILS */

.responsive #SearchResults.details .additionalLinks {
/*  display: none; */
}

.responsive #SearchResults.details .additionalInfo {
  display: table-row;
}

.responsive #SearchResults.details .additionalInfo p,
.responsive #SearchResults.details .additionalInfo .video {
  padding: 0px 10px;
  width: 100%;
}

.responsive #SearchResults.details .additionalInfo p {
  padding-top: 10px;
}

.responsive #SearchResults .leapfrogRecordDetails .resultsList .detailWrapper {
  padding-top: 0px;
  max-width: 500px;
}

.responsive .leapfrogRecordDetails .resultsList .gradeWrapper {
  position: relative;
  right: 0px;
}




/* HOSPITAL DETAILS BOTTOM AREA */

.responsive #Details {
  padding: 0px 10px;
}

.responsive #Details .measureTabs {
  background: none;
  height: auto;
  overflow: hidden;
  position: relative;
}

.responsive #Details .measureTabs:before,
.responsive #Details .measureTabs:after {
  content: "";
  width: 16px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-image: url(/media/image/hss-t-scroll-shadow.png);
  background-repeat: no-repeat;
  z-index: 5;
}

.responsive #Details .measureTabs:before {
  left: 0px;
  background-position: -16px 0px;
}

.responsive #Details .measureTabs:after {
  right: 0px;
  background-position: 0px 0px;
}


.responsive .measureTabs ul {
/*  background: url(/media/image/hss-speedo-bg.png) no-repeat 0px 0px; */
  width: auto !important;
  white-space: nowrap;
  overflow-x: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.responsive #Details .measureTabs li {
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.responsive #Details .measureTabs li * {
  white-space: normal;
}

.responsive #Details .measureTabs li a {
  background-color: #eee;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.responsive #Details .measureTabs li:last-child a {
  border-right: solid 1px #ccc;
}

.responsive #Details .measureTabs li.active a {
  background-color: #697986;
  border-left: solid 1px #697986;
  border-bottom: none;
}

.responsive #Details .measureDetails {
  clear: both;
}

.responsive #Details .measureDetails .columnTwo, 
.responsive #Details .measureDetails .columnThree {
  width: 400px;
}

.responsive #Details .measureDetails .smallText {
  padding-top: 20px;
  padding-bottom: 20px;
}

.responsive #SearchResults .disclaimer {
  padding 0px 10px;
}





/* HOSPITAL DETAIL TABS */

.responsive #Details .tabs .tab a {
  background-image: url(/media/image/hss-sprites-tabs-sm2.png);
  font-size: 14px;
  line-height: 16px;
  padding: 0px 35px;
}

.responsive #Details .tabs .tab.one a {
  padding: 0px 30px 0px 10px;
}

.responsive #Details .tabs .tab.five a {
  padding: 0px 10px 0px 30px;
}

.responsive #Details .tabs .tab {
  width: 180px;
}

.responsive #Details .tabs .tab.one, #Details .tabs .tab.five {
  width: 164px;
}

.responsive #Details .tabs .tab:not(:first-child) {
  margin-left: -30px;
}



}










@media only screen and (max-width: 767px) {

#MainContainer.responsive {
  width: 100%;
}

.responsive .backToTopSection {
  display: block;
}





/* VIDEO POPUP */

#VideoPlayer {
  width: 510px;
}





/* TERMS OF USE POPUP */

#AWCMinColorboxContent .lightbox-content {
  padding: 20px !important;
}

#AWCMinColorboxContent .lightbox-content .confirm {
  margin: 20px auto 0px !important;
}




/* HEADER SEARCH */

.responsive #HeaderSearch {
  padding: 0px;
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s;
  transition: max-height 1s; 
}

.responsive #HeaderSearch .title {
  font-size: 22px;
  width: 300px;
  float: none;
  margin: 0px auto 5px;
  text-align: center;
  margin-top: 20px;
}

.responsive #HeaderSearch .form {
  float: none;
  margin: 0px auto 20px;
}

.responsive #ShowHideSearchMenu {
  text-align: center;
  margin-bottom: 20px;
}

.responsive #ShowHideSearchMenu a {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #333;
  padding: 0px;
  line-height: 38px;
  color: #fff;
/*  font-family: 'Lato', Helvetica, Arial, sans-serif; */
  font-size: 20px;
  font-weight: normal;
/*  background: url(/media/image/hss-sprites-icons.png) no-repeat left -124px; */
  cursor: pointer;
  width: 300px;
  display: inline-block;
  background-color: #002f6c;
  border: 0px;
}

.responsive #ShowHideSearchMenu.active a {
  display: none;
}





/* HOME SEARCH */

.responsive #Carousel {
  height: auto;
}

.responsive .homeSearch {
  padding: 10px 0px;
  margin: 0px auto;
  float: none;
}





/* HOME CAROUSEL */

.responsive #Carousel .snapShot .rsOverflow, 
.responsive #Carousel .snapShot .rsDefault {
  width: 100% !important;
  height: 400px !important;
}

.responsive #Carousel .snapShot .rsArrow {
  top: 120px;
}

.responsive #Carousel .title .right, 
.responsive #Carousel .title .left {
  bottom 34px;
}

.responsive #Carousel .snapShot .rsBullets {
  display: none;
}





/* HOME NEWS */

.responsive #HomeArticleList {
  display: none;
}





/* HOME COLUMNS */

.responsive #HomeColumns {
  padding-left: 0px;
  display: block;
}

.responsive #HomeColumns .column {
  width: 100%;
  float: none;
  margin-right: 0px;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

.responsive #HomeColumns .column .thumb {
  position: relative;
  display: block;
  padding: 0px 20px
}

.responsive #HomeColumns .column ul {
  padding: 7px 20px 5px;
  height: auto;
}

.responsive #HomeColumns .column ul a {
  padding: 10px 50px 10px 0px;
}





/* FOOTER */

.responsive #MainFooter .logo {
  margin-left: 10px;
}

.responsive #MainFooter .text {
  margin-left: 210px;
  padding-right: 10px;
}

.responsive #MainFooter .boilerplate {
  line-height: auto;
  text-align: center;
  padding: 10px;
}





/* SEARCH RESULTS */

.responsive #SearchResults.details .additionalLinks {
  margin-right: 10px;
}

.responsive #SearchResults .backToTop {
  padding: 10px 10px 30px;
}

.responsive #SearchResults .intro {
  padding: 0px 10px 20px 10px;
}

.responsive .resultsList .itemWrapper {
  padding: 15px 0px;
/*  display: table !important; */
  width: 100%;
}

.responsive .resultsList .detailWrapper {
/*  display: table-cell;
  vertical-align: top; */
  padding-right: 10px;
  padding-left: 10px;
/*  float: none; */
  font-size: 15px;
  line-height: 18px;
}

.responsive .resultsList .gradeWrapper .title {
  font-size: 10px;
}

.responsive .resultsList .gradeWrapper {
  float: right;
  width: 94px;
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}

.responsive .resultsList .detailWrapper .name {
  font-size: 18px;
  line-height: 21px;
}





/* SEARCH RECENT SEARCHES */

.responsive #RecentSearches {
  float: none;
  width: 100%;
}

.responsive #RecentSearches #RecentSearchListContainer {
  width: 100%;
}





/* TABS */

.responsive #SearchResults .sortTabs {
  background-color: #ccc;
  padding: 9px 10px 0px;
  font-size: 15px;
}

.responsive #SearchResults .sortTabs ul li a {
  width: auto;
  padding-left: 45px;
  padding-right: 20px;
}

.responsive #SearchResults select#SortBy {
  width: 110px;
}





/* HOSPITAL DETAILS BOTTOM AREA */

.responsive #Details .key .instructions,
.responsive #Details .key .instructions2 {
  float: none;
  text-align: center;
  clear: both;
  width: 100%;
  line-height: 24px;
}

.responsive #Details .key {
  margin-bottom: 20px;
  background-color: transparent;
  border: none !important;
}

.responsive #Details .tabs {
  display: none;
}

.responsive #Details .measureDetails .columnTwo, 
.responsive #Details .measureDetails .columnThree {
  width: auto;
  float: none;
  margin-left: 240px;
}

.responsive #Details .footnotes {
  margin-top: 20px;
}





/* CONTENT */

.responsive #Content {
  padding: 40px 20px;
}

.responsive #Content .rightImage {
  float: none;
  padding: 0px;
  margin-left: 0px;
  text-align: center;
}

.responsive #Content .rightImage img {
  max-width: 100%;
  height: auto;
}





/* HOSPITAL DETAIL TABS */

.responsive #Details .accordionTitle a {
  display: block;
  text-align: center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  background-color: #aaa;
  padding: 10px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-radius: 10px;
  color: #fff;
}

.responsive #Details .accordionTitle.active a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #333;
  background-color: #eee;
  padding: 20px 10px;
}

.responsive #Details .accordionTitle {
  margin-top: 10px;
}





/* HOSPITAL DETAIL PULLDOWN */

.responsive select#ResponsivePulldown {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
/*  -webkit-appearance: none;
  -moz-appearance: none; */
  padding-left: 10px;
/*  background: #fff url(/media/image/hss-t-blue-pulldown-bg.png) no-repeat 100% 0px; */
  color: #fff;
  height: 40px !important;
  border: none;
  border-radius: 5px;
  background-color: #8ec640;
  background-image: none;
}

.responsive select#ResponsivePulldown option {
  color: #697986;
}





}










@media only screen and (max-width: 568px) {

/* MAP */

.responsive #MapContainer {
  height: 240px;
}

}










@media only screen and (max-width: 567px) {

/* HOME CAROUSEL */

.responsive #Carousel .snapShot .rsOverflow, 
.responsive #Carousel .snapShot .rsDefault {
  height: 340px !important;
}

.responsive #Carousel .snapShot .rsArrow {
  top: 90px;
}





/* HOSPITAL DETAILS BOTTOM AREA */

.responsive #Details .key {
  display: none;
}





/* VIDEO POPUP */

#VideoPlayer {
  width: 430px;
}





/* TERMS OF USE POPUP */

#AWCMinColorboxContent #TermsOfUseDetails .terms {
  height: 200px !important;
}





/* FOOTER */

.responsive #MainFooter .logo {
  float: none;
  margin-left: 0px;
  text-align: center;
}

.responsive #MainFooter .text {
  margin-left: 10px;
  text-align: center;
}

.responsive #MainFooter .socialIcons {
  float: none;
  padding-top: 10px;
}

.responsive #MainFooter .text ul {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.responsive #MainFooter .text ul li {
  float: none;
  display: inline;
}

.responsive #MainFooter .text ul li:last-child {
  position: absolute;
  display: none;
}



/* TABS */

.responsive #ResultsOptions .print, 
.responsive .sortTabs .print {
  display: none;
}





/* HOSPITAL DETAILS BOTTOM AREA */

.responsive #Details .measureDetails {
  padding: 20px 10px;
}

.responsive #Details .measureDetails .columnOne {
  width: 100%;
  padding-right: 0px;
  border-right: none;
  float: none;
}

.responsive #Details .measureDetails .columnTwo, 
.responsive #Details .measureDetails .columnThree {
  float: none;
  margin-left: 0;
  width: 100%;
}




/* CONTENT */

.responsive #Content {
  padding: 30px 10px;
}


}











@media only screen and (max-width: 479px) {

/* VIDEO POPUP */

#VideoPlayer {
  width: 300px;
  padding: 10px;
}




/* TERMS OF USE POPUP */

#AWCMinColorboxContent #TermsOfUseDetails .terms {
  height: 280px !important;
}





/* HEADER SEARCH */

/* .responsive #HeaderSearch {
  padding: 20px 0px;
} */





/* HOME CAROUSEL */

.responsive #Carousel .snapShot .rsOverflow, 
.responsive #Carousel .snapShot .rsDefault {
  height: 262px !important;
}

.responsive #Carousel .snapShot .rsArrow {
  top: 60px;
}




/* SEARCH RESULTS */

.responsive #SearchResults .sortTabs ul {
  margin-right: 20px;
}

.responsive #SearchResults .sortTabs ul li a {
  padding-left: 15px;
  background-image: none;
  padding-right: 15px;
  width: auto;
}

.responsive #RecentSearches,
.responsive #RecentSearches #RecentSearchListContainer {
  width: 100%;
}




/* HOSPITAL DETAILS BOTTOM AREA */

.responsive #ResultsOptions {
  padding: 10px 10px 0px;
  text-align: center;
}

.responsive #ResultsOptions .backToResults {
  display: inline-block;
  float: none;
}

.responsive #ResultsOptions #Sharing {
  float: none;
  margin-right: 0px;
}

#SearchResults.details .additionalLinks {
    float: none;
}

}










@media only screen and (max-width: 320px) {

/* MAP */

.responsive #MapContainer {
  height: 450px;
}

}










