/* NEWS CENTER INDEX */


#flexiselDemo2 .nbs-flexisel-item img {
    height: auto !important;
    max-height: 100% !important;
}

.nbs-flexisel-item h3 {
    font-size: 18px;
    font-weight: 300;
    width: 90%;
    margin: auto;
}

.news-tile {
    width: 33.3333333%;
}

@media only screen and (max-width: 1000px) {
    .news-tile {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .news-tile {
        width: 100%;
    }

    .search-group {
        margin-bottom: 1em;
    }

    .subscribe-list li {
        float: left;
        margin-bottom: 5px;
        text-align: left;
    }

        .subscribe-list li:nth-child(1) {
            width: 30%;
        }

        .subscribe-list li:nth-child(2), .subscribe-list li:nth-child(3) {
            width: auto;
            float: right;
        }
}

@media only screen and (max-width: 568px) {
    .subscribe-list li:nth-child(1) {
        width: 100%;
    }

    .subscribe-list li:nth-child(2), .subscribe-list li:nth-child(3) {
        width: auto;
        float: left;
    }
}

.news-tile-inner {
    padding: 1em;
}

.news-tile-header {
    background-color: #006DB5;
    padding: 1em;
    border: 2px solid #006DB5;
    border-bottom: none;
}

    .news-tile-header h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.2em;
    }

    .news-tile-header h3,
    .news-tile-header a {
        color: #fff;
    }

        .news-tile-header a:hover {
            color: #fff !important;
            opacity: .8;
        }

.news-tile-content {
    background-color: #fff;
    padding: 1em;
    border-top: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7em;
    position: relative;
}

    .news-tile-content figure {
        margin-bottom: 1em;
    }

.news-tile-logo {
    text-align: center;
    float: right;
}

    .news-tile-logo img {
        width: 140px;
        height: auto;
        margin-left: 1em;
        margin-bottom: 0.75em;
    }

.news-tile-excerpt {
}

.news-tile-more {
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
}

.news-tile-meta {
    font-size: 12px;
    color: #fff;
    background-color: #ccc;
    text-align: right;
    padding: 2px 8px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-tile img {
    max-width: 100%;
    height: auto;
}

.news-options {
    background: #fff;
    padding: 1em;
    margin: 15px 0;
    border-bottom: 4px solid rgba(0, 0, 0, .3);
}

.query-text {
    margin: 15px 15px;
    font-weight: 300;
}

.btn-search {
    background-color: #014060;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    border-radius: 4px;
}

    .btn-search:hover {
        color: #fff !important;
        opacity: .8;
    }

.subscribe-list {
    padding: 0;
    margin: 0;
}

    .subscribe-list li {
        display: inline-block;
        float: left;
        vertical-align: middle;
        list-style-type: none;
        margin-right: 15px;
    }

.subscribe-list-label {
    font-weight: 300;
    font-size: 14px;
}

.subscribe-list-link a {
    background-color: #014060;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    border-radius: 4px;
}

    .subscribe-list-link a:hover {
        color: #fff !important;
        opacity: .8;
    }

.prPaging {
    margin: 1em 2.5em;
    font-size: 16px;
    font-weight: 300;
}

    .prPaging a,
    .prPaging .active {
        display: inline-block;
        padding: 2px 8px;
        font-weight: bold;
    }

/* NEWS RELEASE ARTICLE */

.n-release {
    max-width: 740px;
    margin: auto;
}

.n-header {
    padding: 0 0 40px;
}

.n-headline {
    color: #127dc4;
    font-weight: 300;
    font-size: 25px;
    display: table;
    line-height: 1.4em;
}

.n-subheadline {
    font-size: 18px;
    font-weight: 300;
}

.n-logo {
    float: right;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ddd;
    margin-left: 1em;
}

.n-text, .n-text p, .n-text div, .n-text ul, .n-text ol, .n-text li, .n-text table, .n-text td {
    font-size: 16px !important;
    line-height: 1.7em !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
}

    .n-text p {
        margin: 0 0 20px !important;
    }

    .n-text ul, .n-text ol {
        margin: 0 0 20px !important;
        padding-left: 40px !important;
        display: table !important;
    }

        .n-text ul li {
            list-style-type: disc;
        }

        .n-text ol li {
            list-style-type: decimal;
        }

    .n-text img {
        max-width: 100%;
        height: auto;
    }

#newsroom-contact-middle h2 {
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #014060 !important;
}

#newsroom-contact-middle ol,
#newsroom-contact-middle ul {
    padding-left: 0 !important;
    color: #000 !important;
}

#newsroom-contact-middle li {
    display: block !important;
    list-style-type: none !important;
    color: #000 !important;
}

.n-industry {
    font-size: 16px;
    font-weight: 300;
    margin: 40px 0;
}

/* SUBSCRIBE RSS */

.n-text .n-list,
.n-list {
    margin: 0 0 20px;
}

    .n-text .n-list li,
    .n-list li {
        list-style-type: none;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 5px;
    }

        .n-text .n-list li:last-child,
        .n-list li:last-child {
            padding-bottom: 0;
            border-bottom: none;
            margin-bottom: 0;
        }

.list-header {
    margin: 40px 0;
    color: #127dc4;
    font-weight: 300;
    text-align: center;
}

/* SUBSCRIBE EMAIL ALERTS */

.emailAlerts .n-subheadline {
    text-align: center;
}

.emailAlerts label {
    font-size: 18px;
}

.emailAlerts .col-xs-4 .btn_base {
    margin: 0;
    font-size: 18px;
}

.emailAlerts .form-step {
    background: #ededed;
    padding: 1em;
    border: 1px solid #fff;
    margin: 40px 0;
}

.emailAlerts input[type=checkbox] {
    width: auto;
    opacity: 1;
}

    .emailAlerts input[type=checkbox]:not(old) + label, .emailAlerts input[type=radio ]:not(old) + label {
        border-bottom: none;
        padding-bottom: inherit;
        margin-bottom: inherit;
        line-height: inherit;
        margin-left: 0;
    }

.required {
    color: #cc0000;
    font-weight: bold;
}

/* MISC */
.black a {
    color: #000;
}

img[align=left] {
    margin: 0 1em 0.5em 0;
}

img[align=right] {
    margin: 0 0 0.5em 1em;
}
