/* Development CSS: Ian J. Whitmore */

.newsletter-section.events-list{
  background-color: #2C2A40!important;
}


.events-list .mc-title h2{
  font-family: "Sentinel", serif !important;
}

.events-list .mc-title {
  border-right: 1px solid #F6AD96!important;
}

.redd_salesforce {
  margin-bottom: 3rem;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
}

.redd_salesforce label{
  width: 45%;
  max-width: 45%;
  display: inline-block;
  text-align: right;
  font-family: 'Montserrat';
  font-weight: normal;
  vertical-align: top;
  color: #000000;
  text-transform: capitalize;
}

  .redd_salesforce input,
  .redd_salesforce textarea{
    font-weight: 400;
    font-size: 16px;
    padding: 6px;
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 1rem;
    border: 1px solid #000000;
    border-radius: 0!important;
    font-family: 'Montserrat';
}


.redd_salesforce input[type="submit"],
.redd_salesforce input[type="text"],
.redd_salesforce input[type="submit"],
.redd_salesforce textarea,
.redd_salesforce input[type="submit"],
.redd_salesforce select{
  display: inline-block;
  width: 52.5%;
  max-width: 52.5%;
  margin-left: 2.5%;
  border-color: #000000;
  font-family: 'AvenirLTStd-Black';
  margin-bottom: 1.7rem;
}

.redd_salesforce input[type="submit"]{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ff4338;
    float: right;
    clear: both;
    padding: 1rem 0;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #ff4338!important;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }

.redd_salesforce input[type="submit"]:hover{
background-color: #ff4338;
color: #FFFFFF;
}

.redd_salesforce select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-image: url('../img/up-down-arrows.svg');
  background-color: #FFF;
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  padding: 12px 6px;
  font-family: 'AvenirLTStd-Black'!important;
}

.redd_salesforce .g-recaptcha > div{
    float: right;
    margin-right: 0;
    margin-top: 1.2rem;
    margin-bottom: 3rem;
    clear: both;
  }

@media screen and (max-width: 992px) {

    .events-list .mc-title {
      border-right: none!important;
    }
}

@media screen and (max-width: 567px) {

  .redd_salesforce label,
  .redd_salesforce input[type="text"],
  .redd_salesforce textarea,
  .redd_salesforce select{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: left;
    margin-bottom: 0.5rem;
  }

}
