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

.footer-top {
  padding: 30px 0;
  background: #363737;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: normal;
}
.footer-top-nav {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.footer-top-nav ul {
  list-style: none;
  padding-left: 0;
}
.footer-top-nav > li {
  font-size: 18px;
  margin-bottom: 20px;
  min-width: 150px;
}
.footer-top-nav > li a {
  color: white;
}
.footer-top-nav > li a:hover {
  color: #ed1b2e;
}
.footer-top-nav > li a:focus {
  color: #ed1b2e;
}
.footer-top-nav > li a:active {
  color: #ed1b2e;
}
.footer-top-nav > li > .nav-item-inner > .nav-item-label {
  font-size: 20px;
  margin-bottom: 10px;
}
.footer-top-nav > li > .nav-item-inner > .nav-item-label span {
  font-family: "prohibition";
  text-transform: uppercase;
}
.footer-top-cta {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-top-cta .heading {
  font-size: 30px;
  font-family: "prohibition";
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-top-cta .content {
  font-size: 18px;
  margin-bottom: 30px;
}
.footer-top-cta .button-wrapper {
  margin-bottom: 30px;
}
.footer-top-cta .button-wrapper .btn {
  font-family: "prohibition";
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
  height: auto !important;
  padding: 6px 12px 9px;
  font-weight: normal;
}
.footer-bottom {
  padding: 10px 0;
  background: #fdb827;
  text-align: center;
}
.footer-bottom .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-bottom-nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.footer-bottom-nav li {
  display: block;
  float: left;
  padding: 0 10px;
}
.footer-bottom-nav li a {
  text-decoration: none;
  text-align: center;
  color: #363737;
}
.footer-bottom-nav li a:hover {
  color: #ed1b2e;
}
.copyright {
  width: auto;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.section-connected {
  text-align: center;
  color: white;
  padding: 60px 0 30px 0;
}
.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;
  display: inline;
}
.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;
  margin-left: 4px;
}
.section-connected h2.section-title {
  margin-bottom: 10px;
  color: white;
  padding: 0;
}
.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: 499px) {
  .footer-top-nav {
    flex-direction: row;
  }
  .footer-top-nav > li {
    padding-right: 30px;
  }
  .footer-top-nav > li > .nav-item-inner > .nav-item-label {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .footer-bottom .container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .copyright {
    text-align: right;
    margin: 0;
  }
  .footer-bottom-nav {
    width: auto;
    margin: 0;
  }
  .footer-bottom-nav li {
    padding: 0;
  }
  .footer-bottom-nav li a {
    display: inline-block;
    padding: 0 18px;
  }
  .footer-bottom-nav li:last-child a {
    padding-right: 0;
  }
  .section-connected form input[name="Email"] {
    width: 300px;
    margin: 0 4px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom-nav li {
    float: none;
    display: inline-block;
  }
  .section-connected {
    padding: 30px 0 0 0;
  }
  .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%;
  }
  .section-connected form input[name="Email"] {
    margin-bottom: -8px;
  }
  .follow-sm br {
    display: block !important;
  }
}
