/*
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:   Refrigerator Deluxe
 *  Code:   font-family: "refrigerator-deluxe";
 *  Sizes:  300, 400
 */




/*================================
=            BASE CSS            =
================================*/
body {
    text-rendering: optimizelegibility;
    font-family: "source-serif-pro";
    background: #dfe4e9;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.018rem;
    color: #2a2f33;
    font-size: 22px;
}
main, article, section, header, footer, aside {
    position: relative;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    color: #ee5a5d;
}
a:hover, a:focus {
    color: #ff686b;
}
p {
    color: #2a2f33;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 35px;
}
i {
    -webkit-font-smoothing: antialiased;
}
input, textarea  {
    -webkit-font-smoothing: antialiased;
    font-family: "source-serif-pro";
    color: #2a2f33;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.02em;
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: url('images/background-stripes.png') repeat -12% 34%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input, input.text, button[type=submit] {
    padding: 0 0 0 15px;
    height: 58px;
    line-height: 58px;
    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;
    background: url('images/background-stripes.png') repeat -12% 34%;
}
label {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 0 0 2px;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: uppercase;
}
h1, .h1 {
    font-family: "refrigerator-deluxe";
    font-weight: 400;
    font-size: 90px;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    line-height: 100%;
}
h2, .h2 {
    font-size: 44px;
    color: #2a2f33;
    letter-spacing: 0.03em;
    line-height: 48px;
    font-family: "refrigerator-deluxe";
    font-weight: 400;
    text-transform: uppercase;
}
h3, .h3 {
    color: #4a596d;
    font-size: 34px;
    letter-spacing: -0.025em;
    line-height: 42px;
    font-family: "source-serif-pro";
    font-weight: 400;
}
h4, .h4 {
    color: #134793;
    font-size: 18px;
    font-family: 'montserrat';
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 22px;
}
h5, .h5 {
    color: #2a2f33;
    font-size: 16px;
    font-family: 'montserrat';
    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;
}
blockquote h4{
    font-style:normal;
}
/*.content li {
	list-style-type:none;
}
.content li:before {
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -25px;
	top: -5px;
	color: #104a92;
	font-size: 27px;
}*/
.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: #ffe828;
    color: #f34a46;
}
::-moz-selection {
    background: #ffe828;
    color: #f34a46;
}



/*========================================
=            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: 'montserrat';
    -webkit-font-smoothing: antialiased;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    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;
    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: #e03d44;
    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: #fffdea !important;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btn-white-hollow:hover, .btn-white-hollow:focus {
    background: #2859aa;
    border: 1px solid rgb(30, 89, 170);
    border: 1px solid rgba(30, 89, 170, 0.5);
}
.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: #3b5998 !important;
    border: 1px solid rgb(59, 89, 152);
    border: 1px solid rgba(59, 89, 152, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btn-facebook:hover, .btn-facebook:focus {
    color: #fff !important;
    background: #3b5998;
}
.btn-facebook:active {
    color: #fff !important;
    background: #29447e;
    border-color: #29447e;
}
.btn-twitter {
    background: none;
    color: #00aced !important;
    border: 1px solid rgb(0, 172, 237);
    border: 1px solid rgba(0, 172, 237, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btn-twitter:hover, .btn-twitter:focus {
    color: #fff !important;
    background: #00aced;
}
.btn-twitter:active {
    color: #fff !important;
    background: #009dd9;
    border-color: #009dd9;
}
.btn-email {
    background: none;
    color: #f85559 !important;
    border: 1px solid rgb(248, 85, 89);
    border: 1px solid rgba(248, 85, 89, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btn-email:hover, .btn-email:focus {
    color: #fff !important;
    background: #f85559;
}
.btn-email:active {
    color: #fff !important;
    background: #e63f43;
    border-color: #e63f43;
}
.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: #fff;
    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: #fff;
    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 {
    background-color: transparent;
}
.show-nav .burger-x:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.show-nav .burger-x:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
#search-form {
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: 20px auto 0;
}
#search-form input {
    width: 100%;
}
#search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    font-size: 31px;
    padding: 0 0 0 5px;
}












/*===================================
=            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-top: 30px;

    /*-webkit-transition: padding 400ms ease;
    -moz-transition: padding 400ms ease;
    transition: padding 400ms ease;*/

    position: fixed;
}
body.no-parallax #site-header {
    position: absolute;
}
.home #site-header {
    position: absolute;
}
#site-header.make-short, body.single #site-header, body.fixed-header #site-header {
    background: #104a92;
    height: 60px;
    line-height: 58px;
    padding: 0;
    z-index: 9999999999;
}
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: #104a92;
    height: 60px;
    line-height: 58px;
    padding: 0;
    z-index: 9999999999;
}
#site-header .brand {
    position: absolute;
    top: 0px;
    left: 30px;
}
#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: 50px;
    margin: 6px 0;
    top: 0px;
    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 .brand a {
    width: 85px;
    display: block;
    top: -10px;
    position: absolute;
}
#site-header .brand a img {
    width: 100%;
    height: auto;
    display: block;
}
#site-header .site-nav {
    text-align: center;
}
#site-header .site-nav ul {
    margin: 0 0 0 12px;
    padding: 0;
}
#site-header .site-nav ul li {
    display: inline;
    white-space: nowrap;
}
body.home #site-header .site-nav ul li:after {
    content: ' \00b7';
/*     color: #CED5E4; */
	color: #96ccfb;
    font-size: 13px;
    letter-spacing: 0.12em;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 12px;
}
#site-header .site-nav ul li:after {
    content: ' \00b7';
    letter-spacing: 0.12em;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 10px;

    color: #96ccfb;
    font-size: 15px;
}
body.fixed-header #site-header .site-nav ul li:after {
    color: #96ccfb !important;
}
#site-header .site-nav ul li.last:after {
    content: ' ' !important;

}
#site-header .site-nav ul li {
    position: relative;
    display: inline-block;
}
#site-header .site-nav ul li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.12em;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 0;
}
#site-header .site-nav ul li a:hover {
    color:#96ccfb;
}
#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;
}
#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;
}
#site-header .quick-links {
    text-align: right;
    position: absolute;
    top: -1px;
    right: 40px;
}
#site-header .quick-links a.social {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
}
#site-header .quick-links a:hover.social {
    color:#96ccfb;
}
#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;
}
#site-header .toggle-mobile-nav:hover {
    background: #ff554c;
}






/*==================================
=            MOBILE NAV            =
==================================*/
#mobile-nav {
    position: absolute;
    top: 0;
    right: -255px;
    width: 255px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
    height: 10000px;
}
#mobile-nav ul {
    margin: 0;
    padding: 0;
}
#mobile-nav ul a {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.06em;
    font-family: 'montserrat';
    font-weight: 500;
}
#mobile-nav ul a:hover {
    background: #ff554c;
    color: #fff;
}








/*======================================
=            CALL TO ACTION            =
======================================*/
#call-to-action {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;

/*  position: fixed;
z-index: -9999;*/
}
#call-to-action .screen {
    background: url('images/background-screen-3.png') repeat-x 0 bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
#call-to-action .wrap {
	min-height: 600px !important;
    padding-top: 250px;
    background: #110705;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 40%;
    background-repeat: no-repeat;
}
#call-to-action .message {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    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;
    margin: -50px 0 5px;
}
#call-to-action .message p.subheading {
    color: #fff;
    font-size: 18px;
	line-height: 1.5em;
    margin-bottom: 20px;
    color:#dfe4e9;
}
#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: 'montserrat';
    font-weight: 500;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}
#call-to-action .message .flipper-wrap {
    max-width: 500px;
    margin: 20px auto 0;
}
#call-to-action .message .left .flipper-wrap {
	margin-left: auto !important;
	margin-right: auto !important;
}
#call-to-action .message form {
    position: relative;
    width: 100%;
    height: 58px;
}
#call-to-action .message form input {
    width: 100%
}
#call-to-action .message form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    padding: 0;
    font-size: 35px;
    line-height: 53px;
}
#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: 35px;
    left: 0;
    width: 100%;
}
#call-to-action .actions a {
    display: block;
    width: 100%;
}

#call-to-action .actions a h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
	line-height: 31px;
    letter-spacing: 0.06em;
    font-family: "refrigerator-deluxe";
    font-weight: 500;
    margin: 0 0;

    -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 {
    font-size: 11px;
    letter-spacing: 0.2em;
    margin: 0 0 0 10px;
    color: #95ceff;
    font-family: 'montserrat';
    font-weight: 500;
    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: 58px;
}
#call-to-action form button .icon {
    height: 58px;
}
#call-to-action form button .icon i:before {
    margin: 5px;
}















/*====================================
=            HOME ACTIONS            =
====================================*/
#home-actions {
    background: #07468d;
}



/*===============================================
=            VISIT THE ACTION CENTER            =
===============================================*/
#visit-the-action-center {
    background: #104a92;
    padding: 18px 0;
}
#visit-the-action-center a {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 auto;
}




/*==================================
=            SUPPORTERS            =
==================================*/
#supporters {
    background: #fff;
    text-align: center;
    padding: 100px 0 45px;
}
#supporters:after {
    border: none;
}
#supporters h3 {
    color: #7c8392;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'montserrat';
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
#supporters hr {
    border-top: solid 1px #ccd0d2;
    width: 80%;
    max-width: 300px;
    margin: 30px auto;
}
#supporters figure {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 155px;
}
#supporters figure span.count {
    color: #2a2f33;
    font-size: 130px;
    font-family: 'montserrat';
    font-weight: 400;
    display: block;
	letter-spacing: .01em;
/*  -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;


    left: 0;
    top: -16px;
    position: absolute;
}
#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: #2a2f33;
    font-size: 26px;
    font-family: "abril-text";
	letter-spacing: 0.02rem;
    font-style: italic;
}




/*==================================
=            DONATE NOW            =
==================================*/
#donate-now {
    background: #ecf0f4;
    padding: 40px 0;
}
#donate-now a {
    height: 53px;
    line-height: 53px;
    width: 100%;
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
}
#donate-now a i {
    width: 80px;
}







/*====================================
=            HOME CONTENT            =
====================================*/
#home-content {
   background: #104a92;
    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: #95ceff;
    letter-spacing: 0.02rem;
    font-size: 26px;
	line-height: 30px;
    font-family: "abril-text";
    font-weight: 400;
    font-style: italic;
    margin: 0;
    text-transform: none;
}
#home-content h2 {
    color: #fff;
    font-size: 56px;
}
#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 {
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0 auto;
    width: 440px;
}





/*=============================
=            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: 'montserrat';
    font-weight: 500;
    color: #7c8392;
    letter-spacing: 0.25em;
    font-size: 16px;
    text-transform: uppercase;
    color: #7c8392;
}
#feed .description h3 {
    font-family: "source-serif-pro";
    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: 'montserrat';
    font-weight: 500;
    margin-bottom: 125px;
    display: inline-block;
}











/*===================================
=            TOPPER PAGE            =
====================================*/
#topper {
    background: #104a92;
    text-align: center;
    color: #fff;
    padding: 160px 0;
}
#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: #96ccfb;
    font-size: 30px;
	font-family:"abril-text";
    letter-spacing: 0.02rem;
    font-size: 30px;
    margin: 0;
    margin-left: -10px;
    font-style: italic;
}
#topper.make-short .subtitle {
    color: #4a596d;
}
#topper h1 {
    font-size: 80px;
    letter-spacing: 0.085em;
    margin: 0;
}
#topper.make-short h1 {
    color: #2a2f33;
}
#topper p.subheading {
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 30px;
    font-family: "source-serif-pro";
    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: 130px 0 0;
    background: #fff;
}
#topper.single h1 {
    color: #2a2f33;
    letter-spacing: 0.02em;
    line-height: 62px;
    font-size: 62px;
}
h4.categories {
    margin: 0 0 8px;
    font-size: 14px;
}
h4.categories a {
    color: #134793;
}
h4.categories a:hover {
    color:#ff686b;
}
#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;
}
.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;
}
#feed-index .post .date span {
    display: block;
}
#feed-index .post .date span {
    font-size: 12px;
    color: #7c8392;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
#feed-index .post .date span.month-day {
    color: #7c8392;
}
#feed-index .post .date span.year {
    color: #abb1be;
}
#feed-index .post h4.categories {
    margin-bottom: 0;
}
#feed-index .post h2 {
    margin: 10px 0 30px;
}
#feed-index .post h2 a {
    color: #2a2f33;
}
#feed-index .post h2 a:hover {
    color:#ff686b;
}
#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: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: 'montserrat';
    font-weight: 500;
}
#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: 'montserrat';
    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.single aside.meta span.date {
    color: #7c8392;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'montserrat';
    font-weight: 500;
}
article.single aside.meta span.separator {
    color: #abb1be;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'montserrat';
    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: 'montserrat';
    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%;
}






/*=============================
=            INNER            =
=============================*/
article {
    min-height: 500px;
    padding: 60px 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            =
================================*/
article.contact form {
	width: 100%;
}
article.contact input, article.contact textarea, article.contact button {
	width: 100%;
}
article.contact input {
	color: #7c8392;
	font-size: 22px;
	border: 1px solid #d6d8d9 !important;
	margin-bottom: 25px;
}
article.contact button {
	padding: 0
}
article.contact form button .icon.pending-response {
	font-size: 25px;
}
article.contact label {
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 0 0 2px;
	font-family: 'montserrat';
	font-weight: 500;
	text-transform: uppercase;
	color: #2a2f33;
	padding: 0;
	margin: 0;
}
article.contact .label {
	margin: 0;
	padding: 0;
}
article.contact textarea {
	height: 200px;
	border: 1px solid #d6d8d9 !important;
}
article.contact select {
	width: 100% !important;
	margin-bottom: 2px;
	height: 54px !important;
	line-height: 54px !important;
	border: solid 1px #d6d8d9 !important;
	color: #2a2f33;
	-webkit-border-radius: 0;
	margin-bottom: 25px;
}
article.contact .submit {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 0px !important;
}



/*============================================
=            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: "source-serif-pro" !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: 'montserrat';
    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: 'montserrat';
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    color: #a94442;
}












/*=====================================
=            ACTION CENTER            =
=====================================*/
#topper.action-center {
    padding-bottom: 70px;
}
#topper.action-center h1 {
    font-size: 90px;
}
#topper.action-center .flipper-wrap {
    max-width: 500px;
    margin: 0 auto;
}
#topper.action-center form {
    width: 100%;
    position: relative;
    height: 58px;
    margin-top: 20px;
}
#topper.action-center form input {
    width: 100%;
}
#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: 'montserrat';
    font-weight: 500;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}
#topper.action-center form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 94px;
    padding: 0;
    font-size: 35px;
    line-height: 53px;
}
#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: #104a92;
    border-top: solid 1px #275c9d;
    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: #0c2e6b;
    -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: 'montserrat';
    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: #ecf0f4;
    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: #ffe828;
}
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: #f34a46;
}
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: "abril-text";
    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: 'montserrat';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
}
article.action-center .content hr {
    margin-top: 40px;
}











/*=====================================
=            SHARE BUTTONS            =
=====================================*/
hr.last-hr {
    margin-top: 60px;
}
.share-buttons {
    text-align: center;
    margin-top: 60px;
}
.share-buttons a {
    font-size: 12px;
    padding: 0;
    width: 100%;
    max-width: 232px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.06em;
    padding-left: 25px;
    margin: 0 6px;
}
.share-buttons a i {
    font-size: 23px;
    position: absolute;
    left: 11px;
    top: -1px;
}
.share-buttons a.btn-facebook i {
    left: 15px;
}
.share-buttons a.btn-email {
    padding-left: 30px;
}




/*=====================================
=            SHARE CIRCLES            =
=====================================*/
.share-circles {
    position: absolute;
    left: 15px;
}
.share-circles a {
    display: block;
    height: 41px;
    line-height: 41px;
    width: 41px;
    padding: 0 0 0 3px;
    font-size: 22px;
    position: relative;
    margin-bottom: 11px;
}








/*========================================
=            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: "source-serif-pro";
    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: 'montserrat';
    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: 'montserrat';
	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: 'montserrat';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}

/*==================================
=            BIG SIGNUP            =
==================================*/
#big-signup {
    border-top: solid 1px #e5e5e5;
}
#big-signup form {
    width: 100%;
    height: 110px;
    background: url('images/background-stripes.png') repeat -12% 34%;
    z-index: 999999;
}
#big-signup form i.big-icon {
    color: #abb1be;
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 22px;
}
#big-signup form input {
    width: 100%;
    height: 110px;
    line-height: 110px;
    color: #7c8392;
    background: none;
    padding-left: 75px;
    font-size: 45px;
}
#big-signup form button {
    height: 110px;
    line-height: 110px;
    position: absolute;
    right: 0;
    top: 0;
    width: 215px;
    font-size: 50px;
    padding: 0;
}
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: 'montserrat';
    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: 'montserrat';
	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 {
    /*position: fixed;*/
/*
    left: 0;
    bottom: 0;
    width: 100%;*/

    background: #104a92;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 60px;
}
#site-footer .wrap {
    background: #104a92;
    max-width: 1405px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 60px;
}
#site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#site-footer ul li {
    float: left;
    width: 25%;
}
#site-footer ul li a {
    color: #f7f9fa;
    font-size: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-family: 'montserrat';
    font-weight: 500;
    cursor: default;
    display: block;
    margin-bottom: 35px;
}
#site-footer ul li ul li {
    float: none;
    width: 100%;
}
#site-footer ul li ul li a {
    font-size: 12px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    letter-spacing: 0.07em;
    font-weight: 400;
    color: #95ceff;
    cursor: pointer;
    visibility: visible;
    margin-bottom: 30px;
}
#site-footer ul li ul li a:hover {
    color: #fff;
}
#site-footer ul li.visibility-hidden {
    visibility: hidden;
}
#site-footer ul li ul li a i {
    font-size: 18px;
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    display: inline-block;
    margin-top: -6px;

    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.4;
    margin-right: 4px;
    height: 20px;
}
#site-footer .social-buttons {
    padding-top: 60px;
}
#site-footer .social-buttons .facebook {
    margin-bottom: 20px;
}
#site-footer .disclaimer {
    text-align: center;
    border: solid 1px #4075b2;
    color: #5D90CA;
    line-height: 14px;
    font-size: 12px;
    margin: 40px 0 0;
    font-family: "source-serif-pro";
}
#site-footer .disclaimer .copyright {
    position: relative;
    height: 83px;
}
#site-footer .disclaimer .copyright .logo {
    float: left;
    width: 108px;
    height: 83px;
    display: block;
    overflow: hidden;
    border-right: solid 1px #4075b2;
}
#site-footer .disclaimer .copyright img {
    display: block;
    height: auto;
    width: 65px;
    margin-left: 22px;
    margin-top: 9px;
}
#site-footer .disclaimer .copyright .padding {
    padding: 19px 30px 25px;
}
#site-footer .disclaimer .paid-for-by {
    border-top: solid 1px #4075b2;
    padding: 25px 25px;
}
#site-footer .disclaimer a {
    color: #95ceff;
    line-height: 21px;
    margin: 0;
    font-family: "source-serif-pro";
}
#site-footer .disclaimer a:hover {
    color: #fff;
}
#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            =
=====================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    body.page-template-page-single-input-splash-php #call-to-action form,
    body.page-template-page-single-input-splash-php #call-to-action form input.text,
    body.page-template-page-single-input-splash-php #call-to-action form .icon-wrap,
    body.page-template-page-single-input-splash-php #call-to-action form .icon,
    body.page-template-page-single-input-splash-php #call-to-action form button,
    body.page-template-page-single-input-splash-php #call-to-action .flipper-wrap a.thanks {
        height: 77px;
    }
    body.page-template-page-single-input-splash-php #call-to-action form button .icon {
        padding-top: 10px;
        font-size: 45px;
    }
    body.page-template-page-single-input-splash-php #call-to-action form input.text {
        font-size: 38px;
    }
    body.page-template-page-single-input-splash-php #call-to-action form input.text,
    body.page-template-page-single-input-splash-php #call-to-action .flipper-wrap a.thanks {
        line-height: 77px;
    }
    body.page-template-page-single-input-splash-php form button .icon.pending-response i {
        top: 12px;
    }
    body.page-template-page-single-input-splash-php #call-to-action .flipper-wrap a.thanks {
        font-size: 18px;
    }
    body.page-template-page-single-input-splash-php #call-to-action .message .flipper-wrap {
        max-width: 580px;
    }
    body.page-template-page-single-input-splash-php #call-to-action .message form button {
        width: 125px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    article.single.share-page .share-media.video iframe {
        height: 485px;
    }
}

@media only screen and (min-width : 1440px) {
    #call-to-action .wrap {
        background-attachment: fixed;
    }
}


/*==========  Non-Mobile First Method  ==========*/


/* Custom (wrapper max-width) */
@media only screen and (max-width : 1405px) {
    #site-header .quick-links {
        right: 20px;
    }
    #site-header .brand {
        left: 20px;
    }
}

/* Custom Sidebar */
@media only screen and (max-width : 1280px) {
    body.has-sidebar article .content, body.has-sidebar #feed-index .content {
        margin-left: 0;
        max-width: 75%;
    }
    body.share-buttons a {
        max-width: 100%;
        width: 31%;
    }
    body .share-buttons a.btn-twitter i {
        left: 12px;
    }
    body .share-buttons a.btn-facebook i {
        left: 10px;
    }
    body .share-buttons a.btn-email {
        padding-left: 24px;
    }
   /*
 body .post .date {
        bottom: 100% !important;
        top: auto !important;
    }
*/
  /*
  body .post .date span {
        display: inline !important;
    }
*/

	body.has-sidebar #feed-index .post .date {
		top: -30px;
	}
	body.has-sidebar #feed-index .post .date span {
		display: inline;
	}
	body.has-sidebar .share-circles {
        text-align: right;
        position: relative;
        left: auto;
        top: auto !important;
        margin-top: -65px;
        width: 100%;
    }
    body.has-sidebar .share-circles a {
        margin: 12px 0 12px 5px;
        display: inline-block;
    }
    body.single.has-sidebar .share-circles {
        float: right;
        width: 150px;
        margin-top: -24px;
        z-index: 999999;
    }


}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #site-header .quick-links a.social {
        display: none;
    }
    #big-signup .container {
        max-width: 100%;
        width: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #site-header {
        padding-top: 20px;
    }
    #site-header .quick-links {
        right: 15px;
    }
    #site-header .brand {
        left: 15px;
    }
    #site-header .quick-links a.donate {
        font-size: 12px;
        padding: 0 45px 0 15px;
        width: auto;
    }
    #site-header .quick-links a.donate i {
        width: 35px;
        padding-right: 3px;
    }
    #call-to-action .actions .container {
        width: 100%;
    }
    #call-to-action .actions .container .col-sm-4 {
        padding: 0;
    }
    #site-footer .social-buttons {
        display: none;
    }
    #site-footer .container {
        width: 100%;
    }
    #site-footer .disclaimer {
        font-size: 11px;
    }
    .share-buttons a {
        font-size: 11px;
        max-width: 225px;
        margin: 0 5px;
    }
    #big-signup form {
        height: 90px;
    }
    #big-signup form input {
        height: 90px;
        line-height: 90px;
        font-size: 40px;
    }
    #big-signup form i.big-icon {
        font-size: 40px;
        top: 17px;
    }
    #big-signup form button {
        font-size: 40px;
        width: 150px;
    }
    #big-signup form button, #big-signup form button .icon {
        height: 90px;
        line-height: 90px;
    }
    #big-signup a.thanks {
        height: 90px;
        line-height: 90px;
    }
    #big-signup a.thanks i {
        width: 140px;
    }
    #feed .description h3 {
        margin-top: 40px;
        font-size: 37px;
        line-height: 54px;
    }
    body.has-sidebar article .content, body.has-sidebar #feed-index .content {
        max-width: 100%;
        /*margin-left: 8.33333333%;*/
    }
    #sidebar {
        display: none;
    }
    .post .date {
        top: auto;
        bottom: 100%;
        width: 200px;
    }
    .post .date span {
        display: inline;
    }
    article.single.share-page .share-media {
        padding: 0;
    }
    article.action-center .content .action a {
        height: auto !important;
    }
    #featured-actions .container {
        width: 100%;
    }
    #featured-actions a {
        /*  margin: 0 12px;*/
    }
    #featured-actions a span.text {
        font-size: 12px;
    }
	#feed-index .post .date {
        top: -30px !important;
        left: auto;
    }
    #feed-index .post .date span {
	    display: inline
    }
	body .share-circles {
        text-align: right;
        position: relative;
        left: auto;
        top: auto !important;
        margin-top: -65px;
        width: 100%;
    }
    body .share-circles a {
        margin: 12px 0 12px 5px;
        display: inline-block;
    }
    body.single .share-circles {
        float: right;
        width: 150px;
        margin-top: -24px;
        z-index: 999999;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #site-canvas {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);

        -webkit-transform: translate3d(0);
        -o-transform: translate3d(0);
        -ms-transform: translate3d(0);
        -moz-transform: translate3d(0);
        transform: translate3d(0);

        -moz-transition: all 300ms cubic-bezier(.694, .0482, .335, 1);
        -webkit-transition: all 300ms cubic-bezier(.694, .0482, .335, 1);
        transition: all 300ms cubic-bezier(.694, .0482, .335, 1);

        padding-top: 60px;
    }
    .show-nav #site-canvas {
        -webkit-transform: translateX(-255px);
        -o-transform: translateX(-255px);
        -ms-transform: translateX(-255px);
        -moz-transform: translateX(-255px);
        transform: translateX(-255px);

        -webkit-transform: translate3d(-255px);
        -o-transform: translate3d(-255px);
        -ms-transform: translate3d(-255px);
        -moz-transform: translate3d(-255px);
        transform: translate3d(-255px);
    }
    #donate-mobile {
	    display: block;
    }
    #site-header {
        height: 120px;
        margin: 0;
        padding: 0;
        width: 100%;
        background: #104a92;

        position: absolute !important;

        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);

        -webkit-transform: translate3d(0);
        -o-transform: translate3d(0);
        -ms-transform: translate3d(0);
        -moz-transform: translate3d(0);
        transform: translate3d(0);

        -moz-transition: all 300ms cubic-bezier(.694, .0482, .335, 1);;
        -webkit-transition: all 300ms cubic-bezier(.694, .0482, .335, 1);;
        transition: all 300ms cubic-bezier(.694, .0482, .335, 1);;
    }
    .show-nav #site-header {
        -webkit-transform: translateX(-255px);
        -o-transform: translateX(-255px);
        -ms-transform: translateX(-255px);
        -moz-transform: translateX(-255px);
        transform: translateX(-255px);

        -webkit-transform: translate3d(-255px);
        -o-transform: translate3d(-255px);
        -ms-transform: translate3d(-255px);
        -moz-transform: translate3d(-255px);
        transform: translate3d(-255px);
    }

    #site-header .quick-links, #site-header .site-nav {
        display: none;
    }
    #site-header .toggle-mobile-nav {
        display: block;
    }
    #site-header .col-md-12 {
        padding: 0;
    }
    #site-header .brand a, #site-header.make-short .brand a, body.single #site-header .brand a, body.fixed-header #site-header .brand a {
        margin: 6px 0;
        width: 50px;
        top: 0px;
    }
    #call-to-action .wrap {
        padding-top: 0;
        background-position-x: 68%;
    }
    #call-to-action .screen {
        position: relative;
        padding-bottom: 250px;
        padding-top: 250px;
    }
    #call-to-action .actions .col-sm-4 {
        margin: 18px 0;
    }
    #call-to-action .actions a h4 {
        margin-bottom: 18px;
        font-size:26px;
    }
    #call-to-action .message {
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
        left: auto;
        top: auto;
    }
    #call-to-action .actions {
        bottom: 0;
        padding: 8px 0;
    }
    #call-to-action .actions a p {
        display: none;
    }
    #call-to-action .actions a h4 img {
        margin: 20px auto 7px;
        display: block;
        max-width: 16px;
    }
    #home-content h2 {
        padding: 0 150px 20px;
    }
    #site-footer {
        padding-top: 60px;
    }
    #site-footer ul {
        text-align: left;
    }
    #site-footer ul li {
        margin-bottom: 20px;
    }
    #site-footer ul li a {
        margin-bottom: 20px;
    }
    #site-footer ul li ul li a {
        margin-bottom: 15px;
    }
    #site-footer ul li li {
        margin-bottom: 0;
    }
    #site-footer .disclaimer .copyright .logo {
        display: none;
    }
    #site-footer .disclaimer {
        font-size: 13px;
    }
    #site-footer .disclaimer .copyright {
        height: auto;
    }
    .share-buttons a {
        max-width: 400px !important;
        margin-bottom: 20px;
        font-size: 12px;
        display: block;
        width: 100% !important;
        margin: 0 auto 11px;
    }
    #at3win {
        width: 100%;
    }
    #big-signup form i.big-icon {
        /*display: none;*/
    }
    #big-signup form {
        height: 75px;
    }
    #big-signup form input {
        height: 75px;
        line-height: 75px;
        font-size: 35px;
        padding-left: 70px;
    }
    #big-signup form i.big-icon {
        font-size: 40px;
        top: 8px;
    }
    #big-signup form button {
        font-size: 40px;
        width: 100px;
    }
    #big-signup form button, #big-signup form button .icon {
        height: 75px;
    }
    #big-signup form button i, #big-signup form button i:before {
        margin: 0;
    }
    #big-signup form button i {
        height: 75px;
        line-height: 75px;
        position: absolute;
        left: 0;
        width: 100%;
    }
    #big-signup a.thanks {
        height: 75px;
        line-height: 75px;
        font-size: 18px;
    }
    #big-signup a.thanks i {
        font-size: 30px;
        width: 100px;
    }
    #feed .description h3 {
        margin-top: 40px;
        font-size: 25px;
        line-height: 45px;
    }
    #feed .meta {
        margin-top: 65px;
    }
    .bx-controls {
        display: none !important;
    }
    #feed .bx-wrapper .bx-viewport {
        height: auto !important;
    }
    #feed a.handle {
        margin-bottom: 65px;
    }
    #home-content a.btn {
        width: 100%;
        max-width: 440px;
    }
    #supporters {
        padding-top: 50px;
    }
    #supporters hr {
        margin: 30px auto 15px;
    }
    #supporters figure {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    #supporters figure span.count {
        position: relative;
        font-size: 80px;
    }
    .fancy-blockquote blockquote, .fancy-blockquote blockquote p {
        font-size: 30px;
        line-height: 45px;
    }
    #topper .subtitle {
        font-size: 26px;
    }
    #topper h1 {
        font-size: 80px !important;
    }
    #topper.single h1 {
        line-height: 62px !important;
        font-size: 62px !important;
    }
    article.single aside.meta span {
        display: block;
        margin-bottom: 0px;
    }
    article.single aside.meta span.separator {
        display: none;
    }
    #feed-index .post .share-circles a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    #featured-actions a {
        width: 32%;
        margin: 20px 0 30px;
    }
    body.fixed-header #site-header {
        position: absolute !important;
    }
    #site-footer .disclaimer {
        line-height: 16px;
    }
    #single-topper-image {
        height: 330px;
    }
    #feed-index .post .date {
        top: -30px !important;
    }
    #feed-index .post .share-circles {
        display: none;
    }


    #call-to-action .screen {
		background: none !important;
		background-image: none !important;
	    background: #003274 !important;
		background-color: rgba(0, 50, 116, 1);
    }
   #home-content {
		background-image: none !important;
	}
	#site-header.make-short, body.single #site-header, body.fixed-header #site-header {
		height: 120px;
	}
    body.page-template-page-single-input-splash-php .brand {
        width: 60px;
        top: 15px;
        left: 15px;
    }
    body.page-template-page-single-input-splash-php .donate-splash {
    	right: 15px;
    	top: 20px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    body, p {
        line-height: 28px;
        font-size: 17px;
    }
    p {
        margin-bottom:20px;
    }
    article {
        padding: 50px 0 80px;
    }
    #call-to-action .wrap {
        background-position-x: 75%;
    }
    #call-to-action .message h1 {
        font-size: 70px !important;
        line-height: 70px !important;
    }
    #visit-the-action-center a {
        width: 100%;
    }
    #visit-the-action-center a i {
        display: none;
    }
    #big-signup form i.big-icon {
        display: none;
    }
    #big-signup form input {
        padding-left: 0;
    }
    #big-signup form {
        height: 58px;
    }
    #big-signup form input {
        height: 58px;
        line-height: 58px;
        font-size: 25px;
        padding-left: 0;
    }
    #big-signup form i.big-icon {
        font-size: 40px;
        top: 8px;
    }
    #big-signup form button {
        width: 60px;
        font-size: 30px;
        padding-left: 6px;
    }
    #big-signup form button, #big-signup form button .icon {
        height: 58px;
    }
    #big-signup form button i, #big-signup form button i:before {
        margin: 0;
    }
    #big-signup form button i {
        height: 58px;
        line-height: 58px;
        position: absolute;
        left: 0;
        width: 100%;
    }
    #big-signup a.thanks {
        height: 58px;
        line-height: 58px;
        font-size: 18px;
    }
    #big-signup a.thanks i {
        display: none;
    }
    #big-signup .error-message {
        padding: 5px;
    }
    #big-signup .error-message p {
        line-height: 18px;
        padding: 0 3px;
        font-size: 10px;
    }
    #call-to-action .screen {
        padding-bottom: 300px;
        padding-top: 150px;
    }
  /*
  #call-to-action .actions {
        background: #003274;
        background: rgba(0, 50, 116, 0.66);
    }
*/
    #feed .meta i {
        display: block;
        margin-bottom: 5px;
        font-size: 25px;
    }
    #feed .meta a {
        font-size: 14px;
    }
    #feed .description h3 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 31px;
    }
    #home-content {
        padding: 60px 0 70px;
    }
    #home-content a.btn {
        font-size: 10px;
    }
    #home-content h2 {
        font-size: 35px;
        line-height: 40px;
        padding: 0 15px;
    }
    #home-content p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    #donate-now a i {
        display: none;
    }
    #supporters h3 {
        font-size: 13px;
        line-height: 25px
    }
    #supporters figure span.count {
        font-size: 50px;
    }
    #supporters figure figcaption {
        margin-top: 20px;
        font-size: 16px;
    }
    #call-to-action .message form input {
        font-size: 20px;
    }
    #call-to-action .message form button {
        width: 60px;
    }
    #call-to-action .error-message {
        padding: 5px;
    }
    #call-to-action .error-message p {
        line-height: 18px;
        padding: 0 3px;
        font-size: 10px;
    }
    #call-to-action .message h1 {
        font-size: 50px !important;
        line-height: 52px !important;
        margin-bottom: 15px;
    }
    #call-to-action a.button {
        width: 100%;
        padding: 0;
    }
    #call-to-action a.button i {
        display: none;
    }
    #call-to-action a.button.callout-pop-up-video i {
        display:block;
    }
    #inner-action form input, #inner-action form input.odd, #inner-action form input.even {
        width: 100% !important;
        border: none !important;
        border-top: solid 1px #d8dadb !important;
        font-size: 18px;
    }
    .fancy-blockquote blockquote, .fancy-blockquote blockquote p {
        font-size: 21px;
        line-height: 34px;
    }
    .fancy-blockquote footer {
        font-size: 11px;
    }
    .fancy-blockquote footer:before {
        display: none;
    }
    #topper {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    #topper.has-subheading {
        padding-bottom: 80px;
    }
    #topper .subtitle {
        font-size: 22px;
    }
    #topper h1 {
        font-size: 60px !important;
        line-height: 60px;
    }
    #topper p.subheading {
        font-size: 16px;
    }
    h4.categories {
        font-size: 12px;
    }
    #feed-index .post h2 {
        font-size: 36px;
        line-height: 40px;
    }
    #topper.single h1 {
        line-height: 48px !important;
        font-size: 45px !important;
    }
    body.single .share-circles {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .share-circles a {
        margin: 12px 5px 12px 0 !important;
    }
    #featured-actions a {
        width: 100%;
    }
    #featured-actions a span.text {
        font-size: 15px;
    }
    #topper.action-center .flipper-wrap a.thanks i {
        display: none;
    }
    #topper.action-center form input {
        font-size: 20px;
    }
    #topper.action-center form button {
        width: 60px;
    }
    #topper.action-center .error-message {
        padding: 5px;
    }
    #topper.action-center .error-message p {
        line-height: 18px;
        padding: 0 3px;
        font-size: 10px;
    }
    #call-to-action .flipper-wrap a.thanks i {
        display: none;
    }
    #single-topper-image {
        height: 200px;
    }
    #topper.action-center {
        padding-bottom: 40px;
    }
    #featured-actions {
        padding: 20px 0 45px;
    }
    #featured-actions a span.icon {
        margin-bottom:8px;
    }
    article.action-center .content .action a {
        margin: 0 auto 25px;
    }
    #feed-index {
        padding: 80px 0;
    }
    #topper.single {
        padding-top:80px;
    }
    #topper.single.has-topper-image {
        padding-top: 40px;
    }
    #topper.single.share-page {
        padding-top: 80px;
    }
    body.single .share-circles {
        margin-top: -38px !important;
    }
    #site-footer ul li a {
        margin-bottom: 5px;
    }
    #site-footer ul li ul li a {
        margin-bottom: 0;
    }
    #site-footer ul {
        text-align:center;
    }
    #site-footer ul li {
        float: none;
        width: 100%;
    }
    article.single.share-page .share-media.video iframe {
        height: 240px;
    }
	#topper.has-image:after {
		background-image: none !important;
    }
    #call-to-action.splash .message {
	    padding: 140px 0;
    }
    body.page-template-page-single-input-splash-php .donate-splash {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		border-radius: 0;
	}
	body.page-template-page-single-input-splash-php .brand {
		top: 50px;
		left: 10px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}






/*=======================================
=            BROWSER SUPPORT            =
=======================================*/
/* Turns off fluid layout */
html.ie-old, html.ie-old #site-wrapper {
    min-width: 980px;
}
html.ie-old body {
    overflow: auto;
}



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;
}


