.header-banner {
    max-width: 100%;
    width: 100%;
    height: auto; 
}

/* Marcus' changes start */
.logo-container {
  width: 100%
}
.logo-container img {
  margin: 13px;
}
.hero-container {
  width: 100%;
  height: 300px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url('https://static.rainfocus.com/3ds/3dforum/static/staticfile/staticfile/RegistrationNAMF21_RF-Blank-Banner_1600x300%402x_1627393882606001vpNW.png');
}
.banner-text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10%;
}
.banner-text-container h1,
.banner-text-container h2 {
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,.32);
}
.banner-text-container h1 {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 14px;
  font-weight: 300;
}
.banner-text-container h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 36px;
  font-weight: 100;
}
.hero-container img {
  width: 100vw;
}
footer {
  font-family: "3DS",Arial,sans-serif;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer-social-container {
  display: inline;
  margin-left: 19px;
  padding: 71px 0 24px;
}
.footer-social-container img {
  background-color: #eee;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin-left: 16px;
}
footer .link-col {
  padding: 71px 0 24px;
}
footer .link-col p:first-of-type {
  letter-spacing: -.2px;
  color: rgba(0,0,0,.48);
  box-sizing: border-box;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .link-col li,
footer .link-col li a {
    font-size: 16px;
    letter-spacing: -.2px;
    list-style: none;
    line-height: 10px;
    font-weight: 300;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    color: rgba(0,0,0,.48);
    display: block;
    padding: 4px 0;
}
footer .link-col li a:hover,
footer .footer-corporate a:hover {
    color: rgba(0,0,0,.8);
    text-decoration: none;
}
footer .link-col ul {
  padding-left: 0;
}
.footer-corporate {
  font-weight: 100;
  color: rgba(0,0,0,.48);
  display: flex;
  justify-content: space-between;
  padding: 45px;
}
footer .footer-corporate a {
    text-decoration: none;
    color: rgba(0,0,0,.48);
}
/* Marcus' changes end */

/*Tyson Updates*/
.flex-box-section-full {
    background-color: #f5f5f5 !important;
}
div#rf-content {
    background-color: #f5f5f5 !important;
}
.page-builder-panel.panel-left {
  background-color: #f5f5f5 !important;
}
.rf-select.rf-single-select {
    max-width: 900px;
}
.rf-input {
    max-width: 900px;
}
.rf-textarea {
    max-width: 900px;
}
.rf-checkbox-container.rf-form-element-group {
    max-width: 900px;
  
/*Tyson Updates End*/

/*hiding footer language options*/
.ds-footer__lang{
 display:none; 
}
