/* 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: "Montserrat", Arial, 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: #c02033;
    text-decoration: underline;
}

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


/* 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;
    margin-bottom: 30px;
}

@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", Arial, sans-serif;
    font-weight: 700;
    color: #c02033;
    margin-top: 0;
    margin-bottom: 30px;
}

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

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

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

.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,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    color: #1a4697;
}

.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 #c02033;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #c02033;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", Arial, 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: #c02033;
    border-color: #c02033;
}


/* Button Blue */

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

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

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


/* Button Gray */

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

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

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


/* Button Clear */

.btn-text {
    padding: 18px 26px;
    font-size: 20px;
    font-family: "Montserrat", Arial, 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: #c02033;
    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, 51, 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", Arial, 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: #c02033;
    color: #c02033;
}

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


/* Gray */

.btn-clear-gray {
    border-color: #757c85;
}

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

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


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


/* Red */

.btn-red {
    background-color: #c02033;
    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: #668968;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
    border-color: #668968;
    font-size: 18px;
}

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


/* Blue Light */

.btn-blue-light {
    background-color: #cee2ea;
    color: #1a4697;
    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: #1a4697;
    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 {
    overflow: hidden;
    font-family: "Montserrat", Arial, sans-serif;
    padding-top: 10px;
}

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

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

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

#nav ul li {
    display: inline-block;
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    padding: 0 20px;
}

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

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

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

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

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

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

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

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

#nav ul li.social a {
    padding: 0;
    background-color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 2px 0;
    min-width: 23px;
}

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

#nav ul li.social a:hover {
    background-color: #c02033;
    color: #fff;
}


/* Nav Social */

.m-social-nav {
    float: right;
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    .m-social-nav {
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 8px;
    }
}

@media only screen and (max-width: 640px) {
    .m-social-nav {
        top: 20px;
        right: 17px;
    }
}

@media only screen and (max-width: 400px) {
    .m-social-nav {
        top: -5px;
    }
}

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

.m-social-nav ul .social {
    font-size: 36px;
    padding: 5px 7px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .m-social-nav ul .social {
        display: inline-block;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .m-social-nav ul .social {
        font-size: 26px;
        padding: 5px 3px;
    }
}

.m-social-nav ul .social a {
    padding: 0;
    border: none;
}

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

.m-social-nav ul .social a:hover {
    color: #c02033;
}


/* Donate */

#nav ul li.donate {
    margin-left: 5px;
}

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

#nav ul li.donate a {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    background-color: #c02033;
}

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

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

#nav ul li.donate a:hover {
    background-color: #000;
    color: #fff;
}

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


/* Mobile Nav */

.mobile-menu {
    display: none;
    z-index: 10;
    background-color: #c02033;
}

@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 28px;
        line-height: 44px;
        text-transform: uppercase;
        width: 50px;
        height: 44px;
        text-align: center;
    }
}

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


/* Head */

#hd {
    padding: 30px 0 20px 0;
}

#hd .header-bar {
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    #hd .header-bar {
        display: none;
    }
}

#hd .header-bar img {
    display: block;
    width: 100%;
}

body.home #hd .header-bar {
    display: none;
    padding-top: 0;
}

body.home #hd {
    background: none;
    border: none;
}

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

.hd-bottom {
    clear: both;
}


/* Logo OLD

#logo {
    max-width: 1302px;
    width: 100%;
    height: 99px;
    margin: 0 auto;
    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;
}


*/

#logo {
    max-width: 800px;
    width: 100%;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/SJ-transition-logo-02.png") no-repeat 0 0;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 991px) {
    #logo {
        margin: 0;
        width: 80%;
        height: 50px;
    }
}

@media only screen and (max-width: 640px) {
    #logo {
        margin: 0;
        width: 100%;
        height: 30px;
    }
}

#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;
    text-align: center;
    background-color: #c02033;
    /*padding: 20px 0;*/
}

.m-home-intro .feature-photo {
    max-width: 100%;
}

.m-home-intro .content {
    position: absolute;
    color: #fff;
    bottom: 0;
    z-index: 10;
    width: 100%;
    left: 0;
    padding: 20px 20px 150px 20px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .m-home-intro .content {
        position: relative;
        bottom: auto;
        width: 100%;
        background-color: #c02033;
        padding-bottom: 20px;
    }
}

.m-home-intro .join {
    padding-top: 10px;
    text-align: center;
}

.m-home-intro h1 {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1em;
    font-family: "Montserrat", Arial, sans-serif;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .m-home-intro h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .m-home-intro h1 {
        font-size: 42px;
        color: #fff;
    }
}

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

.m-home-intro h1 span {
    font-size: 40px;
    top: -14px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .m-home-intro h1 span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .m-home-intro h1 span {
        font-size: 28px;
        color: #fff;
        top: -10px;
    }
}

@media only screen and (max-width: 640px) {
    .m-home-intro h1 span {
        font-size: 16px;
        top: -6px;
    }
}

.m-home-intro h2 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    font-style: italic;
}

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

@media only screen and (max-width: 640px) {
    .m-home-intro h2 {
        font-size: 20px;
    }
}

.m-home-intro p {
    font-weight: bold;
    font-size: 26px;
}

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

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

.m-home-intro .donate {
    display: inline-block;
    border: 1px solid #fff;
    background-color: #c02033;
    padding: 6px 10px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    font-size: 26px;
}

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

@media only screen and (max-width: 640px) {
    .m-home-intro .donate {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
}

.m-home-intro .donate:hover {
    cursor: pointer;
    background-color: #fff;
    color: #c02033;
    border-color: #c02033;
}

.m-home-intro .donate-button {
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 6px 30px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    font-size: 26px;
}

@media only screen and (max-width: 991px) {
    .m-home-intro .donate-button {
        font-size: 21px;
    }
}

@media only screen and (max-width: 640px) {
    .m-home-intro .donate-button {
        font-size: 16px;
    }
}

.m-home-intro .donate-button:hover {
    cursor: pointer;
    background-color: #c02033;
    color: #fff;
    border-color: #c02033;
}

.m-ft-social-nav {
    font-size: 35px;
    padding-top: 40px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .m-ft-social-nav {
        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 {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #fff;
    min-width: 65px;
}

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

.m-ft-social-nav li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}


/* Footer */

#ft {
    color: #fff;
    padding: 30px 0;
    text-align: center;
    background-color: #1a4697;
}

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

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

#ft p {
    font-weight: 200;
    margin-bottom: 1em;
}

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

#ft .ft-links {
    font-size: 18px;
    text-align: left;
    font-weight: 300;
}

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

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

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

#ft .address {
    text-align: right;
    font-weight: 300;
}

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

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

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

.m-paidfor {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

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

.m-paidfor p {
    display: block;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 200;
}

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

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

.m-ft-about {
    text-align: left;
}

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

.m-ft-about h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 .5em 0;
}

.m-ft-about p {
    font-weight: 200;
}

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

.m-about .container {
    background: url("../images/img-allen-west.jpg") no-repeat 100% 100%;
    background-size: contain;
}

@media only screen and (max-width: 991px) {
    .m-about .container {
        background: none;
    }
}

.m-about p {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

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

.m-about h1 {
    color: #c02033;
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

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

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

.m-about h2 {
    font-weight: bold;
    color: #c02033;
    font-size: 40px;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 5px;
    margin-bottom: .5em;
}

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

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

.m-about .more {
    text-align: center;
}

.m-about .more a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c02033;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

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

.m-about .more a:hover {
    background-color: #1a4697 !important;
}

.m-about .photo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .m-about .photo {
        display: inline-block;
        max-width: 100%;
    }
}

.m-donate {
    padding: 40px 0;
    text-align: center;
    background-color: #1a4697;
}

.m-donate h1 {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 30px 0 0 0;
    font-size: 40px;
    font-weight: bold;
}

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

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

.m-donate p {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.75em;
}

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

.m-donate .btn {
    font-size: 21px;
    font-weight: 700 !important;
    padding: 9px 20px;
    vertical-align: top;
}

.m-donate .btn:hover {
    background-color: #1a4697;
}

.m-ftnav {
    text-align: left;
}

@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;
    float: left;
    width: 33%;
    text-transform: uppercase;
}

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

.m-ftnav li li {
    float: none;
    clear: both;
    text-transform: none;
    width: 100%;
}

.m-ftnav a {
    display: block;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 200;
}

@media only screen and (max-width: 991px) {
    .m-ftnav a {
        font-size: 16px;
        padding: 4px 10px;
    }
}

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

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

.m-ftnav li li a:link,
.m-ftnav li li a:visited {
    text-decoration: none;
}

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

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


/* Logo */

.m-ft-logo {
    width: 612px;
    height: 93px;
    margin: 35px auto;
    overflow: hidden;
    background: url("../images/cdp-disclaimer-logo-w.png") no-repeat 50% 0;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
    .m-ft-logo {
        height: 30px;
    }
}

.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: 20px;
    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"],
.m-ft-signup input[type="email"] {
    border-radius: 0;
    font-family: "Montserrat", Arial, sans-serif;
    display: inline-block;
    height: auto;
    padding: 12px;
    vertical-align: middle;
    font-weight: 300;
}

@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: 300;
}

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

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

.m-signup {
    padding: 40px 0;
    text-align: center;
    background: url("../images/bg-signup.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .m-signup {
        background-image: none;
        background-color: #1a4697;
        padding-top: 0;
    }
}

.m-signup .mobile-photo {
    display: none;
}

@media only screen and (max-width: 767px) {
    .m-signup .mobile-photo {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.m-signup p {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.75em;
}

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

.m-signup h1 {
    color: #fff;
    margin: 0 0 .25em 0;
    padding: 0;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

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

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

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

.m-signup h2 {
    color: #fff;
    font-weight: 300;
    margin: 0 0 1.5em 0;
    font-size: 30px;
    text-align: left;
}

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

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

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

.m-signup .form-control {
    border-radius: 0;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    height: auto;
    display: block;
    width: 48%;
    float: left;
}

@media only screen and (max-width: 991px) {
    .m-signup .form-control {
        width: 100% !important;
        display: block;
    }
}

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

.m-signup .btn {
    clear: both;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 6px 20px;
    vertical-align: top;
    background-color: #c02033;
    border-color: #c02033;
    font-size: 24px;
    font-weight: bold;
}

.m-signup .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #c02033;
}

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

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

.m-news h2 {
    color: #1a4697;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

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

.m-news h2 a:link,
.m-news h2 a:visited {
    color: #1a4697;
    text-decoration: underline;
}

.m-news h2 a:hover {
    color: #c02033;
    text-decoration: none;
}

.m-news h3 {
    font-weight: 200;
}

.m-news h3 a:link,
.m-news h3 a:visited {
    color: #000;
    text-decoration: none;
}

.m-news h3 a:hover {
    color: #c02033;
}

.m-news .date {
    color: #c02033;
    font-size: 16px;
}

.m-news li {
    font-size: 24px;
    margin-bottom: 20px;
    color: #c02033;
    font-weight: 200;
}

.m-news li a:link,
.m-news li a:visited {
    color: #000;
    text-decoration: none;
}

.m-news li a:hover {
    color: #c02033;
}

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

.m-news p a:link,
.m-news p a:visited {
    color: #000;
    font-weight: bold;
}

.m-news .more {
    text-align: center;
}

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

.m-news .more a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #c02033;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300 !important;
}

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

.m-news .more a:hover {
    background-color: #1a4697 !important;
}

.g-section-title {
    background: url("../images/img-bars.png") no-repeat 50% 100%;
    padding-bottom: 35px;
    font-weight: 200;
    font-size: 60px;
    text-align: center;
    color: #c02033;
    margin-top: 0;
}

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

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

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

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

.m-social .feeds {
    padding-bottom: 40px;
}

.m-social .social-row {
    background-color: #1a4697;
}

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

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

.m-social ul .social {
    font-size: 60px;
    padding: 5px 7px;
    margin-left: 20px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .m-social ul .social {
        display: inline-block;
        padding-top: 10px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .m-social ul .social {
        margin-left: 10px;
    }
}

.m-social ul .social a {
    padding: 0;
    border: none;
}

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

.m-social ul .social a:hover {
    opacity: .7;
}


/* 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%;
    max-width: 100%;
}

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

.war-room-item {
    padding-bottom: 60px;
}

.war-room-page h3 {
    color: red;
    text-transform: uppercase;
}


/* About page - Signup override styles (it uses the footer styles with small changes so they look the same) */

.about .m-ft-signup {
    text-align: left;
}

.about .m-ft-signup .btn-default {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* END About page - Signup override styles */


/* Override Gravity Forms Styles */

body .gform_wrapper .gform_footer input[type=submit] {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    border: 1px solid #c02033;
    text-transform: uppercase;
    background-color: #c02033;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    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: 300;
}


/* End - Override Gravity Forms Styles */

#home-splash {
    overflow: visible !important;
    width: 90%;
    max-width: 90%;
    padding: 0;
    background-image: url(../images/trump-wbg.jpg);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-splash .content {
    width: 50%;
    margin-right: 10%;
    float: right;
    padding-top: 40px;
    padding-bottom: 40px;
}

#home-splash #home-splash-player {
    background-image: url(../images/gears-indeterminate.gif);
    background-position: center;
    background-repeat: no-repeat;
}