body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 !important;
}

.CustomerSite  {
    padding-top:20px;
    padding-bottom: 20px;
}
/* HEADER */
.header {
    width: 100%; 
}

.black_bar {
    background-color: #333; 
    left: 0; 
    right: 0; 
    top:0; 
    z-index: 12; 
    display: flex;
    justify-content: flex-end;
    position: absolute;
}

.social_container {
    width: 90%; 
    margin:auto;
    display: flex; 
    align-items: center;
    justify-content: flex-end;
}

.social_item {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding:5px;
}

.social_item span {
    color: #fff; 
    font-family: Montserrat, sans-serif;
    padding-right:5px; 
    padding-left:5px;
}

.social_item img {
    height:23px;
    padding-left:5px;
    padding-right:5px;
}

.nav_bar {
    display: flex; 
    max-width: 90%; 
    margin:auto; 
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: wrap;
    
}

.shrink {
    flex-shrink: 1;
}
.nav_wrapper {
    width:100%; 
    margin:0; 
    background-color:  rgba(46,46,46, 0); 
    left:0; 
    right:0;
}

.sticky {
  position: fixed;
  top: 0;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(46,46,46);
  opacity: 0;
}


.nav_item img {
    height:145px;
}

.nav_menu {
    display: flex; 
    justify-content: space-around;
    flex-wrap: wrap;
}


.nav_item .nav_menu a, 
.dropdown-content a {
    text-decoration: none; 
    font-weight: 700; 
    margin-right: 20px;
    color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  padding-top:5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* MOBILE HEADER */

.mobile {
    visibility: hidden;
}

.mobileMenu {
    position: absolute;
    width: 100%;
    margin-top: 150px;
    transform: translateY(0px) translateX(0px); 
    transition: transform 400ms ease 0s;
}

.mobileBtn {
    height:80px;
    width:80px;
    font-size:24px;
    cursor: pointer;
    background-color: black;
}

.grey {
     background-color: #C8C8C8 !important;
}

.mobileBtn i {
    color: white;
    padding:25px;
    font-size:34px;
}

.hidden {
    visibility: hidden;
}

.mobile_nav ul {
    background-color: #333;
}

.mobile_nav li{
    display: block; 
    list-style: none !important;
    width:100%; 
    padding: 15px;
    padding-left: 0;
    text-align: center;
    background-color: #333;
}

.mobile_nav li a{
    text-decoration: none; 
    font-size: 15px;
    color: white;
}

/********************************************/

/* FOOTER */

.footer {
    background-color: #333; 
    width:100%;
    bottom: 0; 
}

.footer_container {
    max-width: 1200px; 
    margin:auto; 
    display: flex;
    flex-direction: column; 
    color: white;
    flex-wrap: wrap;
}

.footer_box {
    display: flex;
    align-content: stretch; 
}

.footer_item {
    margin:30px;
}

.item {
    width: 36%;
}

.footer_box div, 
.footer_item {
    margin-right:20px;
    font-family: Montserrat, sans-serif;
    line-height: 28px;
    font-size: 13px;
}

.borderBox {
    border-left: 1px solid hsla(0, 0%, 90.7%, 0.13);
    border-right: 1px solid hsla(0, 0%, 90.7%, 0.13);
    padding-left:27px; 
    padding-right: 33px;
    width: 25%;
}

.item h1{
    font-family: Oswald, sans-serif;
    margin-bottom: 20px;
    line-height: 20px;
}


.item ul li {
    display: block; 
    list-style: none;
}

.item ul li a {
    text-decoration: none; 
    font-family: Montserrat, sans-serif;
    line-height: 28px;
    font-size: 13px;
    color: #fff;
}

.item ul li a:hover {
    color: #948d8d;
}

.item img {
    width: 19px;
}

.item table tr td {
    vertical-align: top;
}

.item table { 
    border-spacing: 25px 20px; 
}

#webmaster {
    color: #ebdfdf;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.footer_item a img {
    width: 89px;
    height: auto;
}

.center {
    text-align: center;
}

.ApplicationContainer label .Red {
    color: #999 !important;
}

.ApplicationContainer .ErroneousFieldTitle .Red {
    color: red !important;
}

/********************************************/

/************** MEDIA QUERIES ***********************/
@media (max-width: 1262px) and (min-width: 1136px) {
    .footer_container,
    .footer_item {
        max-width: 994px;
        
    }

}

@media (max-width: 1135px) and (min-width: 1024px) {
    .footer_container,
    .footer_item {
        max-width: 904px;
        flex-wrap: wrap;
    }

    .grow {
        order: -1;
        flex: 1 0 100%;
        padding-bottom:20px;
        text-align: center !important;
    }

    .borderBox {
        border-left: none !important;
    }
}

@media (max-width: 1023px) and (min-width: 486px) {
    .footer_container,
    .footer_item {
        max-width: 754px;
        flex-wrap: wrap;
    }

    .grow {
        order: -1;
        flex: 1 0 100%;
        padding-bottom:20px;
        text-align: center !important;
    }

    .borderBox {
        border-left: none !important;
    }
}

@media (max-width: 486px) {
    .footer_container,
    .footer_item {
        max-width: 450px;
        flex-wrap: wrap;
    }

    .grow {
        order: -1;
        flex: 1 0 100%;
        padding-bottom:20px;
        text-align: center !important;
    }

    .borderBox {
        border-left: none !important;
    }
}

@media (max-width: 991px){
    .social_container {
        justify-content: space-between !important;
    }

    .mobile {
       visibility: visible;
    }

    .desktop {
        display: none !important;
    }
}

/********************************************/