.header-banner {
    max-width: 100%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
}

.form-id-1579716073027001LXhq, .form-id-1579797821275001jXYP .wf-form-element-div {
  margin-bottom: 20px;
}


/* Murray's Changes */
option[value="FM"]{
  display: none;
}


/* Marcus' changes start */

.logo-container {
  width: 100%
}

.logo-container img {
  margin: 13px;
}

.hero-container {
  font-family: "3DS",Arial,sans-serif;
  width: 1919px;
  height: 600px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url('https://static.rainfocus.com/3ds/dxv2020/static/staticFile/staticfile/RegistrationV2_1593541738860001L2LW.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 */
