#microsite-sticky {
    text-align: left;
    background: rgb(238, 238, 238);
    z-index: 80 !important;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

#microsite-sticky .logo {
    background-color: transparent;
    background-image: url('/Image%20Library/Logos%20.%20Icons/HHC-Rehab-Network-4C-K-No-Tag.png');
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 72px;
    height: 256px;
    width: 256px;
}
#microsite-sticky h1 {
    position: absolute;
    top: 183px;
    left: 240px;
    color: #fff;
}

#microsite-hero .innerlayer h3 {
    margin: 0
}

.header-banner {
    background-color: rgb(238, 238, 238);
    background-image: url('https://hartfordhealthcare.org/Image Library/Unassigned/patient-stories-banner.png');
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

#microsite-sticky .row {
    margin: 0 auto;
}

#microsite-sticky .microsite-phone {
    text-align: center;
    height: 48px !important    
}

#microsite-sticky .microsite-phone a {
    display: block;
    background-color: #0098C3;
    color: #FFF;
    padding: 10px 0px;
    font-size: 19px;
    font-weight: bold;
}

#microsite-sticky .microsite-phone a:hover {
    background-color: #a40084;
}

#microsite-sticky .microsite-social a {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
    font-size: 16px;
}

.microsite-social {
    float: left;
    margin-left: -8px;
}

div#left-navigation.collapsed .microsite-social {
    display: none;
}

div#left-navigation.microsite-nav ul li {
    display: block;
}

.microsite-nav {
    text-align: left;
}

div#left-navigation .microsite-nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold !important;
    color: #0098c3 !important;

}

div#left-navigation.microsite-nav ul li>a {
    color: #0098c3 !important;
}

div#left-navigation .microsite-nav ul ul {
    display: none !important;
}

.main-content {
    margin-top: 0;
}

.microsite-template hr, .microsite-template a { 
    scroll-margin-top: 100px
}

.microsite-template anchor { 
    scroll-margin-top: 235px;
}

@media screen and (min-width: 767px) {
    div#template {
        padding: 0;
    }
}

@media screen and (min-width: 990px) {

    .microsite-template hr, .microsite-template a { 
        scroll-margin-top: 183px
    }

    #microsite-sticky {
        text-align: right;
        position: fixed;
        top: 130px;
        left: 0;
        width: 100%;
        border-top: 0 !important;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    #microsite-hero {
        margin-top: 130px
    }
    
    .microsite-social {
        margin: 9px 0;
    }

    #microsite-sticky .microsite-phone {
        display: block;
        width: 20%;
        float: left;
        white-space: nowrap;
    }

    #microsite-sticky .microsite-menu {
        display: inline-block;
        height: 41px;
        width: 80%;
        white-space: nowrap;
    }

    .microsite-nav {
        display: inline-block;
    }

    .microsite-nav ul {
        text-align: right;
        margin: 0;
    }

    .microsite-nav ul li {
        margin: 0 20px 0 0;
    }

    .main-content {
        margin-top: 178px;
    }

    div#left-navigation.microsite-menu {
        padding: 0;
        margin: 0;
        text-align: right;
        display: inline-block !important;
    }

    div#left-navigation.microsite-menu ul {
        margin: 0 !important;
    }

    div#left-navigation.microsite-menu ul li {
        display: inline-block;
        margin: 0 5px 0 10px !important;
        vertical-align: middle;
        padding: 15px 0 !important
    }

    div#left-navigation.collapsed .microsite-social {
        display: inline-block;
        text-align: right;
        float: none;
        margin-left: 0;
    }
}

@media screen and (min-width: 1150px) {
    div#left-navigation.microsite-menu ul li {
        margin: 0 15px !important;
    }
}

@media screen and (min-width: 1280px) {
    .microsite-nav ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1425px) {
    #microsite-sticky .microsite-phone {
        width: 30%;
    }
    #microsite-sticky .microsite-menu {
        width: 70%;
    }
}

/* demo */
article { width: 720px; float: left; }
article p:first-of-type { margin-top: 0; }
aside { width: 120px; float: right; }
aside img { max-width: 100%; }
body { 
    color: #292f36;
    font-family: helvetica;
    line-height: 1.6;
}

/* resets */
body { margin:0px; padding:0px; }
div#template { overflow: initial; }

