* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
table {
    border-collapse: separate;
}
.cmc-selector h3 {
    color: #18ad4b;
    font-size: 28px;
    margin-bottom: 10px;
}
.cmc-selector h3.type2 {
    font-weight: 500;
    margin-bottom: 30px;
}
.cmc-selector .heading1 {
    color: #004061;
    font-size: 36px;
    margin-bottom: 10px;
}
.cmc-selector .subheading {
    color: #004061;
    font-size: 30px;
    margin-bottom: 25px;
}
.cmc-selector .chart {
    padding: 20px;
}
.cmc-selector #myChart {
    background-color: #f2f4f6;
    max-width: 100%;
    padding: 40px 20px;
    max-height: 80vh;
}
.only-results {
    display: none;
}
.cmc-selector .single-table {
    padding: 20px;
}
.cmc-selector table {
    border-spacing: 0;
}
.cmc-selector .results thead td {
    background-color: #004061;
    color: white;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    position: relative;
}
.cmc-selector .results thead {
    position: sticky;
    z-index: 1;
    top: 0;
}
.cmc-selector .results-table {
    display: none;
}
.cmc-selector .results-wrapper {
    max-height: 650px;
    overflow: auto;
}
.cmc-selector .results-table .heading1 {
    margin-bottom: 30px;
}
.cmc-selector .single-table {
    display: none;
}
.cmc-selector .chart {
    display: none;
}

.cmc-selector .results thead td span {
    position: relative;
    top: 5px;
    font-size: 13px;
}
.cmc-selector td {
    border: 0px solid;
}
#cmc-tbody td {
    border: 1px solid #e7e7e7;
    cursor: pointer;
}
#cmc-tbody td.green {
    border-top: 1px solid #18ad4b;
    border-bottom: 1px solid #18ad4b;
}
#cmc-tbody td.green:first-child {
    border-left: 1px solid #18ad4b;
}
#cmc-tbody td.green:last-child {
    border-right: 1px solid #18ad4b;
}
.cmc-selector .b {
    border-width: 1px;
}
.cmc-selector .bx {
    border-right-width: 1px;
    border-left-width: 1px;
}
.cmc-selector .by {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.cmc-selector .br {
    border-right-width: 1px;
}
.cmc-selector .bl {
    border-left-width: 1px;
}
.cmc-selector .bt {
    border-top-width: 1px;
}
.cmc-selector .bb {
    border-bottom-width: 1px;
}
.cmc-selector .b-white {
    border-color: white;
}
.single-table table {
    min-width: 800px;
    width: 100%;
}
.cmc-selector tr {
    height: 50px;
}
.cmc-selector .brd {
    border-right-style: dashed;
}
.cmc-selector .bbn {
    border-bottom: 0;
}

.cmc-selector td {
    padding-left: 10px;
    padding-right: 10px;
    color: #004061;
}
.cmc-selector tr:nth-child(odd) {
    background-color: #f2f4f6;
}
.cmc-selector .resTable td {
    border-color: #e3e3e3;
    border-width: 1px;
}
.cmc-selector table.info {
    min-width: 300px;
    width: 300px;
    margin-bottom: 30px;
}
.cmc-selector table.info td {
    border-color: #e3e3e3;
    border-width: 1px;
}
.cmc-selector table.info td:last-child {
    background-color: #18ad4b;
    width: 80px;
    color: white;
}
.cmc-selector .text-center {
    text-align: center;
}
.cmc-selector .bg-blue td {
    background-color: #004061;
    color: white;
}
.cmc-selector .bg-gray {
    color: #004061;
    background-color: #f2f4f6;
}
.cmc-selector td {
    text-align: center;
}
.cmc-selector #cmc-tbody td[key='width'] {
    text-align: right;
    border-right: 0;
}
.cmc-selector #cmc-tbody td[key='depth'] {
    border-left: 0;
}
.cmc-selector td[key='width']::after {
    content: 'x';
    position: relative;
    right: -9px;
}
.cmc-selector td[key='type'] {
    min-width: 108px;
}
.cmc-selector td[key='comment'] {
    min-width: 260px;
}
.cmc-selector td[key='comment'],
.cmc-selector td[key='depth'],
.cmc-selector td[key='Date'] {
    text-align: left;
}
.cmc-selector td[key='Date'] {
    display: none;
}
.cmc-selector > div {
    padding: 30px;
}
.flex {
    display: flex;
}
.bg-gray {
    background-color: #f4f4f4;
    padding: 20px;
}
#prev,
#next,
#results {
    display: none;
}
#prev,
#next {
    cursor: pointer;
    font-size: 22px;
    color: #004061;
    margin-bottom: 50px;
    background-color: transparent;
    border: 0;
}
#prev::before {
    position: relative;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    top: 0.5em;
    vertical-align: top;
    width: 0.45em;
    left: 0.25em;
    transform: rotate(-135deg);
    margin-right: 10px;
}
#next::after {
    position: relative;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    top: 0.5em;
    vertical-align: top;
    width: 0.45em;
    left: 0.25em;
    transform: rotate(45deg);
    /* margin-left: 10px; */
}
.prev-next {
    display: flex;
    justify-content: space-between;
}
.green-btn {
    background-color: #18ad4b;
    padding: 7px 50px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    border: 0;
    min-width: 200px;
}
.green-btn:disabled {
    background-color: #96cba8;
}
.transparent-btn {
    border: #18ad4b solid 2px;
    background-color: transparent;
    color: #18ad4b;
    font-size: 22px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px;
    min-width: 200px;
    text-align: center;
}
.exit-btn1 {
    display: none;
}
label {
    display: block;
    margin-bottom: 8px;
    color: #004061;
    font-size: 22px;
    font-weight: 500;
}
input,
select,
textarea {
    border: 0;
    background-color: white;
    /*min-height: 40px;*/
    padding-left: 10px;
    color: #004061;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
select{
    padding-top: 13px;
    padding-bottom: 13px;
}
textarea {
    padding: 10px;
}
input:focus-visible,
select:focus-visible {
    outline: 0;
}
small {
    color: #18ad4b;
    font-size: 16px;
}
input:disabled {
    color: #18ad4b;
}
.mt-3 {
    margin-top: 30px;
}
.mb-3 {
    margin-bottom: 30px;
}
.w-full {
    width: 100%;
}
.between {
    justify-content: space-between;
}
.w-45 {
    width: 45%;
}
.flex-col {
    flex-direction: column;
}
.gap {
    gap: 20px;
}
.w-33 {
    width: 100%;
}
@media only screen and (min-width: 767px) {
    .w-33 {
        width: 33.33%;
    }
    .w-66 {
        width: 66.66%;
    }
    .d-none-sm {
        display: none;
    }
    #results {
        margin-bottom: 0;
    }
    .table-paragraph {
        display: flex;
        gap: 20px;
    }
}
.after {
    position: relative;
}
.after::after {
    content: 'x';
    position: absolute;
    top: 7px;
    right: -14px;
}
.table-buttons {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 766px) {
    .flex-col-xs {
        flex-direction: column;
    }
    .d-none-xs {
        display: none;
    }
    .w-full-xs {
        width: 100%;
    }
    .mb-3-xs {
        margin-bottom: 30px;
    }
    .table-buttons {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .transparent-btn,
    .green-btn {
        text-align: center;
        width: 100%;
        margin: 5px 0;
    }
}
.sort {
    color: white;
    background: transparent;
    border: 0;
    font-size: 24px;
    letter-spacing: -4px;
    position: absolute;
    top: 0;
    right: 7px;
    cursor: pointer;
}
.sort.left {
    right: auto;
    left: 7px;
}

.cmc-selector .results thead tr:first-child td:first-child {
    display: none;
}

.text-image-tiles{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
/* .text-image-tiles.two{
    max-width: 456px;
}
.text-image-tiles.two .text-img-tile{
    width: 50%;
}
.text-image-tiles.three{
    max-width: 684px;
}
.text-image-tiles.three .text-img-tile{
    width: 33.33%;
}
.text-image-tiles.four{
    max-width: 912px;
}
.text-image-tiles.four .text-img-tile{
    width: 25%;
}
.text-image-tiles.five{
    max-width: 1140px;
}
.text-image-tiles.five .text-img-tile{
    width: 20%;
}

@media only screen and (max-width: 1140px) {
    .text-image-tiles.five{
        max-width: 100%;
    }
    .text-image-tiles.five .text-img-tile{
        width: 25%;
    }
}
@media only screen and (max-width: 960px) {
    .text-image-tiles{
        max-width: 100%;
    }
    .text-image-tiles .text-img-tile{
        width: 33.33%;
    }
}
@media only screen and (max-width: 720px) {
    .text-image-tiles{
        max-width: 100%;
    }
    .text-image-tiles .text-img-tile{
        width: 50%;
    }
}
@media only screen and (max-width: 540px) {
    .text-image-tiles{
        max-width: 100%;
    }
    .text-image-tiles .text-img-tile{
        width: 100%;
    }
} */

@media only screen and (min-width: 540px) {
    .text-image-tiles .text-img-tile{
        width: 50%;
    }
   /* .text-image-tiles.two {
        max-width: 540px;
    }*/
}
@media only screen and (min-width: 720px) {
    .text-image-tiles:not(.two) .text-img-tile{
        width: 33.33%;
    }
    /*.text-image-tiles.three {
        max-width: 720px;
    }*/
}
@media only screen and (min-width: 960px) {
    .text-image-tiles:not(.two):not(.three) .text-img-tile{
        width: 25%;
    }
   /* .text-image-tiles.four {
        max-width: 960px;
    }*/
}
@media only screen and (min-width: 1140px) {
    .text-image-tiles:not(.two):not(.three):not(.four) .text-img-tile{
        width: 20%;
    }
    /*.text-image-tiles.five {
        max-width: 1140px;
    }*/
}

.text-image-tiles .text-img-tile{
    padding: 18px 10px;
    box-sizing: border-box;
}
.text-image-tiles .white-bg{
    background-color: white;
}
.text-image-tiles .img-headline-wrapper{
    display: flex;
    align-items: flex-end;
}
.text-image-tiles .img-headline-wrapper img{
    max-width: 80px;
    width: 70px;
    height: 60px;
    margin-right: 8px;
}
.text-image-tiles .img-headline-wrapper h4{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #18AD4B;
    word-break: break-word;
    font-size: 18px;
}
.text-image-tiles .img-headline-wrapper {
    margin-bottom: 18px;
}
.text-image-tiles .img-headline p{
    color: #003B63;
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
}

.footer .social-media>a:not(:first-child) {
    margin-right: 0;
}

