@font-face {
    font-family: 'United Sans';
    src: url('../fonts/UnitedSansRgHv.woff2') format('woff2'),url('../fonts/UnitedSansRgHv.ttf') format('truetype');
  }

@font-face{
  font-family:'United Sans';
  src:url('../fonts/UnitedSansRgHv.woff2') format("woff2"),url('../fonts/UnitedSansRgHv.woff') format("woff"),url('../fonts/UnitedSansRgHv.ttf') format("truetype");
}

.main-content {
        margin-right: auto;
        margin-left: auto;
        max-width: 1920px;
        width: 50%;
    }

    span {
        font-family: arial;
    }

    .main-title, .country-list-lvl1-button-content {
        font-family: 'United Sans';
    }

    .country-list-lvl1 {
        padding-left: 0;
        margin: 0;
    }
    
    .polaris-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 3em;
        margin-top: 4em;
    }

    .logo-image {
        width: 200px;
    }

    .logo-horizontal-boder-left {
        border-bottom: 1px solid lightgray;
        width: 200px;
        margin-bottom: 12px;
        margin-right: 8px;
    }

    .logo-horizontal-boder-right {
        border-bottom: 1px solid lightgray;
        width: 200px;
        margin-bottom: 12px;
        margin-left: 8px;
    }

    .main-title {
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 2em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .country-list-lvl1-button {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        color: inherit;
        cursor: pointer;
        border:none;
    }

    .country-list-lvl1-item {
        list-style-type: none;
    }

    .region-name-and-arrow-container {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e3e4e4;
        padding:10px;
        background-color: white;
        align-items: center;
    }

    .region-name-and-arrow-container:hover {
        color: #004e97;
        border-bottom: 2px solid #004e97;
    }

    .arrow-container {
        background-color: white;
    }

    .country-list-lvl1-button-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 18px;
        text-align: left;
        color: inherit;
        /* border-bottom: 1px solid #e3e4e4; */
        background-color: white;
        font-size: 1.2em;
    }

    .country-list-lvl2-button {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        text-decoration: none;
        color: inherit;
    }

    .country-list-lvl2-button:hover {
        color: #004e97;
    }

    .country-list-gcc-lvl2 {
        list-style-type: none;
        padding-left: 0;
    }

    .country-list-lvl2 {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    /*Block of countries to toggle*/
    .country-list-lvl2-item {
        display:list-item;
        padding: 25px;
        background-color: #eff0f1;
        margin-bottom: 1px;
        color: inherit;
    }

    .active {
        /* display: block; */
    }

    .country-list-lvl2-item:hover {
        border-bottom: 2px solid #004e97;
        background-color: white;
    }

    .country-logo-container {
        position: relative;
        top: 2px;
    }

    .country-logo {
        height: 20px;
        width: 30px;
        margin-right: 12px;
        border: 1px solid #959899;
    }

    /* arrow icon */
    .polaris-main-header-dropnav-plus-arrow {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
    }

    .polaris-select-country-dropnav-up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .polaris-select-country-dropnav-down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    @media (max-width: 1200px) {
        .main-content {
            width: 80%;
        }
    }

    @media (max-width: 1000px) {
        /* .polaris-logo {
            display: flex;
            justify-content: start;
        } */

        .logo-horizontal-boder-left, .logo-horizontal-boder-right {
            display: none;
        }
    }