/* Global */

h1 {
    text-align: center;
}
h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 200;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
  h4 {
      font-size: 24px;
  }
}
a {
    color: #0077cc;
    font-size: 18px;
}
.lines img{
    width: 100%;
    height: 400px;
    float: left;
    margin-top: -303px;
}
.text-column .row {
    margin-left: 0;
    margin-right: 0;
}
.container.hero-image {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .container-wrapper .container {
        max-width: 80%;
    }
    .container-wrapper {
        padding-bottom: 96px;
    }
    .container.hero-image {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.accent-purple h2, .accent-purple h3 {
    color: #333;
}

/* Header/navigation */

.navbar {
    z-index: 2;
}
@media all and (min-width: 992px) {
    .navbar {
        padding-right: 5rem;
    }
}
.navbar-brand {
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 1px;
}
button.navbar-toggler {
    padding: .75rem;
}
.toggle-button-text {
    color: white;
    position: absolute;
    right: 70px;
    top: 29px;
    font-size: 16px;
    font-weight: 100;
}
@media all and (min-width: 992px) {
    .toggle-button-text {
        right: 135px;
    }
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: 200;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 555px) {
    .navbar-brand {
        font-size: 1.1rem;
        letter-spacing: 0;
        padding-top: 0;
        white-space: normal;
        width: 100%;
    }
}
@media (min-width: 556px) and (max-width: 768px) {
    .navbar-brand {
        font-size: 1.5rem;
        letter-spacing: 0;
        padding-top: .675rem;
    }
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }
}

@media all and (max-width: 399px) {
    section.purple.overlay,
    .home-video {
        margin-top: 49px;
    }
}

/* Footer */

footer {
    background-color: #3E1151;
    height: 300px;
}
@media (min-width: 768px) {
    footer {
        height: 190px;
    }
}
footer p,
footer a {
    color: #fff;
    font-size: 16px;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.henn-logo {
    width: 55px;
}

/* Buttons */

.purple-btn {
    float: left;
}
.purple-btn button {
    color: #fff;
    font-weight: 600;
    background-color: #3E1151;
    width: 180px;
    height: 55px;
    border: 4px solid #3E1151;
}
.purple-btn button:hover {
    color: #3E1151;
    background-color: #fff;
}
.white-btn:hover {
    padding: 8px;
}
.white-btn a,
.white-btn a:not([href]):not([tabindex]) {
    color: #3E1151;
}
.white-btn a:hover,
.white-btn:hover a:not([href]):not([tabindex]){
    color: #fff;
    cursor: pointer;
}

/* Page content */

.container-wrapper.video-text {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .container-wrapper.video-text {
        padding-bottom: 96px;
    }
}
.vid-player-img img {
    max-width: 100%;
    height: auto;
}
.vid-player-img:after {
    top: 53%;
}

ul.meetings-list,
ul.committee-list,
ul.documents-list {
    list-style-type: none;
    padding-inline-start: 0;
}
ul.meetings-list li,
ul.committee-list li,
ul.documents-list li {
    padding-top: .25rem;
}
.strat-map, div.rich-text-section img {
    width: 100%!important;
    max-width: 992px;
    height: auto;
}
@media (max-width: 576px) {
    .lines img{
        height: 200px;
        margin-top: -160px;
    }
    .form-right {
        margin-left: 0px;
    } 
    .media-left {
        width: 10%;
        float: left;
    }
}
@media (max-width: 767px) {
    .media {
        display: block;
    }
    .media-left {
        width: 100%;
        margin-top: 3rem;
    }
    .media-left img {
        width: 65px;
        height: 65px;
        margin-bottom: 1rem;
    }
    .media-left, .media-right, .media-body {
      display: block;
      width: 100%;
    }
    .media-body h4 {
      margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .embed-responsive {
        margin-top: 35px;
    }
}

/*Form styling*/
.scfForm {
    font-family: 'myriad-pro', Arial, sans-serif;
}
.scfSectionContent, .scfCheckBoxListGeneralPanel {
    float:none !important;
}

.scfSubmitButtonBorder input {
    background: #3E1151;
    color: white;
    padding: 10px 45px;
    border: 2px solid #3E1151;
}
.scfSubmitButtonBorder input:hover {
    background:white !important;
    color:#000;
}
.scfSubmitButtonBorder input:focus {
    border: 2px solid #8C49A8;
    background: #3E1151 !important;
    color:white;
}
.scfSingleLineGeneralPanel input {
    max-width:50%;
    padding:10px;
}
.scfCheckBoxListLabel {
    font-weight: normal !important;
}

.scfForm input[type=checkbox] {
    margin-right:5px;
}
.scfRequired {
    float:none;
    position: relative;
}