html {
    font-size: 14px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

a {
    color: #337ab7;
    text-decoration: underline;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: initial;
    margin-bottom: initial;
    display: -webkit-box !important;

}

.col-sm-12, .col-sm-8, .col-sm-6, .col-sm-4 {
    display: block !important;
}

.container {
    max-width: 970px;
}

.container-pdf {
    max-width: 100%;
}

.article-pdf {
    max-width: 66.666667%;
    min-width: 66.666667%;
    width: 66.666667%;
}

.col-sm-6 {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
}

div.thin_banner {
    width: 100%;
    height: 16px;
}

div.accent-border {
    width: 100%;
    height: 4px;
}

div.corp_logo img {
    max-width: 100%;
}

div.corp_slogan {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
}

.slogan_header {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: normal;
}

.inline-block {
    display: inline-block;
}

.article-body .video-title {
    font-size: 1.75rem;
    margin-top: 0px;
}

.article-footnote {
    font-size: 12px;
}

.article-info .publisher-logo.inline-block img {
    max-height: 70px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.article-info .inline-block p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.article-content {
    background: #F4F4F4;
    padding: 20px 0 15px 4%;
    overflow: auto;
}

.disclaimer {
    font-size: 13px; /* 10 pt – U.S. regulatory requirement */
    background: #E0E0E0;
    padding: 20px 4% 20px 4%;
    overflow: auto;
}

.legal-disclaimer {
    font-style: italic;
    margin-top: 30px;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.img-wrapper.feed-article-img img {
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
}

.advisor-profile.desktop {
    background: #ffffff;
    max-width: 55%;
    padding: 0 2% 15px 2%;
    margin: -20px 0 4% 4%;
}

.advisor-profile.mobile {
    padding: 10px 25px 10px 25px;
}

.advisor-image img {
    max-width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}

#profiles-sidebar .advisor-profile {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#profiles-sidebar .advisor-image:first-of-type img {
    margin-top: 0px;
}

.advisor-info.name h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.advisor-info.firm {
    margin-bottom: 15px;
}

.advisor-profile.realtor .advisor-info.firm {
    margin-bottom: 15px;
    font-weight: 600;
}

.advisor-info.social {
    margin-top: 15px;
    font-size: 24px;
}

.advisor-info.social a {
    text-decoration: none;
}

.advisor-info.social a .fa-x-twitter {
    color: #000;
}

.advisor-info.social a .fa-x-twitter:hover {
    color: #262626;
}

.advisor-info.corp_logo {
    margin-bottom: 15px;
}

.advisor-info.slogan {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-body div > .advisor-image img {
    width: auto;
}

.article-header {
    padding: 15px 4% 15px 4%;
}

.article-header h5 {
    line-height: 1.2;
}

.publisher-logo.mobile img {
    width: 100%;
    padding: 0 10px 10px 0;
}

.publisher-logo.tablet img {
    max-width: 30%;
    padding: 0px 10px 10px 0;
    float: left;
}

.media-heading {
    margin-bottom: 10px;
}

.font-blue {
    color: #1955a5;
}

.font-grey {
    color: #6e6e6e;
}

.tablet {
    display: none;
}

.desktop {
    display: none;
}

div.border-bottom {
    border-bottom: 1px solid #d5d5d5;
}

div.border-right {
    border-right: 1px solid #d5d5d5;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.vertical-align-top {
    vertical-align: top;
}

.optin-profile {
    text-align: center;
}

@media (min-width: 480px) {
    .tablet {
        display: inherit;
    }

    .tablet.tablet-block {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .tablet.tablet-block {
        display: none !important;
    }
    .desktop {
        display: none !important;
    }
}

@media (min-width: 550px) {
    .advisor-profile {
        width: inherit;
        background: white;
        padding: 10px 10px 10px 10px;
    }
}

@media (min-width: 768px) {
    .img-wrapper iframe,
    figure.img-wrapper {
        width: 50%;
        margin-bottom: 15px;
    }

    .img-wrapper.left iframe,
    figure.img-wrapper.left {
        float: left;
        margin-right: 15px;
    }

    .img-wrapper.right iframe,
    figure.img-wrapper.right {
        float: right;
        margin-left: 15px;
    }

    .img-wrapper.mid iframe,
    figure.img-wrapper.mid {
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }

    .img-wrapper.full iframe,
    figure.img-wrapper.full {
        width: 100%
    }

    .publisher-logo.desktop {
        display: table-cell;
    }

    .publisher-logo.tablet {
        display: none;
    }

    .publisher-logo-title .media-body {
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    div.border-right {
        border: none;
    }
}

.caption {
    /*padding: 0.2em 1em 0.2em 0.5em;*/
    margin: 0;
    font-weight: 400;
    /*background: #F2f2f2;*/
    font-style: italic;
    /*display: inline-block;*/
    /*z-index: 2;*/
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*left: 5px;*/
    font-size: 0.9em;
    max-width: calc(100% - 10px);
}

/* line 87, /Users/martin/Development/ascms/ascms/home/static/home/css/main.scss */
.caption p {
    margin: 0 !important;
}


@media (min-width: 845px) {
    .optin-profile {
        text-align: left;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .modal-dialog {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        max-width: none;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.help-block.with-errors {
    color: #a94442;
}

.modal-header, .modal-body, .modal-footer {
    display: block;
    padding: 1rem;
}

.modal-body.no-gutter {
    padding-bottom: 0px;
}

.embedded-optin-body {
    padding-top: .5rem;
}
.embedded-optin-body.embedded-optin-form {
    display: none;
}

#cookieAcceptDialog {
    display: none;
}

#cookieAcceptDialog.embedded-cookie-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#cookieAcceptDialog.embedded-cookie-dialog .dialog-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container > div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

p.author {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
}

.body-content {
    padding-right: 4%;
}

.rich-text {
    font-size: 16px;
}

.rich-text p {
    line-height: 24px;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}

.richtext-image {
    height: auto;
}

.richtext-image.left {
    float: left;
    width: 50%;
    margin-right: 5%;
}

.richtext-image.right {
    float: right;
    width: 50%;
    margin-left: 5%;
}

.richtext-image.full-width {
    width: 100%;
}

.media-wrapper.full,
.responsive-object {
    position: relative;
}

.media-wrapper.left {
    float: left;
    margin-right: 5%;
}

/* line 62, /Users/martin/Development/ascms/ascms/home/static/home/css/main.scss */
.media-wrapper.right {
    float: right;
    margin-left: 5%;
}

.media-wrapper.mid object,
.media-wrapper.mid embed,
.media-wrapper.mid iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.media-wrapper.full iframe,
.media-wrapper.full object,
.media-wrapper.full embed,
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media print {
    a[href]:after {
        content: "";
    }
}

.casl-consent {
    text-align: left;
}

.copyright {
    margin-top: 10px;
    margin-bottom: 10px;
}

.partner-logo img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.centsai-logo-text {
    font-family: Lato, sans-serif;
    color: #939393;
}

.article-rating {
    position: fixed;
    bottom: 20px;
    right: 20px;

    display: flex;
    justify-content: space-between;
    width: 70px;

    font-size: 30px;
}

.article-rating button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.article-rating > .fa:hover {
    color: #7f7f7f;
}

.cta-button {
    margin-top: 15px;
    white-space: normal;
    word-break: break-word;
}

.cta-button:hover, .positivly-btn:hover {
    opacity: 0.8;
}

.cta-static {
    margin: 15px 0px 0px 0px;
}

.enterprise-cta {
    display: none;
}

.positivly-container {
  margin-top: 45px;
}

.positivly-container .positivly-btn {
  border: 1px solid #dee2e6;
}

.as-connect-iframe, .as-connect-iframe > .article_page,
.as-connect-iframe > .article_page > main,
.as-connect-iframe > .article_page > main > .article-body,
.as-connect-iframe > .article_page > main > .article-body > .row,
.as-connect-iframe > .article_page > main > .article-body > .row > #article-text {
    height: 100%;
}

.as-connect-iframe .article-body {
    width: 100%;
    max-width: none;
}

.content-iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

/* Hiding this banner, may be used again in the future */
.as-connect-banner {
    padding: 15px 0px 15px 0px;
    background-color: rgba(91, 40, 131, 0.2);
    display: none;
}

.as-connect-banner .as-connect-logo {
    display: block;
    height: 40px;
    margin: 0px auto 0px auto;
}

.btn {
    text-decoration: none;
}

.btn:focus-visible {
    outline: #000000 solid 2px;
    outline-offset: 4px;
}

.btn.btn-purple {
    background-color: #5b2883;
    border-color: #5b2883;
    color: #FFFFFF;
}

.btn.btn-purple:hover {
    background-color: #7a5499;
}

#optinDismiss{
    display: none;
}
#cookieAcceptDialog{
    display: none;
}
.article-rating-withchat{
    left: 20px;
}
