.copy-section {
    width:100%;
    max-width:1150px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    /*padding: 0 10px;*/
    box-sizing: border-box;
}
.copy-section {
    background: #f9f9f9 !important;
    max-width: 100% !important;
    margin: auto !important;
    line-height: 1.5;
}
.copy-section-content {
    max-width: 700px;
    flex-direction: column;
    margin: 80px 15px;
    padding: 0;
    color: #7C7C7C;
}
.copy-section h2 {
    color: #50738f !important;
    text-align: center;
}
.copy-section:last-of-type {
    padding-bottom: 0 !important;
}
.copy-section .copy-section-content .takeaway {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    margin: 0 0 50px;
    border: 1px solid #7c7c7c;
    border-radius: 15px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    background: #fff !important;
    box-sizing: border-box;
    width: 100%;
}
.copy-section h3, .copy-section h4, .copy-section h5, .copy-section h6 {
    color: #50738f;
}
@media only screen and (max-width: 1024px) {
    .copy-section-content{
        margin: 40px 15px 20px !important;
    }
    body[class*="tmp-blog-faq-gloassary"] .copy-section-content{
        padding: 40px 15px 20px !important;
    }
}

/*table*/
table#oep-table {
    font-family: 'Encode Sans Semi Condensed', Tahoma, Geneva, sans-serif;
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
#oep-table td, th {
    text-align: left;
    padding: 10px 10px 10px 30px;
    font-size: 22px;
}
table#oep-table tr td:first-child, #oep-table th:first-child {
    border-right: 2px solid #e8e8ea;
}
#oep-table tr:nth-child(even) {
    background-color: #f1f2f4;
}
table#oep-table tr td {
    color: #000;
}
@media screen and (max-width: 565px) {
    #oep-table td, th {
        font-size: 21px !important;
    }
}
#oep-table-btn{
    background-color: #f36523;
    color: #FFFFFF;
    padding: 20px 10px;
    font-family: Encode Sans Semi Condensed', Tahoma, Geneva, sans-serif;
    width: 55%;
    border-width: 0;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}
#oep-table th {
    background-color: #4f728f;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    #oep-table-btn{
        width: 90%;
    }
}
.table1095 th, .table1095 tbody tr td {
    color: #7c7c7c !important;
}

/*form-state*/
.map_container {
    margin: 40px 0 0 !important;
}
.map_container svg {
    width: 100% !important;
}
.form-state {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    gap: 20px;
}
.form-state select {
    padding: 0 32px 0 15px;
    background-image: url('/wp-content/themes/hio/assets/img/icons/tipdown_arrow.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    background-size: 32px 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    text-indent: .01px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 40px;
    height: 60px !important;
    color: #7C7C7C;
    width: 100%;
    max-width: 250px;
}
.form-state button {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    background-color: #f36523;
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}
.form-state button:disabled {
    cursor: default;
}
.map_container .map_heading .heading_pals .map_alternate {
    flex: initial !important;
}
.map_container .map_svg_wrapper {
    display: block !important;
}
.map_container .map_heading {
    display: none !important;
}
@media (max-width: 374px) {
    .form-state {
        gap: 10px;
        flex-direction: column;
    }
    .form-state select {
        max-width: initial;
        line-height: 1.5;
    }
    .form-state button {
        justify-content: center;
        min-height: 60px;
    }
}
.copy-section h1, .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5, .copy-section h6 {
    color: #50738f !important;
    text-align: center;
}
.copy-section h1 {
    line-height: 42px !important;
}
.copy-section ul li > * {
    text-align: left;
}
@media (min-width: 800px) {
    .copy-section h1 {
        font-size: 1.77em;
    }
}
@media (max-width: 768px) {
    body[class*="tmp-blog-faq-gloassary"] .copy-section {
        display: block;
    }
}