body {
    -webkit-font-smoothing: antialiased;
}

.list-display p {
    margin: 0;
}

.article-display .article-intro a {
    border-bottom: 1px solid var(--color--tertiary);
}

#dmg_layout_internal {
    box-shadow: none !important;
}

.dmg_layout_internal_background {
    background: #FFFFFF !important;
}

#dmg_layout_internal.dmg_internal_area_weblog {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#dmg_layout_internal.dmg_internal_area_weblog #dmg_layout_internal-page {
    padding: 0;
    min-height: 700px;
}

.blog-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
}

.page-title {
    display: none;
}

.blog-hero {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
}

.hero-overlay {
    width: 96%;
    background: rgba(255,255,255,.7);
    padding: 20px;
    margin: auto;
    box-sizing: border-box;
}

.hero-gray {
    background: #e6e7e8;
    box-sizing: border-box;
    padding: 80px 20px;
    width: 100%;
}

.category-name {
    color: #000000;
    font-family: var(--font-family--heading) !important;
    font-size: 40px;
    text-align: center;
}

.blog-wrapper main {
    width: 69%;
    padding: 0 75px 30px 0;
    flex: 1;
    order: 1;
    box-sizing: border-box;
}

aside {
    width: 31%;
    min-width: 240px;
    background-color: transparent;
    background-image: linear-gradient(90deg,#f0f1f2 0%,#fff 20%);
    transition: background .3s,border .3s, border-radius .3s, box-shadow .3s;
    padding: 58px 0 30px 50px;
    order: 2;
    box-sizing: border-box;
}

aside a {
    border: 0 !important;
}

.featured-article {
    padding: 45px 0 40px 0;
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 64px;
}

.article-author {
    margin-bottom: 18px;
    line-height: 1em;
}

.article-author a {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 13px;
    color: #adadad;
}

.article-author a:hover {
    color: #adadad;
    text-decoration: none;
}

.article-title:hover {
    color: #000000;
    text-decoration: none;
}

.featured-article .list-display .article-intro,
.featured-article .list-display .article-intro p {
    font-size: 18px;
}

.featured-article .article-intro {
    margin-bottom: 10px;
}

.list-display .article-intro,
.list-display .article-intro p {
    margin: 0;
    color: #777;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .25px;
}

.article-intro img {
    max-width: 100%;
    height: auto;
}

.article-flex {
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.featured-article .article-flex {
    margin-top: 0;
}

.article-thumb {
    width: 230px;
    height: 145px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-size: cover;
}

.article-content {
    flex: 1;
}

.article-content h3 a {
    font-size: 26px !important;
    color: #000000;
    border-bottom: 0;
}

.pagination-wrap {
    margin: 40px 0 0;
    text-align: center;
}

.pagination-wrap a,
.pagination-wrap span {
    padding: 0 2px;
    display: inline-block;
}

.pagination-wrap a:hover {
    color: #000000;
}


aside h5 {
    margin: 0 0 16px !important;
    font-family: var(--font-family);
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

#dmg_layout_internal aside h5:first-child, #dmg_layout_internal aside .aside-heading:first-child {
    margin-top: 0 !important;
}

aside br {
    display: none;
}

.page-numbers.current {
    color: #e9ca0b;
}

.blog-search-submit {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: var(--color--primary);;
    border-radius: 0 50px 50px 0;
    padding: 9px 20px 9px 15px;
    border: 0;
    margin-left: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
}

.blog-search-submit:hover {
    background: #333333;
}

.blog-search-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.blog-search-form,
.blog-select {
    margin-bottom: 30px;
}

.blog-search-term {
    font-size: 15px;
    background-color: #eee !important;
    border: none !important;
    font-size: 16px;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px !important;
    line-height: 1.4;
    color: #717073;
    background-color: #f5f5f6;
    border-radius: 100px 0 0 100px;
    -webkit-appearance: none;
    flex: 1;
}

select {
    font-size: 15px;
    background-color: #eee !important;
    border: none !important;
    font-size: 16px;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px !important;
    line-height: 1.4;
    color: #717073;
    background-color: #f5f5f6;
    border-radius: 100px;
    -webkit-appearance: none;
    flex: 1;
}

#dmg_layout_internal {
    overflow: auto;
}

#dmg_layout_internal .aside-heading {
    color: #000000 !important;
    margin: 16px 0 10px !important;
    font-family:  var(--font-family);
    line-height: 1em;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    word-spacing: 0 !important;
}

.aside-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.aside-list li {
    margin-bottom: 12px;
    line-height: 1em;
}

.aside-list svg {
    width: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

.aside-list strong {
    font-weight: 600;
}

.aside-link {
    color: #717073 !important;
    font-size: 14px !important;
    line-height: 1em;
}

.aside-link-recent {
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.5em;
}

.aside-link-recent:hover {
    text-decoration: none;
}

.subscribe-flex {
    width: 100%;
    max-width: 750px;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.subscribe-body {
    padding: 50px;
    box-sizing: border-box;
    flex: 1;
}

.subscribe-photo {
    width: 290px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#vmodal-wrapper .subscribe-body h3 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: .9em !important;
    letter-spacing: 2.5px !important;
}

#vmodal-wrapper .subscribe-body h2 {
    margin-bottom: 10px !important;
    font-size: 32px !important;
    color: #0c0c0c !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    letter-spacing: .4px !important;
}

.subscribe-body p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.subscribe-email-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subscribe-email-list input[type="text"],
.subscribe-email-list input[type="email"] {
    margin-bottom: 12px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: .25px;
    background-color: #eee !important;
    border: none !important;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px !important;
    line-height: 1.4;
    color: #717073;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.subscribe-email-list button {
    margin-top: 8px;
    background-color: var(--color--primary);;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 50px;
    min-height: 40px;
    width: 100%;
    border: 0;
    font-family:  var(--font-family);
    font-size: 14px;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer
}

.subscribe-email-list button:hover {
    background: #333333;
}

.subscribe-submit:hover {
    background-color: #ffe334;
}


#vmodal-wrapper.subscribe-wrapper-wrapper .modal-content {
    padding: 0;
}

.aside-author-wrap {
    margin-bottom: 20px;
}

.aside-author-title {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1em;
    color: #717073;
    font-style: italic;
    text-align: center;
}

.aside-author {
    margin: 8px 0 5px;
    font-family: var(--font-family);
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
}

/*
============================================================================
===== ARTICLE DISPLAY
============================================================================
*/

#dmg_layout_internal .article-display h1 {
    margin: 0 0 8px !important;
    color: #000000 !important;
    font-size: 48px !important;
    font-family: 'freight-display-pro', sans-serif !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
}

.article-details {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
}

.article-details a {
    color: #666666;
}

.article-details span + span {
    margin-left: 10px;
}






/* == Desktop
============================================================================ */
@media only screen and (max-width: 1200px) {
    .blog-wrapper main {
        padding: 0 75px 30px 35px;
    }

    aside {
        padding: 58px 5px 30px 50px;
    }
}

/* == Desktop
============================================================================ */
@media only screen and (max-width: 1012px) {
    .blog-wrapper main {
        padding: 0 30px 30px 30px;
    }

    aside {
        padding: 58px 30px 30px;
    }
}

/* == Tablet
============================================================================ */
@media only screen and (max-width: 768px) {
    .subscribe-photo {
        display: none;
    }

    .blog-hero {
        height: 268px;
    }

    .blog-wrapper {
        flex-flow: column;
    }

    .blog-wrapper main {
        width: 100%;
    }

    .article-flex {
        flex-flow: column;
    }

    .article-thumb {
        width: 100%;
        height: 344px;
        margin-bottom: 20px;
    }

    aside {
        width: 100%;
    }

    .blog-search-submit {
        width: 28% !important;
    }
}

/* == Phone
============================================================================ */
@media only screen and (max-width: 544px) {
    .article-thumb {
        height: 182px;
    }

    .blog-hero {
        height: 212px;
    }

    .article-display h1 {
        font-size: 27px !important;
    }

    h2,
    h2 .article-title {
        font-size: 27px !important;
    }

    .blog-wrapper main {
        padding: 0 20px 30px 20px;
    }

}



