/* main {
    position: relative;
    display: block;
    background: #fff
}

.featured-image-banner {
    position: relative;
    height: 192px;
    overflow: hidden;
    background: #ddd no-repeat center center;
    background-size: cover
}

@media (min-width: 992px) {
    .featured-image-banner {
        height: 248px
    }
}

@media (min-width: 1200px) {
    .featured-image-banner {
        height: 300px
    }
}

@media (min-width: 1600px) {
    .featured-image-banner {
        height: 400px
    }
}

.featured-image-banner>img {
    display: none
}

.page-title-section {
    padding: 0 10px;
    margin-top: 20px
}

@media (min-width: 768px) {
    .page-title-section {
        padding: 0 30px
    }
}

@media (min-width: 1200px) {
    .page-title-section {
        padding: 0 60px
    }
}

.page-title-section h1.page-title {
    margin: 0 auto 20px;
    font: bold 30px/1.2 "Century Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: -1px
}

@media (min-width: 768px) {
    .page-title-section h1.page-title {
        font-size: 36px
    }
}

@media (min-width: 992px) {
    .page-title-section h1.page-title {
        font-size: 42px
    }
}

@media (min-width: 1200px) {
    .page-title-section h1.page-title {
        font-size: 48px
    }
}

.page-title-section h2 {
    font: 18px/1.2 "Century Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
    margin: -10px auto 20px
}

@media (min-width: 768px) {
    .page-title-section h2 {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .page-title-section h2 {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .page-title-section h2 {
        font-size: 30px
    }
}

#breadcrumbs {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    #breadcrumbs {
        font-size: 14px
    }
}

#breadcrumbs a {
    border-bottom: 1px solid transparent
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
    color: #00a6ce;
    border-color: #00a6ce
}

#breadcrumbs .breadcrumb_last {
    display: none
}

.page-content {
    width: 100%;
    padding: 20px 10px 50px;
    font-size: 14px;
    line-height: 1.5
}

@media (min-width: 544px) {
    .page-content {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .page-content {
        font-size: 14px;
        float: left;
        width: 66.6666%;
        padding-left: 30px
    }
}

@media (min-width: 992px) {
    .page-content {
        font-size: 16px;
        width: 75%;
        padding-left: 5%
    }
}

@media (min-width: 1600px) {
    .page-content {
        font-size: 18px;
        width: 80%
    }
}

.page-content.fullwidth {
    width: 100% !important
}

@media (min-width: 768px) {
    .page-content.fullwidth {
        padding-left: 30px
    }
}

@media (min-width: 992px) {
    .page-content.fullwidth {
        padding-left: 5%
    }
}

.page-content.fullwidth .text-block {
    margin: 0 auto
}

.page-content .text-block {
    max-width: 1000px;
    margin: 0
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.2;
    letter-spacing: -1px
}

.page-content h1 {
    font-size: 2.571428em;
    font-weight: bold;
    margin: 0 auto 1em
}

.page-content h1.page-title {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd
}

.page-content h1+.featured-image {
    margin-top: -0.5em
}

.page-content h1+h2 {
    margin-top: -1.5em;
    background: #fff
}

.page-content h1+h3,
.page-content h1+h4 {
    padding-top: 0;
    border-top: none
}

.page-content h1+h5,
.page-content h1+h6 {
    margin-top: 0
}

.page-content h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 auto 1em;
    letter-spacing: -0.75px
}

.page-content h3 {
    font-size: 1.85714em;
    font-weight: normal;
    margin: 0 auto 1em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
    letter-spacing: -0.5px
}

.page-content h4 {
    font-size: 1.71428em;
    font-weight: bold;
    margin: 0 auto 1em;
    padding-top: 1em;
    border-top: 1px solid #ddd
}

.page-content h5 {
    font-size: 1.71428em;
    font-weight: normal;
    margin: 0 auto 1em;
    letter-spacing: -0.5px
}

.page-content h6 {
    font-size: 1.28571em;
    font-weight: bold;
    margin: 1em auto;
    letter-spacing: -0.5px
}

.page-content *+h2,
.page-content *+h3,
.page-content *+h4,
.page-content *+h5 {
    margin-top: 1.5em
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content table,
.page-content img {
    margin-bottom: 1em
}

.page-content ul,
.page-content ol {
    padding-left: 1.25em
}

.page-content p a,
.page-content li a,
.page-content td a {
    color: #00a6ce
}

.page-content p a:hover,
.page-content li a:hover,
.page-content td a:hover {
    text-decoration: underline
}

.page-content p a:focus,
.page-content li a:focus,
.page-content td a:focus {
    outline: 1px dotted
}

.page-content .featured-image {
    margin-bottom: 2em
}

.page-content .featured-image+h1,
.page-content .featured-image+h2,
.page-content .featured-image+h3,
.page-content .featured-image+h4,
.page-content .featured-image+h5,
.page-content .featured-image+h6 {
    margin-top: 0
}

.page-left-sidebar {
    line-height: 1.4;
    padding: 0
}

@media (min-width: 768px) {
    .page-left-sidebar {
        float: left;
        width: 33.3333%;
        padding-left: 20px;
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .page-left-sidebar {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .page-left-sidebar {
        padding-left: 50px;
        font-size: 16px
    }
}

@media (min-width: 1600px) {
    .page-left-sidebar {
        width: 20%
    }
}

.mobile-sidebar-wrapper {
    background: #00a6ce;
    color: #fff;
    font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, sans-serif
}

@media (min-width: 768px) {
    .mobile-sidebar-wrapper {
        background: transparent;
        color: #265eac
    }
}

.mobile-sidebar-toggle {
    padding: 15px 10px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    cursor: pointer
}

@media (min-width: 768px) {
    .mobile-sidebar-toggle {
        display: none !important
    }
}

.mobile-sidebar-toggle .fa {
    margin-right: 10px
}

.page-sidebar-menu {
    display: none;
    padding: 10px 0
}

@media (min-width: 768px) {
    .page-sidebar-menu {
        display: block !important
    }
}

.page-sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-sidebar-menu li {
    position: relative;
    display: block
}

.page-sidebar-menu li.sidebar-subhead {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.page-sidebar-menu li.sidebar-subhead a {
    padding: 10px
}

@media (min-width: 768px) {
    .page-sidebar-menu li.sidebar-subhead a {
        color: #00a6ce
    }
}

.page-sidebar-menu li a {
    display: inline-block;
    padding: 10px 10px 10px 20px;
    color: inherit
}

.page-sidebar-menu li a:hover,
.page-sidebar-menu li a:focus {
    text-decoration: underline
}

.page-sidebar-menu li span.expander {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer
}

.page-sidebar-menu .current-menu-ancestor>a,
.page-sidebar-menu .menu-item-has-children>a {
    position: relative;
    padding-right: 40px
}

.page-sidebar-menu .current-menu-item>a {
    color: #ffd600
}

@media (min-width: 768px) {
    .page-sidebar-menu .current-menu-item>a {
        color: #00a6ce
    }
}

.page-sidebar-menu .sub-menu {
    padding-left: 15px;
    display: none
}

.page-sidebar-menu .current-menu-ancestor>.sub-menu {
    display: block
}

.blog-posts {
    margin: 0 -10px
}

.blog-post {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 10px
}

@media (min-width: 544px) {
    .blog-post {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .blog-post {
        width: 33.3333%
    }
}

.blog-post a {
    position: relative;
    display: block;
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden
}

@media (min-width: 544px) {
    .blog-post a {
        height: 320px
    }
}

.blog-post-image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.blog-post-text {
    padding: 10px
}

.blog-post-text h6 {
    margin: 0 0 10px;
    letter-spacing: -0.5px
}

.blog-post-text p {
    line-height: 1.3;
    margin-bottom: 5px
}

@media (min-width: 544px) {
    .blog-post-text p {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    body[class*="page-healthlibrary"] .featured-image-banner+.page-title-section {
        margin-bottom: 40px
    }
}

body[class*="page-healthlibrary"] .featured-image-banner+.page-title-section h1.page-title {
    margin: 0;
    padding: 15px 10px 0
}

@media (min-width: 768px) {
    body[class*="page-healthlibrary"] .featured-image-banner+.page-title-section h1.page-title {
        position: relative;
        display: inline-block;
        margin-top: -40px;
        background: inherit;
        border-top-right-radius: 15px;
        padding: 20px 60px 0
    }
}

@media (min-width: 1200px) {
    body[class*="page-healthlibrary"] .featured-image-banner+.page-title-section h1.page-title {
        padding: 30px 60px 10px 80px
    }
}

.library-archive .fa-spinner {
    margin: 40px
}

.library-archive h2 {
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding: 40px 0 20px;
    margin: 0;
    color: #265eac
}

.library-archive h2,
.library-archive .text-block {
    text-align: left
}

@media (min-width: 544px) and (max-width: 991px) {
    .library-archive h2,
    .library-archive .text-block {
        padding-left: 20px
    }
}

.library-archive .event-image {
    float: none;
    padding: 0;
    margin-bottom: 20px
}

.library-archive .event-image img {
    max-width: 100%
}

.library-archive .event-text {
    float: none;
    width: 100%;
    padding: 0
}

.library-archive .event-text h3 {
    font-size: 1.5em;
    color: #265eac
}

@media (min-width: 992px) {
    .library-archive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .library-archive h2 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 1%
    }
    .library-archive .text-block {
        width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        margin: 0 1%;
        border-bottom: 1px solid #ddd
    }
    .library-archive .event {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        border-bottom: 0
    }
    .library-archive .event-link {
        margin-top: auto
    }
}

.health-library-placeholder {
    max-width: 400px;
    height: 150px;
    background: #ddd
}

.health-library-placeholder a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    color: #aaa;
    font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, sans-serif
}

.disclaimer {
    padding-top: 40px;
    margin: 40px 0;
    font-size: .75em
}

.disclaimer img {
    display: block;
    margin: 0 0 20px
}

@media (min-width: 544px) {
    .disclaimer img {
        float: right;
        margin-left: 10px
    }
}

#kh_experts_nav li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase
}

span.kh_experts_top a {
    color: #00a6ce
}

span.kh_experts_top a:hover,
span.kh_experts_top a:focus {
    text-decoration: underline
}

@media (min-width: 992px) {
    body[class*="KH-Article"] .page-content {
        padding-left: 50px
    }
}

body[class*="KH-Article"] .article-image-block {
    max-width: 1000px;
    margin-bottom: 1em
}

@media (min-width: 992px) {
    body[class*="KH-Article"] .article-image-block {
        margin-bottom: 2em
    }
}

body[class*="KH-Article"] .text-block h3 {
    font-weight: bold;
    color: #265eac;
    border-top: 0
}

@media (min-width: 992px) {
    body[class*="KH-Article"] .text-block h3 {
        margin-left: -20px
    }
}

.kh-slideshow {
    margin-bottom: 1.5em !important
}

ul.related-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 14px
}

ul.related-articles li {
    float: left;
    width: 30.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30.3333%;
    flex: 0 1 30.3333%;
    padding: 0 20px 1em;
    margin-bottom: 2em;
    margin-right: 2%;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

ul.related-articles li p:last-child {
    width: 100%;
    margin-top: auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

ul.related-articles h5 {
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #00a6ce
}

.btn.hlback {
    background: #f68b14
}

.btn.hlback:hover,
.btn.hlback:focus {
    background: #cf7108
}

.service-icon-grid {
    margin-bottom: 2em
}

.service-icon-item {
    float: left;
    width: 50%;
    min-height: 160px;
    text-align: center;
    padding: 30px 0 0
}

@media (min-width: 544px) {
    .service-icon-item {
        width: 33.3333%
    }
}

@media (min-width: 992px) {
    .service-icon-item {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .service-icon-item {
        width: 20%
    }
}

.service-icon-item>a {
    display: inline-block;
    margin: 0 auto
}

.service-icon-item p {
    margin: 0 auto
}

.service-icon-item .service-icon {
    display: block;
    background: #00a6ce;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s
}

.service-icon-item .service-icon:hover,
.service-icon-item .service-icon:focus {
    background: #007d9b
}

.service-icon-item .service-name {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.1em;
    line-height: 1.1;
    letter-spacing: -0.5px
}

.event {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ddd
}

.event-image {
    margin-bottom: 20px
}

@media (min-width: 544px) {
    .event-image {
        float: left;
        width: 25%;
        min-height: 20px;
        overflow: hidden;
        text-align: left;
        padding-top: 5px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .event-image {
        width: 20%
    }
}

.event-image img {
    width: auto;
    max-width: none;
    max-height: 150px;
    margin: 0
}

.event-text {
    font-size: 14px
}

@media (min-width: 544px) {
    .event-text {
        float: left;
        width: 75%;
        padding: 0 20px
    }
}

@media (min-width: 1200px) {
    .event-text {
        width: 80%;
        font-size: 16px
    }
}

.event-text h3 {
    margin: 0 auto 0.5em;
    padding: 0;
    border: none;
    font: bold 1.3em/1.3 "Century Gothic", -apple-system, BlinkMacSystemFont, sans-serif
}

.readmore-link {
    display: inline-block
}

.page-content.sitemap ul {
    font-weight: bold
}

.page-content.sitemap ul ul {
    font-weight: normal;
    margin-top: 10px
}

.page-content.sitemap li {
    margin-bottom: 10px
}

table.credit-card-table {
    width: auto
}

table.credit-card-table .fa {
    font-size: 4em;
    margin-right: 0.5em;
    color: #265eac
}

@media print {
    .printableScreen img {
        width: 0;
        height: 0
    }
    .printablePrint {
        text-align: center
    }
    .printablePrint img {
        width: 5.25in;
        height: 8in;
        display: block;
        border: 0 none
    }
    .instructionSheetScreen img {
        width: 0;
        height: 0
    }
    .instructionSheetPrint {
        text-align: center;
        width: 620px
    }
    .instructionSheetPrint img {
        width: 6.18in;
        height: 8in;
        border: 0 none;
        display: block;
        padding: 0;
        margin-left: auto;
        margin-right: auto
    }
    .hideFromPrinter {
        display: none
    }
}

@media screen {
    .printableScreen img {
        width: 420px;
        height: 640px;
        display: block;
        border: 0 none
    }
    .printableScreen {
        text-align: center
    }
    .printablePrint img {
        display: none
    }
    .instructionSheetScreen img {
        width: 494px;
        height: 640px;
        display: block;
        border: 0 none
    }
    .instructionSheetScreen {
        width: 494px;
        margin: 0 auto
    }
    #khcontent .instructionSheetScreen {
        width: 494px;
        margin: 0 auto
    }
    #khcontent .instructionSheetScreen {
        width: 494px;
        margin: 0 auto
    }
    .instructionSheetPrint img {
        display: none
    }
}

/* added */

/* .page-template-tpl-healthlibrary .main-raised,
.page-template-tpl-healtharticle .main-raised {
	overflow: hidden;
} */