/* Reset Styles */
/* WordPress Default Styles */
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* Content */
.hentry {
    margin: 0 0 1.5em;
}

.entry-meta {
    clear: both;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

#content .gallery {
    margin-bottom: 1.5em;
}

#content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

#content .gallery dd {
    margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Widgets */
.widget {
    margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
    display: none;
}

/* End WP Styles */
/* Remove for non WP projects */
/* Defaults */
/* Fonts */
/* Colors */
/* Media Queries */
/* Helpers */
/* Box sizing */
/* HTML/Body */
html {
    background-color: #fff;
}

body {
    font-family: "Roboto", sans-serif;
    color: #182634;
}

/* Default Links */
a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

a:link, a:visited {
    color: #bf0000;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
    color: #a3151b;
}

/* Common Text Styles (p, li, blockquote, etc) */
.main-content {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #444;
}

.main-content p,
.main-content li {
    font-size: 19px;
    line-height: 1.6em;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    .main-content p,
    .main-content li {
        font-size: 15px;
    }
}

/* Default Headings */
.main-content h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #0d1136;
    margin-top: 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .main-content h1 {
        font-size: 26px;
    }
}

.main-content h1 a:link,
.main-content h1 a:visited {
    color: #0d1136;
    text-decoration: none;
}

.main-content h1 a:hover {
    color: #729bd9;
}

.main-content article.post h1 {
    margin-bottom: 15px;
}

.main-content article.post .post-date {
    color: #729bd9;
    font-size: 18px;
    margin-bottom: 5px;
}

.main-content article.post .post-photo {
    float: left;
    margin: 0 15px 10px 0;
}

.main-content article.post .entry-meta {
    clear: both;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    color: #0d1136;
}

.main-content .page-header {
    border: none;
}

/* Form Styles */
.btn {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.btn-default {
    border: 1px solid #bf0000;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #bf0000;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
}

.btn-default:link,
.btn-default:visited {
    color: #fff;
}

.btn-default:hover {
    background-color: #a3151b;
    color: #fff;
    border-color: #a3151b;
}

/* Button Clear */
.btn-clear {
    border: 1px solid #0d1136;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 30px;
    font-family: "Roboto Slab", serif;
    font-weight: 100;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .btn-clear {
        font-size: 24px;
    }
}

.btn-clear:link,
.btn-clear:visited {
    color: #0d1136;
    text-decoration: none;
}

.btn-clear:hover {
    background-color: #0d1136;
    color: #fff;
}

/* Gray */
.btn-clear-gray {
    border-color: #444;
}

.btn-clear-gray:link,
.btn-clear-gray:visited {
    color: #444;
    text-decoration: none;
}

.btn-clear-gray:hover {
    background-color: #bf0000;
    color: #fff !important;
    border-color: #bf0000;
}

/* White */
.btn-clear-white {
    border-color: #fff;
}

.btn-clear-white:link,
.btn-clear-white:visited {
    color: #fff;
}

.btn-clear-white:hover {
    background-color: #fff;
    color: #0d1136 !important;
    border-color: #fff;
}

/* Blue */
.btn-red {
    background-color: #bf0000;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-red:hover {
    background-color: #a3151b;
    color: #fff;
}

/* Non-Semantic Helper Classes */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

/* Site Specific Styles */
/* Nav */
.navwrap {
    background-color: #bf0000;
    padding: 10px 0;
}

#nav {
    overflow: hidden;
}

@media only screen and (max-width: 1025px) {
    #nav {
        display: none;
        position: absolute;
        z-index: 20;
        background-color: #bf0000;
        top: 38px;
        left: 0;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    #nav {
        top: 38px;
    }
}

#ft-nav {
    clear: both;
    padding-top: 30px;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1025px) {
    #nav ul {
        float: none;
        width: 100%;
        text-align: center;
    }
}

#ft-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

#nav ul li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 1025px) {
    #nav ul li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
    }
}

#ft-nav ul li {
    list-style: none;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    #ft-nav ul li {
        display: block;
    }
}

#nav ul li a {
    display: inline-block;
    padding: 0 30px;
}

@media only screen and (max-width: 1200px) {
    #nav ul li a {
        padding: 0 20px;
    }
}

#ft-nav ul li a {
    display: inline-block;
    padding: 7px 20px;
}

@media only screen and (max-width: 1200px) {
    #ft-nav ul li a {
        padding: 7px 15px;
    }
}

#nav ul li a:link,
#nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1025px) {
    #nav ul li a:link,
    #nav ul li a:visited {
        color: #fff;
    }
}

#ft-nav ul li a:link,
#ft-nav ul li a:visited {
    color: #0d1136;
    text-decoration: none;
}

@media only screen and (max-width: 1025px) {
    #ft-nav ul li a:link,
    #ft-nav ul li a:visited {
        color: #0d1136;
    }
}

#nav ul li a:hover {
    color: #d7b4b4;
}

@media only screen and (max-width: 1025px) {
    #nav ul li a:hover {
        color: #d7b4b4;
    }
}

#ft-nav ul li a:hover {
    color: #729bd9;
}

@media only screen and (max-width: 1025px) {
    #ft-nav ul li a:hover {
        color: #729bd9;
    }
}

#nav .donate a {
    background-color: transparent;
    padding: 8px 20px;
    border: 1px solid #fff;
    font-weight: bold;
}

#nav .donate a:hover {
    background-color: #fff;
    color: #bf0000;
}

#ft-nav .donate a {
    background-color: transparent;
    padding: 8px 20px;
    border: 1px solid #0d1136;
    font-weight: bold;
}

#ft-nav .donate a:hover {
    color: #fff;
    background-color: #0d1136;
}

#nav .facebook,
#nav .twitter,
#nav .youtube {
    vertical-align: middle;
}

#nav .facebook a,
#ft-nav .facebook a {
    display: block;
    background: url("../images/icon-facebook.png") no-repeat center center;
    width: 29px;
    height: 29px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
    margin-left: 4px;
}

#nav .twitter a,
#ft-nav .twitter a {
    display: block;
    background: url("../images/icon-twitter.png") no-repeat center center;
    width: 29px;
    height: 29px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
    margin-left: 4px;
}

#nav .youtube a,
#ft-nav .youtube a {
    display: block;
    background: url("../images/icon-youtube.png") no-repeat center center;
    width: 38px;
    height: 29px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
    margin-left: 4px;
}

@media only screen and (max-width: 1200px) {
    #nav .facebook a,
    #nav .twitter a,
    #nav .youtube a,
    #ft-nav .facebook a,
    #ft-nav .twitter a,
    #ft-nav .youtube a {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1025px) {
    #nav .facebook a,
    #nav .twitter a,
    #nav .youtube a,
    #ft-nav .facebook a,
    #ft-nav .twitter a,
    #ft-nav .youtube a {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
    }
}

.mobile-menu {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .mobile-menu {
        margin-top: 5px;
        display: block;
        padding: 10px;
        float: right;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        width: 29px;
        height: 24px;
        background: url("../images/icon-menu.png") no-repeat 0 0;
        background-size: cover;
    }
}

.mobile-menu:link,
.mobile-menu:visited {
    color: #fff;
    text-decoration: none;
}

/* Footer Social Nav */
.ft-social-nav {
    margin-bottom: 20px;
}

.ft-social-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.ft-social-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.ft-social-nav .facebook a {
    display: block;
    background: url("../images/icon-facebook.png") no-repeat center center;
    width: 29px;
    height: 29px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 5px;
    margin-left: 4px;
}

.ft-social-nav .twitter a {
    display: block;
    background: url("../images/icon-twitter.png") no-repeat center center;
    width: 29px;
    height: 29px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 5px;
    margin-left: 4px;
}

.ft-social-nav .instagram a {
    display: block;
    background: url("../images/icon-instagram.png") no-repeat center center;
    width: 29px;
    height: 29px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 5px;
    margin-left: 8px;
}

/* Modules */
/* Head */
#hd {
    background-color: #fff;
}

#hd #bg-home-feature {
    display: block;
    width: 100%;
    background: url("../images/bg-feature.jpg") no-repeat 50% 0;
    background-size: cover;
}

.hd-interior {
    display: block;
    width: 100%;
}

.logowrap {
    background-color: #fff;
    padding: 5px 0;
}

/* Interior Head */
.m-interior-head {
    background: url("../images/bg-interior.jpg") no-repeat 50% 0;
    background-size: cover;
    height: 215px;
}

@media only screen and (max-width: 767px) {
    .m-interior-head {
        background: url("../images/bg-home-mobile.jpg") no-repeat 50% 0;
        background-size: cover;
        height: 150px;
    }
}

/* Logo */
#logo {
    width: 316px;
    height: 100px;
    overflow: hidden;
    background: url("../images/logo.png") no-repeat 50% 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 640px) {
    #logo {
        width: 280px;
        height: 89px;
        background-size: contain;
    }
}

#logo a {
    display: block;
    height: 100%;
    text-indent: 110%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

#logo a:link,
#logo a:visited {
    text-decoration: none;
}

#ft-logo {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

/* Updates Bar */
.m-updates-bar {
    background-color: #656668;
    padding: 20px 0;
}

.m-updates-bar h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
}

.m-updates-bar .updates-cell {
    padding-top: 5px;
    padding-bottom: 5px;
}

.m-updates-bar .submit-row {
    text-align: center;
}

.m-updates-bar.-footer {
    padding: 30px 0 10px 0;
    background-color: transparent;
    clear: both;
}

.m-updates-bar.-footer h2 {
    color: #0d1136;
}

.m-updates-bar input[type="submit"] {
    border-radius: 0;
}

/* Jumbotron */
.jumbotron {
    display: none;
}

.home-jumbotron-feature {
    padding-top: 100px;
    color: #fff;
    text-align: center;
    padding-bottom: 100px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .home-jumbotron-feature {
        padding-top: 130px;
    }
}

.home-jumbotron-feature h1 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
}

.home-jumbotron-feature h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    text-shadow: 1px 1px 1px #000;
}

.home-jumbotron-feature p {
    font-size: 19px;
    line-height: 1.6em;
}

.home-jumbotron-feature a {
    font-weight: bold;
    text-transform: uppercase;
}

.home-jumbotron-feature a:link,
.home-jumbotron-feature a:visited {
    color: #fff;
    text-decoration: none;
}

.home-jumbotron-feature a:hover {
    color: #729bd9;
}

.home-jumbotron-feature img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-jumbotron-feature .join-form {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(13, 17, 54, 0.5);
}

.home-jumbotron-feature .join-form input[type="text"] {
    margin-bottom: 10px;
    border-radius: 0;
}

.home-jumbotron-feature .join-form input[type="submit"] {
    font-size: 24px;
    font-weight: normal;
}

/* About */
.m-about {
    padding: 40px 0;
    background: url("../images/bg-about.jpg") 100% 0 no-repeat;
    background-size: auto 100%;
}

.m-about p {
    font-size: 18px;
    line-height: 1.6em;
    color: #0d1136;
    font-weight: 300;
    margin-bottom: 1.6em;
}


.m-about .about-content {
    background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1025px) {
    .m-about .about-content {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.5);
    }
}

/* Issues */
.m-issues {
    background: url("../images/bg-issues.jpg") no-repeat 50% 0;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.m-issues a:link,
.m-issues a:visited {
    color: #fff;
    text-decoration: none;
}

.m-issues h2 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
}

.m-issues .content {
    text-align: center;
}

.m-issues .content p {
    font-size: 18px;
    margin-bottom: 1em;
}

/* Section Title */
.m-section-title {
    color: #0d1136;
    font-weight: 700;
    font-size: 62px;
    margin-bottom: 15px;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
}

.m-section-title.-white {
    color: #fff;
}

/* Brigade */
.m-brigade {
    background: url("../images/bg-brigade.jpg") no-repeat 100% 0;
    background-size: auto 100%;
    padding: 40px 0;
}

.m-brigade h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    margin-top: 0;
}

.m-brigade input {
    margin-bottom: 10px;
}

.m-brigade input[type="submit"] {
    font-size: 21px;
    font-weight: 300;
    border-radius: 0;
}

@media only screen and (max-width: 1025px) {
    .m-brigade .content {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.5);
    }
}

/* Media */
.m-media {
    padding: 40px 0;
    background-color: #0d1136;
}

.m-media .videos img {
    display: block;
    width: 100%;
}

.m-media .more {
    padding-top: 20px;
}

/* Social Bar */
.m-social-bar {
    overflow: hidden;
    position: relative;
}

.m-social-bar a {
    display: block;
    width: 55px;
    height: 48px;
    text-indent: 100%;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
}

.m-social-bar .facebook {
    width: 50%;
    float: left;
    background-color: #1f4fb0;
    padding: 30px 0;
}

.m-social-bar .facebook a {
    background: url("../images/icon-facebook-large.png") no-repeat 50% 50%;
    float: right;
    margin-right: 100px;
}

@media only screen and (max-width: 640px) {
    .m-social-bar .facebook a {
        margin-right: 75px;
    }
}

.m-social-bar .twitter {
    padding: 30px 0;
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    background-color: #12acc3;
}

@media only screen and (max-width: 640px) {
    .m-social-bar .twitter {
        width: 100px;
        margin-left: -50px;
    }
}

.m-social-bar .twitter a {
    background: url("../images/icon-twitter-large.png") no-repeat 50% 50%;
    margin: 0 auto;
}

.m-social-bar .youtube {
    width: 50%;
    float: right;
    background-color: #bf0000;
    padding: 30px 0;
}

.m-social-bar .youtube a {
    background: url("../images/icon-youtube-large.png") no-repeat 50% 50%;
    margin-left: 100px;
}

@media only screen and (max-width: 640px) {
    .m-social-bar .youtube a {
        margin-left: 75px;
    }
}

/* Footer */
#ft {
    color: #0d1136;
    position: relative;
    border-top: 43px solid #0d1136;
}

body.home #ft {
    border: none;
}

#ft a:link,
#ft a:visited {
    color: #fff;
}

#ft .ft-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

#ft .ft-content img {
    margin-bottom: 30px;
}

/* .m-ft-note */
.m-ft-note p {
    text-transform: none;
    font-size: 11px;
    line-height: 1.8em;
    display: inline-block;
    border: 1px solid #0d1136;
    padding: 5px 15px;
    text-transform: uppercase;
}

/* Footer Links */
.ft-links {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.ft-links a:link,
.ft-links a:visited {
    color: #fff !important;
    text-decoration: none;
}

.ft-links a:hover {
    text-decoration: underline;
}

.ft-links p.english {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1.75em;
}

.ft-links h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.ft-links h5 .lower {
    text-transform: lowercase;
}

/* Print Styles */
/* Print Styles */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

input.error,
textarea.error,
select.error {
    border: 1px solid red;
    background-color: lightpink;
}

label.error {
    display: none !important;
    width: 0;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
}

.full-width-auto-height {
    width: 100% !important;
    height: auto !important;
}

h3.videos-section-title,
h3.news-section-title {
    background-color: #0d1136;
    color: white;
    margin: 0 0 10px 0;
    padding: 7px;
    text-transform: uppercase;
}

a.news-list-readmore,
a.issues-list-readmore {
    text-transform: uppercase;
    text-decoration: none;
    color: #0d1136;
    font-size: 18px;
    font-weight: bold;
}

article.news-list,
article.issues-list{
    margin-bottom: 20px;
}