.tab-pane {
    display: none;
}

.tab-pane.active-tab {
    display: block;
}

.tab-pane.active-tab > h2 {
    color: #0083CA;
}

.tab-pane p > a {
    color: #0083CA;
}

.tab-pane p > a:hover,
.tab-pane p > a:focus,
.tab-pane p > a:active,
.tab-pane p > a:visited,
.tab-pane p > a:link {
    color: #0083CA;
}

.tab-content .accordion:not(:last-of-type) {
    margin-bottom: 50px;
}

.tab-content .accordion > h3 {
    color: #0083CA;
    font-size: 27px;
}

.tab-content .accordion .accordion-item .acc-header {
    font-family: 'OpenSans';
    margin-top: 27px;
}

.tab-content .accordion .acc-content {
    padding-left: 54px;
    margin-top: 5px;
}

.tab-content figure {
    margin: 0;
}

.tab-content .tabbed-two-images {
    max-width: 615px;
    margin: 0 auto;
    gap: 15px;
    margin-top : 25px;
}

.tab-content .tabbed-news-two-images {
    max-width: 410px;
    gap: 10px;
    margin: 25px 0;
}

.tab-content .tabbed-news-three-images {
    max-width: 610px;
    gap: 10px;
    margin-bottom: 25px;
}

.tab-content h3,
.tab-content h3 > strong {
    color: #333;
    font-family: 'OpenSans';
    font-size: 21px;
    margin-bottom: 5px;
}

.tab-content .tab-pane h3 + p,
.tab-content .tab-pane h4 + p {
    margin-top: 0;
}

.tab-content .tab-pane h4 {
    font-family: 'OpenSans';
    font-size: 18px;
    color: #031851;
    margin: 27px 0 5px;
}

.tab-content .tab-pane ul li {
    color: #3b3b3b;
    font-family: 'OpenSans';
    line-height: 1.2;
}

.tab-content .tab-pane ul li strong {
    color: inherit;
}

.tab-content p:last-of-type:not(:only-child) {
    margin-bottom: 24px;
}

.tab-content .alt-tabbed-heading-font {
    font-family: 'OpenSans';
    font-size: 27px;
    letter-spacing: normal;
}

.tab-content .alt-tabbed-list {
    background: #DCDCDC;
    padding: 8px;
    margin: 0;
}

.tab-content .alt-tabbed-list .wp-block-group__inner-container > p:first-of-type {
    margin-top: 0;
}

.tab-content .alt-tabbed-list .wp-block-group__inner-container ul {
    margin: 0;
}

.tab-content .alt-tabbed-list .wp-block-group__inner-container ul li:last-of-type {
    margin-bottom: 0;
}

.tab-content thead tr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(75px, auto);
    background: #FFCC35;
}

.tab-content .shorter-table thead tr {
    grid-auto-rows: minmax(40px, auto);
}

.tab-content .three-col-table thead tr {
    grid-template-columns: 1fr 3fr 1fr;
}

.tab-content thead tr th {
    font-size: 18px;
    color: #0083CA;
    text-align: left;
}

.tab-content thead tr th strong {
    color: inherit;
}

.tab-content thead tr th:nth-child(4) {
    width: 200px
}

.tab-content tbody tr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(75px, auto);
    background: #0083CA;
}

.tab-content .shorter-table tbody tr {
    grid-auto-rows: minmax(40px, auto);
}

.tab-content .three-col-table tbody tr {
    grid-template-columns: 1fr 3fr 1fr;
}

.tab-content tbody tr td {
    font-size: 18px;
    color: #fff;
}

.tab-content tbody tr td:nth-child(4) {
    width: 200px
}

.tab-content tbody tr td:nth-child(5) {
    text-align: center;
}

.tab-content table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.tab-content .wp-block-table thead {
    border: inherit;
}
  
  .tab-content table th,
  .tab-content table td {
    padding: 8px;
    border: 1px solid #fff;
  }

@media only screen and (max-width: 999px) {
    .tab-pane.active-tab > h2,
    .tab-content .accordion > h3 {
        font-size: 23px;
        line-height: 1.2em;
    }

    .tab-content .accordion .accordion-item .acc-header {
        position: relative;
        font-size: 15px;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 23px;
        line-height: 1.2em;
    }

    .tab-content .accordion-item.closed .acc-header:before {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .tab-content .accordion-item .acc-header:before {
        position: absolute;
        left: 1px;
        top: 50%;
        transform: translateY(-50%);
    }

    .tab-content .accordion .acc-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .tab-content h3,
    .tab-content h3 > strong {
        font-size: 17px;
    }

    .tab-content .tabbed-two-images figure {
        display: flex;
        justify-content: center;
    }

    .tab-pane.active-tab ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tab-pane.active-tab ul > li > ul {
        margin-top: 5px;
    }

    .tab-content .tab-pane h4 {
        font-size: 15px;
    }

    .tab-content .tab-pane ul li,
    .tab-content .tab-pane ul li a {
        font-size: 15px;
    }

    .tab-content thead tr {
        grid-auto-rows: minmax(66px, auto);
    }

    .tab-content thead tr th {
        font-size: 15px;
    }

    .tab-content tbody tr td {
        font-size: 15px;
    }
}