.wf {
    font-family: Inter, sans-serif;
    font-weight: 400
}

.wf-m {
    font-family: Inter, sans-serif;
    font-weight: 500
}

.wf-b {
    font-family: Inter, sans-serif;
    font-weight: 700
}

.wf-alt {
    font-family: 'Bebas Neue', serif;
    font-weight: 400
}

.wrap {
    margin: auto;
    max-width: 1140px;
    padding: 0 20px
}

@media only screen and (min-width:980px) {
    .wrap {
        padding: 0 15px
    }
}

.rtf {
    position: relative
}

.rtf:not(.bg-color-default) {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.rtf:not(.bg-color-default) .block-wrap {
    margin: auto;
    max-width: 1140px;
    padding: 0 20px
}

@media only screen and (min-width:980px) {
    .rtf:not(.bg-color-default) .block-wrap {
        padding: 0 15px
    }
}

@media only screen and (min-width:768px) {
    .rtf.style-default.has-squiggle .rtf-content {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .rtf.style-default.has-squiggle .rtf-content h2:first-child:after {
        left: 0;
        transform: translate(0, 0)
    }
}

.rtf.bg-color-gold-top {
    min-height: 300px
}

.rtf.bg-color-gold-top:after {
    height: 300px
}

@media only screen and (min-width:768px) {
    .rtf>.block-wrap {
        display: flex
    }
}

.rtf .rtf-title+.col-wrap {
    padding-top: 1em
}

@media only screen and (min-width:768px) {
    .rtf .rtf-content {
        flex-grow: 1;
        width: 70%
    }
}

@media only screen and (min-width:768px) {
    .rtf .rtf-content .col-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media only screen and (min-width:768px) {
    .rtf .rtf-content .col-wrap .col {
        width: 48.5%
    }
}

@media only screen and (min-width:1140px) {
    .rtf .rtf-content .col-wrap .col {
        width: 47.5%
    }
}

@media only screen and (max-width:767px) {
    .rtf .rtf-content .col-wrap .col+.col {
        margin-top: 2em
    }
}

@media only screen and (min-width:768px) {
    .rtf .rtf-content+.sidebar-wrap {
        margin-left: 30px
    }
}

@media only screen and (min-width:768px) {
    .rtf .sidebar-wrap {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        padding-left: 30px;
        width: 30%
    }
}

.rtf .sidebar-wrap .search-form label {
    display: block
}

.rtf .sidebar-wrap .search-form .field-wrap {
    display: flex
}

.rtf .sidebar-wrap .search-form .field-wrap input {
    background: #eee;
    border: none;
    cursor: pointer;
    display: inline;
    flex-grow: 1;
    padding: 8px 16px;
    text-decoration: none;
    transition: all .2s ease
}

.rtf .sidebar {
    margin: 35px 0 0 0;
    text-decoration: none
}

.rtf .cta {
    display: block;
    text-decoration: none
}

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

.rtf h2,
.rtf h3,
.rtf h4 {
    /* max-width: 750px COMMENTED OUT BY PENTERA */
}

.rtf.align-default .sidebar-wrap {
    align-content: flex-start
}

.rtf.align-middle .sidebar-wrap {
    align-content: center
}

.rtf.align-space-evenly .sidebar-wrap {
    align-content: space-evenly
}

.rtf.align-bottom .sidebar-wrap {
    align-content: flex-end
}

.rtf.align-both .rtf-content,
.rtf.align-both .sidebar-wrap {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width:768px) {
    .rtf.position-left .block-wrap {
        flex-direction: row-reverse
    }
}

@media only screen and (min-width:768px) {
    .rtf.position-left .rtf-content+.sidebar-wrap {
        border-left: none;
        margin-left: 0;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 30px
    }
}

.rtf.style-featured {
    text-align: center
}

.rtf.style-featured .rtf-content {
    flex-grow: initial;
    margin: 0 auto;
    max-width: 750px
}

.rtf.style-featured .rtf-content .link-wrap {
    margin-top: 2em
}

@media only screen and (max-width:979px) {
    .rtf.alignfull {
        padding-left: 25px;
        padding-right: 25px
    }
}

.rtf.alignfull h2,
.rtf.alignfull h3,
.rtf.alignfull h4,
.rtf.alignfull p,
.rtf.alignfull ul {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.rtf.alignfull .social-bar-cta .nav-social ul {
    justify-content: center
}