#hero-section {
    padding: 140px 20px 80px;
    background: var(--banner-bg) no-repeat;
    background-size: 100% 100%;
    color: var(--color-white);
}
#hero-section .section-container {
    padding: 0;
}
#hero-section .col-left {
    width: 60%;
}
body.page-id-63183 #hero-section .col-left,
body.page-id-62052 #hero-section .col-left,
body.page-id-61481 #hero-section .col-left {
    width: 70%;
}
#hero-section .page-title {
    margin-bottom: 20px;
    font-size: var(--font-size-4xl);
    font-weight: 700;
    line-height: 1.33;
    color: var(--color-white);
}
#hero-section .subtitle-date {
    font-weight: 600;
    line-height: 25px;
}

#main-content {
    padding: 90px 0;
}
body.page-id-61481 #main-content {
    padding-top: 50px;
}
#main-content .section-container {
    padding: 0 20px;
}

#main-content .entry-content {
    font-size: var(--font-size-base);
    line-height: 1.31;
}
#main-content .entry-content p {
    margin-bottom: 15px;
}
#main-content .entry-content h2 {
    margin-top: 44px;
    margin-bottom: 30px;
    padding: 0;
    font-size: var(--font-size-4xl);
    text-align: left;
}
#main-content .entry-content p + h3,
#main-content .entry-content p + h4 {
    margin-top: 48px;
    padding-bottom: 0;
    font-weight: 700;
}
#main-content .entry-content h2:first-child {
    margin-top: 8px;
}
#main-content .entry-content table thead td,
#main-content .entry-content table thead th {
    background: var(--t-sblue);
    color: var(--color-white);
    font-size: 13px;
    font-weight: 700;
}

#main-content .entry-content table.color-table {
    max-width: 960px;
    margin: 30px auto;
}
body.page-id-62052 #main-content .entry-content table.color-table,
body.page-id-63175 #main-content .entry-content table.color-table,
body.page-id-63180 #main-content .entry-content table.color-table {
    max-width: 100%;
}
body.page-id-63175 #main-content .entry-content table td,
body.page-id-63180 #main-content .entry-content table td {
    width: auto !important;
}
body:not(.page-id-63175):not(.page-id-63180) #main-content .entry-content table.color-table td:nth-child(2) {
    background: rgba(9, 40, 125, 0.1);
}
#main-content .entry-content table.color-table td:nth-child(3),
#main-content .entry-content table.color-table td:nth-child(4) {
    background: rgba(255, 158, 22, 0.1);
}
#main-content .entry-content table.color-table.ct3 td:nth-child(3),
#main-content .entry-content table.color-table.ct3 td:nth-child(4),
body.page-id-62052 #main-content .section-container .entry-content table.color-table tr:nth-child(2) ~ tr td:nth-child(2) ~ td {
    background: #FCE5CD;
}

body:not(.page-id-63175):not(.page-id-63180) #main-content .entry-content table.color-table td:first-child {
    background: transparent;
}
#main-content .entry-content table.color-table tr:first-child td:first-child,
body.page-id-63175 #main-content .entry-content table.color-table tr:first-child td:first-child,
body.page-id-63180 #main-content .entry-content table.color-table tr:first-child td:first-child {
    border: none;
    background: transparent;
}
#main-content .entry-content table.color-table tr:first-child td,
#main-content .entry-content table.color-table tr:nth-child(2) td {
    color: var(--color-white);
}
#main-content .entry-content table.color-table.ct3 tr:nth-child(2) td:first-child {
    color: var(--color-brand-primary);
}
body.page-id-62052 #main-content .entry-content table.color-table tr:nth-child(2) td:first-child,
body.page-id-63175 #main-content .entry-content table.color-table tr:nth-child(2) td:first-child,
body.page-id-63180 #main-content .entry-content table.color-table tr:nth-child(2) td:first-child {
    background: var(--t-sblue);
    text-align: left;
}
body.page-id-62052 #main-content .entry-content table.color-table tr:nth-child(2) td:first-child {
    color: var(--color-white);
}
#main-content .entry-content table.color-table tr:first-child td:nth-child(2),
#main-content .entry-content table.color-table tr:nth-child(2) td:nth-child(2) {
    background: var(--t-sblue);
}
#main-content .entry-content table.color-table.ct3 tr:first-child td:nth-child(2),
#main-content .entry-content table.color-table.ct3 tr:nth-child(2) td:nth-child(2) {
    background: var(--t-sblue) !important;
}
#main-content .entry-content table.color-table tr:first-child td:nth-child(3),
#main-content .entry-content table.color-table tr:nth-child(2) td:nth-child(3),
#main-content .entry-content table.color-table tr:nth-child(2) td:nth-child(4) {
    background: var(--t-orange);
}
body.page-id-62052 #main-content .entry-content table.color-table tr:nth-child(2) ~ tr td:first-child ~ td {
    text-align: center;
    background: #f3f3f3;
}


#main-content .entry-content table.color-table-alt td {
    border: 2px solid var(--color-white);
    vertical-align: middle;
}
#main-content .entry-content table.color-table-alt tr:first-child td {
    background: var(--color-brand-secondary);
    color: var(--color-white);
}
#main-content .entry-content table.color-table-alt tr:nth-child(2) td {
    background: #43b6b6;
    color: var(--color-white);
}
#main-content .entry-content table.color-table-alt tr:nth-child(2) td:nth-child(2) {
    background: #91C470;
}
#main-content .entry-content table.color-table-alt tr:nth-child(2) ~ tr td:first-child {
    background: rgba(126,200,206,0.3);
}
#main-content .entry-content table.color-table.ct3 tr:nth-child(2) ~ tr td:first-child strong,
#main-content .entry-content table.color-table-alt tr:nth-child(2) ~ tr td {
    color: var(--color-gray-900);
}
#main-content .entry-content table.color-table-alt tr:nth-child(2) ~ tr td:nth-child(2) {
    background: rgba(146,196,112,0.3);
}
#main-content .entry-content table.color-table-alt tr:last-child td {
    background: rgba(121,166,232,0.3) !important;
    color: var(--color-gray-900);
}
#main-content .entry-content table.color-table-alt p {
    color: var(--color-gray-900);
}


@media (max-width: 1360px) {
    #main-content .section-container {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    #hero-section .col-left {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    #hero-section {
        padding: 120px 20px 70px;
    }
    #hero-section .section-container {
        justify-content: center;
    }
    #hero-section .col-left {
        width: 100%;
    }
    #hero-section .page-title {
        text-align: center;
    }
    #hero-section .subtitle-date {
        text-align: center;
    }
    #main-content .section-container {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    #hero-section .section-container {
        padding: 0 10px;
    }
    body.page-id-63183 #hero-section .col-left {
        width: 100%;
    }
    #hero-section .page-title {
        font-size: 26px;
    }
    #main-content {
        padding: 50px 0;
    }
    #main-content .section-container {
        padding: 0 30px;
    }
    #main-content .entry-content h2 {
        font-size: 26px;
    }
    #main-content .entry-content table {
        display: block;
        overflow-x: auto;
        width: calc(100% + 20px) !important;
        margin-right: -20px;
    }
    #main-content .entry-content a {
        word-wrap: break-word;
    }
}
