#left-area ol,
.entry-content ol,
.et-l--body ol,
.et-l--footer ol,
.et-l--header ol {
    line-height: var(--dfeh-line-height-regular);
}

.main-content a:not(.btn) {
    background: none;
    text-decoration: underline!important;
}

.main-content a:not(.btn):hover {
    background: none;
}

.dfehWPLeftHalfColumn {
    padding-right: 5.5%!important;
}

.et_pb_section:nth-last-child(2):not(.noBottomMargin) {
    margin-bottom: 40px;
}

.et_pb_row,
.et_pb_fullwidth_section:not(:last-child) .et_pb_fullwidth_code {
    padding-top: 0px!important;
    padding-bottom: 65px!important;
}

.et_pb_row.thickBottom {
    padding-bottom: 95px!important;
}

.et_pb_row.thickTop {
    padding-top: 25px!important;
}

.et_pb_row.threeQuarterRow {
    padding-bottom: 50px!important;
}

.et_pb_fullwidth_image {
    position: relative;
    height: calc(100vw / 3.15);
    max-height: 525px;
    border-bottom: solid 2px var(--dfeh-color-gold);
}

.et_pb_fullwidth_image img {
    position: absolute;
    bottom: 0px;
}

a:not(.btn).et_pb_button {
    text-decoration: none!important;
    font-size: var(--dfeh-font-size-large)!important;
}

.pressReleaseHeader .et_pb_row:last-child {
    margin-bottom: -60px;
}

.pressReleaseHeader .et_pb_row:not(:last-child) {
    margin-bottom: 30px;
}

div#meta-2 {
    display: none;
}

#page-container a:not(.btn,.nav-link) {
    padding: 0;
}

@media (max-width: 980px) {
    .dfehWPLeftHalfColumn {
        padding-right: 2.5%!important;
    }

    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
        width: 47.25%;
    }

    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(2n),
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(4n) {
        margin-right: 0;
    }

    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
        margin-right: 5.5%;
    }
}

.et_pb_tabs {
    border: none;
}
ul.et_pb_tabs_controls {
    background-color: transparent;
    border-bottom: 6px solid var(--dfeh-color-teal);
}

.et_pb_tabs_controls li {
    border: none;
    margin-bottom: 0;
}
.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: var(--dfeh-color-teal);
}
.et_pb_tabs_controls li a {
    font-size: var(--dfeh-font-size-medium);
    font-weight: var(--dfeh-font-weight-light);
    text-decoration: none;
}

.et_pb_module.et_pb_tabs .et_pb_tabs_controls li a {
    padding: 10px 33px!important;
    text-decoration: none!important;
}

.et_pb_tabs_controls li:hover {
    background-color: var(--dfeh-color-lighterGrey);
}

ul.et_pb_tabs_controls li.et_pb_tab_active a {
    color: var(--dfeh-color-white)!important;
}

ul.et_pb_tabs_controls {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}