/* 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: 0 0 1.5em 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 */
/* Social Colors */
/* Media Queries */
/* Helpers */
/* Box sizing */
/* HTML/Body */
html {
    background-color: #fff;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #fff;
}

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

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

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

/* Common Text Styles (p, li, blockquote, etc) */
.main-content {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .main-content p,
    .main-content li {
        font-size: 18px;
        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: 40px;
    font-family: "DM Serif Text", serif;
    font-weight: normal;
    color: #1e4d8d;
    margin-top: 0;
    margin-bottom: 20px;
}

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

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

.main-content h1 a:hover {
    color: #1e4d8d;
}

.main-content article.post {
    background-color: transparent;
}

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

    .main-content article.post .post-date {
        color: #000;
        font-size: 16px;
        margin-bottom: 25px;
        font-weight: 300;
    }

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

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

.main-content article .entry-content p {
    margin-bottom: 25px;
}

.main-content h2 {
    font-family: "DM Serif Text", serif;
    color: #1e4d8d;
    font-weight: normal;
    font-size: 24px;
}

.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    color: #1e4d8d;
    font-style: italic;
}

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

.main-content .recall-left {
    border-right: 1px solid #000;
}

@media only screen and (max-width: 767px) {
    .main-content .recall-left {
        border: none;
    }
}

.main-content .recall-intro {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4em;
    margin-bottom: 2em;
}

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

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

.btn-default {
    border: 1px solid #da0000;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #da0000;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    border-radius: 0;
}

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

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

/* Button Blue */
.btn-blue {
    border: 1px solid #1e4d8d;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 0;
    background-color: #1e4d8d;
    color: #fff;
    font-weight: 300 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
}

    .btn-blue:link,
    .btn-blue:visited {
        color: #fff;
        text-decoration: none;
    }

    .btn-blue:hover {
        background-color: #da0000;
        color: #fff;
        border-color: #da0000;
    }

/* Button Gray */
.btn-gray {
    border: 1px solid #333333;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 0;
    background-color: #333333;
    color: #fff;
    font-weight: 300 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
}

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

    .btn-gray:hover {
        background-color: #da0000;
        color: #fff;
        border-color: #da0000;
    }

/* Button Clear */
.btn-text {
    padding: 18px 26px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
}

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

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

.btn-text:hover {
    color: #da0000;
    text-decoration: none;
}

.btn-text span {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}

.btn-text:hover span {
    border-bottom: 2px dotted rgba(218, 0, 0, 0.5);
}

/* Button Clear */
.btn-clear {
    border: 1px solid #000;
    background-color: transparent;
    border-style: solid;
    border-radius: 0;
    padding: 16px 24px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
}

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

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

.btn-clear:hover {
    background-color: #b58c73;
    color: #fff;
    border-color: #b58c73;
}

.btn-clear.-btn-red {
    border-color: #da0000;
    color: #da0000;
}

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

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

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

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

/* 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: #1e4d8d !important;
        border-color: #fff;
    }

/* Red */
.btn-red {
    background-color: #da0000;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

    .btn-red:link,
    .btn-red:visited {
        color: #fff;
        text-decoration: none;
    }

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

/* Green */
.btn-green {
    background-color: #419166;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
    border-color: #419166;
    font-size: 18px;
}

    .btn-green:hover {
        background-color: #4b624c;
        color: #fff;
        border-color: #4b624c;
    }

/* Blue Light */
.btn-blue-light {
    background-color: #cee2ea;
    color: #1e4d8d;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
    border-color: #cee2ea;
    font-size: 18px;
}

    .btn-blue-light:hover {
        background-color: #fff;
        color: #1e4d8d;
        border-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;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .row-eq-height {
        display: block;
    }
}

/* Site Specific Styles */
/* Nav */
.nav-press {
    position: absolute;
    top: 0;
    right: 50px;
}

@media only screen and (max-width: 640px) {
    .nav-press {
        right: 0;
    }
}

.nav-press a {
    display: inline-block;
    padding: 5px 30px;
    background-color: #da0000;
    font-size: 18px;
    text-transform: uppercase;
}

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

    .nav-press a:hover {
        background-color: #1e4d8d;
    }

#nav {
    clear: both;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

#nav ul li {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 20%;*/
    width: 25%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

@media only screen and (max-width: 1100px) {
    #nav ul li {
        display: block;
        border: none;
        float: none;
        padding: 5px 0;
        width: 100%;
    }
}

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

@media only screen and (max-width: 1100px) {
    #nav ul li a {
        line-height: 1em;
        border: none;
    }
}

#nav ul li:first-child a {
    border: none;
}

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

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

#nav ul li a:hover {
    color: #1e4d8d;
}

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

@media only screen and (max-width: 991px) {
    #nav ul li.social {
        display: inline-block !important;
    }
}

#nav ul li.social a {
    background-color: #D0C7CF;
    padding-left: 0;
    padding-right: 0;
    width: 35px;
}

@media only screen and (max-width: 991px) {
    #nav ul li.social a {
        background-color: transparent;
    }
}

#nav ul li.social a:link,
#nav ul li.social a:visited {
    color: #fff;
}

#nav ul li.social a:hover {
    background-color: #1e4d8d;
    color: #fff;
    border-bottom: none;
    padding-bottom: 5px;
}

/* Donate */
#nav ul li.donate a {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #333333;
}

    #nav ul li.donate a:link,
    #nav ul li.donate a:visited {
        color: #fff;
    }

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

#nav ul li.donate a:hover {
    background-color: #1e4d8d;
}

/* Nav Social */
.m-social-nav {
    margin: 0 20px 0 0;
    padding: 10px 0 0 0;
    list-style: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    bottom: 5px;
    right: 5px;
    position: absolute;
    width: 70px;
}

@media only screen and (max-width: 1100px) {
    .m-social-nav {
        display: none;
    }
}

.m-social-nav .social {
    font-size: 15px;
    background-color: #F5B156;
    margin: 0 5px 5px 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    float: left;
}

    .m-social-nav .social a {
        padding: 0;
        border: none;
        display: block;
        text-align: center;
        width: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        .m-social-nav .social a:link,
        .m-social-nav .social a:visited {
            color: #fff;
        }

    .m-social-nav .social:hover {
        background-color: #1e4d8d;
    }

        .m-social-nav .social:hover a {
            color: #fff !important;
        }

/* Mobile Nav */
.mobile-menu {
    z-index: 10;
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    width: 50px;
    height: 40px;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .mobile-menu {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .mobile-menu {
        height: 35px;
        line-height: 38px;
        font-size: 24px;
        width: 40px;
    }
}

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

/* Head */
#hd {
    padding: 20px 0;
    position: relative;
    z-index: 100;
    width: 100%;
}

/* Logo */
#logo {
    width: 228px;
    height: 131px;
    overflow: hidden;
    background: url("../images/logo.png") no-repeat 0 0;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
}

@media only screen and (max-width: 1100px) {
    #logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 640px) {
    #logo {
        width: 228px;
        height: 131px;
    }
}

#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;
    }

.m-ft-social-nav {
    font-size: 17px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 25px;
}

@media only screen and (max-width: 991px) {
    .m-ft-social-nav {
        padding-top: 20px;
        text-align: center;
    }
}

.m-ft-social-nav h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 .25em 0;
}

.m-ft-social-nav ul,
.m-ft-social-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m-ft-social-nav li {
    display: inline-block;
}

.m-ft-social-nav a {
    padding: 0;
    border: none;
    display: block;
    text-align: center;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    overflow: hidden;
}

.m-ft-social-nav li a:link,
.m-ft-social-nav li a:visited {
    color: #da0000;
}

.m-ft-social-nav li a:hover {
    color: #fff !important;
    background-color: #F5B156;
}

/* Footer */
#ft {
    background-color: #1e4d8d;
    position: relative;
    overflow: hidden;
}

    #ft .btn.donate {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 20px;
    }

        #ft .btn.donate:hover {
            color: #da0000;
        }

    #ft .note {
        font-size: 12px;
        width: 50%;
        margin: 0 auto;
    }

@media only screen and (max-width: 991px) {
    #ft .note {
        width: 90%;
    }
}

#ft .pad-top {
    padding-top: 75px;
}

.m-ft-links {
    padding-top: 20px;
}

    .m-ft-links p {
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

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

    .m-ft-links a:hover {
        color: #da0000;
    }

.m-paidfor {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

    .m-paidfor .paid {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #fff;
        font-size: 12px;
    }

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

    .m-paidfor a:hover {
        text-decoration: underline;
    }

.m-press-ft {
    position: absolute;
    bottom: 0;
    right: 50px;
}

@media only screen and (max-width: 767px) {
    .m-press-ft {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
    }
}

.m-press-ft a {
    display: inline-block;
    padding: 5px 30px;
    background-color: #da0000;
    font-size: 18px;
    text-transform: uppercase;
}

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

    .m-press-ft a:hover {
        background-color: #fff;
        color: #da0000;
    }

.m-ftnav {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .m-ftnav {
        text-align: center;
    }
}

.m-ftnav ul,
.m-ftnav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.m-ftnav li {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .m-ftnav li {
        float: none;
        width: 100%;
    }
}

.m-ftnav a {
    display: inline-block;
    padding: 5px 0;
}

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

    .m-ftnav a:hover {
        color: #da0000 !important;
        text-decoration: none;
    }

.m-ftnav .donate a {
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px;
}

    .m-ftnav .donate a:link,
    .m-ftnav .donate a:visited {
        color: #1e4d8d !important;
    }

    .m-ftnav .donate a:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #da0000;
    }

.m-ftnav .social-links {
    text-align: center;
}

.m-ftnav li.social {
    display: inline-block;
    margin: 0 2px;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 991px) {
    .m-ftnav li.social {
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .m-ftnav li.social {
        display: inline-block;
        float: none;
        width: auto;
    }
}

.m-ftnav li.social a {
    padding: 0;
    background-color: #F5B156;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 2px 0;
    width: 28px;
    text-align: center;
}

    .m-ftnav li.social a:link,
    .m-ftnav li.social a:visited {
        color: #1e4d8d !important;
    }

    .m-ftnav li.social a:hover {
        background-color: #fff;
        color: #1e4d8d !important;
    }

.m-ftsubnav {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .m-ftsubnav {
        text-align: center;
    }
}

.m-ftsubnav ul,
.m-ftsubnav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.m-ftsubnav li {
    display: inline-block;
}

.m-ftsubnav a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}

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

    .m-ftsubnav a:hover {
        color: #fff;
        text-decoration: none;
    }

#bd {
    background-color: #fff;
}

img.page-heading {
    display: block;
    width: 100%;
}

/* Logo */
.m-ft-logo {
    width: 228px;
    height: 131px;
    margin: 30px auto 20px auto;
    overflow: hidden;
    background: url("../images/logo-ft.png") no-repeat 50% 50%;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

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

        .m-ft-logo a:link,
        .m-ft-logo a:visited {
            text-decoration: none;
        }

.m-ft-signup {
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .m-ft-signup {
        text-align: center;
        padding-top: 20px;
    }
}

.m-ft-signup h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 .5em 0;
}

@media only screen and (max-width: 991px) {
    .m-ft-signup h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .m-ft-signup h3 {
        font-size: 18px;
    }
}

.m-ft-signup input[type="text"] {
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    height: auto;
    padding: 12px;
    vertical-align: middle;
    font-weight: 300;
    border: 1px solid #fff;
    width: 40%;
}

@media only screen and (max-width: 991px) {
    .m-ft-signup input[type="text"] {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.m-ft-signup .form-control {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .m-ft-signup .form-control:nth-child(even) {
        float: right;
    }

.m-ft-signup .btn-default {
    border-radius: 0;
    vertical-align: middle;
    padding: 10px 20px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #031E41;
    border-color: #fff;
}

@media only screen and (max-width: 991px) {
    .m-ft-signup .btn-default {
        width: 100%;
        float: none;
        padding: 10px 12px;
    }
}

.m-ft-signup .btn-default:hover {
    background-color: #fff;
    color: #031E41;
    border-color: #fff;
}

div.m-divider {
    width: 100%;
    height: 80px;
    background: url("../images/img-divider.jpg") no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    div.m-divider {
        display: none;
    }
}

.m-news {
    padding: 40px 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .m-news {
        margin: 0;
    }
}

.m-news .search {
    text-align: center;
    vertical-align: middle;
}

    .m-news .search .form-control {
        width: 50%;
        display: inline-block;
        height: auto;
        border-radius: 0;
        padding: 9px;
        vertical-align: middle;
    }

    .m-news .search .btn {
        display: inline-block;
        background-color: #1e4d8d;
        border-radius: 0;
        padding: 10px 25px;
        border: none;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        transition: all .25s;
        vertical-align: middle;
    }

        .m-news .search .btn:hover {
            background-color: #da0000;
        }

.m-news .news-item {
    padding-top: 30px;
    padding-bottom: 30px;
}

.m-news h1 {
    font-family: "DM Serif Text", serif;
    font-size: 40px;
    font-weight: normal;
    color: #1e4d8d;
    margin: 0 0 20px 0;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .m-news h1 {
        font-size: 28px;
    }
}

.m-news .photo img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .m-news .photo img {
        margin-bottom: 10px;
    }
}

.m-news h2 {
    font-size: 24px;
    font-family: "DM Serif Text", serif;
    font-weight: normal;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

    .m-news h2 a:link,
    .m-news h2 a:visited {
        text-decoration: none;
    }

.m-news .date {
    font-size: 11px;
    margin-bottom: 15px;
}

.m-news .more {
    font-weight: bold;
    text-transform: uppercase;
}

    .m-news .more:link,
    .m-news .more:visited {
        text-decoration: none;
    }

/* Get Involved */
.m-get-involved {
    background-color: #f5f5f5;
    padding: 40px 0;
    text-align: center;
}

    .m-get-involved h1 {
        font-weight: normal;
        font-size: 40px;
        color: #1e4d8d;
        margin: 0 0 20px 0;
        font-family: "DM Serif Text", serif;
    }

@media only screen and (max-width: 640px) {
    .m-get-involved h1 {
        font-size: 28px;
    }
}

.m-get-involved .form-control {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    border-radius: 0;
    border: none;
    padding: 12px;
    border: 1px solid #999;
    display: inline-block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .m-get-involved .form-control {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.m-get-involved .btn {
    clear: both;
    display: inline-block;
    border-radius: 0;
    background-color: #1e4d8d;
    color: #fff;
    font-size: 18px;
    font-family: "DM Serif Text", serif;
    font-weight: normal;
    padding: 10px 60px;
    margin: 0 auto;
}

    .m-get-involved .btn:hover {
        background-color: #da0000;
        color: #fff;
    }

.m-page-title-box {
    width: 1170px;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
    .m-page-title-box {
        width: 970px;
    }
}

@media only screen and (max-width: 991px) {
    .m-page-title-box {
        width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .m-page-title-box {
        width: 100%;
    }
}

.m-page-title-box h1 {
    color: #1e4d8d;
    padding: 0;
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 40px;
    font-family: "DM Serif Text", serif;
}

@media only screen and (max-width: 991px) {
    .m-page-title-box h1 {
        font-size: 28px;
    }
}

.m-site-title-bar h1 {
    background-color: #1e4d8d;
    font-size: 50px;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .m-site-title-bar h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 640px) {
    .m-site-title-bar h1 {
        font-size: 20px;
    }
}

.m-featured-news {
    overflow: hidden;
    padding: 40px 0;
}

    /* Shared */
    .m-featured-news .date {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .m-featured-news .photo {
        margin-bottom: 20px;
    }

        .m-featured-news .photo img {
            display: block;
            width: 100%;
        }

    .m-featured-news .more {
        font-weight: bold;
        text-transform: uppercase;
    }

        .m-featured-news .more:link,
        .m-featured-news .more:visited {
            text-decoration: none;
        }

    .m-featured-news .hr {
        width: 35%;
        border-bottom: 1px solid #999;
        height: 5px;
        overflow: hidden;
        margin: 0 0 20px 0;
    }

    /* Sidebar */
    .m-featured-news .sidebar {
        width: 30%;
        float: left;
        background-color: #f5f5f5;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

@media only screen and (max-width: 767px) {
    .m-featured-news .sidebar {
        float: none;
        width: 100%;
        clear: both;
    }
}

.m-featured-news .sidebar h1 {
    font-size: 18px;
    color: #da0000;
    font-family: "DM Serif Text", serif;
    font-weight: normal;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0;
}

.m-featured-news .sidebar h2 {
    font-size: 18px;
    font-family: "DM Serif Text", serif;
    font-weight: normal;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

    .m-featured-news .sidebar h2 a:link,
    .m-featured-news .sidebar h2 a:visited {
        text-decoration: none;
    }

.m-featured-news .sidebar .more-btn {
    display: block;
    padding: 10px 0;
    font-family: "DM Serif Text", serif;
    font-size: 20px;
    text-align: center;
    background-color: #da0000;
}

    .m-featured-news .sidebar .more-btn:link,
    .m-featured-news .sidebar .more-btn:visited {
        color: #fff;
        text-decoration: none;
    }

    .m-featured-news .sidebar .more-btn:hover {
        background-color: #1e4d8d;
    }

/* Main */
.m-featured-news .main {
    width: 67%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .m-featured-news .main {
        float: none;
        width: 100%;
        clear: both;
        margin-bottom: 40px;
    }
}

.m-featured-news .featured h1 {
    font-size: 40px;
    font-family: "DM Serif Text", serif;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .m-featured-news .featured h1 {
        font-size: 28px;
    }
}

.m-featured-news .featured h1 a:link,
.m-featured-news .featured h1 a:visited {
    text-decoration: none;
}

.m-featured-news .sub {
    padding-top: 30px;
}

    .m-featured-news .sub h2 {
        font-size: 24px;
        font-family: "DM Serif Text", serif;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

        .m-featured-news .sub h2 a:link,
        .m-featured-news .sub h2 a:visited {
            text-decoration: none;
        }

.m-twitter-feed {
    padding: 40px 0;
}

    .m-twitter-feed h1 {
        text-align: center;
        margin: 0 0 20px 0;
        font-size: 30px;
        font-family: "DM Serif Text", serif;
        color: #1e4d8d;
    }

@media only screen and (max-width: 991px) {
    .m-twitter-feed h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .m-twitter-feed h1 {
        font-size: 18px;
    }
}

.m-twitter-feed p {
    font-weight: 300;
    font-size: 18px;
}

@media only screen and (max-width: 640px) {
    .m-twitter-feed p {
        font-size: 14px;
    }
}

.m-twitter-feed a:link,
.m-twitter-feed a:visited {
    color: #1e4d8d;
    text-decoration: none;
}

.m-twitter-feed a:hover {
    color: #da0000;
}

.m-twitter-feed .links {
    text-align: center;
}

    .m-twitter-feed .links a {
        font-weight: bold;
    }

.m-mission {
    padding: 40px 0;
    text-align: center;
}

    .m-mission h1 {
        font-family: "DM Serif Text", serif;
        font-size: 30px;
        font-weight: normal;
        color: #1e4d8d;
        margin: 0 0 20px 0;
    }

@media only screen and (max-width: 640px) {
    .m-mission h1 {
        font-size: 21px;
    }
}

.m-mission p {
    font-size: 16px;
}

@media only screen and (max-width: 640px) {
    .m-mission p {
        font-size: 14px;
    }
}

/* 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;
    }
}

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

/* News Page */
.news-summary {
}

    .news-summary .date {
        margin: 10px 0;
        display: block;
    }

    .news-summary a.read-more {
        font-weight: bold;
        font-size: 1.3em;
    }

/* /News Page */

/* News Single Article */
.news-article {
}

    .news-article .news-for-immediate-release-title {
    }

    .news-article .news-for-immediate-release-content {
    }

    .news-article .entry-footer a {
        font-size: 1.2em;
    }

/* /News Single Article */

/* Home Page Tweeter Feed */
.home-tweeter-feed {
    text-align: center !important;
}

    .home-tweeter-feed .ctf-tweet-actions {
        overflow: auto;
        display: inline-block;
        margin-top: 15px !important;
    }

/* Home - Gravity Forms - Signup */
.gf-home-join_wrapper input[type=submit] {
    clear: both;
    display: inline-block;
    border-radius: 0;
    border: none;
    background-color: #1e4d8d;
    color: #fff;
    font-size: 18px;
    font-family: "DM Serif Text", serif;
    font-weight: normal;
    padding: 10px 60px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .gf-home-join_wrapper {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}
