/*
Theme Name:         The Fed  v0.5
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            0.5.0
Author:             Eric Zwierzynski - Designer
Author URI:         http://www.swellcreativegroup.com

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */

body {
    padding: 0;
    margin: 0;
    font-family: "usual", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #393f43;
    background: #dfdfdf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, span {
    font-family: "usual", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.5px;
}

h4 {
	font-size: 1.5rem;
}

a,
a:link,
a:visited {
	color: #16b9c4;	
}

a:hover {
	color: #15a6b0;
}

a:active {
	color: #393f43;
}

.off-canvas-content, .off-canvas-content {
    background: #dfdfdf;
}

header#masthead {
    position: fixed;
    top: 50px;
    left: 0;
	pointer-events: none;
    width: 100%;
    z-index: 999;
}

#site-navigation {
	pointer-events: none;
	width: 100%;
}

.top-bar {
	display: inline-block;
	pointer-events:	fill;
}

.title-bar {
	pointer-events:	fill;
	-webkit-tap-highlight-color: none;
}

.top-bar, .top-bar ul {
	background-color: transparent;
    color: #393f43;
	pointer-events:	fill;
	position: relative;
	width: auto;
	z-index: 0;
}

.menu li.home {
	width: 94px;
	height: auto;
	margin: 0;
	padding: 0 5px;
	position: relative;
	top: -2px;
}

.menu li.home img,
.menu li.home a {
	background: transparent;
	width: 100%;
	height: auto;
}

.top-bar .top-bar-left:hover,
.top-bar .top-bar-left ul:hover,
.top-bar .top-bar-left .menu li.home:hover,
.top-bar .top-bar-left .menu li.home a:hover {
   	background: transparent;
 }

.menu li.home img:last-child{display:none}
.menu li.home a:hover img:first-child{display:none}
.menu li.home a:hover img:last-child{display:inline-block}
 
.menu li.home img.logo:hover {
    animation-name: spin;
    animation-duration: 1s;} 
 
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

.top-bar .top-bar-left{
	pointer-events:	fill;
    z-index: 20;
}

.top-bar .top-bar-left .menu > li.home > a {
	padding: 0;
}

.top-bar .top-bar-right {
	background-color: #eeeeee;
    height: 70px;
    margin: 0;
	overflow: hidden;
	pointer-events:	fill;
    position: absolute;
    left: 46px;
    -webkit-transition: width 0.4s; /* Safari */
    transition: width 0.4s;
    width: 0px;
    z-index: -1;
}

.top-bar .top-bar-right .menu a {
	color: #393f43;
	height: 64px;
	line-height: 1.5;
	text-transform: uppercase;
}

.top-bar .top-bar-right ul.menu > li {
	position: relative;
	white-space: nowrap;
	width: auto;
}

.top-bar .top-bar-right ul.menu ul.dropdown > li {
	white-space: normal;
}

.top-bar .menu > li:not(.menu-text) > a {
	padding: 27px 15px;
	height: 70px;
}

.top-bar .menu .active>a {
	background: #cccccc;
}

.top-bar .top-bar-right .menu a:hover {
	color: #ffffff;
}

.top-bar-left:hover + .top-bar-right,
.top-bar-right:hover,
.top-bar-right.open {
	left: 46px;
	overflow: visible;
    -webkit-transition: width 0.4s; /* Safari */
    transition: width 0.4s;
    width: 496px;
}

#masthead:hover .top-bar-right > ul,
#masthead .top-bar-right > ul {
    padding: 0 0 0 46px;
}

.top-bar .menu li:not(:last-child) {
    border-right: none;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	left: 0;
	position: absolute;
}

.top-bar .dropdown.menu .submenu {
	background-color: #cccccc;
}

#topRight {
	pointer-events:	fill;
	position: absolute;
	top: 0;
	right: 0;
}

#search {
	float: left;
	margin-right: 20px;
}

#masthead #srch {
	color: #eeeeee;
	float: left;
	cursor: pointer;
}

#masthead #srch .fa-search{
	font-size: 1.5rem;
	margin: 0;
	padding: 26px 0 0;
	width: 36px;
}

#searchform {
	float: left;
	padding: 0;
	margin: 0;
}
	
#searchform input {
	background: transparent;
	border: none;
	border-bottom: 2px solid #eeeeee;
	box-shadow: none;
	color: #eeeeee;
	float: left;
    height: 55px;
    padding: 30px 0 0;
    -webkit-transition: width 0.4s; /* Safari */
    transition: width 0.4s;
	-webkit-box-shadow: none;
	visibility: hidden;
    width: 0;
}

/* Change the white to any color ;) */
#searchform input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 0px transparent inset;
    box-shadow: 0 0 0px 0px transparent inset;
    background-color: transparent;
}	

#searchform input.show {
	visibility: visible;
    -webkit-transition: width 0.4s; /* Safari */
    transition: width 0.4s;
   	width: 200px;
}

#topRight #homeCTA {
	background: rgba(57, 63, 67, 0.9);
	float: right;
    height: 70px;
}

#topRight #homeCTA a {
	background: transparent;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
    font-weight: 700;
    font-size: .8rem;
    height: 46px;
    line-height: 1;
    margin: 0 20px;
    padding: 30px 0 0;
    text-transform: uppercase;
}

#topRight #homeCTA a:hover {
	background: transparent;
}
    
#topRight #homeCTA:hover {
	background: #16b9c4;
}

#topRight #homeCTA:active {
	background: #15a6b0;
}

#footerImg {
	width: 100%;
}

#footer-container {
	background-color: #393f43;
	border-top: 0;
	margin-top: 0;
}

#footer-container #footer {
	padding: 80px 0 60px;
}

#footer-container article:nth-child(1){
	border-right: 1px solid #484f54;
}

#footer-container h6 {
	color: #16b9c4;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

#footer-container ul#menu-footer li {
	vertical-align: top;
}

#footer-container ul#menu-footer a {
	color: #FFFFFF;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.6;
    padding: 0rem 5rem 0rem 0;
    text-transform: uppercase;
}

#footer-container .menu .active>a {
	background: transparent;
}

#footer-container ul#menu-footer a:hover {
	color: #00c680;
}

#footer-container article p {
	color: #84919a;
	font-weight: 600;
}

#footer-container article.connect p a {
	color: #84919a;
	margin-right: 30px;
	padding-top: 5px;
}

#footer-container article p i.fa {
	font-size: 1.5rem;
}

footer#copyright {
	background-color: #2b3034;	
}

footer#copyright p.copyright {
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 600;
	margin: 10px 0;
}

/*
**
**
HOME
**
**
*/

#hero-slider {
	position: relative;
}

#hero-slider .theme-default .nivo-caption {
	background: transparent;
    font-family: "usual", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    opacity: 1.0;
    padding: 0;
	position: absolute;
	top: 250px;
	left: 140px;
	width: auto;
}

#hero-slider .theme-default .nivo-caption h1 {
    font-family: "usual", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 4.25rem;
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 1.15;
	text-transform: uppercase;
}

.toutSignup {
	position: absolute;
	left: 150px;
	bottom: 50px;
	width: 70%;
	z-index: 5;
}

.toutSignup .button {
	float: left;
	font-size: 0.85rem;
	margin: 5px 0 0;
}

.toutSignup p {
	border-left: 1px solid #666666;
	color: #ffffff;
	float: left;
	font-size: 1rem;
	margin: 12px 0 0px 30px;
	padding-left: 30px;
	width: 50%;
}

.button {
    background-color: #e3a51d;
    border: 1px solid transparent;
    border-radius: 5px;    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1rem 0;
	outline: 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.button:hover {
	background-color: #c3951d;
}

.button:focus,
.button:active {
	box-shadow: none;
}

.button a {
	color: #ffffff;
	padding: 0.85em 1em;
}

#donateGroup {
	
}

#donateGroup #support {
	background: #16b9c4;
    min-height: 324px;
	padding: 30px 0;
	position: relative;
}

#donateGroup #support .top {
	border-right: 1px solid #16b9c4;
	box-sizing: content-box;
	content: '';
  position: absolute;
  top: -20px;
  left: 0;
  height: 50px;
  width: 100%;
  background: #16b9c4;
  -webkit-transform: skew(0deg, -3deg) rotate(360deg);
  -moz-transform: skew(0deg, -3deg) rotate(360deg);
  -ms-transform: skew(0deg, -3deg) rotate(360deg);
  -o-transform: skew(0deg, -3deg) rotate(360deg);
  transform: skew(0deg, -3deg) rotate(360deg);
}

#donateGroup #support .bottom {
	border-right: 1px solid #16b9c4;
	box-sizing: content-box;
	content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 50px;
  width: 100%;
  background: #16b9c4;
  -webkit-transform: skew(0deg, 3deg) rotate(360deg);
  -moz-transform: skew(0deg, 3deg) rotate(360deg);
  -ms-transform: skew(0deg, 3deg) rotate(360deg);
  -o-transform: skew(0deg, 3deg) rotate(360deg);
  transform: skew(0deg, 3deg) rotate(360deg);
}

#donateGroup #support h4 {
	color: #ffffff;
	font-size: 2rem;
	margin-bottom: 20px;
	text-align: center;
}

#donateGroup #support p#thankY {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 20px;
	text-align: center;
}

#donateGroup #support .left {
	margin-bottom: 10px;
}

#donateGroup #support #log-out {
	color: #ffffff;
}


#donateGroup #support #can-form-area-become-a-supporter-3 {
	margin: 0 auto;
}

#donateGroup #support #can-form-area-become-a-supporter-3 li {
	list-style-type: none;
}

#donateGroup #support #can-form-area-become-a-supporter-3 li:before {
	content: "";
	display: none;
}

#donateGroup #support #can-form-area-become-a-supporter-3 h2,
#donateGroup #support #can-form-area-become-a-supporter-3 .js-form_builder_output,
#donateGroup #support #can-form-area-become-a-supporter-3 #d_sharing,
#donateGroup #support #can-form-area-become-a-supporter-3 .international_link-wrap,
#donateGroup #support #can-form-area-become-a-supporter-3 #form_col2 img,
#donateGroup #support #can-form-area-become-a-supporter-3 #action_info,
#donateGroup #support #can-form-area-become-a-supporter-3 #logo_wrap {
	display: none;
}


#donateGroup #support #can-form-area-become-a-supporter-3 label {
    color: #ffffff;
    display: block;
    font-weight: 700;
    font-size: 0.7rem;
}

#donateGroup #support #can-form-area-become-a-supporter-3 #form-email {
	width: 100%;
}

/*==Button==*/
#donateGroup #support #can-form-area-become-a-supporter-3 #form_col2 input {
    background-color: #0b7077;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 0.85em 1em;
    width: 90px;

    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

#donateGroup #support #can-form-area-become-a-supporter-3 #form_col2 input:hover {
	background-color: #0b9097;	
}

#donateGroup #support label {
	display: none;
}

#donateGroup #support input {
	border: 0;
	border-radius: 5px;
	margin: 6px auto 0;
	width: auto;
}

#donateGroup #support .button {
	background-color: #0b7077;
	font-size: 0.75rem;
	letter-spacing: 1px;
	margin: 20px auto 0;
	width: 90px;
}

#donateGroup #support .button:hover {
	background-color: #0b9097;
}

#donateGroup #donate {
	background: #15a6b0;
    min-height: 324px;
   	padding: 30px 0;
	position: relative;
}

#donateGroup #donate .top {
	content: '';
  position: absolute;
  top: -20px;
  left: 0;
  height: 50px;
  width: 100%;
  background: #15a6b0;
  -webkit-transform: skew(0deg, 3deg) rotate(360deg);
  -moz-transform: skew(0deg, 3deg) rotate(360deg);
  -ms-transform: skew(0deg, 3deg) rotate(360deg);
  -o-transform: skew(0deg, 3deg) rotate(360deg);
  transform: skew(0deg, 3deg) rotate(360deg);
}

#donateGroup #donate .bottom {
	content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 50px;
  width: 100%;
  background: #15a6b0;
  -webkit-transform: skew(0deg, -3deg) rotate(360deg);
  -moz-transform: skew(0deg, -3deg) rotate(360deg);
  -ms-transform: skew(0deg, -3deg) rotate(360deg);
  -o-transform: skew(0deg, -3deg) rotate(360deg);
  transform: skew(0deg, -3deg) rotate(360deg);
}

#donateGroup #donate h4 {
	color: #ffffff;
	font-size: 2rem;
	margin-bottom: 20px;
	text-align: center;
}

#donateGroup #donate .donate_amount_wrap {
	margin: 0 22%;
	text-align: center;
}

#donateGroup #donate .check_radio_field.donate_amount_wrap label {
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	line-height: 0px;
	margin: 0 2.5% 10px 0;
/* 	min-width: 40px; */
	padding: 8% 0;
	position: relative;
	text-align: center;
	width: 17%;
}

#donateGroup #donate .check_radio_field.donate_amount_wrap label span{
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	margin: 0;
/* 	min-width: 40px; */
	padding: 50% 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#donateGroup #donate .check_radio_field.donate_amount_wrap label:hover,
#donateGroup #donate .check_radio_field.donate_amount_wrap label span:hover {
	background-color: #ffffff;
	color: #15a6b0;
}

#donateGroup #donate .donate_amount input[type="radio"], 
#donateGroup #donate .tip_label input[type="radio"] {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#donateGroup #donate input[type=radio]:checked + span {
	background: #ffffff;
	color: #15a6b0;
}

#donateGroup #donate p {
	color: #ffffff;
	margin: 0 10%;
	width: 80%;
}

#donateGroup #donate .button {
	background-color: #0b7077;
	color: #ffffff;
	font-size: 0.75rem;
	letter-spacing: 1px;
	margin: 20px auto 0;
	width: 116px;
}

#donateGroup #donate .button:hover {
	background-color: #0b9097;
}

.home .container {
	background-color: #dfdfdf;
}

.home .intro {
	margin-top: 150px;
	margin-bottom: 70px;
}

.home .intro .entry-content p {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 3rem;
	margin-bottom: 50px;
	text-align: center;
}

.home .intro .entry-content p:nth-child(2n) {
	color: #e74723;
}

.home .blog {
	
}

.home .blog .eventstyle {
	background: #ffffff;
	padding: 35px;
}

.home .blog .eventstyle .blogpost-entry {
	padding-top: 0;
}

.home .blog .eventstyle h2 {
	font-size: 1.25rem;
	font-weight: 500;
}

.home .blog h1 i.fa-newspaper-o,
.home .blog .eventstyle h2 i.fa-calendar {
	font-size: 1rem;
}

.home .blog h1 .fa-newspaper-o:before {
	line-height: 1;
	vertical-align: baseline;
}


.home .blog .eventstyle .event-date {
	color: #b8b8b8;
    font-size: 0.85rem;
    font-weight: 900;
}

.home .blog .eventstyle p {
	color: #727272;
}

.home .blog .eventstyle p.readmore {
	margin-bottom: 0;
}

.home .blog .style1 {
	background: #ffffff;
}

.home .blog .top {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 230px;
	transition: background-size 0.4s ease-in;
	-moz-transition: background-size 0.4s ease-in;
	-ms-transition: background-size 0.4s ease-in;
	-o-transition: background-size 0.4s ease-in;
	-webkit-transition: background-size 0.4s ease-in;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.home .blog .bottom {
	background-color: #ffffff;
	padding: 35px;
}

.home .blog .bottom .date {
	color: #b8b8b8;
	font-size: 0.85rem;
}

.home .blog .bottom h1 {
	font-size: 1.25rem;
}

.home .blog .bottom p {
	color: #727272;
}

.home .blog .bottom p.readmore {
	margin-bottom: 0;
}

/*
.home .blog .bottom p.readmore a {
	color: #16B9C5;
}
*/

.home .blog #tout1 {
	margin-top: 30px;
	position: relative;
}

.home .blog #tout1 img {
	width: 100%;
}

.home .blog #tout1 .bottom {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home .blog #tout1 .bottom p {
	color: #ffffff;
}

.home .blog #tout1 .bottom .button {
	color: #ffffff;
	float: right;
}

.home .blog #tout2 {
	margin-top: 30px;
	position: relative;
}

.home .blog #tout2 img {
	width: 100%;
}

.home .blog #tout2 .bottom {
	background: transparent;
	height: 180px;
	padding: 0 35px 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home .blog #tout2 .bottom h1,
.home .blog #tout2 .bottom h2,
.home .blog #tout2 .bottom h3,
.home .blog #tout2 .bottom p {
	color: #ffffff;
	text-align: center;
}

.home .blog #tout2 .bottom h2{
	font-size: 1.85rem;
	font-weight: 900;	
}

.home .blog #tout2 .bottom .button {
	background-color: #c85f6d;
	color: #ffffff;
	display: block;
	margin: 20px auto;
	width: 60%;
}

.home .blog #tout3 {
	margin-top: 30px;
	position: relative;
}

.home .blog #tout3 img {
	width: 100%;
}

.home .blog #tout3 .bottom {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home .blog #tout3 .bottom p {
	color: #ffffff;
}

.home .blog #tout3 .bottom .button {
	color: #ffffff;
	float: right;
}

.home .video {
	margin-top: 220px;
	position: relative;
	z-index: 50;
}

.home .video .vidcopy {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 50;
}

.home .video .vidcopy h1 {
	color: #00c680;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.playbut {
/*
	position: absolute;
	left: 150px;
	bottom: 50px;
	z-index: 5;
*/
}

.playbut .button {
	float: left;
/* 	margin: 5px 0 0; */
}

.playbut p {
	border-left: 1px solid #999999;
	color: #dfdfdf;
	float: left;
	font-size: 1.75rem;
	line-height: 1;
	margin-left: 30px;
	padding-left: 30px;
	width: 50%;
}

.playbut a,
.playbut a:link,
.playbut a:visited,
.playbut a:active {
	color: #dddddd;
}

.playbut a:hover {
	color: #999999;
}

.home .video img {
	position: relative;
	top: 40px;
	width: 100%;
	z-index: 40;
}

.home .video .button {
	background-color: #16b9c4;
	color: #ffffff;
}

.home .video .button:hover {
	background-color: #0b7077;
	color: #ffffff;
}

.home .reveal {
	background-color: transparent;
	border: none;
	width: 1024px;
}

.home .reveal .close-button {
    top: 5px;
    right: 0;
}

.home .reveal .close-button span {
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    line-height: 0;
    padding: 0 9px;
}

.home .darkback {
	background-color: #2b3034;
	color: #ffffff;
	position: relative;
	padding: 150px 0 120px;
	z-index: 10;
}

.home .darkback p {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 3rem;
    margin-bottom: 50px;
    text-align: center;
   }

.home .darkback a {
	color: #00c680;
}

.home .darkback a:nth-child(2) {
	color: #e3a51d;
}

.home .darkback a:nth-child(3) {
	color: #16b9c4;
}

.home .darkback a:nth-child(4) {
	color: #e34624;
}

.home .darkback a:nth-child(5) {
	color: #d76676;
}

/*
**
**
PAGES
**
**
*/

#featured-hero {
	height: 500px;
	margin: 0;
}

#page {
	margin-top: 0;
}

.container {
	background-color: #ffffff;
}

.search article.main-content,
#page article.main-content,
.page article.main-content {
	padding-top: 80px;
	padding-bottom: 120px;
}

.search article.main-content {
	padding-top: 150px;
	padding-bottom: 120px;
}

#page .main-content {
	width: 100%;
}

h1.entry-title {
	border-bottom: 1px solid #acacac;
	color: #16b9c4;
	font-size: 3.25rem;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.entry-content h2.entry-title {
	border-bottom: 1px solid #acacac;
	color: #16b9c4;
	font-size: 2.25rem;
	font-weight: 900;
	margin-top: 0;
}

.entry-content h2 {
	margin: 2rem 0 1rem;
}

.entry-content h4 {
	margin-bottom: 20px;
}

.entry-content h6,
span.quote {
    color: #e74723;
    font-size: 1.75rem;
	font-weight: 300;
	font-style: italic;
	margin: 1rem 0;
}

.event-date {
	color: #b8b8b8;
	font-size: 0.85rem;
	font-weight: 900;
}

i.fa-calendar {
	color: #727272;
	margin-right: 10px;
}

.entry-content p,
.container li {
	font-size: 0.9rem;
	margin-bottom: 14px;
}

.container ul {
    list-style: none; /* Remove list bullets */
}

.container li:before {
    content: "•";
    margin-left: -14px;
    padding-right: 8px;
    color: #e74723;
}

.container ul.accordion li:before {
	content: none;
	margin-left: 0;
	padding-right: 0;
}

.pagination .current {
	background: #16b9c4;
	color: #ffffff;
	padding: 0rem;
}

.pagination .current a {
	color: #ffffff;
}

.pagination li:before {
	content: none;
}

.blog .fa-newspaper-o,
.page .fa-calendar,
.page .fa-paper-plane-o {
	font-size: 1.25rem;
}

.blog .fa-newspaper-o:before,
.page .fa-calendar:before,
.page .fa-paper-plane-o:before {
	color: #727272;
    vertical-align: text-bottom;
    line-height: 1.5;
}


/*
**
**
ISSUES PAGE
**
**
*/

#page-issues {
	background-color: #dfdfdf;
/* 	margin-top: 2rem; */
}

#page-issues h1.entry-title {
	border: none;
	font-size: 3rem;
}

#page-issues hr {
	margin: 60px auto;
}

#page-issues h2 {
	color: #16b9c4;
	margin-bottom: 1rem;
}

#page-issues .entry-content p {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

#formEmb {
	background-color: #dfdfdf;
	padding: 10px;
	float: right;
	margin-left: 20px;	
}

#formEmb li:before {
	content: none;
}

/*
**
**
Contact Us Page
**
**
*/

.page .entry-content .columns {
	margin-bottom: 40px;
	min-height: 85px;
}

.page-id-169 .entry-content h3,
.page-id-92 .entry-content h3 {
	border-bottom: 1px solid #acacac;
	clear: both;
	margin-bottom: 1rem;
}

/*
**
**
Thank You Page
**
**
*/

.page-id-1604 .entry-content a {
	color: #00c680;
}

.page-id-1604 .entry-content a:nth-child(2) {
	color: #16b9c4;
}

.page-id-1604 .entry-content a:nth-child(3) {
	color: #e34624;
}

.page-id-1604 .entry-content a:nth-child(4) {
	color: #d76676;
}


/*
**
**
Posts Page (News)
**
**
*/

.blog #page article.main-content {
	padding-top: 40px;
	padding-bottom: 120px;
}

.blog #page {
	max-width: none;
	margin: 0;
	padding: 0;
}

.blog .container {
	background-color: #dfdfdf;
}

.pinned-blogpost {
	background-color: #ffffff;
}

.pinned-blogpost #featured-hero {
	opacity: 1;
}

.pinned-blogpost article.row {
	padding-bottom: 40px;
	padding-top: 40px;
}

.pinned-blogpost h2 {
}

.pinned-blogpost .date {
	color: #b8b8b8;
	font-size: 0.85rem;
}

.pinned-blogpost .button {
	background-color: #16b9c4;
}

.pinned-blogpost .button:hover {
	background-color: #16c9b4;
}

#headBanner {
	background-color: #a5a7a9;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headBanner h2 {
	color: #393f43;
	font-weight: 900;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.blogpost-entry {
	padding-top: 30px;
}

.blogpost-entry h2 {
	font-weight: 700;
	letter-spacing: 0.5px;
}

.blogpost-entry hr {
	margin-top: 50px;
}

.blogpost-entry:last-child hr {
	display: none;
}




/*
**
**
Single Post
**
**
*/

#single-post .main-content,
#page-full-width,
#single-post {
	float: none;
	max-width: none;
	margin: 0;
	width: auto;
}

#single-post {
	background-color: #ffffff;
}

#single-post article.main-content {
	padding-top: 80px;
	padding-bottom: 120px;
}

#single-post h1.entry-title {
	border: none;
	font-size: 2.25rem;
}

#single-post .date {
	color: #b8b8b8;
	font-size: 0.85rem;
}

#share {
	margin: 20px 0;
}

#share .jssocials-share a{
	border-radius: 4px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.5px;
	min-width: 80px;
	padding: .6rem;
	text-transform: uppercase;
}

#share .jssocials-share a i{
/* 	font-size: 1rem; */
}

#share .jssocials-share a span{
	font-size: 0.65rem;
}

#share .jssocials-share-email a{
	background-color: #16b9c4;
}

#single-post h4 {
	border-bottom: 1px solid #cacaca;
	font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

blockquote {
	border-left: 6px solid #00c680;
}

blockquote,
blockquote p,
.entry-content blockquote p {
	color: #393f43;
	font-size: 0.8rem;
}

#nextUp {
	margin: 40px 0;
}

#nextUp h2 {
	border-bottom: 1px solid #acacac;
	margin-bottom: 1.5rem;
}

#nextUp h1 {
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 1.25rem;
}

#comments li:before {
    content: none;
    margin-left: none;
    padding-right: none;
    color: #e74723;
}

/*
*
*
Bottom Post Widget
*
*
*/

.posts-in-sidebar ul,
.posts-in-sidebar ul li,
.posts-in-sidebar ul li:before {
	content: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.posts-in-sidebar ul li {
	position: relative;
}

.posts-in-sidebar ul li p {
	margin: 0;
}

.posts-in-sidebar .pis-thumbnail {
	overflow: hidden;
	padding: 50% 0;
	position: relative;
	width: 100%;
}

.posts-in-sidebar .pis-thumbnail img {
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
}

.posts-in-sidebar .pis-title {
	visibility: hidden;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
}

.posts-in-sidebar .pis-title a {
	background-color: rgba(22, 185, 196, 0);
	color: #ffffff;
	font-weight: 700;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding: 50% 2.5%;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
	width: 100%;
}

.posts-in-sidebar .pis-excerpt {
	visibility: hidden;
	position: absolute;
	right: 15px;
	bottom: 15px;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
/*
	height: 20px;
	width: 70px;
*/
}

.posts-in-sidebar .pis-excerpt a {
    background-color: #e3a51d;
    border: 1px solid transparent;
    border-radius: 5px;    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
	outline: 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.posts-in-sidebar .pis-excerpt a:hover {
	background-color: #c3951d;
}

.posts-in-sidebar .pis-excerpt a:focus,
.posts-in-sidebar .pis-excerpt a:active {
	box-shadow: none;
}

.posts-in-sidebar .pis-li:hover,
.posts-in-sidebar .pis-thumbnail:hover + .pis-title,
.posts-in-sidebar .pis-title:hover {
	background-color: rgba(22, 185, 196, 0.7);
	visibility: visible;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
}

.posts-in-sidebar .pis-title:hover + .pis-excerpt,
.posts-in-sidebar .pis-excerpt:hover,
.posts-in-sidebar .pis-excerpt:hover + .pis-title {
	visibility: visible;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
}



@media only screen and (min-width: 1025px) and (max-width: 1200px) {

#hero-slider .theme-default .nivo-caption {
	left: 8%;
}

.toutSignup {
	left: 8%;
}

#donateGroup #donate .donate_amount_wrap {
	margin: 0 10%;
	text-align: center;
}

#featured-hero {
    height: 400px;
}

}

@media only screen and (max-width: 1024px) {	

#hero-slider .theme-default .nivo-caption {
	left: 8%;
	top: 136px;
}

#hero-slider .theme-default .nivo-caption h1 {
	font-size: 3rem;
}

.toutSignup {
	left: 8%;
}

#featured-hero {
    height: 400px;
}

}

@media only screen and (max-width: 800px) {	

.title-bar {
	background: rgba(57, 63, 67, 1.0);
	display: block;
	height: 40px;
}

.title-bar-title {
	width: 100%;
}

.title-bar img.logo {
	position: relative;
	top: -10px;
	width: 40px;
	z-index: 999;
}

/*
.top-bar .top-bar-right {
	background: none;
	border: none;
	color: #ffffff;
	float: none;
	top: -20px;
	width: 100%;	
	visibility: visible;
}
*/

.title-bar .menu-icon {
	float: right;
/* 	margin-right: 10px; */
	top: 3px;
}

}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */

.menu li.home img:last-child{display:none}
.menu li.home a:hover img:first-child{display:inline-block;}
.menu li.home a:hover img:last-child{display:none;}
 
.menu li.home img.logo:hover {
    animation-name: none;
} 

.top-bar .top-bar-right {
    background-color: #eeeeee;
    height: 70px;
	margin: 0;
    padding: 0;
    pointer-events: fill;
    position: absolute;
	left: 46px;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    visibility: visible;
    width: 410px;
    z-index: -1;
}

#hero-slider .theme-default .nivo-caption {
	top: 170px;
}

#donateGroup #donate .donate_amount_wrap {
	margin: 0 14%;
}

.home .blog #tout2 .bottom {
	height: 136px;
}

.home .blog #tout2 .bottom h2 {
	font-size: 1.25rem;
}

#featured-hero {
	height: 400px;
}

#single-post article.main-content {
	padding-top: 120px;
}


}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */

.menu li.home {
	width: 82px;
}

.menu li.home img:last-child{display:none}
.menu li.home a:hover img:first-child{display:inline-block;}
.menu li.home a:hover img:last-child{display:none;}
 
.menu li.home img.logo:hover {
    animation-name: none;
}

.top-bar .top-bar-right {
    background-color: #eeeeee;
    height: 60px;
	margin: 0;
    padding: 0;
    pointer-events: fill;
    position: absolute;
	left: 46px;
	top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    visibility: visible;
    width: 336px;
    z-index: -1;
}

#masthead:hover .top-bar-right > ul, 
#masthead .top-bar-right > ul {
	padding: 0 0 0 40px;
}

.top-bar .menu a {
	font-size: 0.65rem;
}

.top-bar .menu > li:not(.menu-text) > a {
    padding: 22px 12px;
    height: 60px;
}

#masthead #srch .fa-search {
	padding-top: 17px;
    width: 24px;
}

#searchform input {
	height: 45px;
	padding: 22px 0 0;
}

#searchform input.show {
    width: 156px;
}

#topRight #homeCTA {
	height: 60px;
}

#topRight #homeCTA a {
	height: 41px;
	padding: 25px 0 0;
}

#donateGroup #donate .donate_amount_wrap {
    margin: 0 8%;
}

.home .blog .top {
	height: 164px;
}

.home .blog #tout2 .bottom {
	height: 110px;
}

.home .blog #tout2 .bottom h2 {
	font-size: 0.85rem;
	
}

.home .blog #tout2 .bottom .button {
	margin-bottom: 15px auto;
}

.home .video {
	margin-top: 60px;
}

.home .video .vidcopy {
    left: 30%;
    width: 66%;
}

.search article.main-content, 
#page article.main-content, 
.page article.main-content {
	padding: 40px 0 60px 0;	
}

#featured-hero {
	height: 400px;
}

}

/* iPhone 6+ ------Horizontal----- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */

header#masthead {
	border-bottom: 1px solid #696969;
	height: 52px;
	position: relative;
	top: 0;
}

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

header .top-bar .top-bar-right {
	background-color: transparent;
    height: 70px;
    margin: 0;
	pointer-events:	fill;
    position: absolute;
    left: 0px;
    -webkit-transition: width 0.4s; /* Safari */
    top: -22px;
    transition: width 0.4s;
    visibility: visible;
    width: 100%;
    z-index: -1;
}

.top-bar .top-bar-right .menu a {
	color: #393f43;
	height: 64px;
	line-height: 1.5;
	text-transform: uppercase;
}

.top-bar .top-bar-right ul.menu > li {
	position: relative;
	white-space: nowrap;
	width: auto;
}

.top-bar .top-bar-right ul.menu ul.dropdown > li {
	white-space: normal;
}

.top-bar .menu > li:not(.menu-text) > a {
	padding: 27px 15px;
	height: 70px;
}

.top-bar .menu .active>a {
	background: #cccccc;
}

.top-bar .top-bar-right .menu a:hover {
	color: #ffffff;
}

.top-bar-left:hover + .top-bar-right,
.top-bar-right:hover,
.top-bar-right.open {
	left: 46px;
    -webkit-transition: width 0.4s; /* Safari */
    transition: width 0.4s;
    visibility: visible;
    width: 484px;
}

#masthead:hover .top-bar-right > ul,
#masthead .top-bar-right.open > ul {
    padding: 0 0 0 46px;
}

.top-bar .menu li:not(:last-child) {
    border-right: none;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	left: 0;
	position: absolute;
}

.top-bar .dropdown.menu .submenu {
	background-color: #cccccc;
}

#hero-slider .theme-default .nivo-caption {
	top: 170px;
}

#donateGroup #donate .donate_amount_wrap {
    margin: 0 4%;
}

.home .blog #tout2 .bottom {
	height: 150px;
}

#footer-container ul#menu-footer a {
    padding: 0rem 2rem 0rem 0;
}

}

/* iPhone 6+ ------Portrait----- */
@media only screen 
and (min-device-width: 414px) 
and (max-device-height: 736px) 
and (orientation : portrait) 
and (-webkit-device-pixel-ratio: 3){
/* Styles */

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

#hero-slider {
	background-color: #000000;
	height: 240px;
}

}


/* iPhone 5 -----Landscape------ */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */

h2 {
	font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

header#masthead {
	border-bottom: 1px solid #696969;
	height: 40px;
	position: relative;
	top: 0;
}

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

.title-bar {
	background: rgba(57, 63, 67, 1.0);
	height: 40px;
}

.title-bar-title {
	width: 100%;
}

header .title-bar img.logo {
	position: relative;
	top: -6px;
	width: 40px;
	z-index: 999;
}

header .top-bar .top-bar-right {
	background: none;
	border: none;
	color: #ffffff;
	float: none;
	overflow: visible;
	left: 0px;
	top: -17px;
	width: 100%;	
	visibility: visible;
}

.title-bar .menu-icon {
	float: right;
/* 	margin-right: 10px; */
	top: 3px;
}

#mobile-menu {
}

header .top-bar, 
header .top-bar ul {
	background: rgba(57, 63, 67, 1.0);
	width: 100%;
}

.top-bar .top-bar-right .menu a {
	color: #ffffff;
}

header .is-accordion-submenu-parent>a::after {
	border-color: #16b9c4 transparent transparent;
}

header .top-bar .top-bar-right .menu a:active {
	background: rgba(80, 80, 80, 1.0);
}

header .top-bar .menu > li:not(.menu-text) > a {
	height: auto;
	padding: 18px 15px;
}

header .top-bar .menu .active>a {
	background: rgba(70, 80, 90, 1.0);
}

header nav.top-bar:hover .top-bar-right, 
header .top-bar-right.open {
	left: 0;
	width: 100%;	
}

#topRight #search {
	display: none;
}

#topRight #homeCTA {
	float: left;
	height: auto;
	display: none;
}

#topRight #homeCTA a {
	font-size: .65rem;
	height: 27px;
	padding: 13px 0 0;
}

#hero-slider {
	background-color: #000000;
	height: 284px;
}

#hero-slider .nivo-main-image {
	width: 100% !important;
}

#hero-slider .theme-default .nivo-caption {
	top: 15px;
	left: 15px;
}

#hero-slider .theme-default .nivo-caption h1 {
	font-size: 2rem;
	line-height: 1.15;
}

.toutSignup {
	bottom: 30px;
	left: 15px;
}

.toutSignup .button {
	font-size: 0.65rem;
}

.toutSignup p {
	font-size: 0.85rem;
	margin-left: 15px;
	padding-left: 15px;
	width: 65%;
}

.home #support form {
    padding-left: .625rem;
    padding-right: .625rem;
}

.home #support input {
	max-width: 300px;
}

#donateGroup #donate .donate_amount_wrap {
    margin: 0 10%;
}

.home .intro {
	margin: 80px 0;
}

.home .intro .entry-content p {
	font-size: 1.75rem;
	line-height: 1.5;
}

.home .intro .entry-content p:nth-child(2n) {
	margin-bottom: 0;
}

.home .blog .columns {
	padding: 0;
}

.home .blog .top {
	height: 200px;
}

.home .blog #tout3 {
	margin-bottom: 30px;
}

.home .blog #tout1 .bottom,
.home .blog #tout3 .bottom {
	height: 66px;
	padding: 15px;
}

.home .blog #tout1 .bottom .button,
.home .blog #tout3 .bottom .button {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.home .blog #tout2 .bottom {
	height: 160px;
}

.home .blog #tout2 .bottom h2 {
	font-size: 2rem;
}

.home .video {
	margin-top: 60px;
}

.home .video .vidcopy {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: -160px;
}

.home .video .vidcopy h1 {
	font-size: 3.5rem;
}

.home .reveal {
	width: initial;
}

.home .darkback {
	padding: 80px 0;
}

.home .darkback p {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 0;
}

#footer-container #footer {
	padding: 40px 0 20px;
}

#footer-container h6 {
	margin-bottom: 20px;
}

#footer-container ul#menu-footer li {
	display: block;
}

#footer-container ul#menu-footer a {
	line-height: 2.5;
}

#footer-container article:last-child {
	margin-top: 40px;
}

/* Page */

#featured-hero {
    height: 180px;
}

.page #page article.main-content {
    padding: 40px 0 80px;
}

.entry-content h2.entry-title {
	font-size: 2rem;
}

.entry-content h6 {
	font-size: 1.25rem;
}

/* Blog */

.blog #page .main-content {
	padding: 0 0 80px;
}

.pinned-blogpost article.row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.blogpost-entry hr {
	margin: 30px auto 0px;
}

#single-post article.main-content {
    padding: 40px 0 80px;
}

#single-post h1.entry-title {
	font-size: 2rem;
}

#nextUp h1 {
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 1.15rem;
}


}

/* iPhone 5 -----Portrait ------ */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

}

/* iPhone 4 Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

}

/* iPhone 4 / 5 Portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */

h2 {
	font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

header#masthead {
	border-bottom: 1px solid #696969;
	position: relative;
	top: 0;
}

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

.title-bar {
	background: rgba(43, 48, 52, 1.0);
	height: 40px;
}

.title-bar-title {
	width: 100%;
}

.title-bar-title:focus {
	
}

.title-bar img.logo {
	position: relative;
	top: -8px;
	width: 46px;
	z-index: 999;
}

.top-bar .top-bar-right {
	background: none;
	border: none;
	color: #ffffff;
	float: none;
	left: 0;
	top: -16px;
	overflow: visible;
	width: 100%;	
	visibility: visible;
}

.title-bar .menu-icon {
	float: right;
/* 	margin-right: 10px; */
	top: 3px;
}

#mobile-menu {
}

.top-bar, 
.top-bar ul {
	background: rgba(57, 63, 67, 1.0);
}

.top-bar .top-bar-right .menu a {
	color: #ffffff;
}

.is-accordion-submenu-parent>a::after {
	border-color: #16b9c4 transparent transparent;
}

.top-bar .top-bar-right .menu a:active {
	background: rgba(80, 80, 80, 1.0);
}

.top-bar .menu > li:not(.menu-text) > a {
	height: auto;
	padding: 30px 15px;
}

.top-bar .menu .active>a {
	background: rgba(70, 80, 90, 1.0);
}

nav.top-bar:hover .top-bar-right, 
.top-bar-right.open {
	left: 0;
	width: 100%;
}

#masthead:hover .top-bar-right > ul,
#masthead .top-bar-right.open > ul {
    padding: 0px;
}

#topRight #search {
	display: none;
}

#topRight #homeCTA {
	float: left;
	height: auto;
	display: none;
}

#topRight #homeCTA a {
	font-size: .65rem;
	height: 27px;
	padding: 13px 0 0;
}

#hero-slider {
	background-color: #000000;
	height: 220px;
}

#hero-slider .nivo-main-image {
	width: 120% !important;
}

#hero-slider .theme-default .nivo-caption {
	top: 64px;
	left: 15px;
}

#hero-slider .theme-default .nivo-caption h1 {
	font-size: 1.5rem;
	line-height: 1.15;
}

.toutSignup {
	bottom: 20px;
	left: 15px;
	width: 100%;
}

.toutSignup .button {
	font-size: 0.55rem;
	letter-spacing: 0.25px;
	margin-right: 10px;
}

.toutSignup p {
	float: none;
	font-size: 0.85rem;
	margin-left: 15px;
	padding-left: 15px;
	width: 95%;
}

#donateGroup #support .top,
#donateGroup #support .bottom {
	border: none;
}

.home #support form {
    padding-left: .625rem;
    padding-right: .625rem;
}

.home #support input {
	max-width: 300px;
}

#donateGroup #donate .donate_amount_wrap {
	margin: 0 8%;
}

#donateGroup #donate .check_radio_field.donate_amount_wrap label span {
	font-size: 0.85rem;
}

.home .intro {
	margin: 80px 0;
}

.home .intro .entry-content p {
	font-size: 1.75rem;
	line-height: 1.5;
}

.home .intro .entry-content p:nth-child(2n) {
	margin-bottom: 0;
}

.home .blog .columns {
	padding: 0;
}

.home .blog .top {
	height: 150px;
}

.home .blog #tout3 {
	margin-bottom: 30px;
}

.home .blog #tout1 .bottom,
.home .blog #tout3 .bottom {
	padding: 15px;
}

.home .blog #tout1 .bottom .button,
.home .blog #tout3 .bottom .button {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.home .blog #tout2 .bottom {
	height: 108px;
}

.home .blog #tout2 .bottom h2 {
	font-size: 0.9rem;
}

.home .blog #tout2 .bottom .button {
	margin: 8px auto;
}

.home .video {
	margin-top: 40px;
	margin-bottom: 0px;
}

.home .video .columns {
	padding: 0;
}

.home .video .vidcopy {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
	padding-top: 45px;
	padding-left: .625rem;
    padding-right: .625rem;
}

.home .video .vidcopy h1 {
	font-size: 1.25rem;
	margin-bottom: 14px;
}

.home .video img {
	top: 0px;
}

.home .reveal {
	width: initial;
}

.home .darkback {
	padding: 80px 0;
}

.home .darkback p {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 0;
}

#footer-container #footer {
	padding: 40px 0 20px;
}

#footer-container h6 {
	margin-bottom: 20px;
}

#footer-container ul#menu-footer li {
	display: block;
}

#footer-container ul#menu-footer a {
	line-height: 2.5;
}

#footer-container article:last-child {
	margin-top: 40px;
}

/* Page */

#featured-hero {
    height: 180px;
}

.page #page article.main-content {
    padding: 30px 0 60px;
}

.entry-content h1.entry-title {
	font-size: 2.25rem;
}

.entry-content h2.entry-title {
	font-size: 2rem;
}

.entry-content h6 {
	font-size: 1.25rem;
}

/* Blog */

.blog #page .main-content {
	padding: 0 0 80px;
}

.pinned-blogpost article.row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.blogpost-entry hr {
	margin: 30px auto 0px;
}

#single-post article.main-content {
    padding: 40px 0 80px;
}

#single-post h1.entry-title {
	font-size: 2rem;
}

#nextUp h1 {
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 1.15rem;
}

#single-post .posts-in-sidebar {
	margin-bottom: 20px;
}

.posts-in-sidebar .pis-title {
    background-color: rgba(22, 185, 196, 0.8);
	visibility: visible;
}

.posts-in-sidebar .pis-excerpt {
	visibility: visible;
}

.page .entry-content .columns {
	margin-bottom: 40px;
	min-height: none;
}

}

/* iPhone 6 ----- Horizontal ------ */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape){
/* Styles */

html #wpadminbar {
	max-width: 667px;
}

h2 {
	font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

header#masthead {
	border-bottom: 1px solid #696969;
	position: relative;
	top: 0;
}

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

.title-bar {
	background: rgba(57, 63, 67, 1.0);
	height: 40px;
}

.title-bar-title {
	width: 100%;
}

.title-bar img.logo {
	position: relative;
	top: -10px;
	width: 40px;
	z-index: 999;
}

.top-bar .top-bar-right {
	left: 70px;
	top: 0px;
}


.title-bar .menu-icon {
	float: right;
/* 	margin-right: 10px; */
	top: 3px;
}

.top-bar-right #menu-main {
	padding: 0;
    width: 75%;
    left: 90px;
    top: 22px;
}


#masthead:hover .top-bar-right > ul,
#masthead .top-bar-right > ul {
	padding: 0; 
}


#mobile-menu {
}

.top-bar, 
.top-bar ul {
	background: rgba(57, 63, 67, 1.0);
	width: 75%;
}

.top-bar ul {
	top: 0px;
}

.top-bar .top-bar-right .menu a {
	color: #ffffff;
}

.is-accordion-submenu-parent>a::after {
	border-color: #16b9c4 transparent transparent;
}

.top-bar .top-bar-right .menu a:active {
	background: rgba(80, 80, 80, 1.0);
}

.top-bar .menu > li:not(.menu-text) > a {
	height: auto;
	padding: 16px 15px;
}

.top-bar .menu .active>a {
	background: rgba(70, 80, 90, 1.0);
}

nav.top-bar:hover .top-bar-right, 
.top-bar-right.open {
	left: 0;
	width: 100%;	
}

#topRight #search {
	display: none;
}

#topRight #homeCTA {
	float: left;
	height: auto;
	display: none;
}

#topRight #homeCTA a {
	font-size: .65rem;
	height: 27px;
	padding: 13px 0 0;
}

#hero-slider {
	background-color: #000000;
	height: 284px;
}

#hero-slider .nivo-main-image {
	width: 100% !important;
}

#hero-slider .theme-default .nivo-caption {
	top: 60px;
	left: 15px;
}

#hero-slider .theme-default .nivo-caption h1 {
	font-size: 2rem;
	line-height: 1.15;
}

.toutSignup {
	bottom: 30px;
	left: 15px;
}

.toutSignup .button {
	font-size: 0.65rem;
}

.toutSignup p {
	font-size: 0.85rem;
	margin-left: 15px;
	padding-left: 15px;
	width: 65%;
}

.home #support form {
    padding-left: .625rem;
    padding-right: .625rem;
}

.home #support input {
	max-width: 300px;
}

#donateGroup #donate .donate_amount_wrap {
    margin: 0 4%;
}

.home .intro {
	margin: 80px 0;
}

.home .intro .entry-content p {
	font-size: 1.75rem;
	line-height: 1.5;
}

.home .intro .entry-content p:nth-child(2n) {
	margin-bottom: 0;
}

.home .blog .columns {
	padding: 0;
}

.home .blog .top {
	height: 200px;
}

.home .blog #tout3 {
	margin-bottom: 30px;
}

.home .blog #tout1 .bottom,
.home .blog #tout3 .bottom {
	height: 66px;
	padding: 15px;
}

.home .blog #tout1 .bottom .button,
.home .blog #tout3 .bottom .button {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.home .blog #tout2 .bottom {
	height: 100px;
}

.home .blog #tout2 .bottom h2 {
	font-size: 0.9rem;
}

.home .video {
	margin-top: 60px;
}

.home .video .vidcopy {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: -160px;
}

.home .video .vidcopy h1 {
	font-size: 3.5rem;
}

.home .reveal {
	width: initial;
}

.home .darkback {
	padding: 80px 0;
}

.home .darkback p {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 0;
}

#footer-container #footer {
	padding: 40px 0 20px;
}

#footer-container h6 {
	margin-bottom: 20px;
}

#footer-container ul#menu-footer li {
	display: block;
}

#footer-container ul#menu-footer a {
	line-height: 2.5;
}

#footer-container article:last-child {
	margin-top: 40px;
}

/* Page */

#featured-hero {
    height: 180px;
}

.page #page article.main-content {
    padding: 40px 0 80px;
}

.entry-content h2.entry-title {
	font-size: 2rem;
}

.entry-content h6 {
	font-size: 1.25rem;
}

/* Blog */

.blog #page .main-content {
	padding: 0 0 80px;
}

.pinned-blogpost article.row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.blogpost-entry hr {
	margin: 30px auto 0px;
}

#single-post article.main-content {
    padding: 40px 0 80px;
}

#single-post h1.entry-title {
	font-size: 2rem;
}

#nextUp h1 {
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 1.15rem;
}


}

/* iPhone 6 ----- Portrait ------ */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */

.menu li.home img:first-child {
	display: none;
}

.menu li.home img:last-child {
	display: inline-block;
}

#hero-slider {
	background-color: #000000;
	height: 240px;
}

}

/*--------------------------election 2018---------------------------*/

.election_form{
color: #ffffff;
background-color: #04a6cd;
}

.election_form a, .election_form a:link,  .election_form a:visited{
color: #ffffff;
text-decoration:underline;
}

.election_form label{
color: #ffffff;
}

.page-id-1602 input{
border-radius: 5px;
}

.page-id-1602 #can-form-area-no-second-chances-get-involved-now{
margin: auto;
padding-top: 1rem;
}

.page-id-1602 .container form li{
list-style: none;
}


.page-id-1602 .container form li:before {
content: "";
margin-left: 0;
padding-right: 0;
color: transparent;
}

.page-id-1602 .entry-content p, .container li, .page-id-1602 .container form li:before{list-style:none;
}

.page-id-1602 .container #can_embed_form input[type=submit] {
background-color: #0b7077;
font-size: 0.75rem;
letter-spacing: 1px;
border: 0;
border-radius: 5px;
margin: 20px auto;
width: 90px;
padding: .5rem 0;
}

.page-id-1602 .container #can_embed_form input[type=email] {
    border: 0;
    border-radius: 5px;
    margin: 10px auto 0;
    width: auto;
}

.page-id-1602 .container #action_info, .page-id-1602 .container #logo_wrap{
display:none;
}

.election-link-button{
margin: 10px 0;
}

.election-link-button:first-child{
margin: 0;
}

.election-link-button-mauve{
background: #c479c0;color: #FFFFFF;padding: 1rem;border-radius: 5px;
}

.election-link-button-gray{
background: #555655;color: #FFFFFF;padding: 1rem;border-radius: 5px;
}
.election-link-button-green{
background: #0B7077;color: #FFFFFF;padding: 1rem;border-radius: 5px;
}
.election-link-button-blue{
background: #04A6CD;color: #FFFFFF;padding: 1rem;border-radius: 5px;
}


.election-link-button a, .election-link-button-mauve a:visited, .election-link-button-blue a:visited, .election-link-button-green a:visited, .election-link-button-gray a:visited
{
color: #ffffff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) and (min-device-width: 320px) and (orientation: portrait){
.page-id-1602 .container form {
    padding-left: .625rem;
    padding-right: .625rem;
	}}

/********sign-up form on LABWC report page******/

.postid-1727 .container li::before {
	color: rgba(255,255,255,0);
}

.postid-1727 #action_info, .postid-1727 #logo_wrap{
	display: none;
	
}