.benefit-content {
    padding-top: 200px;
    background-color: #e5e5e5;
    position: relative;
}

@media screen and (max-width: 900px) {
    .benefit-content {
        padding-top: 150px;
    }
}

.benefit-content h1 {
    font-size: 50px;
    color: #363636;
}

.benefit-content h2 {
    font-size: 29px;
    color: #363636;
}

.benefit-content p {
    margin-bottom: 20px;
    color: #363636;
}

.benefit-content ul,
.benefit-content ol {
    margin-bottom: 20px;
    margin-left: 30px;
    color: #363636;
}

.benefit-content table {
    color: #363636;
}

.benefit-content a {
    color: #9D2235;
}

.benefits-head {
    background-color: #e5e5e5;
    padding-bottom: 120px;
}

.benefits-head a {
    text-decoration: none;
    color: #9D2235;
    font-weight: bold;
}

.benefits-tiles {
    background-color: white;
}

.benefits-content {
    background-color: white;
    padding-bottom: 80px;
}

.benefit-content-wrapper {
    width: 90vw;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .benefit-content-wrapper {
        margin: 0 5%;
    }
}

.benefit-tabs {
    position: relative;
    top: -93px;
    margin-bottom: -93px;
    display: flex;
    flex-wrap: wrap;
}

.benefit-tabs .benefit-tab {
    display: flex;
    align-items: center;
    max-width: 33%;
    flex: 0 1 33%;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 2px solid #E5E5E5;
    border-left: 2px solid #E5E5E5;
    text-decoration: none;
    padding: 28px 0;
    transition: all .2s;
}

.benefit-tabs .benefit-tab:nth-child(-n+3) {
    border-top: 2px solid #E5E5E5;
}

@media screen and (max-width: 1028px) {
    .benefit-tabs .benefit-tab:nth-child(-n+3) {
        border-top: initial;
    }
}

.benefit-tabs .benefit-tab:last-child,
.benefit-tabs .benefit-tab:nth-child(3n) {
    border-right: 2px solid #E5E5E5;
}

@media screen and (max-width: 1028px) {

    .benefit-tabs .benefit-tab:last-child,
    .benefit-tabs .benefit-tab:nth-child(3n) {
        border-right: initial;
    }
}

@media screen and (max-width: 900px) {

    .benefit-tabs .benefit-tab:last-child,
    .benefit-tabs .benefit-tab:nth-child(3n) {
        border-right: 2px solid #E5E5E5;
    }
}

@media screen and (max-width: 1028px) {
    .benefit-tabs .benefit-tab {
        max-width: 50%;
        flex: 0 1 49.5%;
    }

    .benefit-tabs .benefit-tab:nth-child(-n+2) {
        border-top: 2px solid #E5E5E5;
    }
}

@media screen and (max-width: 1028px) and (max-width: 900px) {
    .benefit-tabs .benefit-tab:nth-child(-n+2) {
        border-top: initial;
    }
}

@media screen and (max-width: 1028px) {

    .benefit-tabs .benefit-tab:last-child,
    .benefit-tabs .benefit-tab:nth-child(2n) {
        border-right: 2px solid #E5E5E5;
    }
}

@media screen and (max-width: 900px) {
    .benefit-tabs .benefit-tab {
        flex: 100%;
        width: 100%;
        max-width: initial;
        border-right: 2px solid #E5E5E5;
    }

    .benefit-tabs .benefit-tab:first-child {
        border-top: 2px solid #E5E5E5;
    }
}

.benefit-tabs .benefit-tab .benefit-icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 15px 0 25px;
}

.benefit-tabs .benefit-tab .benefit-icon-wrap .icon {
    margin-bottom: 0;
    position: relative;
    height: 55px;
    width: 55px;
    color: #9D2235;
}

.benefit-tabs .benefit-tab .benefit-icon-wrap .icon svg {
    height: 55px;
    width: 55px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s;
}

.benefit-tabs .benefit-tab .benefit-info {
    margin-bottom: 0;
    padding: 0 25px 0 15px;
}

.benefit-tabs .benefit-tab .benefit-info .benefit-title {
    color: #9D2235;
    font-weight: bold;
    margin-bottom: 0;
}

.benefit-tabs .benefit-tab .benefit-info .benefit-description {
    color: black;
    margin-bottom: 0;
    line-height: 1.4;
}

.benefit-tabs .benefit-tab:hover {
    background-color: #9D2235;
}

.benefit-tabs .benefit-tab:hover div.benefit-title {
    color: white;
}

.benefit-tabs .benefit-tab:hover div.benefit-description {
    color: white;
}

.benefit-tabs .benefit-tab:hover .benefit-icon-wrap .icon {
    color: white;
}

.benefits-anchor-content-wrap .benefit-anchor {
    max-width: 67vw;
    border-bottom: 3px solid #9D2235;
    padding: 50px 0 40px;
}

@media screen and (max-width: 900px) {
    .benefits-anchor-content-wrap .benefit-anchor {
        width: 100%;
        max-width: unset;
    }
}

.benefits-anchor-content-wrap .benefit-anchor .benefits-anchor-header {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.benefits-anchor-content-wrap .benefit-anchor .benefits-anchor-header .benefit-anchor-icon {
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    margin-right: 40px;
    color: #9D2235;
}

.benefits-anchor-content-wrap .benefit-anchor .benefits-anchor-header .benefit-anchor-icon svg {
    height: 55px;
    width: 55px;
}

@media screen and (max-width: 900px) {
    .benefits-anchor-content-wrap .benefit-anchor .benefits-anchor-header .benefit-anchor-icon {
        height: 70px;
        width: 70px;
        margin-right: 20px;
        flex: 0 0 70px;
    }

    .benefits-anchor-content-wrap .benefit-anchor .benefits-anchor-header .benefit-anchor-icon svg {
        height: 35px;
        width: 35px;
    }
}

.benefits-anchor-content-wrap .benefit-anchor .benefits-anchor-header .benefit-anchor-title {
    margin: 10px 0;
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .benefits-anchor-content-wrap .benefit-anchor .benefits-anchor-header .benefit-anchor-title {
        font-size: 30px;
    }
}

.html-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #B7B7B7;
    border-spacing: 0;
    margin: 10px 0 20px;
}

.html-table th {
    background-color: #9D2235;
    color: white;
    text-align: left;
    border: 1px solid #B7B7B7;
    padding: 10px 5px;
}

.html-table td {
    border: 1px solid #B7B7B7;
    padding: 10px 10px;
}

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

.aligncenter {
    display: block;
    padding: 0;
}

#footer.benefit-template-hide {
    display: none;
}

/*.searchheader {
  display: none; }*/

/*#menu-sidebar-button {
  display: none !important; }*/

.back-to-top {
    position: fixed;
    top: calc(100% - 80px);
    left: calc(100% - 250px);
    background-color: #9D2235;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 17px 25px 42px 25px;
    z-index: 4;
}

@media screen and (max-width: 900px) {
    .back-to-top {
        position: fixed;
        padding: 10px 15px;
        top: unset;
        left: unset;
        bottom: 0;
        right: 0;
    }
}

.back-to-top svg {
    margin-right: 10px;
}