/* newsletter css */

.news-section {
    margin: 20px 0 0 0;
}

.col-md-3,
.col-md-9 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
}

.col-md-3 {
    width: 25%;
}

.col-md-9 {
    width: 75%;
}

.newsletter-wrapper::after {
    clear: both;
    content: "";
    display: block;
}

.newsletter-text {
    padding: 5px 0px 5px 20px;
}

.newsletter-section {
    margin-top: 20px;
}

.newsletter-section h2 {
    color: white;
    height: 40px;
    padding: 4px 15px;
    margin: 0 0 10px 20px;
    font-size: 24px;
    line-height: 1.25em;
}

.director-section {
    background-color: #cf362d;
    /* $red */
}

.director-img img {
    max-width: 200px;
}

.director-section:before {
    content: "Director's Update";
}

.director-section-title {
    font-size: 0.9em;
    font-style: italic;
}

.deputy-section {
    background-color: #cf8e2f;
    /* $red */
}

.deputy-img img {
    max-width: 200px;
}

.deputy-section:before {
    content: "Deputy Director's Update";
}

.deputy-section-title {
    font-size: 0.9em;
    font-style: italic;
}

.focus-area-img:before {
    content: url(../images/newsletter/focus-areas.jpg);
}

.focus-area-section {
    background-color: #266294;
    /* $dark-blue */
}

.focus-area-section:before {
    content: "Focus Areas";
}

.project-office-img:before {
    content: url(../images/newsletter/project-office.jpg);
}

.project-office-section {
    background-color: #89342f;
    /* $dark-red */
}

.project-office-section:before {
    content: "Project Office";
}

.integration-img:before {
    content: url(../images/newsletter/integration-office.jpg);
}

.integration-section {
    background-color: #333;
    /* $dark-gray */
}

.integration-section:before {
    content: "Integration";
}

.missed-img:before {
    content: url(../images/newsletter/missed.jpg);
}

.missed-section {
    background-color: #7079ac;
}

.missed-section:before {
    content: "In Case You Missed It";
}

.forward-img:before {
    content: url(../images/newsletter/looking-forward.jpg);
}

.forward-section {
    background-color: #40b1e5;
    /* $blue */
}

.forward-section:before {
    content: "Looking Forward";
}

.industry-img:before {
    content: url(../images/newsletter/industry-council.jpg);
}

.industry-section {
    background-color: #d96947;
}

.industry-section:before {
    content: "Industry Council";
}

.partners-img:before {
    content: url(../images/newsletter/lab-partners.jpg);
}

.partners-section {
    background-color: #7e134d;
}

.partners-section:before {
    content: "Lab Partner Updates";
}

@media screen and (max-width: 1024px) {
    .mobile-hide {
        display: none;
    }

    .newsletter-section h2 {
        margin-left: 0px;
    }

    .main-column {
        width: 100% !important;
    }
}

.newsletter-text h3 {
    font-size: 22px;
}

.newsletter-text h4 {
    font-size: 18px;
}

/*# sourceMappingURL=newsletter.css.map */
