body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: myriad-pro, sans-serif;
  color: #152e5e;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: myriad-pro, sans-serif;
  color: #152e5e;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: myriad-pro, sans-serif;
  color: #152e5e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: myriad-pro, sans-serif;
  color: #152e5e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: myriad-pro, sans-serif;
  color: #152e5e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: myriad-pro, sans-serif;
  color: #152e5e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  margin-bottom: 26px;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  line-height: 28px;
  list-style-type: disc;
}
.button {
  display: block;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 6px;
  background-color: #152e5e;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: myriad-pro, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #112852;
}
.button.commit-button {
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #f07b46;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
}
.button.commit-button:hover {
  background-color: #e35e20;
}
.button.fb-blue {
  background-color: #364a91;
}
.button.tw-blue {
  background-color: #4198ee;
}
.button.orange {
  background-color: #e8692e;
}
.navbar {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #0f4582;
  background-image: -webkit-radial-gradient(circle at 50% 50%, #1663ba, transparent);
  background-image: -o-radial-gradient(circle at 50% 50%, #1663ba, transparent);
  background-image: radial-gradient(circle at 50% 50%, #1663ba, transparent);
}
.logo {
  margin-top: 10px;
  margin-left: 20px;
}
.navlink {
  padding: 20px;
  font-family: myriad-pro, sans-serif;
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.navlink.w--current {
  background-color: #357bcc;
  color: white;
}
.navlink.commit-to-vote {
  background-color: #f07b46;
  background-image: -webkit-radial-gradient(circle at 50% 50%, #ff7433, transparent);
  background-image: -o-radial-gradient(circle at 50% 50%, #ff7433, transparent);
  background-image: radial-gradient(circle at 50% 50%, #ff7433, transparent);
  color: white;
  font-weight: 600;
}
.spacer {
  width: 100%;
  height: 60px;
}
.home-hero-section {
  height: 600px;
}
.wrapper.default {
  position: relative;
  z-index: 999;
  padding-top: 100px;
  padding-bottom: 100px;
}
.wrapper.center {
  text-align: center;
}
.home--hero-slider {
  position: relative;
  z-index: 100;
  height: 100%;
  background-color: #0f4582;
}
.home-hero-slide1 {
  background-image: url('../images/issue1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.white {
  margin-top: 0px;
  color: white;
}
.white.center {
  margin-bottom: 50px;
  text-align: center;
}
.style-guide-dark-section {
  background-color: #152e5e;
}
.home-hero-content-block {
  position: absolute;
  z-index: 900;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(159deg, rgba(18, 114, 224, 0.70), rgba(255, 82, 3, 0.70));
  background-image: -o-linear-gradient(69deg, rgba(18, 114, 224, 0.70), rgba(255, 82, 3, 0.70));
  background-image: linear-gradient(69deg, rgba(18, 114, 224, 0.70), rgba(255, 82, 3, 0.70));
}
.home-hero-slider-arrow {
  display: none;
}
.home-hero-slider-nav {
  display: none;
}
.home-hero-slide2 {
  background-image: url('../images/issue2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.home-hero-slide3 {
  background-image: url('../images/issue4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.dropshadow {
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0px;
}
.serif-subheading {
  margin-top: -16px;
  font-family: clavo, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
.hero-subtext {
  margin-top: 40px;
  margin-bottom: 70px;
  font-family: myriad-pro, sans-serif;
  font-size: 20px;
}
.home-renewed-section {
  height: 800px;
}
.home-renewed-row {
  height: 100%;
}
.home-renewed-left-col {
  height: 100%;
  padding: 20% 30px;
  background-color: #d8e3ef;
}
.home-renewed-right-col {
  height: 100%;
  padding: 80px 60px;
}
.serif-heading {
  margin-bottom: 30px;
  font-family: clavo, sans-serif;
  color: #de4e0d;
  font-size: 60px;
  line-height: 70px;
}
.serif-quote-block {
  margin-bottom: 8px;
  font-family: clavo, sans-serif;
  color: #152e5e;
  font-size: 21px;
  line-height: 24px;
}
.serif-quote-block.small {
  font-size: 15px;
  line-height: 18px;
}
.serif-quote-div {
  margin-bottom: 40px;
}
.serif-left-col-text {
  margin-bottom: 40px;
  font-family: clavo, sans-serif;
  color: #0f4582;
  font-size: 42px;
  line-height: 40px;
  text-align: center;
}
.home-about-section {
  height: auto;
  background-color: #0f4582;
  background-image: -webkit-radial-gradient(circle at 50% 50%, #1054a1, transparent);
  background-image: -o-radial-gradient(circle at 50% 50%, #1054a1, transparent);
  background-image: radial-gradient(circle at 50% 50%, #1054a1, transparent);
}
.serif-quote-white {
  margin-bottom: 32px;
  padding-right: 5%;
  padding-left: 5%;
  font-family: clavo, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.quote-mark {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f07b46;
  font-size: 124px;
  line-height: 50px;
  text-align: center;
}
.home-action-section {
  background-color: #f07b46;
  background-image: -webkit-linear-gradient(165deg, rgba(15, 69, 130, 0.70), rgba(222, 78, 13, 0.70)), url('../images/issue3.jpg');
  background-image: -o-linear-gradient(75deg, rgba(15, 69, 130, 0.70), rgba(222, 78, 13, 0.70)), url('../images/issue3.jpg');
  background-image: linear-gradient(75deg, rgba(15, 69, 130, 0.70), rgba(222, 78, 13, 0.70)), url('../images/issue3.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.home-action-row {
  margin-top: 30px;
}
.home-action-col {
  text-align: center;
}
.home-section-footer {
  height: auto;
  background-color: #101c33;
}
.footer-text-block {
  margin-top: 20px;
  font-family: myriad-pro, sans-serif;
  color: white;
  font-size: 12px;
  text-align: center;
}
.footer-byline-text {
  display: block;
  width: 280px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  border: 1px solid white;
  font-family: myriad-pro, sans-serif;
  color: white;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.footer-heading {
  margin-bottom: 20px;
  font-family: clavo, sans-serif;
  color: white;
  font-size: 18px;
}
.footer-item-text {
  font-family: myriad-pro, sans-serif;
  color: white;
  line-height: 24px;
}
.footer-row {
  margin-bottom: 40px;
}
.facebook {
  width: 80%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: white;
}
.footer-link {
  color: white;
  text-decoration: none;
}
.form-main-section {
  min-height: 700px;
  background-color: #0f4582;
  background-image: -webkit-linear-gradient(176deg, rgba(15, 69, 130, 0.90), rgba(237, 109, 50, 0.90)), url('../images/issue2.jpg');
  background-image: -o-linear-gradient(86deg, rgba(15, 69, 130, 0.90), rgba(237, 109, 50, 0.90)), url('../images/issue2.jpg');
  background-image: linear-gradient(86deg, rgba(15, 69, 130, 0.90), rgba(237, 109, 50, 0.90)), url('../images/issue2.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.field-label {
  font-family: myriad-pro, sans-serif;
  color: white;
  text-transform: uppercase;
}
.field-block {
  display: inline-block;
  width: 40%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.text-field {
  border-radius: 3px;
  font-family: myriad-pro, sans-serif;
}
.success-block {
  padding: 0px;
  background-color: transparent;
}
.error-block {
  padding-top: 30px;
  border-radius: 6px;
  background-color: rgba(51, 51, 51, 0.65);
  text-align: center;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
  .navlink {
    text-align: center;
  }
  .wrapper.default {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-size: 36px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .home-renewed-section {
    height: auto;
  }
  .home-renewed-left-col {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .facebook {
    width: 100%;
    margin-bottom: 20px;
  }
  .navmenu {
    background-color: #0f4582;
  }
  .footer-col {
    text-align: center;
  }
  .form-main-section {
    padding-right: 60px;
    padding-left: 60px;
  }
  .field-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper.default {
    padding: 40px;
  }
  .wrapper.center {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hero-subtext {
    line-height: 28px;
  }
  .footer-row {
    margin-bottom: 0px;
  }
  .footer-col {
    margin-bottom: 50px;
  }
  .form-main-section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h2 {
    font-size: 21px;
    line-height: 25px;
  }
  .button.commit-button {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .wrapper.default {
    padding-right: 20px;
    padding-left: 20px;
  }
  .serif-subheading {
    font-size: 19px;
  }
  .home-renewed-right-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .serif-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .serif-quote-white {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-text-block {
    line-height: 16px;
  }
  .form-main-section {
    padding-right: 0px;
    padding-left: 0px;
  }
}