.message-buttons{display: flex; flex-flow: row; justify-content: space-evenly;}

.copyright p{visibility: hidden; position: relative;}
.copyright p:after{content: "© 2020 Eastern Region Training and Technical Assistance Center, a Resource of the Administration for Native Americans. All rights reserved."; 
                    visibility: visible; position: absolute; top: 0; left: 0;}


@media screen and (max-width: 480px) {
  .home_column .vc_custom_1597869575981, .home_column .vc_custom_1597869584258{
    margin-left: 0 !important;
  }
  .site-branding{margin-right:-75px;}
  .site-branding img{height: 75px;}
  
  .mobile-menu{position: fixed; top:5px;}
  
  .entry-content .resource_content_column{padding-left: 10px !important; padding-right: 10px !important;}
  
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active{background-color: white;}
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel{background-color: #eeeeee;}
  
  .message-buttons{flex-flow: column;}
  .vc_message_box{padding: 1em 1em 1em 1em;}
  .maxbutton-1{margin-top: 10px;}
}