/**
* #.# hide h1 tag on home page but leave it in the markup for seo
*
* @andy
*/

/**
* Table of Contents
* 1.0 Global Styles
*    1.1 Tooltipster
*    1.2 Action Buttons
*        1.2.1 Right-Aligned Text
*        1.2.2 Color Options
*        1.2.3 Text Sizes
*        1.2.4 Width Options
*        1.2.5 Stacked
*        1.2.6 Alignment Options
* 2.0 Header
* 3.0 Home Page
* x.x Home Form 
* x.x Sidebar Form
* x.x News Page Styles
* x.x Single News Page Styles 
* x.x Features Page Styles
* x.x Footer
*/

/**
* 1.0 Global Styles
*
* Site-wide styles, Generic Classes, Tags, General Foundation overwrites,
* Styles for WP Admin, and major layouts for Responsive
*/
.row {
	max-width: 62.5rem !important;
}
.home header h1 {
	margin: 0;
	height: 0;
	text-indent: -9999px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
}

:-ms-input-placeholder {  
   font-style: italic;
}

/**
* Overall Styles
*/

body{
	background: #FFF;
}

iframe{
	border:none;
}

p {
	color:#4e4e4e;
}

a {
	-webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
	-o-transition: background-color 300ms ease-out, color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out, color 300ms ease-out;
	transition: background-color 300ms ease-out, color 300ms ease-out;
	color: #A50410;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#c20513;
}

h1 {
	text-transform: uppercase;
	font-size:2rem;
	color:#ffffff;
	font-family: "Oswald", "Arial Narrow",serif;
	font-weight: 800;
}

h2 {
	font-size:1.7rem;
	color:#000000;
	font-family: "Oswald", "Arial Narrow",serif;
	font-weight: 400;	
}

h3, h4 {
	font-size:1.2rem;
	color:#000000;
	font-family: "Oswald", "Arial Narrow",serif;
	font-weight: 400;
}
.page-template-page-no-sidebar h2 {
	color: #111111;
}

.content_wrapper{
	margin-top:1.25rem;
}
.home .content_wrapper {
	margin-top: 3.5rem;
}
@media (max-width: 640px) {
	.home .content_wrapper {
		margin-top: 1rem;
	}
}

.page-title {
	background-color: #6e030b;
	padding: 7px 5px 0 0;
}
@media (max-width: 920px) {
	.page-title h1 { 
		font-size: 1.25rem;
	}
}

body .media-credit {
	position: relative;
}

body .media-credit .acf-media-credit {
	position: absolute;
	bottom: 0.25rem;
	right: 0.5rem;
}

body .acf-media-credit a{
	color: #ffffff;
	font-weight: 700;
}

body .acf-media-credit {
	color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .7);
    font-weight: bold;
}
body.blog .acf-media-credit,
body.post-type-archive-take-action .acf-media-credit {
	margin-bottom: -13px;
}
body.blog .acf-media-credit,
body.blog .acf-media-credit a,
body.post-type-archive-take-action .acf-media-credit,
body.post-type-archive-take-action .acf-media-credit a {
	color: #666;
	text-shadow: none;
	font-weight: normal;
	padding: 0;
}

/**
* Header
*/

header{
	background: #a50410;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.8);
	-o-box-shadow:0 0 2px rgba(0,0,0,0.8);
	box-shadow:0 0 2px rgba(0,0,0,0.8);
	width: 100%;
	position: relative;
	z-index: 3;
}
.home header {
}
header .row {
	padding: .75rem 0;
	background: transparent url(../img/blood-dark.svg) no-repeat -32px 37px / 35%;
}
header .row div:first-child {
	/* background: url(../img/blood-dark.svg) no-repeat 7% -7px;
	background-size: 100%; */
}
@media (min-width: 700px) {
	header {
		min-height: 120px;
	}
}
@media (min-width: 640px) {
	header {
		min-height: 100px;
	}
}

@media (max-width: 1000px) {
	header .row {
		background: transparent url("../img/blood-dark.svg") no-repeat scroll -3vw 3.5vw / 35%;
	}
}

@media (max-width: 640px) {
	header .row {
		padding: 0;
		background: transparent url("../img/blood-dark.svg") no-repeat scroll -9vw 2vw / 128%;
	}

	header .row div:first-child a {
		display: block;
	}

	header .row div:first-child a img {
		display: block;
	}
}

ul#menu-main-navigation{
	margin: 0;
	position: relative;
	bottom: 0;
	float: right;
}
@media (max-width: 640px) {
	ul#menu-main-navigation {
		right: 0;
		margin: 0;
	}
}

nav.top-bar{
	background: none;
}
@media (min-width: 840px) {
	nav.top-bar{
		top: 20px;
	}
}
.top-bar {
	background: none;
}

.top-bar-section ul li{
	background: none;
	margin: 0 0.7rem;
}

.top-bar-section ul li>a{
	text-transform: uppercase;
	font-size:1.2rem;
	color: #FFF;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 926px) {
    .top-bar-section ul li>a {
        font-size:0.8rem;
    }
    .top-bar-section ul li {
        margin: 0 0.6rem;
    }
    nav.top-bar {
        top: 10px;
    }
}

@media only screen and (max-width: 801px) {
    .top-bar-section ul li>a {
        font-size:0.7rem;
    }
    .top-bar-section ul li {
        margin: 0 0.5rem;
    }
    nav.top-bar {
        top: 0;
    }
}

@media only screen and (max-width: 717px) {
    .top-bar-section ul li>a {
        font-size:0.6rem;
    }
    .top-bar-section ul li {
        margin: 0 0.4rem;
    }
    nav.top-bar {
        top: 0;
    }
}

.top-bar-section li a:not(.button), 
.top-bar-section li a:not(.button):hover {
	background:none !important;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 2rem;
	padding: 0 0.4rem;
	margin: 0 0.4rem;
}

.top-bar-section ul li a:hover,
.top-bar-section ul li.current-menu-item a{
	background:none;
	border-bottom:.25em solid #6e030b;
	color:#fff;
}

.title-area {
	border-top: 3px solid #A50410;
	background-color: #000000 !important;
}

.top-bar.expanded .toggle-topbar a {
	color: #fff !important;
}

.top-bar.expanded .toggle-topbar a span::after {
	box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
}

@media only screen and (max-width: 640px) {
	.top-bar {
		margin: 0 -0.95em;
	}
	.top-bar-section ul li>a {
        font-size:1rem;
    }
    .top-bar-section ul li {
    	float: left;
    	width: 20%;
		margin: 0;
	}
	.top-bar-section ul li.current-menu-item a{
		border-bottom:none !important;
		margin-bottom: 1.2rem;
	}
	.top-bar-section li a:not(.button):hover {
		border-bottom:none !important;
		color: #dfdfdf !important;
		background: #8d030e !important;
	}
}

@media only screen and (max-width: 510px) {
	.top-bar-section ul li {
		float: none;
		width: 100%;
	}
}

.branding_social {
	list-style: none;
	min-height: 20px;
}

.branding_social li {
	display: inline;
	list-style: none;
	float: right;
	width: 100px;
}
.branding_social li iframe {
	vertical-align: bottom;
}
.branding_social li.google div {
	position: relative;
}
.branding_social li.google iframe {
	top: 5px !important; 
	position: absolute !important;
}

/**
 * Home Page
*/ 

.home-highlight {
	padding: 0;
	background: #6e030b;
    /*border-bottom: 2px solid #757c91;*/
    position: relative;
    z-index: 2;
}
.home-highlight .row {
	position: relative;
}

#rotator-wrap {
	width: auto;
	margin: 0 auto;
}
#rotator {
    position: relative;
}
#home-rotator .slide {
    width: 100%;
    display: none;
}
#home-rotator .slide a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 50%;
}
#home-rotator a img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
#home-rotator p.rotator-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.7);
    padding: .8rem 3rem;
    z-index: 10;
    color: #111111;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    font-family: "Oswald", "Arial Narrow", serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#home-rotator .acf-media-credit {
    position: absolute;
    top: .1rem;
    left: .5rem;
    color: #FFF;
    z-index: 11;
    opacity: .8;
    text-shadow: 0 0 4px rgba(0, 0, 0, .7);
}
#home-rotator .acf-media-credit a {
    color: #ffffff;
    display: inline;
}
#home-rotator .arrow {
    display: block; 
    width: 66px; 
    height: 66px; 
    position: absolute;
    top: 36%;
    left: -100px;
    padding: 10px;
    z-index: 1000;
    cursor: pointer;
   transition: opacity .25s ease-in-out;
}
#home-rotator .arrow svg {
    width: 100%;
    height: 100%;
    fill: #FFF;
}
#home-rotator #home-cycle-next {
    right: -100px;
    left: auto;
}
#home-rotator .arrow:hover {
	opacity: .7;
}
@media (max-width: 1220px) {
	#home-rotator #home-cycle-prev {
		left: -50px;
	}
	#home-rotator #home-cycle-next {
		right: -50px;
	}
}

@media (max-width: 1100px) {
	#home-rotator #home-cycle-prev {
		left: 25px;
	}
	#home-rotator #home-cycle-next {
		right: 25px;
	}
}
@media (max-width: 830px) {
	#home-rotator #home-cycle-prev {
		left: 10px;
	}
	#home-rotator #home-cycle-next {
		right: 10px;
	}
}
@media (max-width: 640px) {
	#home-rotator .arrow { 
	    width: 3.25rem; 
	    height: 8rem; 
	    top: auto;
	    bottom: 0;
	    padding: .5rem;
	}
	#home-rotator.columns {
		padding: 0;
	}
	#home-rotator #home-cycle-prev {
		left: 0.35rem;
	}
	#home-rotator #home-cycle-next {
		right: 0.35rem;
	}
	#home-rotator .slide a {
	    height: auto;
	    position: relative;
	    padding-bottom: 0;
	}
	#home-rotator a img {
	    display: block;
	    position: static;
	}
	#home-rotator p.rotator-title {
	    position: relative;
	    height: 8rem;
	    margin: 0;
	    padding: .8rem 3.25rem;
	    font-size: 1.2rem;
	    background: none;
	    color: #ffffff;
	}
	#rotator-wrap {
		margin-left: 0;
		width: 100%;
		float: none;
	}
}

/* Take Action Form Base Styling */
.gform_wrapper.take-action-form_wrapper {
	margin: .25rem 0;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield {
	float: left;
	width: 43%;
	margin-right: 4%;
	margin-bottom: .5rem;
	clear: none;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield:nth-child(even) {
	margin-right: 0;
	width: 53%;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield.gfield_html_formatted {
	width: auto !important;
	margin: 0 !important;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield.phone {
	width: 100%;
	float: none;
	clear: both;
}
/* Required Note */
.gform_wrapper.take-action-form_wrapper ul li.required-fields-note {
	width: 100% !important;
	float: none;
	margin: 0 0 .25rem;
	color: #FFF;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9rem;
	text-align: center;
}
/* Sign Up for Mobile Alerts */
.gform_wrapper.take-action-form_wrapper ul li.sign-up-mobile-alerts {
	font-size: .75rem;
	color: #FFF;
	font-style: italic;
	line-height: 1.2;
	clear: left;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield.terms-checkbox {
	width: 100%;
	margin: 1rem 0;
	float: none;
	font-size: .8rem;
	clear: both;
}
.gform_wrapper.take-action-form_wrapper .top_label input.medium,
.gform_wrapper.take-action-form_wrapper .top_label select {
	height: 1.8rem;
	width: 100%;
	margin: 0 0 5px;
	font-size: .8rem;
}
.gform_wrapper.take-action-form_wrapper .gfield_required {
	color: #FFF;
}
.gform_wrapper.take-action-form_wrapper .gfield_error span.gfield_required {
	color: #fcce00;
}
.gform_wrapper.take-action-form_wrapper .gfield_date_dropdown_year {
	margin-right: 0;
}
.gform_wrapper.take-action-form_wrapper .top_label select {
	padding: 0;
}
.gform_wrapper.take-action-form_wrapper ul.gform_fields li.gfield select {
	font-size: 10px;
	padding: .4rem .8rem .4rem .2rem;
	height: auto;
	background-position: 120% center;
}
.gform_wrapper.take-action-form_wrapper .gfield_checkbox li input[type=checkbox] {
	margin-top: 0 !important;
}
.gform_wrapper.take-action-form_wrapper .top_label .gfield_label {
	margin: 0;
	color: #FFF;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.gform_wrapper.take-action-form_wrapper ul li.terms-checkbox label.gfield_label {
	display: none;
}
.gform_wrapper.take-action-form_wrapper .gfield_checkbox li label {
	margin-left: 18px;
	font-size: .8rem;
	color: #FFF;
	line-height: 1.2;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield.readonly {
	width: 100%!important;
  	float: none;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield.readonly input[type=text],
.gform_wrapper.take-action-form_wrapper ul li.gfield.readonly textarea {
	background: 0;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #FFF;
	font-size: .8rem;
	line-height: 1.4;
	box-shadow: none;
	width: 100%;
}
.gform_wrapper.take-action-form_wrapper ul li.gfield.readonly textarea {
	height: 8rem;
}
.gform_wrapper.take-action-form_wrapper .gform_footer input.button {
	width: 100%;
	display: block;
	font-family: "Open Sans", Arial, serif;
	text-transform: uppercase;
    white-space: normal;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: .75rem .4rem;
	margin: 0;
	background: #a50410;
    transition: background-color .25s ease-in-out;
}
.gform_wrapper.take-action-form_wrapper .gform_footer input.button:hover {
	background: #c20513;
}
.gform_wrapper.take-action-form_wrapper label.gfield_label+div.ginput_container {
	margin: 0;
}
.gform_wrapper.take-action-form_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}
#top-sidebar .gform_confirmation_wrapper.take-action-form p,
.sidebar .gform_confirmation_wrapper.take-action-form p {
	margin-bottom: 1rem;
	font-size: .8rem;
}
.gform_wrapper.take-action-form_wrapper div.validation_error {
	color: #fcce00;
	font-size: .7rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	padding: .25rem 0 .5rem;
	clear: both;
	width: 97.5%;
}
.gform_wrapper.take-action-form_wrapper li.gfield.gfield_error {
	background: none;
}
.gform_wrapper.take-action-form_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {	
	color: #fcce00;
	font-size: .7rem;
	margin-top: 0;
	line-height: 1.2;
}
.gform_wrapper.take-action-form_wrapper .privacy {
	margin: 1rem 0;
}
.gform_wrapper.take-action-form_wrapper .privacy p {
	font-size: .8rem;
}
/* GENERAL VALIDATION OVERRIDES */ 
.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: none !important;
}
.gform_wrapper li.gfield_error input[type=email], 
.gform_wrapper li.gfield_error input[type=number], 
.gform_wrapper li.gfield_error input[type=password], 
.gform_wrapper li.gfield_error input[type=tel], 
.gform_wrapper li.gfield_error input[type=text], 
.gform_wrapper li.gfield_error input[type=url], 
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #ffffff !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	max-width: none !important;
	margin-top: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}
.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .ginput_container+.gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message  {
	color: #fcce00;
	margin: 0;
	padding: 0;
}
.gform_wrapper .gfield .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield .gfield_description.validation_message {
  padding: .25em 0!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}
@media (max-width: 770px) {
	/* font size at 1rem so there is no zoom on mobile */
	.gform_wrapper.take-action-form_wrapper .top_label input.medium, 
	.gform_wrapper.take-action-form_wrapper .top_label select {
		font-size: 1rem;
	}
	.gform_wrapper.take-action-form_wrapper .gform_footer input.button {
		font-size: 1.3rem;
	}
}
@media (max-width: 640px) {
	.gfield.text-field label {
		width: 100%;
		text-align: left;
		float: none;
	}
	.gform_wrapper.take-action-form_wrapper .top_label .gfield.text-field input.medium {
		width: 100%;
		float: none;
	}
	.gform_wrapper.take-action-form_wrapper ul li.gfield {
	  width: 100% !important;
	  margin-right: 0 !important;
	  float: none !important;
	}
	.gform_wrapper.take-action-form_wrapper ul.gform_fields li.gfield select {
		  padding: .5rem 1.5rem .5rem .5rem;
		  font-size: 1rem;
	}
}
   
.see-all {
	text-transform: uppercase;
	font-size:1.5rem;
	color:#fff;
	font-family: "Open Sans", Arial, serif;
	font-weight: 800;
	text-align: center;
	background: #6e030b !important;
}

.see-all:hover {
	background: #a50410 !important;
}

fieldset legend {
	display: none;
}

#home-video {
	background: #000000;
	padding: 2rem 0 1rem;
}
/** 
 * Home Form 
*/
#home-form {
	padding: .75rem 1.15rem;
	color: #ffffff;
	background: #32475c;
}
#home-form h2 {
	text-align: center;
	font-weight: 700;
	margin: 1rem 0 1.5rem;
	padding: .75rem 0;
	font-size: 1.7rem;
	line-height: 1.2;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#home-form .gform_confirmation_wrapper h2 {
	border: 0;
	margin: 0 0 1rem;
	padding: 0;
}
#home-form .gform_confirmation_wrapper p {
	font-size: 1rem;
}
#home-form fieldset {
  width: 49%;
  margin-right: 2%;
  float: left;
}
#home-form #fieldset_2 {
  width: 49%;
  margin-right: 0;
}
#home-form a {
	color: #ffffff;
	text-decoration: underline;
}
#home-form .gform_wrapper.take-action-form_wrapper ul li.required-fields-note {
	text-align: left;
	margin: 1rem 0;
}
#home-form .gform_wrapper.take-action-form_wrapper ul li.gfield {
	width: 47%;
	height: 4.5rem;
	margin-right: 3%;
	margin-bottom: 0.75em !important;
}
#home-form .gform_wrapper.take-action-form_wrapper ul li.gfield.phone {
	float: left;
	clear: none;
}
#home-form .gform_wrapper.take-action-form_wrapper ul li.gfield.email,
#home-form .gform_wrapper.take-action-form_wrapper ul li.terms-checkbox {
	margin-right: 0;
	width: 47%;
	float: left;
	clear: right;
}
#home-form .gform_wrapper.take-action-form_wrapper ul li.terms-checkbox {
	padding-top: 1.5rem;
	margin: 0 0 1rem;
}
#home-form .gform_wrapper.take-action-form_wrapper ul.gform_fields li.gfield select {
	background-position: 100% center;
	font-size: 12px;
}
#home-form .gform_wrapper .gfield_date_dropdown_day, 
#home-form .gform_wrapper .gfield_date_dropdown_month, 
#home-form .gform_wrapper .gfield_date_dropdown_year {
	width: 31%;	
}
#home-form .gform_wrapper.take-action-form_wrapper .gform_footer {
	padding: 1rem 0 0;
}
#home-form .gform_wrapper.take-action-form_wrapper .gform_footer input.button {
	width: 70%;
	margin: 0 auto .5rem;
}
#home-form .privacy {
	width: 70%;
	margin: 1rem auto;
	text-align: center;
}
#home-form .footer-share a.facebook,
#home-form .footer-share a.twitter {
	text-decoration: none;
} 
@media only screen and (max-width: 830px) {
	#home-form fieldset {
	  width: 100%;
	  margin-right: 0;
	  float: none;
	}
	#home-form #fieldset_2 {
	  width: 100%;
	  margin-right: 0;
	}
}
@media only screen and (max-width: 640px) {
	#home-form {
		padding: .7rem 0;
	}
	#home-form .gform_wrapper.take-action-form_wrapper ul li.gfield .ginput_container {
		margin-bottom: 1rem;
	}
	#home-form .gform_wrapper.take-action-form_wrapper ul li.gfield, 
	#home-form .gform_wrapper.take-action-form_wrapper ul li.gfield.phone,
	#home-form .gform_wrapper.take-action-form_wrapper ul li.gfield.email,
	#home-form .gform_wrapper.take-action-form_wrapper ul li.terms-checkbox {
		width: 100% !important;
		margin-right: 0 !important;
		float: none !important;
		height: auto;
	}

	#home-form .gform_wrapper .gfield_date_dropdown_day, 
	#home-form .gform_wrapper .gfield_date_dropdown_month, 
	#home-form .gform_wrapper .gfield_date_dropdown_year {
		width: auto;	
	}
	#home-form .gform_wrapper.take-action-form_wrapper ul.gform_fields li.gfield select {
		font-size: 1rem;
		background-position: 115% center;
	}
	#home-form .gform_wrapper.take-action-form_wrapper .gform_footer input.button,
	#home-form .privacy {
		width: 90%;
	}
	#home-form .gform_wrapper.take-action-form_wrapper ul li.terms-checkbox {
		padding-top: 0;
	}
}

/**
 * Sidebar Form
*/
@media (min-width: 642px) {
	.sidebar.internal {
		padding: 0;
	}
	.sidebar .widget {
		max-width: 295px;
	}
}
.sidebar .widget {
	color: #ffffff;
	background-color: #32475C;
	padding: .5rem .75rem;
	z-index: 1;
}
.sidebar fieldset {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
.sidebar ul{
	list-style-type: none;
	text-decoration: none;
}
.sidebar h2 {
	text-align: center;
	font-weight: 700;
	margin: .5rem 0 1rem;
	padding: .5rem 0;
	font-size: 1.15rem;
	line-height: 1.2;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.sidebar .gform_confirmation_wrapper h2 {
	border: 0;
	margin: 0 0 1rem;
	padding: 0;
}
.sidebar .gform_confirmation_wrapper p {
	font-size: .9rem;
}
.sidebar p {
	font-size: .8rem;
	margin: 0;
	line-height: 1.2;
	color: #fff;
}
.sidebar a {
	color: #fcce00;
}
.form_sidebar {
	padding: .75rem 1.15rem;
}
.sidebar.internal h2 {
	padding: 0.7rem 0;
}
.sidebar.internal p {
	padding-bottom: 0.4rem;
}
.sidebar.internal #gform_submit_button_1 {
	margin-top: 1rem;
}
.sidebar .gform_wrapper.take-action-form_wrapper ul li.gfield:nth-child(3),
.sidebar .gform_wrapper.take-action-form_wrapper ul li.gfield:nth-child(4) {
	width: 100%;
}
@media (max-width: 700px) {
	.sidebar .widget .gform_wrapper.take-action-form_wrapper ul li.gfield {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.sidebar .widget {
		margin: 0 -1rem;
	}
}
/**
 * News Page Styles
*/ 

.news-post {
	background-color: #185b9e;
	margin: 1.5em 0 0;
	position: relative;
}
.news-post:first-child {
	margin-top: 0;
}

.news-post p{
	font-size:0.8rem;
	line-height: 1.2rem;
	color: #fff;
}

.news-post .inner{
	padding: .5rem; 
	width: 49%; 
	float: left;
}

.news-post .news-image {
	width: 51%; 
	float: left;
}

.news-post a.more{
	display: block;
	text-align: center;
	padding: .2em 1em;
	bottom: 0;
	position: absolute;
	color:#fff;
	background-color:#0694d1;
	font-family: "Open Sans", Arial, serif;
	font-weight: 800;
	text-transform: uppercase;
	right: 0;
}

.news-post a.more:hover{
	background-color:#38a9da;
}

.news-title {
	margin-bottom: 0.5rem;
}

.news-title a{
	text-transform: uppercase;
	font-size:1.2rem;
	color:#fff;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: 400;
	line-height: 1.7rem;
}

.news-title a:hover{
	color: #e8e8e8;
}

@media (max-width: 640px) {
	.news-post .news-image, .news-post .inner {
		width: 100%;
	}
	.news-image a img {
		width: 100%;
	}
	.news-title {
		margin-bottom: 0;
	}
	.inner p {
		padding-bottom: 1rem;
	}
}

/**
 * Single News Page Styles
*/ 

.single-news-title{
	text-transform: uppercase;
	font-size:2rem;
	color:#000000;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: 700;
	letter-spacing: 2px;
}
@media (max-width: 920px) {
	.single-news-title{
		font-size: 1.35rem;
	}
}

.single-news-date{
	text-transform: uppercase;
	font-size:0.8rem;
	color:#4e4e4e;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.next-post a{
	text-transform: uppercase;
	font-size:0.8rem;
	color:#185b9e;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 1px;
}

.next-post a:hover{
	color: #0694d1;
}

.minimal-social{
	margin-bottom: 5px !important;
	margin-left: -2px !important;
}

.video-player .youtube-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto 1em auto;
    padding-bottom: 56.27%;
}
.video-player object,
.video-player embed,
.video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-share {
	width: 100%;
	text-align: center;
}
.footer-share a.facebook {
	background: #3b5998;
	color:	#FFF;
	display: inline-block;
	padding: .5rem 1rem .5rem .5rem;
	min-width: 180px;
	line-height: 40px;
	margin: 0 .5rem;
}
.footer-share a.twitter {
	background: #00aced;
	color:	#FFF;
	display: inline-block;
	padding: .5rem 1rem;
	min-width: 180px;
	line-height: 40px;
	margin: 0 .5rem;
}
.footer-share a span.icon {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	display: block;
}
.footer-share a span svg {
	fill: #FFF;
}

.sidebar .footer-share a {
	line-height: 30px;
	margin: 0 auto 1rem;
}
.sidebar .footer-share a.facebook {
	background: #3b5998;
	color: #ffffff;
	text-decoration: none;
	min-width: 0;
	padding: .25rem .5rem .25rem .5rem;
}
.sidebar .footer-share a.twitter {
	background: #00aced;
	color: #ffffff;
	min-width: 0;
	padding: .25rem .5rem .25rem .5rem;
}
.sidebar .footer-share a span.icon {
	width: 30px;
	height: 30px;
}
.sidebar .footer-share a span {
	text-align: left;
	line-height: 1.4;
}
.sidebar .footer-share a.facebook span svg {
	fill: #ffffff;
}
.sidebar .footer-share a.twitter span svg {
	fill: #ffffff;
}

/**
 * Features Page Styles
*/ 

.features-post{
	padding-bottom: 1.5rem;
}
.features-post .post-inner {
	padding-bottom: 6.5rem;
	position: relative;
}

p.features-title {
	line-height: 1.4rem;
}

.features-title a{
	text-transform: uppercase;
	font-size:1.2rem;
	color:#fff;
	font-family: "Oswald", "Arial Narrow", serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.features-title a:hover{
	color: #e8e8e8;
}

.features-post .inner{
	padding: 1rem; 
	position: absolute;
	bottom: 0;
	background-color: #6b7a8b;
	font-family: "Open Sans", Arial, serif;
	font-size: 1.4rem;
	font-weight: 800;
	width: 100%;
	text-align: center;
	height: 6.5rem;
}

.features-post .features-image {
	position: relative;
}

.features-post .features-image  .acf-media-credit {
	position: absolute;
	bottom: 0;
	right: 0.5rem;
}

	.features-post .features-image  .acf-media-credit {
	}

@media (max-width: 960px) {
	.features-post .inner {
		min-height: 6.5rem;
		height: auto;
	}
	.features-post .inner p {
		padding: 0;
		margin: 0;
	}
}
@media (max-width: 830px) {
	.features-title a {
		font-size: 1rem;
	}
}
@media (max-width: 730px) {

}
@media (max-width: 640px) {
	.features-post .post-inner {
		padding-bottom: 0;
	}
	.features-post .inner {
		position: relative;
		height: auto;
		min-height: 0;
	}
	.features-post p.features-title {
		font-size: .85rem;
		line-height: 1.2rem;
	}
	.features-image a img{
		width: 100%;
	}
}


/**
 * Features Page Styles
*/ 
.pagination-centered, 
.row.pagination .pagination {
	background: #111111;
	padding: 1rem;
	text-align: center;
	margin-bottom: 1.6rem;
}
ul.pagination li,
ul.page-numbers li {
	color: #0694d1;
	font-family: "Open Sans", Arial, serif;
	font-weight: 800;
	display: inline;
}
ul.page-numbers li span.current {
	color: #FFF;
	background: #a50410;
	padding: .25rem .5rem;
}
ul.pagination li a,
ul.page-numbers li a {
	color: #fff;
	font-family: "Open Sans", Arial, serif;
	font-weight: 800;
	padding: .25rem .5rem;
}
ul.pagination li a:hover,
ul.page-numbers li a:hover{
	background: #a50410;
}

.pagination-centered ul,
.row .pagination ul {
	margin-bottom: 0;
	list-style: none;
}
.row.pagination {
	margin: 0;
}
body.blog .row.pagination,
body.post-type-archive-take-action .row.pagination {
	margin-top: 1.5rem;
}
/**
 * Footer Styles
*/
.header-photo-credit {
	font-size: 11px;
	color: #4e4e4e;
}
.header-photo-credit a,
.header-photo-credit a:hover {
	color: #4e4e4e;
	font-weight: normal;
}
#branding_footer #footer_links li a {
	color: #4e4e4e;
	border-color: #4e4e4e;
}
@media (max-width: 640px) { 
	ul#footer_links {
		text-align: center;
		line-height: 1;
	}

	#branding_footer #footer_links li a {
		float: none;
		display: inline;
		margin: 0 0 0 3px;
	}

	#branding_footer #footer_text {
		color: #4e4e4e;
		text-align: center;
		margin: 0 0 1rem 0;
	}
}
