@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic|PT+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i);

span[id*="_AWC"] {
  position: absolute;
}

/* ==========================================
Screen Styles
=============================================
1. CSS Reset
---------------------------------------------
10. Misc & Layout
---------------------------------------------
20. Header
---------------------------------------------
30. Footer
---------------------------------------------
40. Home
---------------------------------------------
50. Content
---------------------------------------------
100. Search Forms
---------------------------------------------
110. Search Results
---------------------------------------------
120. Hospital Detail
---------------------------------------------
130. Floating Boxes
---------------------------------------------
140. Tooltip
---------------------------------------------

========================================== */










/* ==========================================
CSS Reset
========================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/* table, caption, tbody, tfoot, thead, tr, th, td, */
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
/*  font: inherit; */
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
}










/* ==========================================
10. Misc & Layout
========================================== */

.clearfix:after,
section:after {
    content: "";
    display: table;
    clear: both;
}

body {
    background-color: #001836;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-rendering: geometricPrecision;
    color: #354553;
}

a {
    color: #444;
}

#MainContainer {
    max-width: 1280px;
    margin: 0px auto;
    background-color: #fff;
    height: 100%;
}

#MainContainerInner {
    overflow: hidden;
    background-color: #fff;
}

#MainHeader {
    position: relative;
    height: 118px;
}

.hideOnDesktop {
    display: none;
}

.scroller {

  overflow-x: scroll;
  position: relative;

/*  overflow: auto;
    width: 100%;
    max-height: 200px;
    margin: 50px auto; */

    background:
        /* Shadow covers */
        linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
        linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
        
        /* Shadows */
        radial-gradient(0 50%, farthest-side, rgba(0,0,0,.5), rgba(0,0,0,0)),
        radial-gradient(100% 50%,farthest-side, rgba(0,0,0,.5), rgba(0,0,0,0)) 100% 0;
    background:
        /* Shadow covers */
        linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
        linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
        
        /* Shadows */
        radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.5), rgba(0,0,0,0)),
        radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.5), rgba(0,0,0,0)) 100% 0;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

.columnWrapper {
    margin-bottom: 40px;
    overflow: hidden;
}

.columnWrapper .column1 {
    margin-right: 40px;
    width: calc(100% - 390px);
    float: left;
    margin-bottom: 24px;
}

.columnWrapper .column1.oneColumn {
    margin-right: 40px;
    width: initial;
    float: left;
    margin-bottom: 24px;
    max-width: 810px;
}

.columnWrapper .column2 {
    width: 350px;
    float: right;
    margin-bottom: 24px;
}

.columnWrapper .column1 img,
.columnWrapper .column2 img {
    max-width: 100%;
    height: auto;
}










/* ==========================================
20. Header
========================================== */

/* Logo */

#MainHeader #Logo {
    position: absolute;
    left: 30px;
    top: 22px;
}





/* Apps */

#MainHeader #Apps .newsletter {
    padding: 0px 5px;
}

#MainHeader #Apps .newsletter a {
  width: 100%;
  border-radius: 3px;
  line-height: 27px;
  color: #fff;
  font-size: 20px;
/*  background: url(/media/image/hss-sprites-icons.png) no-repeat left -124px; */
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  background: none;
  background-color: #DC6B32;
  -webkit-box-shadow: 3px 0px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 0px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 3px 0px 4px 0px rgba(0,0,0,0.1);
}

#MainHeader #Apps {
    position: absolute;
    right: 20px;
    top: 35px;
}

#MainHeader #Apps li {
    margin-bottom: 10px;
    float: left;
    padding: 0px 5px;
}





/* Global Nav */

#GlobalNav {
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    background-color: #002f6c;
    line-height: 40px;
    font-size: 13.5px;
    font-weight: 900;
    padding-left: 10px;
}

#GlobalNav li {
    float: left;    
}

#GlobalNav a {
    color: #fff;
    line-height: 40px;
    display: block;
/*    padding-right: 0.1%; */
/*    white-space: nowrap; */
    font-weight: 700 !important;
  font-size: 13px !important;
/*  font-family: 'Oxygen', Helvetica, Arial, sans-serif; */
  font-size: 13px; 
}

#GlobalNav a:hover {
    color: #8dc53f;
}

#GlobalNav a:before {
    content: "";
    padding-right: 8px;
}

#GlobalNav li:not(:first-child) a:before {
    border-left: 1px solid #98a6b9;
}

#GlobalNav li a:after {
    content: "";
    padding-left: 8px;
}

#GlobalNav li:not(:last-child) a:after {
    border-right: 1px solid #98a6b9;
}

#GlobalNav ul ul {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    width: 300px;
/*    background-color: #f7f7f7; */
    margin-top: 5px;
    background-color: #062451;
}

#GlobalNav ul ul a {
    padding: 0px 18px;
/*    border-bottom: solid 1px #ddd; */
    border-bottom: solid 1px rgba(255,255,255,0.2)
}

#GlobalNav ul ul a:before,
#GlobalNav ul ul a:after {
    display: none;
}

#GlobalNav .about ul {
    left: auto !important;
    right: 0px !important;
    width: 210px !important;
}

/* HEADER 2020 UPDATES */

header * {
    box-sizing: border-box;
/*    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; */
}

header .row-utility {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
}

header .row-utility a {
    color: #002f6c;
}

header .row-utility ul {
    text-align: right;
}

header .row-utility ul li {
    display: inline;
}

header .row-utility .join a {
    background-color: #8dc53f;
    display: inline-block;
    padding: 0px 25px;
    color: #fff;
}

header .row-utility a {
    padding-right: 30px;
}

header .row-utility a:hover {
    text-decoration: underline;
}

header .row-utility form {
    display: inline-block;
}

header .row-utility form input[type="submit"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #002f6c;
    margin-right: 30px;
}

header .row-utility form input[type="submit"]:hover {
    text-decoration: underline;
}

.row-logo-nav {
    height: 140px;
    background-color: #002f6c;
    position: relative;
}

header .row-logo-nav .logo {
    position: absolute;
    top: 36px;
    left: 40px;
}

header .logo2 img {
    max-width: 100%;
    height: auto;
}

header .logo2 {
    position: absolute;
    right: 30px;
    bottom: 26px;
    width: 180px;
}

header .logo2:before {
    content: "A program of";
    font-size: 12px;
    color: #98abc4;
    text-align: center;
    display: block;
    padding-bottom: 5px;
}

header nav #nav-desktop {
    position: absolute;
    left: 250px;
    bottom: 0;
}

header nav * {
    box-sizing: border-box;
}

header nav .awcgn-menu > li > a {
    color: #fff;
    padding: 15px 12px 22px 12px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

header nav .awcgn-menu > li > a:hover, 
header nav .awcgn-menu > li > a:focus,
header nav .awcgn-menu > li.sfHover > a {
    color: #8dc53f;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    background-color: #062451;
}

header nav .awcgn-menu > li > a span {
    font-weight: 500;
    font-size: 14px;
    color: #98abc4;
    display: block;
}

header nav .awcgn-menu > li > a:hover:after,
header nav .awcgn-menu > li.sfHover > a:after, 
header nav .awcgn-menu > li > a.active-trail.active:hover:after, 
header nav .awcgn-menu > li > a.active-trail:not(.active):after {
    position: absolute;
    top: 60px;
    left: 38%;
    z-index: 9;
    content: url(/media/image/nav-hover-arrow.png);
}

header nav .awcgn-menu > li:nth-child(5) > a:hover:after {
    display: none;
}

header nav .awcgn-menu > li > a:hover:before, 
header nav .awcgn-menu > li > a:focus:before {
    content: "";
    width: calc(100% - 34px);
    height: 2px;
    position: absolute;
    background-color: #98abc4;
    bottom: 20px;
}

header nav .awcgn-navbar {
    background: none;
}

header nav .awcgn-menu li ul,
header nav .awcgn-menu li:hover ul, 
header nav .awcgn-menu li.awcgnHover ul {
    left: -275px;
    top: 77px;
    z-index: 99;
    background-color: #062451;
    padding: 15px 20px 15px 128px;
}

header nav .awcgn-menu ul li {
    margin-right: 30px;
}

header nav .awcgn-menu ul a {
    color: #fff;
    border-bottom: 2px solid transparent;
    font-size: 14px;
}

header nav .awcgn-menu ul a:hover {
    color: #fff;
    border-bottom: 2px solid #98abc4;
}

/* MOBILE NAV 2020 */

div#nav-mobile {
    position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 22px;
}

nav #nav-mobile a[title="Menu"] {
    width: 20px;
    height: 16px;
    text-indent: -80px;
    overflow: hidden;
    background-image: url(/media/image/nav-mobile-closed.gif);
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position: 0 0;
    transition: all 0.5s;
}

nav #nav-mobile .dropit-open a[title="Menu"] {
    background-image: url(/media/image/nav-mobile-open.gif);
    transform: rotate(180deg);
}

nav #nav-mobile .dropit-open > .dropit-submenu {
    width: 768px;
    right: -20px;
    background-color: #002F6C;
    padding-top: 20px;
    border-top: solid 1px rgba(255,255,255,0.20);
    margin-top: 10px;
    font-size: 14px;
}

nav #nav-mobile .mobileNavWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px 0px 20px;
    align-items: flex-start;
    font-weight: 600;
}

nav #nav-mobile .mobileNavWrapper .column {
    width: 50%;
    margin-bottom: 30px;
}

nav #nav-mobile .mobileNavWrapper .column ul {
    position: relative;
    padding: 10px 10px 0px;
    background: #002351;
    width: initial;
    margin-right: 20px;
    overflow: hidden;
}

nav #nav-mobile .mobileNavWrapper a {
    color: #fff;
}

nav #nav-mobile .mobileNavWrapper li {
    margin-bottom: 15px;
    float: none;
}

nav #nav-mobile .mobileNavWrapper .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 2px solid #98abc4;
    display: inline-block;
}

nav #nav-mobile .mobileNavWrapper .heading span {
    font-size: 14px;
    color: #98abc4;
}










/* ==========================================
30. Footer
========================================== */

#MainFooter .wrapper {
    margin: 0px auto;
    background-color: #002f6c;
    width: 980px;
    margin: 0px auto;
    color: #98a6b9;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
    padding-top: 5px;
}

#MainFooter .logo {
    float: left;
    margin-left: 70px;
    margin-bottom: 5px;
}

#MainFooter .text {
    margin-left: 280px;
    padding-top: 10px;
    padding-right: 80px;
}

#MainFooter .text ul {
    padding-top: 5px;
}

#MainFooter .text ul li {
    float: left;
    margin-right: 10px;
}

#MainFooter .text ul a {
    color: #98a6b9;
    text-decoration: underline;
}

#MainFooter .text ul a.hideLink {
  color: #002f6c !important;
}

#MainFooter .boilerplate {
    clear: both;
    background-color: #202020;
    line-height: 36px;
    padding-left: 280px;
    padding-right: 80px;
}

#MainFooter .socialIcons {
    float: right;
    margin-bottom: 8px;
    padding-top: 8px;
}

#MainFooter .socialIcons img {
    width: 24px;
    height: auto;
}

#MainFooter .footer-agreement {
    padding: 12px 80px 24px;
    background-color: #002351;
    text-align: justify;
}

#MainFooter .footer-agreement a {
    color: #98a6b9;
    text-decoration: underline;
}

/* NEW FOOTER */

footer {
  font-size: 14px;
}

footer * {
    box-sizing: border-box;
/*    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; */
}

footer a:hover {
    text-decoration: underline;
}

footer img {
    max-width: 100%;
    height: auto;
}

.right-column-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.right-column-wrapper:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

footer .section1 {
    align-items: stretch;
    display: flex;
}

footer .section1 .columnLeft {
    background-color: #002351;
    color: #BFC8D9;
    text-align: center;
    line-height: 24px;
    width: 35%;
    padding: 40px;
}

footer .section1 .columnRight {
    background-color: #002F6C;
    color: #BFC8D9;
    width: 65%;
    padding: 40px;
}

footer .logo {
    float: none;
    margin-left: 0px;
    margin-bottom: 50px;
}

footer .socialIcons {
    float: left;
    margin: 0;
    margin-right: 40px;
    padding: 11px 40px 11px 0;
    border-right: solid 1px #6582a6;
    width: 195px;
}

footer .socialIcons img {
    width: initial;
}

footer .statement-title, 
footer .title,
footer .right-column-wrapper a,
footer .right-column-wrapper input {
    font-size: 20px;
    color: #6682A7;
    margin-bottom: 20px;
    font-weight: 700;
}

footer .join,
footer .donate,
footer input {
    font-size: 20px;
    color: #6682A7;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 47px;
    white-space: nowrap;
    float: left;
    margin-right: 20px;
}

footer .column {
    width: 250px;
    padding-right: 30px;
}

footer .right-column-wrapper ul {
    margin-bottom: 30px;
    line-height: 20px;
}

footer .right-column-wrapper:first-child {
    margin-bottom: 20px;
}

footer .right-column-wrapper ul ul a {
    color: #fff;
    font-weight: initial;
    font-size: 14px;
}

footer .right-column-wrapper ul ul li {
    padding-top: 5px;
    line-height: 16px;
    position: relative;
    padding-left: 12px;
}

footer .right-column-wrapper ul ul li a:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: 5px;
}

footer a.hideLink {
    display: none;
}

footer .footer-agreement {
    padding: 20px 60px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #BFC8D9;
    border-top: solid 10px #fff;
    background-color: #002351;
    columns: 3 auto;
    column-gap: 50px;
}

footer .footer-agreement a {
    color: #ADD8E6;
}

footer .donate a,
footer .donate input {
    color: #dc6b32;
}

footer input[type="submit"] {
    padding: 0px;
    background-color: transparent;
    border: none;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

footer input[type="submit"]:hover {
    text-decoration: underline;
}







/* ==========================================
40. Home Page
========================================== */

/* Carousel */

#Carousel {
    height: 390px;
    background-color: #8dc53f;
    background-image: url(/media/image/lf-t-home-search-bg2.png);
    background-position: 396px 0px;
}

#Carousel .title a {
    position: absolute;
    width: 550px;
    height: 390px;
    display: block;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#Carousel .title .right,
#Carousel .title .left {
    position: absolute;
    bottom: 30px;
    max-width: 400px;
    padding: 20px;
/*    background-image: url(/media/image/hss-carousel-trans.png); */
/*    font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif; */
    font-size: 18px;
    line-height: 21px;
     background-color: #f4f4f4;
}

#Carousel .title .left {
    left: 0px;
    text-align: left;
}

#Carousel .title .right {
    right: 0px;
    text-align-right;
}

#Carousel .snapShot .rsOverflow,
#Carousel .snapShot .rsDefault {
    height: 390px !important;
    width: 550px !important;
    position: relative;
    background-color: #fff;
}

#Carousel .snapShot .rsBullets {
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 24px;
    text-align: center;
}

#Carousel .snapShot .rsBullet {
    display: inline-block;
    width: 10px;
    height: 24px;
    margin: 0px 5px;
}

#Carousel .snapShot .rsBullet span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    border: solid 1px #444;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.4;
}

#Carousel .snapShot .rsBullet.rsNavSelected span {
    background-color: #fff;
/*    border: solid 1px #444; */
    opacity: 1;
}

#Carousel .snapShot .rsArrow {
    display: block;
    visibility: visible;
    width: 32px;
    height: 32px;
/*    background-image: url(/media/image/hss-sprites-icons.png); */
    background-repeat: no-repeat;
/*    background-position: 0px -222px; */
    position: absolute;
    top: 180px;
}

#Carousel .snapShot .rsArrowLeft {
/*    background-position: 0px -222px; */
    left: 5px;
    background-image: url(/media/image/lf-t-snapshot-arrows-left.png);
}

#Carousel .snapShot .rsArrowRight {
/*    background-position: 100% -222px; */
    right: 5px;
    background-image: url(/media/image/lf-t-snapshot-arrows-right.png);
}

#Carousel .snapShot .rsArrow .rsArrowIcn {
    width: 32px;
    height: 32px;
}

#Carousel .snapShot .rsHidden {
    opacity: 100;
}


/* 
#Carousel .snapShot .rsSlide .thumb:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
*/


/* Article List */

#HomeArticleList {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

#HomeArticleList .wrapper {
    padding: 0px 0px;
}

#HomeArticleList .columnLeft {
    float: left;
    width: 490px;
    padding-left: 30px;
    padding-right: 30px;
    border-right: solid 1px #7e97ad;
}

#HomeArticleList .columnRight {
    float: left;
    width: 390px;
    padding-left: 30px;
}

#HomeArticleList .intro,
#HomeArticleList .date {
/*    font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;  */
}

#HomeArticleList .title {
    font-size: 24px;
    line-height: 30px;
}


#HomeArticleList .title a {
    display: block;
}

#HomeArticleList .columnRight .title {
    font-size: 18px;
    line-height: 24px;
}

#HomeArticleList .date {
    margin-bottom: 5px;
}

#HomeArticleList .intro {
    margin-bottom: 6px;
    line-height: 20px;
}

#HomeArticleList .readmore a {
    font-weight: bold;
    text-decoration: underline;
}

#HomeArticleList a:hover {
    color: #7e97ad;
}

#HomeArticleList .newsroom {
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-weight: bold;
    color: #b2410f;
}





/* Columns */

#HomeColumns {
    display: table;
    border-spacing: 5px;
    padding-bottom: 20px;
}

#HomeColumns .column {
    display: table-cell;
    background-color: #f4f4f4;
}

#HomeColumns .column img {
    border: solid 1px #c8c8c8;
}

#HomeColumns .column a:hover img {
    border: solid 1px #7e97ad;
}

#HomeColumns .column h2 a {
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    background-color: #002351;
    text-align: center;
    display: block;
}

#HomeColumns .column h2 a:hover {
    text-decoration: underline;
}

#HomeColumns .column ul {
    padding: 7px 8px 0px;
    height: 174px;
    font-size: 16px;
    line-height: 19px;
}

#HomeColumns .column ul a {
    padding: 12px 50px 12px 25px;
    display: block;
    background: url(/media/image/lf-t-news-arrows.png) no-repeat 100% 15px;
    font-weight: bold;
}

#HomeColumns .column ul li:not(:last-child) a {
    border-bottom: solid 1px #98A6B9;
}

#HomeColumns .column ul a:hover {
    color: #7e97ad;
}

/* 2020 UPDATE */

#HomeColumns2 {
    background-color: #f3f3f3;
    text-align: center;
    padding: 54px 0px 54px;
}

#HomeColumns2 .buttonTitle {
    background: #8dc53f;
    padding: 8px 20px;
    display: inline-block;
    margin: 0px auto 30px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(26,0,0,0.1);
}

#HomeColumns2 .homeColumnsWrapper {
    display: flex;
    max-width: 1150px;
    margin: 0px auto;
}

#HomeColumns2 .column {
    width: 33%;
    margin: 0px 15px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(117,117,117,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(117,117,117,0.5);
    box-shadow: 1px 1px 5px 0px rgba(117,117,117,0.5);
    transition: box-shadow 0.5s;
    padding-bottom: 15px;
}

#HomeColumns2 .column:hover {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(117,117,117,0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(117,117,117,0.5);
    box-shadow: 3px 3px 5px 0px rgba(117,117,117,0.5);
}

#HomeColumns2 .column img {
    width: 100%;
    height: auto;
}

#HomeColumns2 h2 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 10px;
}

#HomeColumns2 a {
    color: #002e6b;
}

#HomeColumns2 a:hover {
    text-decoration: underline;
}

#HomeColumns2 li {
    font-size: 18px;
    padding: 10px 20px 15px;
    line-height: 25px;
}

#HomeColumns2 .column:hover li a {
    color: #8DC541;
    font-weight: bold;
}

#HomeColumns2 .column li a:after {
    margin-right: -11px;
    position: relative;
    top: 1px;
    line-height: 10px;
    width: 11px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    content: "";
}

#HomeColumns2 .column:hover li a:after {
    content: url(/media/image/green-link-arrow.png);
}

/* 2020 Social and News */

.socialAndNews {
    background-image: url(/media/image/twitter-block-bg.png);
    background-size: cover;
    padding: 44px 0px 54px;
}

.socialAndNews .title {
    margin: 0px auto 30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    text-align: center;
}

.socialAndNews .socialNewsWrapper {
    display: flex;
    max-width: 1150px;
    margin: 0px auto;
    margin-bottom: 20px;
    align-items: flex-start;
}

.socialAndNews .column {
    width: 33.3%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(117, 117, 117, 0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(117,117,117,0.5);
    box-shadow: 1px 1px 5px 0px rgba(117, 117, 117, 0.5);
    transition: box-shadow 0.5s;
    padding-bottom: 15px;
    text-align: left;
}

.socialAndNews .buttonTitle a {
    background: #002F6C;
    padding: 8px 0px;
    display: block;
    margin: 0px auto;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(26,0,0,0.1);
    width: 240px;
    text-align: center;
}

.socialAndNews .column {
    padding: 20px;
}

.socialAndNews .single-column {
    width: 100%;
}

.socialAndNews .articleList a {
    display: block;
    text-align:center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    color: #002F6C;
    font-style: normal;
    line-height: 1.3em;
    font-weight: 600;
}





/* 2020 About Leapfrog */

#HomeAboutLeapfrog {
    padding-top: 45px;
    position: relative;
    overflow: hidden;
    padding-left: 125px;
   min-height: 300px;
}

#HomeAboutLeapfrog .image {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
    left: 0px;
    bottom: 0px;
}

/* #HomeAboutLeapfrog .image:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 2;
    height: 101%;
    width: 101%;
    background-image: url(/media/image/img-overlay.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    top: -1px;
} */

#HomeAboutLeapfrog .image img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0px;
}

#HomeAboutLeapfrog .text {
    position: relative;
    max-width: 550px;
    font-size: 16px;
    line-height: 23.5px;
    margin-bottom: 50px;
    z-index: 4;
}

#HomeAboutLeapfrog h2 {
    font-size: 30px;
    line-height: 1.2em;
    color: #002e6b;
    margin-bottom: 30px;
}

#HomeAboutLeapfrog p {
    margin-bottom: 30px;
}

#HomeAboutLeapfrog .button {
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(26,0,0,0.1);
    border: 0;
    border-radius: 0;
    margin: 14px 0;
    padding: 6px 20px;
    white-space: normal;
    background-color: #dc6b32;
    margin-bottom: 30px;
}

#HomeAboutLeapfrog .button:hover {
    background-color: #b2410f;
}

ul.ul-List {
    margin: 0px 0px 20px;
    padding-left: 40px;
    list-style: disc outside;
}

ul.ul-List li {
    margin-bottom: 10px;
}




/* 2020 Hero Search */

#HeroSearch {
    position: relative;
}

#HeroSearch .thumb {
    background-image: url(/media/image/Home-Page-Hero-Image-March-2020c.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#HeroSearch .thumb:after {
    content: "";
    background-image: url(/media/image/landing-page-hero-overlay2.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}









/* Video Player */


#VideoPlayer {
  width: 886px;
    background-color: #afafaf;
  position: relative;
  padding: 25px;
  overflow: hidden;
}

#VideoPlayer .close-bar {
    text-align: right;
    height: 25px;
    position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
}

#VideoPlayer .close-bar a {
    background: url(/media/image/hss-sprites-icons.png) no-repeat 100% -500px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    font-size: 0px;
    top: 4px;
    right: 6px;
    z-index: 5;
}

/* #VideoPlayer .video {
    width: 670px;
    height: 377px;
    float: left;
    padding-left: 25px;
} */

#VideoPlayer .video {
    width: 670px;
    height: 0px;
    float: left;
/*    left: 25px; */
    position: relative;
    padding-bottom: 42.6%;
/*    padding-top: 25px; */
}

#VideoPlayer .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#VideoPlayer .navigation {
    height: 380px;
/*    padding-right: 25px; */
    float: right;
    width: 194px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

#VideoPlayer .navigation li {
    margin-top: 0px;
    margin-bottom: 20px;
}


#VideoPlayer .navigation li img {
    width: 100%;
    height: auto;
}

#VideoPlayer .navigation li a {
    opacity: 0.45;
}
#VideoPlayer .navigation li a.active {
    opacity: 1;
}





/* ==========================================
50. Content
========================================== */

#Content {
    padding: 40px;
    line-height: 26px;
    font-size: 18px;
}

#Content * {
    box-sizing: border-box;
}

#Content h1 {
    font-weight: 500;
    font-style: normal;
    color: #002e6b;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#Content h2 {
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 30px;
}

#Content h3 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

#Content p {
    margin-bottom: 20px;
}

#Content a {
    color: #4e6882;
    text-decoration: underline;
}

#Content a:hover {
    color: #7e97ad;
}

#Content ul {
    margin: 0px 0px 20px;
    padding-left: 40px;
    list-style: disc outside;   
}

#Content ol {
  margin: 0px 0px 20px;
  padding-left: 40px;
  list-style-type: decimal;
}

#Content li {
    margin-bottom: 10px;    
}

#Content .footnote {
    font-size: 10px;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-style: italic;
}

#Content sup {
    font-size: 10px;
    position: relative;
    bottom: 10px;
}

#Content .contentVideo {
    float:right;
    padding-left:0px;
    border: solid 1px #7e97ad;
    margin-left: 40px;
    margin-bottom: 30px;
}

#Content .rightImage {
    float:right;
    padding-left:0px;
    margin-left: 40px;
    margin-bottom: 30px;
}





/* Sidebar */

#Content .sidebar {
    float: right;
    width: 200px;
    padding: 20px 20px 0px 20px;
    background-color: #eee;
    margin-left: 40px;
    margin-bottom: 40px;
}

#Content .sidebar h2 {
    padding-top: 0px;
}

#Content form#PrePage, 
#Content form#PrePage input, 
#Content p.inline {
    display: initial;
}

#Content form#PrePage, 
#Content form#PrePage input {
    display: initial;
}

#Content form#PrePage, #Content form#PrePage input {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    text-decoration: underline;
    color: #4e6882;
}

#Content #Content form#PrePage input:hover {
    color: #7e97ad;
}





/* Video Playlist */

#Content .videoPlaylist {
    position: relative;
}

#Content .videoPlaylist img {
    width: 32%;
    margin: 0px 3px;
    position: relative;
    left: -3px;
    border: solid 1px #c8c8c8;
}

#Content .videoPlaylist a:hover img {
    border: solid 1px #7e97ad;
}





/* Measures Table */

#Content .measuresTable {
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

#Content .measuresTable h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

#Content .measuresTable h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

#Content .measuresTable ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px;
}

#Content .measuresTable li {
    /* styles go here */
}





/* State Rankings */

table.stateRankings  {
  width: 100%;
}

table.stateRankings td, 
table.stateRankings th {
  padding: 2px 4px;
}





/* Callout */

.callout {
    background-color: #eee;
    padding: 20px;
}










/* ==========================================
100. Search Forms
========================================== */

/* Home Search */

.homeSearch {
    float: right;
    padding-left: 65px;
    width: 500px;
    padding-right: 65px;
    padding-top: 30px;
    color: #000;
    padding-bottom: 70px;
    position: relative;
    margin-right: 50px;
    background-color: rgba(255,255,255,0.5);
}

.homeSearch h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #002e6b;
}

.homeSearch p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}

.homeSearch p.intro {
    width: 330px;
}

.homeSearch select#findBy,
.homeSearch select#state,
.homeSearch select#miles,
.homeSearch input#city,
.homeSearch input#zip_code,
.homeSearch input#hospitalname {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    border: solid 1px #bebebe;
    padding: 0px 0px 0px 8px;
    border-radius: 0px;
    height: 30px;
    color: #001836;
    font-weight: bold;
    border: none;
}


.homeSearch select#findBy,
.homeSearch select#state,
.homeSearch select#miles
{
    cursor:pointer;
}

.homeSearch select#findBy,
.homeSearch select#state,
.homeSearch select#miles {
    background-color: #ddd;
}

.homeSearch select#findBy {
    width: 400px;
    margin-bottom: 10px;
}

.homeSearch select#miles,
.homeSearch select#state {
    width: 150px;
}

.homeSearch input#city,
.homeSearch input#zip_code {
    width: 50%;
}

.homeSearch input#city,
.homeSearch input#zip_code {
    float: left;
    margin-right: 12px;
    background-color: #ddd;
}

.homeSearch input#hospitalname {
    width: 280px;
    background-color: #ddd;
}

.homeSearch #AcceptTerms {
    clear: both;
    color: #e4e4e4;
    font-size: 14px;
    line-height: 65px;
}

.homeSearch #AcceptTerms a {
    color: #e4e4e4;
    text-decoration: underline;
}

.homeSearch button#SearchButton {
    width: 200px;
    border-radius: 3px;
    border: solid 1px #333;
    padding: 0px;
    line-height: 38px;
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    cursor: pointer;
  background-color: #002f6c;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
}

.homeSearch2015 div#SearchButton {
    margin-top: 10px;
}

.homeSearch2015 div#AcceptTerms {
    display: none;
}

@-moz-document url-prefix() {
    .homeSearch select#findBy,
    .homeSearch select#state,
    .homeSearch select#miles {
        height: 30px;
    }

    .homeSearch select#findBy option,
    .homeSearch select#state option,
    .homeSearch select#miles option {
        background-color: #fff;
    }
}





/* Header Search */

#HeaderSearch {
    background-color: #78be20;
    padding: 20px 40px;
    overflow: hidden;
    position: relative;
}

#HeaderSearch .title {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    width: 360px;
    float: left;
    font-weight: bold;
}

#HeaderSearch .form {
    float: right;
    width: 640px;
}

#HeaderSearch select#findBy,
#HeaderSearch select#state,
#HeaderSearch select#miles,
#HeaderSearch input#city,
#HeaderSearch input#zip_code,
#HeaderSearch input#hospitalname {
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 30px;
    -webkit-appearance: none;
/*    border: solid 1px #bebebe; */
    padding: 0px 0px 0px 8px;
    border-radius: 0px;
    height: 30px;
    border: 0px;
    color: #001836;
}

#HeaderSearch select#findBy,
#HeaderSearch select#state,
#HeaderSearch select#miles
{
    cursor:pointer;
}

#HeaderSearch select#findBy,
#HeaderSearch select#state,
#HeaderSearch select#miles {
   background: url(/media/image/hss-sprites-icons.png) no-repeat 100% -300px;
}

#HeaderSearch select#findBy {
    width: 208px;
    float: left;
    margin-right: 10px;
}

#HeaderSearch input#city,
#HeaderSearch input#zip_code,
#HeaderSearch select#state,
#HeaderSearch select#miles {
    width: 143px;
    float: left;
    margin-right: 10px;
}

#HeaderSearch input#hospitalname {
    width: 296px;
    float: left;
    margin-right: 10px;
}

#HeaderSearch #AcceptTerms {
    clear: both;
    color: #e4e4e4;
    font-size: 14px;
    line-height: 65px;
    position: absolute;
    bottom: -5px;
}

#HeaderSearch #AcceptTerms a {
    color: #e4e4e4;
    text-decoration: underline;
}

#HeaderSearch button#SearchButton {
    width: 95px;
    border-radius: 3px;
/*    border: solid 1px #333; */
    border: none;
    padding: 0px;
    line-height: 30px;
    color: #fff;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 16px;
    font-weight: normal;
/*    background: url(/media/image/hss-sprites-icons.png) no-repeat left -124px; */
    cursor:pointer;
    margin: 0px;
    background-color: #002f6c;
}

@-moz-document url-prefix() {
    #HeaderSearch select#findBy,
    #HeaderSearch select#state,
    #HeaderSearch select#miles {
        height: 30px;
    }

    #HeaderSearch select#findBy option,
    #HeaderSearch select#state option,
    #HeaderSearch select#miles option {
        background-color: #fff;
    }

    #HeaderSearch button#SearchButton {
        line-height: 29px;
        margin-top: -1px;
    }
}

@media (max-width: 994px) {

#HeaderSearch {
  background-image: url(/media/image/lf-t-home-search-bg2.png);
  background-position: 50% 50%;
}

}

ul.ui-autocomplete {
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    max-width: 400px;
    overflow-x: hidden;
}

.ui-menu .ui-menu-item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.ui-autocomplete .ui-state-focus, 
.ui-autocomplete .ui-widget-content .ui-state-focus {
    background-image: none !important;
    border: none !important;
}

.ui-menu {
    padding: 0px !important;
}





/* Results Sort */

#SearchResults select#SortBy {
    font-size: 15px;
    line-height: 28px;
    border: solid 1px #bebebe;
    padding: 0px 0px 0px 8px;
    border-radius: 0px;
    cursor:pointer;
    width: 150px;
    height: 28px;
}

@-moz-document url-prefix() {
    #SearchResults select#SortBy {
        height: 30px;
    }

    #SearchResults select#SortBy option {
        background-color: #fff;
    }

}







/* Recent Searches */

#RecentSearches {
    float: right;
    width: 400px;
    position: relative;
}

#RecentSearches a.pulldown {
    color: #fff;
    background-color: #7f8184;
    line-height: 30px;
    display: block;
    padding: 0px 40px 0px 10px;
    background: #7f8184 url(/media/image/hss-sprites-icons2.png) no-repeat 100% -390px;
}

#RecentSearches a.pulldown.up {
    background: #7f8184 url(/media/image/hss-sprites-icons2.png) no-repeat 100% -440px;
}

#RecentSearches a.pulldown .count {
    background-color: #354553;
    line-height: 20px;
    display: inline-block;
    border-radius: 20px;
    padding: 0px 5px;
    margin-right: 10px;
}

#RecentSearches #RecentSearchListScrollUp {
    height: 24px;
}

#RecentSearches #RecentSearchListContainer {
    top: 62px;
    max-height: 286px;
    overflow-y: hidden;
}

#RecentSearches #RecentSearchListContainer {
    background-color: #354553;
    position: absolute;
    z-index: 10;
    width: 400px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#RecentSearches .entry {
    padding: 10px 8px;
}
#RecentSearches .entry a {
    color: #fff;
}

#RecentSearches #RecentSearchListScrollUp, #RecentSearches #RecentSearchListScrollDown {
    background-color: #26323c;
    color: #fff;
    height: 24px;
    z-index: 10;
    position: absolute;
    width: 400px;
    text-align: center;
    padding-top: 8px;
}

#RecentSearches #RecentSearchListScrollDown {
    top: 364px;
}

#RecentSearches #RecentSearchListScrollUp.disabled, 
#RecentSearches #RecentSearchListScrollDown.disabled {
    background-color: #444;
}
#RecentSearches #RecentSearchListScrollUp.disabled span, 
#RecentSearches #RecentSearchListScrollDown.disabled span {
    color: #999;
}










/* ==========================================
110. Search Results
========================================== */

#SearchResults {
    font-size: 16px;
    line-height: 20px;
    clear: both;
    padding-top: 10px;
    position: relative;
    max-width: 1280px;
    margin: 0px auto;
}

#SearchResults.SearchResults {
    display: none;
}

#SearchResults .loading {
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
    background: url(/media/image/hss-loading-ani.gif) no-repeat 50% 0px;
}

#SearchResults .intro {
    padding: 0px 40px 40px 40px;
}

#SearchResults .intro h1 {
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
}

#SearchResults .leapfrogRecordDetails .resultsList .itemWrapper {
    background-color: #fff;
    min-height: 200px;
}

#SearchResults .leapfrogRecordDetails .resultsList .detailWrapper {
     padding-top: 22px;
}





/* No Results */

#SearchResults #NoResults {
    padding: 0px 40px;
}

#SearchResults #NoResults h3 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

#SearchResults #NoResults p {
    margin-bottom: 20px;
}

#SearchResults #NoResults a {
    color: #4e6882;
    text-decoration: underline;
}

#SearchResults #NoResults a:hover {
    color: #7e97ad;
}

#SearchResults #NoResults ul {
    margin: 0px 0px 20px;
    padding-left: 40px;
    list-style: disc outside;   
}

#SearchResults #NoResults li {
    margin-bottom: 10px;    
}

#SearchResults #NoResults + #MapContainer {
    display: none;
}





/* Tabs */

#SearchResults .sortTabs {
    height: 45px;
    background-color: #ffffff;
    padding: 9px 40px 0px;
    overflow: hidden;
    position: relative;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 16px;
}

#SearchResults .sortTabs ul {
    margin-right: 40px;
    float: left;
}

#SearchResults .sortTabs li {
    float: left;
}

#SearchResults .sortTabs ul li a {
    display: block;
    width: 60px;
    line-height: 45px;
    padding-left: 45px;
    background-image: url(/media/image/hss-sprites-icons.png);
    background-repeat: no-repeat;
    background-color: #052452;
    color: #fff;
}

#SearchResults .sortTabs ul li.list a {
    background-position: 12px -26px;
}

#SearchResults .sortTabs ul li.map a {
    background-position: -128px -31px;
}

#SearchResults .sortTabs ul li.active a {
    background-color: #f2f4f7;
    color: #354553;
}

#SearchResults .sortTabs ul li.list.active a {
    background-position: 12px 13px;
}

#SearchResults .sortTabs ul li.map.active a {
    background-position: -128px 10px;
}

#SearchResults .sortOptions {
    float: left;
    line-height: 54px;
    position: relative;
    top: -9px;
}





/* Results List */

.resultsList {
    margin-bottom: 20px;
}

.resultsList .itemWrapper {
    padding: 20px 40px 20px;
    overflow: hidden;
    clear: both;
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
}



.resultsList .itemWrapper:nth-child(even) {
    background-color: #f2f4f7;
}

.resultsList .detailWrapper {
    float: left;
    order: 2;
}

.resultsList .gradeWrapper {
    float: left;
    width: 94px;
    order: 1;
   margin-right: 60px
}

.resultsList .detailWrapper .name {
    color: #354553;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 24px;
}

.resultsList .detailWrapper .name a {
    color: #354553;
}

.resultsList .detailWrapper .address {
    margin-bottom: 20px;
}

.resultsList .detailWrapper .address a,
.resultsList .detailWrapper .readmore a {
    text-decoration: underline;
}

.resultsList .gradeWrapper .title {
    width: 130px;
    position: relative;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    left: -18px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.resultsList .gradeWrapper .grade img {
    width: 94px;
    height: 94px;
}

.resultsList .gradeWrapper .date {
    background-color: #4d4d4d;
    color: #fff;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 0px 0px 5px 5px;
    text-transform: uppercase;
}

/* .resultsList .gradeWrapper.grade-f .date {
    color: #000;
    background-color: #fff;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
} */

.resultsList .gradeWrapper .grade {
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}

.resultsList .marylandWarning {
    clear: both;
    font-weight: normal;
    color: red;
    padding-top: 16px;
    font-size: 12px;
    line-height: 16px;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
}





/* Back to top */

#SearchResults .backToTop {
    text-align: right;
    padding: 10px 48px 10px 0px;
}

#SearchResults .backToTop a {
    text-decoration: underline;
}





/* Disclaimer */

#SearchResults .disclaimer {
    padding: 0px 20px;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 12px;
    line-height: 16px;
    color: #999;
}










/* ==========================================
120. Hospital Detail
========================================== */

#Details,
#TableView {
    padding: 0px 23px;
}





/* Results Options */

#ResultsOptions {
    overflow: hidden;
    padding: 10px 40px 0px; 
}

#ResultsOptions .backToResults {
    display: block;
    float: left;
    width: 170px;
    height: 40px;
    background: #dc6b32;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

#ResultsOptions .print,
.sortTabs .print {
    display: block;
    float: right;
    width: 60px;
    height: 40px;
    background: url(/media/image/hss-sprites-icons.png) no-repeat right -124px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 3px;

    background-image: none;
    overflow: hidden;
    position: relative;
}

#ResultsOptions .print:before,
.sortTabs .print:before {
  content: url(/media/image/hss-icon-print2.gif);
  position: absolute;
  top: 4px;
  left: 14px;
  width: 28px;
  height: 32px;
}

#ResultsOptions #Sharing {
    float: right;
    padding-top: 5px;
/*    margin-right: 20px; */
}

#Sharing .st_sharethis_large .stButton .stLarge {
  background-image: url(/media/image/hss-share-sharethis.png) !important;
}

#Sharing .st_facebook_large .stButton .stLarge {
  background-image: url(/media/image/hss-share-facebook.png) !important;
}

#Sharing .st_twitter_large .stButton .stLarge {
  background-image: url(/media/image/hss-share-twitter.png) !important;
}

#Sharing .st_linkedin_large .stButton .stLarge {
  background-image: url(/media/image/hss-share-linkedin.png) !important;
}

#Sharing .st_email_large .stButton .stLarge {
  background-image: url(/media/image/hss-share-email.png) !important;
}



.leapfrogRecordDetails .resultsList .gradeWrapper {
    width: 150px;
/*    position: absolute;
    right: 40px; */
    margin-bottom: 10px;
}

.leapfrogRecordDetails .resultsList .gradeWrapper .title {
    width: 100%;
    left: 0px;
}

.leapfrogRecordDetails .resultsList .gradeWrapper .grade img {
    width: 100%;
    height: auto;
}

.leapfrogRecordDetails .resultsList .gradeWrapper .date {
    font-size: 16px;
}





/* Additional Info */

#SearchResults.details .additionalInfo {
    order: 4;
    padding-top: 22px;
    width: 100%;
}

#SearchResults.details .additionalInfo p {
    margin-bottom: 10px;
    padding-top: 0px !important;
}


#SearchResults.details .additionalInfo img {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

#SearchResults.details .additionalLinks {
    text-align: right;
    bottom: 35px;
    margin-bottom: 20px;
    order: 3;
    margin-left: auto;
    padding-top: 22px;
}

#SearchResults.details .additionalLinks a {
    text-decoration: underline;
    position: relative;
    font-size: 16px;
}

#SearchResults.details .additionalLinks .showPastGrades a.notActive:before {
  content: '\25BA';
  position: absolute;
  left: -20px;
}

#SearchResults.details .additionalLinks .showPastGrades a.active:before {
  content: '\25BC';
  position: absolute;
  left: -20px;
}

#SearchResults.details .additionalLinks .pastGrades .grade {
/*  mix-blend-mode: multiply; */
  mix-blend-mode: initial;
}

#SearchResults.details .additionalLinks .pastGrades {
  overflow-x: auto;
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 0px;
  margin-left: 10px;
  white-space: nowrap;
    background:
        /* Shadow covers */
        linear-gradient(90deg, #f2f4f7 30%, rgba(255,255,255,0)),
        linear-gradient(90deg, rgba(255,255,255,0), #f2f4f7 70%) 100% 0,
        
        /* Shadows */
        radial-gradient(0 50%, farthest-side, rgba(0,0,0,.5), rgba(0,0,0,0)),
        radial-gradient(100% 50%,farthest-side, rgba(0,0,0,.5), rgba(0,0,0,0)) 100% 0;
    background:
        /* Shadow covers */
        linear-gradient(90deg, #f2f4f7 30%, rgba(255,255,255,0)),
        linear-gradient(90deg, rgba(255,255,255,0), #f2f4f7 70%) 100% 0,
        
        /* Shadows */
        radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.5), rgba(0,0,0,0)),
        radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.5), rgba(0,0,0,0)) 100% 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

#SearchResults.details .additionalLinks .detailedTableView {
  padding-top: 20px;
}

#SearchResults.details .additionalLinks .pastGrades .yearSet {
  padding-right: 5px;
  margin-right: 5px;
  border-right: solid 1px #ccc;
  display: inline-block;
  overflow: hidden;
}

#SearchResults.details .additionalLinks .pastGrades [class~='yearSet']:last-of-type {
  padding-right: 0px !important;
  margin-right: 0px !important;
  border-right: none !important;
}

#SearchResults.details .additionalLinks .pastGrades .year {
  text-align: center;
/*  font-family: 'Lato', Helvetica, Arial, sans-serif; */
  font-size: 16px;
}

#SearchResults.details .additionalLinks .pastGrades .gradeWrapper {
  width: 60px;
  margin: 0px 2px !important;
  float: left;
  padding: 0px !important;
}

#SearchResults.details .additionalLinks .pastGrades .date {
  font-size: 9px;
  line-height: 20px;
}





/* Tabs */

#Details .tabs {
    overflow: hidden;
}

#Details .tabs .tab {
    display: table;
    float: left;
    position: relative;
    width: 210px;
}

#Details .tabs .tab a {
    padding: 0px 20px;
    position: relative;
    height: 56px;
    display: table-cell;
    vertical-align: middle;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    background-image: url(/media/image/hss-sprites-tabs2.png);
    background-repeat: no-repeat;
    background-position: 0px -112px;
    letter-spacing: -0.02em;
    color: #fff;
}

#Details .tabs .tab a:hover,
#Details .tabs .tab.active a {
    background-position: 0px -168px;
    color: #000;
}

#Details .tabs .tab.one,
#Details .tabs .tab.five {
    width: 194px;
}

#Details .tabs .tab.one a {
    padding: 0px 34px 0px 6px;
    background-position: 0px 0px;
}

#Details .tabs .tab.one a:hover,
#Details .tabs .tab.one.active a {
    background-position: 0px -56px;
}

#Details .tabs .tab.five a {
    padding: 0px 6px 0px 34px;
    background-position: 100% -224px;
}

#Details .tabs .tab.five a:hover,
#Details .tabs .tab.five.active a {
    background-position: 100% -280px;
}

#Details .tabs .tab:not(:first-child) {
    margin-left: -21px;
}

#Details .tabs .tab.one {
    z-index: 5;
}

#Details .tabs .tab.two {
    z-index: 4;
}

#Details .tabs .tab.three {
    z-index: 3;
}

#Details .tabs .tab.four {
    z-index: 2;
}

#Details .tabs .tab.five {
    z-index: 1;
}

#Details .tabs .tab.active {
    z-index: 6;
}

#Details .tabs .tab a:hover {
    box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.1);
}

#Details .tabs .tab.active a:hover {
    box-shadow: none;
}


#Details .tabs .tab.three a {
  padding: 0px 50px;
}







/* Key */

#Details .key {
    background-color: #f7f8f9;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 15px;
    line-height: 55px;
    overflow: hidden;
    padding: 0px 15px;
}

#Details .key .instructions {
    float: left;
/*    color: #001836; */
}

#Details .key .instructions2 {
    float: right;
}

#Details .key .instructions2 img {
    padding: 0px 5px;
    margin-top: -2px;
}





/* Measure Tabs */

#Details .measureTabs {
    font-size: 14px;
    line-height: 15px;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    background: url(/media/image/hss-speedo-bg.png) no-repeat 0px 0px;
    height: 170px;
}

#Details .measureTabs li {
    float: left;
    width: 133px;
    text-align: center;
    position: relative;
}

#Details .measureTabs li:last-child {
    width: 136px;
}

#Details .measureTabs a {
    display: block;
    height: 149px;
    padding: 15px 4px 0px;
    text-align: center;
    position: relative;
}

#Details .measureTabs .measureGrade {
    left: 0px;
    right: 0px;
    top: 64px;
    text-align: center;
    position: absolute;
}

#Details .measureTabs a:hover {
    background-color: #d8dfea;
}

#Details .measureTabs .active a,
#Details .measureTabs .active a:hover {
    color: #fff;
    background-color: #7f8184;
}

#Details .measureTabs .active a {
    height: 155px;
}





/* Measure Details */

#Details .measureDetails {
    background-color: #7f8184;
    padding: 20px 35px 20px 30px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 40px;
}

#Details .measureDetails .columnOne {
    width: 200px;
    padding-right: 10px;
    border-right: solid 1px #fff;
    float: left;
}

#Details .measureDetails .columnTwo,
#Details .measureDetails .columnThree {
    float: left;
    margin-left: 40px;
    width: 34%;
}

#Details .measureDetails h3 {
    font-size: 16px;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-weight: bold;
    margin-bottom: 5px;
}

#Details .measureDetails .value {
    font-size: 24px;
    line-height: 28px;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-weight: normal;
    margin-bottom: 20px;
}

#Details .measureDetails .smallText {
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    padding-top: 40px;
}

#Details .measureDetails .smallText a {
    color: #8dc53f;
    text-decoration: underline;
}





/* Footnotes */

#Details .footnotes {
    font-size: 13px;
    line-height: 18px;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    margin-bottom: 30px;
}

#Details .footnotes p {
    margin-bottom: 10px;
}

#Details .footnotes .red {
    font-weight: bold;
    color: #CF1421
}

#Details .footnotes h2 {
  margin-bottom: 10px;
  font-size: 16px;
}





/* Map */

#MapContainer {
    height: 540px;
    border-top: solid 10px #f2f4f7;
}

.mapDetail {
    width: 360px;
}

.mapDetail h1 {
    font-size: 1.1rem;
}

.mapDetail .gradeWrapper {
    width: 94px;
    float: left;
    margin-right: 16px;
    border-radius: 4px;
    overflow: hidden;
}

.mapDetail .gradeWrapper .grade {
    width: 94px;
    height: 94px;
}

.mapDetail .gradeWrapper .date {
    background-color: #4d4d4d;
    color: #fff;
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.mapDetail .desc {
    margin-top: 6px;
    font-size: 0.9rem;
}
.mapDetail .viewScore {
    margin-top: 27px;
}
.mapDetail .viewScore a {
    text-decoration: underline;
}





/* Table View */

#SearchResults .leapfrogRecordDetails.tableView .resultsList .detailWrapper {
    padding-top: 0px;
}

#SearchResults .leapfrogRecordDetails.tableView .resultsList .itemWrapper {
    min-height: 140px;
}

#SearchResults .leapfrogRecordDetails.tableView .resultsList .gradeWrapper {
    width: 94px;
}

#SearchResults .leapfrogRecordDetails.tableView .resultsList .gradeWrapper .title {
    left: -22px !important;
}

#SearchResults .leapfrogRecordDetails.tableView .resultsList .gradeWrapper .date {
    font-size: 12px;
}

#TableView {
/*    font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-size: 13px;
    line-height: 16px;
    color: #354553;
}

#TableView p {
    margin-bottom: 20px;
}

#TableView table {
    margin-bottom: 40px;
}

#TableView th {
    font-size: 14px;
    text-align: left;
}

#TableView td {
    text-align: center;
    background-color: #f6f6f6;
    border-right: solid 1px #e5eaef;
}

#TableView th,
#TableView td {
    padding: 8px 10px;
    vertical-align: middle;
}

#TableView .col-measure {
    font-weight: bold;
    text-align: left;
}

#TableView .col-measure a {
    text-decoration: underline;
    white-space: nowrap;
    font-weight: normal;
    color: #354553;
    display: inline-block;
    padding-top: 5px;
}

#TableView .col-timePeriod {
    white-space: nowrap;
}

#TableView tr:nth-child(even) td {
    background-color: #fff;
}

#TableView th {
    background-color: #f2f4f7;
    border-right: solid 1px #fff;
}

/*
#TableView tr.section td {
    border-top: solid 10px #fff;
    border-bottom: solid 10px #fff;
    background-color: #dbe2e8;
}
*/

#TableView .col-timePeriod {
    width: 165px;
}

#TableView .col-dataSource {
    width: 95px;
}

#TableView .col-best {
    width: 85px;
}

#TableView .col-avg {
    width: 85px;
}

#TableView .col-worst {
    width: 85px;
}

#TableView .col-hospitalScore {
    width: 85px;
}










/* ==========================================
140. Tooltip
========================================== */

 #tooltip {
    position: absolute;
    z-index: 3000;
    background:url("/media/image/noch.png") 17px 0px no-repeat;
    padding: 17px;
/*    opacity: 0.85; */
/*    min-height: 200px; */
    max-width: 400px;
    height: auto;
    min-height: initial;
}

#tooltip.viewport-bottom {
    background:url("/media/image/noch-rev.png") 17px 235px no-repeat;
    height:218px;
} 

#tooltip h3, 
#tooltip div {
    margin: 0;
    background:#343434;
    color:#fff;
    padding:10px;
/*    min-height:200px; */
}

#tooltip h3, 
#tooltip strong {
    display: block;
  margin-bottom: 8px;
}










/* ==========================================
150. News
========================================== */

/* Newsroom Article Listing */

#Newsroom .wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #ccc;
}

#Newsroom .wrapper .thumbnail img {
    width: 200px;
    height: auto;
}

#Newsroom .wrapper h2 {
    margin: 0px;
    padding: 0px;
}

#Newsroom .wrapper .thumbnail,
#Newsroom .wrapper .date,
#Newsroom .wrapper .title,
#Newsroom .wrapper .intro {
    margin-bottom: 5px;
}

/* Newsroom Article Display */

#Content .back {
    margin-bottom: 30px;
}

div.Errors {
    font-size: 16px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    padding-bottom:15px;
    color: red;
}