/* Add your custom styles here */
.internal_hero #hero_overlay {
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 2px 2px;
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, .4) 51%, rgba(0, 0, 0, 0.2) 55%);
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, .4) 51%, rgba(0, 0, 0, 0.2) 55%);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 0.2) 55%);
}

/* Hero Sub-text */
#hero.internal_hero .form_subtitle {
    font-weight: 600;
    text-shadow: 2px 2px #222;
}

#cta_internal.cta {
    background-color: rgba(255, 255, 255, .79)!important;
}


@media only screen and (max-width: 575px) {
    #secondary_content_left{
        min-height: 100vw;
    }
  }