/* stylesheet for footer specific css*/



.footerGrad {
    background: -moz-linear-gradient(0% 0% -90deg,rgba(0, 138, 227, 0.6) 0%,rgba(0, 135, 219, 0.62) 7.87%,rgba(0, 126, 199, 0.67) 34.55%,rgba(0, 123, 191, 0.7) 52.18%,rgba(0, 89, 169, 0.9) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(0, 138, 227, 0.6) 0%, rgba(0, 135, 219, 0.62) 7.87%, rgba(0, 126, 199, 0.67) 34.55%, rgba(0, 123, 191, 0.7) 52.18%, rgba(0, 89, 169, 0.9) 100%);
    background: -webkit-gradient(linear,0% 0% ,0% -1% ,color-stop(0,rgba(0, 138, 227, 0.6) ),color-stop(0.0787,rgba(0, 135, 219, 0.62) ),color-stop(0.3455,rgba(0, 126, 199, 0.67) ),color-stop(0.5218,rgba(0,
        123, 191, 0.7) ),color-stop(1,rgba(0, 89, 169, 0.9) ));
    background: -o-linear-gradient(-90deg, rgba(0, 138, 227, 0.6) 0%, rgba(0, 135, 219, 0.62) 7.87%, rgba(0, 126, 199, 0.67) 34.55%, rgba(0, 123, 191, 0.7) 52.18%, rgba(0, 89, 169, 0.9) 100%);
    background: -ms-linear-gradient(-90deg, rgba(0, 138, 227, 0.6) 0%, rgba(0, 135, 219, 0.62) 7.87%, rgba(0, 126, 199, 0.67) 34.55%, rgba(0, 123, 191, 0.7) 52.18%, rgba(0, 89, 169, 0.9) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#008AE3', endColorstr='#0059A9' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(0, 138, 227, 0.6) 0%, rgba(0, 135, 219, 0.62) 7.87%, rgba(0, 126, 199, 0.67) 34.55%, rgba(0, 123, 191, 0.7) 52.18%, rgba(0, 89, 169, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008AE3',endColorstr='#0059A9' , GradientType=0);
}

#footer {
    position: relative;
    z-index: 10
}

#footerWrapper {
    overflow: hidden;
    position: relative;
    background-image:  url("../images/footer/mjOffice2-min.png"), linear-gradient(90deg, rgba(17, 17, 17, 1) 0.11%, rgba(17, 17, 17, 1) 100%);
    background-size: cover;
}

#footerLogo {
    width: 100%;
    max-width: 250px;
}

#footerTagline {
    width: 100%;
    max-width: 300px;
}

#footerContentWrapper {
    position: relative;
    z-index: 15;
    margin-top: 80px;
    margin-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
}

#footerLogoTagWrapper {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 2px solid #4d4d4d;
}



.footerSvgGeomarkerIcon {
    width: 10.93px;
    height: 16px;
    transition: .3s;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

#footerNavList {
    display: block;
    list-style-type: none;
}

.footerNavListItem {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerNavListItem > .footerNav:hover {
    color: white;
    transition: .2s;
}

.footerDropdownLink:hover {
    color: white;
}

#footerDropdown {
    z-index: 5;
    top: 32px;
    padding-bottom: 0px;
    box-shadow: none;
}
#footerDropdown > li {
     background-color: #1c1c1c;
 }

.footerNav {
    border-bottom: 2px solid transparent;
    transition: .2s;
}

.footerNav:hover {
    border-bottom: 2px solid white;
    transition: .2s;
}


#footerAddressContainer {
    max-width: 1199px;
    margin-left: auto;
}

.footerAddress > a:hover{
    color: white;
}

/*
############
SOCIAL ICONS
############
*/

#footerSocialWrapper {
    margin-top: 40px;
}

.footerSocialIcon {
    width: 30px;
    height: 30px;
    transition: .2s;
}

.footerYoutube, .footerFacebook, .footerLinkedIn, .footerInstagram {
    transition: .2s;
}

.footerSocialIcon:hover .footerYoutube, .footerSocialIcon:hover .footerFacebook, .footerSocialIcon:hover .footerLinkedIn, .footerSocialIcon:hover .footerInstagram {
    fill: #FF0000 ;
    transition: .2s;
}




#draftLogoWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    right: 20px;
}
#draftLogo {
    width: 72px;
    height: 19.76px;
    margin-right: 20px;
}

#footerBar {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 60px;
    background-color: #1A1A1A;
    box-shadow: 0px 0px 6px 0px #111111;
}





@media (max-width: 1600px) {
    #footerBar {
        height: 45px;
    }
    #footerContentWrapper {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 1199px) {
    
    /*#mjAffOpp {display:none;}*/
    
    
    #footerContentWrapper {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    
    #footerWrapper {
        background-position: 16%;
    }
    
    .footerNavListItem {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #footerNavWrapper {
        margin-top: 40px;
    }
    
    #footerLogoTagWrapper {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none;
    }
    
    #footerSocialWrapperMobile {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 2px solid #4d4d4d;
    }
    
    #footerAddressContainer {
        max-width: 430px;
        margin: 0 auto;
        /*margin-top: 50px;*/
    }
}

@media (max-width: 991px) {
    .footerNavListItem {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    #footerWrapper {
        background-position: 34%;
    }
    
    #footerContentWrapper {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    
    #footerLogo {
        max-width: 150px;
    }
    
    #footerLogoWrapper, #footerTaglinkWrapper {
        flex-basis: 100%;
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    #footerNavWrapper {
        margin-top: 0px;
    } 
    
    #footerDropdown {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
 
    #footerTagline {
        display: none;
    }
    
    #footerLogoTagWrapper {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none;
    }
    
    .footerNavListItem {
        display: block;
    }
    
    #footerAddressContainer {
        padding-left: 30px;
        margin-top: 0px;
    }
    
    #draftLogoWrapper { 
        right: 0px;
        height: 100%;
        bottom: 0px;
    }
}

@media (max-width: 479px) {
    #footerNavList {
        max-width: 200px;
        margin: 0 auto;
    }
    
    #draftLogoWrapper {
        right: auto;
    }
    #draftLogo {
        margin-right: 0px;
    }
}

@media (max-width: 380px) {
    .footerAddressWrapper .p2 {
        font-size: 12px;
    }
}