﻿/* USING BEM http://getbem.com/introduction/ */
.restrain {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
}

.text-link {
    text-decoration: underline;
    color: #bb1b18;
}

/*@font-face {
    font-family: 'SignaWeb-Book';
    src: url('../fonts/SignaWeb-Book.eot');
    src: url('../fonts/SignaWeb-Book.eot?iefix') format('eot'), url('../fonts/SignaWeb-Book.woff') format('woff');
}*/

/*@font-face {
    font-family: 'SignaWeb-Light';
    src: url('../fonts/SignaWeb-Light.eot');
    src: url('../fonts/SignaWeb-Light.eot?iefix') format('eot'), url('../fonts/SignaWeb-Light.woff') format('woff');
}
*/
/*@font-face {
    font-family: 'SignaWeb-ExtraLight';
    src: url('../fonts/SignaWeb-Extlight.eot');
    src: url('../fonts/SignaWeb-Extlight.eot?iefix') format('eot'), url('../fonts/SignaWeb-Extlight.woff') format('woff');
}*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Open-Sans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Open-Sans-Bold.woff') format('woff');
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.open-sans-light {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.open-sans-semi {
    font-family: 'Open Sans Semibold', sans-serif;
    font-weight: 500;
}

.open-sans-bold {
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 700;
}

.signa {
    /*font-family: 'SignaWeb-Book', sans-serif;*/
    font-weight: 400;
}

.signa-light {
    /*font-family: 'SignaWeb-Light', sans-serif;*/
    font-weight: 300;
}

html {
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #000;
}

@media (max-width: 767px) {
    .screen--large {
        display: none;
    }
}

@media (min-width: 768px) {
    .screen--small {
        display: none;
    }
}

.header {
    position: fixed;
    width: 100vw;
    z-index: 100;
}

.article-page .header,
.report-page .header,
.article-comment-page .header,
.info-article-page .header {
    border-top-color: #e6e6e6;
}

.header a,
.header input,
.header span a,
.header .icon {
    pointer-events: all;
}

.header__row {
    border-bottom: 1px solid #e6e6e6;
    background-color: #FFF;
    position: relative;
    z-index: 3;
    min-height: 40px;
}

.header__row-wrapper {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1366px;
    padding: 0 4rem 0 2rem;
    box-sizing: border-box;
}

.main__nav.header__row {
    background-color: #efe8df;
}

    .main__nav.header__row .header__row-wrapper {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header__row:first-child .header__row-wrapper {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .header__row-wrapper {
        padding: 0rem;
    }
}

.header__cell {
    padding: 12px 0;
}

@media (min-width: 480px) {
    .header__cell {
        padding: 10px 0;
    }
}

.header__title {
    /*font-family: 'SignaWeb-Light', sans-serif;*/
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1em;
}

@media (max-width: 479px) {
    .header__title {
        display: block;
    }
}

@media (max-width: 768px) {
    .header__title .content-hub-logo {
        margin-left: 10px;
    }
}

.header__title a {
    text-decoration: none;
    border-bottom: none;
}

.header__title .content-hub-logo a {
    /*font-family: 'SignaWeb-Light', sans-serif;*/
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border-bottom: none;
}

.header__title svg {
    width: 250px;
}

@media all and (-ms-high-contrast: none) {
    .header__title svg {
        height: 16px;
    }
}

.header__logo {
    text-align: right;
    min-width: 110px;
    box-sizing: border-box;
    font: 0/0 a;
    display: block;
}

@media (max-width: 479px) {
    .header__logo {
        display: none;
        width: 100%;
    }
}

@media (min-width: 480px) {
}

.header__logo svg {
    height: 12px;
}

@media (min-width: 480px) {
    .header__logo svg {
        height: 16px;
    }
}

.header-scroll-progress {
    height: 4px;
    background-color: #bb1b18;
    position: absolute;
    top: 0px;
    z-index: 101;
}

.main {
    display: block;
    padding-top: 106px;
}

@media (max-width: 479px) {
    .main {
        padding-top: 125px;
    }
}

.article__header {
    position: relative;
}

.article__featured-image-wrapper {
    margin: 0 10% 4rem 6%;
}

.article__featured-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.article__header-content {
    margin: 0 16% 0 15.5%;
}

@media (max-width: 767px) {
    .article__header-content {
        margin: 0 5% 0 5%;
    }
}

.article__title {
    /*font-family: 'SignaWeb-Light', sans-serif;*/
    font-weight: 400;
    line-height: 1.2em;
    font-size: 38px;
    margin: 0.6em 0 0.2em 0;
    color: #000;
}

@media (min-width: 769px) {
    h1, .article__title {
        font-size: 38px;
        color: rgb(0, 0, 0);
    }
}

.article__author {
    padding: 12px 12px 12px 24px;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #404040;
}

@media (max-width: 414px) {
    .article__author {
        padding: 0px;
        float: none;
        line-height: 28px;
    }
}

.author_byline {
    height: 75px;
    border-bottom: 2px solid #ccc;
}

.image_byline {
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    float: left;
}

@media (max-width: 480px) {
    .image_byline {
        margin-right: 15px;
    }
}

.article__body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
}

@media (min-width: 768px) {
    .article__body {
        display: flex;
    }
}

@media (max-width: 767px) {
    .article__related {
        overflow: hidden;
        height: 330px;
        border-bottom: 1px solid #e6e6e6;
        transition: height 300ms;
    }

    .related--collapsed .article__related {
        height: 3rem;
        transition: height 300ms;
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .article__related {
        flex: 0 0 25%;
        transition: flex-basis 300ms;
        border-right: 1px solid #e6e6e6;
        box-sizing: border-box;
    }

    .related--collapsed .article__related {
        flex: 0 0 10%;
        transition: flex-basis 300ms;
    }
}

.related__content {
    position: relative;
    padding: 3rem 0 1rem 0;
}

@media (min-width: 768px) {
    .related__content {
        padding: 4rem 9%;
    }
}

.related__toggle-button {
    position: absolute;
    top: 1rem;
    border: 1px solid #e6e6e6;
    display: block;
    right: -1px;
    z-index: 9;
    background-color: #FFF;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 120px;
    height: 32px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.toggle-button-label {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    color: #000;
}

.toggle-button-label--open {
    transform: translateY(-40px);
    transition: transform 200ms 300ms;
}

.related--collapsed .toggle-button-label--open {
    transform: translateY(0);
    transition: transform 200ms 300ms;
}

.toggle-button-label--close {
    transform: translateY(0);
    transition: transform 200ms 300ms;
}

.related--collapsed .toggle-button-label--close {
    transform: translateY(40px);
    transition: transform 200ms 300ms;
}

.related__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9375rem;
    margin: 1rem 0;
}

.related--collapsed .related__title {
    opacity: 0;
}

.content-list__wrapper {
    opacity: 1;
    transition: opacity 200ms 200ms;
}

.related--collapsed .content-list__wrapper {
    opacity: 0;
    transition: opacity 200ms;
}

@media (max-width: 767px) {
    .content-list__wrapper {
        position: relative;
    }
}

.related__list {
    list-style: none;
    padding: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .related__list {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
    }
}

@media (max-width: 767px) {
    .content-list__item {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
        width: 36vw;
    }
}

@media (max-width: 480px) {
    .content-list__item {
        width: 60vw;
    }
}

.content-list__item a {
    text-decoration: none;
    color: #bb1b18;
}

.content-list__item.list-item--columnist {
    background-color: #bb1b18;
    overflow: hidden;
    margin-bottom: 2rem;
}

.content-list__item-image {
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .content-list__item-image:before {
        content: " ";
        float: left;
        padding-bottom: 56.25%;
    }

    .content-list__item-image img {
        display: none;
    }

.list-item--columnist .content-list__item-image {
    border-radius: 50%;
    width: 70%;
    margin: 2rem auto 1rem auto;
}

@media (max-width: 767px) {
    .list-item--columnist .content-list__item-image {
        width: 50%;
        margin: 1rem auto 1rem auto;
    }
}

.list-item--columnist .content-list__item-image:before {
    padding-bottom: 100%;
}

.content-list__item-label {
    color: #FFF;
    text-align: center;
}

.content-list__item-title {
    white-space: normal;
    margin: 1em 0;
}

@media (min-width: 768px) {
    .content-list__item-title {
        margin: 1em 0 2em 0;
    }
}

.list-item--columnist .content-list__item-title {
    color: #FFF;
    text-align: center;
    margin-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.article__content {
    padding: 0 0 2rem 0;
}

@media (max-width: 768px) {
    .article__content {
        padding: 0rem 0 2rem 0;
    }

    .content-hub.article .article__content, .content-hub.author-list-page .article__content {
        padding: 0rem 0 2rem 0;
    }
}

@media (max-width: 480px) {
    .content-hub-author .article__content {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

.article__content .stb-btn.cta.transparent {
    border: 1px solid #333;
    color: #333;
    width: 250px;
}

@media (min-width: 768px) {

    .article--tips .article__content {
        flex: none;
    }

    .related--collapsed .article__content {
        flex: 0 0 90%;
        transition: flex-basis 200ms;
    }

    .info-article-page .article__content {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .info-article-page .article__content {
        flex: 0.8;
    }
}

.article__abstract {
    margin: 1em 0% 2em 0%;
}

    .article__abstract p {
        font-family: 'Open Sans SemiBold', 'Open Sans Regular', 'Open Sans';
        font-weight: 600;
        font-size: 20px;
        line-height: 33px;
    }

@media (max-width: 767px) {
    .article__abstract {
        margin-left: 8%;
        margin-right: 12%;
    }
}

@media (max-width: 414px) {
    .article__abstract {
        font-size: 18px;
        margin: 1em 0% 2em 0%;
    }

    .content-hub.author-list-page .article__header {
        margin: 1em 12% 2em 8%;
    }
}

.article--tips .article__abstract {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
}

@media (max-width: 1023px) {
    .article--tips .article__abstract p {
        margin: 1rem 2rem 2rem 2rem;
    }
}

.article__meta {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0;
    color: #404040;
    padding: 0 0 0 12%;
}

@media (max-width: 375px) {
    .article__meta {
        padding-left: 8%;
    }
}

.article__meta-length {
    display: inline-block;
    vertical-align: top;
    padding: 1rem 1rem 1rem 0;
    text-align: right;
    box-sizing: border-box;
}

@media (min-width: 481px) {
    .article__meta-length {
        padding-right: 2rem;
    }
}

.article__share {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #e6e6e6;
    padding: 1rem 0 1rem 1rem;
    box-sizing: border-box;
}

@media (min-width: 481px) {
    .article__share {
        padding-right: 1rem;
    }
}

.article__meta-icons {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;
}

.article--listitem__preamble {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

}

a.grid-item__content div:not(.article__meta-icons) {
    color: #000;
}

@media (min-width: 481px) {
    .article__meta-icons {
        padding: 0 10px 0 0;
    }

    .article__share .article__meta-icons {
        padding: 0 0 0 10px;
    }
}

.article__meta-icons > span {
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
}

.article__meta-link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 2rem;
    color: #666666;
    transition: color 0.5s;
    margin-right: 4px;
}

    .article__meta-link:hover {
        transition: color 0.5s;
        color: #bb1b18;
    }

.article__meta-label {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans Semibold', sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: left;
}

@media (max-width: 480px) {
    .article__share .article__meta-label {
        display: none;
    }
}

.article--tips .article__body-text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
}

.article__body-text {
    margin: 0 16% 0 15.5%;
}

    .article__body-text p {
        font-size: 2.0rem;
        line-height: 33px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .article__body-text ol li, .article__body-text ul li {
        font-size: 2.0rem;
        line-height: 1.5em;
    }

@media (max-width: 767px) {
    .article__body-text {
        margin-left: 8%;
        margin-right: 12%;
    }
}

@media (max-width: 480px) {
    .article__body-text {
        margin: 1em 5% 2em 5%;
    }
}

.article__body-text h3 {
    margin: 2em 0% 1em 0%;
}

@media (max-width: 767px) {
    .article__body-text h3 {
        margin-left: 8%;
        margin-right: 12%;
    }
}

@media (max-width: 375px) {
    .article__body-text h3 {
        margin: 2em 0% 1em 0%;
    }
}

.article__body-text .block.heroimageblock, .article__body-text .block.heroimageblock .container {
    width: 100%;
}

.article__body-text a:not(.stb-btn), .article__author a {
    color: #bb1b18;
    border-bottom: none;
    text-decoration: underline;
    transition: color 0.5s;
}

.article__body-text a.stb-btn {
    white-space: normal;
    height: auto;
    text-align: start;
}

.article__body-text a:hover {
    transition: color 0.5s;
    border-bottom-color: #bb1b18;
}

.article__body-image {
    margin: 1em 10% 1em 6%;
}

@media (max-width: 375px) {
    .article__body-image {
        margin: 1em 6% 1em 4%;
    }
}

.article__body-image img {
    width: 100%;
    height: auto;
}

.article__body-image figcaption {
    font-size: 0.8125rem;
    font-style: italic;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.article__body-image--floating {
    float: left;
    max-width: 33%;
    margin: 1rem 2rem 1rem 6%;
}

@media (max-width: 375px) {
    .article__body-image--floating {
        margin-left: 4%;
    }
}

.article__body-image--floating-right {
    float: right;
    max-width: 33%;
    margin: 1rem 10% 1rem 2rem;
}

@media (max-width: 375px) {
    .article__body-image--floating-right {
        margin-right: 4%;
    }
}

.article__quote-wrapper {
    margin: 3em 0 3em 0;
    display: inline-block;
}

    .article__quote-wrapper blockquote:before {
        content: open-quote;
    }

    .article__quote-wrapper blockquote:after {
        content: close-quote;
    }

    .article__quote-wrapper div[class*="col-sm"] {
        padding-left: 0px;
    }

@media (max-width: 414px) {
    .article__quote-wrapper {
        display: inline-block;
    }
}

.article__quote {
    font-size: 2.9rem;
    line-height: 1.25em;
    margin: 0;
    border: none !important;
    padding: 0px;
}

@media (max-width: 480px) {
    .article__quote {
        font-size: 2.75rem;
        line-height: 1.5em;
    }
}

.article__quote-source {
    margin: 1em 2rem 1em 0;
    text-align: right;
}

.article__fact-box {
    margin: 1em 16% 2em 12%;
    border: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
    .article__fact-box {
        margin-left: 8%;
        margin-right: 12%;
    }
}

@media (max-width: 375px) {
    .article__fact-box {
        margin: 1em 12% 2em 8%;
    }
}

.fact-box__header {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 2rem;
}

    .fact-box__header .custom-icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        border: 1px solid #404040;
        border-radius: 50%;
        font-family: 'Open Sans Semibold', sans-serif;
        font-weight: 500;
        font-style: normal;
        position: relative;
        width: 18px;
        height: 18px;
    }

        .fact-box__header .custom-icon span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #404040;
        }

.fact-box__title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: #404040;
}

.fact-box__body {
    padding: 1rem 2rem;
}

.fact-box__text {
    margin: 1rem 0 !important;
    font-size: 1rem;
    color: #404040;
}

    .fact-box__text .icon-link {
        color: #bb1b18;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
        margin-right: 2px;
    }

        .fact-box__text .icon-link .icon {
            font-size: 1.5em;
        }

.fact-box__list {
    margin: 1rem 0;
    padding: 0 1rem;
}

.fact-box__list-item {
    color: #404040;
    margin-bottom: 6px;
}

.inline-box {
    background-color: rgba(242, 242, 242, 1);
    margin: 2em 0 2em 0;
    padding: 30px;
    font-size: .875rem;
    line-height: 1.7;
    font-weight: 300;
}

    .inline-box p {
        margin: 0 !important;
    }

    .inline-box h1, .inline-box h2, .inline-box h3, .inline-box h4, .inline-box h5, .inline-box h6 {
        margin: 0 !important;
        margin-top: 26px !important;
    }

        .inline-box h1:first-child, .inline-box h2:first-child, .inline-box h3:first-child, .inline-box h4:first-child, .inline-box h5:first-child, .inline-box h6:first-child {
            margin-top: 0 !important;
        }

.article__advisory-wrapper {
    margin: 1em 16% 2em 12%;
}

@media (max-width: 767px) {
    .article__advisory-wrapper {
        margin-left: 8%;
        margin-right: 12%;
    }
}

@media (max-width: 375px) {
    .article__advisory-wrapper {
        margin: 1em 12% 2em 8%;
    }
}

.article__advisory {
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6 !important;
    display: block;
}

    .article__advisory:hover .article__advisory-link,
    .article__advisory:active .article__advisory-link {
        border-bottom: 1px solid #bb1b18;
    }

@media (min-width: 480px) {
    .article__advisory-content {
        display: table;
        width: 100%;
    }
}

.article__advisory-image {
    text-align: center;
    padding: 1rem 1rem 0 1rem;
}

@media (min-width: 480px) {
    .article__advisory-image {
        display: table-cell;
        width: 20%;
        min-width: 20%;
        padding-bottom: 1rem;
    }
}

.article__advisory-image img {
    height: 74px;
    width: 74px;
}

.article__advisory-info {
    box-sizing: border-box;
    padding: 1rem;
    text-align: center;
}

@media (min-width: 480px) {
    .article__advisory-info {
        display: table-cell;
        vertical-align: middle;
        width: 80%;
        min-width: 80%;
        border-left: 1px solid #e6e6e6;
    }
}

.article__advisory-link {
    font-family: 'Open Sans Semibold', sans-serif;
    font-weight: 500;
    font-size: 1.375rem;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    line-height: 1.3em;
}

.article__published {
    clear: both;
    margin: 1em 16% 1em 15.5%;
    color: #404040;
}

@media (max-width: 767px) {
    .article__published {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 375px) {
    .article__published {
        margin: 1em 12% 1em 5%;
    }
}

@media (max-width: 768px) {
    .article__tags {
        margin-right: 12%;
        margin-top: 1rem;
    }
}

.article__header .article__tags {
    margin: 0;
}

@media (max-width: 767px) {
    .article--tips .article__body-text .article__tags {
        margin: 2rem;
    }
}

.article__tags .article--tips {
    margin: 1em 16% 1em 12%;
}

.article__tag {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

.article__header-content .article__tags a {
    color: #bb1b18;
    text-decoration-color: #bb1b18;
    border-bottom: 1px solid #bb1b18;
}

.article__body-text .dark .stb-btn, .content-hub .dark .stb-btn {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.article__body-text .light .stb-btn,
.content-hub .light .stb-btn,
.content-hub .stb-btn.light {
    color: #bb1b18 !important;
}

.EPiServerForms .Form__MainBody button[type=submit] {
    color: #bb1b18 !important;
    background: transparent;
    border-style: solid;
    border-width: 1px;
}

.article__body-text .dark .stb-btn:hover, .content-hub .dark .stb-btn:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.article__body-text .stb-btn:hover, .content-hub .stb-btn:not(.cta):hover {
    border: 1px solid #bb1b18 !important;
    background-color: transparent !important;
}

.article__body-text .stb-btn.green:hover {
    background-color: #6c8524 !important;
    border:none !important;
}
    .article__body-text .article__tag {
        border-bottom: 1px solid #bb1b18 !important;
    }

.article__header .article__tag {
    color: #bb1b18;
    border-color: #bb1b18;
}

.article__tip-row {
    margin: 6rem 0;
}

@media (min-width: 768px) {
    .article__tip-row:not(.no-image) {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .article__tip-row.row--reverse {
        flex-flow: row-reverse;
    }
}

.article__tip-column {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .article__tip-column {
        flex: 0 0 41%;
    }
}

@media (max-width: 767px) {
    .article__tip-column {
        text-align: center;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .article__tip-column {
        padding: 0 6%;
    }

        .article__tip-column:first-child {
            padding: 0 20% 0 20%;
        }
}

@media (min-width: 768px) {
    .row--reverse .article__tip-column {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .article__tip-column:last-child {
        flex: 0 0 59%;
        padding-left: 4rem;
    }
}

@media (min-width: 768px) {
    .row--reverse .article__tip-column:last-child {
        padding-left: 0;
        padding-right: 4rem;
    }
}

.no-image .article__tip-column {
    flex: none;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .no-image .article__tip-column:first-child {
        display: none;
    }

.article__tip-image {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

    .article__tip-image:before {
        content: " ";
        float: left;
        padding-bottom: 100%;
    }

    .article__tip-image img {
        display: none;
    }

.article__tip-header {
    margin: 0 0 1em 0;
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1em;
    color: #666666;
}

.tip--chronological .article__tip-header {
    font-size: 3.5rem;
    margin: 0 0 0.5em 0;
}

@media (min-width: 769px) {
    .article__tip-header {
        font-size: 2rem;
    }

    .tip--chronological .article__tip-header {
        font-size: 74px;
    }
}

@media (max-width: 767px) {
    .article__tip-header {
        margin-top: 4rem;
    }
}

.article__tip-description {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-image .article__tip-description {
    max-width: 680px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-grid {
    padding-bottom: 2rem;
}

.section-grid--single .section-grid__wrapper {
    max-width: 1800px;
}

.section-grid--reverse .section-grid__content {
    flex-flow: wrap-reverse;
}

.section-grid__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1366px;
}

.section-grid__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.0rem;
    margin: 2rem 2rem 1rem 3rem;
}

@media (max-width: 768px) {
    .section-grid__title {
        padding-left: 5%;
        padding-right: 5%;
        margin: 0;
    }
}

.section-grid__content {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 0;
}

@media (max-width: 1023px) {
    .section-grid--single .section-grid__content {
        padding: 0;
    }

    .section-grid--two-thirds .section-grid__content {
        padding: 0;
    }
}

.grid-item {
    flex: 0 0 50%;
}

.grid-item-three {
    flex: 0 0 33.333333333%;
}

@media(width: 768px) {
    .grid-item-three {
        flex: 0 0 50%;
    }
}

.grid-item-two-of-three {
    flex: 0 0 66%;
}
@media(max-width: 768px) {
    .content-hub-author .grid-item-two-of-three {
        flex: 0 0 50%;
    }
}
.section-grid--four .grid-item {
    flex-basis: 25%;
}

.section-grid--two .section__grid-item {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .section-grid--four .grid-item {
        flex-basis: 50%;
    }
}

.section-grid--two-thirds .grid-item {
    flex: 0 0 100%;
}

@media (min-width: 1024px) {
    .section-grid--two-thirds .grid-item.grid-item--default {
        flex: 0 0 33.333333333%;
        max-width: 408px;
    }
}

@media (width: 1024px) {
    .section-grid--two-thirds .grid-item.grid-item--default {
        max-width: 340px;
    }
}

@media (max-width: 480px) {
    .grid-item, .grid-item-three, .grid-item-two-of-three {
        flex-basis: 100% !important;
    }
}

.grid-item--full {
    flex: 0 0 100%;
}

.section-grid--two-thirds .grid-item--full {
    flex: 0 0 100%;
}

@media (max-width: 1023px) {
    .section-grid--two-thirds .grid-item--full {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .section-grid--two-thirds .grid-item--full {
        order: 1;
    }
}

@media (min-width: 1024px) {
    .section-grid--two-thirds .grid-item--full {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.66666667%);
    }
}

.grid-item--full .grid-item__content:hover .grid-item__image:after {
    transition: all 0.5s;
    height: 200%;
}

.grid-item--full .grid-item__content:hover .grid-item__title {
    text-decoration: none;
}

    .grid-item--full .grid-item__content:hover .grid-item__title .icon {
        color: inherit;
    }

.grid-item__wrapper {
    padding: 16px 32px;
    box-sizing: border-box;
}

.section-grid--two-thirds .grid-item__wrapper {
    padding-left: 32px;
    padding-right: 32px;
}

@media (width: 1024px) {
    .grid-item__wrapper, .section-grid--two-thirds .grid-item__wrapper {
        padding: 16px 22px;
    }
}

@media (max-width: 768px) {
    .grid-item__wrapper, .section-grid--two-thirds .grid-item__wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

    .section-grid--two-thirds .section__grid-item.grid-item.grid-item--full .grid-item__wrapper {
        padding-bottom: 0px;
    }

    .section-grid--two-thirds .section__grid-item.grid-item.grid-item--default .grid-item__wrapper {
        padding-top: 0px;
    }
}

.section-grid--single .grid-item__wrapper {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1023px) {
    .grid-item--full .section-grid--two-thirds .grid-item__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.grid-item__content {
    display: block;
    text-decoration: none;
    color: #000;
}

a.grid-item__content {
    border: none !important;
}

    a.grid-item__content:visited, a.grid-item__content:hover {
        color: #000;
    }

.grid-item__content:hover .grid-item__title {
    text-decoration: underline;
}

    .grid-item__content:hover .grid-item__title .icon {
        color: #bb1b18;
    }

.grid-item--columnist .grid-item__content {
    background-color: #bb1b18;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

    .grid-item--columnist .grid-item__content:before {
        content: " ";
        float: left;
        padding-bottom: 56.25%;
    }

.grid-item__image {
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.grid-item--full .grid-item__image {
    position: relative;
}

.grid-item--columnist .grid-item__image {
    border-radius: 50%;
}

    .grid-item--columnist .grid-item__image:before {
        padding-bottom: 100%;
    }

@media (max-width: 1024px) {
    .grid-item--columnist .grid-item__image {
        flex: 0 0 40%;
    }
}

.grid-item__image:before {
    content: " ";
    float: left;
    padding-bottom: 56.25%;
}

.grid-item__image img {
    display: none;
}

.grid-item__image-wrapper {
    display: none;
}

@media (min-width: 1024px) {
    .grid-item__image-wrapper {
        display: block;
        flex: 0 0 50%;
    }
}

@media (min-width: 1024px) {
    .grid-item__image-content {
        padding: 2rem;
        box-sizing: border-box;
    }
}

.grid-item__info {
    text-align: center;
    color: #FFF;
    margin: 0 auto;
}

    .grid-item__info .grid-item__icons {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

@media (min-width: 1024px) {
    .grid-item__info {
        flex: 0 0 50%;
        text-align: left;
        padding-left: 1rem;
        box-sizing: border-box;
    }
}

.grid-item__title {
    color: #bb1b18;
    line-height: 1.2em;
    margin-top: 10px !important;
    /*font-family: 'SignaColumn Light', 'SignaColumn';*/
    font-weight: 300;
}

h1.grid-item__title {
    font-size: 38px;
}

h2.grid-item__title {
    font-size: 32px;
}

@media (max-width: 767px) {
    .grid-item__title {
        font-size: 2.375rem;
    }
}

.section-grid--four .grid-item__title {
    font-size: 2.5625rem;
}

@media (max-width: 767px) {
    .section-grid--four .grid-item__title {
        font-size: 2.375rem;
    }
}

.section-grid--two-thirds .grid-item__title {
    font-size: 2.5625rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-grid--two-thirds h1.grid-item__title {
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    word-break: break-word;
}

.section-grid--four .grid-item--simple .grid-item__title {
    margin-top: 0 !important;
}

.grid-item--full .grid-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    /*font-family: 'SignaWeb-Light', sans-serif;*/
    font-weight: 300;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.2em;
    color: #FFF;
    padding: 0 10%;
    box-sizing: border-box;
    margin-bottom: 1.1em;
}

@media (min-width: 1024px) {
    .grid-item--full .grid-item__title {
        font-size: 4.25rem;
    }
}

@media (max-width: 767px) {
    .grid-item--full .grid-item__title {
        font-size: 2rem;
    }
}

@media (max-width: 375px) {
    .grid-item--full .grid-item__title {
        font-size: 2.375rem;
    }
}

.grid-item--default .grid-item__title .icon {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    margin-left: 5px;
    font-size: 0.7em;
}

.grid-item--columnist .grid-item__title {
    color: #FFF;
    font-size: 1.5625rem;
    margin: 0.4em 0;
}

.section-grid--two-thirds .grid-item--full .grid-item__title {
    bottom: 1rem;
}

@media (min-width: 1024px) {
    .section-grid--two-thirds .grid-item--full .grid-item__title {
        font-size: 48px;
    }

        .section-grid--two-thirds .grid-item--full .grid-item__title .grid-item__icons {
            font-size: 16px;
        }
}

@media (max-width: 1023px) {
    .section-grid--two-thirds .grid-item--default .grid-item__title {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .section-grid--two-thirds .grid-item--default .grid-item__title {
        font-size: 34px;
    }
}

.grid-item__icons,
.grid-item__icons .icon {
    font-size: 0.8em;
}

.grid-item__abstract {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 2.5rem;
}


/************START FIXES BY STOREBRAND*****************/

/*Video responsive code*/
.stb-video-container {
    position: relative;
    padding-bottom: 51.25%; /*56.25%*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 30px;
}

    .stb-video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width: 768px) and (max-width: 1200px) {
    .stb-video-container {
        padding-bottom: 49.5%;
    }
}

@media (max-width: 768px) {
    .stb-video-container {
        padding-bottom: 50%;
    }
}

/*Top line fix*/
.tips-page .header,
.comment-page .header {
    border-top-color: #e6e6e6;
}

/*List margin fix*/
.article__body-text > ul, .article__body-text > ol {
    margin: 1em 16% 1em 11%;
    font-size: 1.125rem;
    line-height: 1.5em;
}

/*Factbox fix*/
.fact-box__body > p {
    color: #404040;
    font-size: 1rem;
    margin: 1rem 0 !important;
}

/* h style margin settings*/
.article__body-text h2, .article__body-text h3, .article__body-text h4, .article__body-text h5 {
    margin: 1em 0% 1em 0%;
}

.article__body-text h2 {
    font-size: 24px;
    font-family: 'Open Sans Semibold', sans-serif;
}



.article__body-text ul.stb, .article__body-text ol.stb {
    margin: 2em 0% 1em 0%;
}

@media (max-width: 480px) {
    .article__body-text ol.stb {
        margin: 1em 5% 2em 5%;
    }
}

/* fix for factbox-title */
h2.fact-box__title {
    margin: 0;
}


@media (max-width: 480px) {
    .article__body-text h2 {
        margin: 1em 0% 1em 0%;
    }
}


/*Tips header two lines*/
.article__tip-header {
    line-height: 1em;
}

/*Figcaption fix*/
.article__body-text figcaption {
    font-size: 0.8125rem;
    font-style: italic;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

/*Position for title in comment*/
.grid-item--columnist .grid-item__title {
    padding: 1px;
    position: relative;
    text-align: left;
}

/**Fix for clenPage and placing**/
#clean-page .article__content {
    margin-left: 12%;
}


.article.article--tips .article__body-text .article__tag {
    border: 1px solid #bb1b18 !important;
    color: #bb1b18 !important;
}

@media (max-width: 375px) {
    .grid-item--full .grid-item__title, h2.grid-item__title, .section-grid--two-thirds .grid-item--full .grid-item__title {
        margin-top: 20px !important;
        bottom: 0px;
    }

    h2.grid-item__title {
        font-size: 28px;
    }
}

.social_wrapper {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 24px;
    padding-bottom: 2rem;
}
    .social_wrapper .stb-btn{
        margin-top: 12px;
        width: 250px;
    }
    .social_wrapper span {
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 14px;
    }

ul.social {
    clear: both;
    display: -webkit-box;
    margin: 15px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    ul.social li {
        list-style: none;
        display: -webkit-box;
        vertical-align: baseline;
        margin: 0px 15px;
    }

        ul.social li:last-child {
            padding-bottom: 9px;
        }

        ul.social li a {
            border: none;
        }
/************END FIXES BY STOREBRAND*****************/

.main-nav span {
    padding: 0 21px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 2px;
    list-style: none;
    overflow: hidden;
    float: left;
}

.main-nav a {
    color: rgb(0, 0, 0);
    border-bottom: none !important;
}

    .main-nav a.active {
        font-weight: bold;
    }

    .main-nav a:hover {
        border-bottom: 1px solid rgb(0, 0, 0) !important;
    }

.content-hub {
    padding-top: 15rem;
}

    .content-hub .block.heroimageblock div.v-center {
        margin: auto;
    }

        .content-hub .block.heroimageblock div.v-center div.banner-box {
            text-align: center;
            margin-left: 15px;
            margin-right: 15px;
        }

@media (max-width: 768px) {
    .content-hub .block.heroimageblock {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 25px;
    }

        .content-hub .block.heroimageblock .banner-box {
            margin-left: 2rem;
            margin-right: 2rem;
        }
}

.header__cell #nav-toggle {
    border-bottom: none;
}

.header__cell .nav {
    margin-right: 20px;
    margin-bottom: 7px;
}
/*@media (max-width: 991px) {
    .header__title.header__cell .row > div {
        margin-bottom: 0px;
    }

    .header__title.header__cell .logo {
        float: right;
    }
}*/


.header__cell #nav-toggle.active span {
    background-color: transparent;
}

.header__cell #nav-toggle span, .header__cell #nav-toggle span::before, .header__cell #nav-toggle span::after {
    background: #bb1b18;
}

.header__cell #mobilemenu, .header__cell #mobilemenu ul.nav-tabs {
    border-bottom: none;
}

    .header__cell #mobilemenu, .header__cell #mobilemenu ul.nav-tabs li.tab-box {
        padding-top: 0px;
        font-size: 18px;
    }

        .header__cell #mobilemenu ul.nav-tabs, .header__cell .nav > li > a:hover {
            background: #fff;
        }

            .header__cell #mobilemenu ul.nav-tabs li {
                width: 100%;
            }

                .header__cell #mobilemenu ul.nav-tabs li a {
                    float: right;
                    font-family: 'Open Sans';
                    font-size: 20px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                    .header__cell #mobilemenu ul.nav-tabs li a:not(.stb-btn){
                        text-align: end;
                    }
                    .header__cell #mobilemenu ul.nav-tabs li a.stb-btn {
                        width: 140px;
                        height: 40px;
                        border-radius: 0;
                        color: #fff;
                        padding-top: 7px;
                    }

                .header__cell #mobilemenu ul.nav-tabs li.active {
                    font-weight: 700;
                }

                .header__cell #mobilemenu ul.nav-tabs li.tab-box:first-child {
                    padding-top: 10px;
                }

                .header__cell #mobilemenu ul.nav-tabs li.tab-box:last-child {
                    width: 100%;
                    padding-right: 0px;
                    padding-bottom: 10px;
                }

                .header__cell #mobilemenu ul.nav-tabs li.tab-box.header-menu-item a {
                    color: rgba(108, 133, 36, 1);
                }

.header__cell #mobilemenu {
    right: 15px;
    position: absolute;
    left: calc(100% - 260px);
    top: 70px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 242, 242);
}

.article.content-hub .block {
    clear: both;
}

@media (max-width: 768px) {
    .content-hub {
        width: 100%;
        padding-top: 70px;
    }
}

.content-hub-footer.stb-footer h5 {
    margin-top: 0px;
    padding-top: 0px;
}

@media (width: 768px) {
    .content-hub-footer.stb-footer h5 {
        margin-left: 12px;
    }
}

.content-hub-footer.stb-footer ul.social li:first-child {
    margin-left: 0px;
}

@media (max-width: 768px) {
    .content-hub-footer.stb-footer ul.social {
        float: none;
    }
}

@media (max-width: 480px) {
    .content-hub-footer.stb-footer ul.social {
        float: left;
    }
}


@media (max-width: 480px) {
    .content-hub-footer.stb-footer {
        padding-bottom: 0px;
    }

        .content-hub-footer.stb-footer .row {
            margin-left: 0px;
            margin-right: 0px;
        }

        .content-hub-footer.stb-footer h5 {
            margin-top: 10px;
        }
}

.content-hub-footer.stb-footer .container .row a {
    display: block;
    border-bottom: none;
    margin-bottom: 1rem;
}

.content-hub-footer.stb-footer .container .row ul.social li:last-child {
    padding-bottom: 14px;
}

@media (max-width: 480px) {
    .section-grid__wrapper .block.contentareacontainerblock {
        margin-right: 0%;
        margin-left: 0%;
    }
}

@media (min-width: 1366px) {
    .block.contentareacontainerblock .container, .stb-footer.content-hub-footer .container {
        width: 1366px;
    }

        .block.contentareacontainerblock .container div[class*="col-sm"], .teaser-main .block.heroimageblock {
            padding-left: 32px;
            padding-right: 32px;
            margin-bottom: 25px;
        }

    .block.heroimageblock {
        max-width: 1366px;
        margin: 0 auto;
    }
}

@media (max-width: 1366px) {
    .section-grid__wrapper .block.contentareacontainerblock .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.section-grid__wrapper .block.contentareacontainerblock .block.heroimageblock {
    padding-bottom: 40px;
}

.content-hub.author-list-page .section-grid .grid-item__title {
    text-align: center;
    margin-right: 0px;
    width: 100%;
}

.content-hub.author-list-page .section-grid .article__meta-icons {
    padding: 0px;
    width: 100%;
}

    .content-hub.author-list-page .section-grid .article__meta-icons .grid-item__title {
        margin-bottom: 0.8rem;
    }

    .content-hub.author-list-page .section-grid .article__meta-icons span.author-title {
        width: 100%;
        text-align: center;
        color: #666;
    }

@media (max-width: 480px) {
    .content-hub.author-list-page .article__header {
        margin: 0;
    }
}

.content-hub.content-hub-author .article__header {
    margin-bottom: 20px;
}

    .content-hub.content-hub-author .article__header h1 {
        margin-bottom: 0px;
    }

    .content-hub.content-hub-author .article__header span.author-title {
        color: #666;
        margin-top: 0px;
        font-size: 18px;
    }

.content-hub.content-hub-author .section-grid__title {
    /*font-family: 'SignaColumn Light', 'SignaColumn';*/
    font-weight: 300;
    font-size: 32px;
    text-transform: none;
    color: #404040;
    line-height: 33px;
}

.content-hub.content-hub-author .section-grid--two .grid-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
}
.content-hub.content-hub-author .section-grid--four .section-grid__content .section__grid-item {
    flex-basis: 24%;
}

.content-hub.content-hub-author .grid-item .grid-item__image {
    width: 220px;
    height: 220px;
    float: left;
}

@media (max-width: 480px) {
    .content-hub.content-hub-author .grid-item .grid-item__image {
        width: 100%;
        height: auto;
        float: none;
    }
}

.content-hub.content-hub-author .grid-item .grid-item__content-wrapper {
    display: inline-block;
    padding-left: 25px;
    width: 75%;
}

@media(max-width: 768px) {
    .content-hub.content-hub-author .grid-item .grid-item__content-wrapper {
        width: 66%;
        height: 230px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .content-hub.content-hub-author .grid-item .grid-item__content-wrapper {
        width: 100%;
        padding-left: 0px;
    }
}

.grid-item .article__tags, .grid-item-three .article__tags {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 12px;
}

.content-hub.content-hub-author .grid-item .article__preamble,
.content-hub.content-hub-author .grid-item__wrapper p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

@media (max-width: 375px) {
    .content-hub.content-hub-author .section-grid__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .content-hub.content-hub-author .grid-item--content {
        order: 2;
    }
}

div.row div > h2:first-child {
    margin: 2px 12px 6px 0;
}
