/******************************************************************
Theme Name: Rubio
Description: A Genesis child theme for Marco Rubio
Author: Push Digital
Author URI: http://www.pushdigital.com/
Version: 1.0
Tags: html, css3, responsive, hb5
Template: genesis
*/

/*
	Google Font Families
	font-family: 'Karla', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Pathway Gothic One', sans-serif;
*/

/*
    Colors
    Dark Blue #031d41
    Red #c6083b
    Light Gray #f8f9fa
    Dark Gray #d9dde3
    Pink #e30952
*/


*{outline:0;}

html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #031d41;
    overflow-x: hidden;
}

img{border:none;}

ul{padding-left:20px;}

.clear{clear:both; display:block;}

.alignnone{float:none;}
.alignleft{float:left;padding:0 20px 10px 0;}
.aligncenter{display:block; margin:0 auto;}
.alignright{float:right; padding:0 0 10px 20px}

.table{display:table; width:100%; height:100%;}
.table .table-cell{display:table-cell; width:100%; vertical-align: middle;}

.wrap{
	width: 100%;
	margin:0 auto;
	position: relative;
}

@media(max-width:1279px){
	.wrap{
		width:auto;
	}
}


/* HEADER */

.site-header{
	
}

.header_wrapper {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: visible;
    z-index: 1000;
}
.header_social_icons {
    float: left;
    width: 10%;
    margin: 10px 10px 10px 93px;
    position: relative;
    top: 6px;
}
.header_social_icons a {
    margin: 6px;
    text-decoration: none !important;
}
.header_social_icons a:hover {
    color: #c6083b;
}
.header_menu_items {
    font-size: 22px;
    text-transform: uppercase;
    width: 52%;
    float: left;
    text-align: right;
    margin: 10px 35px;
    letter-spacing: .05em;
    position: relative;
    top: 12px;
}
.header_menu_items a {
    color: #031d41 !important;
    text-decoration: none;
    padding: 0px 14px;
    position: relative;
}

.text_button::after {
    content: " ";
    position: absolute;
    left: 7%;
    bottom: 0px;
    height: 2px;
     width: 0%; 
    background-color: #001d3e;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.text_button:hover::after {
    width: 86%;
}

.header_menu_items a:hover {
    text-decoration: none;
}

a.header_donate_btn {
    background-color: #c6083b;
    color: #fff !important;
    padding: 5px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0px 0 0 14px;
}

a.header_donate_btn:hover {
     background-color: #031d41;
}

.header_logo {
    width: 14%;
    float: left;
    text-align: right;
    margin-right: 100px;
    position: relative;
    top: 13px;
}

/* END HEADER */

/* GLOBAL */
h2 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 100;
    margin: 0;
}

a {
    text-decoration: none;
    color: #031d41;
}


a:link {
    color: #031d41;

}

a:visited {
    color: #031d41;
}

a:focus {
    color: #031d41;
    
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    color: #031d41;
}

.red_button_wrapper {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}
.red_button {
    background-color: #c6083b;
    text-align: center;
    font-family: 'karla', sans-serif;
    font-size: 23px;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: 4px 10px 4px 10px !important;
    text-decoration: none;
    border: solid 3px #c6083b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.red_button:hover {
    text-decoration: none;
    color: #031d41 !important;
    border: solid 3px #031d41;
    background-color: #fff;
}

.top_image_wrapper {
    position: relative;
    width: 100%;
    height: 495px;
    clear: both;
    background-size: cover !important;
    margin-bottom: 70px;
}

.hero_title {
    position: absolute;
    top: 35%;
    right: 11%;
    font-size: 100px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .05em;
    border: solid 5px;
    padding: 0px 45px 10px 45px;
}

.top_image_wrapper_mobile {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    background-size: cover !important;
    margin-bottom: 70px;
}
.top_image_wrapper_mobile img{
    width: 100%;
}
.hero_title_mobile {
    display: none;
    position: absolute;
    top: 35%;
    right: 11%;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .05em;
    border: solid 5px;
    padding: 0px 25px 10px 25px;
}

.footer_form {
    background: #031d41; 
    color: #fff;
    width: 100%;
    display: block;
    padding: 30px 0px 40px 0px;
    background: url(/wp-content/uploads/2017/12/dark_blue_grunge.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page_social_icons {
    padding: 50px 0;
    text-align: center;
    font-size: 50px;
}

.page_social_icons i {
    padding: 0 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page_social_icons i:hover {
    color: #c6083b;
}

#gform_fields_4 {
	text-align: right;
}

.im_in_form_wrapper {
	width: 100%;
	display: block;
	position: relative;
}
.im_in_form_wrapper .gform_heading {
	display: none;
}

.im_in_form_wrapper .gform_body {
	width: 55% !important;
	/*margin-left: 15%;*/
	/*float: left;*/
	position: relative;
	display: inline-block;
}

.im_in_form_wrapper .gform_footer {
	width: 44% !important;
	position: relative;
	display: inline-block;
}

.im_in_form_wrapper .gform_footer input {
	width: 25% !important;
	background-color: #c6083b;
    text-align: center;
    font-family: 'karla', sans-serif;
    font-size: 25px !important;
    border: solid 3px #c6083b;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0 1px 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.im_in_form_wrapper .gform_footer input:hover {
	cursor: pointer;
    background-color: #031d41;
    border: solid 3px #fff;
    color: #fff !important;
}

.im_in_form #field_4_1{
	width: 20% !important;
	padding: 0 10px 0 0 !important;
	margin: -29px 0px 0px 0px !important;
	/*float: left;*/
    display: inline-block;
}
.im_in_form #field_4_2{
	width: 20% !important;
	padding: 0 10px 0 0 !important;
	margin: -13px 0px 0px 0px !important;
	display: inline-block;
	/*width: 33%;*/
}

#input_4_1_3 {
	padding: 10px 15px !important;
}

#input_4_2 {
	padding: 11px 15px 9px 16px !important;
}

#input_4_1_3_container {
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

#input_4_1_3_container label {
	display: none;
}

#field_4_2 label {
	display: none;
}
.im_in_form .ginput_container {
	width: 100% !important;
	margin: 0 !important;
}

.im_in_form input {
	border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
	transition: all .3s ease;
}
.im_in_form input:focus {
	background-color: #d9dde3;
	color: #000;
}

 .twitter_icon:hover {
 	color: #00aced;
 	cursor: pointer;
 }

 .facebook_icon:hover {
 	color: #3b5998;
 	cursor: pointer;
 }

  .youtube_icon:hover {
 	color: #bb0000;
 	cursor: pointer;
 }

/* END GLOBAL */

/* TEMPLATE: HOME */

.hero_image_wrapper {
    position: relative;
    background-size: cover !important;
    height: 80vh;
    background-position: 0px 48px !important;
    background-repeat: no-repeat !important;
}

.hero_call {
    position: absolute;
    bottom: 20%;
    right: 14%;
    /*width: 23%;
    height: 38%;*/
    border: solid 8px #fff;
    padding: 10px 35px 35px;
}

.hero_form_wrapper {
	margin: 0 !important;
}

.hero_form_wrapper h3.gform_title {
    font-weight: 100 !important;
    font-size: 71px !important;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 !important;
    letter-spacing: .05em !important;
}
.hero_form_wrapper h3::after{
    content: "";
    height: 6px;
    width: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 75px;
    left: 25%;
}

.hero_form_wrapper .ginput_container .ginput_right {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.hero_form_wrapper input{
	padding: 14px 14px 14px 33px !important;
	font-family: 'Karla', sans-serif !important;
	margin: 8px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: solid 1px #d9dde3;
}

.hero_form_wrapper input:focus{
    background-color: #f5f6f7;
    color: #000;
    border-style: solid;
    
}

.hero_form_wrapper label{
	display: none !important;
}

 .hero_form_input {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.hero_form_wrapper #gform_submit_button_1 {
	width: 100%;
    margin-top: 16px;
    /* height: auto; */
    background-color: #c6083b;
    color: #fff;
    /*font-family: 'Pathway Gothic One', sans-serif !important;*/
    font-size: 33px;
    text-transform: uppercase;
    padding: 4px 0 4px 0!important;
    border: solid 3px #c6083b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.hero_form_wrapper #gform_submit_button_1:hover {
    cursor: pointer;
    background-color: #031d41;
    border: solid 3px #fff;
    color: #fff !important;
}
.hero_form_wrapper #gform_submit_button_1:focus {
    background-color: #031d41;
    border: solid 3px #fff;
    color: #fff !important;
}
.mobile_hero_call{
    display: none;
    background: #001b3e;
    padding: 40px 0;
}

.mobile_hero_call form {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    border: solid 5px #fff;
}

.quick_donate_form_wrapper {
    position: relative;
    width: 100%;
    display: block;
}

.quick_donate_form {
    width: 100%;
    position: relative;
    display: block;
}

.quick_donate_form .gform_body {
    width: 64% !important;
    float: left;
    position: absolute;
    /*display: inline-block;*/
    /*background-color: #564;*/
}

.quick_donate_form .gform_footer {
    width: 100% !important;
    /* float: right; */
    /*position: relative;*/
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    /*background-color: #927;*/
}

.hero_form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}
.quick_donate_form .gform_heading{
    margin: 0 0 30px 0 !important;
 }

 .quick_donate_form .gform_title {
    text-align: center;
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: 100 !important;
    letter-spacing: .03em !important;
    margin: 30px 0 0 0 !important;
 }

.quick_donate_form li.gfield {
    margin: 0 !important;
    padding: 0 !important;
 }
.quick_donate_form .gfield_label {
    display: none !important;
 }
.quick_donate_form .ginput_container {
    margin: 0 !important;
    padding: 0 !important;
    right: 0 !important;
    position: absolute;
 }
.quick_donate_form .gfield_radio {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
 }

 #choice_3_1_0, #choice_3_1_1, #choice_3_1_2, #choice_3_1_3 {
    display: none;
 }

.gchoice_3_1_0, .gchoice_3_1_1, .gchoice_3_1_2, .gchoice_3_1_3 {
    float: left;
/*    border: solid 3px #cecece;
    width: 100px;
    text-align: center;
    font-family: 'karla', sans-serif;
    font-size: 25px;
    margin: 0 50px !important;*/
}

#label_3_1_0, #label_3_1_1, #label_3_1_2, #label_3_1_3 {
    border: solid 3px #cecece;
    width: 100px;
    text-align: center;
    font-family: 'karla', sans-serif;
    font-size: 25px;
    margin: 0 20px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
 }

 #label_3_1_0:hover, #label_3_1_1:hover, #label_3_1_2:hover, #label_3_1_3:hover {
    border: solid 3px #031d41;
    /*background: #f5f6f7;*/
    font-weight: 700;
 }

 .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    background: #f5f6f7;
    font-weight: 700;
 }

 .quick_donate_form #gform_submit_button_3 {
    background-color: #c6083b;
    width: 100px;
    text-align: center;
    font-family: 'karla', sans-serif;
    font-size: 25px;
    /*margin: 0 50px !important;*/
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 0 4px 0 !important;
    margin-left: 65%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /*margin-top: -3px;*/
    border: solid 3px #c6083b;
 }

 .quick_donate_form #gform_submit_button_3:hover {
    cursor: pointer;
    background-color: #fff;
    color: #031d41;
    border: solid 3px #031d41;
 }

 .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important;
 }

.parallelogram-container_mobile{
    display: none;
}
.parallelogram-container {
  width: 100%;
  display: block;
  margin-top: 40px;
  position: relative;
}
.parallelogram-btn,.parallelogram-left-btn,.parallelogram-right-btn {
    width: 44%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #031d41 !important;
    font-size: 40px;
    text-decoration: none;
    letter-spacing: .05em;
    position: relative;
    margin-top: 24px;
}
.parallelogram-left-btn_mbl{
    display: none;
}
.para_learn_more_button {
    color: #031d41;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 3px #031d41;
    padding: 0px 10px 3px 10px;    
    font-size: 24px !important;
    background: #fff;
    margin: 5px 0px 0px 20px;
    position: absolute;
    width: 28%;
}
.para_learn_more_button::after {
    content: "\f18e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.para_learn_more_button.special::after {
    transform: translate(14px, 0px);
}

.para_learn_more_button:hover::after {
    transform: translate(14px, 0px);
}

#parallelogram-l {
    width: 50%;
    height: 400px;
    margin: 0 0 0 -75px;
    -webkit-transform: skew(-20deg);
       -moz-transform: skew(-20deg);
         -o-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow:hidden;
    position:relative;
    float: left;
}
#parallelogram-r {
    width: 54%;
    height: 400px;
    margin: 0 -75px 0 0px;
    -webkit-transform: skew(-20deg);
       -moz-transform: skew(-20deg);
         -o-transform: skew(-20deg);
    transform: skew(-20deg);
    overflow:hidden;
    position:relative;
    float: right;
  
}
.parallelogram-l-image{
    /*background: url(http://placekitten.com/801/401);*/
    position:absolute;
    top:0px;
    left:0px;
    right:-72px;
    bottom:0px;
    -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
    transform: skew(20deg);
  background-size: cover;
}
.parallelogram-r-image{
    /*background: url(http://placekitten.com/801/402);*/
    position:absolute;
    top:0px;
    left:-72px;
    right:0px;
    bottom:0px;
    -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
    transform: skew(20deg);
  background-size: cover;
}

.issues_wrapper {
    background: #f8f9fa;
    margin: 40px 0;

}
.issues_wrapper h2 {
    padding: 40px 0;
}
.issues_wrapper img{
    min-width: 100%;
    min-height: 100%;
}

.top_row_issue {
    width: 70%;
    position: relative;
    left: 15%;
    margin: 0;
    padding: 0;
    height: 544px;
    /*background-size: cover;
    background-repeat: no-repeat;*/
    overflow: hidden;
}

.top_row_issue::after {
    content: " ";
    position: absolute;
    background: #031d41;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    right: 0;
    display: none;
    
}

.top_row_issue:hover::after {
    opacity: 0;
    /*width: 0%;
    visibility: hidden;*/
    
}

.second_row_issue_r {
    position: relative;
    width: 35%;
    left: 15%;
    margin: 0;
    padding: 0;
    height: 544px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}

.second_row_issue_r::after {
    content: " ";
    position: absolute;
    background: #031d41;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}

.second_row_issue_r:hover::after {
    opacity: .5;
    cursor: pointer;
}

.second_row_issue_l {
    position: relative;
    width: 35.1%;
    left: 14.9%;
    margin: 0;
    padding: 0;
    height: 544px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.second_row_issue_l::after {
    content: " ";
    position: absolute;
    background: #031d41;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}

.second_row_issue_l:hover::after {
    opacity: .5;
    cursor: pointer;
}

.issues_button_top {
    position: absolute;
    bottom: 7%;
    left: 5%;
    border: solid 3px #fff;
    padding: 12px 17px 12px 12px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 32px;
    z-index: 1;
    line-height: .7em;
}

.issues_button_top p {
    margin: 0 !important;
    width: 80%;
    line-height: .8em;
    float: left;
    letter-spacing: .02em;
}

.issues_button_top i {
    /*line-height: 2.5em;*/
    font-size: 29px !important;
    /*width: 10%;
    padding: 0 5%;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.top_row_issue:hover i{
transform: translate(14px, 0px);
}

.second_row_issue_r:hover i{
transform: translate(14px, 0px);
}

.second_row_issue_l:hover i{
transform: translate(14px, 0px);
}

.issues_button_bottom {
    position: absolute;
    bottom: 7%;
    left: 10%;
    border: solid 3px #fff;
    padding: 12px 17px 12px 12px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 32px;
    z-index: 1;
    line-height: .7em;
}

.issues_button_bottom p {
    margin: 0 !important;
    width: 80%;
    line-height: .8em;
    float: left;
    letter-spacing: .02em;
}

.issues_button_bottom i {
    /*line-height: 2.5em;*/
    font-size: 29px !important;
   /* width: 10%;
    padding: 0 5%;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.issues_button_bottom .superscript {
    vertical-align: top;
    line-height: 1.2em;
    font-size: 23px;
}

.latest_news_wrapper {
    width: 100%;
}

.latest_news_wrapper ul{
    list-style: none;
}

.latest_news_wrapper h2{
    margin: 40px 0 !important;
}

.latest_post_grid {
    width: 70%;
    position: relative;
    left: 15%;
    padding: 0 !important;
}

.latest_post_wrapper {
    /*border: solid #ddd;*/
}


.latest_post_grid li:nth-child(1){
     
}

.post_1 {
    border: solid 3px #d9dde3;
    overflow: hidden;
    font-family: 'karla', sans-serif;width: 46%;
    height: 758px;
    float: left;
}

.post_1 .latest_post_image {
    width: 100%;
    height: 50%;
    background-size: cover !important;
}


.post_1 .latest_post_contnet_wrapper{
    padding: 25px;
    height: 41%;
}

.post_1 .latest_post_date {
    color: #848484;
    width: 50%;
    display: inline-block;
}

.post_1 .latest_post_social {
    /*letter-spacing: .5em;*/
    color: #848484;
    display: inline-block;
    text-align: right;
    width: 50%;
}

.post_1 .latest_post_title {
    font-size: 36px;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Pathway Gothic One', sans-serif;
    line-height: 1em;
    letter-spacing: .05em;
}

.post_1 .latest_post_contnet {
    font-size: 17px;
    font-family: 'karla', sans-serif;
    margin-bottom: 10px;
}

.post_1 .latest_post_more {
    background: #c6083b;
    width: 13%;
    color: #fff;
    padding: 3px 8px 3px 8px;
    text-align: center;
    border: solid 3px #c6083b;
    font-family: 'karla',sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    /*bottom: 0;*/
    margin-bottom: 40px;
}

.latest_post_grid li:nth-child(2){
    
}

.post_2 {
    margin-bottom: 20px;
    overflow: hidden;
    background: #f8f9fa;
    border: solid #f8f9fa;float: right;
    width: 50%;
    height: 170px;
}

.post_2 .latest_post_image{
    float: left;
    width: 40%;
    height: 100%;
    background-size: cover !important;
}

.post_2 img{
    min-width: 100%;
    height: auto;
    width: 50%;
    height: 100%;
    background-size: cover !important;
}

.post_2 .latest_post_contnet_wrapper{
    padding: 2%;
    width: 56%;
    float: right;
}

.post_2 .latest_post_date {
    display: none;
}

.post_2 .latest_post_social {
    display: none;
}

.post_2 .latest_post_title {
    font-size: 21px;
    /*text-transform: uppercase;*/
    width: 100%;
    height: 124px;
    line-height: 1em;
    overflow: hidden;
    font-family: 'karla',sans-serif;
    font-weight: 600;
}

.post_2 .latest_post_contnet {
    display: none;
}

.post_2 .latest_post_more {
    background: #c6083b;
    width: 50%;
    color: #fff;
    padding: 3px 8px 3px 8px;
    text-align: center;
    border: solid 3px #c6083b;
    font-family: 'karla',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.latest_post_grid li:nth-child(3){
    
}

.post_3 {
    margin-bottom: 20px;
    overflow: hidden;
    border: solid #f8f9fa;
    background: #f8f9fa;float: right;
    width: 50%;
    height: 170px;
}

.post_3 .latest_post_image{
    float: left;
    width: 40%;
    height: 100%;
    background-size: cover !important;
}

.post_3 img{
    min-width: 100%;
    height: auto;
}

.post_3 .latest_post_contnet_wrapper{
    padding: 2%;
    width: 56%;
    float: right;
}

.post_3 .latest_post_date {
    display: none;
}

.post_3 .latest_post_social {
    display: none;
}

.post_3 .latest_post_title {
    font-size: 21px;
    /*text-transform: uppercase;*/
    width: 100%;
    height: 124px;
    line-height: 1em;
    overflow: hidden;
    font-family: 'karla',sans-serif;
    font-weight: 600;
}

.post_3 .latest_post_contnet {
    display: none;
}

.post_3 .latest_post_more {
    background: #c6083b;
    width: 50%;
    color: #fff;
    padding: 3px 8px 3px 8px;
    text-align: center;
    border: solid 3px #c6083b;
    font-family: 'karla',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.latest_post_grid li:nth-child(4){
    
}

.post_4 {
    margin-bottom: 20px;
    overflow: hidden;
    background: #f8f9fa;
    border: solid #f8f9fa;float: right;
    width: 50%;
    height: 170px;
}

.post_4 .latest_post_image{
    float: left;
    width: 40%;
    height: 100%;
    background-size: cover !important;
}

.post_4 img{
    min-width: 100%;
    height: auto;
}

.post_4 .latest_post_contnet_wrapper{
    padding: 2%;
    width: 56%;
    float: right;
}

.post_4 .latest_post_date {
    display: none;
}

.post_4 .latest_post_social {
    display: none;
}

.post_4 .latest_post_title {
    font-size: 21px;
    /*text-transform: uppercase;*/
    width: 100%;
    height: 124px;
    line-height: 1em;
    overflow: hidden;
    font-family: 'karla',sans-serif;
    font-weight: 600;
}

.post_4 .latest_post_contnet {
    display: none;
}

.post_4 .latest_post_more {
   background: #c6083b;
    width: 50%;
    color: #fff;
    padding: 3px 8px 3px 8px;
    text-align: center;
    border: solid 3px #c6083b;
    font-family: 'karla',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.latest_post_grid li:nth-child(5){
    
}

.post_5 {
    margin-bottom: 20px;
    overflow: hidden;
    border: solid #f8f9fa;
    background: #f8f9fa;float: right;
    width: 50%;
    height: 170px;
}

.post_5 .latest_post_image{
    float: left;
    width: 40%;
    height: 100%;
    background-size: cover !important;
}

.post_5 img{
    min-width: 100%;
    height: auto;
}

.post_5 .latest_post_contnet_wrapper{
    padding: 2%;
    width: 56%;
    float: right;
}

.post_5 .latest_post_date {
    display: none;
}

.post_5 .latest_post_social {
    display: none;
}

.post_5 .latest_post_title {
    font-size: 21px;
    /*text-transform: uppercase;*/
    width: 100%;
    height: 124px;
    line-height: 1em;
    overflow: hidden;
    font-family: 'karla',sans-serif;
    font-weight: 600;
}

.post_5 .latest_post_contnet {
    display: none;
}

.post_5 .latest_post_more {
   background: #c6083b;
    width: 50%;
    color: #fff;
    padding: 3px 8px 3px 8px;
    text-align: center;
    border: solid 3px #c6083b;
    font-family: 'karla',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.latest_post_more:hover {
    background: #fff;
    border: solid 3px #031d41;
    color: #031d41;
}

.contact_wrapper {
    background: #031d41; 
    color: #fff;
    width: 100%;
    display: block;
    padding: 30px 0px 40px 0px;
    background: url(/wp-content/uploads/2017/12/dark_blue_grunge.png);
    overflow: hidden;
    margin-bottom: 40px;
}

.contact_wrapper p{
    /*width: 20%;*/
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 10px 0 21%;
    display: inline-block;
    float: left;
    line-height: 1em;
    font-weight: 100;
    letter-spacing: .05em;
}

.text_signup_form_wrapper {
    display: inline-block;
    width: 55% !important;
}

.text_signup_form .gform_heading {
    display: none;
}

.text_signup_form .gform_body {
    width: 33% !important;
    padding: 0 1% 0 0;
    display: inline-block;
    float: left;
}

.text_signup_form .gform_body li {
    margin: 0 !important;
    padding: 0 !important;
}

.text_signup_form .gform_footer {
    width: 33% !important;
    display: inline-block;
}

.text_signup_form #input_2_1 {
    width: 100% !important;
    font-family: 'karla', sans-serif !important;
    padding: 9px 18px !important;
}
.text_signup_form #input_2_2 {
    border: none;
    padding: 10px 20px;
    /* font-size: 14px; */
    font-family: 'karla',sans-serif;
}

.text_signup_form #gform_submit_button_2 {
    background-color: #c6083b;
    text-align: center;
    font-family: 'karla', sans-serif;
    font-size: 23px;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 5px 11px 5px !important;
    text-decoration: none;
    width: 100%;
    line-height: .5em;
    margin-top: 24px;
    border: solid 3px #c6083b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.text_signup_form #gform_submit_button_2:hover {
    text-decoration: none;
    background-color: #031d41;
    border: solid 3px #fff;
    color: #fff !important;
    cursor: pointer;
}
.text_signup_form #gform_submit_button_2:focus {
    background-color: #031d41;
    border: solid 3px #fff;
    color: #fff !important;
}
.timeline-TweetList-tweet {
    border-top: none !important;
    float: left !important;
    width: 20% !important;
}

.twitget_wrapper {
    display: block;
    position: relative;
    height: 430px;
    width: 75%;
    left: 12.5%;
    margin-top: 40px;
}
ul.twitget_tweets {
    list-style: none;
    padding: 0;
    font-family: 'karla',sans-serif;
}
ul.twitget_tweets li {
    width: 27.5%;
    border: solid 3px #d9dde3;
    float: left;
    position: relative;
    margin: .5%;
    padding: 2%;
}
.twitget_logo {
    display: block !important;
    font-size: 40px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 12%;
    margin: 0 auto 35px auto;
}
.twitget_logo:hover {
    cursor: pointer;
    color: #00aced;
}
ul.twitget_tweets img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
span.twitget_name {
    font-size: 20px;
    font-weight: 800;
}
span.twitget_username {
    display: block;
}
span.twitget_sharing {
    clear: both;
    display: block;
}
span.twitget_time {
    display: inline-block;
    color: #848484;
}
span.twitget_link {
    display: inline-block;
    right: 7%;
    position: absolute;
}
span.twitget_link a{
    color: #848484;
    margin-left: 5px;
}
span.twitget_link a:hover{
    color: #17bf63;
    
}
span.twitget_content {
    clear: both;
    display: block;
    margin: 20px 0;
}

span.twitget_content a{
	text-decoration: underline;
}

/* END TEMPLATE: HOME */

/* TEMPLATE: ACT */

.why_act {
    width: 100%;
    text-align: center;
    font-family: 'karla',sans-serif;
    font-size: 17px;
    margin: 40px 0;
}

.why_act p{
    width: 33%;
    position: relative;
    left: 33%;
}

.act_form {
    width: 100%;
    display: block;
    margin-bottom: 150px;
}

.volunteer_form_wrapper {
    width: 70% !important;
    left: 15%;
    position: relative;
}

.volunteer_form .gform_heading{
    display: none;
}
.volunteer_form li{
    padding: 0 !important; 
    margin: 0 !important;
}

#field_5_2 {
    width: 50%;
    display: inline-block;
    float: left;
}

#field_5_3 {
    width: 50%;
    display: inline-block;
}
#input_5_1 {
    /*width: 100% !IMPORTANT;*/
    margin: 0;
}

#input_5_1 label{
    display: none;
}

#field_5_1 {
    margin-bottom: 10px !important;
}

.volunteer_form #input_5_1 span {
    padding-right: 35px !important;
    margin-right: -4px !important;
}

.volunteer_form .ginput_container_email{
    vertical-align: top;
    padding-right: 32px;
    margin-right: -6px;
    margin-top: 0 !important;
}

#input_5_3_5_container {
    /*margin: 0 !important;
    padding: 0 !important;*/
    width: 100%;
    min-height: 0 !important;
    vertical-align: top;
    /*padding-right: 3px;*/
    margin-left: 6px;
    padding-right: 28px !important;
}

#input_5_3_5_container label{
    display: none;
}

#input_5_3 {
    margin: 0 !important;
}
.volunteer_form .gform_footer {
    /*margin-top: 40px !important;  */ 
}

.volunteer_form #gform_submit_button_5 {
    background-color: #c6083b;
    text-align: center;
    font-family: 'karla', sans-serif;
    font-size: 30px;
    border: solid 3px #c6083b;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    width: 33%;
    position: relative;
    left: 33%;
    margin-top: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0px 0px 5px 0px;
}

.volunteer_form #gform_submit_button_5:hover {
    cursor: pointer;
    background-color: #ffffff;
    border: solid 3px #031d41;
    color: #031d41 !important;
}

.volunteer_form .gform_body input {
    padding: 10px 30px !important;
    font-family: 'karla',sans-serif;
    letter-spacing: .05em !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: solid 1px #d9dde3;
}

.volunteer_form .gform_body input:focus {
    background-color: #f5f6f7;
	color: #000;
	border-style: solid;
}


/* END TEMPLATE: ACT */

/* TEMPLATE: ABOUT */

.meet_content_wrapper {
    width: 70%;
    font-size: 17px;
    font-family: 'karla',sans-serif;
    line-height: 1.5em;
    margin: 80px 0 80px 15%;
}

.meet_content_wrapper img {
    float: left;
    padding: 0 40px 30px 0;
    margin: -20px 0 0 -65px;
}

.meet_video_wrapper {
    text-align: center;
    margin: 40px 0;
    position: relative;
    /*background: url(/wp-content/uploads/2017/12/video_poster.jpg);*/
    height: 530px;
    width: 90%;
    left: 5%;
    background-position: center center;
}
.meet_video_wrapper iframe{
    min-width: 100%;
    min-height: 100%;
}
.meet_video_wrapper img {
	float: none;
	margin: 0;
    padding: 0;
    position: relative;
}

.meet_video_wrapper i {
	position: absolute;
    top: 38%;
    left: 46%;
    color: #fff;
    z-index: 100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}

.video_overlay:hover ~ .play {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); 
}

.video_overlay {
    background-color: rgba(3,29,65,.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.video_overlay:hover {
    background-color: rgba(3,29,65,.5);
}


/* END TEMPLATE: ABOUT */

/* TEMPLATE: ISSUES */

.issues_page_wrapper {
    width: 70%;
    position: relative;
    left: 15%;
    margin: 70px 0;
}

.issues_page_wrapper a {
	text-decoration: none;
}

.issue_box {
    height: 220px;
    background: #f8f9fa;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: 'karla',sans-serif;
    border: solid 3px #f8f9fa;
    color: #031d41;
    text-decoration: none !important;
}

.issue_box:hover {
    background: #fff;
  }

/*.issue_box img {
    width: 30%;
    float: left;
    margin-right: 30px;
}*/

.issue_image {
    width: 40%;
    height: 100%;
    background-size: cover;
    float: left;
}

.issue_content {
    width: 56%;
    float: right;
    padding: 16px;
    height: 140px;
    position: relative;
}

.issue_box span {
    font-size: 26px;
    font-weight: 800;
}

.issue_box p {
    width: 95%;
    font-size: 14px;
    margin: 0 !important;
    height: 71%;
    overflow: hidden;
}

/*.issue_box button {
    border: solid 2px #031d41;
    padding: 5px 10px;
    width: 10%;
}*/

.learn_more_button {
    color: #031d41;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 3px #031d41;
    padding: 5px 20px;
    font-size: 17px !important;
    font-weight: 800;
    background: #fff;
    position: absolute;
    /*bottom: 2%;*/
}

.learn_more_button::after {
    content: "\f18e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.learn_more_button:hover::after {
	transform: translate(14px, 0px);
}

.issues_btn{
    position: relative !important;
    margin-left: 41px;
}
.issues_mobile_page_wrapper {
        display: none;
        margin-top: 50px;
    }
/* END TEMPLATE: ISSUES */

/* TEMPLATE: NEWS */

.news_page_wrapper {
    width: 70%;
    position: relative;
    left: 15%;
    margin: 70px 0;
}
.news_page_wrapper a {
    text-decoration: none;
}
.news_box {
    height: 270px;
    background: #f8f9fa;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: 'karla',sans-serif;
    border: solid 3px #f8f9fa;
    color: #031d41;
    text-decoration: none !important;
}
.news_box:hover {
    background: #fff;
}
.news_box span {
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'Pathway Gothic One', sans-serif;
}
.news_box p {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0 0;
    /*height: 71%;*/
    overflow: hidden;
}
.news_image {
    width: 40%;
    height: 100%;
    background-size: cover;
    float: left;
}
.news_content {
    width: 56%;
    float: right;
    padding: 15px 15px;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.news_date{
    float: left;
    padding: 15px 0 0 25px;
    color: #7b7b7b;
    font-weight: 800;
}
.news_social{
    position: absolute;
    right: 0;
    padding: 15px 25px 0 0;
}
.news_social i {
    padding: 0 3px;
    color: #7b7b7b;
}
.news_read_more{
    background: #c6083b;
    width: 15%;
    color: #fff;
    padding: 0px 0px 3px 0px;
    text-align: center;
    border: solid 3px #c6083b;
    font-family: 'karla',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    margin-left: 2%;
}
.news_read_more:hover{
    background: #fff;
    border: solid 3px #031d41;
    color: #031d41;
    cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn{
	line-height: 38px !important;
	text-transform: uppercase;
}
.alm-listing li {
	padding: 0 !important;
}
.ssbp--state-hidden .ssbp-container{
	-webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}
/* END TEMPLATE: NEWS */

/* TEMPLATE: POSTS */

.priority_page_wrapper {
    width: 70%;
    position: relative;
    left: 15%;
    clear: both;
    margin-bottom: 100px;
    font-family: 'karla',sans-serif;
}
.priority_page_wrapper h1 {
    /*text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;*/
    font-size: 60px;
    /*letter-spacing: .05em;*/
    line-height: 1em;
    display: inline-block;
    margin-top: 100px;
}

.priority_image {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}

.priority_image img {
    max-height: 500px;
    max-width: 100%;
}

.post_text {
    width: 75%;
}
.post_text a {
    text-decoration: underline;
}

.priority_links {
    margin: 110px 0;
    color: #031d41;
}

.priority_links a {
    text-decoration: none;
    color: #031d41;
}

.priority_links a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.priority_links span {
    font-size: 42px;
    font-weight: 800;
    /*text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: .05em;*/
}

.priority_links li {
	margin:	20px 0;
}

.priority_links button {
	border: solid 2px #031d41 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-left: 10px;
    margin-top: -7px;
}

.priority_links button:hover {
	cursor: pointer !important;
}

.red_button_wrapper_posts {
    width: 100%;
    padding: 60px 0;
}

/* END TEMPLATE: POSTS */

/* FOOTER */

.site-footer{

}

.footer_wrapper {
    background: #031d41; 
    width: 100%;
    position: relative;
    bottom: 0;
    background: url(/wp-content/uploads/2017/12/dark_blue_grunge.png);
    padding: 130px 0;
    text-align: center;
    background-size: cover;
}

.footer_social_icons {
    margin: 30px 0;
    color: #fff;
    font-size: 34px;
}

.footer_social_icons i {
    padding: 0 5px;
}

.footer_wrapper span {
    color: #435b7d;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'karla',sans-serif;
    margin-right: 23px;
}

.footer_wrapper a {
    color: #fff;
    text-decoration: none;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer_wrapper a:hover {
    opacity: 1;
}


.paid_for {
    border: solid 1px;
    padding: 6px;
}

/* END FOOTER */

/* GF Error */
body .gfield_required,body .validation_error,body .validation_message {
	display: none;
}

body #gforms_confirmation_message {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width:100% !important;
}

body .gform_wrapper .top_label .gfield_error .ginput_container{
	max-width:100%;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	padding: 0 !important;
	margin: 0 0 8px 0 !important;
	border: 0 !important;
	width:auto;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper .top_label, body .gform_wrapper {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	width:auto;
}
body .gform_wrapper .top_label .gfield_error input.large,body .gform_wrapper .top_label .gfield_error select.large,body .gform_wrapper .top_label .gfield_error textarea.textarea{
	width:98.5% !important;
	margin:0;
}
body .gform_wrapper .top_label li.gfield.gf_left_half,body .gform_wrapper .top_label li.gfield.gf_right_half{
	width:49% !important;
}
body .gform_ajax_spinner{
	position: absolute;
	top:-37px;
}
body .gform_wrapper {
	max-width: 100%;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required input {
	border: 0;
	background-color: #FFDBDB;
	border:1px solid #FFDBDB;
}


/*iOS GFORM BUTTON FIX*/

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0px;
}

/*i360 Embedded Form Styling*/
.form-unique-class-82053 {
    margin-top: 30px;
}
.form-unique-class-82053 label {
    display: none;
}
.form-unique-class-82053 input {
    display: block;
    width: 90%;
    padding: 5%;
    font-family: 'karla',sans-serif;
    margin: 10px 0;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-unique-class-82053 input:focus {
    background: #dcdcdc;
}
.form-unique-class-82053 button {
    width: 100%;
    padding: 5px 0;
    background-color: #c6083b;
    text-decoration: none;
    font-family: 'karla', sans-serif;
    font-size: 23px;
    color: #fff !important;
    text-transform: uppercase;
    border: solid 3px #c6083b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-unique-class-82053 button:hover {
    text-decoration: none;
    color: #fff !important;
    border: solid 3px #fff;
    background-color: #031d41;
    cursor: pointer;
}
.hero_call p {
    margin: 0;
    text-align: center;
}
span.i360-form-title {
    font-size: 86px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: solid 5px #fff;
}
div#announcement-message-div-82053 {
    color: #c7003a;
    position: absolute;
    font-family: 'karla',sans-serif;
    width: 50%;
    font-weight: 600;
    background: #fff;
    padding: 2%;
    /*top: 47%;*/
    left: -200px;
    bottom: 35px;
    min-height: 35px;
}
div#announcement-message-div-82053::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    top: 40%;
}
.form-unique-class-13687 label {
    display: none;
}
.form-unique-class-13687 {
    display: inline-block;
    width: 44%;
    position: relative;
}
.form-unique-class-13687 input {
    width: 30%;
    margin-top: 1.6em;
    margin-right: 10px;
    padding: 10px 0px 10px 8px;
    border: none;
}
.form-unique-class-13687 button {
    width: 32%;
    background-color: #c6083b;
    font-family: 'karla', sans-serif;
    font-size: 23px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0px 10px 3px 10px !important;
    text-decoration: none;
    border: solid 3px #c6083b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-unique-class-13687 button:hover {
    text-decoration: none;
    color: #fff !important;
    border: solid 3px #fff;
    background-color: #031d41;
    cursor: pointer;
}    
div#announcement-message-div-13687 {
    color: #c7003a;
    position: absolute;
    font-family: 'karla',sans-serif;
    font-weight: 600;
    background: #fff;
    padding: 3px;
    top: -10px;
}
.form-unique-class-23781 {
    width: 100%;
    text-align: center;
    position: relative;
}
.form-unique-class-23781 label {
    display: none;
}
.form-unique-class-23781 span {
    text-transform: uppercase;
    font-size: 40px;
    margin-right: 10px;
    vertical-align: bottom;
    line-height: .9em;
}
.form-unique-class-23781 input {
    border: none;
    padding: 13px 0px 12px 8px;
    margin-right: 5px;
}
.form-unique-class-23781 button {
    min-width: 10%;
    background-color: #c6083b;
    font-family: 'karla', sans-serif;
    font-size: 23px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 2.5px 10px !important;
    text-decoration: none;
    border: solid 3px #c6083b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: bottom;
}
.form-unique-class-23781 button:hover {
    text-decoration: none;
    color: #fff !important;
    border: solid 3px #fff;
    background-color: #031d41;
    cursor: pointer;
} 
div#announcement-message-div-23781 {
    color: #c7003a;
    position: absolute;
    font-family: 'karla',sans-serif;
    font-weight: 600;
    background: #fff;
    padding: 3px;
    top: -27px;
    left: 38%;
    min-width: 23%;
}
   
/* MEDIA QUERIES */
@media screen and (max-width:1450px){
    .hero_title {
    right: 3%;
    font-size: 90px;
    }
    .top_image_wrapper{
        background-position: -110px 0 !important;
    }
}
/*Switch To Mobile Layout*/
@media screen and (max-width:1202px){
    .header_wrapper{
        display: none;
    }
    .hero_call{
        display: none;
    }
    .mobile_hero_call{
        display: block !important;
    }
    .mobile_hero_call h3{
        line-height: 1em;
    }
    .hero_image_wrapper{
        height: 50vh !important;
        background-position: 0px 0 !important; 
    }
    .quick_donate_form .gform_body{
        float: none;
        position: relative;
        text-align: center;
    }
    .gchoice_3_1_0, .gchoice_3_1_1, .gchoice_3_1_2, .gchoice_3_1_3{
        float: none;
    }
    .quick_donate_form .gform_body{
        width: 100% !important;
    }
    .quick_donate_form .ginput_container{
        position: relative;
    }
    #label_3_1_0, #label_3_1_1, #label_3_1_2, #label_3_1_3{
        width: 75%;
    }
    .quick_donate_form .gform_footer{
        text-align: center;
    }
    .quick_donate_form #gform_submit_button_3{
        width: 75%;
        margin: 0 0px !important;
    }
    .hero_form_wrapper h3::after{
        height: 0px;
    }
    /*.parallelogram-left{
        width: 100%;
        display: block;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .parallelogram-right{
        width: 100%;
        position: relative;
        display: block;
        -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }*/
    #parallelogram-l{
        width: 100%;
        margin: 0 0 0 0px;
        -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
        transform: skew(0deg);
        float: none;
    }
    .parallelogram-l-image{
        right:0px;
        -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
        transform: skew(0deg);
    }
    #parallelogram-r{
        width: 100%;
        margin: 0 0 0 0px;
        -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
        transform: skew(0deg);
        float: none;
    }
    .parallelogram-r-image{
        right:0px;
        -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
        transform: skew(0deg);
    }
     .parallelogram-left-btn{
        display: none;
    }
    .parallelogram-right-btn{
        width: 80%;
        display: block;
    }
    .parallelogram-left-btn_mbl{
        width: 80%;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #031d41 !important;
        font-size: 40px;
        text-decoration: none;
        letter-spacing: .05em;
        position: relative;
        margin-bottom: 40px;
        margin-top: 24px;
    }
    .top_row_issue{
        width: 100%;
        left: 0;
    }
    .second_row_issue_l, .second_row_issue_r{
        width: 50%;
        left: 0;
    }
    .latest_post_grid{
        width: 100%;
        left: 0;
    }
    .latest_post_grid li{
        float: none !important;
        width: 100% !important;
        height: 240px !important;
        border: none !important;
        margin-bottom: 30px;
    }
    .latest_post_more{
        width: 30% !important;
        font-size: 17px !important;
        position: relative !important;
    }
    .latest_post_image{
        width: 50% !important;
        height: 100% !important;
        float: left !important;
    }
    .latest_post_contnet_wrapper {
        padding: 2% !important;
        height: 100% !important;
        width: 46% !important;
        float: right !important;
    }
    .post_1{
        background: #f8f9fa;
    }
    .post_1 .latest_post_title{
        font-size: 21px;
        text-transform: none;
        overflow: hidden;
        font-family: 'karla',sans-serif;
        font-weight: 600;
        padding: 0 0;
    }
    .post_1 .latest_post_date {
        display: none;
    }
    .post_1 .latest_post_social{
        display: none;
    }
    .post_1 .latest_post_contnet{
        display: none;
    }
    .latest_post_title{
        height: 150px !important;
    }
    .mobile_hide{
        display: none;
    }
    .contact_wrapper{
        display: none;
    }
    .footer_wrapper a{
        opacity: 1;
    }
    .meet_content_wrapper {
	    width: 100%;
	    text-align: center;
	    margin: 40px 0 50px 0%;
	}
	.meet_content_wrapper img {
	    float: none;
	    padding: 0 0 40px 0;
	    margin: 0;
	    max-width: 100%;
	}
	.meet_content_wrapper p {
	    margin: 1% 5%;
	    text-align: left;
	}
	.meet_video_wrapper {
	    width: 100%;
	    left: 0%;
	    background-size: cover;
	    background-position: center center;
	}
	.im_in_form_wrapper .gform_body {
	    width: 90% !important;
	    margin: 0 5%;
	}
	.im_in_form #field_4_1{
		width: 100% !important;
		display: block;
	}
	.im_in_form #field_4_2{
		width: 100% !important;
		display: block;
		margin-top: 20px !important;
	}
	.im_in_form_wrapper .gform_footer {
	    width: 100% !important;
	    display: block;
    }
    .im_in_form_wrapper .gform_footer input {
	    width: 50% !important;
	    margin: 40px 25% 0 25% !important;
    }
    .top_image_wrapper {
   		display: none;
	}
	.hero_title {
		display: none;
	}
    .top_image_wrapper_mobile {
   		display: block;
	}
	.hero_title_mobile {
		display: block;
	}
	.why_act p {
	    width: 90%;
	    left: 0;
    	margin: 0 5%;
	}
	.volunteer_form_wrapper {
        width: 90% !important;
        left: 5%;
        position: relative;
    }
    .volunteer_form #input_5_1 span {
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-top: 16px !important;
        width: 100% !important;
    }
    #field_5_2, #field_5_3 {
        width: 100%;
        display: block;
        float: none;
    }
    #field_5_2{
    	margin-top: -9px !important;
    	}
    .volunteer_form .ginput_container_email {
        padding-right: 0px; 
        margin-right: 0px;
    }
    #input_5_3_5_container{
    	padding: 0 !important;
    	margin: 0;
    }
    .volunteer_form #gform_submit_button_5{
    	width: 50%;
    	left: 25%;
    	line-height: 1em;
    }
    #input_5_1{
    	width: 100%;
    }
    .priority_page_wrapper{
        margin: 40px 0;
        width: 90%;
        left: 5%;
    }
    .post_text{
        width: 100%;
    }
    ul.twitget_tweets li:nth-child(3){
        display: none;
    }
    .twitget_wrapper{
        width: 100%;
        left: 0;
        height: auto;
    }
    ul.twitget_tweets li{
        width: 75%;
        float: none;
        margin: 0;
        left: 12.5%;
        margin-bottom: 20px;
    }
    span.twitget_link{
        right: 3%;
    }
    span.powered_by {
    display: block;
    margin-top: 30px;
    }
    .issues_page_wrapper{
        display: none;
    }
    .issues_mobile_page_wrapper {
        display: block;
    }
    .issue_box {
        height: 600px;
        background: #fff;
        border: none;
        margin-bottom: 100px;
    }
    .issues_mobile_header {
        width: 100%;
        height: 50%;
        background: #f8f9fa;
        overflow: hidden;
    }
    .issues_mobile_header_image{
        width: 40%;
        height: 100%;
        float: left;
        overflow: hidden;
    }
    .issues_mobile_header img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top; 
    }
    .issues_mobile_header_text {
        font-size: 42px;
        margin-left: 5%;
        margin-top: 5%;
        display: inline-block;
        font-weight: 800;
        width: 55%;
    }
    .issue_content{
        float: none;
        width: 92%;
        height: 35%;
        padding: 4%;
        text-align: center;
    }
    .issue_box p{
        font-size: 17px;
        width: 80%;
        height: 90%;
        margin: 0 auto !important;
        text-align: left;
    }
    .issue_box button{
        font-size: 31px !important;
        font-weight: 400;
        position: relative;
        padding: 10px 50px;
    }
    .issue_box button:hover{
        cursor: pointer;
    }
    .news_page_wrapper{
        width: 100%;
        left: 0;
    }
    .news_box{
        height: 800px;
        border: none;
    }
    .news_box span{
        font-size: 50px;
        font-family: 'Pathway Gothic One', sans-serif;
        letter-spacing: .05em;
    }
    .news_box p{
        font-size: 21px;
        margin: 30px 0 0 0;
    }
    .news_image{
        width: 100%;
        height: 50%;
        float: none;
        background-position: center center;
    }
    .news_date{
        float: none;
        display: inline-block;
    }
    .news_content{
        float: none;
        width: 80%;
        margin-left: 10%;
        height: 32%;
    }
    .news_read_more{
        float: none;
        width: 25%;
        font-size: 27px;
        margin-left: 10%;
    }
    .news_social{
        display: inline-block;
    }
    .hero_form_wrapper h3.gform_title{
        margin: 20px 0 0 0 !important;
    }
    .mobile_hero_call_form {
    width: 80%;
    margin-left: 7%;
    border: solid 6px #fff;
    padding: 25px;
    text-align: center;
    }
    .mobile_hero_call_form p{
        margin: 0;
        line-height: 4em;
    }
    .form-unique-class-82053 input{
        padding: 3%;
        width: 94%;
    }
}

/*Some Intermediate Small Screen Fixes*/

/*Switch To Smart Phone Layout*/
@media screen and (max-width:790px){
    .hero_title_mobile{
        top: 27%;
    }
    .quick_donate_form #gform_submit_button_3{
        line-height: 1em;
    }
    .top_row_issue, .second_row_issue_r, .second_row_issue_l{
        height: 376px;
    }
    .issues_wrapper img{
        width: 100%;
    }
    .issues_button_top{
        padding: 4px 5px 0px 8px;
        font-size: 25px;
    }
    .issues_button_top i {
        line-height: 2.3em;
        font-size: 19px !important;
    }
    .top_row_issue:hover i{
        transform: none;
    }
    .issues_button_bottom{
        padding: 4px 5px 0px 8px;
        font-size: 25px;
    }
    .issues_button_bottom .superscript {
    line-height: .7em;
    font-size: 18px;
    }
    .issues_button_bottom i {
    line-height: 2.3em;
    font-size: 19px !important;
    }
    .second_row_issue_r:hover i{
    transform: none;
    }
    .second_row_issue_l:hover i{
        transform: none;
    }
    .latest_post_more {
        width: 45% !important;
    }
    .latest_post_title {
        height: 180px !important;
    }
    .parallelogram-container{
        display: none;
    }
    .parallelogram-container_mobile{
        display: block;
        margin-top: 50px;
    }
    .parallelogram-left{
        height: auto;
    }
    .parallelogram-left img{
        width: 110%;
    }
    .parallelogram-right{
        height: auto;
    }
    .parallelogram-right img{
        width: 110%;
        position: relative;
        right: 10%;
    }
    .parallelogram-left-btn_mbl, .parallelogram-right-btn {
        width: 97%;
        text-align: left;
        padding-left: 3%;
    }
    .para_learn_more_button{
        width: auto;
        margin: 5px 0px 0px 12px;
        font-size: 18px !important;
        padding: 4px 10px 3px 10px;
    }
    .priority_links button{
        display: none;
    }
    .news_box{
        height: auto;
    }
    .news_content{
        width: 90%;
        height: auto;
        margin-top: 15px;
        margin-left: 5%;
        padding: 0;
    }
    .news_box p{
        margin: 10px 0 0 0;
        font-size: 17px;
        overflow: hidden;
        height: auto;
    }
    .news_image{
        background-position: center center;
        height: 300px;
    }
    .news_box span{
        font-size: 37px;
        line-height: .8em;
    }
    .news_read_more{
        width: 35%;
        font-size: 17px;
        margin-top: 15px;
    }
    .issues_mobile_header_text{
        margin-left: 2%;
        margin-top: 3%;
        width: 56%;
        height: 88%;
    }
    .issue_box button{
        font-size: 21px !important;
        padding: 7px 30px;
    }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar{
        margin-top: 0.15em !important;
    }
    .slicknav_menu .slicknav_icon-bar{
        width: 1em !important;
    }
    .form-unique-class-23781 input{
        padding: 15px 0 14px 8px;
        display: block;
        width: 90%;
        margin: 10px auto;
    }
    .form-unique-class-23781 button{
        width: 45%;
    }
    
}
@media screen and (max-width:500px){
    .parallelogram-left-btn_mbl, .parallelogram-right-btn {
        font-size: 30px;
    }
    .para_learn_more_button{
        margin: 0px 0px 0px 10px;
    }
    .top_row_issue, .second_row_issue_r, .second_row_issue_l{
        height: 210px;
    }
    .issues_wrapper img{
        max-height: 100%;
        width: auto;
    }
    .issues_button_top{
        padding: 0px 5px 0px 5px;
        font-size: 18px;
        max-width: 95%;
        left: 3%;
    }
    .issues_button_bottom{
        padding: 0px 5px 0px 5px;
        font-size: 18px;
        max-width: 99%;
        left: 1%;
    }
    .issues_button_bottom i{
        font-size: 15px !important;
    }
    .latest_post_grid li{
        height: 180px !important;
    }
    .latest_post_image{
        width: 46% !important;
        background-position: center center !important;
    }
    .latest_post_contnet_wrapper{
        width: 50% !important;
        height: 92% !important;
    }
    .latest_post_title{
        font-size: 17px !important;
        height: 136px !important;
    }
    .latest_post_more{
        widows: 45%;
        font-size: 13px !important;
    }
    .slicknav_btn{
        padding: 10px 0 0 0 !important;
    }
    .slicknav_menu img{
        padding: 0 !important;
    }
    .slicknav_nav a{
        padding: 0px 0px 5px 10px !important;
    }
    .issue_box{
        height: auto;
        margin-bottom: 50px;
    }
    .issues_mobile_header{
        height: auto;
    }
    .issues_mobile_header_image{
        width: 44%;
        height: 200px;
    }
    .issues_mobile_header_text{
        width: 52%;
        font-size: 31px;
    }
    .issue_box p{
        line-height: 1em;
        height: auto;
        padding: 20px 0;
    }
    .issue_box button{
        font-size: 14px !important;
    }
    .hero_title_mobile{
        top: 29%;
        padding: 0px 10px;
        right: 7%;
        font-size: 30px;
        border: solid 3px;
    }
    .mobile_hero_call_form{
        width: 70%;
    }
    .form-unique-class-82053 button{
        padding: 0px;
    }
    span.i360-form-title{
        font-size: 66px;
    }
}
@media screen 
  and (max-width: 667px) 
  and (orientation: landscape) { 
    .hero_image_wrapper{
        height: 80vh !important;
    }
}
@media screen and (max-width:340px){
    .issues_button_bottom{
        font-size: 15px;
    }
    .latest_post_more {
    width: 60% !important;
    }
    .para_learn_more_button{
        margin: 0;
        display: block;
    }
    span.i360-form-title{
        font-size: 55px;
    }
}
@media screen and (max-height:750px){
    .hero_call{
        bottom: 13%;
    }
}


/* END MEDIA QUERIES */




