/* 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 */
.text-white {
    color: #fff;
}
.text-yellow {
    color: #F9CF12;
}
a.text-yellow {
    color: #F9CF12 !important;
}

.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: "Montserrat", 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: #0B4972;
    text-decoration: underline;
}

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

/* Common Text Styles (p, li, blockquote, etc) */
.main-content {
    padding-top: 40px;
    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: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0B4972;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

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

.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: 18px;
    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 h2 {
    font-family: "Montserrat", sans-serif;
    color: #0B4972;
    font-weight: 400;
    font-size: 30px;
}

.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0B4972;
    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 #C02032;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #C02032;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", 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: #C02032;
    border-color: #C02032;
}

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

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

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

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

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

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

/* Button Clear */
.btn-text {
    padding: 18px 26px;
    font-size: 20px;
    font-family: "Montserrat", 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: #C02032;
    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(192, 32, 50, 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: "Montserrat", 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: #C02032;
    color: #C02032;
}

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

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

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

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

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

/* Red */
.btn-red {
    background-color: #C02032;
    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: #0B4972;
    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: #0B4972;
    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 {
    clear: both;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    padding-top: 35px;
    padding-right: 10px;
}

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

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

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

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

#nav ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0 3px;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

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

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

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

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

#nav ul li a:link,
#nav ul li a:visited {
    color: #fff;
    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: #F9CF12;
}

@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: #0B4972;
    color: #fff;
    border-bottom: none;
    padding-bottom: 5px;
}

/* Donate */
#nav ul li.donate {
    border: 1px solid #F9CF12;
}

#nav ul li.donate a {
    padding-left: 15px;
    padding-right: 15px;
}

#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:hover {
    background-color: #F9CF12;
    border: 1px solid #F9CF12;
}

#nav ul li.donate:hover a:link,
#nav ul li.donate:hover a:visited {
    color: #0B4972;
}

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

@media only screen and (max-width: 991px) {
    .m-social-nav {
        bottom: auto;
        top: 20px;
    }
}

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

.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: #0B4972;
}

.m-social-nav .social:hover {
    background-color: #0B4972;
}

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

/* Mobile Nav */
body.home .mobile-menu {
    /*right: 60px;*/
}

.mobile-menu {
    z-index: 10;
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    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: #fff;
    text-decoration: none;
}

/* Head */
#hd {
    padding: 0;
    position: absolute;
    z-index: 100;
    width: 100%;
    border-top: 10px solid #F9CF12;
}

.hd-right {
    float: right;
}

/* Logo */
#logo {
    width: 200px;
    height: 147px;
    float: left;
    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-top: 7px;
    margin-bottom: 5px;
    margin-left: 15px;
}

@media only screen and (max-width: 1240px) {
    #logo {
        width: 180px;
    }
}

@media only screen and (max-width: 991px) {
    #logo {
        width: 130px;
        height: 96px;
    }
}

@media only screen and (max-width: 640px) {
    #logo {
        width: 130px;
        height: 96px;
        margin-left: 5px;
    }
}

#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-home-intro {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.m-home-intro .feature img {
    display: block;
    width: 100%;
    height: auto;
}

.m-home-intro .video-play {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 133px;
    text-align: center;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .m-home-intro .video-play {
        width: 80px;
        bottom: auto;
        top: 100px;
        left: 50%;
        margin-left: -40px;
    }
}

@media only screen and (max-width: 640px) {
    .m-home-intro .video-play {
        top: 130px;
        width: 60px;
    }
}

.m-home-intro .video-play img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.m-home-intro .video-play a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.m-home-intro .video-play a:link,
.m-home-intro .video-play a:visited {
    color: #fff;
    text-decoration: none;
}

.m-home-intro .video-play a:hover {
    color: #F9CF12;
}

.m-home-intro .signup {
    padding: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 80px;
    /*width: 70%;*/
    width: 65%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 991px) {
    .m-home-intro .signup {
        position: relative;
        bottom: auto;
        right: auto;
        background-color: #0B4972;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .m-home-intro .signup {
        padding: 30px 20px 20px 20px;
    }
}

.m-home-intro .signup .form-control {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    font-size: 16px;
    clear: both;
    padding: 9px;
    height: auto;
    width: 30%;
    display: inline-block;
    border-radius: 0;
    border: none;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .m-home-intro .signup .form-control {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.m-home-intro .signup .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0;
    background-color: #F9CF12;
    color: #0B4972;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    width: 30%;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .m-home-intro .signup .btn {
        width: 50%;
    }
}

.m-home-intro .signup .btn:hover {
    background-color: #0B4972;
    color: #fff;
}

.m-home-intro .signup .btn .icon {
    font-size: 25px;
    vertical-align: middle;
    line-height: 18px;
    margin-left: 10px;
}

.m-ft-social-nav {
    font-size: 17px;
    padding-bottom: 10px;
    text-align: right;
    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;
    border-radius: 15px;
    background-color: #0B4972;
    overflow: hidden;
}

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

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

/* Footer */
#ft {
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background-color: #0B4972;
}

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

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

#ft .note {
    font-size: 12px;
    font-weight: bold;
}

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

.m-ft-links p {
    font-weight: 400;
    text-transform: uppercase;
}

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

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

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

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

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

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

.m-ftnav {
    text-align: left;
    padding: 10px 0;
    margin-bottom: 25px;
}

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

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

.m-ftnav li {
    display: block;
    padding: 3px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

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

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

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

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

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

.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: #F9CF12;
    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: #0B4972 !important;
}

.m-ftnav li.social a:hover {
    background-color: #fff;
    color: #0B4972 !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%;
}

h1.page-title-box {
    font-weight: bold;
    color: #0B4972;
    font-size: 60px;
    text-transform: uppercase;
    position: relative;
    padding: 30px 10px 10px 10px;
    margin: 0 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    border-bottom: 2px solid #F9CF12;
}

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

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

/* Logo */
.m-ft-logo {
    width: 261px;
    height: 192px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    background: url("../images/logo.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: "Montserrat", 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;
}

/* Section Title */
.m-donate {
    border-top: 20px solid #F9CF12;
    background-color: #0B4972;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
}

.m-donate p {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .m-donate p {
        font-size: 32px;
    }

    .m-donate {
        margin-bottom: 0;
    }
}

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

.m-donate .btn {
    font-size: 30px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 0;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    margin: 0 10px;
}

@media only screen and (max-width: 991px) {
    .m-donate .btn {
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
    }
}

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

.m-donate .donate-buttons .amount.active {
    color: #0B4972;
    background-color: #fff;
}

.m-donate .amount-submit {
    background-color: #CA273A;
}

.m-donate .btn.amount-submit:hover {
    color: #CA273A;
    background-color: white;
}

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

.m-donate .btn:hover {
    color: #0B4972;
    background-color: #fff;
}

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

.m-news h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    color: #0B4972;
}

.m-news .news {
    padding-bottom: 20px;
}

.m-news .news .headline-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .m-news .news .headline-box {
        height: 494px;
    }
}

@media only screen and (max-width: 1100px) {
    .m-news .news .headline-box {
        height: 366px;
    }
}

@media only screen and (max-width: 767px) {
    .m-news .news .headline-box {
        height: auto;
    }
}

.m-news .news .headline-box .headline {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
}

.m-news .news .headline-box .headline .category {
    font-weight: bold;
    text-transform: uppercase;
    color: #F9CF12;
    font-size: 18px;
    margin: 0;
}

.m-news .news .headline-box .headline h2 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}

.m-news .news .headline-box .headline h2 a:link,
.m-news .news .headline-box .headline h2 a:visited {
    color: #fff;
    text-decoration: none;
}

.m-news .news .headline-box .headline h2 a:hover {
    color: #F9CF12;
}

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

.m-news .news .headline-box .small-img {
    display: none;
}

@media only screen and (max-width: 767px) {
    .m-news .news .headline-box .small-img {
        display: block;
    }
}

.m-news .more {
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .m-news .more {
        font-size: 14px;
    }
}

.m-news .more a {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 20px;
}

.m-news .more a .icon {
    margin-left: 5px;
}

.m-news .more a:link,
.m-news .more a:visited {
    color: #0B4972;
    text-decoration: none;
}

.m-news .more a:hover {
    color: #F9CF12;
}

.m-about {
    padding: 60px 0;
}

.m-about h2 {
    margin: 0 0 .5em 0;
    padding: 0;
    text-transform: uppercase;
    color: #0B4972;
    font-weight: bold;
}

.m-about .photo img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.m-about p {
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: bold;
}

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

.m-about .more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F9CF12;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.m-about .more .icon {
    margin-left: 10px;
}

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

.m-about .more:hover {
    color: #fff;
    background-color: #0B4972;
}

@media only screen and (max-width: 991px) {
    .m-about h2 {
        font-size: 35px;
    }
}

.g-section-title {
    padding: 40px 20px 50px 20px;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    background: white;
    background: linear-gradient(0deg, white 0%, #0b4972 100%);
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    .g-section-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .g-section-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .g-section-title {
        font-size: 24px;
    }
}

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

.m-issues h1 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
}

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

.m-issues p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

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

.m-issues .more {
    padding-top: 50px;
}

.m-issues .more a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F9CF12;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

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

.m-issues .more a:hover {
    background-color: #0B4972;
    color: #fff;
}

.m-issues .more a .icon {
    margin-left: 10px;
}

.m-inner-page-header img {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 20px solid #F9CF12;
    margin-bottom: 2px;
}

.m-get-involved {
    background: url("../images/bg-get-involved.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .m-get-involved {
        background: url("../images/bg-get-involved-mobile.jpg") no-repeat 50% top;
    }
}

.m-get-involved .heading {
    color: #fff;
    text-align: right;
    margin-bottom: 20px;
}

.m-get-involved .heading h1 {
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 .5em 0;
}

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

.m-get-involved .heading p {
    font-weight: bold;
    margin-bottom: 1em;
}

.m-get-involved .form .form-control {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 1% 20px 1%;
    height: auto;
    border-radius: 0;
    border: none;
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .m-get-involved .form .form-control {
        width: 98%;
        float: none;
    }
}

.m-get-involved .form .btn {
    clear: both;
    width: 48%;
    margin-left: 1%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #F9CF12;
    color: #0B4972;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .m-get-involved .form .btn {
        width: 98%;
    }
}

.m-get-involved .form .btn:hover {
    background-color: #0B4972;
    color: #fff;
}

.m-get-involved .form .btn .icon {
    font-size: 25px;
    vertical-align: middle;
    line-height: 18px;
    margin-left: 10px;
}

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

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

input.mielera {
    visibility: hidden;
    position: absolute;
    z-index: -10000;
}
/* Issues Page (List) */

article.issue-list-item {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 70px;
    border-bottom: #0B2F3F 2px solid;
}

article.issue-list-item a.read-more {
    background-color: #F9CF12;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

article.issue-list-item a.title {
    text-transform: uppercase;
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

/*
article.issue-list-item a.read-more:after {
    content: "   >>";
}
 */

article.issue-list-item a.read-more:hover {
    color: #F9CF12;
    background-color: #004BA3;
}

/* NEWS page (list of news) */

article.news-summary {
    margin-bottom: 40px;
}

article.news-summary span.date {
    display: block;
    font-size: 1.1em;
    margin-bottom: 15px;
}

article.news-summary a {
    text-decoration: none;
}

article.news-summary a.read-more {
    text-transform: uppercase;
    text-decoration: underline;
}

/* About Page */
.page-id-54 .main-content img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .page-id-54 .main-content img {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .page-id-54 .main-content img {
        width: unset;
    }
}

/* Override Gravity Forms */
.gform_wrapper .gform_footer .button {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;

    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #F9CF12;
    color: #0B4972;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

/* GF "Inline Form" - inline-gf-form */

.inline-gf-form_wrapper.gravity-theme .gform_validation_errors {
    text-align: left;
}

.inline-gf-form_wrapper.gravity-theme .gfield input.large,
.inline-gf-form_wrapper.gravity-theme .gfield select.large {
    display: inline-block;
    width: auto;
}

.inline-gf-form_wrapper.gravity-theme .gform_fields {
    display: block;
}

.inline-gf-form_wrapper.gravity-theme .gfield {
    grid-column: unset;
    display: inline-block;
}

.inline-gf-form_wrapper.gravity-theme .gfield .gfield_validation_message {
    text-align: left;
}

.inline-gf-form_wrapper.gravity-theme .gform_body,
.inline-gf-form_wrapper.gravity-theme .gform_footer {
    display: inline-block;
}

.inline-gf-form_wrapper.gravity-theme .inline-gf-form {
    display: block;
}

.inline-gf-form_wrapper.gravity-theme .gform_footer .input.gform_button {
    margin: 0;
    font-size: 17px;
}

.inline-gf-form_wrapper .gform_footer .button {
    margin-bottom: 0;
    font-size: 17px;
}

/* GF Form "Home - Small Signup" - SUBMIT Button */
#gform_submit_button_4 {
    width: 49%
}

@media only screen and (max-width: 991px) {
    #gform_submit_button_4 {
        width: 100%
    }
}

/* GF Form "Home - Email Signup */
#gform_wrapper_7 input.large {
    color: black;
}

#gform_wrapper_7 .gform_body {
    width: 66%;
}

#gform_wrapper_7 .gform_body .gfield {
    width: 50%;
    padding-right: 10px;
}

#gform_wrapper_7 .gform_body .gfield input {
    width: 100%;
}

#gform_wrapper_7 .gform_footer {
    width: 33%;
}

#gform_wrapper_7 .gform_footer .button {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    #gform_wrapper_7 .gform_body {
        width: 100%;
    }

    #gform_wrapper_7 .gform_footer {
        width: 100%;
    }

    #gform_wrapper_7 .gform_body .gfield {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.m-home-intro .item {
    display: relative;
    max-height: 90vh;
}