section.module.module--home-leadership .grid__column.grid__column--m-6 a.welcome__button {
    text-align: center;
}

.grid__column.grid__column--m-6.copyright__right {
    display: none;
}

@media (min-width: 961px) {
.module--clickable-panel .item__description {
    padding: .5em;
}
}

@media (max-width: 680px) { 
.module--home-banner .module__title {
    text-align: center;
}

.module--home-banner
.module__video {
    padding-top: 2em;
}

.module--home-banner {
    text-align: center;
}

.module--home-signup .module__form input {
    margin-bottom: 1em;
    width: 100%;
}

.module--home-leadership .welcome__button {
    display: block;
    margin-bottom: 2em;
}

.module--home-blog .wp-post-image {
    display: inline-block;
}

.module--home-blog .entry__header, .module--home-blog .entry__content, 
.module--home-blog .entry__title{
    text-align: center;
}

.module--home-signup .module__title {
    padding-top: 15px;
}

section.module.module--home-signup .grid__column.grid__column--m-2 {
    text-align: center;
}

.module--home-signup .signup__image {
    display: inline-block;
}

section.module.module--home-leadership {
    text-align: center;
}

}

@media only screen and (max-width: 500px) {
    button {
        left: 3.5em;
    }
}

.page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6, .page__content .h1, .page__content .h2, .page__content .h3, .page__content .h4, .page__content .h5, .page__content .h6 {
    text-transform: uppercase;
    padding-bottom: 0.1em;
}

.menu-toggle {
    position: relative;
    left: 0em;
}


.required  {
  color: #000;
} 

.module--home-leadership .module__title {
    text-align: left;

}

@media (max-width: 680px) {
    .module--home-leadership .module__title {
    text-align: center;
 }

.module--testimonials .slide .slide__content .testi-image-wrap {
    margin-bottom: 1.5em;
}


}

@media (max-width: 680px) {

  .module--home-signup .signup__image {
      width: auto;
      margin: auto;
  }

}

@media (max-width: 960px) {
.module--home-signup .signup__image {
    width: 200px;
    margin: 0 auto 1rem;
 }
}

.module--home-seen {
    padding: 3em 0 3em 0;
}

.module-text-button {

    font-weight: bold;
    line-height: 1.2;
    font-family: 'Karla',sans-serif;
    color: #222223;
    text-transform: uppercase;
    letter-spacing: .32em;
    background: #5a4099;
    color: #fff;
    border: 0;
    margin: 0;
    padding: .7em 4em;
    display: inline-block;
    margin-top: 2em;
}


.module-text-button:hover {

    font-weight: bold;
    line-height: 1.2;
    font-family: 'Karla',sans-serif;
    color: #222223;
    text-transform: uppercase;
    letter-spacing: .32em;
    background: black;
    color: #fff;
    border: 0;
    margin: 0;
    padding: .7em 4em;
    display: inline-block;
    margin-top: 2em;
}
.footer #mc_embed_signup input::-webkit-input-placeholder {
    color: #fff;
}
.footer #mc_embed_signup input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.footer #mc_embed_signup input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer #mc_embed_signup input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


.entry__excerpt-wrap {
 
    display: none;
}


