.header {
    border-bottom: 1px solid #ECECEC;
    padding: 10px 0;
    height: 97px;
    display: flex;
    align-items: center;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_right {
    display: flex;
    align-items: center;
}

.header_nav ul {
    display: flex;
    align-items: center;
}

.header_nav ul li {
    margin-right: 50px;
}

.header_nav ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.header_nav ul li a:hover {
    color: #0962CB;
}

.header_language {
    margin-right: 50px;
    position: relative;
}

.header_language li+li {
    margin-top: 3px;
}

.header_language a {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.header_language a:hover {
    color: #0962CB;
}

.header_language_dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 3px);
    left: 50%;
    padding: 5px;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
    transition: 0.15s all ease-in-out;
    transform: translate(-50%, -20px);
}

.header_language.active .header_language_dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
}

.map_header_block .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}

.map_header_block h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #0962CB;
    margin-left: auto;
}

.map_header_block .map_header_btns {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.map_header_block .map_header_btns li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_header_block .map_header_btns li+li {
    margin-left: 30px;
}

.map_header_block .map_header_btns li a:hover svg path {
    fill: #0962CB;
}

.footer {
    background: #282A2B;
    padding: 30px 0;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_col {
    width: calc(33.33% - 20px);
}

.copyr_p {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.5);
}

.text_input,
body .popup_colc .wpcf7-text,
body .popup_colc .wpcf7-select-parent .wpcf7-select,
body .popup_colc .wpcf7-select {
    display: block !important;
    width: 100% !important;
    background: #FFFFFF !important;
    border-radius: 7px !important;
    padding: 10px 15px !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 21px !important;
    border: 0;
    height: auto !important;
    font-family: inherit !important;
}

body .popup_colc .select2-container--default .select2-selection--single .select2-selection__rendered {
    font: inherit;
    line-height: 28px;
    padding-left: 8px;
}

body .select2-container--default .select2-dropdown .select2-search {
    padding: 4px;
}

.text_input::placeholder,
body .popup_colc .wpcf7-text::placeholder {
    color: #A4A4A4;
}

.form_group {
    margin-bottom: 10px;
}


.btn {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    background: #0962CB;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    border: 0;
    white-space: nowrap;
}

.btn:not([href]):not([tabindex]), .btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover {
    color: #FFFFFF;
}
.btn:hover {
    opacity: 0.7;
}

.subscribe_form p {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding-bottom: 5px;
}

.footer_social_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 36px;
}

.footer_social_icons li+li {
    margin-left: 10px;
}

.footer_social_icons li a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.footer_social_icons li a:hover {
    border-color: #0962CB;
}

.footer_social_icons li a:hover svg path {
    fill: #0962CB;
}

.btn.btn_circled {
    padding: 6px 13px 8px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.btn.btn_white {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    color: #0962CB;
}

.datatable_table tbody tr td {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #464646;
    vertical-align: top;
}

.datatable_table tbody tr.even td {
    background: #F8F8F8;
}

.map_table_section {
    padding: 30px 0 50px;
}

.datatable_table thead tr th {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #4E4E4E;
    background: #F8F8F8;
    border-bottom: 1px solid #ECECEC;
    padding: 10px 11px;
    white-space: nowrap;
    text-align: left;
}

table.datatable_table.dataTable {
    border: 1px solid #ECECEC;
    border-radius: 7px;
    overflow: hidden;
}

table.datatable_table.dataTable thead tr th {
    background-image: initial;
}

table.datatable_table.dataTable thead tr th:hover {
    color: #0962CB;
}


/* both */

table.datatable_table.dataTable thead .sorting:after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/sorting_icon.svg) no-repeat center;
    background-size: contain;
    margin-left: 9px;
    margin-bottom: -2px;
}


/* down */

table.datatable_table.dataTable thead .sorting_desc:after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 15px;
    background: url(../img/sorting_icon.svg) no-repeat;
    background-size: 18px;
    background-position: left -3px;
    margin-left: 9px;
    margin-bottom: -2px;
}


/* up */

table.datatable_table.dataTable thead .sorting_asc:after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 15px;
    background: url(../img/sorting_icon.svg) no-repeat;
    background-size: 18px;
    background-position: right 2px;
    margin-left: 9px;
    margin-bottom: -2px;
}

.datatable_table_wrpr {
    position: relative;
}

.table_header {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table_header .main_page_title {
    margin-bottom: 0;
}

.table_search_wrpr {
    display: flex;
    align-items: center;
    width: 100%;
}

.table_search_wrpr span {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #464646;
    margin-right: 15px;
    white-space: nowrap;
}

.text_input.table_search {
    border: 1px solid #ECECEC;
    max-width: 500px;
}

.datatable_table_wrpr .dataTables_wrapper .dataTables_filter {
    display: none;
}

.datatable_table_wrpr .dataTables_length {
    position: absolute;
    right: 0;
    top: -58px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #464646;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ECECEC;
    border-radius: 7px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #A4A4A4;
    margin: 0 3px;
    padding: 9px 6px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_info {
    position: absolute;
    top: -49px;
    right: 200px;
    font-size: 16px;
    line-height: 21px;
    color: #464646 !important;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate {
    float: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover {
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
    display: block;
    color: transparent !important;
    background: url(../img/arrow_prev.svg) no-repeat center;
    background-size: contain;
    transition: 0s !important;
    margin: 0 20px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.next,
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover {
    width: 15px;
    height: 15px;
    display: block;
    max-width: 15px;
    max-height: 15px;
    color: transparent !important;
    background: url(../img/arrow_prev.svg) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    transition: 0s !important;
    margin: 0 20px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover {
    background: url(../img/arrow_next.svg) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover {
    background: url(../img/arrow_next.svg) no-repeat center;
    background-size: contain;
    transform: rotate(0deg);
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    background: #FFFFFF;
    border: 1px solid #F0F0F0 !important;
    border-radius: 3px;
    padding: 5px 9px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #464646 !important;
    background: #fff !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    background: #0962CB !important;
    color: #fff !important;
    border-color: #0962CB !important;
}

.header_search_trigger:hover svg path {
    fill: #0962CB;
}

.header_search {
    position: relative;
}

.header_search_form {
    position: absolute;
    top: 50%;
    transform: translate(20px, -50%);
    right: 30px;
    z-index: 2;
    width: 320px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s all ease-in-out;
}

.header_search.active .header_search_form {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, -50%);
}

.mob_menu_btn {
    display: none;
}

.ovrflw_hdn {
    overflow: hidden;
}

.main_page_title {
    margin-bottom: 10px;
}

.clear_all_filters_wrpr {
    margin-bottom: 15px;
}

.map-wrapper {
    margin-bottom: 40px;
}

.contact_us_section {
    padding-bottom: 50px;
}

.contact_us_block+.contact_us_block {
    margin-top: 30px;
}

.contact_us_block p {
    margin-top: 20px;
}

.contact_us_block a {
    margin-top: 10px;
    display: inline-block;
    color: #0962CB;
}

.contact_us_block a:hover {
    opacity: 0.7;
}

.contact_us_section .main_page_title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #0962CB;
    margin-bottom: 40px;
}

.contact_us_blocks_wrpr {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    text-align: center;
}

.contact_us_col {
    width: calc(50% - 15px);
}

body .popup_colc .text_input,
body .popup_colc .wpcf7-text,
body .popup_colc .wpcf7-select-parent .wpcf7-select,
body .popup_colc .wpcf7-select {
    border: 1px solid #ECECEC;
}

.popup_wrpr {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_wrpr br {
    display: none;
}

.popup_wrpr.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.popup_inner {
    width: 100%;
    overflow-x: auto;
    max-height: 100vh;
    padding: 0 15px;
}

.popup_colc {
    max-width: 600px;
    width: 100%;
    margin: 15px auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.2;
}

.popup_colc .form_group {
    margin-bottom: 15px;
}

.popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.popup_close_btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

.popup_close_btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 18px;
    height: 2px;
    background-color: #848484;
}

.popup_close_btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 18px;
    height: 2px;
    background-color: #848484;
}

.popup_close_btn:hover {
    background: #f4f4ff;
}

body.ovrflw_hdn {
    overflow: hidden;
    max-height: 100vh;
}

.popup_colc textarea.text_input {
    resize: vertical;
    min-height: 150px;
    font-family: 'Open Sans', sans-serif;
}

button {
    font-family: 'Open Sans', sans-serif;
}

.form_text_label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.form_text_label a,
.text_simple_link {
    text-decoration: underline;
    color: #0962CB;
}

body .select2-container {
    z-index: 99999;
}

body .popup_colc .select2-container {
    display: block;
    width: 100% !important;
}

body .select2-container--default .select2-selection--single {
    border: 1px solid #ECECEC;
    border-radius: 7px;
    padding: 6px 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    height: 42px;
    outline: none !important;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    border: none;
}

body .colc-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table_header .right_btn_wrpr {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.table_header .right_btn_wrpr p {
    max-width: 280px;
    margin-right: 20px;
}

.map-wrapper:not(.active) .table_search_wrpr,
.map-wrapper:not(.active) .clear_all_filters_wrpr {
    display: none;
}

.datatable_table_scrollbox {
    position: relative;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.fake_top_scrollbox {
    /* position: absolute; */
    width: 100%;
    height: 20px;
    overflow-x: scroll;
}

.fake {
    height: 1px;
    display: block;
}

.circle_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    min-height: calc(100vh - 97px);
}

.circle_svg {
    max-width: 70vw;
    max-height: 70vh;
    height: auto;
    margin-left: 6%;
}

.tooltip {
    position: fixed;
    bottom: auto;
    left: 0;
    max-width: 400px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: scale(0.75);
    animation: appear-tip 0.6s ease forwards;
}

@keyframes appear-tip {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.img_wrpr {
    overflow: hidden;
}

.img_wrpr img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.5);
    animation: appear-tip 1.2s ease forwards;
}

.tooltip_body {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: auto;
}

.tooltip_body h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    margin-bottom: 15px;
}

.tooltip_body p {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #464646;
    margin-bottom: auto;
    flex: 1;
    max-height: 100px;
    overflow-y: auto;
}

.tooltip_body .tooltip_btns {
    margin-top: 20px;
    display: flex;
}

.tooltip_body .btn {
    border-radius: 24px;
    padding: 7px 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px
}

.tooltip_body .btn_close {
    background-color: #282a2b;
}

.circle_svg path {
    pointer-events: none;
}

.circle_svg path[data-id] {
    transform-origin: center;
    pointer-events: all;
    transition: all 0.3s ease;
}

.circle_svg path[data-id]:hover {
    transform: scale(1.05);
}

.required_star {
    color: red;
}

.select2-container .select2-selection--multiple {
    min-height: 42px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ECECEC;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ECECEC;
    border-radius: 7px;
    padding-top: 5px;
}

.popup_colc .info_p {
    font-size: 12px;
}

.clear_all_filters_wrpr .select_all_filters_btn {
    margin-right: 15px;
}

.btn.clear_all_filters_btn,
.clear_all {
    background: #f64e4e;
}

.clear_all {
    margin-left: 20px;
}

.submission_content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.submission_content_box .text {
    margin-right: 30px;
    max-width: 80%;
    background: #1F4A80;
    padding: 15px;
    border-radius: 10px;
}

.submission_content_box .text p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.submission_content_box .btn {
    background: #0073BA;
}

.legend-list li input:checked~span:not(.badge) {
    color: #464646;
}

.description {
    margin-bottom: 40px;
}

.table_search_wrpr .btn {
    margin-left: 20px;
}

.total {
    margin-left: 0;
    font-size: 24px;
}

.legend-list li {
    min-height: 50px;
}

.checkbox_text_under {
    font-size: 10px;
    color: #464646;
}

.checkbox_text_under a {
    color: #0962CB;
    text-decoration: underline;
}

.legend-list li.coasts_filter {
    width: 66.66%;
}

.map-el-wrapper.cluster_hidden .cluster {
    display: none !important;
}

.info-string a {
    word-break: break-all;
}

.btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

html {
    overflow-y: auto!important;
}
.legend-list li.nrc_filter img{
    width: auto;
}
.nrc_filter img{
    width: auto;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');

.colamd-body-class .popup_header h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0px;
    font-style: normal;
}
.colamd-body-class .popup_colc h3 {
    color: #333333 !important;
    font-size: 1.17em !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0px;
}
.colamd-body-class .page-header {
    height: 150px;
    background-color: #214a82;
    display: flex;
    align-items: center;
}
.colamd-body-class h1.entry-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 45px;
    line-height: 1.5;
    margin: 0 auto;
    color: #fff;
    max-width: 1170px;
    width: 100%;
}
.colamd-body-class .elementor-widget-container .container {
    font-size: 16px;
    line-height: 1.5;
    /* padding-bottom: 15px; */
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    padding-top: 12px;
}
.colamd-body-class .elementor-widget-container .container>p+p {
    padding-top: 15px;
}
.colamd-body-class .elementor-widget-container .container>p a {
    font-style: italic;
    color: #0072be;
}
.colamd-body-class .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1190px;
}
.colamd-body-class .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 6px 10px;
}
/* NAV FIX */
@media (min-width: 1026px) {
    .colamd-body-class .elementor-31 .elementor-element.elementor-element-3367442 {
        width: 67.834%;
    }
    .colamd-body-class .elementor-nav-menu--layout-horizontal {
        justify-content: flex-end;
    }
}
/* NAV FIX */
.colamd-body-class .popup_wrpr.add_new_organization_popup + h2.main_page_title {
    font-size: 24px !important;
    color: #0962CB !important;
    text-align: center !important;
}
.colamd-body-class .popup_wrpr.add_new_organization_popup + h2.main_page_title+.contact_us_blocks_wrpr {
    margin-bottom: 20px;
}
.colamd-body-class .dataTables_wrapper .dataTables_paginate {
    padding-bottom: 20px;
}
.colamd-body-class .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 18px;
    border-radius: 0;
}
.colamd-body-class .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 20px;
}
.colamd-body-class .table_header .main_page_title,
.colamd-body-class .map-legend h2,
.colamd-body-class .map-wrapper .main_page_title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    color: #333;
    font-size: 1.6em;
}
.colamd-body-class .map-legend h3 {
    font-weight: 700;
}
.colamd-body-class table tbody>tr:nth-child(odd)>td, 
.colamd-body-class table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
.colamd-body-class .elementor-section-wrap footer {
    border-color: #0072be;
}