/* ---------------------------------------------------------------
	connected section
--------------------------------------------------------------- */

.section-connected {
  text-align: center;
  color: white;
}
.section-connected h3 {
  font-size: 34px;
}
.section-connected form {
  margin: 25px 0 20px;
}
.section-connected form input:not(.btn) {
  height: 50px;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  margin: 0 2px 15px;
  background: rgba(255, 255, 255, 0.5);
  color: #363737;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.section-connected form input:not(.btn):focus {
  background: white;
}
.section-connected form input[name="Email"] {
  width: 100%;
  margin: 0 0 6px 0;
}
.section-connected form input[name="ZipCode"] {
  width: 140px;
}
.section-connected form .btn {
  font-size: 18px;
  position: relative;
  top: 0;
  height: 50px;
  width: 148px;
}
.section-connected h2.section-title {
  margin-bottom: 10px;
}
.follow-sm {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
}
.follow-sm li {
  display: inline-block;
  margin: 0 8px 15px 8px;
}
.follow-sm li:hover .fa {
  background: #fdb827;
}
.follow-sm a {
  color: white;
}
.follow-sm .fa {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #087ec5;
}
@media (min-width: 768px) {
  .section-connected form input[name="Email"] {
    width: 300px;
    margin: 0 4px 0 0;
  }
}
@media (max-width: 767px) {
  .section-connected form {
    float: left;
    width: 100%;
  }
  .section-connected form input[name="ZipCode"] {
    width: 60%;
    float: left;
    margin: 0;
  }
  .section-connected form .btn {
    float: right;
    width: 38%;
  }
  .follow-sm br {
    display: block !important;
  }
}
