/* Roboto files match the original Mobiworkx blog; serve them locally. */
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/css/fonts/Blog/roboto-400.woff2') format('woff2');
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/css/fonts/Blog/roboto-500.woff2') format('woff2');
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/css/fonts/Blog/roboto-700.woff2') format('woff2');
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    overflow-x: clip;
}

body.blog-page {
    background: #ffffff;
    color: #000000;
    font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
}

.blog-page a {
    color: inherit;
    text-decoration: none;
}

.blog-page img {
    height: auto;
    max-width: 100%;
}

.et_pb_section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.et_pb_row {
    margin: auto;
    max-width: 1080px;
    position: relative;
    width: 80%;
}

.et_pb_row::after {
    clear: both;
    content: "";
    display: block;
}

.et_pb_column {
    min-height: 1px;
    position: relative;
}

.et_pb_column_1_3 {
    float: left;
    margin-right: 5.5%;
    width: 29.6667%;
}

.et_pb_column_2_3 {
    float: left;
    width: 64.8333%;
}

.et_pb_column_3_4 {
    float: left;
    margin-right: 3%;
    width: 74.25%;
}

.et_pb_column_1_4 {
    float: left;
    width: 22.75%;
}

.et_pb_column_4_4 {
    width: 100%;
}

.blog-header {
    background: #ffffff;
    box-shadow: 0 12px 33px -27px rgba(0, 0, 0, .3);
    position: sticky;
    top: 0;
    z-index: 999;
}

.blog-header .et_pb_section_0_tb_header {
    background: #ffffff;
    padding: 0;
}

.blog-header__row {
    align-items: center;
    display: flex;
    max-width: 100%;
    padding: 5px 0 0;
    width: 100%;
}

.blog-header .et_pb_column_0_tb_header,
.blog-header .et_pb_column_1_tb_header {
    float: none;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-header .et_pb_column_0_tb_header {
    width: 33.3333%;
}

.blog-header .et_pb_column_1_tb_header {
    width: 66.6667%;
}

.blog-header__logo {
    display: block;
    max-width: 250px;
}

.blog-header__logo img {
    display: block;
    width: 250px;
}

.blog-header__actions {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.blog-header__button {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 7px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 15px;
    transition: background-color .2s ease, color .2s ease;
    white-space: nowrap;
    text-transform: uppercase;
}

.blog-header__icon {
    display: inline-flex;
    flex: 0 0 auto;
    height: 15px;
    width: 15px;
}

.blog-header__icon svg {
    display: block;
    fill: none;
    height: 15px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    width: 15px;
}

.blog-page .blog-header__button--primary {
    background: #fe5000;
    color: #ffffff;
}

.blog-header__button--primary:hover {
    background: #000000;
    color: #ffffff;
}

.blog-header__button--light {
    background: #ffffff;
    color: #000000;
}

.blog-header__button--light:hover {
    background: #efefef;
    color: #000000;
}

.blog-hero {
    background-image: url("/images/blog/uploads/2025/03/Blog-banner_artwork.png");
    cursor: pointer;
}

.blog-hero .et_pb_fullwidth_header {
    align-items: flex-start;
    background-color: rgba(0, 0, 0, .4);
    display: block;
    position: relative;
    min-height: 637.2px;
    padding: 90px 0;
}

.blog-hero .et_pb_fullwidth_header_container {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    width: 80%;
    z-index: 2;
}

.blog-hero .header-content-container {
    max-width: 1080px;
}

.blog-hero .header-content {
    color: #ffffff;
    padding: 10px 10px 10px 0;
}

.blog-hero .et_pb_module_header {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 10px;
}

.blog-hero .et_pb_fullwidth_header_subhead {
    color: #ffffff;
    display: block;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 27.2px;
    margin-bottom: 0;
}

.blog-hero .et_pb_more_button {
    background: #fe5000;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, .3);
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
    margin: 20px 15px 0 0;
    padding: .3em 1em;
    text-transform: uppercase;
    transition: background-color .2s ease;
}

.blog-hero .et_pb_more_button:hover {
    background: #000000;
    color: #ffffff;
}

.blog-shell {
    margin-top: -2px;
    background: #fff;
    padding: 32px 0 min(4%, 54px);
}

.blog-shell .et_pb_row_0 {
    max-width: 1080px;
    width: 80%;
    padding: min(2%, 27px) 0;
}

.blog-grid {
    display: grid;
    column-gap: 3.5%;
    row-gap: 35px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.et_pb_post_extra.el_dbe_block_extended {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    display: block;
    padding-bottom: 30px;
    margin: 0;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    word-wrap: break-word;
}

.et_pb_post_extra.el_dbe_block_extended .post-content {
    flex: 1 1 auto;
    padding: 20px 30px;
}

.et_pb_post_extra .abs-url {
    display: block;
    color: transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.et_pb_post_extra .entry-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 10px 0;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.et_pb_post_extra .entry-title a {
    color: #000000;
}

.et_pb_post_extra .post-data {
    font-size: 14px;
    margin-bottom: 15px;
}

.et_pb_post_extra .post-data p {
    color: #000000;
    font-size: 14px;
    line-height: 27.2px;
    margin: 0;
    text-align: center;
}

.et_pb_post_extra .el-read-more-btn {
    margin: 5px 0 10px;
    text-align: center;
}

.et_pb_post_extra .el-read-more-btn .et_pb_button {
    background: #000000;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.7em;
    padding: 3.6px 12px;
    text-transform: uppercase;
    transition: background-color .2s ease;
}

.et_pb_post_extra .el-read-more-btn .et_pb_button:hover {
    background: #a0a0a0;
    color: #ffffff;
}

.et_pb_post_extra .post-meta {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eeeeee;
    color: #000000;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 27.2px;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
}

.et_pb_post_extra .published {
    display: inline;
}

.blog-calendar {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.ajax-pagination {
    grid-column: 1 / -1;
    margin-top: 20px;
    text-align: center;
}

.ajax-pagination .el-load-more {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7em;
    margin: 0;
    padding: .3em 1em;
    text-transform: uppercase;
}

.ajax-pagination .el-load-more:hover {
    background: #000000;
    color: #ffffff;
}

.blog-footer {
    background: #ffffff;
}

.blog-footer__top {
    background: linear-gradient(180deg, #efefef 1%, #ffffff 100%);
    padding: 24px 0 12px;
}

.blog-footer__grid {
    display: grid;
    gap: 5.5%;
    grid-template-columns: repeat(3, 1fr);
    max-width: 80%;
    padding: min(2%, 27px) 0 20px;
    width: 80%;
}

.blog-footer .et_pb_column {
    float: none;
    margin: 0;
    width: auto;
}

.blog-footer .et_pb_blurb_content {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.blog-footer .et_pb_main_blurb_image {
    display: table-cell;
    width: 40px;
    line-height: 0;
}

.blog-footer .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.blog-footer__center .et_pb_blurb_container { display: block; padding-left: 0; }

.blog-footer .et_pb_main_blurb_image img {
    display: block;
    width: 40px;
}

.blog-footer h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.blog-footer p,
.blog-footer li {
    color: #000000;
    font-size: 14px;
    line-height: 1.9em;
}

.blog-footer ul {
    margin: 0;
    padding: 0 0 14px 14px;
}

.blog-footer .et_pb_column_0_tb_footer h3 { margin-left: -10px; }
.blog-footer .et_pb_text_0_tb_footer { padding-bottom: 2px; }
.blog-footer .et_pb_text_0_tb_footer p { margin: 0; }
.blog-footer li { line-height: 26px; }

.blog-footer a {
    color: #000000;
    font-weight: 500;
}

.blog-footer a:hover {
    color: #fe5000;
}

.blog-footer__center {
    text-align: center;
}

.blog-footer__center .et_pb_blurb_content {
    display: block;
}

.blog-footer__help {
    background: #fe5000;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, .3);
    color: #ffffff !important;
    display: inline-block;
    font-size: 17px;
    line-height: 1.7em;
    margin-top: -10px;
    padding: .3em 1em;
}

.blog-footer__help:hover {
    background: #e09900;
    color: #ffffff !important;
}

.blog-footer__bottom {
    background: transparent;
    padding: 0;
    text-align: center;
}

.blog-footer__bottom .et_pb_row_1_tb_footer {
    padding: 19px 0 17px;
}

.blog-footer__copyright p {
    color: #636363;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 27.2px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.blog-footer__copyright img {
    display: block;
    margin: 0 auto;
    width: 311px;
}

.blog-footer__copyright a {
    color: #0a0a0a;
    font-weight: inherit;
}

.blog-footer__copyright a:hover {
    color: #000000;
}

.blog-footer .et_pb_row_2_tb_footer {
    max-width: 1080px;
    overflow: hidden;
    width: 80%;
    padding: min(2%, 27px) 0;
}

.blog-footer__art {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1024 / 24;
}

.blog-page--post .blog-post-layout {
    background: #ffffff;
    padding: 37px 0 min(4%, 54px);
}

.blog-page--post .blog-post-layout__row {
    max-width: 1080px;
    width: 100%;
    padding: min(2%, 27px) 0;
}

.blog-post-top-link {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 2.02%;
}

.blog-post-top-link p {
    margin: 0;
    padding: 0;
}

.blog-post-top-link a {
    color: #666666;
}

.blog-post-top-link a:hover {
    color: #000000;
}

.blog-page--post .blog-post-hero {
    padding: 30px 0 0;
    margin-bottom: 2.02%;
}

.blog-page--post .blog-post-hero__eyebrow {
    color: #666666;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 27.2px;
    margin: 0;
    text-transform: uppercase;
}

.blog-page--post .blog-post-hero__title {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    padding-bottom: 10px;
}

.blog-page--post .blog-post-hero__image {
    display: block;
    margin: 0 auto 30px;
    max-width: 780px;
    width: 100%;
}

.blog-page--post .blog-post-shell {
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 30px;
}

.blog-post-body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7em;
    margin: 0 auto;
    max-width: 860px;
}

.blog-post-body h1,
.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4,
.blog-post-body h5,
.blog-post-body h6 {
    color: #000000;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    padding-bottom: 10px;
}

.blog-post-body h1 {
    font-size: 28px;
}

.blog-post-body h2 {
    font-size: 24px;
}

.blog-post-body h3 {
    font-size: 20px;
}

.blog-post-body h4 { font-size: 18px; }
.blog-post-body h5 { font-size: 16px; }
.blog-post-body h6 { font-size: 14px; }

.blog-post-body strong,
.blog-post-body b {
    font-weight: 700;
}

.blog-post-body p {
    margin: 0;
    padding-bottom: 1em;
}

.blog-post-body a {
    color: #FE5000;
    font-weight: inherit;
}

.blog-post-body img {
    display: block;
    height: auto;
    margin: 24px auto;
    max-width: 100%;
}

.blog-post-body ul,
.blog-post-body ol {
    margin: 0;
    padding: 0 0 23px 16px;
    line-height: 26px;
}

.blog-post-back {
    background: #000000;
    border: 0;
    border-radius: 1px;
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, .3);
    color: #ffffff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7em;
    margin: 30px 0 0;
    padding: 8px 18px;
}

.blog-post-back:hover {
    background: #848484;
    color: #ffffff !important;
}

.blog-post-sidebar {
    padding-left: 0;
}

.blog-post-sidebar .et_pb_sidebar {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 30px;
}

.blog-post-sidebar h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    padding-bottom: 10px;
}

.blog-post-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-post-sidebar li {
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
    line-height: 27.2px;
    padding: 0 0 25px;
    margin: 0 0 19.5px;
}

.blog-post-sidebar h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 23.8px;
    margin: 0 0 8.5px;
    padding-bottom: 10px;
}

.blog-post-sidebar h4 a {
    font-size: 15px;
}

.blog-post-sidebar__date {
    color: #888888;
    font-size: 11.7px;
    line-height: 16.38px;
    margin-bottom: 11.7px;
}

.blog-post-sidebar li p {
    margin: 0 0 13px;
}

.blog-post-sidebar__more {
    font-weight: 700;
    text-decoration: underline !important;
}

.blog-post-sidebar a {
    color: #000000;
}

.blog-post-sidebar a:hover {
    color: #fe5000;
}

@font-face {
    font-family: BlogIcons;
    src: url('/css/fonts/Blog/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-display: block;
}

@font-face {
    font-family: BlogModules;
    src: url('/css/fonts/Blog/modules.woff') format('woff');
    font-display: block;
}

.blog-header__icon {
    display: block;
    font-family: BlogIcons;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    width: auto;
    height: auto;
    padding-right: 4.5px;
}

.blog-header__button { gap: 0; line-height: 13px; }
.blog-calendar { font: 11px BlogModules; margin-right: 5px; }
.blog-header__toggle { display: none; }
.blog-page a:focus-visible, .blog-header__toggle:focus-visible { outline: 2px solid #fe5000; outline-offset: 3px; }
.ajax-pagination [aria-disabled="true"] { opacity: .6; pointer-events: none; }

@media (max-width: 980px) {
    .blog-header__row {
        padding: 5px 0;
    }

    .blog-header .et_pb_column_0_tb_header,
    .blog-header .et_pb_column_1_tb_header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-header__actions {
        display: none;
        position: absolute;
        right: 15px;
        top: 100%;
        align-items: flex-end;
        flex-direction: column;
        gap: 10px;
        padding: 10px 0;
        z-index: 1000;
    }

    .blog-header__toggle { display: flex; align-items: center; justify-content: center; margin: 10px 0 0 auto; padding: 9px; border: 0; border-radius: 50%; background: #000; color: #fff; font: 25px/25px BlogModules; cursor: pointer; }
    .blog-header__toggle[aria-expanded="true"] + .blog-header__actions { display: flex; }
    .blog-header .et_pb_column_0_tb_header { width: 47.25%; margin-bottom: 30px; }
    .blog-header .et_pb_column_1_tb_header { width: 47.25%; margin-left: 5.5%; }
    .blog-header__logo img { width: 100%; }
    .blog-header__row { align-items: center; }
    .blog-shell { padding-bottom: 50px; }
    .blog-shell .et_pb_row_0, .blog-page--post .blog-post-layout__row { padding: 30px 0; }
    .blog-hero .header-content { width: 96%; margin: 20px auto; }
    .blog-footer__grid { padding-top: 30px; }
    .blog-footer .et_pb_row_2_tb_footer { padding: 30px 0; }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .et_pb_column_3_4,
    .et_pb_column_1_4 {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .blog-post-sidebar {
        padding-left: 0;
        padding-top: 30px;
    }

    .blog-post-sidebar .et_pb_sidebar {
        border-left: 0;
        padding-left: 0;
    }

    .blog-page--post .blog-post-layout__row {
        width: 80%;
    }

    .blog-footer__grid {
        gap: 28px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

}
