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

nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
}

nav ul {
  margin-right: 50px;
  display: none;
  list-style: none;
}

nav ul li a {
  margin-left: 15px;
  font-weight: 700;
  color: white!important;
  text-decoration: none;
}

.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;
  height: 430px;
  background-origin: content-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url('https://static.rainfocus.com/3ds/3dx22/static/staticfile/staticfile/Call_For_Papers_1440x430_1631207786309001nfCo.jpg');
}

@media only screen and (max-width : 700px) {
  .hero-container {
    font-family: "3DS",Arial,sans-serif;
    height: 100px;
  background-origin: content-box;
  background-size: contain;
 background-position: center;
  background-repeat: no-repeat;
  position: relative;
    background-image: url('https://static.rainfocus.com/3ds/3dx22/static/staticfile/staticfile/Call_For_Papers_1440x430_1631207786309001nfCo.jpg');
  }
  nav {
    display: none;
  }
}

.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;
}

.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 */

/* Cristian's changes */

.rfComp-canvas * {
  font-family: "3DS",Arial,sans-serif;
  font-weight: 200;
}

.rf-card {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
}

.rf-card .card-body {
  border: none;
  background: #ffffff;
}

.rf-card .card-header {
  background: #2A2A2A;
  border-radius: 6px;
  border: none; 
  padding: 14px 23px;
}


.rf-card .card-header .card-header-title {
  font-weight: 200;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: white;
}

.rf-card .card-body .card-body-row, .rfwf-dashboard .my-survey-list-card .card-body, .rf-page-builder-portal .my-survey-list-card .card-body {
  padding: 14px 23px;
}

.rf-card .card-header .card-controls {
  display: none;
}

.rfComp-canvas {
 background: #F7F9FB; 
}


.rf-pill-orange {
  background-color: #009EFF;
  border-color: #009EFF;
}

/* Vanessa's 2022 changes */

.rf-admin-content p, .rfComp-canvas p, .rf-default-modal p, [id*='rf-'].rf-widget p {
  
    font-weight: 300;  
}

.rfG-row {
    margin-bottom: 30px;
}

.rfwf-panel, .rfwf-full-panel {
    
    border-bottom: none;  
    padding: 10px 0;
}

.rf-admin-content h4, .rf-admin-content .h4, .rfComp-canvas h4, .rfComp-canvas .h4, .rf-default-modal h4, .rf-default-modal .h4, [id*='rf-'].rf-widget h4, [id*='rf-'].rf-widget .h4 {
display: none;
}
.readOnly-value {
    height: auto;
}
