.bsn_darkblue {
    color: #005675;
}

.bsn_blue {
    color: #004f9f;
}

.bsn_beige {
    color: #e7dbcb;
}

.bsn_grey {
    color: #707070;
}

.bsn_black {
    color: black;
}

.country_img {
    height: 12px;
    top: 2px;
}

#country_map_box {
    height: 900px;
    max-width: 1920px;
    margin: 0 auto;;
    background: rgb(246, 246, 245) !important;
    background: linear-gradient(180deg, rgba(246, 246, 245, 1) 0%, rgba(233, 233, 231, 1) 100%) !important;
}

#country_map {
    top: 20% !important;
}

.infobox {
    background: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    position: absolute;
    top: 93px;
    width: 325px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
    -moz-box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
    -o-box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
    box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
}

.infobox_content h3 {
    color: var(--main-color);
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
}

.infobox_content a {
    color: var(--link-color);
}

.infobox_right {
    right: 60px;
}

.infobox_left {
    left: 200px;
}


#country_map_box .infobox h1 {
    font-size: 32px !important;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 4px 15px 4px 0;
    padding: 10px 0;
}

.infobox h2 {
    font-size: 120%;
    color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 4px 15px 4px 0;
}

.infobox h3 span {
    line-height: 2;
}


.infobox p {
    padding: 2px 0 0 0;
    margin: 0;
    line-height: 1.8;
}

.infobox_content {
    margin: 25px 20px;
}

.country_select_box {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -65px;
    right: 105px;
    width: 325px;
    height: 100px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
    -moz-box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
    -o-box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
    box-shadow: 0 4px 10px rgba(0, 81, 158, 0.4);
    overflow-y: hidden;
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: scroll;
}

.country_select_box_expand {
    height: 570px !important;
}

.country_select_box h1 {
    font-size: 190%;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 21px 0 0 0;
    margin: 0;
}

.country_select_box h2 {
    font-size: 120%;
    color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 4px 0 4px 0;
}

.country_select_box p {
    padding: 2px 0 0 0;
    margin: 0;
}

.country_flag_select_box {
    top: -60px;
}

.country_flag_select_box + div > svg {
    top: -60px;
    position: absolute;
    cursor: pointer;
}

#country_flag_select_box {
    height: 100%;
    opacity: 1;
    display: block;
    position: relative;
    top: 120px;
    /*overflow: scroll;*/
    left: 5%;
}

#country_select_hr {
    position: absolute;
    top: 90px;
    height: 1px;
    border: 0;
    background-color: #D6D6D6;
    width: 90%;
    left: 3%;
}

.country_flag_select_box div {
    margin-bottom: 9.5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    padding: 11px 0 11px 5px;
    color: var(--main-color);
}

.country_flag_select_box div:hover {
    background-color: #e9e9e9;
    width: 85%;
    padding: 11px 0 11px 5px;
}

.country_flag_select_box #country_name {
    padding: 0;
}

.country_flag_select_box #country_name:hover {
    background-color: transparent;
    padding: 0;
}

.country_flag_select_box div img {
    position: relative;
    top: 1px;
    margin-right: 10px;
    width: auto;
}

@media (max-width: 720px) {

    .country_select_box {
        left: 0;
        right: 0;
        margin: auto;
    }

    .infobox_right {
        left: 0;
        right: 0;
        margin: auto;
    }

    .infobox_left {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (min-width: 700px) and (max-width: 1024px) {
    .infobox_left {
        left: auto;
        right: 60px !important;
    }
}	