/*
	Theme Name: Partnership for Educational Justice Theme
	Theme URI: http://www.pej.org
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Partnership for Educational Justice Theme
	Author URI: http://www.pej.org

	Version: 1.0

	Tags: black, white, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
 TEST!
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Parallax Pro Blue
		- Parallax Pro Green
		- Parallax Pro Orange
		- Parallax Pro Pink
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


.vp-victory-bar {display: none;}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #344345;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.parallax-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #4FBBEC;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d6883;
	font-family: "lexia",serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.site-header .nav-header {
	text-shadow: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

body .gform_wrapper label.gfield_label + div.ginput_container {
margin-top: 0px !important;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #f04848;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.home-even a.button,
.home-odd a.button {
	clear: both;
	display: inline-block;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.footer-widgets a.button,
.home-odd a.button {
	border: 3px solid #fff;
	color: #fff !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover {
	background-color: #fff;
	color: #000 !important;
}

.home-even a.button {
	border: 3px solid #000;
	color: #000;
}

.home-even a.button:hover {
	background-color: #000;
	color: #fff;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	margin-top: 50px;
}

.page-template-page_state .site-inner,
.parallax-home .site-inner {
	margin-top: 0;
}

.parallax-home .site-inner {
	max-width: 100%;
}

.parallax-landing .site-inner {
	margin-top: 100px;
}

/* Lawsuit Page Styles banner styles */


#modal {
	bottom:0;
	height:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	width:0;
}
	#modal.visible {
		background:rgba(0,0,0,.7);
		height:100%;
		width:100%;
		z-index:500;
	}
	#modal .frame {
		transform:translate(-50%,-50%);
		position:absolute;
		height: auto;
		left:50%;
		max-height:360px;
		max-width:640px;
		top:50%;
		width:80%;
	}




.page-template-page_state .site-inner {
    max-width:none;

}

.page-template-page_state .state-page-main {
    margin: 0 auto;
    max-width: 1140px;
}


.page-template-page_state #banner {
	height: 470px;
	width: 100%;
	background-size: cover;
	margin-bottom: -155px;
}

.page-template-page_state .top-section {
    position:relative;
}

.page-template-page_state .top-section .left {
    width:38%;
    float:left;
}

.page-template-page_state .top-section .left .video {
    display:block;
    width:100%;
    height:0;
    padding-bottom:90%;

}

.page-template-page_state .top-section .left .video a {
    width:100%;
    height:0;
    padding-bottom:90%;
    display:block;
}
.page-template-page_state .top-section .left .video a.player {
    background:url(images/state-play-button.png) center center no-repeat;
}

.page-template-page_state .top-section .right {
    width:58%;
    float:right;
}

.page-template-page_state .top-section .right .top {
    padding-left:130px;
}

.page-template-page_state .top-section .right .top h1 {
    font-weight:700;
    color:#FFF;
    margin-bottom:100px;
}

.page-template-page_state .video-bar {
    margin-top:50px;
}
.page-template-page_state .video-bar .video {
    display:block;
    float:left;
    width:30%;
    margin-left:5%;
    height:0;
    padding-bottom:18%;
}

.page-template-page_state .video-bar .video:first-child {
    margin-left:0;
}

.page-template-page_state .video-bar .video a {
    width:100%;
    height:0;
    padding-bottom:58%;
    display:block;
}
.page-template-page_state .video-bar .video a.player {
    background:url(images/state-play-button.png) center center no-repeat;
}

.page-template-page_state .four-icon-section {
    background:#EFF1F1;
    margin-top:50px;
    padding:50px 0;
}

.page-template-page_state .four-icon-section h2 {
    border-bottom:1px solid #B5BBBC;
    font-family:"aktiv-grotesk-std",sans-serif;
    font-weight:300;
    display:table;
    margin:0 auto 100px;
    padding-bottom:10px;
    color:#364345;
}

.page-template-page_state .four-icon-section ul li {
    width:25%;
    float:left;
    border-left:1px solid #fff;
    position:relative;
}
.page-template-page_state .four-icon-section ul li:first-child {
    border-left:none;
}

.page-template-page_state .four-icon-section ul li .holder {
    border-bottom:5px solid rgba(0,0,0,0.2);
    padding:100px 30px 0px;
    color:#fff;
    text-align:center;
    height:400px;
}
.page-template-page_state .four-icon-section ul li .holder p {
    margin-bottom:0px;
}

.page-template-page_state .four-icon-section ul li .holder span {
    font-family:"aktiv-grotesk-std",sans-serif;
    font-weight:700;
    font-size:30px;
    line-height:25px;
}

.page-template-page_state .four-icon-section ul li .holder h3 {
    color:#fff;
    margin-bottom:0px;
    font-family:"aktiv-grotesk-std",sans-serif;
    font-weight:700;
}

.page-template-page_state .four-icon-section ul li .holder .top-icon {
    width:115px;
    height:115px;
    position:absolute;
    left:50%;
    top:-45px;
    margin-left:-57px;
    display:block;
}

.page-template-page_state .content-section {
    position:relative;
     margin: 0 auto;
    max-width: 1140px;
}

.page-template-page_state .content-section {
    padding:65px 0;

}

.page-template-page_state .content-section >div,  .page-template-page_state .content-section >ul {
    border-bottom:1px solid #D6D9DA;
    padding:45px 0;
}

@media all and (max-width:1150px) {

    .page-template-page_state .state-page-main {
        padding:0 40px;
    }
    .page-template-page_state .content-section >div,  .page-template-page_state .content-section >ul {
    padding:45px 40px;
    }
}

.page-template-page_state .scroll-up {
    width: 60px;
    height: 60px;
    background: url(images/up-arrow.png) center center no-repeat rgba(0,0,0,.8);
    position: absolute;
    top: -30px;
    left: 50%;
    display: block;
    margin-left: -30px;
    border-radius: 30px;
    z-index: 100;
}

.page-template-page_state .bottom-grey {
    position:relative;
    background:#EFF1F1;
    height:50px;
    width:100%;
}


.page-template-page_state .content-section .scroll-down {
    width: 60px;
    height: 60px;
    background: url(images/down-arrow.png) center center no-repeat rgba(0,0,0,.8);
    position: absolute;
    top: -30px;
    left: 50%;
    display: block;
    margin-left: -30px;
    border-radius: 30px;
    z-index: 100;
}


.page-template-page_state .content-section .single-image-section .left {
    width:30%;
    height:400px;
    float:left;
}

.page-template-page_state .content-section .single-image-section .right {
    width:66%;
    height:400px;
    float:right;
}

.page-template-page_state .content-section .single-image-section-two .left {
    width:30%;
    height:220px;
    float:left;
}

.page-template-page_state .content-section .single-image-section-two .right {
    width:66%;
    height:220px;
    float:right;
}


.page-template-page_state .content-section .triple-image-section li {
    float:left;
    width:30%;
    margin-left:5%;
}

.page-template-page_state .content-section .triple-image-section li:first-child {
    margin-left:0;
}

.page-template-page_state .content-section .triple-image-section li .icon {
    height:120px;
    width:150px;
    display:inline-block;
}

.page-template-page_state .content-section .full-width-section h3 {
    text-align:center;
    font-size:25px;
}

.page-template-page_state .content-section .final-section a {
    border-bottom:1px solid #3B9DF0;
    padding-bottom:6px;
    color:#3B9DF0;
    font-weight:400;
    text-transform:uppercase;
    line-height:35px;
}

.page-template-page_state .content-section .final-section {
    text-align:center;
    border-bottom:none;
    padding-bottom:0px;
}


@media all and (max-width:1200px) {
    .page-template-page_state .four-icon-section ul li {
        width:50%;
    }
}

@media all and (max-width:1000px) {
    .page-template-page_state .top-section .right .top h1 {
        font-size:29px;
    }
}

@media all and (max-width:768px) {

    .page-template-page_state .content-section .scroll-down {
        display:none;
    }

    .page-template-page_state #banner {
        display:none;
    }

    .page-template-page_state .top-section .left {
        width:100%;
        float:none;
    }

    .page-template-page_state .top-section .right {
        width:100%;
        float:none;
    }

    .page-template-page_state .top-section .right .top {
        padding-left:0px;
        background:none;

    }

    .page-template-page_state .top-section .right .top h1 {
        color:#2d6883;
        text-align:center;
        font-size:35px;
        padding-top:25px;
        margin-bottom:45px;
    }

    .page-template-page_state .video-bar .video {
        width:100%;
        margin-left:0px;
        margin-bottom:25px;
        padding-bottom:60%;
    }

    .page-template-page_state .four-icon-section h2 {
        border-bottom:none;
        text-align:center;
        padding:0 35px;
    }
    .page-template-page_state .four-icon-section ul li {
        width:100%;
        border-left:none;
    }

    .page-template-page_state .bottom-grey {
        display:none;
    }

    .page-template-page_state .content-section .triple-image-section li {
        width:100%;
        margin-left:0;
    }
}

@media all and (max-width:1100px) {
    .page-template-page_state .content-section .single-image-section-two .left, .page-template-page_state .content-section .single-image-section .left {
    width:100%;
    height:250px;
    float:none;
}

.page-template-page_state .content-section .single-image-section-two .right, .page-template-page_state .content-section .single-image-section .right {
    width:100%;
    height:auto;
    float:none;
}
}



.page-template-page_state .site-header,
.page .site-header {
	background: none;
}


.page .site-header .title-area a {
	background: url(images/logo-dark.png) 0 0 no-repeat;
}

.page-template-page_state .site-header .title-area a {
	background: url(images/logo.png) 0 0 no-repeat;
}


.page .site-header .widget-area,
.page .site-header .widget-area a {
	color: #374547;
}

.page-template-page_state .site-header .widget-area,
.page-template-page_state .site-header .widget-area a {
    color:#fff;
}

.page.page-template-default .simple-social-icons ul li a,
.page.page-template-default .simple-social-icons ul li a:hover {
	color: #374547 !important;
}

.page-template-page_state .simple-social-icons ul li a,
.page-template-page_state .simple-social-icons ul li a:hover {
    color:#fff;
}



.page-template-page_state .site-inner .entry-content .one-third,
.page-template-page_state .site-inner .entry-content .two-thirds {
	margin-bottom: 50px;
}

.page-template-page_state.full-width-content .content {
	padding: 0 0 0;
	width: 100%;
}

.page-template-page_state .content h2 em {
	color: #3a4b4e;
	font-style: normal;
	font-weight: 100;
	font-size: 32px;
	margin: 0 auto 80px;
	display: block;
	font-family: "aktiv-grotesk-std",sans-serif;
	line-height: 50px;
}

.page-template-page_state .content .first {
	max-width: 810px;
	margin: 0 auto 50px;
}

/* END New York Lawsuit banner styles */


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 4px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 32px;
	color: #2d6883;
	font-weight: bold;
	margin-bottom: 10px;
}
.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #4FBBEC;
}

.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 48px;
}

.home-even .widget-title,
.home-odd .widget-title {
	font-size: 72px;
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
}

.sticky {
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Simple Social Icons
--------------------------------------------- */

.parallax-home .simple-social-icons {
	margin-top: 0;
}

.site-header .simple-social-icons ul li {
	margin: 10px !important;
	font-size: 30px;
}

.parallax-home .simple-social-icons ul li a,
.parallax-home .simple-social-icons ul li a:hover,
.site-header .simple-social-icons ul li a,
.site-header .simple-social-icons ul li a:hover {
	padding: 0;
	background: none !important;
	display: block;
	font-size: 23px;
}

.site-header .simple-social-icons ul li a:hover {
	color: #4FBBEC !important;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #000;
}

.enews form + p {
	margin-top: 24px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .gform_footer input[type=submit] {
	width: 100% !important;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 14px;
	border-radius: 0;
	box-shadow: none;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 18px;
	margin-bottom: 40px;
	padding: 20px;
	width: auto !important;
}

/* WE Error field styles  */

body .gform_wrapper .validation_error {
	display: block;
	color: #DF0100;
	margin: 20px 0 10px 0;
	font-weight: normal;
	font-size: 15px;
}

body .gform_wrapper .validation_message {
	display: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*
	USE THESE STYLES IF YOU NEED HORIZONTAL INPUT FIELDS
	display: inline-block;
	width 50%;
	margin: 0 !important;
	*/
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	max-width: 100%;
	width: 100%;
	margin: 0 !important;
}

body .gform_wrapper .gfield_error .ginput_container input,
body .gform_wrapper .top_label .gfield_error textarea.textarea {
	background: #FFDFE0;
	margin: 0 0 9px 0;
	border-color: #DF0100;
}

body .gform_wrapper .gfield_error .ginput_container input::-webkit-input-placeholder,
body .gform_wrapper .top_label .gfield_error textarea.textarea::-webkit-input-placeholder {
  color: #DF0100;
	font-weight: bold;
}

body .gform_wrapper .gfield_error .ginput_container input:-moz-placeholder,
body .gform_wrapper .top_label .gfield_error textarea.textarea:-moz-placeholder { /* Firefox 18- */
  color: #DF0100;
	font-weight: bold;
}

body .gform_wrapper .gfield_error .ginput_container input::-moz-placeholder,
body .gform_wrapper .top_label .gfield_error textarea.textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #DF0100;
	font-weight: bold;
}

body .gform_wrapper .gfield_error .ginput_container input:-ms-input-placeholder,
body .gform_wrapper .top_label .gfield_error textarea.textarea:-ms-input-placeholder {
  color: #DF0100;
	font-weight: bold;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.one-half {
	width: 48.717948717948715%;
}

body .join-bar .gform_wrapper .validation_error {
	display: none;
}

/* END - WE Error field styles  */


/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	background: #2d6883;
	position: relative;
}

.home .site-header, .page-template-page_state .site-header {
	position: fixed;
	z-index: 1002;
	background: none;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}


.site-header.bgdark {
	background: #2d6883;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin: 68px 0 20px;
	width: 253px;
	height: 40px;
	-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.home .title-area {
	margin: 68px 0 20px;
}

.site-header.bgdark .title-area {
	margin: 18px 0 20px;
}

.site-header.bgdark .title-area {
	margin: 18px 0 20px;
}

.title-area a {
	width: 253px;
	height: 40px;
	background: url(images/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: "lexia",serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 70px;
	text-indent: -9999px;
	max-width: 360px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	margin: 76px 0 0;
	width: 840px;
	-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.home .site-header .widget-area {
	margin: 76px 0 0;
}

.site-header.bgdark .widget-area {
	margin: 26px 0 0;
}

.site-header .widget-area,
.site-header .widget-area a {
	color: #fafaf6;
}

.site-header .widget-area a:hover {
	color: #4FBBEC;
	text-decoration: none;
}

.site-header .widget-area .widget_nav_menu {
	float: left;
}

.site-header .textwidget {
	margin-top: 27px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-family: "aktiv-grotesk-std",sans-serif;
	padding: 16px;
	font-size: 18px;
	font-weight: 500;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4FBBEC;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .menu-item .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	margin: 0;
}

.genesis-nav-menu .menu-item .sub-menu a {
	background-color: #374548;
	padding: 20px;
	position: relative;
	width: 200px;
	border-bottom: 1px solid #4f5b5e;
	color: #fff;
	font-size: 15px;
	text-transform: none;
}

.genesis-nav-menu .menu-item .sub-menu .menu-item:first-of-type {
	padding-top:11px;
	background: url(images/bg-dropdown-arrow.png) no-repeat 45px 0;
}

.genesis-nav-menu .menu-item .sub-menu .menu-item:first-of-type:hover {
	background-image: url(images/bg-dropdown-arrow-over.png);
}

.genesis-nav-menu .menu-item .sub-menu .menu-item:first-of-type:hover a,
.genesis-nav-menu .menu-item .sub-menu a:hover {
	background-color: #366e87;
	color: #fff;
}

.genesis-nav-menu .menu-item .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin-top: -11px;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #000;
	margin-bottom: 60px;
	text-align: center;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

#responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 46px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding: 80px 0;
	text-align: center;
}

.home-even .widget,
.home-odd .widget {
	margin-bottom: 40px;
}

.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
	margin-bottom: 0;
}

.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
	color: #fff;
}

.home-odd .featured-content .entry-title a:hover {
	color: #f04848;
}

.home-even p:last-child,
.home-odd p:last-child {
	margin-bottom: 0;
}

.home-even {
	background-color: #fff;
}

.home-section-1,
.home-section-3,
.home-section-5 {
	background-attachment: scroll;
	background-color: #fff;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.home-section-3,
.home-section-5 {
	background-image: none !important;
}

.home-section-4 {
	background: url(images/bg-home-4.jpg) top right;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

/* Home Section 1 */

.home-section-1 {
	/* With video, instead of the text. padding: 130px 0 100px; */
	/* With video, instead of the text. padding: 250px 0 0; */
	padding: 250px 0 0;
	/* With video, instead of the text. height: auto; */
	/* With text, instead of the video. height: 815px; */
	height: 815px;
	background-position-y: bottom !important;
	position: relative;
}

.home-section-1 h2 {
	font-size: 100px;
	margin: 0;
	line-height: 100px;
	font-family: "aktiv-grotesk-std",sans-serif;
}

.home-section-1 h3 {
	font-size: 31px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 32px;
	font-family: "aktiv-grotesk-std",sans-serif;
}

.home-section-1 h4 {
	font-size: 24px;
	text-align: right;
	margin: 20px;
	font-family: "aktiv-grotesk-std",sans-serif;
}

.home-section-1 h4 a {
	color: #fff;
	line-height: 52px;
	padding-right: 70px;
	background: url(images/icon-home-video.png) no-repeat right center;
	display: inline-block;
}

.home-section-1 h4 a:hover {
	color: #4FBBEC;
}

/* Share Story Bar */

.share-story-bar {
	background: url(images/bg-home-bar.jpg) repeat 0 0;
	text-align: center;
	padding: 45px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
    z-index:1000;
}

.share-story-bar .gform_wrapper {
	margin: 0;
	max-width: 100%;
}

.share-story-bar .gform_wrapper .gform_body {
	padding: 0;
	clear: none;
	width: 73%;
	float: left;
}

.share-story-bar .gform_wrapper .top_label .gfield_label {
	display: none;
}

.share-story-bar .gform_wrapper ul li.gfield {
	clear: none;
	margin-top: 0;
	margin-bottom: 0;
}

.share-story-bar .gform_wrapper ul li.gfield.one-third {
    padding-left:10px;
}

.share-story-bar .gform_wrapper ul li.gfield.email-input {
	float: right;
}

.share-story-bar .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	clear: none;
	width: 25%;
	float: right;
}

.share-story-bar div.gform_wrapper .gform_footer input[type=submit] {
	margin-bottom: 0;
	font-family: "lexia",serif;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	background: #93A42A;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100% !important;
}

.share-story-bar h2 {
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    font-family: "lexia",serif;
    margin: 0;
}

@media all and (max-width:1100px) {
    .flex-control-nav, .flex-direction-nav {
        display:none;
    }

    .home-section-1 .share-story-bar h2 {
        font-size:18px;
        line-height:75px;
    }

    .share-story-bar {
        padding:25px 0;
    }

    .share-story-bar .join-bar-form-wrap {
        margin-top:12px;
    }
}

@media all and (max-width:768px) {
    .share-story-bar {
        display:none;
    }
}
/* Twitter Section */

.twitter-section .textwidget > p {
    display:none;
}

.twitter-logo-icon {
    display:block;
    background:url(images/twitter-icon-for-footer.png) top center no-repeat;
    width:33px;
    height:26px;
    margin:0 auto 18px;;

}



 .tweets .prev, .tweets .next {

	            background:url(images/twitter-arrows.png) no-repeat;
	            display:block;
	            height:150px;
	            line-height: 150px;
	            margin-top:-75px;
	            position: absolute;
	            text-align: center;
	            top: 50%;
	            width: 40px;
	            z-index:150;

	        }

.tweets .prev {
    background-position:left center;
    left:120px;
}

.tweets .next {
    background-position:right center;
    right:120px;
}

@media all and (max-width:1150px) {
     .tweets .prev, .tweets .next {
    display:none;
    }
}

.tweets {
    background:#EFF1F1;
    padding:55px 0;
    position: relative;
    text-align: center;
}

.tweets h2 {
        font-size:30px;
        color:#376F88;
        margin:0 0 10px 0;
        padding:0;
    }

.tweets ul {
        display:inline-block;
        margin: 0 auto 2em;
        max-width:800px;
        text-align:center;
}

.tweets ul li {
            color:#364345;
            display:none;
            line-height:1.5;
            list-style: none;
            margin:0 0 1em;
            padding:0;
            text-align:center;
}
.tweets ul li p {
                font-size:25px;
                margin-bottom:.25em;
}
.tweets ul li p.date {
                    font-size:16px;
                    margin-bottom: 2em;
    text-transform:uppercase;
    color:#3B9DF0;
    letter-spacing:1px;
    font-weight:500;

                }

.tweets ul li p a {

            }

.tweets a.follow {
            border-radius:3px;
    font-size:20px;
            border-bottom:2px solid #3B9DF0;
            text-align:center;
    text-transform:uppercase;
    font-size:16px;
    font-weight:500;
    letter-spacing:1px;
    color:#3B9DF0;
            margin:40px auto 0;
            padding:6px 0px;
}

.tweets a.follow:hover {
                border-color: #5BADF0;
         }

/* Home Section 2 */

.home-section-2 .widgettitle {
	display: none;
}

.home-section-2 .home-2-title h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 58px;
	font-weight: 100;
	color: #344345;
	text-align: center;
}

.home-section-2 .home-2-title h2 strong {
	font-family: "lexia",serif;
	font-size: 72px;
	font-weight: bold;
	color: #2d6883;
	display: block;
}

.home-section-2 .textwidget {
	text-align: left;
}

.home-section-2 .textwidget .more {
	color: #5a5a5a;
	font-weight: bold;
	display: inline-block;
	padding-right: 42px;
	background: url(images/icon-more-blue.png) no-repeat right center;
	line-height: 30px;
}

.home-section-2 .textwidget h3 {
	 color: #344345;
	 font-weight: bold;
	 font-size: 24px;
	 margin: 10px 0;
}

.home-section-2 .textwidget h3 a {
	 color: #344345;
}

.home-section-2 .textwidget .more:hover,
.home-section-2 .textwidget h3 a:hover {
	color: #4FBBEC;
}

/* Join Bar */

.join-bar {
	background: url(images/bg-home-bar.jpg) repeat 0 0;
	text-align: left;
	padding: 40px 0;
}

.join-bar h2 {
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	font-size: 36px;
	font-family: "lexia",serif;
	margin: 0;
}

.join-bar .gform_wrapper {
	margin: 0;
	max-width: 100%;
}

.join-bar .gform_wrapper .gform_body {
	padding: 0;
	clear: none;
	width: 73%;
	float: left;
}

.join-bar .gform_wrapper .top_label .gfield_label {
	display: none;
}

.join-bar .gform_wrapper ul li.gfield {
	clear: none;
	margin-top: 0;
	margin-bottom: 0;
}

.join-bar .gform_wrapper ul li.gfield.email-input {
	float: right;
}

.join-bar .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	clear: none;
	width: 25%;
	float: right;
}

.join-bar div.gform_wrapper .gform_footer input[type=submit] {
	margin-bottom: 0;
	font-family: "lexia",serif;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	background: #374547;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100% !important;
}

/* New York Lawsuit */


.parents-demanding-change {
    background: #F1F2F2;
    position:relative;
    overflow:visible;
}
.home-section-3 h2 {
    color:#316982;
    font-size:40px;

}


.scroll-down {
    width:60px;
    height:60px;
    background:url(images/down-arrow.png) center center  no-repeat rgba(0,0,0,.6);
    position:absolute;
    top:-30px;
    left:50%;
    display:block;
    margin-left:-30px;
    border-radius:30px;
    z-index:1001;

}
ul.buttons {
    /*width:920px;*/
    width: 100%;
    margin:90px auto 45px;
    /*display:table;*/
    display: inline-block;
    text-align: center;
}
ul.buttons li {
    /*width:450px;*/
    width: 31%;
    /*height:100px;*/
    /*display:block;*/
    display:inline-block;
    /*float:left;*/
    margin-left:10px;
    background:#FFF;
}

ul.buttons li:first-child {
    /*margin-left:0px;*/
}

ul.buttons li a:hover {
    opacity:.8;
}
.button-ny a {
    width:100%;
    height:0;
    padding-bottom:22%;
    display:block;
    background:url(images/lawsuit-new-york.jpg) top center no-repeat;
        background-size:cover;
}

.button-mn a {
    width:100%;
    height:0;
    padding-bottom:22%;
    display:block;
    background:url(images/lawsuit-minnesota.jpg) top center no-repeat;
    background-size:cover;
}
.button-nj a {
    width:100%;
    height:0;
    padding-bottom:22%;
    display:block;
    background:url(images/lawsuit-new-jersey.jpg) top center no-repeat;
    background-size:cover;
}


@media all and (max-width:1023px) {
    ul.buttons {
        margin-top: 45px;
        width:100%;
    }

    ul.buttons li {
        max-width: 450px;
        width:100%;
        height:auto;
    }

     .textwidget ul.buttons li {
        margin-left:auto;
        margin:15px auto;
        display:table;
        float:none;

    }

}

.home-section-3 p {
    background:url(images/parents-change-underline.png) top center repeat;
    font-size:24px;
    color:#364345;
    width:60%;
    margin:0 auto;
    line-height:39px;
}

.nylawsuit {
	color: #364345;
	font-size: 22px;
	text-align: left;
}

.nylawsuit .widgettitle {
	display: none;
}

.nylawsuit h2 {
	color: #364345;
	font-size: 36px;
}

.nylawsuit .more {
	color: #fff;
	background: #2d6883 url(images/icon-more-white.png) no-repeat 162px center;
	padding: 15px 70px 15px 22px;
	font-family: "lexia",serif;
	font-weight: bold;
}

/* Share Your Story */

#share-story {
	width: 100%;
}

#share-story .blue {
    background:#316982;
    position:relative;
}

#share-story .left {
    width:47%;
    float:left;
}

#share-story .right {
    width:47%;
    float:right;
}

#share-story .widgettitle {
	display: none;
}

#share-story .textwidget {
	color: #fafaf6;
	padding: 60px 60px 50px 90px;
	text-align: left;
}

#share-story .textwidget blockquote {
	color: #fafaf6;
	margin: 0 0 50px 0;
	font-size: 22px;
	font-weight: 400;
	font-family: "lexia",serif;
	position: relative;
}

#share-story .textwidget blockquote::before {
	content: "\201C";
	display: block;
	font-size: 130px;
	height: 0;
	left: -60px;
	position: absolute;
	top: -44px;
	color: #5f6a6c;
	color: rgba(250, 250, 246, .20);
}

#share-story .textwidget blockquote::after {
	content: "\201D";
	display: block;
	font-size: 130px;
	height: 0;
	right: -15px;
	position: absolute;
	bottom: 80px;
	text-align: right;
	color: #5f6a6c;
	color: rgba(250, 250, 246, .20);
}

#share-story .textwidget h2 {
	color: #fafaf6;
	font-weight: bold;
}

 #share-story #field_4_2 {
        float:right;
     margin-bottom:14px;
    }

#share-story .top-share .left {
    position:relative;
}

#share-story .top-share .left p {
    color:#fff;
    font-size:32px;
    line-height:40px;
    padding:75px;
    text-align:center;
        font-family: "lexia",serif;
}

#share-story .top-share .left p span {
    display:block;
    font-size:16px;
    line-height:20px;
    width:170px;
    margin:20px auto 0;
}

@media all and (min-width:1024px) and (max-width:1139px) {

    #share-story .top-share .left p {
    font-size:27px;
    line-height:34px;
    padding:55px 75px;
}

#share-story .top-share .left p span {
    font-size:14px;
    line-height:18px;

}

}



#share-story .top-share .left .top-left-mark {
    position:absolute;
    top:25px;
    left:25px;
    background:url(images/quote-top-left.png) center center no-repeat;
    width:45px;
    height:39px;
}

#share-story .top-share .left .bottom-right-mark {
    position:absolute;
    bottom:25px;
    right:25px;
    background:url(images/quote-bottom-right.png) center center no-repeat;
    width:45px;
    height:39px;
}


#share-story .gform_wrapper .top_label .gfield_label {
	display: none;
}

#share-story .gform_wrapper ul li.gfield.one-half {
	clear: none;
}

#share-story .gform_wrapper ul li.gfield.email-input {
	float: right;
}

#share-story .gform_wrapper ul li.gfield.share-story-input {
	margin-top: 0;
	padding-top: 32px;
}

#share-story div.gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
	padding: 15px 50px;
	font-family: "lexia",serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	width: auto !important;
	background: #93A42A;
	text-transform: none;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.top-share {
    height:400px;
    background:#0F172D;
}

#share-story .top-share .left {
    width:40%;
    height:400px;
}

#share-story .widget {
    margin-bottom:0px;
}
#share-story .top-share .right {
    width:60%;
    height:400px;
    position:relative;
}

.top-share .right .bg {
    width:100%;
    height:400px;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    display:block;
}

.top-share .right a.clickable-overlay {
    width:100%;
    height:400px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:15;
    display:block;
    background:url(images/overlay-play.png) center center no-repeat;
  box-shadow: inset 0px 0px 117px 0px rgba(40, 50, 65, 0.8);
}

@media all and (max-width:1023px) {
    #share-story .left, #share-story .right, #share-story .top-share .left, #share-story .top-share .right {
        width:100%;
        float:none;
    }

    #share-story .top-share, #share-story .top-share .left {
        height:auto;
    }

}

}



/* Home Section 5 */

.home-section-5 {
	color: #364345;
}

.home-section-5 .widgettitle {
	color: #364345;
	display: none;
}

.home-section-5 .media-room .widgettitle {
	font-family: "lexia",serif;
	font-size: 72px;
	font-weight: bold;
	color: #2d6883;
	display: block;
	margin-bottom: 10px;
}

.home-section-5 .ui-widget-content {
	border: 0;
	background: none;
	padding: 0;
}

.home-section-5 .ui-widget-header {
border: 0;
background: none;
}

.home-section-5 .ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 0;
background: none;
}

.home-section-5 .ui-tabs .ui-tabs-nav li {
list-style: none;
float: none;
/* position: relative; */
/* top: 0; */
margin: 0;
border: 0;
padding: 0;
white-space: nowrap;
display: inline-block;
background: none;
}

.home-section-5 .ui-tabs .ui-tabs-nav li::after {
	content: "∙";
	display: inline-block;
	line-height: 41px;
	float: right;
}

.home-section-5 .ui-tabs .ui-tabs-nav li.blog-tab::after {
	content: "";
}

.home-section-5 .ui-state-default a,
.home-section-5 .ui-state-default a:link,
.home-section-5 .ui-state-default a:visited {
color: #344345;
text-decoration: none;
font-weight: bold;
font-size: 18px;
border: 0;
outline: 0 !important;
}

.home-section-5 .ui-state-active a,
.home-section-5 .ui-state-active a:link,
.home-section-5 .ui-state-active a:visited,
.home-section-5 .ui-state-default a:hover {
color: #4FBBEC;
text-decoration: none;
border: 0;
outline: 0 !important;
}

.home-section-5 .featuredpost {
	text-align: left;
}

.home-section-5 .featuredpost .entry-header::after {
border-bottom: 0;
content: "";
display: none;
margin: 0 auto 60px;
padding-bottom: 30px;
width: 25%;
}

.home-section-5 .featuredpost .entry {
margin-bottom: 30px;
}

.home-section-5 .featuredpost h2 {
	 color: #344345;
	 font-weight: bold;
	 font-size: 24px;
	 margin-bottom: 6px;
}

.home-section-5 .featuredpost h2 a {
	 color: #344345;
}

.home-section-5 .featuredpost h2 a:hover {
	color: #4FBBEC;
}

.home-section-5 .featuredpost p.post-info {
font-size: 15px;
color: #5a5a5a;
margin-bottom: 15px;
}

.home-section-5 .featuredpost .more-link {
	color: #5a5a5a;
	font-weight: bold;
	display: block;
	padding-right: 42px;
	background: url(images/icon-more-blue.png) no-repeat right center;
	line-height: 30px;
	width: 130px;
	margin-top: 15px;
}


/* Pricing Table
--------------------------------------------- */

.pricing-table {
	font-size: 22px;
	line-height: 1;
}

.pricing-table h4 {
	border-bottom: 2px solid #000;
	margin: -40px -40px 40px;
	padding: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px 0;
	padding: 40px;
	width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
	border-right: none;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
	border-left: none;
}

.pricing-table ul li::before {
	content: "\f139";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.pricing-table ul li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pricing-table a.button {
	background-color: #000;
	border: 3px solid #000;
	color: #fff;
}

.pricing-table a.button:hover {
	background-color: #f04848;
	border: 3px solid #f04848;
	color: #fff;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.parallax-home .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
}

.page-template-page_blog-php .entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.sidebar .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 15px;
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 20px;
	text-align: center;
}

.page-template-page_blog-php .entry-header {
	text-align: left;
}

.page-template-page_state .entry-header {
	text-align: center;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #f04848;
	color: #fff;
}

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: url(images/bg-footer.jpg) repeat 0 0;
	clear: both;
	font-size: 16px;
	padding: 44px 0;
	text-align: left;
	color: #fafaf7 !important;
}

.footer-widgets a {
	color: #fafaf7 !important;
}

.footer-widgets a:hover {
	color: #4FBBEC !important;
}

.footer-widgets .menu-item a {
	line-height: 18px;
	margin-bottom: 5px;
	display: inline-block;
}

.footer-widgets .menu-item-has-children > a {
	font-weight: bold;
	font-family: "lexia",serif;
}

.footer-widgets .widget li li {
	margin: 0;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .footer-social {
	margin-bottom: 16px;
}

.footer-widgets .footer-social.simple-social-icons ul li {
	margin: 0 7px 7px 0 !important;
}

.footer-widgets .footer-social.simple-social-icons ul li a,
.footer-widgets .footer-social.simple-social-icons ul li a:hover {
	padding: 10px;
	background: #fff !important;
	color: #2D6883 !important;
}

.footer-widgets .footer-social.simple-social-icons ul li a:hover {
	color: #4FBBEC !important;
}

.footer-widgets .footer-disclaimer {
	text-align: center;
	padding-top: 40px;
}

.footer-widgets .footer-disclaimer .widget-wrap {
border: 1px solid #fff;
padding: 10px;
max-width: 70%;
margin: 0 auto;
}

.footer-widgets .footer-disclaimer .widgettitle,
.footer-widgets .footer-copyright .widgettitle {
	display: none;
}

.footer-widgets .links-below-disclaimer {
	margin-top: 30px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	display: none !important;
	background-color: #000;
	padding: 40px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #f04848;
}

.site-footer p {
  font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.parallax-pro-blue a:hover,
.parallax-pro-blue .entry-title a,
.parallax-pro-green a:hover,
.parallax-pro-green .entry-title a,
.parallax-pro-orange a:hover,
.parallax-pro-orange .entry-title a,
.parallax-pro-pink a:hover,
.parallax-pro-pink .entry-title a {
	color: #000;
}

.parallax-pro-blue .genesis-nav-menu a,
.parallax-pro-blue .home-odd a:hover,
.parallax-pro-blue .site-footer a,
.parallax-pro-green .genesis-nav-menu a,
.parallax-pro-green .home-odd a:hover,
.parallax-pro-green .site-footer a,
.parallax-pro-orange .genesis-nav-menu a,
.parallax-pro-orange .home-odd a:hover,
.parallax-pro-orange .site-footer a,
.parallax-pro-pink .genesis-nav-menu a,
.parallax-pro-pink .home-odd a:hover,
.parallax-pro-pink .site-footer a {
	color: #fff;
}

/* Parallax Pro Blue
--------------------------------------------- */

.parallax-pro-blue a,
.parallax-pro-blue .entry-title a:hover,
.parallax-pro-blue .genesis-nav-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .current-menu-item > a,
.parallax-pro-blue .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-blue .home-odd .featured-content .entry-title a:hover,
.parallax-pro-blue .site-footer a:hover,
.parallax-pro-blue .site-header .widget-area a:hover {
	color: #44ace8;
}

.parallax-pro-blue input:hover[type="button"],
.parallax-pro-blue input:hover[type="reset"],
.parallax-pro-blue input:hover[type="submit"],
.parallax-pro-blue .archive-pagination li a:hover,
.parallax-pro-blue .archive-pagination .active a,
.parallax-pro-blue .footer-widgets,
.parallax-pro-blue .pricing-table a.button:hover {
	background-color: #44ace8;
}

.parallax-pro-blue .pricing-table a.button:hover {
	border: 3px solid #44ace8;
}


/* Parallax Pro Green
--------------------------------------------- */

.parallax-pro-green a,
.parallax-pro-green .entry-title a:hover,
.parallax-pro-green .genesis-nav-menu a:hover,
.parallax-pro-green .genesis-nav-menu .current-menu-item > a,
.parallax-pro-green .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-green .home-odd .featured-content .entry-title a:hover,
.parallax-pro-green .site-footer a:hover,
.parallax-pro-green .site-header .widget-area a:hover {
	color: #35c379;
}

.parallax-pro-green input:hover[type="button"],
.parallax-pro-green input:hover[type="reset"],
.parallax-pro-green input:hover[type="submit"],
.parallax-pro-green .archive-pagination li a:hover,
.parallax-pro-green .archive-pagination .active a,
.parallax-pro-green .footer-widgets,
.parallax-pro-green .pricing-table a.button:hover {
	background-color: #35c379;
}

.parallax-pro-green .pricing-table a.button:hover {
	border: 3px solid #35c379;
}

/* Parallax Pro Orange
--------------------------------------------- */

.parallax-pro-orange a,
.parallax-pro-orange .entry-title a:hover,
.parallax-pro-orange .genesis-nav-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .current-menu-item > a,
.parallax-pro-orange .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-orange .home-odd .featured-content .entry-title a:hover,
.parallax-pro-orange .site-footer a:hover,
.parallax-pro-orange .site-header .widget-area a:hover {
	color: #e58c29;
}

.parallax-pro-orange input:hover[type="button"],
.parallax-pro-orange input:hover[type="reset"],
.parallax-pro-orange input:hover[type="submit"],
.parallax-pro-orange .archive-pagination li a:hover,
.parallax-pro-orange .archive-pagination .active a,
.parallax-pro-orange .footer-widgets,
.parallax-pro-orange .pricing-table a.button:hover {
	background-color: #e58c29;
}

.parallax-pro-orange .pricing-table a.button:hover {
	border: 3px solid #e58c29;
}

/* Parallax Pro Pink
--------------------------------------------- */

.parallax-pro-pink a,
.parallax-pro-pink .entry-title a:hover,
.parallax-pro-pink .genesis-nav-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .current-menu-item > a,
.parallax-pro-pink .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-pink .home-odd .featured-content .entry-title a:hover,
.parallax-pro-pink .site-footer a:hover,
.parallax-pro-pink .site-header .widget-area a:hover {
	color: #cb4082;
}

.parallax-pro-pink input:hover[type="button"],
.parallax-pro-pink input:hover[type="reset"],
.parallax-pro-pink input:hover[type="submit"],
.parallax-pro-pink .archive-pagination li a:hover,
.parallax-pro-pink .archive-pagination .active a,
.parallax-pro-pink .footer-widgets,
.parallax-pro-pink .pricing-table a.button:hover {
	background-color: #cb4082;
}

.parallax-pro-pink .pricing-table a.button:hover {
	border: 3px solid #cb4082;
}


/* Form Placeholder styles */

::-webkit-input-placeholder {
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}

:-ms-input-placeholder {
   color: #ccc;
}


/* Tubepress */
.tubepress_normal_embedded_wrapper,
.tubepress_thumbnail_area {width:auto!important;}

.tubepress_normal_embedded_wrapper {
margin-bottom: 25px !important;
}

.tubepress_thumbnail_area {
	background-color: #f7f7f7;
	padding-top: 25px;
	padding-bottom: 25px;
}

.tubepress_thumb {
	width: 246px;
	height: 280px;
	padding: 0 7px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

dd.tubepress_meta_title,
dd.tubepress_meta_title a,
dd.tubepress_meta_title a:hover {
font-size: 14px;
font-weight: 500;
float: left;
width: auto;
margin: 7px 0;
color: #344345;
line-height: 16px;
}

dd.tubepress_meta_title a:hover {
color: #4FBBEC;
}

dd.tubepress_meta_runtime {
float: right;
}

.tubepress_meta_group dt {
clear: none;
}

.home-section-5 .tubepress_container {
max-width: 740px;
margin: 0 auto;
float: none;
}

body.single-donations {
	font-weight: normal;
}

.single-donations p.entry-meta {
	display: none;
}

.mobile,
.hidden {
	display: none !important;
}

.desktop {
	display: block !important;
}

iframe[name='google_conversion_frame'] {
	display: none;
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 690px;
	}

	.genesis-nav-menu a {
		padding: 16px 12px;
		font-size: 17px;
	}

/*
	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}
	*/

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}

}

@media only screen and (max-width: 1024px) {
	.home .site-header, .page-template-page_state .site-header {
		background: #2d6883;
	}

	.home-section-1 {
		/* background: #2d6883 !important; */
		padding: 190px 0 300px;
		height: auto;
	}

	.home-section-1 .tableCell {
		height: auto !important;
	}

	.home-section-1 h2 {
		font-size: 80px;
	}
}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.parallax-home .site-inner {
		max-width: none;
	}

	.home .title-area,
	.site-header.bgdark .title-area {
		margin: 25px 10px 15px;
	}

	.home .site-header .widget-area,
	.site-header.bgdark .widget-area {
		margin: 0;
	}

	.home-section-1 {
		padding: 190px 0 300px;
	}

	.home-section-1 h2 {
		font-size: 60px;
		line-height: 75px;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.title-area {
		margin: 28px 0 20px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area {
		margin: 5px 0 0;
	}

	.header-image .site-title > a {
		margin: 0 auto 10px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}

	.parallax-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	img.pull-left {
		margin-left: 0;
	}

	img.pull-right {
		margin-right: 0;
	}

	.pricing-table .one-third:nth-child(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-child(3n) {
		border-left: 2px solid #000;
	}

}

@media only screen and (max-width: 768px) {

	body,
	body.parallax-home {
		background-color: #3a4b4e;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.full-width-content .content {
		padding: 30px;
		background: #fff;
	}

	.home .full-width-content .content,
	.full-width-content.parallax-home .content {
		padding: 10px;
		background: none;
	}

	.site-inner {
		margin: 30px auto;
	}

	.page .site-header,
	.home .site-header {
		background: #2d6883;
		padding-bottom: 5px;
		position: relative;
	}

	.home .title-area {
		margin: 0 0 10px 10px;
		padding: 20px 0 0;
	}

	.title-area a,
	.page .site-header .title-area a {
		width: 95%;
		background: url(images/logo.png) 0 0 no-repeat;
		background-size: contain;
	}

	body.page-template-page_state {
		background: #fff;
	}

	body.page-template-page_state .site-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.page-template-page_state .content h2 em {
		font-size: 22px;
		line-height: 35px;
	}

	.page-template-page_state .site-header .widget-area,
	.page-template-page_state .site-header .widget-area a,
	.page .site-header .widget-area,
	.page .site-header .widget-area a {
		color: #fafaf6;
	}

	.genesis-nav-menu .menu-item .sub-menu {
		display: none;
	}

	.site-header .widget-area,
	.home .site-header .widget-area {
		margin: 0 0 10px;
	}

	.site-header .widget-area .simple-social-icons {
		display: none;
	}

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 2%;
	}

	.parallax-home .site-inner {
		padding: 0;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-even,
	.home-odd,
	.join-bar {
		padding: 40px 25px;
		margin-bottom: 10px;
		text-align: center;
	}

	.join-bar {
		padding: 25px;
	}

	.join-bar h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.join-bar .gform_wrapper .gform_body {
		width: 100%;
	}

	.join-bar .gform_wrapper ul li.gfield {
		margin-bottom: 10px;
	}

	.join-bar .gform_wrapper .gform_footer {
		width: 100%;
		float: none;
	}

	.nylawsuit {
		text-align: center;
	}

	.share-story div.gform_wrapper .gform_footer input[type=submit] {
		width: 100% !important;
	}

	.home-even .widget, .home-odd .widget {
		margin-bottom: 20px;
	}

	.home-section-1 {
		padding: 50px 10px 225px;
	}

	.home-section-2 .home-2-title h2 {
		font-size: 26px;
		margin-bottom: 35px;
	}

	.home-section-2 .home-2-title h2 strong {
		font-size: 33px;
	}

	.home-section-2 .textwidget {
		text-align: center;
	}

	.home-section-2 .textwidget p {
		margin: 0 0 20px;
	}

	.home-section-2 .textwidget img {
		margin: 0;
	}

	.home-section-2 .textwidget .more {
		display: none;
	}


	#share-story,
	#share-story .wrap {
		padding: 0;
	}

	#share-story .textwidget {
		background: #374547 url(images/pej_dark_pattern.jpg) repeat 0 0;
		color: #fafaf6;
		padding: 25px;
		text-align: center;
	}

	#share-story .textwidget blockquote {
		display: none;
	}


	#share-story .gform_wrapper ul li.gfield.share-story-input {
		margin-top: 0;
		padding-top: 16px;
	}

	#share-story .gform_wrapper .gform_footer {
		margin: 0;
	}

	.parallax-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

	.title-area {
		float: none;
		padding: 20px 0 0;
		width: 225px;
		height: auto;
		margin: 0 0 10px 10px;
	}

	.home-section-5 .media-room .widgettitle {
		font-size: 42px;
	}

	.home-section-5 .ui-tabs .ui-tabs-nav {
		padding: 0;
		margin: 0 -28px;
	}

	.home-section-5 .ui-tabs .ui-tabs-nav li {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		width: 33.333%;
		/* When there are three tabs, it may need to - float: left; */
		float: none;
		text-align: center;
		margin-bottom: 0;
		border-bottom: 0 solid #ccc;
		padding-bottom: 0 !important;
	}

	.home-section-5 .ui-tabs .ui-tabs-nav li a {
		padding: 18px 0;
		color: #fff;
		float: none;
		display: block;
		font-size: 20px;
	}

	.home-section-5 .ui-tabs .ui-tabs-nav li.press-tab {
		background: #2d6883;
	}

	.home-section-5 .ui-tabs .ui-tabs-nav li.video-tab {
		background: #628ea2;
	}

	.home-section-5 .ui-tabs .ui-tabs-nav li.blog-tab {
		background: #96b3c1;
	}

	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		border-bottom: 0;
		padding: 2px !important;
		margin: -2px 0 !important;
		border-radius: 2px;
	}

	.home-section-5 .ui-tabs .ui-tabs-nav li::after {
		display: none;
	}

	.home-section-5 .featuredpost .more-link {
		display: none;
	}

	.entry-title {
		font-size: 32px;
	}

	.entry-header {
		text-align: center;
		margin-bottom: 10px;
	}

	#responsive-menu-icon {
		display: inline;
		background: none;
		padding: 0;
		position: absolute;
		top: 20px;
		right: 30px;
	}

	.footer-widgets,
	.footer-widgets .simple-social-icons .alignleft {
		text-align: center;
		float: none;
	}

	.footer-widgets .menu {
		max-width: 440px;
		margin: 0 auto 20px;
		padding: 40px 30px 30px;
		background: #2d6883;
	}

	.home .footer-widgets .menu {
		display: none;
	}

	.footer-widgets .simple-social-icons ul li {
		display: inline-block;
		float: none;
	}

	.footer-widgets .footer-social.simple-social-icons ul li a, .footer-widgets .footer-social.simple-social-icons ul li a:hover {
		padding: 20px;
		background: #fff !important;
		color: #2D6883 !important;
	}

	.parallax-home .simple-social-icons ul li a,
	.parallax-home .simple-social-icons ul li a:hover {
		font-size: 53px;
		border-radius: 46px;
	}

	.footer-widgets .footer-social.simple-social-icons ul li {
		margin: 0 15px !important;
	}

	.footer-widgets .menu-item-has-children {
		margin-bottom: 20px;
		float: none;
	}

	/* SLIDER STYLES */
	.slider {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.slides {
		height: 100%;
		/* Clear fix */
		overflow: hidden;
		*zoom: 1;
		/**
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
	}

	.slide {
		height: 100%;
		float: left;
		clear: none;
	}

	.slider-arrow {
		position: absolute;
		display: block;
		margin-bottom: -20px;
		padding: 20px;
	}

	.slider-arrow--right {
		bottom: 50%;
		right: 30px;
	}

	.slider-arrow--left {
		bottom: 50%;
		left: 30px;
	}

	.slider-nav {
		position: absolute;
		bottom: 30px;
	}

	.slider-nav__item {
		width: 17px;
		height: 17px;
		float: left;
		clear: none;
		display: block;
		margin: 0 5px;
		background: #d8dada;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}

	.slider-nav__item:hover {
		background: #2d6883;
	}

	.slider-nav__item--current {
		background: #2d6883;
	}
	/* END SLIDER STYLES */


}

@media only screen and (max-width: 580px) {

	.footer-widgets .menu {
		max-width: 440px;
		margin: 0 15px 20px;
		padding: 40px 30px 30px;
		background: #2d6883;
		border: 1px solid #36728D;
	}

	.footer-widgets .widget-title,
	.home-even .widget-title,
	.home-odd .widget-title {
		font-size: 36px;
	}

	.home-even,
	.home-odd {
	}

/* TEST */
	#responsive-menu-icon {
		right: 20px;
	}
/* TEST */

	.home-section-1 {
		/* background: #2d6883 !important; */
		padding: 30px 20px 225px;
	}

	.home-section-1 h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.home-section-1 h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.home-section-1 h4 a {
		color: #fff;
		line-height: 28px;
		padding: 70px 0 0 0;
		background: url(images/icon-home-video.png) no-repeat top center;
		display: block;
		text-align: center;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

}

/* Slider Stuff */

#genesis-responsive-slider .flex-direction-nav li  a {
    background:url(images/slideshow-nav-buttons.png) no-repeat;
    top:77%;

}

#genesis-responsive-slider .flex-direction-nav li  a.prev {
    background-position:center left;
}

#genesis-responsive-slider .flex-direction-nav li  a.next {
    background-position:center right

}


#genesisresponsiveslider-widget-3 .widget-1 {
    position: absolute;

    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

#genesisresponsiveslider-widget-3 #genesis-responsive-slider {
    border:none;
    padding:0;
}

.flexslider {
    max-width: 100%;
    max-height: 100vh;
    height: 100vh;
}

.flexslider .slide-image {
    max-height:none;
}

.flexslider .slide-image:after {
  content: "";
  display: block;
  position: absolute; /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
background: url(images/slideshow-overlay.png) no-repeat top center;
    background-size:100%;
}

.flexslider ul.slides {
    height:100vh;
}

.flexslider .slides > li {
    height:100vh;
}

.flexslider .slide-excerpt {
    background:none;
    position: absolute;
    z-index: 8;
    top: 25%;
    left: 10%;
    width:80%;
    opacity:1;
    z-index:11;
}

.flexslider .slide-excerpt-border {
    border:none;
    float:none;
}

.flexslider .slide-excerpt-border p {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
}

.flexslider .slides img {
    width:100%;


}

.flexslider .slide-image {
    background-size:cover; width:100%; height:100vh;
}

@media all and (max-width:1024px) {
    .flexslider .slide-image {
       //height:619px;
    }
}

@media all and (max-width:768px) {
    .flexslider .slide-image {
    //height:449px;
    }
}

#genesis-responsive-slider .flex-control-nav li a.active {
    margin:0;
    border:7px solid rgba(255,255,255,0.3);
    background-clip:padding-box;
}

#genesis-responsive-slider .flex-control-nav li a {
    margin:7px;
    height:10px;
    background:#fff;
    transition:all 0s;
    border-radius:100%;
    box-sizing:content-box;
    width:10px;
}

#genesis-responsive-slider .widget ol > li {
    padding-left:12px;
}


#genesisresponsiveslider-widget-3  .flex-control-nav {margin:-210px 0 10px;}


#genesisresponsiveslider-widget-3 .flex-direction-nav li .prev {
    left:100px;
}

#genesisresponsiveslider-widget-3 .flex-direction-nav li .next {
    right:100px;
}