html {
    border: 0;
    background-color: var(--color-white);
}

body {
    background-color: var(--color-white);
    font-family: var(--font-BradfordLL-regular);
}

.wrapper {
    background-color: var(--color-white);
}

.wrapper #scroll-to-top {
    display: none;
}

.bg-blue {
    background-color: var(--color-light-blue) !important;
}

.container {
    max-width: var(--container-width) !important;
    width: 100% !important;
    padding: 0 !important;
}

.carousel_container {
    padding-bottom: 100px;
}

section#headline {
  border: none;
  padding: 0 0 50px 0;
}

section#headline h3 {
    color: var(--color-black);
    font-family: var(--font-ABCDiatype-bold);
    font-size: 58px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    text-align: left;
    padding: 0 !important;
    margin: 0;
    border-bottom: none;
}

.blox .wpb_row.full-row .vc_col-sm-12 > .vc_column-inner {
    padding: 0 !important;
}

.blox .vc_col-sm-12 .wpb_row.top-border {
    margin: 0 !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.theme-content.top-border > .vc_column_container {
    padding: 0;
}

.theme-content.top-border {
    border-top: 1px solid var(--color-black);
    padding-top: 30px;
}

.theme-content h2 {
    text-align: left;
    margin-top: 0;
    font-size: 58px;
    font-family: var(--font-ABCDiatype-bold);
    color: var(--color-black);
    text-transform: uppercase;
}

.theme-content, .theme-content p {
    font-size: 24px;
    font-family: var(--font-ABCDiatype-bold);
    color: var(--color-black);
    line-height: 110%;
}

.theme-content a.more {
    font-size: 14px;
    font-family: var(--font-ABCDiatype-bold);
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
    text-decoration: underline;
}

.theme-content.grid-posts h3 {
    font-family: var(--font-ABCDiatype-bold);
    line-height: 110%;
    font-size: 24px;
    text-transform: uppercase;
}

.theme-content.grid-posts, .theme-content.grid-posts a {
    font-size: 15px;
    font-family: var(--font-BradfordLL-regular);
    line-height: 125%;
    color: var(--color-black);
    text-decoration: none;
    text-transform: none;
}

.theme-content.grid-posts img {
    height: 312px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.theme-content.grid-posts a.more {
    font-size: 14px;
    font-family: var(--font-ABCDiatype-bold);
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
    text-decoration: underline;
}

.theme-content.custom_carousel .vc-programming-img {
    background-size: cover;
}

.theme-content.custom_carousel h2 {
    font-family: var(--font-ABCDiatype-bold);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-black);
    margin-bottom: 0;
    border-bottom: none;
    line-height: 110%;
    text-transform: uppercase;
}

.theme-content.custom_carousel .vc-programming-button {
    font-family: var(--font-ABCDiatype-bold);
    font-weight: 700;
    font-size: 14px;
    color: var(--color-black);
    border: 0;
    padding: 0;
    border-radius: 0;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}

.featured-posts--post-title {
    font-family: var(--font-ABCDiatype-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--color-black);
    padding-top: 5px;
    text-transform: uppercase;
}

.featured-posts--post-subtitle {
    font-family: var(--font-ABCDiatype-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--color-black);
    padding-top: 15px;
    text-transform: uppercase;
}

.featured-posts--post-subtitle .featured-posts--post-date {
    font-family: var(--font-ABCDiatype-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--color-black);
    padding-top: 5px;
    text-transform: uppercase;
}

.blogs-all-posts--post-title {
    font-family: var(--font-ABCDiatype-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--color-black);
    padding-top: 5px;
    text-transform: uppercase;
}

.blogs-all-posts--post-subtitle {
    font-family: var(--font-ABCDiatype-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color-black);
    padding-top: 15px;
    text-transform: uppercase;
}

.blogs-all-posts--post-date {
    font-family: var(--font-ABCDiatype-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color-black);
    padding-top: 5px;
    text-transform: uppercase;
}

a.button, a.button.bordered-bot, div.button, a.button.green {
    padding: 11px 10px;
    font-size: 14px;
    transition: box-shadow 0.2s linear;
    border-radius: 0;
    background: transparent !important;
    color: var(--color-black);
    border-color: var(--color-black);
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 0 !important;
    font-family: var(--font-ABCDiatype-bold);
    font-weight: 700;
}

a.button.bordered-bot.large {
  margin-bottom: 0;
}

a.button, a.button.bordered-bot:hover {
  text-decoration: none;
  border-color: var(--color-black);
}

@media screen and (max-width: 1470px) {
    .container {
        padding: 0 15px !important;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .blox .wpb_row.full-row .vc_col-sm-12 > .vc_column-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .theme-content, .theme-content p {
        font-size: 22px;
    }

    .theme-content h2 {
        font-size: 38px;
        margin-bottom: 50px !important;
    }
}