/*
Theme Name: Wide Eye Creative
Theme URI: http://www.wideeyecreative.com
Author: Wide Eye Creative
Author URI: http://www.wideeyecreative.com
Description: Custom Wide Eye Creative Theme for WordPress
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *  Name:   Gotham ScreenSmart
 *  Code:   font-family: 'montserrat';
 *  Sizes:  300, 400, 500, 700
 */
/**
 *  Name:   Sentinel ScreenSmart
 *  Code:   font-family: "source-serif-pro";
 *  Sizes:  300, 400, 500, 600, 700
 */
/**
 *  Name:   Nunito Sans
 *  Code:   font-family: "Nunito Sans", sans-serif;
 *  Sizes:  400, 800
 */

.smaller-css {
    width: 25%;
}

#call-to-action .actions .smaller-css a h4 {
    font-size: 35px;
}

/*================================
=            BASE CSS            =
================================*/


body {
    text-rendering: optimizelegibility;
    font-family: "Nunito Sans", sans-serif;
    background: #dfe4e9;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    color: #323232;
    font-size: 22px;
    line-height: 37px;
}

main, 
article, 
section, 
header, 
footer, 
aside {
    position: relative;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #E6342F;
}

a:hover, 
a:focus {
    color: #ff686b;
}

b, strong {
    font-weight: 800;
}

p {
    color: #323232;
    line-height: 37px;
    font-size: 22px;
    margin-bottom: 24px;
}

i {
    -webkit-font-smoothing: antialiased;
}

input, 
textarea {
    -webkit-font-smoothing: antialiased;
    font-family: "Nunito Sans", sans-serif;
    ;
    color: #2a2f33;
    font-size: 21px;
    line-height: 28px;
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent;
    -webkit-appearance: none;
}

input, 
input.text, 
button[type=submit] {
    padding: 0 0 0 15px;
    height: 50px;
    line-height: 50px;
    border: 0px;
}

textarea {
    padding: 15px;
    font-size: 25px;
}

input[type=checkbox], 
input[type=radio] {
    height: auto;
    padding: 0;
    margin: 0;
}

select {
    width: 100%;
    -webkit-appearance: menulist-button !important;
    line-height: 35px !important;
    height: 35px !important;
}

label {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 0 0 2px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

h1, 
.h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    line-height: 64px;
    font-size: 64px;
    text-transform: none;
    letter-spacing: 0;
}

h2, 
.h2 {
    font-size: 44px;
    color: #002D72;
    letter-spacing: 0;
    line-height: 48px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    text-transform: none;
}

h3, 
.h3 {
    color: #0B2240;
    font-size: 34px;
    line-height: 42px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

h4, 
.h4 {
    color: #134793;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 22px;
}

h5, 
.h5 {
    color: #2a2f33;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 22px;
}

h6, 
.h6 {
    font-size: 21px;
    font-weight: bold;
}

hr {
    border-top: solid 1px #d6d8d9;
}

blockquote {
    font-style: italic;
    border-left: 5px solid #0077c8;
}

blockquote h4 {
    font-style: normal;
}

.alert-info {
    color: #104a92;
    background-color: #D5EBFF;
    border-color: #D5EBFF;
    border-radius: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ecf0f4;
    color: #2a2f33;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
}

::selection {
    background: #ABD7F5;
    color: #002D72;
}

::-moz-selection {
    background: #ABD7F5;
    color: #002D72;
}

p.disclaimer_text {
    font-size: 12px;
    line-height: 15px;
    margin-top: 30px;
}


/*========================================
=            INDIVIDUAL ITEMS            =
========================================*/
#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.container {
    max-width: 980px;
}

main {
    background: #fff;
}

#post-template {
    display: none;
}

body.small-fold-area .last-fixed {
    position: absolute !important;
}

i.no-before-margin:before {
    margin: 0;
}

.add-triangle-after:after {
    position: absolute;
    content: ' ';
    border: 1px solid #d6d8d9;
    width: 22px;
    height: 22px;
    bottom: -11px;
    z-index: 999;
    background: #fff;
    left: 50%;
    margin-left: -12px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}

.btn, button, html input[type=button], input[type=reset], input[type=submit] {
    position: relative;
    overflow: hidden;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 50px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0.12em;
    text-indent: 0.12em;
    font-size: 13px;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;

    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-round {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.btn-red {
    background: #E6342F;
    color: #fff !important;
    border: 0px;
}

.btn-red:hover, .btn-red:focus {
    background: #ff554c;
}

.btn-red:active {
    background: #e03d44;
}

.btn-red i.with-bg {
    position: absolute;
    background: #ff554c;
    height: 100%;
    top: 0px;
    right: 0;
}

.btn-yellow, button, html input[type=button], input[type=reset], input[type=submit] {
    background: #ffe828;
    color: #f34a46 !important;
}

.btn-yellow:hover, .btn-yellow:focus, button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #ffeb61;
}

.btn-yellow:active {
    background: #ffe828;
    color: #f34a46 !important;
}

.btn-white {
    background: #fff;
    color: #043c7d !important;
}

.btn-white:hover, .btn-white:focus {
    background: #ffe828;
    color: #f34a46 !important;
}

.btn-white:active {
    background: #ffe828;
    color: #f34a46 !important;
}

.btn-blue, .btn-info {
    background: #104a92;
    color: #fffdea !important;
    border: 0px;
}

.btn-blue:hover, .btn-blue:focus, .btn-info:hover, .btn-info:focus {
    background: #2859aa;
}

.btn-blue:active, .btn-info:active {
    background: #386bc0;
}

.btn-blue-hollow {
    background: none;
    color: #0c2e6b !important;
    border: 1px solid rgb(16, 74, 146);
}

.btn-blue-hollow:hover, .btn-blue-hollow:focus {
    background: #0c2e6b;
    color: #fff !important;
    border: 1px solid rgb(16, 74, 146);
}

.btn-blue-hollow:active {
    background: #1c4a9d;
    color: #fff !important;
    border: 1px solid rgb(28, 74, 157);
}

.btn-white-hollow {
    background: none;
    color: #fff !important;
    border: 2px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.btn-white-hollow:hover, .btn-white-hollow:focus {
    color: #0B2240 !important;
    background: #fff;
    border: 2px solid #fff;
}

.btn-white-hollow:active {
    background: #386bc0;
    border: 1px solid rgb(56, 107, 192);
    border: 1px solid rgba(56, 107, 192, 0.5);
}

.btn-facebook {
    background: none;
    color: #002D72;
    border: 2px solid #002D72;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.btn-facebook:hover, .btn-facebook:focus {
    color: #fff !important;
    background: #002D72;
}

.btn-facebook:active {
    color: #fff !important;
    background: #002D72;
    border-color: #002D72;
}

.btn-twitter {
    background: none;
    color: #00BCE7 !important;
    border: 2px solid #00BCE7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.btn-twitter:hover, .btn-twitter:focus {
    color: #fff !important;
    background: #00BCE7;
}

.btn-twitter:active {
    color: #fff !important;
    background: #00BCE7;
    border-color: #00BCE7;
}

.btn-email {
    background: none;
    color: #E6342F !important;
    border: 2px solid #E6342F;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.btn-email:hover, .btn-email:focus {
    color: #fff !important;
    background: #E6342F;
}

.btn-email:active {
    color: #fff !important;
    background: #E6342F;
    border-color: #E6342F;
}

.btn-round {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.burger-x {
    position: absolute;
    top: 45%;
    left: 18px;
    display: block;
    width: 25px;
    height: 4px;
    background-color: #F26825;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: 0 auto;
}

.burger-x:before, .burger-x:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F26825;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.burger-x:before {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}

.burger-x:after {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.show-nav .burger-x,
.change .burger-x {
    background-color: transparent;
}

.show-nav .burger-x:before,
.change .burger-x:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    background: #fff;
}

.show-nav .burger-x:after,
.change .burger-x:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    background: #fff;
}

#search-form {
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: cneter;
    height: 50px;
}

#search-form input {
    flex: 1 1 auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    line-height: 50px;
}

#search-form button {
    flex: 0 0 auto;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 50px;
    line-height: 42px;
    border: 4px solid #fff;
    font-size: 31px;
    padding: 0 0 0 5px;
}

/*===================================
=            HOME BANNER            =
===================================*/
.fight-banner {
    background-color: #002D72;
    padding: 20px;
    position: relative;
}

.banner-svg {
    position: absolute;
    left: 0;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}

.fight-banner p {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
}

.banner-left {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.banner-right {
    /* display: inline-block; */
    float: right;
    vertical-align: middle;
    width: 500px;
    z-index: 2;
    position: relative;
    max-width: 49%;
}

.fight-banner .banner-left p {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 800;
}

.fight-banner .banner-right p a {
    color: #fff;
    font-weight: 800;
}

.fight-banner .banner-right p a:hover {
    color: #F26825;
}

.fight-banner .banner-right p a.mobile {
    display: none;
}

/*===================================
=            SITE HEADER            =
===================================*/
#donate-mobile {
    display: none;
    z-index: 9999999;
    height: 60px;
    padding: 0;
    line-height: 60px;
    font-size: 15px;
}

#site-header {
    left: 0;
    width: 100%;
    top: 0;
    /* position: absolute; */
    z-index: 88888;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
}

#site-header .container-fluid {
    padding: 0 30px;
}

/* body.no-parallax #site-header {
    position: absolute;
} */

.home #site-header {
    /* position: absolute; */
    position: sticky;
    position: -webkit-sticky;
}

body.fixed-header #site-header {
    position: fixed !important;
    -o-animation-duration: 250ms;
    -ms-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;

    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -o-animation-name: slideDown;
    -ms-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;

    /* background: #002D72; */
    /* height: 70px; */
    line-height: 58px;
    padding: 0;
    position: relative;
    z-index: 99999;
    filter: drop-shadow(3px 2px 10px #002056);
}

body.single #site-header,
#site-header.make-short {
    /* background: #002D72; */
    height: 70px;
    line-height: 58px;
    padding: 0;
    position: relative;
    filter: drop-shadow(0 0 10px #002056);
}

#site-header .header-inner,
#site-header.make-short .header-inner {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-around;
}

/* body.fixed-header #site-header .header-inner {
    height: 70px;
} */

#site-header.make-short .brand a, body.single #site-header {
    z-index: 9999999999;
}

#site-header.make-short .brand a, body.single #site-header .brand a, body.fixed-header #site-header .brand a {
    width: 100px;
    margin: 11px 0;
    /* top: 1px;
    position: absolute; */
}

#site-header.make-short .site-nav ul li a,
body.single .site-nav ul li a, 
body.fixed-header #site-header .site-nav ul li a {
    padding: 0 !important;
}

#site-header .site-header-inner {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: auto;
    width: 95%;
}

#site-header .brand {
    flex: 0 0 135px;
    display: flex;
    align-items: center;
    max-width: 300px;
}

#site-header .brand a {
    width: 100%;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;

}

#site-header .brand a img {
    width: 100%;
    height: auto;
    display: block;
    transition: all ease-in-out .3s;
}

#site-header .brand a:hover img {
    transform: scale(.95);
}

#site-header .nav-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    height: 100%;
}

#site-header .donate-wrapper {
    width: 175px;
}

#site-header .donate-wrapper .donate {
    font-size: 18px;
    font-weight: 800;
    display: block;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

#site-header .site-nav {
    text-align: center;
    margin: 0 25px;
}

#site-header .site-nav ul {
    margin: 0 0 0 12px;
    padding: 0;
}

#site-header .site-nav ul li {
    display: inline;
    white-space: nowrap;
    position: relative;
    margin: 0 7px;
    display: inline-block;
}

#site-header .site-nav ul li.menu-item-has-children {
    background-image: url('./images/menu-green-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 0px center;
    padding-right: 22px;
    transition: all .2s ease;
}

#site-header .site-nav ul li.menu-item-has-children:hover {
    background-image: url('./images/menu-green-arrow-open.svg');
}

#site-header .site-nav ul li a {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: #0077C8;
    font-size: 18px;
    /* letter-spacing: 0.12em; */
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    /* text-transform: uppercase; */
    padding: 14px 0;
}

#site-header .site-nav ul li a:hover {
    color: #F26825;
}

#site-header .site-nav ul li ul {
    display: none;
    position: absolute;
    top: 86%;
    left: -12px;
    width: auto;
    background: #0c2e6b;
    text-align: left;
    padding: 5px 0;

    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#site-header .site-nav ul li:hover ul, 
#site-header .site-nav ul li ul:hover {
    display: block;
}

#site-header .site-nav ul li ul:before {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0c2e6b;
    border-left: 6px solid transparent;
    content: '';
}

#site-header .site-nav ul li ul li {
    display: block;
}

#site-header .site-nav ul li ul li:after {
    display: none;
}

#site-header .site-nav ul li ul li a {
    display: block !important;
    /* padding: 0 10px !important; */
    /* font-size: 11px !important; */
    /* line-height: 27px !important; */
    /* height: 27px !important; */
    color: #fff;
    border-bottom: 2px solid transparent;
    padding: 5px 2px 1px;
    line-height: 1.2;
    margin: 10px;
}

/* #site-header.make-short .site-nav ul li ul li a, 
body.single .site-nav ul li ul li a, 
body.fixed-header #site-header .site-nav ul li ul li a {
    padding: 0 10px !important;
} */

#site-header .site-nav ul li ul li a:hover {
    /* color: #96ccfb !important; */
    color: #fff;
    border-color: #00BCE7;
}

#site-header .quick-links a.social {
    text-align: right;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#site-header .quick-links a.social {
    color: #F26825;
    font-size: 25px;
    margin: 0;
    display: inline-block;
    /* height: 42px;
    line-height: 42px;
    width: 42px; */
    text-align: center;
    width: 35px;
}

#site-header .quick-links a:hover.social {
    color: #96ccfb;
}

#site-header .quick-links a.social svg {
    height: 30px;
    width: auto;
}

#site-header .quick-links a.donate {
    margin-left: 28px;
    margin-right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 210px;
    padding-right: 40px;
    font-size: 12px;
}

#site-header .quick-links a.donate i {
    width: 50px;
    line-height: 37px;
    padding-right: 3px;
    font-size: 14px;
}

#site-header .toggle-mobile-nav {
    display: none;
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    margin-right: -15px;
    z-index: 10;
}

#site-header .toggle-mobile-nav:hover {
    background: #0077C8;
}


/*===================================
=            NAV BANNER           =
===================================*/
.nav-banner {
    align-items: center;
    background-color: #002D72;
    border-radius: 15px;
    display: flex;
    font-size: 0;
    margin: 5px 0;
    padding: 5px 15px;
    flex: 5;
    max-width: 475px;
    display: none;
}

.fixed-header .nav-banner {
    display: flex;
    -o-animation-duration: 450ms;
    -ms-animation-duration: 450ms;
    -moz-animation-duration: 450ms;
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -o-animation-name: slideDown;
    -ms-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

.nav-banner p {
    line-height: 1;
    margin: 0;
}

.nav-banner p.left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}

.nav-banner p.right {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

.nav-banner p.right a {
    color: #00BCE7;
    font-weight: 800;
}

.nav-banner p.right a:hover {
    color: #F26825;
}

/*==================================
=            MOBILE NAV            =
==================================*/
#mobile-nav {
    background-color: #0277C8;
    left: 0;
    /* min-height: 500px; */
    padding: 70px 0 30px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    display: none;
}

#mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile-nav ul li {
    border-bottom: 1px solid #fff;
}

#mobile-nav .sub-menu {
    background-color: #0666A8;
    display: none;
}

#mobile-nav .sub-menu li {
    border: none;
}

#mobile-nav li.menu-item-has-children {
    padding: 0;
}

#mobile-nav ul li:hover .sub-menu {
    display: block;
}

#mobile-nav ul a {
    color: #fff;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 26px;
    font-weight: 800;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#mobile-nav ul a:hover {
    text-decoration: underline !important;
}

#mobile-nav .btn-round {
    display: block;
    font-size: 18px;
    margin: 10px auto;
    width: 230px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
}

#mobile-nav .btn-round:hover {
    background-color: #74BE4B;
}

#mobile-nav .mobile-quick-links {
    text-align: center;
}

#mobile-nav .mobile-quick-links a {
    color: #fff;
    font-size: 30px;
}

#mobile-nav .mobile-quick-links a.twitter {
    margin: 0 20px;
}

#mobile-nav .mobile-quick-links a:hover {
    color: #74BE4B;
}

#mobile-nav ul li:last-of-type {
    border: none;
}

/*======================================
=            HOMEPAGE                 =
======================================*/
.home-wrap {
    position: relative;
}

.homepage-hero-wrapper {
    position: relative;
    font-size: 0;
    min-height: 600px;
    padding: 1px;
}

.homepage-hero-wrapper .homepage-backgrounds {
    min-height: 600px;

}

.background-card {
    min-height: 600px;
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat:no-repeat;
}

.background-card p {
    bottom: 0;
    color: #fff;
    color: #cccccc;
    font-size: 10px;
    font-weight: 700;
    right: 20px;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
    margin-bottom: 0;
}

.homepage-hero-wrapper .bx-wrapper,
.homepage-hero-wrapper .slick-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
}


.homepage-hero-wrapper .bx-wrapper .bx-pager {
    display: none;
}

.homepage-hero-wrapper .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
    height: 100%;
}

.homepage-hero-wrapper .blue-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background-image: linear-gradient(198deg, rgba(0,188,231,0.00) 5%, rgba(0,75,139,0.79) 49%, #002D72 90%); */
    background-image: linear-gradient(256deg, rgba(0,188,231,0.00) 48%, rgba(0,75,139,0.79) 70%, #002D72 100%);
    z-index: 2;
}

.homepage-hero-wrapper .hero-content {
    position: relative;
    z-index: 10;
    width: 550px;
    max-width: 90%;
    margin: 100px auto 100px 5%;
}

.homepage-hero-wrapper h1 {
    font-weight: 800;
    font-size: 65px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;

}

.homepage-hero-wrapper h2 {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 20px 0 0;
}

.homepage-hero-form {
    background: #fff;
    border-radius: 50px;
    margin-top: 20px;
    padding: 1px;
}

.homepage-hero-form #commit-to-vote-2016 input[type='email'] {
    float: none;
    z-index: 100;
    position: static;
    left: 0;
    background: transparent;
    padding-top: 6px;
    width: calc(100% - 150px);
}

.homepage-hero-form .form-group {
    margin-bottom: 1px;
}

.homepage-hero-form #commit-to-vote-2016 input[type='submit'] {
    background: #002D72;
    color: #fff !important;
    border-radius: 25px;
    font-size: 18px;
    padding: 1px 0;
    transition: all ease-in-out 0.3s;
    margin: 2px;
    float: right;
    width: 140px;
    right: 0;
    left: inherit;
    text-align: center;
}

.homepage-hero-form #commit-to-vote-2016 input[type='submit']:hover {
    background-color: #E6342F;
}

.homepage-body-wrapper {
    position: relative;
}

.donate-float-wrapper {
    width: 90%;
    position: sticky;
    position: -webkit-sticky;
    /* left: 5%; */
    opacity: 0.95;
    background: #0077C8;
    border-radius: 12px;
    font-size: 0;
    padding: 10px 3%;
    /* margin: -55px; */
    bottom: 15px;
    z-index: 20;
    z-index: 20; 
    margin: auto;
    max-width: 1400px;
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4));
}

body.fixed-header .donate-float-wrapper {
    transform: translateX(-50%);
    left: 50%;
    position: fixed;
    z-index: 20;
}

.donate-float-left {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.donate-float-right {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    width: 60%;
    font-size: 0;
}

.donate-float-wrapper h3 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1.35px;
    line-height: 1.1;
    margin: 0;
}

.donate-float-wrapper p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.1;
    margin: 10px 0 0;
}

.donate-float-wrapper .donate-btn {
    background: #00BCE7;
    border: 3px solid #FFFFFF;
    border-radius: 34px;
    color: #002D72;
    display: inline-block;
    font-weight: 900;
    font-size: 23px;
    line-height: 1;
    margin-right: .5%;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    vertical-align: middle;
    width: 16%;
}

.donate-float-wrapper .donate-btn.last {
    font-size: 20px;
    padding: 12px 0;
    margin-right: 0;
    background-color: #fff;
    color: #00BCE7;
}

.donate-float-wrapper .donate-btn:hover {
    /* background-color: #F26825; */
    background-color: #fff;
    color: #00BCE7;
}

.donate-float-wrapper .donate-btn.last:hover {
    color: #fff;
    background-color: #00BCE7;
}

.homepage-map-wrapper {
    background-color: #0077C8;
    padding: 50px 5%;
}

.homepage-map-wrapper h3 {
    font-weight: 800;
    font-size: 47px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}

.homepage-map-wrapper p {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
    width: 700px;
    max-width: 100%;
    margin: 20px auto 40px;
}

.toggle-wrapper {
    text-align: center;
    margin: 0 auto 65px;
    width: 540px;
    max-width: 100%;
}

#states {
    display: none;
}

.toggle-wrapper label {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 800;
}

.toggle-wrapper label .bold-text {
    font-weight: 400;
}

.red .toggle-wrapper label {
    font-weight: 400;
}

.red .toggle-wrapper label .bold-text {
    font-weight: 800;
}

.toggle-wrapper input[type="checkbox"] { 
	position: absolute;
	opacity: 0;
}

.toggle-wrapper input[type="checkbox"].ios-switch + div {
	vertical-align: middle;
	width: 40px;	height: 20px;
	border: 1px solid #FFFFFF;
	border-radius: 999px;
	background-color: #FFFFFF;
	-webkit-transition-duration: .4s;
	-webkit-transition-property: background-color, box-shadow;
	box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);
	margin: 15px 1.2em 15px;
}

.toggle-wrapper input[type="checkbox"].bigswitch.ios-switch + div {
    width: 50px;	
    height: 25px;
    display: inline-block;
}

.toggle-wrapper input[type="checkbox"].green.ios-switch + div {
    background-color: transparent;
    border: 3px solid #FFFFFF;
}

/* Normal Knob */
.toggle-wrapper input[type="checkbox"].ios-switch + div > div {
	float: left;
	width: 18px; height: 18px;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color, box-shadow;
	-moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-moz-transition-duration: 0.4s;
	-moz-transition-property: transform, background-color;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
	pointer-events: none;
	margin-top: 1px;
	margin-left: 1px;
}

.toggle-wrapper input[type="checkbox"].ios-switch:checked + div > div {
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
}

.toggle-wrapper input[type="checkbox"].bigswitch.ios-switch + div > div {
    width: 17px;
    height: 17px;
    margin-top: 1px;
}

.toggle-wrapper input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
	-webkit-transform: translate3d(25px, 0, 0);
	-moz-transform: translate3d(16px, 0, 0);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
    /* background: #134793; */
}

.toggle-wrapper input[type="checkbox"].ios-switch:checked + span {
    font-weight: 800;
}

.homepage-map-wrapper .map-wrapper {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
}

.homepage-map-wrapper .map-wrapper svg {
    height: auto;
    width: 100%;
}

.homepage-map-wrapper .state-wrapper {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 38%;
    background: #002D72;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-left: 2%;
    vertical-align: top;
}

.homepage-map-wrapper .map-wrapper svg path,
.homepage-map-wrapper .map-wrapper svg polygon {
    transition: ease all 0.3s;
}

.active-state {
    fill: #74BE4B;
    stroke: #002D72;
    stroke-width: 1.5;
}

.active-stated {
    fill: #E6342F;
    stroke: #002D72;
    stroke-width: 1.5;
}

.homepage-map-wrapper .map-wrapper svg .active-state:hover,
.homepage-map-wrapper .map-wrapper svg .active-state.clicked {
    cursor: pointer;
    stroke: #74BE4B;
    fill: #002D72;
    stroke-width: 1.5;
}

.homepage-map-wrapper .map-wrapper svg .active-stated:hover,
.homepage-map-wrapper .map-wrapper svg .active-stated.clicked-red {
    cursor: pointer;
    stroke: #E6342F;
    fill: #002D72;
    stroke-width: 1.5;
}

.state-wrapper .state-card {
    display: inline-block;
    padding: 20px 5%;
    vertical-align: top;
    width: 50%;
}

.state-wrapper .state-card img {
    height: auto;
    margin: 0 auto; 
    width: 90%;
}

.state-wrapper h4 {
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 1.35px;
    text-align: center;
    line-height: 1.1;
    text-transform: none;
}

.state-wrapper .state-card p {
    margin: 0;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.1;
}

.state-wrapper .state-card p.state-card-title {
    margin-top: 20px;
}

.state-wrapper .state-card p.state-card-race {
    margin: 10px auto;
}

.state-wrapper .state-card .state-card-link {
    background: #74BE4B;
    border-radius: 50px;
    color: #FFFFFF;
    display: block;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 6px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in 0.4s;
}

.red .state-wrapper .state-card .state-card-link {
    background: #E6342F;
}

.state-wrapper .state-card .state-card-link:hover {
    background-color: #fff;
    color: #74BE4B;
}

.red .state-wrapper .state-card .state-card-link:hover {
    color: #E6342F;
    background: #fff;
}

.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 50px 10%;
}

.content-card-inner {
    margin: auto;
    width: 90%;
}

.content-wrapper .arrow {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    top: 375px;
}

.content-wrapper .arrow.prev {
    left: 3%;
}

.content-wrapper .arrow.next {
    right: 3%;
}

.content-wrapper .arrow:hover {
    cursor: pointer;
    opacity: .7;
}

.content-wrapper .card {
    text-align: center;
}

.card-img-wrap {
    border-radius: 60px;
    position: relative;
}

.card-img-wrap p {
    position: absolute;
    right: 30px;
    bottom: 0;
    text-transform: uppercase;
    color: #CDE5FF !important;
    font-weight: 700;
    width: auto !important;
    font-size: 10px !important;
}

.blue-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00BCE7;
    /* opacity: .65; */
    z-index: 1;
    border-radius: 60px;
    mix-blend-mode: overlay;
}

.content-wrapper .card img {
    /* filter: grayscale(1); */
    border-radius: 60px;
    /* height: 300px; */
    object-fit: cover;
    width: 100%;
}

.content-wrapper .card img.blue {
    filter: grayscale(1);
}

.content-wrapper .card h3 {
    font-weight: 700;
    font-size: 40px;
    color: #002D72;
    line-height: 1.2;
    margin: 30px auto 0;
}

.content-wrapper .card p {
    font-size: 20px;
    color: #3D3D3D;
    letter-spacing: 0.49px;
    line-height: 1.2;
    width: 600px;
    max-width: 90%;
    margin: 25px auto 30px;
}

.content-wrapper .card .card-btn {
    background: #74BE4B;
    border-radius: 55px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding: 9px 30px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    line-height: 1.5;
}

.content-wrapper .card .card-btn:hover {
    background-color: #002056;
    color: #fff;
}

.call-out-wrapper {
    position: relative;
    padding: 75px 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.call-out-wrapper .decoration {
    position: absolute;
    max-width: 95%;
}

.call-out-wrapper .decoration.top {
    top: 10px;
    right: 0;
}

.call-out-wrapper .decoration.bottom {
    bottom: 10px;
    left: 0;
}

.call-out-wrapper .call-out-inner {
    /* opacity: 0.8; */
    /* background: #002D72; */
    background: rgba(0,45,114, .8);
    box-shadow: 4px 4px 11px 0 rgba(0,0,0,0.50);
    border-radius: 35px;
    width: 600px;
    max-width: 100%;
    margin: 20px auto;
    padding: 20px 30px;
    text-align: center;
}

/* .call-out-wrapper:last-of-type {

} */

.call-out-wrapper:last-of-type .call-out-inner {
    background: rgba(0,119,200, .8);
}

/* .call-out-wrapper .call-out-inner .call-out-inner-inner {
    position: relative;
    z-index: 1;
    opacity: 1;
} */

.call-out-wrapper .call-out-inner h3 {
    font-weight: 700;
    font-size: 47px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}

.call-out-wrapper .call-out-inner p {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
}

.call-out-btn {
    background: #74BE4B;
    border-radius: 55px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    padding: 9px 30px;
    display: inline-block;
}

.call-out-btn:hover {
    background: #fff;
    color: #74BE4B;
}

.social-feed-wrapper {
    position: relative;
    padding: 100px 10%;
}

/* .social-feed-inner {

} */

.social-feed-card-wrapper {
    display: flex;
    justify-content: space-around;
}

.social-feed-wrapper .social-svg {
    position: absolute;
    max-width: 80%;
}

.social-feed-wrapper .social-svg.top {
    top: 10px;
    right: 0;
}

.social-feed-wrapper .social-svg.bottom {
    bottom: 10px;
    left: 0;
}

.social-feed-wrapper h3 {
    color: #002D72;
    font-size: 47px;
    font-weight: 700;
    line-height: 50px;
}

.social-feed-card {
    display: inline-block;
    /* opacity: 0.1; */
    background: rgba(0, 119, 200, .15);
    border-radius: 0 100px 0 100px;
    padding: 60px 6%;
    width: 45%;
    position: relative;
}

.social-feed-card svg {
    position: absolute;
    top: 30px;
    left: 5%;
}

.social-feed-card-inner {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.social-feed-card h5 {
    font-size: 23px;
    color: #0077C8;
    line-height: 1.2;
    font-style: italic;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 500;
}

.social-feed-card h5 span {
    font-weight: 600;
}

.social-feed-card h5 a {
    color: #002056;
}

.social-feed-card h5 a:hover {
    color: #ff6600;
}

.social-feed-card p {
    font-size: 17px;
    color: #0077C8;
    line-height: 1;
    margin: 20px 0 0;
    font-weight: 600;
}

.social-feed-icon-wrapper {
    margin-top: 20px;
    text-align: right;
}

.social-feed-icon-wrapper svg {
    display: inline-block;
    height: 30px;
    margin: 0 10px;
    width: auto;
}

.social-feed-icon-wrapper a svg .hover {
    transition: all ease-in-out 0.4s;
}

.social-feed-icon-wrapper a svg:hover .hover {
    fill: #002056;
}

/*======================================
=            CALL TO ACTION            =
======================================*/
#call-to-action {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;

    /*  position: fixed;
z-index: -9999;*/
}

#call-to-action .screen {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

#call-to-action .background-image {
    background-size: cover;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    mix-blend-mode: multiply;
    filter: grayscale(100%) brightness(125%) contrast(75%);
    opacity: .6;

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#call-to-action .filter-blue {
    background: #0077c8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#call-to-action .wrap {
    min-height: 720px !important;
    padding-top: 200px;
    height: 100% !important;
}

#call-to-action .message {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 34%;
    display: none;
}

#call-to-action .message.animate {
    display: block;
}

/* #call-to-action .message .left {
    text-align: left;
} */

#call-to-action .message .left .flipper-wrap {
    margin-left: 0;
    margin-right: 0;
}

#call-to-action .message h1 {
    color: #fff;
    line-height: 80px;
    margin: -50px 0 30px;
    text-align: left;
}

#call-to-action .message p.subheading {
    color: #ABD7F5;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 800;
    text-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
}

#call-to-action .error-message {
    top: 100%;
    bottom: auto;

    -o-animation-duration: 250ms;
    -ms-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -o-animation-name: slideDown;
    -ms-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

#call-to-action .error-message p {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}

#call-to-action .message .flipper-wrap {
    max-width: 100%;
    margin: 20px auto 0;
}

#call-to-action .message .left .flipper-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

#call-to-action .message form {
    border-radius: 25px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    height: 50px;
}

#call-to-action .message form input {
    background: transparent;
    width: 100%; 
    color: #323232;
}

#call-to-action .message form input.placeholder {
    color: #999;
}

#call-to-action .message form label {
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 50px !important;
}

#call-to-action .message form button {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 25px;
    position: absolute;
    top: 0;
    height: 50px !important;
    right: 0;
    width: 140px;
    padding: 0;
    font-size: 18px;
    line-height: 44px !important;
    text-transform: uppercase;
}

#call-to-action .message form button i.icon-angle-right {
    margin-left: 5px;
}

#call-to-action .flipper-wrap a.thanks {
    height: 58px;
    line-height: 58px;
    padding: 0;
    font-size: 16px;
}

#call-to-action .flipper-wrap form.form-completed a.thanks {
    display: block;
}

#call-to-action .flipper-wrap a.thanks i {
    width: 94px;
    font-size: 21px;
}

#call-to-action .actions {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}

#call-to-action .actions a {
    display: block;
    width: 100%;
}

#call-to-action .actions a h4 {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;

    -moz-text-shadow: 0px 0px 1px rgba(255, 255, 255, 0);
    -webkit-text-shadow: 0px 0px 1px rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0);
}

#call-to-action .actions a:hover h4 {
    -moz-text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.65);
    -webkit-text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.65);
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.65);
}

#call-to-action .actions a h4 img {
    max-width: 25px;
    height: auto;
    margin-top: -7px;
    margin-right: 4px;
}

#call-to-action .actions a p {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: .12em;
    text-indent: .12em;
    line-height: 20px;
    color: #ABD7F5;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}

#call-to-action .actions a:hover p {
    color: #fff;
}

#call-to-action a.button {
    height: 48px;
    line-height: 48px;
    padding: 0 45px;
    font-size: 15px;
    font-weight: 500;
}

#call-to-action.video a.button {
    padding-right: 70px;
}

#call-to-action.video a.button i {
    font-size: 28px;
    position: absolute;
    right: 30px;
    top: -1px;
}

#call-to-action form .icon-wrap {
    height: 100%;
}

#call-to-action form button .icon {
    height: 100%;
}

#call-to-action form button .icon i:before {
    margin: 5px;
}


/*====================================
=            HOME ACTIONS            =
====================================*/
#home-actions {
    background: #07468d;
}



/*===============================================
=            VISIT THE ACTION CENTER            =
===============================================*/
#visit-the-action-center {
    align-items: center;
    background: #0B2240;
    justify-content: center;
    display: flex;
    height: 100px;
}

#visit-the-action-center a {
    display: block;
    width: 360px;
    height: 50px;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
    padding: 0;
    margin: 0 auto;
}




/*==================================
=            SUPPORTERS            =
==================================*/
#supporters {
    background: #fff;
    text-align: center;
    padding: 80px 0;
}

#supporters:after {
    border: none;
}

#supporters h3 {
    -webkit-font-smoothing: antialiased;
    color: #002D72;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
    letter-spacing: 3px;
}

#supporters hr {
    width: 50%;
    margin: 4px auto;
}

#supporters hr.dark-blue {
    border-top: 4px solid #002D72;
    padding: 0 20px;
}

#supporters hr.light-blue {
    border-top: 4px solid #0077C8;
}

#supporters figure {
    /* max-width: 600px; */
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

#supporters figure span.count {
    color: #00BCE7;
    font-size: 150px;
    line-height: 150px;
    margin: 30px auto 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    display: block;
    /*  -o-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);*/
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;

    position: relative;
}

#supporters.is-counting figure span.count {
    color: #ff554c;
    text-shadow: 0 0 200px #ffe828;

}

#supporters figure span.count.show {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

#supporters figure figcaption {
    color: #0B2240;
    font-size: 24px;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}




/*==================================
=            DONATE NOW            =
==================================*/
#donate-now {
    background: #EDF2F5;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#donate-now .container {
    width: 100%;
}

#donate-now a {
    -webkit-font-smoothing: antialiased;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0;
    max-width: 240px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
}

#donate-now a i {
    width: 80px;
}

/*====================================
=            HOME CONTENT            =
====================================*/
#home-content {
    background: #0077C8;
    text-align: center;
    padding: 120px 0 120px;
    background-image: url('images/background-home-content.jpg');
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#home-content h4.subtitle {
    color: #ABD7F5;
    ;
    font-size: 24px;
    line-height: 32px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 60px;
    text-transform: uppercase;
}

#home-content h2 {
    text-transform: none;
    color: #fff;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    font-weight: 800;
}

#home-content p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    color: #dfe4e9;
}

#home-content hr {
    border-top: solid 1px #fff;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.4;
    width: 80%;
    max-width: 300px;
    margin: 40px auto;
}

#home-content a.btn {
    -webkit-font-smoothing: antialiased;
    background: #00BCE7;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin: 60px auto 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 320px;

    transition: background-color 300ms ease, color 300ms ease;
}

#home-content a.btn:hover {
    background: #fff;
    color: #00BCE7;
}





/*=============================
=            FEEDS            =
=============================*/
#feed {
    text-align: center;
}

#feed .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}

#feed .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    height: auto;
    width: auto;
    color: #778189;
    font-size: 38px;
    height: 100%;
    top: 16px;
    display: block;
    width: 55px;
    margin-top: 50px;
}

#feed .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

#feed .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

#feed .bx-wrapper .bx-controls-direction a:hover {
    color: #9EA4A8;
}

#feed .bx-wrapper .bx-controls-direction a i {
    position: absolute;
    /*  top: 50%;
margin-top: -50px;*/
    top: 225px;
    left: 0;
}

#feed .meta {
    margin-top: 90px;
}

#feed .meta a {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    color: #7c8392;
    letter-spacing: 0.25em;
    font-size: 16px;
    text-transform: uppercase;
    color: #7c8392;
}

#feed .description h3 {
    font-family: "Nunito Sans", sans-serif;
    color: #2a2f33;
    font-size: 50px;
    letter-spacing: -0.01em;
    line-height: 64px;
    font-weight: 300;
    margin-top: 20px;
}

#feed a.icon {
    display: block;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #d6d8d9;
    font-size: 35px;
    color: #abb1be;
    position: relative;
}

#feed .twitter a.icon:hover, #feed .twitter a.icon:hover:after {
    color: #fff;
    background: #00aced;
    border: #00aced;
}

#feed .facebook a.icon:hover, #feed .facebook a.icon:hover:after {
    color: #fff;
    background: #32508f;
    border: #32508f;
}

#feed .rss a.icon:hover, #feed .rss a.icon:hover:after {
    color: #fff;
    background: #ff6600;
    border: #ff6600;
}

#feed hr {
    border-top: solid 1px #ccd0d2;
    width: 80%;
    max-width: 300px;
    margin: 30px auto;
}

#feed a.handle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 125px;
    display: inline-block;
}











/*===================================
=            TOPPER PAGE            =
====================================*/
#topper {
    background: #0077C8;
    text-align: center;
    color: #fff;
    padding: 180px 0 140px;
}

#topper.has-image:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=10);
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#topper.has-subheading {
    padding-bottom: 110px;
}

#topper.make-short {
    background: none;
    padding: 100px 0 0;
    padding-bottom: 0 !important;
}

#topper .subtitle {
    color: #ABD7F5;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: .2em;
    text-indent: -.2em;
    line-height: 31px;
    margin: 0;
    text-transform: uppercase;
}

#topper.make-short .subtitle {
    color: #4a596d;
}

#topper h1 {
    font-size: 80px;
    letter-spacing: 0;
    margin: 0;
}

#topper.make-short h1 {
    color: #0B2240;
}

#topper p.subheading {
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 30px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    margin: 20px 0 0;
    color: #dfe4e9;
}

#topper.make-short p.subheading {
    color: #4a596d;
}

#topper .col-md-8.col-md-offset-2 {
    z-index: 99;
}



/*=====================================
=            TOPPER SINGLE            =
=====================================*/
#topper.single {
    background: none;
    text-align: left;
    padding: 70px 0 0;
    background: #fff;
}

#topper.single h1 {
    color: #0B2240;
    line-height: 64px;
    font-size: 64px;
    margin: 32px 0 0;
    letter-spacing: 0;
}

h4.categories {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 22px;
}

h4.categories a {
    color: #0077C8;
    font-size: 15px;
}

h4.categories a:hover {
    color: #E6342F;
}

#topper.single.has-topper-image {
    padding-top: 60px;
}

#single-topper-image {
    width: 100%;
    height: 430px;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% bottom;
    background-repeat: no-repeat;
}

#topper.single.share-page {
    text-align: center;
    padding-top: 90px;
}

#topper.single.share-page h4.categories {
    display: none;
}

#topper.single.share-page .share-circles {
    position: static;
    left: auto;
    text-align: center;
    margin-bottom: 20px;
}

#topper.single.share-page .share-circles a {
    display: inline-block;
    margin: 0 6px;
}





/*===========================================
=            TOPPER INDEX / FEED            =
===========================================*/
#topper.index h1 {
    font-size: 110px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1em;
}

.error404 #topper.index h1 {
    font-size: 160px;
    line-height: 100%;
}





/*====================================
=            INDEX / FEED            =
====================================*/
#feed-index {
    padding: 100px 0 90px;
    min-height: 600px;
    background: #fff;
}

#feed-index .post .date span {
    white-space: nowrap;
}

#feed-index .content {
    position: static;
}

#feed-index .post .date {
    position: absolute;
    top: 0;
    left: 15px;
    margin-top: 12px;
    line-height: 18px;
}

#feed-index .post .date span {
    display: block;
}

#feed-index .post .date span {
    font-size: 12px;
    color: #7c8392;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

#feed-index .post .date span.month-day {
    color: #999;
}

#feed-index .post .date span.year {
    color: #999;
}

#feed-index .post h4.categories {
    margin-bottom: 0;
}

#feed-index .post h2 {
    margin: 10px 0 30px;
}

#feed-index .post h2 a {
    color: #002D72;
}

#feed-index .post h2 a:hover {
    color: #E6342F;
}

#feed-index .post .excerpt {
    margin-bottom: 30px;
    min-height: 30px;
}

#feed-index .post .excerpt p {
    color: #2a2f33;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

#feed-index .post a.read-more {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
}

#feed-index .post hr {
    border-top: solid 1px #d6d8d9;
    margin-top: 22px;
    margin-bottom: 66px;
}

#feed-index .post .share-circles {
    top: 165px;
}

#feed-index .post .share-circles a {
    -webkit-transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -ms-transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -moz-transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -o-transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);

    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#feed-index .row.relative:hover .post .share-circles a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#feed-index a.load-more .pending {
    -webkit-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -ms-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -moz-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -o-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#feed-index a.load-more.loading .pending {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#feed-index a.load-more .loading {
    -webkit-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -ms-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -moz-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -o-transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 400ms cubic-bezier(0.32, 1.25, 0.375, 1.15);

    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#feed-index a.load-more.loading .loading {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#feed-index a.load-more.loading .loading i {
    -ms-animation: spin 225ms infinite linear;
    -moz-animation: spin 225ms infinite linear;
    -o-animation: spin 225ms infinite linear;
    -webkit-animation: spin 225ms infinite linear;
    animation: spin 225ms infinite linear;
}

#feed-index a.load-more .pending, #feed-index a.load-more .loading {
    position: absolute;
    width: 100%;
}

#feed-index a.load-more {
    text-align: center;
    display: block;
    color: #7c8392;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
}

#feed-index a.load-more:hover {
    color: #ff686b;
}

#feed-index a.load-more span {
    display: block;
}

#feed-index .post iframe.youtube {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    display: block;
}








/*==============================
=            SINGLE            =
==============================*/
article.single, body.make-short article {
    z-index: 1;
}

article.single aside.meta {
    margin-bottom: 33px;
}

article .txt ul,
article .txt ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

article.single .txt a {
    background: linear-gradient(0deg, #E6342F, #E6342F) no-repeat;
    background-size: 0 2px;
    background-position: bottom left;
    outline-width: 0;
}

article .txt a:hover {
    background-size: 100% 2px;
}

article .txt ol {
    counter-reset: item;
}

article.single .txt li {
    font-size: 18px;
    line-height: 37px;
    margin-bottom: .5em;
}

article .txt li {
    margin-left: 31px;
    margin-bottom: .5em;
    position: relative;
}

article .txt ul li::before {
    content: '•';
    color: #0077C8;
    position: absolute;
    right: calc(100% + .65em);
}

article .txt ol li::before {
    content: counter(item) ".";
    color: #0077C8;
    counter-increment: item;
    position: absolute;
    right: calc(100% + .65em);
}

article.single aside.meta span.date {
    color: #999999;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

article.single aside.meta span.separator {
    color: #abb1be;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 16px;
}

article.single aside.meta span.tags {
    color: #f34a46;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

.row.relative {
    position: relative;
}

article.single.share-page {
    padding-top: 43px;
}

article.single.share-page .content .share-circles, article.single.share-page .content .meta, article.single.share-page .content .featured-image {
    display: none;
}

article.single.share-page #sidebar {
    display: none;
}

article.single.share-page .share-media {
    padding: 0 30px;
    margin-bottom: 45px;
}

article.single.share-page .share-media.image img {
    width: 100%;
    height: auto;
}

article.single.share-page .share-media.video iframe {
    width: 100%;
    height: 395px;
}

article .content iframe {
    width: 100%;
}



/*=============================
=            RACES            =
=============================*/
body.page-template-page-races article {
    padding: 140px 0 110px;
}

#racesmenu {
    position: absolute;
    left: 0;
    top: -80px;
    width: 15%;
    background-color: #0B2240;
    padding: 40px 0;
}

.single-races #racesmenu {
    top: 50px;
}

#racesmenu ul li {
    list-style: none;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

#racesmenu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

#racesmenu ul li a.active {
    color: #E6342F;
}

.mediaitem {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    vertical-align: top;
}

.mediaitem img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.mediaitem p {
    text-align: center;
}

#cpp-table th {
    padding: 10px 10px;
    background-color: #0077C8;
    color: #ffffff;
    font-size: 16px;
}

#cpp-table td {
    padding: 10px 10px;
    font-size: 14px;
}

input#searchdistrict {
    border: solid 1px #cccccc !important;
    font-size: 16px;
    color: #2a2a2a;
    margin-bottom: 20px;
    width: 250px;
}

/*=============================
=            INNER            =
=============================*/
article {
    min-height: 500px;
    padding: 40px 0 110px;
    background: #fff;
    z-index: 99999;
    position: relative;
}

article .content {
    position: static;
}

article .content hr {
    width: 100%;
    max-width: 300px;
    margin: 60px auto;
}

.featured-image {
    display: block;
    margin-bottom: 30px;
}

.featured-image img {
    width: 100%;
    height: auto;
}





/*===============================
=            CONTACT            =
================================*/
body.page-template-page-contact #topper.make-short h1,
body.page-template-page-contact#topper h1 {
    color: #0B2240;
    letter-spacing: 0;
    line-height: 64px !important;
    font-size: 64px !important;
    text-transform: none;
    letter-spacing: 0;
}

body.page-template-page-contact #topper.make-short {
    background: none;
    padding: 80px 0 0;
    padding-bottom: 0 !important;
}

article.contact p,
article.contact .content p {
    color: #323232;
    line-height: 37px;
    font-size: 22px;
    margin-bottom: 35px !important;
}

article.contact p a,
article.contact p a span {
    color: #E6342F !important;
}

article.contact form {
    width: 100%;
}

article.contact input, article.contact textarea, article.contact button {
    width: 100%;
}

article.contact select,
article.contact input {
    color: #323232;
    font-size: 22px;
    border: 1px solid #999999 !important;
    margin-bottom: 25px;
}

article.contact button {
    padding: 0
}

article.contact form button .icon.pending-response {
    font-size: 25px;
}

article.contact .well {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #EDF2F5;
    color: #323232;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
}

article.contact label {
    font-size: 18px;
    letter-spacing: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    text-transform: none;
    color: #002D72;
    padding: 0;
    margin: 0;
}

article.contact .label {
    margin: 0;
    padding: 0;
}

article.contact textarea {
    height: 200px;
    border: 1px solid #999999 !important;
}

article.contact select {
    width: 100% !important;
    height: 54px !important;
    line-height: 54px !important;
    margin-bottom: 25px;
}

article.contact .submit {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 0px !important;
}

article.contact button[type=submit] {
    background: #E6342F;
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
    margin-top: 25px;
    border-radius: 25px;
}

#contactus .form-field abbr[title] {
    border-bottom: 0;
    cursor: default;
    text-decoration: none;
}



/*============================================
=            INNER CALL TO ACTION            =
============================================*/
#inner-action {
    text-align: center;
    margin-bottom: 75px;
}

#inner-action h3 {
    font-size: 36px;
    margin: 0 0 10px;
}

#inner-action p.subheading {
    color: #4a596d;
    font-size: 17px;
    line-height: 23px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

#inner-action a.big-button {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border-width: 2px !important;
}

#inner-action form {
    margin-top: 20px;
}

#inner-action form {
    border-left: solid 1px #d6d8d9;
    border-right: solid 1px #d6d8d9;
    border-bottom: solid 1px #d6d8d9;
}

#inner-action form input {
    width: 50%;
    float: left;
    font-size: 22px;
    font-weight: 300;
    color: #7c8392;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 300 !important;
}

#inner-action form input.odd {
    border-top: solid 1px #d8dadb !important;
    border-right: solid 1px #d8dadb !important;
}

#inner-action form input.even {
    border-top: solid 1px #d8dadb !important;
}

#inner-action form.odd input.last {
    width: 100%;
    border-right: none !important;
}

#inner-action form button {
    width: 100%;
    font-size: 15px;
    padding: 0;
    border-top: solid 1px #e0e2e3;
}

#inner-action form button.btn-blue-hollow {
    border-top: 1px solid rgb(16, 74, 146) !important;
}

#inner-action form button .icon.pending-response i {
    margin: 50px;
    font-size: 20px;
}









/*=========================================
=            BSD FORM DEFAULTS            =
=========================================*/
.bsd-form-wrap {
    position: relative;
    width: 100%;
    height: auto;
}

form.bsd {
    position: relative;
    z-index: 999;
}

.bsd-form-wrap .error-message {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    display: none;
    -o-animation-duration: 250ms;
    -ms-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -o-animation-name: slideUp;
    -ms-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    padding: 0 15px;
}

.bsd-form-wrap .error-message.show {
    display: block;
}

.bsd-form-wrap .error-message p {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    color: #a94442;
}






/*===============================
=            SIDEBAR            =
===============================*/
#sidebar {
    background: #ecf0f4;
    width: 243px !important;
    text-align: center;
    padding: 14px 15px;

    position: absolute;
    top: 0;
    margin-top: 77px;
    right: 0;

    z-index: 9999;

    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#sidebar .background-mask {
    position: absolute;
    background: #ecf0f4;
    display: block;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
}

#sidebar h3 {
    font-size: 28px;
    margin: 0;
}

#sidebar p {
    color: #4a596d;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

#sidebar form {
    width: 100%;
    border: 1px solid #d6d8d9;
    border-top: none;
    margin-top: 17px;
}

#sidebar input {
    height: 43px;
    line-height: 43px;
    width: 100%;
    min-width: 100%;
    color: #7c8392;
    font-size: 20px;
    border-top: 1px solid #d6d8d9 !important;
}

#sidebar button {
    height: 43px;
    line-height: 43px;
    padding: 0;
    width: 100%;
}

#sidebar button .icon.pending-response i {
    font-size: 20px;
}

#sidebar .bsd-form-wrap {
    position: static;
}

#sidebar .error-message {
    padding: 0 5px;
    bottom: auto;
    top: 100%;
    -o-animation-name: slideDown;
    -ms-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

#sidebar .error-message p {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    color: #a94442;
}












/*=====================================
=            ACTION CENTER            =
=====================================*/
#topper.action-center {
    background: #002D72; 
    padding-bottom: 70px;
}

#topper.action-center h1 {
    font-size: 90px;
    margin: 20px 0 30px;
}

#topper.action-center .subtitle {
    color: #ABD7F5;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    margin: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-indent: -0.2em;
    line-height: 31px;
    font-style: normal;
}

#topper.action-center .flipper-wrap {
    max-width: 500px;
    margin: 0 auto;
}

#topper.action-center form {
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 50px;
    margin-top: 20px;
}

#topper.action-center form .form-group {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}

#topper.action-center form .form-group .form-field {
    flex: 1 1 auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

#topper.action-center form input {
    width: 100%;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #2a2f33;
}

#topper.action-center form input.placeholder {
    color: #999;
}

#topper.action-center form label {
    display: none;
}

#topper.action-center .error-message {
    top: 100%;
    bottom: auto;
    -o-animation-duration: 250ms;
    -ms-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -o-animation-name: slideDown;
    -ms-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

#topper.action-center .error-message p {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}

#topper.action-center form button {
    flex: 0 0 auto;
    width: 94px;
    padding: 0;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    border-radius: 25px;
    border: 4px solid #fff;
}

#topper.action-center form i.icon-angle-right {
    margin-left: 5px;
}

#topper.action-center .flipper-wrap a.thanks {
    height: 58px;
    line-height: 58px;
    padding: 0;
    font-size: 16px;
}

#topper.action-center .flipper-wrap form.form-completed a.thanks {
    display: block;
}

#topper.action-center .flipper-wrap a.thanks i {
    width: 94px;
    font-size: 21px;
}

#topper.action-center form .icon-wrap {
    height: 58px;
}

#topper.action-center form button .icon {
    height: 58px;
}

#topper.action-center form button .icon i:before {
    margin: 5px;
}

#featured-actions {
    background: #002D72;
    text-align: center;
    padding: 40px 0 60px;
    min-height: 232px;
}

#featured-actions a {
    display: inline-block !important;
    margin: 0;
    width: 19%;
    position: relative;
}

#featured-actions a span {
    display: block;
}

#featured-actions a span.icon {
    background: #0077C8;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 109px;
    height: 109px;
    line-height: 109px;
    color: #fff;
    margin-bottom: 22px;
    display: inline-block;

    -webkit-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -ms-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -moz-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -o-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#featured-actions a:hover span.icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#featured-actions a span.icon img {
    max-width: 30px;
    margin-top: -5px;
}

#featured-actions a span.text {
    color: #fff;
    letter-spacing: 0.06em;
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;

    position: absolute;
    width: 100%;
}

#featured-actions a:hover span.text {
    color: #CDE5FF;
}

article.action-center {
    padding-top: 70px;
}

article.action-center .content h2 {
    text-align: center;
    color: #2a2f33;
    font-size: 18px;
    letter-spacing: 0.12em;
    margin: 0 0 45px;
}

article.action-center .content .action a {
    background: #EDF2F5;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 444px;
    margin: 0 auto 57px;
    text-align: center;
}

article.action-center .content .action a:hover {
    background: #0077C8;
}

article.action-center .content .action .text h3 {
    color: #002D72;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin: 5px 0 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
}

article.action-center .content .action .text span {
    font-style: normal;
    color: #0077C8;
    letter-spacing: 0.12em;
    font-size: 14px;
    text-transform: uppercase;
}

article.action-center .content .action a .text span,
article.action-center .content .action a .text h3 {
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}

article.action-center .content .action a:hover .text span, article.action-center .content .action a:hover .text h3 {
    color: #ffffff;
}

article.action-center .content .action .image {
    position: relative;
    overflow: hidden;
}

article.action-center .content .action .image img {
    width: 100%;
    height: auto;


    -webkit-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -ms-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -moz-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -o-transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 225ms cubic-bezier(0.32, 1.25, 0.375, 1.15);

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

article.action-center .content .action a:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

article.action-center .content .action .text {
    padding: 24px 15px 45px;
}

/* article.action-center .content .action .text span {
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
    color: #2a2f33;
    letter-spacing: 0.02rem;
    font-size: 16px;
}
article.action-center .content .action .text h3 {
    color: #2a2f33;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin: 5px 0 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
} */
article.action-center .content hr {
    margin-top: 40px;
}











/*=====================================
=            SHARE BUTTONS            =
=====================================*/
article .content .multi-hr {
    margin: 80px 0;
}

article .content .multi-hr hr {
    width: 100vw;
    max-width: none;
    margin: 4px 0;
    height: 0;
    border-top: 4px solid;
}

article .content .multi-hr hr:nth-child(1) {
    border-top-color: #002D72;
    margin-left: 75px;
}

article .content .multi-hr hr:nth-child(2) {
    border-top-color: #0B2240;
    margin-left: 50px;
}

article .content .multi-hr hr:nth-child(3) {
    border-top-color: #00BCE7;
    margin-left: 120px;
}

article .content .multi-hr hr:nth-child(4) {
    border-top-color: #0077C8;
    margin-left: 150px;
}

.share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.share-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0 !important;
    width: 100%;
    max-width: 232px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.06em;
    margin: 0 10px;
}

.share-buttons a svg {
    height: 20px;
    width: 20px !important;
    margin-right: 10px;
}

.share-buttons a i {
    font-size: 40px;
    position: absolute;
    left: 11px;
    top: -1px;
}




/*=====================================
=            SHARE CIRCLES            =
=====================================*/
.share-circles {
    position: absolute;
    left: 15px;
    margin-top: 9px;
}

.share-circles a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    line-height: 41px;
    width: 41px;
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
}

.share-circles a i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
}







/*========================================
=            FANCY BLOCKQUOTE            =
========================================*/
.fancy-blockquote {
    background: #f6f8fa;
    padding: 60px 0;
    margin: 35px 0 75px;
}

.fancy-blockquote blockquote, .fancy-blockquote blockquote p {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    color: #2a2f33;
    line-height: 52px;
    font-size: 34px;
    font-family: "Nunito Sans", sans-serif;
    font-style: italic;
}

.fancy-blockquote hr {
    border-color: #d6d8d9;
    max-width: 300px;
    margin: 25px auto 30px;
    width: 100%;
}

.fancy-blockquote footer {
    color: #5c6b7e;
    font-size: 13px;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
}


/*==================================
=            CONTACT            =
==================================*/

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea,
.content .txt input[type="text"], .content .txt input[type="email"], .content .txt textarea {
    border: 1px solid #d6d8d9 !important;
    width: 100%;
}

.wpcf7 input[type="submit"] {
    width: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.wpcf7 p {
    margin-bottom: 25px;
}

/*==================================
=            404 PAGE            =
==================================*/

.error-content h2 {
    font-size: 56px;
    line-height: 54px;
}

.error-content h3 {
    font-size: 18px;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
    margin: 30px 0 0 0;
    padding: 0;
}

.error-content ul {
    margin: 0;
    padding: 0;
}

.error-content ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.error-content ul li a {
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

/*==================================
=            BIG SIGNUP            =
==================================*/
#big-signup {
    background: #0077C8;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#big-signup form {
    border-radius: 25px;
    background: #fff;
    width: 100%;
    height: 50px;
    width: 600px;
    z-index: 999999;
}

#big-signup form .form-group {
    display: flex;
    align-items: center;
}

#big-signup form .form-group .form-field {
    flex: 1 1 auto;
}

#big-signup form i.big-icon {
    color: #abb1be;
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 22px;
}

#big-signup form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #323232;
    background: transparent;
    padding-left: 20px;
    font-size: 21px;
    font-family: 'Nunito Sans', sans-serif;
}

#big-signup form input.placeholder {
    color: #999;
}

#big-signup form label {
    line-height: 50px;
    color: #999;
    font-size: 21px;
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    text-align: left;
}

#big-signup form button {
    flex: 0 0 auto;
    background: #002D72;
    color: #fff !important;
    border-radius: 25px;
    height: 50px;
    border: 3px solid #fff;
    line-height: 44px;
    /* position: absolute; */
    right: 0;
    top: 0;
    width: 215px;
    font-size: 18px;
    padding: 0;
    transition: background-color 200ms;
}

#big-signup form button:hover {
    background: #0B2240;
}

form.loading button {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

form button .icon-wrap {

    display: block;
    width: 100%;
    height: 100%;

    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;

    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);

    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);

    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

form.loading button .icon-wrap {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);

    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);

    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

form button .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

form button .icon.pending-response {
    top: 100%;
}

form button .icon.pending-response i {
    -ms-animation: spin 225ms infinite linear;
    -moz-animation: spin 225ms infinite linear;
    -o-animation: spin 225ms infinite linear;
    -webkit-animation: spin 225ms infinite linear;
    animation: spin 225ms infinite linear;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#big-signup .error-message {
    border: none;
    padding: 15px;
    z-index: 999999;
}

#big-signup .error-message p {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 30px;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    color: #ff554c;
}

#big-signup a.thanks {
    height: 110px;
    padding: 0;
    line-height: 110px;
    font-size: 23px;
    z-index: 999999;
}

#big-signup a i {
    width: 215px;
    font-size: 32px;
    line-height: 100%;
}

#big-signup a.thanks.show {
    display: block;
}

#big-signup form button .icon {
    height: 110px;
}

/* #big-signup form button i:before {
    margin: 15px 15px 15px 30px;
} */








/*====================================
=            FORM FLIPPER            =
====================================*/
.error-message {
    background: #FFDFDD;
    border: 0px;
}

form.flipper {
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;

    /*  z-index: 9999999; */
}

.flipper-wrap {
    position: relative;
}

.flipper-wrap .error-message {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;

    display: none;

    -o-animation-duration: 250ms;
    -ms-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;

    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -o-animation-name: slideUp;
    -ms-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

.flipper-wrap .error-message.show {
    display: block;
}

.flipper-wrap .error-message p {
    margin: 0;
    color: #ff554c;

}

form.flipper .form-group {
    position: relative;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;

    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);

    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);

    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

form.flipper .form-field {
    position: relative;
}

.flipper-wrap a.thanks {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;

    display: none;

    -o-animation-duration: 250ms;
    -ms-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;

    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -o-animation-name: slideUp;
    -ms-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

.flipper-wrap a.thanks.show {
    display: block;
}

.tooltip-inner {
    max-width: 980px;
    width: 100%;
    /*  background: #104a92; */
    border-radius: 0;
}

/*
.tooltip.top .tooltip-arrow {
    border-top-color: #104a92;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #104a92;
}
*/



/*===========================
=            404            =
============================*/
body.error404 #feed-index {
    padding: 100px 0 0;
}

body.error404 #sidebar {
    display: none;
}

body.error404 #topper {
    display: none;
}

body.error404 .wp-image-1524 {
    max-width: 600px;
}



/*=====================================
=            SINGLE SPLASH            =
=====================================*/
body.page-template-page-single-input-splash-php #site-header, body.page-template-page-single-input-splash-php #mobile-nav, body.page-template-page-single-input-splash-php #site-footer .menu-footer-menu-container, body.page-template-page-single-input-splash-php #site-footer .social-buttons, body.page-template-page-single-input-splash-php .site-by {
    display: none;
}

body.page-template-page-single-input-splash-php article {
    text-align: center;
}

body.page-template-page-single-input-splash-php .message h1 {
    margin-top: 0 !important;
}

#call-to-action.splash .message {
    position: relative;
    left: auto;
    top: auto;
    display: block !important;
    background: rgba(0, 0, 0, 0.35);
    padding: 240px 0;
}

#call-to-action.splash .wrap {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #e3e3e3;
    min-height: 0 !important;
}

body.page-template-page-single-input-splash-php #site-canvas {
    padding-top: 0 !important;
}

body.page-template-page-single-input-splash-php .flipper-wrap {
    margin-bottom: 75px !important;
}

body.page-template-page-single-input-splash-php #site-footer {
    padding-top: 25px;
}

body.page-template-page-single-input-splash-php .splash-message {
    max-width: 600px;
    margin: 0 auto;
}

body.page-template-page-single-input-splash-php .continue-button {
    position: absolute;
    left: 50%;
    bottom: 25px;
    color: #fff;
    margin-left: -61px;
    font-size: 18px;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 0;
}

body.page-template-page-single-input-splash-php .brand {
    position: absolute;
    width: 87px;
    display: block;
    z-index: 9999;
    top: 20px;
    left: 37px;
}

body.page-template-page-single-input-splash-php .brand img {
    width: 100%;
    height: auto;
    display: block;
}

body.page-template-page-single-input-splash-php .donate-splash {
    position: absolute;
    top: 30px;
    right: 37px;
    z-index: 9999;
    width: 210px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    padding-right: 40px;
}

body.page-template-page-single-input-splash-php .donate-splash i {
    width: 50px;
    line-height: 37px;
    padding-right: 3px;
    font-size: 14px;
}


/*===================================
=            SITE FOOTER            =
===================================*/
#site-footer {
    background: #002D72;
    padding: 75px 5% 145px;
    width: 100%;
}

#site-footer .footer-left-wrap {
    display: inline-block;
    vertical-align: top;
    /* width: 39%; */
    width: 250px;
}

#site-footer .footer-right-wrap {
    display: inline-block;
    /* width: 60%; */
    width: calc(100% - 256px);
    vertical-align: bottom;
    /* margin-top: 100px; */
    /* float: right; */
}

#site-footer .footer-home-a {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    width: 230px;
}

#site-footer .footer-home-a img {
    height: auto;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#site-footer .footer-home-a:hover img {
    transform: scale(.9);
}

#site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: right;
}

#site-footer ul li {
    display: inline-block;
    vertical-align: top;
    /* width: 185px; */
    width: 200px;
    text-align: left;
}

#site-footer ul li.menu-item-has-children:nth-of-type(1) {
    width: 245px;
}

#site-footer ul li a {
    color: #f7f9fa;
    font-size: 15px;
    letter-spacing: 0.12em;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    cursor: default;
    margin-bottom: 0;
}

#site-footer ul li ul li {
    float: none;
    width: 100%;
}

#site-footer ul li ul li a {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    visibility: visible;
    margin-bottom: 0;
}

#site-footer ul li a:hover {
    color: #F26825;
    cursor: pointer;
}

#site-footer ul li.visibility-hidden {
    visibility: hidden;
}

#site-footer ul li ul li a i {
    display: none;
}

#site-footer .social-buttons {
    padding-top: 60px;
}

#site-footer .social-buttons .facebook {
    margin-bottom: 20px;
}

#site-footer .footer-right-wrap p {
    color: #fff;
    line-height: 1.2;
    margin: 8px 0;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 1.04px;
}

#site-footer .paid-for-by {
    border: 1px solid #fff;
    display: block;
    padding: 15px 15px 5px;
    width: 510px;
    margin: 0 auto;
    max-width: 90%;
}

#site-footer .disclaimer {
    text-align: center;
    /* border: solid 1px #0077C8; */
    color: #0077C8;
    line-height: 14px;
    font-size: 12px;
    margin: 75px 0 0;
    font-family: "Nunito Sans", sans-serif;
}

#site-footer .copyright p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
}

#site-footer .disclaimer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: "Nunito Sans", sans-serif;
    /* text-transform: uppercase; */
}

#site-footer .copyright a {
    color: #fff;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
}

#site-footer .disclaimer a {
    color: #fff;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: underline !important;
}

#site-footer .copyright a:hover,
#site-footer .disclaimer a:hover {
    color: #F26825;
}

.footer-quick-links {
    margin-bottom: 20px;
    text-align: center;
}

#site-footer .footer-quick-links a {
    font-size: 30px;
}

#site-footer .footer-quick-links a.twitter {
    margin: 0 50px;
}

#site-footer .disclaimer address {
    display: inline;
}

.site-by {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.site-by a {
    color: #95ceff;
}

.site-by a:hover {
    color: #fff;
}












/*==================================
=            KEY FRAMES            =
==================================*/
@-moz-keyframes slideDown {
    from {
        -moz-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    }

    to {
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-ms-keyframes slideDown {
    from {
        -ms-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    }

    to {
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-o-keyframes slideDown {
    from {
        -o-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    }

    to {
        -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-moz-keyframes slideUp {
    from {
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
    }

    to {
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-ms-keyframes slideUp {
    from {
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
    }

    to {
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-o-keyframes slideUp {
    from {
        -o-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
    }

    to {
        -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(-359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-359deg);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}






/*=====================================
=            MEDIA QUERIES            =
=====================================*/








/*=======================================
=            BROWSER SUPPORT            =
=======================================*/
/* Turns off fluid layout */
html.ie-old, html.ie-old #site-wrapper {
    min-width: 980px;
}

html.ie-old body {
    overflow: auto;
}

#call-to-action .filter-blue .ie-fallback {
    display: none;
}

html.no-blending #call-to-action .filter-blue .ie-fallback {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #0077c8;
    opacity: 0.6;
}

html.no-blending #call-to-action .filter-blue .background-image {
    filter: grayscale(100%) brightness(100%) contrast(85%);
    opacity: 0.8;
}

html.no-blending #call-to-action .screen {
    z-index: 2;
}

html.ie .icon-wrap .pending-response {
    display: none !important;
}

html.ie .loading .icon-wrap {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

html.ie #big-signup form {
    z-index: 999999 !important;
}

html.ie #big-signup .error-message {
    z-index: 999999 !important;
}

html.ie #call-to-action .wrap {
    background-attachment: scroll;
}

html.ie form.flipper .form-group {
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -moz-transform: translateY(0) translateZ(0) !important;
    -ms-transform: translateY(0) translateZ(0) !important;
    -o-transform: translateY(0) translateZ(0) !important;
    -webkit-transform: translateY(0) translateZ(0) !important;
    transform: translateY(0) translateZ(0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

html.ie form.flipper .form-group .form-field {
    display: none !important;
    position: absolute;
    width: 100%;

    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

}

html.ie form.flipper .form-group .form-field.active {
    display: block !important;
}

html.ie #big-signup a.thanks {
    z-index: 999999999;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.ie-old .has-image#topper:after {
    display: none;
}

html.ie .form-group {
    top: 0 !important;
}



/*=======================================
=            UNIVERSAL STUFF            =
=======================================*/
.fb_iframe_widget {
    line-height: 12px;
}

#_atssh {
    display: none;
}

iframe[name="google_conversion_frame"] {
    position: fixed;
}

/* images: captions and alignment */

img.alignleft, .wp-caption.alignleft {
    float: left;
}

img.alignright, .wp-caption.alignright {
    float: left;
}

img.aligncenter, .wp-caption.aligncenter {
    text-align: center;
    margin: 10px auto;
    display: block;
}

.wp-caption {
    width: auto !important;
}

.wp-caption.alignleft img, .wp-caption.alignright img {
    float: none;
    margin-bottom: 5px;
}


/*=======================================
=            Sticker Campaigns          =
=======================================*/

#bp_survey label {
    display: block;
    cursor: pointer;
}

#bp_survey input {
    border: solid 1px #002D72 !important;
}

#bp_survey button {
    width: auto;
    padding: 5px 40px;
    box-sizing: border-box;
    height: auto;
    margin-top: 20px;
    font-size: 20px;
    background-color: #E6342F;
    color: #ffffff !important;
}

#bp_survey button:hover {
    background-color: #900000;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

#bp_survey .votingitem {
    width: 45%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 20px;
}

#bp_survey .voting_items {
    margin-top: 20px;
}

#bp_survey .stickercode {
    visibility: hidden;
}

#bp_survey .votingitem img {
    border: solid 5px transparent;
    margin-top: -20px;
    z-index: 100;
    position: relative;
    max-width: 100%;
}

/* #bp_survey .votingitem img:hover {} */

#bp_survey .votingitem h4 {
    margin-bottom: 5px;
}

#bp_survey .stickercode:checked+label img {
    border: solid 5px #002D72;
}

#bp_survey .mainfields .form-field {
    display: inline-block;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 20px;
}

#bp_survey .mainfields .form-field input, #bp_survey .mainfields .form-field select {
    width: 100%;
}

#bp_survey .mainfields .form-field select {
    border: solid 1px #002D72;
    line-height: 50px !important;
    height: 50px !important;
    padding-left: 10px;
}



/* NEW AB SPLASH PAGE --------------------------- */
.home #site-header.splash {
    display: none !important;
}

.ab-splash-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 999999999999999;
    position: fixed;
    position: sticky;
    background-color: #002D72;
    background-size: cover;
    background-position: left center;
    font-size: 0;
}

.ab-splash-wrapper .splash-left {
    top: 0;
    box-sizing: border-box;
    height: 100%;
    right: 70%;
    width: 70%;
    display: inline-block;
    position: absolute;
    z-index: 2;
    background-size: cover;
    bottom: 0;
    left: 0;
}

.ab-splash-wrapper .splash-right {
    width: 60%;
    margin: 0 0 0 auto;
    padding: 100px 5% 100px 15%;
    /* padding: 75px 5% 100px 15%; */
    box-sizing: border-box;
    height: 100%;
    /* background: linear-gradient(90deg, transparent 0, #002756 25%, #002756 100%); */
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 0) 95%);
    position: relative;
    z-index: 3;
}

.ab-splash-wrapper #arrow {
    position: absolute;
    right: 5%;
    top: 35px;
    z-index: 4;
}

.ab-splash-wrapper #arrow span {
    font-size: 18px;
    font-weight: 800;
    color: #002D72;
    transition: all ease-in-out 0.4s;
}

.ab-splash-wrapper #arrow svg {
    width: 30px;
    height: auto;
    vertical-align: middle;
}

.ab-splash-wrapper #arrow:hover {
    cursor: pointer;
}

.ab-splash-wrapper #arrow:hover span {
    cursor: pointer;
    color: #e6342F;
}

.ab-splash-wrapper .splash-blue-btn {
    background-color: #002D72;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}

.ab-splash-wrapper .splash-blue-btn span {
    transition: all .4s;
    display: inline-block;
}

.ab-splash-wrapper .splash-blue-btn:hover {
    background-color: #e6342F;
    color: #ffffff;
}

.ab-splash-wrapper .splash-blue-btn:hover span {
    transform: translateX(5px);
}

.ab-splash-wrapper .splash-right .splash-inner {
    margin-bottom: 30px;
}

.ab-splash-wrapper .splash-right .splash-inner.mobile {
    display: none;
}

.ab-splash-wrapper .splash-right p {
    font-size: 20px;
    line-height: 27px;
}

/* * NEW AB SPLASH PAGE --------------------------- */
.home #site-header.splash {
    display: none !important;
}
.ab-splash-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 999999999999999;
    position: fixed;
    position: sticky;
    background-color: #002D72;
    background-size: cover;
    background-position: left center;
    font-size: 0;
}
.ab-splash-wrapper .splash-left {
    top: 0;
    box-sizing: border-box;
    height: 100%;
    right: 70%;
    width: 70%;
    display: inline-block;
    position: absolute;
    z-index: 2;
    background-size: cover;
    bottom: 0;
    left: 0;
}
.ab-splash-wrapper .splash-right {
    width: 60%;
    margin: 0 0 0 auto;
    padding: 100px 5% 100px 15%;
    box-sizing: border-box;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,1) 73%, rgba(255,255,255,0) 95%);
    position: relative;
    z-index: 3;
}
.ab-splash-wrapper #arrow {
    position: absolute;
    right: 5%;
    top: 35px;
    z-index: 4;
}
.ab-splash-wrapper #arrow span {
    font-size: 18px;
    font-weight: 800;
    color: #002D72;
    transition: all ease-in-out 0.4s;
}
.ab-splash-wrapper #arrow svg {
    width: 30px;
    height: auto;
    vertical-align: middle;
}
.ab-splash-wrapper #arrow:hover {
    cursor: pointer;
}
.ab-splash-wrapper #arrow:hover span {
    cursor: pointer;
    color: #e6342F;
}
.ab-splash-wrapper .splash-blue-btn {
    background-color: #002D72;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}
.ab-splash-wrapper .splash-blue-btn span {
    transition: all .4s;
    display: inline-block;
}
.ab-splash-wrapper .splash-blue-btn:hover {
    background-color: #e6342F;
    color: #ffffff;
}
.ab-splash-wrapper .splash-blue-btn:hover span {
    transform: translateX(5px);
}
.ab-splash-wrapper .splash-right .splash-inner {
    margin-bottom: 30px;
}
.ab-splash-wrapper .splash-right .splash-inner.mobile {
    display: none;
}
.ab-splash-wrapper .splash-right p {
    font-size: 20px;
    line-height: 27px;
}

@font-face {
    font-family: "takotatakota";
    src: url("./fonts/takota-webfont.woff2") format("woff2"),
    url("./fonts/takota-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.en .spanish{
    display: none !important;
}
.sp .english {
    display: none !important;
}

.bppagination {
    text-align: center;
}

.bppagination a {
	font-size:16px;
	color:#2a2a2a;
	text-decoration:none;
	margin-right:15px;
	border-right:solid 1px #2a2a2a;
	padding-right:20px;
}

.bppagination span.current {
	font-weight:bold;
}

.bppagination span {
	margin-right:15px;
	border-right:solid 1px #2a2a2a;
	padding-right:20px;
}

.bppagination .prev, .bppagination .next {
    cursor:pointer;
    position:relative;
    top:0;
    width:auto;
    margin-top:0;
    padding:16px;
    color:#ffffff;
    font-weight:bold;
    transition:0.6s ease;
    border-radius:20px;
    user-select:none;
    padding:10px 25px;
    background-color:#002D72;
    border-right:none;
    text-transform: uppercase;
}



/* How to vote page */

.page-id-652901 .container a {
    color:#002056 !important;
    text-decoration: underline !important;
}

.page-id-652901 h2 {
    font-size: 32px !important;
}

.page-id-652901 #topper.make-short p.subheading {
    color: #4a596d;
    font-style: italic;
    font-weight: 600;
}

.page-id-652901 .container {
    max-width: 90% !important;
}

.page-id-652901 #topper {
    background: #000;
    padding: 140px 0 100px;
}

.page-id-652901 #topper.has-image:after {
    opacity: 0.5;
}

@media screen and (max-width: 480px) {
    .page-id-652901 #topper {
        background: #0077C8;
    }
}

@media (min-width: 992px) {

    .page-id-652901 .container {
        width: 100%;
    }
}
@media (min-width: 768px) {

    .page-id-652901 .container {
        width: 100%;
    }
    .page-id-652901 #topper h1 {
        font-size: 60px !important;
    }
}
