/*******************SharePoint OverRides ***************/

#s4-bodyContainer {
    position: relative;
}

div#s4-workspace, div#s4-bodyContainer, div.content-container, div.s4-ca {
    height: 100%;
    margin-left: 0;
    overflow-x:hidden;
    overflow-y:hidden;
}
/*******************SharePoint OverRides ***************/

html, body {
    height: 100%;
}

body {
    font-family: 'Raleway';
    font-size: 18px;
    height: 100%;
    overflow: hidden;
}

* {
    margin: 0;
    font-size: 100%;
    outline: none;
}

.selectionContainer {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
}

.imageContainer {
    width: 50%;
    display: inline-block;
}

.rfloat {
    float: right;
}

.globalWelcome {
    font-size: 45px;
}

.selectCountryText {
    margin: 10px;
}

#ddCountries {
    margin-left: 10px;
    width: 298px;
    height: 48px;
    font-size: 14px;
    font-family: 'Raleway';
}
/* ------------ flag new styles ------------ */
.enter-site-ed {
    display: block;
}

    .enter-site-ed ul {
        display: block;
        padding: 0;
        margin: 0;
        display: flex;
    }

        .enter-site-ed ul li {
            padding: 0;
            margin: 0;
            border: solid 1px #e6e7e8;
            min-height: 123px;
            align-items: center;
            display: flex;
            float: left;
            width: 12.5%;
            text-align: center;
            border-top: none;
        }

            .enter-site-ed ul li:nth-child(1n) {
                border-right: none;
            }

            .enter-site-ed ul li:last-child {
                border-right: solid 1px #e6e7e8;
            }

            .enter-site-ed ul li a {
                text-align: center;
                margin: 0 auto;
            }

                .enter-site-ed ul li a img {
                    display: block;
                    margin: 0 auto;
                }

                .enter-site-ed ul li a span {
                    display: inline-block;
                    font-size: 15px;
                    color: #4f4b4b;
                    font-family: 'Raleway', sans-serif;
                    padding-top: 20px;
                    text-transform: capitalize;
                    font-weight: 300;
                }

            .enter-site-ed ul li:hover {
                background: #f1f2f2;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .enter-site-ed ul li:first-child a {
                display: inline-block;
                font-size: 26px;
                color: #4f4b4b;
                font-family: 'Raleway', sans-serif;
                font-weight: 300;
            }

                .enter-site-ed ul li:first-child a span {
                    display: block;
                    padding-top: 10px;
                }

            .enter-site-ed ul li:first-child:hover {
                background: none;
            }
/* ------------ flag new styles ------------ */


.landing-banner {
    display: block;
}

.landing-head {
    display: block;
    padding: 50px 0;
}

    .landing-head img {
        display: block;
        margin: 0 auto;
    }

.landing-footer {
    background: rgba(77, 85, 91, 1);
    padding: 23px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .landing-footer p {
        display: block;
        font-size: 13px;
        font-family: 'Raleway', sans-serif;
        /*color: #AEB0AE;*/
        color: #C8CFD5;
        margin: 0;
        text-align: center;
    }

.enter-site-ed .container {
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
    /*width: 1328px;*/
    /*width: 90%;*/
}

.enter-site-ed ul li:first-child a {
    display: inline-block;
    font-size: 26px;
    color: #4f4b4b;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.enter-site-ed ul li a span {
    display: inline-block;
    font-size: 15px;
    color: #4f4b4b;
    font-family: 'Raleway', sans-serif;
    padding-top: 20px;
    text-transform: capitalize;
    font-weight: 300;
}
.button.btnGo {
    display: none;
}

#header_container, #content-container, #footer_container  {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
}


.clearfix {
    zoom: 1;
}

#content-inner {
    padding: 0px 10px 0px 25px;
}

#global-left
{
    height: 100%;
}

#global-right
{
    display: none;
}

.page
{
    height: 100%;
    position: relative;
}