section#GlobalMarketSection {
    margin: 80px 0;
    text-align: center;
}
h2.BNIGlobalMarket_title {
    margin: 20px 0 40px;
    text-align: center;
    letter-spacing: 0.72px;
    color: #CF2030;
    opacity: 1;
}
.BNIGlobalMarket_content p {
    color:#000000;
    text-align: center;
}

.countryContent {
    width: calc(100% - 100px);
}

div#map_wrapper_13181 {
    margin-top: 60px;
}

ul#group_legend li:first-child {
    margin-left: 0px !important;
}
ul#group_legend li:last-child {
    margin-right: 0 !important;
}

.imapsLabel foreignObject {
    width: 340px !important;
/*    height: 250px !important;*/
}
.imapsLabel foreignObject {
    box-sizing: content-box;
    text-align: left;
}
.imapsLabel foreignObject br {
    display: none !important;
}
.imapsLabel foreignObject h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.26px;
    color: #CF2030;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
}
.imapsLabel foreignObject h5 {
    font-size: 14px;
    color: #000000;
    margin: 10px 0 0;
    text-align: left;
    letter-spacing: 0.32px;
    font-weight: 500;
}
.imapsLabel foreignObject h6 {
    color: #64666a;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.32px;
    font-size: 14px;
}

.imapsLabel foreignObject ul li {
    text-align: left;
    padding-left: 0px;
    font-size: 14px;
    letter-spacing: 0.32px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.imapsLabel foreignObject ul li::before{
    content:"";
    color:#cf2030;
    font-size: 12px;
    display: inline-block;
    margin-left:15px;
    margin-right:10px;
}
.fillcolor{
    fill:#65666A !important;
}
.imapsLabel foreignObject ul li:first-child {
    font-weight: bold;
}
.imapsLabel foreignObject ul li:first-child::before {
    content:"\f10b";
    font-weight: 100 !important;
    left:3px;
    font-family: "Font Awesome 5 Pro";
}
.imapsLabel foreignObject ul li:nth-child(2) {
    font-weight: normal;
}
.imapsLabel foreignObject ul li:nth-child(2)::before{
    content:"\f0e0";
    font-weight: 100 !important;
    font-family: "Font Awesome 5 Pro";
}
.imapsLabel foreignObject ul li:last-child {
    font-weight: bold;
    color:#cf2030;
    margin-top:10px;
    cursor:pointer;
}
.imapsLabel foreignObject ul li:last-child::before {
    content:"\f00e";
    font-weight: 100 !important;
    font-family: "Font Awesome 5 Pro";
}
.groupRegionContent {
    padding:20px;
}
ul#group_legend {
    font-size: 0px;
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul#group_legend li,
ul#group_legend li a {
    display: flex;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    height:40px;
    color:#cf2030;
    background: #f1f1f1;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    cursor:pointer;
    transition:all 0.3s ease-in;
}
ul#group_legend li {
    margin: 0 15px;
}
ul#group_legend li:hover,
ul#group_legend li a:hover,
ul#group_legend li.active a,
ul#group_legend li.active {
    color:#fff;
    background: #cf2030;
    text-decoration: none;
}

.groupRegionContent ul li a,
.countrySpecificContent ul li a {
    color: #000000;
}

.groupRegionContent ul li a:hover,
.countrySpecificContent ul li a:hover {
    color: #cf2030;
}

/* demo css */

#showglobal,#the_americas,#the_emea, #the_apac, .mapblocks {
    width:0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
#showglobal.showmap,
#the_americas.showmap,
#the_emea.showmap,
#the_apac.showmap,
.mapblocks.showmap {
    width:100%;
    height: auto;
    overflow: visible;
    opacity: 1;
}
div#backtoGlobal {
    position: absolute;
    right: 0px;
    padding: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    top: 75px;
    width: 100px;
    border-right: 5px solid #cf2030;
    color: #cf2030;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    z-index: 991;
    text-decoration: none !important;
    transition: all 0.3s ease-in;
}
div#backtoGlobal a {
    display: block;
    text-decoration: none;
    color:#cf2030;
}

div#backtoGlobal:hover, div#backtoGlobal a:hover {
    border-color: #65666a;
    color:#65666A;
}

.imapsLabel foreignObject .countrySpecificContent .countryContent h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.26px;
    color: #CF2030;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
}
.imapsLabel foreignObject .countrySpecificContent .countryContent h5 {
    font-size: 14px;
    color: #000000;
    margin: 10px 0 0;
    text-align: left;
    letter-spacing: 0.32px;
    font-weight: 500;
}
.imapsLabel foreignObject .countrySpecificContent .countryContent h6 {
    color: #64666a;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.32px;
    font-size: 14px;
}

.imapsLabel foreignObject .countrySpecificContent .countryContent ul li {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.32px;
    color: #000000;
    display: flex;
    margin-top:0px;
    align-items: center;
    justify-content: flex-start;
    font-weight:normal;
}
.imapsLabel foreignObject .countrySpecificContent .countryContent ul li::before{
    content:"";
    color:#cf2030;
    font-size: 12px;
    display: inline-block;
    margin:0 10px 0 15px;
    left:0;
}

.imapsLabel foreignObject .countrySpecificContent .countryContent ul li:first-child::before {
    content:"\f0ac";
    font-weight: 100 !important;
    font-family: "Font Awesome 5 Pro";
}
.imapsLabel foreignObject .countrySpecificContent .countryContent ul li:nth-child(2) {
    font-weight: bold;
}
.imapsLabel foreignObject .countrySpecificContent .countryContent ul li:nth-child(2)::before{
    content:"\f10b";
    left:3px;
    font-weight: 100 !important;
    font-family: "Font Awesome 5 Pro";
}

.imapsLabel foreignObject .countrySpecificContent .countryContent ul li:last-child {
    margin-top: 0;
    cursor: default;
}

/*.imapsLabel foreignObject .countrySpecificContent .countryContent ul li:last-child::before {*/
/*    content:"\f0e0";*/
/*    font-weight: 100 !important;*/
/*    font-family: "Font Awesome 5 Pro";*/
/*}*/
.countrySpecificContent {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    width: 330px;
}
.countryFlag {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.imapsLabel foreignObject img {
    position: inherit !important;
    border-radius: 100%;
}
.mapContentBlock {
    min-height: 500px;
}
.choices__heading {
    color: #cf2030 !important;
}
.countryContent a.btn_link {
    display: block;
    padding: 5px;
    background: #cf2030;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border:2px solid #fff;
    margin: 10px 0 !important;
    transition:all 0.3s ease-in;
}
.countryContent a.btn_link:hover {
    background: #fff;
    color: #CF2030;
    border-color:#CF2030 !important;
}
.imapsLabel foreignObject img {
    width:100% !important;
    height:100% !important;
}
div#aus_map {
    width: 30%;
}

div#apac_map {
    width: 70%;
}

.map_box .choices .choices__list {
    text-align: left;
}

.igm_select_container {
    z-index: 991 !important;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #64666a5e;
    border-radius: 5px;
    width: 100%;
}

select#igm_select_13709 {
    width: 100%;
    padding: 10px;
    border:none !important;
    border-radius: 5px;
    cursor: pointer;
}



@media only screen and (max-width: 1200px) {
    ul#group_legend li {
        margin: 0 7px;
    }
    ul#group_legend li, ul#group_legend li a {
        font-size: 14px;
        min-width: 180px;
    }
}
@media only screen and (max-width: 991px) {
    ul#group_legend li {
        margin: 0 4px;
    }
    ul#group_legend li, ul#group_legend li a {
        font-size: 12px;
        min-width: 150px;
    }
}
@media only screen and (max-width: 767px) {
    ul#group_legend {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    ul#group_legend li, ul#group_legend li a {
        font-size: 14px;
        min-width: fit-content;
        padding: 0px 10px;
    }
    ul#group_legend li {
        margin: 0px 10px 10px 0px;
    }
    .map_wrapper .map_aspect_ratio {
        margin-top: -50px;
        padding-top: 90% !important;
    }
    section#GlobalMarketSection {
        margin-bottom: 10px;
        text-align: center;
    }
}