.page-footer {
 display: none; 
}

.page-footer.conference-footer {
  display: block;
}

.header-nav {
background: #758da3 !important;
clear: both !important;
position: static !important;
width: 100% !important;
}

.header-nav > ul > li > a::before {
background: url(/images/default-source/page-layout-images/conference-nav-flyout-arrow.png) no-repeat !important;
}

.header-logo img {
    max-width: none !important;
}

.header-logo {
 width: 100% !important; 
}

 @media (max-width: 959px) {
.header-logo img {
    margin-top: 75px !important;
}
}


.background-conference-2019 {
    background-image: url(/images/default-source/conference/conference-background.png);
     background-position: 100% 80%;
     background-size: cover;
  }


 @media (max-width: 479px) {
     .conference-logo.right-logo img {
         width: 70%;
         height: auto;
    }
    
    .background-conference-2019 {
     background-position: 50% 50%;

  }
}


   @media (min-width: 480px)  and (max-width: 1199px) {  
   
     .background-conference-2019 {
     background-position: 100%  100%;
    background-size: cover;
  }
    
}



/*  @media (min-width: 960px) {
  .header-nav {
top: 115px !important;
border: yellow solid 1px;
}
  
}


 @media (min-width: 1050px) {
  .header-nav {
top: 125px !important;
border: grey solid 1px;
}
  
}


 @media (min-width: 1200px) {
  .header-nav {
top: 152px !important;
border: red solid 1px;
}
  
}

@media (min-width: 1400px) {
  .header-nav {
top: 180px !important;
border: grey solid 1px;
}
  
} */