body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: #222222;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-weight: 400;
    margin: 0.375rem 0 0.375rem 0;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #111111;
}

h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 1.438rem;
}

h2 {
    font-size: 1.688rem;
    line-height: 2.375rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-top: 1.688rem;
    margin-bottom: 1.063rem;
}

h4 {
    font-size: 1.188rem;
    line-height: 1.813rem;
    margin-top: 1.5rem;
    margin-bottom: 0.875rem;
}

h5 {
    font-size: 1.063rem;
    line-height: 1.563rem;
    margin-top: 1.313rem;
    margin-bottom: 0.6875rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.313rem;
    margin-bottom: 0.6875rem;
}


.top-bar, .top-bar ul {
    background-color: transparent;
}

.top-bar li > a {
    color: #fff;
    font-weight: 600;
    /*text-transform: uppercase;*/
    line-height: 5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.top-bar li > a:hover {
    background-color: rgba(0, 180, 190, 0.3)
}

#top-bar:after {
    content: "";
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1;
}

.open-sans {
    font-family: 'Open Sans', arial, sans-serif;
}

.lato {
    font-family: 'Lato';
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}



.rail-wrapper.grid-margin-x {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

@media print, screen and (min-width: 40em) {
    .rail-wrapper > .right-rail, .rail-wrapper > .left-rail {
        margin-top: 1.25rem;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
}

@media print, screen and (min-width: 48.06em) {
    .right-rail, .left-rail {
        margin-top: 1.25rem;
    }
}

.right-rail, .right-rail.force {
    width: 28.81rem;
}

.button.primary {
    background-color: #F29E23;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    padding: 0.625rem 1rem;
    line-height: 2.5rem;
}

.button:hover,
.button:focus,
.button:active {
    background-color: #EB7525 !important;
}

a {
    color: inherit;
}

.article-paragraph a {
    color: #0ac9e6;
}

.article-paragraph a:hover,
.article-paragraph a:focus,
.article-paragraph a:active {
    color: #0ac9e6;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #0ac9e6
}

.stick-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
}

 .stick-1 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 1rem;
}

.opacity-50 {
    opacity: 0.5;
}

.link-border-right {
    border-right: 1px solid #535353;
}

.subscribe-aside h4 div {
    font-size: 2.375rem;
    margin-top: 1rem;
}

.footer-links {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.footer-links > .cell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.header-logo, .footer-logo {
    height: 3.375rem;
    /*width: 15.6875rem;*/
  	width: auto;
}

@media (max-width: 71.25em) {
    .header-logo {
        height: 2.75rem;
        /*width: 11.15rem;*/
    }
}

@media (max-width: 63.9375em) {
    .header-logo {
        height: 2.25rem;
        /*width: 9.125rem;*/
    }

    .article-title {
        font-size: 2rem;
    }

    .footer-logo {
        width: 100%!important;
    }

    .footer-container {
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 63.9375em) and (min-width: 48em) {
    .left-rail {
        max-width: 26.13rem;
    }

    .right-rail {
        width: auto !important;
        max-width: 18.81rem;
    }
}

.mobile-menu-toggle {
    z-index: 1;
}

@media (min-width: 48em) {
    .subscribe-aside-mobile {
        display: none;
    }

    .mobile-menu-toggle {
        display: none !important;
    }
}

@media (max-width: 47.94em) {
    .top-bar-right {
        display: none;
    }

    .top-bar-left {
        text-align: center;
    }

    .right-rail {
        display: none;
    }

    .article-paragraph {
        line-height: 1.625rem;
    }
}

.position-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.off-canvas-content {
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    -webkit-transform-origin: 50% 200px 0;
    -moz-transform-origin: 50% 200px 0;
    -o-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0;
}

.off-canvas-content.is-open-left {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    -webkit-box-shadow: 0 0 46px #000000;
    -moz-box-shadow: 0 0 46px #000000;
    box-shadow: 0 0 46px #000000;
}

.grid-container {
    max-width: 74.125rem;
}

.grid-container.grid-container-narrow {
    max-width: 50rem;
}

#top-bar-wrapper > .grid-container {
    max-width: 70.75rem;
    padding: 0;
}

#top-bar-wrapper > .grid-container.grid-container-narrow {
    max-width: 50.75rem;
    padding: 0 3rem;
}

@media (max-width: 74.94rem) and (min-width: 64rem) {
    #top-bar-wrapper > .grid-container {
        max-width: 66.75rem;
    }
}

@media (max-width: 71.25rem) and (min-width: 63.69rem) {
    #top-bar-wrapper > .grid-container {
        max-width: 61.25rem;
    }
}

@media (max-width: 63.63rem) and (min-width: 48rem) {
    #top-bar-wrapper > .grid-container {
        max-width: 46.25rem;
    }
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

figcaption {
    font-size: 0.6875rem;
    color: #f3f6f9;
}

.categories-grid a::before {
    color: #0ac9e6;
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 0.625rem;
    font-weight: 900;
    margin-right: 0.625rem;
}

[article-subheading-index] {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2.375rem;
    margin: 0;
    margin-bottom: 0.5rem;
}

.article-image-shadow {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.19);
}

.category-aging {
    background-color: #b8860b !important;
}

.category-conditions {
    background-color: #ff1493 !important;
}

.category-featured {
    background-color: #ff0000 !important;
}

.category-fitness-amp-nutrition {
    background-color: #40e0d0 !important;
}

.category-independent-experts {
    background-color: #48748e !important;
}

.category-living-healthy {
    background-color: #ffa500 !important;
}

.category-mental-health {
    background-color: #ba55d3 !important;
}

.category-mouth-amp-teeth {
    background-color: #9acd32 !important;
}

.category-news {
    background-color: #48748e !important;
}

.category-pain-management {
    background-color: #2e8b57 !important;
}

.category-pets {
    background-color: #48748e !important;
}

.category-product-reviews {
    background-color: #48748e !important;
}

.archive-heading {
    text-transform: uppercase;
}

@media (max-width: 48rem) {
    .archive-tiles > .archive-tile {
        flex: 0 0 100%;
    }

    .archive-list-lead {
        display: none;
    }
}

.archive-tile {
    overflow: hidden;
}

.archive-tile-img {
    max-height: 17.5rem;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

.archive-tile:before {
    content: "";
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.archive-tile-title {
    z-index: 2;
}

.archive-tile:hover .archive-tile-img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.archive-list-img > img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

.archive-list-pagination > .button[pagination-control] i {
    line-height: 1.313rem;
}

.archive-list-pagination > .button[pagination-control] {
    padding: 0.3125rem 0.6875rem;
    border: 1px solid #f3f6f9;
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    min-width: 2.063rem;
    text-align: center;
    color: #535353;
    line-height: 1.313rem;
    height: 2.063rem;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 0.75rem;
    background-color: transparent;
    margin-bottom: 0;
    transition: none;
}

.archive-list-pagination > .button[pagination-control].default {
    border: 1px solid #0ac9e6;
    color: #0ac9e6;
}

.archive-list-pagination > .button[pagination-control].primary {
    background-color: #ecdf00;
    border-color: #ecdf00;
    color: #ffffff;
    pointer-events: none;
}

.archive-list-pagination > .button[pagination-control].pagination-spacer {
    border: 0;
    color: #0ac9e6;
    pointer-events: none;

}

.archive-list-pagination > .button[pagination-control].default:hover,
.archive-list-pagination > .button[pagination-control].default:focus,
.archive-list-pagination > .button[pagination-control].default:active {
    color: #ffffff;
    background-color: #535353 !important;
    border-color: #535353;
}

.float-center {
    display: flex;
    justify-content: center;
}

a > i {
    text-decoration: inherit;
}


h2.brand-widget-title {
    border-bottom: 1px solid #F29E23;
    border-top: 1px solid #F29E23;
    clear: both;
    color: #F29E23;
    font-size: 21px;
    line-height: 1.0;
    margin-bottom: -8px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
}

ul#below-nav-first {
    margin-top: 1em;
}

.same-category-post-item {
    border-bottom: 1px dotted #f3f6f9;
}

.same-category-post-item:last-child {
    border-bottom: 1px dotted #f3f6f9 !important;
}

.same-category-post-item .post-title {
    font-size: 18px;
    font-family: Lato;
    text-transform: uppercase;
    color: #F29E23;
}

.same-category-post-item p .cat-post-excerpt-more {
    display: block;
}

.same-category-post-thumbnail img {
    float: left;
    margin: 5px 10px 5px 0;
}

@media (min-width: 1018px) {
    .same-category-post-thumbnail img {
        width: 218px;
    }

    .same-category-post-item .post-title {
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
    }
}

.same-category-posts {
    display: flex;
    flex-wrap: wrap;
}

.same-category-posts .same-category-post-item {
    width: 33.33333333%;
}

.same-category-posts .same-category-post-item .wp-post-image {
    float: none;
}

.same-category-posts .same-category-post-item .post-title {
    font-size: 18px;
    text-transform: none;
    white-space: normal;
    font-weight: bold;
}

.same-category-posts .same-category-post-item p {
    display: none;
}

.same-category-post-item p {
    margin-bottom: 0;
}

.same-category-post-item .post-title {
    font-size: 18px;
    text-transform: none;
}

.same-category-post-item p {
    font-size: 12px;
    color: #000000;
    text-align: left;
}

.same-category-post-item p a {
    color: #F29E23;
}

.same-category-post-item {
    text-align: left;
    border-bottom: 1px dotted #f3f6f9;
    list-style: none;
    list-style-type: none;
    margin: 3px 0;
    padding: 3px 0;
}

.same-category-post-item:before,
.same-category-post-item:after {
    content: "";
    display: table;
    clear: both;

}

@media (max-width: 767px) {
    .same-category-post-item {
        align-items: center;
        display: flex;
        width: 100%;
    }

    .same-category-post-item .same-category-post-thumbnail {
        margin-right: 10px;
    }

    .same-category-post-item .same-category-post-thumbnail img {
        width: 120px;
    }

    .same-category-post-item p {
        display: none;
    }

    .same-category-post-item .post-title {
        flex: 1;
    }
}

@media (max-width: 1018px) and (min-width: 768px) {
    .same-category-post-item .post-title {
        position: relative;
        top: 10px;
    }

    .same-category-post-thumbnail img {
        width: 120px;
    }
}

.ad-unit:after {
    content: "";
    display: table;
    clear: both;
}

.article-pagination-container {
    position: relative;
    z-index: 50;
}

.category-block {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    position: relative;
}

.category-block > * {
    position: relative;
    z-index: 1;
}

.category-block:before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
    left: 50%;
    height: 100%;
    top: 3px;

    background-size: cover;
    background-image: url("https://platform.publabs.com/storage/images/websites/1x5VBZamAVmS3Se6agReIhnXdeceojbcEgd2fwQu.jpeg");
    background-position: center;
}

@media (max-width: 640px) {
    .category-block:after {
        background: transparent;
    }
}

.cell.auto:empty() {
  padding: 0;
}