/* Internal Join Today Newsletter Update */

#footer {
  border-top: 0;
}

.internal-orange {
  background: #cf4b04;
  padding: 30px 0;
}

.internal-orange .container {
  max-width: 1170px;
}


.internal-orange h2 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.internal-orange h2,
.internal-orange p {
  color: #fff;
  text-align: left;
}


.internal-orange img {
  max-width: 100%;
  width: 100%;
  height: auto;
}


.internal-orange .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.internal-orange .col-lg-3 p {
  margin-bottom: 0;
}

.internal-orange .col-lg-2.join_contain {
  padding-right: 30px;
  /* border-right: 1px solid #eaeaea; */
  border-right: 1px solid #af3d00;
  padding-left: 0;
}

.internal-orange a.btn.btn-primary {
  /* padding: 10px 5px; */
  padding: .4rem;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #004473;
  border-radius: 0;
  border-color: #004473;
  /* font-size: 16px; */
  font-size: 1.25em;
  margin: 15px 0px;
  font-weight: 500;
}


/* Social Icons */
.internal-orange  #social-bar {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}

.internal-orange  #social-bar p {
  margin-bottom: 10px;
  margin-top: 0;
}

.internal-orange  #social-bar ul {
  display: flex;
}

.internal-orange  #social-bar li a {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 0 0 17px;
  background: url(https://www.easterseals.com/assets/wrapper-images/social_links_sprite_mono_rebrand.png) no-repeat 0 0;
  font-size: 0;
}

.internal-orange  #social-bar li:first-of-type a {
  margin-left: 0;
}

.internal-orange  #social-bar .soc-fbk a {
  background-position: 0 0;
}

.internal-orange  #social-bar .soc-twt a {
  background-position: -52px 0;
}

.internal-orange  #social-bar .soc-ytb a {
  background-position: -104px 0;
}

.internal-orange  #social-bar .soc-pnt a {
  background-position: -156px 0;
}

.internal-orange  #social-bar .soc-ins a {
  background-position: -208px 0;
}

.internal-orange  #social-bar .soc-lkn a {
  background-position: -260px 0;
}

.internal-orange  #social-bar .soc-blg a {
  background-position: -314px 0;
}

.internal-orange .container .row:nth-child(2) {
    margin-left: 50px;
}

@media(max-width: 1070px) {
  .internal-orange .col-md-1 {
    padding: 0 10px;
    margin-top: -5px;
  }
}

@media(max-width: 992px) {
  .internal-orange .container .row:nth-child(2) {
    margin-left: 0;
  }
}

@media(min-width: 992px) {
  .internal-orange .container .row .col-md-6 h2 {
    display: none;
  }
}

@media(max-width: 991px) {
  .internal-orange .container .row:nth-child(2) {
    justify-content: center;
    align-items: center;
  }
  
  .internal-orange .container .row:nth-child(1) {
    display: none;
  }
  
  .internal-orange .container .row .col-md-6 h2 {
    display: block;
  }

  .internal-orange #social-bar {
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    border-top: 1px solid #af3d00;
    max-width: 800px;
    padding-top: 30px;
  }
  
  .internal-orange .col-lg-2.join_contain {
    border-right: none;
  }

}


@media(max-width: 767px) {
  .internal-orange .col-md-1 {
      display: none;
  }

  .internal-orange .col-md-3 p {
      margin-bottom: 20px;
  }

  .internal-orange h2.section-heading {
      margin: 20px 0 8px 0;
  }

  .internal-orange #social-bar {
    align-items: start;
  }

  .internal-orange #social-bar ul {
    justify-content: center;
  }

  .internal-orange .col-lg-1.col-md-2 img {
    max-width: 50px;
}

}

.internal-orange p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', Arial, sans-serif;
}

