﻿a {
    color: #0079c2;
}

    a:hover {
        color: #0079c2;
        /*text-decoration: underline*/
    }

.main-header {
    width: 100%;
    padding-bottom: 0;
}

    .main-header p:hover {
        text-decoration: underline;
    }

    .main-header p.menu-link-top:hover {
        text-decoration: none;
    }



.top-nav-bar {
    height: 36.85px;
    background-color: #0079C2;
}

.header-logo-title {
    height: 150px;
    background-color: #FFFFFF;
    padding-top: 30px;
}

.header-logo {
    padding-right: 20px;
}

    .header-logo img {
        margin-left: 0px;
        margin-right: 95px;
    }

.header-title {
    width: 100%;
    height: 68px;
    font-family: Oswald;
    font-size: 80px;
    font-weight: 900;
    line-height: 68px;
    color: #0079C2;
    float: left;
}

.header-main-nav {
    width: 100%;
    height: 65px;
    background-color: #FFFFFF;
}

.HedearDivderline {
    border-top: solid 2px #0079c2;
    min-width: 1120px;
    padding-bottom: 30px;
}

.Divderline {
    border-top: solid 2px #d9d9d9;
}


.content-center {
    float: none;
    margin: 0 auto;
    width: 70rem;
}

.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}

.logo {
    padding: 10px 10px 10px 0;
}

.small-5 {
    width: 41.66667%;
}

.clear-padding {
    padding: 0;
}

.right-header {
    width: 58%;
}


.top-bar-custom {
    overflow: hidden;
    height: 30px;
    line-height: 45px;
    position: relative;
    background: #fff;
}


#nav {
    margin-bottom: 0px;
    text-align: justify;
    max-width: 90%;
    margin-left: 5%;
    /*height: 30px;*/
    font-family: Oswald;
    /*line-height: 15px;*/
    color: #333333;
    float: left;
}

    #nav:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    #nav li {
        display: inline-block;
        position: relative; /* Helps us control overlap */
        /* Creates space for the Phone Icon */
    }

        #nav li:after {
            /*content: "\f015";
            font-family: FontAwesome;
            font-size: 25px;
            position: absolute;
            left: -5px;
            top: 0px;
            color: #0079c2;*/
        }

        #nav li a {
            font-size: 18px;
            height: 100%;
            display: block;
        }

        #nav li:hover {
            border-bottom: 4px solid #0079C2;
            /*padding-bottom: 15px;*/
        }



.active {
}

.hero {
    position: relative;
}

.hero-image {
    height: 628px;
}

    .hero-image img {
        width: 100%;
    }

.hero-caption {
    opacity: 0.8;
    background-color: #0079C2;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.hero-main-caption-text {
    font-weight: bold;
}

.hero-caption-text {
    font-family: Oswald;
    font-size: 27px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 15px;
}

.sbhc-footer {
    padding-bottom: 20px;
    margin-top: 25px;
}

.component {
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #0079C2;
    padding-top: 10px;
}

.square-caption-container {
    position: absolute;
    bottom: -80px;
    width: 100%;
    -ms-transition: z-index .9s .9s ease, bottom .3s ease;
    -o-transition: z-index .9s .9s ease, bottom .3s ease;
    -webkit-transition: z-index .9s .9s ease, bottom .3s ease;
    transition: z-index .9s .9s ease, bottom .3s ease;
}

.square-small {
    background: url('http://local.sbhc.org/_static/gradtest.png') center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.square-large {
    width: 100%;
    height: 0;
    padding-bottom: 125%;
    background: url('http://local.sbhc.org/_static/gradtest.png') center center no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.square-caption {
    position: absolute;
    bottom: 85px;
    left: 12px;
    font-family: Lato;
    font-size: 25px;
    font-weight: bold;
    line-height: 44px;
    color: #FFFFFF;
}

.square-subcaption {
    position: absolute;
    bottom: 20px;
    left: 12px;
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
}

.overlay {
    position: relative;
}

    .overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .overlay:hover:after {
        opacity: .5;
    }

    .overlay:hover .square-caption-container {
        bottom: 0;
        z-index: 2;
    }

.blue-overlay {
    background-color: #005682 !important;
}

    .blue-overlay:after {
        background-color: #005682;
    }
/*.blue {
    background-color: #005682 !important;
}

    .blue:after {
        background-color: #005682;
    }*/

/*.green {
    background-color: #50B547 !important;
}

    .green:after {
        background-color: #50B547;
    }*/

.right-callout-button {
    margin-bottom: 15px;
}

    .right-callout-button a {
        height: 48px;
        font-family: Oswald;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #FFFFFF;
        background-color: #19BCB9;
        padding: 6px 20px 10px 20px;
        display: block;
        width: 100%;
    }

        .right-callout-button a:after {
            font-family: FontAwesome;
            content: "\f061";
            margin-left: 10px;
            float: right;
        }

.home:after {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    left: -5px;
    top: 0px;
    color: #0079c2;
    margin-left: -25px;
}

.search:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    right: 0px;
    top: 20px;
    color: #0079c2;
}

.sidebar-title {
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    padding-bottom: 12px;
    padding-top: 8px;
}

.sidebar-split {
    width: 100%;
    height: 9px;
    background-color: #0079C2;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .sidebar-split.sidebar-split:last-child {
        display: none;
    }

.sidebar-small-line {
    width: 15.28%;
    height: 0.04%;
    background-color: #CFCFCF;
}

.facebook:before {
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 29px;
}


.twitter:before {
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 29px;
}

.footer-social-link a {
    font-size: 18px;
    display: block;
    width: 100%;
}

.footer-social-link {
    height: 45px;
}

.footer-social-button a {
    font-size: 20px;
    display: block;
    width: 100%;
    padding: 15px;
    height: 100%;
    margin-top: 10px;
}

.btn-become-member:after {
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 10px;
    float: right;
}

.btn-become-member {
    width: 306.6px;
    height: 46px;
    background-color: #0F79BF;
    font-family: Oswald;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
}

.footer-social-button a:hover {
    color: #fff;
}

.inner-page-content-container {
    width: 100%;
}

.bread-crumb-list .active {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.bread-crumbs {
    margin-bottom: 20px;
}

.inner-page-content-container h2 {
    font-family: Lato;
    font-size: 49px;
    font-weight: bold;
    line-height: 58px;
    color: #0079C2;
}

.inner-page-content-container h3 {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
}

.sharing-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .sharing-container span {
        padding-right: 35px;
    }

    .sharing-container .email:before {
        font-family: FontAwesome;
        content: "\f0e0";
        padding-right: 10px;
    }



    .sharing-container .share:before {
        font-family: FontAwesome;
        content: "\f1e0";
        padding-right: 10px;
    }


    .sharing-container .print:before {
        font-family: FontAwesome;
        content: "\f02f";
        padding-right: 10px;
    }

.page-text p {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 1.0rem;
}

.page-text li {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0.6rem;
}

.page-text a {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #0079c2;
}

.page-text h1 {
    font-family: Lato;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: rgb(8, 92, 143);
    margin-bottom: 1.0rem;
}

.page-text h2 {
    font-family: Lato;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: rgb(8, 92, 143);
    margin-bottom: 1.0rem;
}

.page-text h3 {
    font-family: Lato;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 1.0rem;
}

.page-text {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 1.0rem;
}

.home-main-container {
    width: 75% !important;
}

.right-nav {
    width: 23% !important;
    padding-left: 25px;
}

.inner {
    padding-top: 80px;
}

.page-text img {
    padding: 0px 0px 0px 0;
}




/* NAV TEST Document */
.home .right-nav {
    padding-top: 40px;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    nav ul li {
        display: inline-block;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        display: none;
        position: absolute;
        top: 40px; /* the height of the main nav */
    }

    /* Display Dropdowns on Hover */
    nav ul li:hover > ul {
        display: inherit;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        width: 245px;
        float: none;
        display: list-item;
        position: relative;
    }

.first-tiered-nav {
    z-index: 100;
    margin-left: 0px;
}

    .first-tiered-nav li {
        background-color: #0079C2;
        display: block !important;
        border: 1px solid #0079C2;
    }

        .first-tiered-nav li:hover {
            background-color: #fff;
            border-bottom: 1px solid #0079C2 !important;
        }

            .first-tiered-nav li:hover a {
                color: #0079C2;
            }


        .first-tiered-nav li a {
            color: #fff;
            display: block;
            padding: 10px;
        }

.fa-facebook-square:before {
    color: #3B5998;
    vertical-align: -15%;
}

.fa-twitter-square:before {
    color: #00ACED;
    vertical-align: -15%;
}

.sidebar-video-content iframe {
    width: 100%;
    height: 100%;
}

.sidebar-video-title {
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    color: #0079C2;
    padding-top: 15px;
    padding-bottom: 8px;
}

.sidebar-video-time {
    font-family: Lato;
    font-size: 14px;
    color: #888;
    padding-bottom: 15px;
}

.sidebar-viewmore-link {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    color: #0079C2;
}

.sidebar-leftimg-rt-content {
    display: block;
    min-height: 115px;
}

    .sidebar-leftimg-rt-content img {
        float: left;
        margin-right: 14px;
        height: 109px;
        width: 78px;
    }

    .sidebar-leftimg-rt-content a {
        color: #0079C2;
    }

        .sidebar-leftimg-rt-content a:hover {
            color: #000;
        }


.sidebar-full-image-container img {
    width: 100%;
    height: 175px;
}


/** hidden search field **/
#searchbar {
    display: none;
    float: right;
    width: 34%;
    height: 62px;
    border-top: 0px solid #d8d8d8;
    z-index: 9999;
    background: #fff;
    /* position: fixed; */
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

#txtSearchBox {
    display: inherit;
    width: 320px;
    border: 0;
    outline: none;
    padding: 20px;
    height: 60px;
    line-height: 58px;
    font-size: 24px;
    font-weight: bold;
    color: #676767;
    float: left;
}

#searchsubmit {
    /* display: inline-block; */
    /* float: right; */
    background: none;
    color: #0079C2;
    border: 0;
    outline: none;
    cursor: pointer;
    /* font-size: 28px; */
    /* width: 25px; */
    /* right: 19px; */
    width: 100%;
    height: 100%;
}

#searchbar-inner {
    display: none;
    height: 62px;
    border-top: 0px solid #d8d8d8;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

.search-inputbox-container {
}

.search-result-item a {
    color: #0079c2;
}

    .search-result-item a:hover {
        color: #000000;
    }


.search-result-item-title {
    font-family: Lato;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
}

.txtSearchBoxInner {
    display: inherit !important;
    width: 100% !important;
    border: 0 !important;
    outline: none !important;
    padding: 20px !important;
    height: 60px !important;
    line-height: 58px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #676767 !important;
    float: left !important;
}

.fa-search:before {
    top: 20%;
    right: 30%;
    position: absolute;
}


/*CUSTOM SITECORE RICHTEXT SNIPPETS*/
.download-issue-brief-container {
    display: inline-flex;
    width: 100%;
}

.download-issue-brief {
    width: 250px;
    margin: 8px 25px 8px 8px;
}

    .download-issue-brief img {
        width: 215px;
        height: 280px;
    }

    .download-issue-brief a {
        font-family: Lato;
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
        color: #FFFFFF;
        width: 100%;
        background-color: #0F79BF;
        display: block;
        padding: 15px 15px 15px 15px;
    }

        .download-issue-brief a:before {
            content: "\f1c1";
            font-family: FontAwesome;
            padding: 10px;
        }

.download-issue-brief-img-container {
    display: inline-block;
    padding: 13px;
}


/* INFO BOX*/
.infobox-container {
    display: inline-table;
    width: 350px;
    height: 425.11px;
    border: 1px solid #CFCFCF;
    border-top: 10px solid #0F79BF;
    margin: 30px 10px 30px 10px;
}

.infobox-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    padding: 20px;
}

.infobox-content {
    padding: 0px 20px 10px 20px;
    font-family: Lato;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.question:before {
    content: "\f29c";
    padding: 10px;
    font-family: FontAwesome;
}

.pdf a:before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #FB0000;
}

.linkicon a:before {
    content: "\f0c1";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #0078BD;
}

.infobox-content ul {
    list-style-type: none;
}

    .infobox-content ul li {
        padding: 10px 5px 15px 0px;
    }


.nav-list li a {
    color: #0079c2;
}

    .nav-list li a:hover {
        color: #000000;
    }

.nav-list li {
    padding: 0px 0px 7px 0px;
}

.date-small {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.search-result-item-title {
    color: #003D71 !important;
    font-size: 22px;
}

.blog-data {
    margin-bottom: 15px;
}

    .blog-data .date-small a {
        color: black;
        font-size: 12px;
        font-weight: 500;
    }

    .blog-data > span {
        font-size: 11px;
        color: #aaa9a9;
    }

.post-content {
    font-size: 16px;
}

.left-content {
    display: inline-block;
    float: left;
    width: 18%;
}

    .left-content img {
        width: 140px;
        height: 140px;
    }

.right-content {
    float: left;
    width: 82%;
    padding-left: 20px;
}

.search-result-item a:hover {
    color: #003D71 !important;
    text-decoration: underline;
}

.search-result-item-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #003D71;
}

.blog-teaser {
    font-size: 14px;
}

/*RTE Styles*/

.post-content .wp-caption {
    width: 40%;
    float: left;
    margin-right: 10px;
}

    .post-content .wp-caption img {
        margin-bottom: 10px;
    }

.post-content p, a, ul, ol {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
}

.post-content ol, .post-content ul {
    margin-left: 27px;
    padding: 0;
    width: auto;
}

.post-content ol li {
    list-style-type: decimal;
}

.post-content ul li, .post-content ol li {
    list-style-position: outside;
    margin: 0.25em 0;
}

.post-content ul {
    list-style: none;
}

.post-content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0E79BF; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 18px;
}

.post-content ol li::before {
    content: "";
}

.post-content img {
    float: left;
    margin-right: 30px;
}

.content-title {
    color: #9f1f41;
    font-size: 19px;
    padding: 0 0 15px 0px;
    border-bottom: 1px solid #d9d9d9;
    text-transform: uppercase;
    position: relative;
}

.post-meta {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 13px;
    /* font-style: italic; */
    color: #aaa9a9;
    position: relative;
    margin-bottom: 15px;
}

    .post-meta h1 {
        color: #333;
        font-size: 30px;
        font-weight: normal;
        font-style: normal;
        margin-bottom: 5px;
    }

    .post-meta span, .post-meta a {
        color: #000;
        text-decoration: none;
        font-style: normal;
    }

.post-author a {
    font-size: 13px;
    color: #0079c2
}

.post-comms {
    position: absolute;
    right: 0;
}
/*RTE Styles*/

/*Header Styling*/

.top-bar .top-bar-section > ul {
    width: 100%;
    display: table;
}

    .top-bar .top-bar-section > ul > li {
        display: table-cell;
        float: none;
    }

        .top-bar .top-bar-section > ul > li .dropdown .sub-items a:hover {
            text-decoration: underline;
        }

    .top-bar .top-bar-section > ul > .search:after {
        left: 64px;
        top: 23px;
        right: auto;
    }


/*Article Detail Styling*/

.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #4CAF50;
    color: white;
}

.round {
    border-radius: 50%;
}

.commentSection {
    margin-top: 30px;
    padding-bottom: 30px;
}

.post-navigation {
    padding: 15px 0 0 30px;
    position: relative;
}

    .post-navigation a {
        display: block;
        color: #0079c2;
        font: 13px Helvetica, Arial, sans-serif;
        text-decoration: none;
        line-height: 1.5;
    }

.post-prev {
    width: 250px;
    min-height: 40px;
    /*padding-left: 30px;*/
    float: left;
    text-align: left;
}

.post-navigation a em {
    display: block;
    color: #aaa9a9;
    font: italic 11px Georgia, Geneva, "Times New Roman", times;
}

.post-next {
    width: 250px;
    min-height: 40px;
    padding-right: 30px;
    float: right;
    text-align: right;
}

.line {
    width: 2px;
    height: 100%;
    background: #d9d9d9;
    min-height: 28px;
    position: absolute;
    top: auto;
    right: 380px;
    overflow: visible;
}
