body {
    background-size: cover;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 100;
    margin: 0 !important;
}
/**MENU**/
.checkbox-menu[type=checkbox] {
    display: none;
}

    .checkbox-menu[type=checkbox]:checked ~ #menu {
        display: block;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    float: left;
    margin-right: 1px;
}

    li a {
        min-width: 140px;
        height: 50px;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        color: unset;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        li a :hover {
            display: block;
            min-width: 140px;
            height: 50px;
            text-align: center;
            line-height: 20px;
            text-decoration: none;
            color: #5b9558;
        }

.menu-icon {
    display: none;
}

/**END MENU**/

.headerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px;
}

.headerLogo {
    background-image: url("../assets/Mobilise\ D\ -\ Logo\ -\ Final.png");
    width: 180px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.topButtons {
    display: flex;
    justify-content: flex-end;
    font-size: 16pt;
    color: black;
    padding: 20px;
}

.menuButton {
    margin-left: 30px;
}

.topImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.midImg {
    width: 100%;
    /* box-shadow: 1px 2px 6px #777777; */
}

.midDiv {
    /* background-color: #538e62; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:705px;
}

.midWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.midText {
    width: 50%;
    font-size: 18pt;
    text-align: center;
}

.secondMidWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    width: 100%;
}

.secondMidDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #85c226;
    /* box-shadow: 1px 2px 6px #777777; */
    height:705px;
}

.secondMidText {
    color: white;
    padding: 40px;
    width: 50%;
    font-size: 18pt;
    text-align: justify;
}

.secondMidImg {
    /* width: 50%; */
    height:705px;
}

.bottomDivWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    width: 100%;
}

.sectionWrapper{
    height:705px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.botttomDiv {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomText {
    width: 50%;
    font-size: 18pt;
    text-align: center;
}

.bottomTitle{
    text-align: center;
    color: orange;
    font-size: 18pt;
    font-weight: bold;
}

.bottomBox{
    text-align: center;
    padding: 20px;
    font-size: 15pt;
}

.bottomButton{
    padding: 13px;
    background: white;
    border: none;
    border: 1px solid #888888;
    cursor: pointer;
    width: 220px;
}

.bottomLogo{
    display: flex;
    align-items: center;
    width: 20px;
}

.logoTitle{
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    /* height: 50px; */
    color: #444444;
    margin-bottom: 30px;
}

.logosWrapperWrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logosWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}

.logoWrapper{
    width:150px;
    height: 80px;
    border: 1px solid #454545;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: white;
}

.partnersWrapper{
    background-color: #f3f3f3;
    padding: 85px;
}

.logo{
    max-width: 140px;
    max-height: 80px;
}

.footer {
    /* background-color: #454545; */
    /* height: 20%; */
    /* width: 100%; */
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 80px;
}

.footerLeft{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.emailImage{
    height: 50px;
    margin-bottom: 10px;
}

.email{
    /* color: white; */
}

.footerMiddle{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imiLogo{
    width: 150px;
    margin-right: 30px
}
.efpiaLogo{
    width: 100px;
}

.footerRight{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mediaFacebook{
    height: 50px;
    width: 50px;
    margin-right: 30px;
    cursor: pointer;
}
.mediaTwitter{
    height: 59px;
    width: 59px;
    margin-right: 15px;
    cursor: pointer;
}

.mediaLinkedin{
    height: 82px;
    width: 82px;
    cursor: pointer;
    /* margin-right: 30px; */
}

.footerBottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.euFlag{
    width: 100px;
    margin-right: 20px;
}

.footerContent{
    width:70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


@media screen and (max-width: 1110px) {
    .menuButton {
        margin-left: unset !important;
    }
}

@media screen and (max-width: 960px) {
    .footerContent{
        flex-direction: column;
    }

    .footerLeft{
        width: 100%;
    }

    .footerRight{
        width: 100%;
    }

    .content {
        margin-top: 93px;
    }

    .headerWrapper {
        position: fixed;
        width: 100%;
        z-index: 9999;
        background-color: #FFF;
        top: 0;
    }

    .footerBottom{
        flex-direction: column;
    }

    .euFlag{
        margin-bottom: 50px;
    }

    .topButtons {
        display: block !important;
    }

    .menu-icon {
        display: none;
        background: linear-gradient(to bottom,#55915e 0,#5b9558 20%,transparent 20%,transparent 40%,#65a04e 40%,#68a548 60%,transparent 60%,transparent 80%,#7cbb2f 80%,#85c226 100%);
        cursor: pointer;
        float: right;
        width: 35px;
        height: 35px;
        margin-right: 35px;
        position: relative;
    }

    .secondMidImg{
        height: auto;
    }

    .secondMidDiv{
        height: auto;
    }

    ul {
        position: static;
        display: none;
    }

    li {
        margin-bottom: 1px;
    }

        ul li, li a {
            width: 100%;
        }

    .midText {
        width: 90%;
        font-size: 14pt;
    }

    .bottomText {
        width: 90%;
        font-size: 14pt;
    }

    .secondMidText{
        font-size: 14pt;
    }
}

@media screen and (max-width: 1460px) {
    .secondMidDiv {
        display: block !important;
    }

    .secondMidText {
        width: 90%;
        padding: 10px;
    }
    
     .bottomText {
        margin-top:200px;
        width: 90%;
    }

    .secondMidImg {
        width: 100%;
        border-top-right-radius: unset;
        border-bottom-left-radius: 10px;
        position: relative;
        top: 4px;
    }
}

.content> div > form {
	margin: 0 auto;
	width:600px;
}
