/*
	Theme Name: MCAF 2018
	Theme URI: https://demo.studiopress.com/
	Description: Custom built theme for the Mom's Clean Air Force site built on the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 1.0.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- ObjectsP
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}

html,
.entry-content p .button {
	-webkit-font-smoothing: antialiased;     
	-moz-osx-font-smoothing: grayscale;
}

.entry-content p,
.home .latest-news,
.single-post .related-posts-wrap,
.sub-menu a,
.genesis-nav-menu p,
.blog h2.entry-title, 
.search h2.entry-title, 
.taxonomy h2.entry-title {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}



/* Chrome fix */
body > div {
	font-size: 17px;
	font-size: 1.7rem;
}

body {
	background-color: #523f3b;
	color: #000;
	font-family: jaf-bernino-sans, sans-serif;
	/*font-family: "proxima-nova",sans-serif;*/
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #5479b7;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.entry-content a {
	font-weight: 600;
}

a:focus,
a:hover {
	color: #000;
	outline: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #c7c7c7;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin-left: 30px 50px;
	padding: 16px 30px;
	border-left: 1px solid #d0262f;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
}

blockquote.large-text {
	font-size: 30px;
	font-size: 3.0rem;
}

blockquote.medium-text {
	font-size: 26px;
	font-size: 2.6rem;
}
/*
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
*/

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
	color: #d0262f;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "acumin-pro-condensed",sans-serif;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100% !important;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	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: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.moms-in-the-media-page .read-more-link a,
.media-contact-page .read-more-link a {
	background-color: #b3d006;
	border: 2px solid #b3d006;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: 8px 24px 10px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
	line-height: 1;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
}

.button.outline,
.button.outline.light {
	background-color: transparent;
	border-style:solid;
	border-width: 2px;
	border-color: #fff;
	padding: 5px 8px 8px;
}

.button.outline.dark {
	color:#000;
	border-color: #000;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.moms-in-the-media-page .read-more-link:focus a,
.moms-in-the-media-page .read-more-link:hover a,
.media-contact-page .read-more-link:focus a,
.media-contact-page .read-more-link:hover a {
	background-color: transparent;
	color: #b3d006;
	text-decoration: none;
}

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

.button.outline:hover,
.button.outline:focus,
.button.outline.light:hover,
.button.outline.light:focus {
	background-color: #fff;
	color: #000;
}

.button.outline.dark:hover,
.button.outline.dark:focus {
	color:#fff;
	background-color: #000;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: none;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 30px 0 0;
	background-color: #fff;
	margin-left: 1.25%;
	margin-right: 1.25%;
	margin-top: 1.25% !important;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

#menu-news-menu {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	text-transform: uppercase;
	text-align: center;
	font-family: "acumin-pro-condensed",sans-serif;
	line-height: 1;
	font-size: 20px;
	font-size: 2.0rem;
	margin: -34px 36px 36px;
	padding-bottom: 26px;
	padding-top: 26px;
}

.breadcrumb {
	text-transform: uppercase;
    text-align: center;
    font-family: "acumin-pro-condensed",sans-serif;
    line-height: 1;
    font-size: 20px;
    font-size: 2.0rem;
	padding-bottom: 25px;
	padding-top: 10px;
}

.single-post .breadcrumb {
	text-align: left;
}

#menu-news-menu {
	padding-top: 16px;
	padding-bottom: 20px;
}

#menu-news-menu a {
	font-size: 18px;
	font-size: 1.8rem;
}

.breadcrumb-link-wrap,
.breadcrumb-wrap,
.genesis-nav-menu #menu-news-menu li {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}

.breadcrumb-link-wrap:first-child,
.breadcrumb-wrap:first-child {
	margin-left: 0;
}

.breadcrumb a,
.genesis-nav-menu #menu-news-menu a {
	text-decoration: none;
}

.genesis-nav-menu #menu-news-menu a:hover {
	text-decoration: underline;
}

.breadcrumb a:hover {
	color:#000;
}

.genesis-nav-menu #menu-news-menu a {
	color:#5479b7;
}

.genesis-nav-menu #menu-news-menu .current-menu-item a {
	color: #000;
}

.archive-description p:last-child {
	text-align: center;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.entry-content ul.on-page-navigation {
    margin: 20px 0 60px;
}

.entry-content ul.on-page-navigation li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    text-transform: uppercase;
    margin-top: 10px;
}

.entry-content ul.on-page-navigation li:first-of-type {
	margin-top: 0;
}

.entry-content ul.on-page-navigation li a {
    background-color: #3c4b68;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 0;
    color: #FFF;
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
}

.entry-content ul.on-page-navigation li a:hover, 
.entry-content ul.on-page-navigation li.current-page a {
	background-color: #b3d006;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.search-sort-form {
	display: inline-block;
	width: 100%;
	margin-bottom:20px; 
}

.search-sort-form form {
	float: right;
}
.search-sort-form select {
	width: auto;
	padding-right: 40px !important;
}

/* Titles
--------------------------------------------- */

.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.archive-description .entry-title,
.archive-title,
.entry-title,
.entry-content article .entry-title,
.post-type-archive-tribe_events .tribe-events-page-title,
.single-tribe_events .tribe-events-single-event-title,
.issues-child-page .section-heading,
.single-resource .section-heading,
.page .section-heading {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 20px;
	line-height: 1;
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color:  #3b4a67;
}

.issues-child-page .section-heading,
.single-resource .section-heading,
.page .section-heading {
	margin-bottom: 60px;
}

.page.issues-child-page .section-heading {
	text-align: center;
}

h2.entry-title {
	font-size: 50px;
	font-size: 5.0rem;
}

.single-resource .entry-header .entry-meta,
h3.entry-title,
.entry-subtitle,
.entry-content h2,
.single-press_release .entry-title {
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #d0262f;
	/*font-family: "calluna",serif;
	font-weight: 400;*/
}

.single-press_release .entry-title {
	font-weight: bold;
	text-align: left;
	text-transform: none;
}

.single-resource .entry-header p.entry-meta {
	line-height: 1;
	margin-bottom: 50px;
	text-transform: uppercase;
}

h3.entry-title {
	text-align: left;
}

.entry-header .entry-meta,
.entry-subtitle {
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #3c4b68;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #000;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 25px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 25px;
}

.gallery-caption,
.wp-caption-text .caption {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
}

.gallery-caption {
	font-size: 15px;
	font-size: 1.5rem;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.site-header .wrap {
	margin: 0 auto;
}

#gtranslate_wrapper {
	left: 1.25% !important;
	right: auto !important;
}

#gtranslate_wrapper .switcher {
 	width: 70px;
 	line-height: 12px;
}

#gtranslate_wrapper .switcher a {
	font-size: 6pt;
}

#gtranslate_wrapper .switcher a img {
	width: 8px;
}

#gtranslate_wrapper .switcher .selected a {
	background-position: 58px center;
    width: 62px;
    padding: 0 3px;
}

#gtranslate_wrapper .switcher .option {
	width: 69px;
}

#gtranslate_wrapper .switcher .option a {
    padding: 0 3px;
}

/* Title Area
--------------------------------------------- */
.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
    background: url(images/logo.jpg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block; 
    width: 100%;
    padding-bottom: 100%;
    height: 0;  
}
    
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	margin: 0;
}

.header-banner {
	background: #523f3b;
	padding-bottom: 1.25%;
	display: inline-block;
	width: 100%;
}

.site-header .header-banner .wrap{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 100%;
}

.header-banner .title-area,
.header-banner img {
	width: 16.66666666666666%;
	height: 100%;
	min-width: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	margin-top: 20px;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
	margin: 10px 0 10px 1.25%;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 400;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.5px;
	outline-offset: -1px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
	font-weight: 400;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 10px 0 20px;
	opacity: 1;
	padding-left: 15px;
	padding-right: 15px;
	position: static;
	z-index: 99;
	background-color: transparent;
}

.genesis-nav-menu .menu-heading.hidden-menu-item .sub-menu {
	margin: 0;
}

.genesis-nav-menu .where-we-work .sub-menu {
	margin-bottom: 0;
}

.genesis-nav-menu .sub-menu li{
	margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	padding-left: 0;
	padding-right: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	display: block !important;
}

.genesis-nav-menu .sub-menu .menu-heading a,
.genesis-nav-menu .sub-menu .menu-heading .menu-heading a {
	color: #fff;
	text-transform:uppercase;
	padding-bottom: 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu .sub-menu a,
.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	word-wrap: break-word;
	text-transform: none;
	padding-bottom: 0;
	letter-spacing: 0;
	font-weight: 400;
}

.genesis-nav-menu p {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-family: "acumin-pro-condensed",sans-serif;
	margin-top: 10px;
}

.genesis-nav-menu .sub-menu a[href]:hover {
	text-decoration: underline;
}

.genesis-nav-menu a[href^="#"], 
.genesis-nav-menu a[href^="#"]:focus,
.genesis-nav-menu a[href^="#"]:hover,
.genesis-nav-menu .sub-menu a[href^="#"]:hover { 
	cursor: default;
	text-decoration: none;
	text-decoration: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .recent-posts-menu-item .menu-post figure {
	width: 50%;
	float: left;
	margin-right: 8%;
}

.genesis-nav-menu .recent-posts-menu-item .menu-post h6 {
	float: right;
	width: 42%;
	margin-bottom: 0;
}

.genesis-nav-menu .sub-menu .recent-posts-menu-item .menu-post a, 
.genesis-nav-menu .sub-menu .sub-menu .recent-posts-menu-item .menu-post a, 
.genesis-nav-menu .sub-menu .sub-menu .sub-menu .recent-posts-menu-item .menu-post a {
	width: 100%;
	padding-bottom: 66.66666667%;
	height: 0;
	overflow: hidden;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: 0;
	opacity: 1 !important;

}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	outline:0;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 0;
	position: relative;
	z-index: 1000;
	text-indent: -9999px;
	position: absolute; 
	top: 0;
	right: 0;
}

.menu-toggle:focus {
	outline: none;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	text-indent: 0;
	color:#fff;
	font-size: 26px;
	width: 26px;
	height: 24px;
}

.sub-menu-toggle {
	float: right;
	padding: 2px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
	display: none;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

.genesis-nav-menu .recent-posts-menu-item .menu-post {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 100%;
  	margin-right:0;
  	margin-bottom: 20px;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
	background-color: #8ea8cb;
	margin-bottom: 1.25%;
}

/* Secondary Header Menu
--------------------------------------------- */
.nav-secondary {
	display: inline-block;
	width: 100%;
}

.nav-secondary .menu {
	display: flex;
    justify-content: space-around;
    margin: 0;
}

.nav-secondary .genesis-nav-menu .menu-item {
	display: inline-block;
	width: 100%;
	margin:0;
	text-align: center;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 11px 0 13px;
	font-weight: 600;
}

.nav-secondary .menu-item:nth-child(3n+1) {
	background-color: #8ea8cb;
}

.nav-secondary .menu-item:nth-child(3n+2) {
	background-color: #b3d006;
}

.nav-secondary .menu-item:nth-child(3n+3) {
	background-color: #3c4b68;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */
.content,
.archive-description,
.sidebar,
.post-type-archive-resource .archive-description, 
.resource-library-page .archive-description,
.petitions-page .page.entry {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.content:after {
	content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.home .content {
	width: 100%;
}

.full-width-content .content,
.landing-page .content,
.archive-description {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* Entry Content
--------------------------------------------- */

.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;
	margin: 0 0 10px 18px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content code.block {
	display: block;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	padding-top: 20px;
}

.entry-footer .entry-meta .more-articles-link {
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
	width: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.single-resource .pagination a.page-numbers,
.single-resource .pagination .page-numbers.current {
	background-color: transparent;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 8px 12px;
	width: 32px;
	height: 32px;
	padding: 0;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a,
.single-resource .pagination a.prev,
.single-resource .pagination a.next {
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.single-resource .pagination  a.page-numbers:focus,
.single-resource .pagination  a.page-numbers:hover,
.single-resource .pagination .page-numbers.current {
	background-color: #b3d006;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.before-footer-widget-area {
	background-color: #8ea8cb;
	color:#fff;
	margin-top: 2%;
	margin-bottom: 40px;
	margin-left:1.25%;
	margin-right:1.25%;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}

.before-footer-widget-area .widget {
	padding: 30px 3.5%;
}

.before-footer-widget-area p,
.before-footer-widget-area a.button {
	float: left;
}

.before-footer-widget-area p,
.before-footer-widget-area form {
	display: inline-block;
	margin-bottom: 0;
}

.before-footer-item {
	flex-grow: 0.25;
}

.before-footer-item.before-footer-form {
	flex-grow: 2;
}

.before-footer-item.before-footer-button {
	flex-grow: 1;
}

.before-footer-item.before-footer-form p,
.before-footer-item.before-footer-form form {
	display: inline-block;
}

.before-footer-widget-area form {
	width: 100%;
}

.before-footer-widget-area p {
	margin-bottom: 10px;
	text-align: left;
}

.before-footer-widget-area a.button {
	background-color: #d0262f;
	border-color: #d0262f;
	margin-bottom: 10px;
	max-height: 40px;
	width: 100%
}

.before-footer-widget-area a.button:hover {
	background-color: transparent;
	color: #d0262f;
}

.before-footer-widget-area form input {
	width: auto;
	padding: 10px 14px;
	font-size: 18px;
	font-size: 1.8rem;
	border: 0;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.before-footer-widget-area form.ConvioSignup div.convio-field.field-email, 
.before-footer-widget-area form.ConvioSignup div.convio-field.field-zip, 
.before-footer-widget-area form.ConvioSignup input[type="submit"] {
	float: left;
	margin-right: 1%;
}

.before-footer-widget-area form.ConvioSignup div.convio-field.field-email {
	width: 59%
}

.before-footer-widget-area form.ConvioSignup div.convio-field.field-zip {
	width: 39%;
}

.before-footer-widget-area form.ConvioSignup input[name="primary_email"],
.before-footer-widget-area form.ConvioSignup input[name="home_zip"] {
	width: 100%;
}

.before-footer-widget-area input[type="submit"] {	
	background-color: #b3d006;
	border: 2px solid #b3d006;
	text-transform: uppercase; 
	padding: 9px 30px;
	color:#fff;
}

.before-footer-widget-area input[type="submit"]:hover {	
	background-color: transparent;
	color: #b3d006;
}

.footer-widgets {
	color:#fff;
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 0;
	font-family: "acumin-pro-condensed",sans-serif;
	margin-left: 1.25%;
	margin-right: 1.25%;
}

.footer-widgets .wrap,
.before-footer-widget-area .widget {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget_nav_menu {
	float: none;
}

.footer-widgets .widget-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets #simple-social-icons-3 ul li,
.footer-widgets .social-icon-shortcode{
	margin: 0 12px 12px 0 !important;
}

.footer-widgets #simple-social-icons-3 ul li a, 
.footer-widgets #simple-social-icons-3 ul li a:hover, 
.footer-widgets #simple-social-icons-3 ul li a:focus {
	font-size: 30px;
    padding: 5px;
    border: none !important;
    background-color: #fff !important;
}

.footer-widgets .social-icon-shortcode {
	width: auto;
}

.footer-widgets .social-icon-shortcode a {
	height: 40px;
	width: 40px;
	font-size: 30px;
	padding: 5px 0 0;
	border: none;
}

.footer-widgets .social-icon-shortcode a:hover,
.footer-widgets .social-icon-shortcode a:focus {
	background-color: #fff;
}

.footer-widgets .social-icon-shortcode svg {
	width: 30px;
	height: 30px;
}

.footer-widgets #simple-social-icons-3 ul li.ssi-facebook a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-facebook a:focus,
.footer-widgets #simple-social-icons-3 ul li.ssi-instagram a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-instagram a:focus,
.footer-widgets #simple-social-icons-3 ul li.ssi-linkedin a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-linkedin a:focus, 
.footer-widgets #simple-social-icons-3 ul li.ssi-pinterest a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-pinterest a:focus, 
.footer-widgets #simple-social-icons-3 ul li.ssi-twitter a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-twitter a:focus {
	background-color: #fff !important;
}

.footer-widgets #simple-social-icons-3 ul li.ssi-facebook a {
	background-color: #32469f !important;
} 
.footer-widgets #simple-social-icons-3 ul li.ssi-facebook a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-facebook a:focus {
	color: #32469f !important;
}

.footer-widgets #simple-social-icons-3 ul li.ssi-instagram a {
	background-color: #2b5a84 !important;
} 
.footer-widgets #simple-social-icons-3 ul li.ssi-instagram a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-instagram a:focus {
	color: #2b5a84 !important;
}

.footer-widgets #simple-social-icons-3 ul li.ssi-linkedin a {
	background-color: #0092b9 !important;
} 
.footer-widgets #simple-social-icons-3 ul li.ssi-linkedin a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-linkedin a:focus {
	color: #0092b9 !important;
}

.footer-widgets #simple-social-icons-3 ul li.ssi-pinterest a {
	background-color: #f02e2f !important;
} 
.footer-widgets #simple-social-icons-3 ul li.ssi-pinterest a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-pinterest a:focus {
	color: #f02e2f !important;
}

.footer-widgets #simple-social-icons-3 ul li.ssi-twitter a {
	background-color: #23a6fe !important;
} 
.footer-widgets #simple-social-icons-3 ul li.ssi-twitter a:hover, 
.footer-widgets #simple-social-icons-3 ul li.ssi-twitter a:focus {
	color: #23a6fe !important;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* header menu and social icons
---------------------------------------------------------------------------------------------------- */

.widget_nav_menu {
	display: inline-block;
	margin-bottom: 0;
	float: right;
}

.footer-widgets .widget_nav_menu {
	margin-bottom: 40px;
}

.site-header .simple-social-icons,
.site-header .widget_search,
.site-header .social-icons.widget_text {
	display: inline-block;
	margin-bottom: 0;
}

.site-header .simple-social-icons,
.site-header .social-icons.widget_text {
	float: right;
	margin-right: 10px;
}

.site-header #simple-social-icons-2 ul li a, 
.site-header #simple-social-icons-2 ul li a:hover, 
.site-header #simple-social-icons-2 ul li a:focus {
	font-size: 14px;
	padding: 5px;
}

.site-header .social-icon-shortcode {
	margin: 0 6px 12px;
	width: auto;
}

.site-header .social-icon-shortcode a,
.site-header .social-icon-shortcode a:hover,
.site-header .social-icon-shortcode a:focus {
	font-size: 14px;
	padding: 5px;
	background-color: #879fc5;
    border-radius: 14px;
    color: #ffffff;
    border: 2px #ffffff solid;
    width: 28px;
    height:28px;
}

.site-header .social-icon-shortcode a:hover,
.site-header .social-icon-shortcode a:focus {
	background-color: #ffffff; 
}
.site-header .social-icon-shortcode a:hover svg,
.site-header .social-icon-shortcode a:focus svg {
	fill: #8ea8cb;
    stroke: #8ea8cb;
}

.site-header .social-icon-shortcode svg {
	width: 14px;
	height: 14px;
}

.header-nav-addon-widget-area {
	margin: 20px 0 10px 1.25%;
}

.header-nav-addon-widget-area .widget {
	width: auto;
}

.site-header .widget_search input {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 6px;
	line-height: 1;
	width: auto;
	float: left;
}

.site-header .widget_search input[type="search"] {
	width: 130px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px #d3d3d3 solid;
	height: 28px;
}

.site-header .widget_search input[type="submit"],
.site-header .widget_search input[type="submit"]:focus {
	margin: 0;
	margin-right: 6px;
    border: 1px #d3d3d3 solid;
    border-left: none;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	background: #b3d006 url(images/magnifying-glass.png) no-repeat center center;
	background-size: 14px 14px;
	padding: 6px;
	display: inline-block;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.site-header .simple-social-icons ul li {
	margin-bottom: 0 !important
}


/* home page
---------------------------------------------------------------------------------------------------- */
.home .site-inner {
	background-color: transparent;
	padding-top: 0;
}

.home .flexslider {
	background-color: #fff;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom: 18px;
}

.home .flexslider p,
.home .flexslider h3 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 18px;
}

.home .flexslider p {
	line-height: 1.25;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
}

.home .flexslider p:last-child {
	margin-bottom: 0;
}

.home .flexslider .button {
	margin-bottom: 40px;
}

.home .flexslider .overlay .button {
	margin-bottom: -5px;
}

.home .flex-control-nav {
	bottom: -5px;
}

.home .flex-control-nav li {
    margin: 0 12px 0 0;
}

.home .flex-direction-nav a {
	bottom: 20px;
	top: auto;
}

.home .flex-control-paging li a {
	background: #fff;
    background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d3d3d3;
}

.home .flexslider .flex-direction-nav .flex-prev,
.home .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}
.home .flexslider .flex-direction-nav .flex-next,
.home .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

.home .flex-direction-nav a:before {
	color: #a7a7a7;
	border: 2px solid #a7a7a7;
	font-size: 16px;
	padding:10px 12.8515px ;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.home .entry {
	margin-bottom: 0;
}

.home .sidebar {
	width: 100%;
	line-height: 1.25;
	padding: 0;
}

.home .sidebar .box,
.home .sidebar .image-box {
	margin-bottom: 2%;
}

.home .sidebar .image-box img {
	width: 100%;
	margin:0;
}

.home .flexslider,
.home .entry-content .box {
	margin-bottom: 2%;
	overflow: hidden;
}

.home .flexslider {
	padding-bottom: 0;
}

.home .flexslider h2,
.home .box h2,
.home .flexslider h3,
.home .box h3 {
	text-transform: uppercase;
	font-family: "acumin-pro-condensed",sans-serif;
}

.home .flexslider .flexslides > li {
	position: relative;
}

.home .flexslider .overlay {
	position: absolute;
	top: 11.5%;
	left: 0;
	width: auto;
	margin-left: 10px;
}

.home .flexslider .overlay  h3,
.home .flexslider .overlay  p {
	padding-left: 0;
	padding-right: 0;
}

.home .flexslider .overlay h3 {
	margin-bottom: 12px;
}

.home .flexslider .overlay h3,
.home .flexslider .overlay .button {
	font-size: 16px;
	font-size: 1.6rem;
}

.home .flexslider h3 span {
	background-color: #b3d006;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0px 5px 5px;
}

.home .flexslider .overlay .center-text {
	text-align: left;
}

.home .flexslider h3 span:last-child {
	margin-bottom: 0;
}

.home .flexslider h2,
.home .box h2 {
	font-size: 34px;
	font-size: 3.4rem;
}

.home .sidebar.sidebar-featured-content {
	text-align: center;
}

.box.one-million-moms h2 {
	font-size: 42px;
	font-size: 4.2rem;
	text-transform: uppercase;
}

.home .flexslider h3,
.home .box h3 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
}

.home .flexslider h3 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.4px;
}

.home .state-box.box h3 {
	font-weight: 600;
	font-size: 32px;
	font-size: 3.2rem;
}

.home .state-box.box h4 {
	font-size: 20px;
	font-size: 2.0rem;
}

.home .state-box.box .map-shortcode {
	width:100%;
	float: left;
	margin-bottom: 15px;
}

.home .state-box.box .map-shortcode .map-svg-outer {
	width: 75%;
}

.home .state-box.box .map-shortcode .state-outline{
	fill:#fff;
	stroke: #fff;
	stroke-width:3;
}

.home .flexslider h4, 
.home .box h4 {
	text-transform: none;
	margin-top: -10px;
	margin-bottom: 20px;
}

.home .box p,
.box.one-million-moms {
	font-weight: 600;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
}

.home .state-box.box p {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 30px;
}

.home .latest-news {
	background-color: #fff;
	padding: 4% 3.5%;
	margin-bottom: 2%;
}

.home .latest-news h2.section-heading {
	margin-bottom: 50px;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
}

.home .latest-news .entry {
	margin-bottom: 40px;
}

.home .latest-news h2.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	margin-bottom: 20px;
	font-family: "acumin-pro-condensed",sans-serif;
}

.home .latest-news .entry-meta {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
}

.home .latest-news .entry-meta a {
	color:#000;
	text-decoration: none;
}

.home .latest-news .entry-content {
	font-family: jaf-bernino-sans, sans-serif;
	/*font-family: "proxima-nova",sans-serif;*/
}

.home .latest-news img.alignleft {
	margin-right: 3.75%;
	border:1px solid #ddd;
}

.home .latest-news .read-more-link {
	text-align: right;
	margin-bottom: 0;
}


/* flexslider
---------------------------------------------------------------------------------------------------- */
.entry-content .flexslider ul > li {
	margin: 0;
	list-style: none;
}

.flexslider img.fullwidth {
	width: 100%;
}

.flexslider img.alignleft {
	margin: 0 25px 20px 0 !important;
}

.flexslider img.alignright {
	margin: 0 0 20px 25px !important;
}

.flexslider img.centered {
	margin: 0 auto 30px !important;
}

.flexslider img.fullwidth.centered,  
.flexslider img.fullwidth.alignleft, 
.flexslider img.fullwidth.alignright {
	margin-bottom: 0 !important;
}

.flexslider img.fullwidth.centered,  
.flexslider img.fullwidth.alignleft, 
.flexslider img.fullwidth.alignright,
.home .flexslider img.centered,  
.home .flexslider img.alignleft, 
.home .flexslider img.alignright {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.home .flexslider img.centered,  
.home .flexslider img.alignleft, 
.home .flexslider img.alignright,
.home .flexslider img.alignnone {
	margin-bottom: 0 !important;
}

.home .flexslider figure {
	width: 100%;
}
 
.home .flexslider img.alignleft,
.home .flexslider img.alignright {
	width: 41.6666666666667%;
	margin: 4.5% auto 3.5% !important;
	float: none;
}

.home .flexslider img.fullwidth.centered,  
.home .flexslider img.fullwidth.alignleft, 
.home .flexslider img.fullwidth.alignright {
	margin-bottom: 18px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 100%;
}

.unbound .flexslider p {
	font-size: 17px;
	font-size: 1.7rem;
}

/* simple lightbox image popup (especially on resource galleries)
---------------------------------------------------------------------------------------------------- */
.single-resource #slb_viewer_wrap .slb_theme_slb_default .slb_data_title, 
.single-resource #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: jaf-bernino-sans, sans-serif;
	font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
}

.single-resource #slb_viewer_wrap .slb_controls .slb_slideshow {/* play/pause button */
	display: none;
}


/* resources
---------------------------------------------------------------------------------------------------- */
.resource-library-page h3.section-heading,
.post-type-archive-resource h3.section-heading {
	text-transform: uppercase;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 600;
	color: #3b4a67;
	margin-bottom: 60px;
	line-height: 1;
	width: 98%;
}

.resource-library-description {
	margin-bottom: 60px;
}

.post-type-archive-resource .sidebar h3, 
.resource-library-page .sidebar h3 {
	text-align: center;
	background-color: #b3d006;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 3px 0 5px;
	font-family: "acumin-pro-condensed",sans-serif;
	margin-bottom: 40px;
}

.resource-filter-shortcode,
.post-type-archive-resource .resource-search-shortcode {
	margin-left: 10px;
	margin-bottom: 30px;
}

.resource-filter-shortcode .widget-title {
	color:#5479b7;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
}

.resource-filter-shortcode li {
	line-height: 1.5;
}

.resource-filter-shortcode li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	width: 100%;
	display: block;
	padding-left: 25px;
	text-indent: -25px;
}

.resource-filter-shortcode li a:hover {
	background-color: #afd401;
}

.resource-filter-shortcode li a:before {
	content: "\00a0";
	width: 14px;
	height: 14px;
	border:1px solid #afafaf;
	margin-right: 10px;
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	text-indent: 0;
	margin-left: 5px;
}

.resource-filter-shortcode li a:hover:before {
	border-color: #333;
}

.resource-filter-shortcode li.active a:before {
	content: "\2713";
}

.posts-shortcode,
.post-type-archive-resource .content {
	display: flex;
	flex-wrap:wrap;
}

.posts-shortcode h2 {
	width: 100%;
}

.single-resource.resource-format-gallery .entry-content {
	width: 100%;
}

.single-resource .entry-content .resource-gallery {
	width: 104%;
	margin-left: -2%;
	display:inline-block;
}

.post-type-archive-resource .resource.entry,
.resource-library-page .resource.entry,
.entry-content .posts-shortcode .entry,
.single-team_member .posts-shortcode .entry,
.single-resource .entry-content .resource-gallery figure {
	border: 1px solid #cdcdcd;
	width: 100%;
}

.single-resource .entry-content .resource-gallery .gallery-item {
	margin-bottom: 4%;
	width: 100%;
}

.post-type-archive-resource .resource.entry img.entry-image,
.resource-library-page .resource.entry img.entry-image,
.entry-content .posts-shortcode .entry img.entry-image,
.single-team_member .posts-shortcode .entry img.entry-image,
.entry-content .posts-shortcode .entry a.entry-image-link {
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
}

.single-resource .entry-content .resource-gallery figure img {
	width: 100%;
}

.single-resource .entry-content .resource-gallery figure .wp-caption-text {
	padding: 20px 20px 20px;
	font-style: normal;
	text-align: left;
	margin-top: 0;
}

.single-resource .entry-content .resource-gallery figure .wp-caption-text p:last-child {
	margin-bottom: 0;
}

.single-resource .entry-content .resource-gallery .entry-meta {
	color:#d0262f;
}

.post-type-archive-resource .resource.entry a.entry-image-link,
.resource-library-page .resource.entry a.entry-image-link,
.entry-content .posts-shortcode .entry a.entry-image-link,
.single-team_member .posts-shortcode .entry a.entry-image-link,
.blog .featured-news .entry a.entry-image-link,
.taxonomy .featured-news .entry a.entry-image-link,
.content-sidebar.taxonomy .featured-news .entry a.entry-image-link,
.blog .entry a.entry-image-link, 
.home .latest-news .entry a.entry-image-link, 
.search .entry a.entry-image-link, 
.taxonomy .entry a.entry-image-link,
.related-posts a.entry-image-link {
	height: 0;
	padding-bottom: 66.66666667%;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}

.blog .entry a.entry-image-link, 
.home .latest-news .entry a.entry-image-link, 
.search .entry a.entry-image-link, 
.taxonomy .entry a.entry-image-link,
.related-posts a.entry-image-link {
	float: left;
	margin-right: 4%;
	width:100%;
	padding-bottom: 66.66666667%; /*40% x 220/330*/
}

.blog .featured-news .entry .entry-header, 
.search .featured-news .entry .entry-header, 
.taxonomy .featured-news .entry .entry-header,
.blog .featured-news .entry .entry-content, 
.taxonomy .featured-news .entry .entry-content {
	width: 100%;
}

.posts-shortcode .read-more-link {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	width: 100%;
	display: inline-block;
}

.post-type-archive-resource .resource .entry-header,
.resource-library-page .resource .entry-header,
.posts-shortcode .entry-header,
.posts-shortcode .entry-content {
	margin: 0 8% 25px;
}

.post-type-archive-resource .resource .entry-content,
.resource-library-page .resource .entry-content {
	margin: 0;
}

.post-type-archive-resource .resource .entry-content,
.resource-library-page .resource .entry-content,
.posts-shortcode .entry-content {
	line-height: 1.3;
	font-size: 14px;
	font-size: 1.4rem;
}

.post-type-archive-resource .resource .entry-content ul,
.resource-library-page .resource .entry-content ul,
.posts-shortcode .entry-content ul {
	margin: 0;
}

.post-type-archive-resource .resource .entry-content ul > li,
.resource-library-page .resource .entry-content ul > li,
.posts-shortcode .entry-content ul > li {
	margin-left: 15px;
	padding-left: 10px;
}

.post-type-archive-resource .resource h2.entry-title,
.resource-library-page .resource h2.entry-title,
.posts-shortcode h2.entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: none;
	text-align: left;
	margin-bottom: 0;
}

.post-type-archive-resource .resource .entry-header .entry-meta,
.resource-library-page .resource .entry-header .entry-meta,
.posts-shortcode .entry-header .entry-meta,
.gallery-item .entry-meta {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color:#5479b7;
	font-family: "proxima-nova",sans-serif;
}

.post-type-archive-resource .resource .entry-header .entry-meta a,
.resource-library-page .resource .entry-header .entry-meta a,
.posts-shortcode .entry-header .entry-meta a {
	text-decoration: none;
}

.post-type-archive-resource .resource .entry-header .entry-meta a:hover,
.resource-library-page .resource .entry-header .entry-meta a:hover,
.posts-shortcode .entry-header .entry-meta a:hover,
.post-type-archive-resource .resource.entry a:hover {
	text-decoration: none;
	color:#000;
}

.single-resource .share-buttons,
.single-press_release .share-buttons,
.page .share-buttons {
	margin-bottom: 35px;
	margin-top: 30px;
	width: 100%;
}

.single-resource .share-buttons,
.page .share-buttons {
	margin-top: 50px;
}

.single-resource .format-gallery .share-buttons,
.single-press_release .format-gallery .share-buttons {
	margin-top: 35px;
}

.single-resource .share-buttons a,
.single-press_release .share-buttons a,
.page .share-buttons a {
	width: 100%;
	margin-left: 0;
	margin-bottom: 2%;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 56px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
	border-width: 2px;
	border-style: solid;
	position: relative;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-style: normal;
}

.single-resource.single-resource-image .share-buttons a,
.single-press_release.single-resource-image .share-buttons a,
.page.single-resource-image .share-buttons a {
	padding-left: 40px;
	padding-right: 7px;
}

.single-resource .share-buttons .social-icon-shortcode,
.single-press_release .share-buttons .social-icon-shortcode,
.page .share-buttons .social-icon-shortcode {
	background-color: #FFF;
    border: 1px solid #FFF;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 0;
    margin-top: 3px;
}

.single-resource.single-resource-image .share-buttons .social-icon-shortcode,
.single-press_release.single-resource-image .share-buttons .social-icon-shortcode,
.page.single-resource-image .share-buttons .social-icon-shortcode {
	left: 5px;
}

.single-resource .share-buttons .social-icon-shortcode svg,
.single-press_release .share-buttons .social-icon-shortcode svg,
.page .share-buttons .social-icon-shortcode svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    stroke-width: 0;
    margin-top: 4px;
}

.single-resource .share-buttons a.download,
.single-press_release .share-buttons a.download,
.page .share-buttons a.download {
	background-color: #d0262f;
	border-color: #d0262f;
}

.single-resource .share-buttons a.download .social-icon-shortcode,
.single-press_release .share-buttons a.download .social-icon-shortcode,
.page .share-buttons a.download .social-icon-shortcode {
	background-color: transparent;
    border: 3px solid #FFF;
}

.single-resource .share-buttons .social-icon-shortcode svg.social-icon-download,
.single-press_release .share-buttons .social-icon-shortcode svg.social-icon-download,
.page .share-buttons .social-icon-shortcode svg.social-icon-download {
    margin-top: 0;
    stroke-width: 1.5;
    stroke: #FFF;
    fill: #FFF;
}

.single-resource .share-buttons a.download:hover .social-icon-shortcode ,
.single-press_release .share-buttons a.download:hover .social-icon-shortcode ,
.page .share-buttons a.download:hover .social-icon-shortcode  {
	border: 2px solid #d0262f;
}

.single-resource .share-buttons a.download:hover .social-icon-shortcode svg.social-icon-download,
.single-press_release .share-buttons a.download:hover .social-icon-shortcode svg.social-icon-download,
.page .share-buttons a.download:hover .social-icon-shortcode svg.social-icon-download {
	stroke-width: 1;
	stroke: #d0262f;
    fill: #d0262f;
}

.single-resource .share-buttons a.email,
.single-press_release .share-buttons a.email,
.page .share-buttons a.email {
	background-color: #b3d006;
	border-color: #b3d006;
}

.single-resource .share-buttons svg.social-icon-email,
.single-press_release .share-buttons svg.social-icon-email,
.page .share-buttons svg.social-icon-email {
	stroke: #b3d006;
    fill: #b3d006;
}

.single-resource .share-buttons a.email:hover .social-icon-shortcode,
.single-press_release .share-buttons a.email:hover .social-icon-shortcode,
.page .share-buttons a.email:hover .social-icon-shortcode {
    border-color: #b3d006;
}

.single-resource .share-buttons a.facebook,
.single-press_release .share-buttons a.facebook,
.page .share-buttons a.facebook {
	background-color: #3c4b68;
	border-color: #3c4b68;
}

.single-resource .share-buttons svg.social-icon-facebook,
.single-press_release .share-buttons svg.social-icon-facebook,
.page .share-buttons svg.social-icon-facebook {
	stroke: #3c4b68;
    fill: #3c4b68;
}

.single-resource .share-buttons a.facebook:hover .social-icon-shortcode,
.single-press_release .share-buttons a.facebook:hover .social-icon-shortcode,
.page .share-buttons a.facebook:hover .social-icon-shortcode {
    border-color: #3c4b68;
}

.single-resource .share-buttons a.twitter,
.single-press_release .share-buttons a.twitter,
.page .share-buttons a.twitter {
	background-color: #8ca2c7;
	border-color: #8ca2c7;
}

.single-resource .share-buttons svg.social-icon-twitter,
.single-press_release .share-buttons svg.social-icon-twitter,
.page .share-buttons svg.social-icon-twitter {
	stroke: #8ca2c7;
    fill: #8ca2c7;;
}

.single-resource .share-buttons a.twitter:hover .social-icon-shortcode,
.single-press_release .share-buttons a.twitter:hover .social-icon-shortcode,
.page .share-buttons a.twitter:hover .social-icon-shortcode {
    border-color: #8ca2c7;
}

.single-resource .share-buttons a.pinterest,
.single-press_release .share-buttons a.pinterest,
.page .share-buttons a.pinterest {
	background-color: #E60023;
	border-color: #E60023;
}

.single-resource .share-buttons svg.social-icon-pinterest,
.single-press_release .share-buttons svg.social-icon-pinterest,
.page .share-buttons svg.social-icon-pinterest {
	stroke: #E60023;
    fill: #E60023;;
}

.single-resource .share-buttons a.pinterest:hover .social-icon-shortcode,
.single-press_release .share-buttons a.pinterest:hover .social-icon-shortcode,
.page .share-buttons a.pinterest:hover .social-icon-shortcode {
    border-color: #E60023;
}

.single-resource .share-buttons a.pinterest:hover,
.single-press_release .share-buttons a.pinterest:hover,
.page .share-buttons a.pinterest:hover {
	cursor: pointer;
}

.single-resource .share-buttons a.download:hover,
.single-resource .share-buttons a.email:hover,
.single-resource .share-buttons a.facebook:hover,
.single-resource .share-buttons a.twitter:hover,
.single-resource .share-buttons a.pinterest:hover,
.single-press_release .share-buttons a.download:hover,
.single-press_release .share-buttons a.email:hover,
.single-press_release .share-buttons a.facebook:hover,
.single-press_release .share-buttons a.twitter:hover,
.single-press_release .share-buttons a.pinterest:hover,
.page .share-buttons a.download:hover,
.page .share-buttons a.email:hover,
.page .share-buttons a.facebook:hover,
.page .share-buttons a.twitter:hover,
.page .share-buttons a.pinterest:hover {
	background-color: transparent;
}

.single-resource .share-buttons a.download:hover,
.single-press_release .share-buttons a.download:hover,
.page .share-buttons a.download:hover {
	color: #d0262f;
}

.single-resource .share-buttons a.email:hover,
.single-press_release .share-buttons a.email:hover,
.page .share-buttons a.email:hover {
	color: #b3d006;
}

.single-resource .share-buttons a.facebook:hover,
.single-press_release .share-buttons a.facebook:hover,
.page .share-buttons a.facebook:hover {
	color: #3c4b68;
}

.single-resource .share-buttons a.twitter:hover,
.single-press_release .share-buttons a.twitter:hover,
.page .share-buttons a.twitter:hover {
	color: #8ca2c7;
}

.single-resource .share-buttons a.pinterest:hover,
.single-press_release .share-buttons a.pinterest:hover,
.page .share-buttons a.pinterest:hover {
	color: #E60023;
}

.single-resource .share-buttons a:first-child,
.single-press_release .share-buttons a:first-child,
.page .share-buttons a:first-child {
	margin-left: 0;
}

.resource-screenshots {
	text-align: center;
	margin-bottom: 30px;
}

.resource-screenshots figure {
	margin: 0 auto;
}

.resource-screenshots img {
	margin: 0 0 20px;
}

.resource-screenshots .wp-video {
	margin: 0 auto 20px;
}

.resource-screenshots.resource-video {
	width: 100%;
	margin: 0 auto 50px;
}

.resource-video-wrap { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	margin: 0 auto 20px;
	width:100%;
}

.cspan-video .resource-video-wrap {
	padding-bottom: 58.66%;
}

.cspan-video .resource-video-wrap iframe {
	left: -10px;
	top:  -20px;
}

.resource-video-wrap iframe, 
.resource-video-wrap object, 
.resource-video-wrap embed, 
.resource-video-wrap video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.single-resource .resource-take-action {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.single-resource .format-gallery .resource-take-action { 
	margin-top: 40px;
}

.single-resource .resource-take-action a.button {
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 22px;
	font-size: 2.2rem;
	width: 630px;
	max-width: 100%;
}

.single-resource .entry-footer {
	text-align: center;
}

.single-resource .entry-footer a.read-more-link {
	font-weight: bold;
}

.resource-search-shortcode select,
.search-sort-form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF url(images/resource-search-arrow.png) no-repeat 95% center;
    padding: 10px 16px;
}

.resource-search-shortcode input,
.resource-search-shortcode select,
.search-sort-form select {
	border: 2px solid #d3d3d3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 20px;
}

.resource-search-shortcode input[type="search"] {
	float: left;
	padding: 8px 16px;
	height:40px;
}

.resource-search-shortcode form {
	text-align: center;
}

.resource-search-shortcode input[type="submit"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #b3d006;
	padding: 8px 46px 10px 24px;
	margin-top: 0;
	background: #b3d006 url(images/magnifying-glass.png) no-repeat 82% center;
	background-size: 20px;
	font-size: 20px;
	font-size: 2.0rem;

}

.post-type-archive-resource .resource-search-shortcode input[type="submit"] {
	display: none;
}

.post-type-archive-resource .resource-search-shortcode input[type="submit"]:hover {
	background-color: #b3d006;
	border-color:#b3d006;
	color:#FFF;
}

.resource-search-shortcode input[type="submit"]:hover {
	background-color: transparent;
	border-color:#FFF;
	color:#FFF;
}

/* resource gallery image
---------------------------------------------------------------------------------------------------- */
.single-resource-image .flexslider {
	overflow: hidden;
}

.single-resource-image .flexslider .slides {
	margin-left: 0;
}

.single-resource-image figure {
	display: table;
	margin: 0 auto;
	max-width: 80% !important;
}

.single-resource-image figcaption {
	display: table-caption;
	caption-side: bottom;
	text-align: left;
	margin-top: 10px;
}

.single-resource-image .flexslider img {
	margin: 0 auto;
	display: block;
	max-height: 100vh;
	width: auto;
}

.single-resource-image .flexslider .flex-direction-nav .flex-prev, 
.single-resource-image .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
    left: 0;
}

.single-resource-image .flexslider .flex-direction-nav .flex-next, 
.single-resource-image .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}

.single-resource-image .flex-direction-nav a:before {
	color: #a7a7a7;
    border: 2px solid #a7a7a7;
    font-size: 16px;
    padding: 10px 12.8515px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.single-resource.resource-format-testimony .entry-title { 
	text-transform: none;
}

/* press
---------------------------------------------------------------------------------------------------- */
.post-type-archive-press h3.press-month-heading,
.post-type-archive-press_release h3.press-month-heading {
	color: #d0262f;
	text-transform: uppercase;
	margin: 40px 0 30px;
}

.post-type-archive-press .content,
.post-type-archive-press_release .content {
	margin-bottom: 60px;
}

.moms-in-the-media-page .posts-shortcode p {
	margin-bottom: 40px;
}

.moms-in-the-media-page .entry-content .posts-shortcode .entry {
	width: 100%;
	margin-right: 0;
	border: none;
}

.moms-in-the-media-page .entry-content .posts-shortcode .entry:nth-of-type(2n+2) {
	margin-right: 0;
}

.moms-in-the-media-page .posts-shortcode .entry-header {
	margin: 0;
}

.post-type-archive-press .entry,
.post-type-archive-press_release .entry,
.press-shortcode .entry,
.moms-in-the-media-page .entry-content .posts-shortcode .entry{
	margin-bottom:10px;
}

.post-type-archive-press .entry-meta,
.post-type-archive-press_release .entry-meta,
.press-shortcode .entry-meta,
.moms-in-the-media-page .posts-shortcode .entry-meta {
	width: 100%;
	float: left;
	text-align: left;
}

.post-type-archive-press p.entry-meta,
.post-type-archive-press_release p.entry-meta,
.press-shortcode p.entry-meta {
	font-size: 17px;
	font-size: 1.7rem;
}

.moms-in-the-media-page .posts-shortcode p.entry-meta {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	text-transform: none;
	font-family: jaf-bernino-sans, sans-serif;
	color: #000;
}

.post-type-archive-press .press.entry .entry-title,
.post-type-archive-press_release .press_release.entry .entry-title,
.press-shortcode .entry .entry-title,
.moms-in-the-media-page .posts-shortcode .entry .entry-title {
	width: 100%;
	float: right;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: left;
	font-family: jaf-bernino-sans, sans-serif;
	/*font-family: "proxima-nova",sans-serif;*/
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
	text-transform: none;
}

.post-type-archive-press .press.entry .entry-title a,
.post-type-archive-press_release .press_release.entry .entry-title a,
.press-shortcode .entry-title a,
.moms-in-the-media-page .posts-shortcode .entry-title a {
	color: #5479b7;
}

.post-type-archive-press .press.entry .entry-title a:hover,
.post-type-archive-press_release .press_release.entry .entry-title a:hover,
.press-shortcode .entry-title a:hover,
.moms-in-the-media-page .posts-shortcode .entry-title a:hover {
	color: #000;
}

.moms-in-the-media-page .posts-shortcode p.entry-meta {
	margin-bottom: 0;
}

.post-type-archive-press .entry-time,
.post-type-archive-press_release .entry-time,
.press-shortcode .entry-time,
.moms-in-the-media-page .posts-shortcode .entry-time {
	width: 100%;
	display: block;
	float: left;
	padding-right: 20px;
}

.post-type-archive-press_release .entry-time,
.press-shortcode .press_release .entry-time,
.moms-in-the-media-page .posts-shortcode .post .entry-time {
	width: 100%;
}

.post-type-archive-press .press-publication,
.press-shortcode .press-publication {
	width:100%;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 1;
}

.single-press_release .entry-header .entry-meta {
	text-align: left;
	font-weight: 700;
	margin: 55px 0 20px;
	font-size: 17px;
	font-size: 1.7rem;
}

.single-press_release .entry-header .entry-meta span,
.single-press_release .entry-header .entry-meta time {
	display: block;
}

.single-press_release .entry-header .entry-meta span {
	text-transform: uppercase;	
}

.single-press_release .entry-footer:before {
	content:'###';
	margin-bottom: 60px;
	text-align: center;
	display: block;
}
/* issues pages
---------------------------------------------------------------------------------------------------- */
.single-resource .section-heading {
	text-align: left;
}

.page .section-heading {
	text-align: left;
}

.single-resource .entry-title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 900px;
}

.issues-child-page .unbound.child-page-slider {
	padding-bottom: 1px;
}

.issues-child-page .entry-content .unbound.child-page-slider h3.section-heading {
	color: #3b4a67;
	text-align: left;
	font-size: 24px;
    font-size: 2.4rem;
    text-transform: none;
    margin-bottom: 45px;
}

.issues-child-page .child-page-slider .slides li{
	max-width: 20%;
	float: left;
	list-style: none;
}

.issues-child-page .child-page-slider .slides li img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom:20px;
	padding: 0 15%;
}

.issues-child-page .child-page-slider h3 a {
	color: #3b4a67;
	text-decoration: none;
	font-family: "acumin-pro-condensed",sans-serif;
}

.issues-child-page .child-page-slider .flexslider {
	margin-bottom: 50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.issues-child-page .child-page-slider .flexslider .flex-direction-nav .flex-prev,
.issues-child-page .child-page-slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -5%;
}
.issues-child-page .child-page-slider .flexslider .flex-direction-nav .flex-next,
.issues-child-page .child-page-slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -5%;
}

.issues-child-page .child-page-slider .flex-direction-nav a:before {
	color: #a7a7a7;
	border: 2px solid #a7a7a7;
	font-size: 16px;
	padding:10px 12.8515px ;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


/* blog and taxonomies
---------------------------------------------------------------------------------------------------- */
.blog .entry,
.search .entry,
.taxonomy .entry {
	margin-bottom: 40px;
}

.blog h2.entry-title,
.search h2.entry-title,
.taxonomy h2.entry-title {
	text-transform: none;
	text-align: left;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 400;
	margin-bottom: 24px;
	margin-top: -5px;
}

.blog .featured-news h2.entry-title,
.taxonomy .featured-news h2.entry-title {
	font-size: 25px;
	font-size: 2.5rem;
}

.blog .entry-title a,
.search .entry-title a,
.taxonomy .entry-title a {
	color: #3c4b68;
}

.blog article img.alignleft,
.home .latest-news article img.alignleft,
.search article img.alignleft,
.taxonomy article img.alignleft {
	margin-right: 40px;
	border: 1px solid #ddd;
	width: 100%;
}

.blog .entry-header .entry-meta,
.search .entry-header .entry-meta,
.taxonomy .entry-header .entry-meta,
.blog p.entry-meta,
.search p.entry-meta,
.taxonomy p.entry-meta {
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 22px;
}

.blog .entry-meta a,
.search .entry-meta a,
.taxonomy .entry-meta a {
	color: #000;
	text-decoration: none;
}

.blog .entry-meta a:hover,
.search .entry-meta a:hover,
.taxonomy .entry-meta a:hover {
	text-decoration: underline;
}

.blog article .entry-content,
.search article .entry-content,
.taxonomy article .entry-content {
	font-family: jaf-bernino-sans, sans-serif;
	/*font-family: "proxima-nova",sans-serif;*/
	font-size: 17px;
	font-size: 1.7rem;
}

.blog article .entry-content p,
.search article .entry-content p,
.taxonomy article .entry-content p {
	margin-bottom: 15px;
}

.blog .read-more-link a,
.search .read-more-link a,
.taxonomy .read-more-link a {
	font-size: 20px;
	font-size: 2.0rem;
	font-family: "acumin-pro-condensed",sans-serif;
}

.blog .featured-news,
.taxonomy .featured-news {
	display: inline-block;
}

.blog .featured-news article img.alignleft,
.taxonomy .featured-news article img.alignleft {
	margin-right: 0;
	width: 100%;
}

.blog .section-heading,
.search .section-heading,
.archive .section-heading {
	color:#5479b7;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: "acumin-pro-condensed",sans-serif;
}

.archive .section-heading {
	margin-bottom: 30px;
}

.blog .blog-upper,
.archive.content-sidebar .blog-upper,
.single-post .entry-header,
.taxonomy .featured-news {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.single-post .entry-header {
	margin-bottom: 40px;
}

.single-post .entry-footer {
	padding: 0 6% 0;
	margin-bottom: 40px;
}

.single-post .entry-title {
	text-transform: none;
	font-size: 44px;
	font-size: 4.4rem;
	text-align: left;
	line-height: 1.25;
	margin-bottom: 30px;
}

.single-post .entry-header .entry-meta {
	text-align: left;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 30px;
}

.single-post .entry-header .entry-meta a {
	color: #000;
	text-decoration: none;
}

.single-post .content img {
	border: 1px solid #ddd;
}

.single-post .share-buttons a {
	color: #fff;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    border-width: 2px;
    border-style: solid;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 6px 8px;
    font-weight: 600;
    margin-right: 4px;
}

.single-post .share-buttons a.twitter {
    background-color: #00abf1;
    border-color: #00abf1;
}

.single-post .share-buttons a.facebook {
    background-color: #305798;
    border-color: #305798;
}


.single-post .share-buttons svg {
    stroke: #FFF;
    fill: #FFF;
    display: inline-block;
    width: 14px;
    height: 14px;
    stroke-width: 0;
    vertical-align: middle;
    margin-right: 4px;
}

.single-post .share-buttons a.twitter:hover {
    background-color: #fff;
    color: #00abf1;
}

.single-post .share-buttons a.facebook:hover {
    background-color: #fff;
    color: #305798;
}

.single-post .share-buttons a.twitter:hover svg {
    stroke: #00abf1;
    fill: #00abf1;
}

.single-post .share-buttons a.facebook:hover svg {
    stroke: #305798;
    fill: #305798;
}

.single-post .sidebar .posts-shortcode {
	background: #f6f6fe;
	padding: 30px; 
	margin-bottom: 60px;
}

.single-post .sidebar h3.widget-title {
	color:#5479b7;
	font-size: 30px;
	font-size: 3.0rem;
}


.single-post .sidebar .posts-shortcode .entry {
	margin-bottom: 50px;
}

.single-post .sidebar .posts-shortcode .entry:last-child {
	margin-bottom: 0;
}

.single-post .sidebar .posts-shortcode .entry-header {
	padding: 0;
	margin: 0; 
}

h3.widget-title {
	color:#fff;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 30px;
}

.single-post .sidebar .posts-shortcode h2.entry-title {
	font-size: 20px;
	font-size: 2.0rem;
}

.single-post .sidebar p:empty{
	display: none;
}

.related-posts-wrap article {
	width: 100%;
}

.related-posts .entry-header {
	width: 100%;
}

.related-posts .section-heading {
	margin-bottom: 60px;
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 400;
	font-size: 32px;
	font-size: 3.2rem;
}

.related-posts img {
	margin-right: 0;
	width:100%;
}

.single-post .related-posts .entry-header {
	padding: 0;
	margin-bottom: 20px;
}

.single-post .related-posts .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.single-post .related-posts .entry-header .entry-meta,
.entry-footer .related-posts .entry-meta {
	padding:0;
	margin: 0;
}

.related-posts .read-more-link a, 
.related-posts a.read-more-link {
	font-size: 20px;
	font-size: 2.0rem;
}

/* custom classes
---------------------------------------------------------------------------------------------------- */
.entry-content h2.chalk-bg {
    background: url(images/chalk-bg.png) no-repeat;
    color: #fff;
    padding: 10px 45px 20px;
    background-position: center center;
    background-size: 100% 100%;
    line-height: 1;
    display: table;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.center-text {
	text-align: center;
}

.box {
	background-color: #f6f6fe;
	width: 100%;
	display: inline-block;
	padding: 2.3% 3.125%;
	margin-bottom: 2%;

}

.box figure {
	width: 100%;
	display: inline-block;
}

.box figure img {
	margin: 0 auto 20px;
	display: block;
}

.box.transparent,
.community-rx-page .box.transparent,
.community-rx-child-page .box.transparent {
	background-color: transparent;
}

.community-rx-page .box,
.community-rx-child-page .box {
	background-color: #f3bb2c 
}

.community-rx-page .box h2,
.community-rx-child-page .box h2,
.community-rx-page .box h3,
.community-rx-child-page .box h3 {
	color: #FFF;
}

.community-rx-page .box.transparent h2,
.community-rx-child-page .box.transparent h2,
.community-rx-page .box.transparent h3,
.community-rx-child-page .box.transparent h3 {
	color: #d0262f;
}

.home .box,
.sidebar .box {
	color: #fff;
	padding: 4% 3.5%;
}

.box h4 {
	color: #fff
}

.box p:last-child {
	margin-bottom: 0;
}

.box.dark-text,
.box.dark-text h2,
.box.dark-text h3,
.box.dark-text h4 {
	color: #000;
}

.center {
	text-align: center;
}

.read-more-link a,
a.read-more-link {
	text-decoration: none;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "acumin-pro-condensed",sans-serif;
}

.read-more-link a:hover,
a.read-more-link:hover{
	text-decoration: underline;
}

.capitalize {
	text-transform: uppercase;
}

.count,
.unbound p.count,
.count-with-text,
.unbound p.count-with-text {
	font-size: 58px;
	font-size: 5.8rem;
	line-height: 1;
	color: #d22426;
	text-align: center;
	font-family: "proxima-nova",sans-serif;
}

.unbound p.count, 
.unbound p.count-with-text { 
	margin-bottom: 0;
}

.full-width-content .unbound,
.state-chapters-child-page .unbound,
.volunteer-states-child-page .unbound,
.full-width-content .box {
	margin-left: -5.5555555556%; /* ((1-0.9)/2)/0.9 = 5%/0.9 */
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5.5555555556%;
	padding-right: 5.5555555556%;
	width: 111.1111111111%;
}

.full-width-content .box {
	padding: 5.5555555556%;
}

.state-chapters-child-page .unbound,
.volunteer-states-child-page .unbound {
	margin-top: 10px;
	display: inline-block;
}

.unbound {
	background-color: #f6f6fe;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
}

.unbound p {
    font-size: 26px;
    font-size: 2.6rem;
}

 .unbound p:last-child {
    margin-bottom: 0;
 }

figure.unbound,
.full-width-content figure.unbound {
	padding:0;
	background-color: transparent;
	display: flex;
}

figure.unbound img {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    margin: 0 0.5% 0 0;
}

figure.unbound img:last-child,
figure.unbound img:last-of-type {
	margin-right: 0;
}

ul.heading-list {
	margin-left: 0;
}

ul.heading-list > li {
	list-style-type: none;
	margin-left: 0;
}

ul.heading-list > li span.heading {
	font-weight: bold;
	text-transform: uppercase;
}

.our-mission-page ul.heading-list > li span.heading {
	text-transform: none;
	color: #d0262f;
}

.stats {
	text-align: center;
	text-transform: uppercase;
}


.stat {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.stat figure {
	height: 70px;
    display: flex;
    margin: 0 auto;
    width: auto;
    margin-bottom: 10px;
}

.stat figure img {
	object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
}

.stats h3 {
	color: #000;
	font-size: 40px;
	font-size: 4.0rem;
}

.stats p,
.unbound.stats p {
	color: #545454;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "acumin-pro-condensed",sans-serif;
	line-height: 1.2;
	letter-spacing: 1px;
}



/* styling for inline tweets created by shortcode with the inline tweets plugin
---------------------------------------------------------------------------------------------------- */

a.inline-tweet {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.inline-tweet:hover {
	background: #55acee;
	color: #FFF;
	border-bottom: none;
}

a.inline-tweet .tweety-bird {
	text-indent: -9999px;
	background: url(images/tweety-bird.png);
	background-size: 100%;
	display: inline-block;
	width: 17px;
	height: 17px;
}

a.inline-tweet:hover .tweety-bird {
	background-position: 0 118px;
}

/* State Chapters
---------------------------------------------------------------------------------------------------- */
.map-shortcode .map-svg-outer {
	display: inline-block;
	position: relative;
}

.state-chapters-page .map-shortcode,
.volunteer-states-child-page-shortcode {
	padding-bottom: 75%;
	margin-top: -40px;
}

.state-chapters-page .map-shortcode .map-svg-outer,
.volunteer-states-child-page-shortcode .map-svg-outer {
	width: 100%;
}

.state-chapters-page .map-shortcode .map-svg-inner,
.volunteer-states-child-page-shortcode .map-svg-inner {
	display: inline-block;
}

.state-chapters-child-page .site-inner,
.volunteer-states-child-page .site-inner {
	padding-top: 0;
}

.state-chapters-child-page .sidebar,
.volunteer-states-child-page .sidebar {
	width: 100%;
	padding: 45px 5%;
	color: #FFF;
	background-color: #8ebed6;
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 600;
}

.volunteer-states-child-page .sidebar {
	background-color: #f3bb2c;
}

.state-chapters-child-page .sidebar a,
.volunteer-states-child-page .sidebar a {
	color: #FFF;
}

.state-chapters-child-page .sidebar .button:hover,
.volunteer-states-child-page .sidebar .button:hover {
	color: #b3d006;
	background-color: #FFF;
}

.state-chapters-child-page .sidebar h3,
.volunteer-states-child-page .sidebar h3 {
	margin-top: 40px;
}

.state-chapters-child-page .sidebar h3,
.state-chapters-child-page .sidebar h4,
.state-chapters-child-page .sidebar th,
.volunteer-states-child-page .sidebar h3,
.volunteer-states-child-page .sidebar h4,
.volunteer-states-child-page .sidebar th {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	font-size: 2.0rem;
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 600;
	line-height: 1;

}

.state-chapters-child-page .sidebar h4,
.state-chapters-child-page .sidebar th,
.volunteer-states-child-page .sidebar h4,
.volunteer-states-child-page .sidebar th {
	text-transform: none;
	margin-bottom: 0;
	margin-top: 20px;
	display: block;
}


.state-chapters-child-page .sidebar h4,
.volunteer-states-child-page .sidebar h4 {
	margin-bottom: 5px
}

.state-chapters-child-page .sidebar,
.volunteer-states-child-page .sidebar {
	font-size: 18px;
	font-size: 1.8rem;
}

.state-chapters-child-page .sidebar tr:first-child th,
.volunteer-states-child-page .sidebar tr:first-child th {
	margin-top: 0;
}

.state-chapters-child-page .sidebar p.bio,
.volunteer-states-child-page .sidebar p.bio {
	clear:both;
}

.state-chapters-child-page .sidebar .button,
.volunteer-states-child-page .sidebar .button {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	width: 100%;
	max-width: 320px;
}

.state-chapters-child-page .content,
.volunteer-states-child-page .content {
	background-color: #FFF;
	padding-top: 45px;
}

.state-chapters-child-page .unbound p:nth-child(2),
.volunteer-states-child-page .unbound p:nth-child(2) {
	font-family: "acumin-pro-condensed",sans-serif;
	color: #3b4a67;
	font-size: 36px;
	font-size: 3.6rem;
}

.state-chapters-child-page .tabs-shortcode,
.volunteer-states-child-page .tabs-shortcode {
	margin-top: 50px;
}

.state-chapters-child-page .sidebar img.aligncenter,
.volunteer-states-child-page .sidebar img.aligncenter {
	margin-bottom: 60px;
}

.state-chapters-child-page .sidebar table,
.volunteer-states-child-page .sidebar table {
	margin-bottom: 20px;
}

.state-chapters-child-page .sidebar tbody,
.volunteer-states-child-page .sidebar tbody {
	border-bottom: none;
}

.state-chapters-child-page .sidebar td,
.state-chapters-child-page .sidebar p.large-text,
.volunteer-states-child-page .sidebar td,
.volunteer-states-child-page .sidebar p.large-text {
	border:none;
	padding:0;
	line-height: 1.4;
	font-size: 20px;
	font-size: 2.0rem;
}

.state-chapters-child-page .sidebar .social-icon-shortcode,
.volunteer-states-child-page .sidebar .social-icon-shortcode {
	width: 70px;
}

.state-chapters-child-page .sidebar .social-icon-shortcode a,
.volunteer-states-child-page .sidebar .social-icon-shortcode a {
	color:#8ebed6;
	background: #FFF;
	border-color: #FFF;
	width: 70px;
	height: 70px;
	padding: 15px 0 0 0;
}

.volunteer-states-child-page .sidebar .social-icon-shortcode a {
	color:#f3bb2c;
}

.volunteer-states-child-page .sidebar a.button {
	border-color: #91abcd;
	background-color: #91abcd;
}

.volunteer-states-child-page .sidebar a.button:hover {
	color: #91abcd;
}

.state-chapters-child-page .sidebar .social-icon-shortcode a:hover,
.volunteer-states-child-page .sidebar .social-icon-shortcode a:hover {
	color:#FFF;
	background: transparent;
}

.state-chapters-child-page .sidebar .social-icon-shortcode svg {
    stroke: #8ebed6;
    fill: #8ebed6;
}

.volunteer-states-child-page .sidebar .social-icon-shortcode svg {
    stroke: #f3bb2c;
    fill: #f3bb2c;
}

.state-chapters-child-page .sidebar .social-icon-shortcode a:hover svg,
.volunteer-states-child-page .sidebar .social-icon-shortcode a:hover svg {
	stroke: #FFF;
    fill: #FFF;
}

.state-chapters-child-page .tribe-events-shortcode .tribe-events-title-bar,
.ecomadres-child-page .tribe-events-shortcode .tribe-events-title-bar {
	display: none;
}

.state-chapters-child-page .tribe-events-shortcode #tribe-events-header .tribe-events-nav-pagination,
.state-chapters-child-page .tribe-events-shortcode #tribe-events-footer .tribe-events-nav-pagination,
.state-chapters-child-page #tribe-events .tribe-events-button, 
.state-chapters-child-page .tribe-events-button, 
.ecomadres-child-page .tribe-events-shortcode #tribe-events-header .tribe-events-nav-pagination,
.ecomadres-child-page #tribe-events .tribe-events-button, 
.ecomadres-child-page .tribe-events-button {
	display: none;
}



/* Theme specific MCAF Shortcodes styling
---------------------------------------------------------------------------------------------------- */
.site-inner .tabs-shortcode ul.tabs-nav {
	margin-bottom: 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: visible;
	display: block;
}

.tabs-shortcode .tabs-nav a,
.tabs-shortcode .tabs-nav span.no-link {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	padding: 16px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "acumin-pro-condensed",sans-serif;
}

.site-inner .tabs-shortcode .tabs-nav li {
	padding-bottom: 10px;
	width: 100%;
}

.tabs-shortcode .tabs-nav li a,
.tabs-shortcode .tabs-nav span.no-link {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.tabs-shortcode ul.tabs-nav > li a {
    border-right: 1px solid #cdcdcd;
}

.tabs-shortcode .tabs-nav a:hover,
.tabs-shortcode .tabs-nav li.active a {
	background-color: #b3d006;
	color:#FFF;
	border-bottom-color: #b3d006; 
}

.tabs-shortcode .tabs-nav span.no-link,
.tabs-shortcode .tabs-nav span.no-link:hover,
.tabs-shortcode .tabs-nav li.active span.no-link {
	background-color: transparent;
	color:#a1a1a1;
}

.tabs-shortcode .tabs-nav li.active {
	background: url(images/tabs-shortcode-arrow.png) no-repeat center bottom;
}

.accordion-shortcode-heading,
h3.accordion-shortcode-heading {
	font-size: 30px;
    font-size: 3.0rem;
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 400;
}

.accordion-shortcode-container .accordion-shortcode-heading {
    color: #000;
    border:none;
}

.accordion-shortcode-container .accordion-shortcode-heading:after {
	color: #000
}

.accordion-shortcode-container .accordion-shortcode-item:nth-of-type(odd) .accordion-shortcode-heading {
	background-color: #f3bb2c;
}

.accordion-shortcode-container .accordion-shortcode-content {
    border-top: 1px solid #cdcdcd;
}

.accordion-shortcode-heading:hover {
	cursor: pointer;
}

.accordion-shortcode-heading:after {
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 5px;
}

/* standard table from infographer theme
---------------------------------------------------------------------------------------------------- */
table.standard_table {
    border: medium none;
    border-spacing: 0;
    width: 100%;
    vertical-align: middle;
    background-color: transparent;
    word-break: inherit;
}

.standard_table tbody { 
	border-bottom: none;
}

.standard_table td {
	padding-top: 0;
	border-top: none;
	text-align: left;
    vertical-align: top;
    padding-bottom: 20px;
}

.standard_table td img {
    max-width: none !important;
}

/* announcements
---------------------------------------------------------------------------------------------------- */
.announcement {
	background: #b1d200;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	margin-top: 40px;
	overflow: hidden;
}

.announcement-content {
	padding: 30px 30px 10px 30px;
	text-align: center;
}

.announcement h2 {
	text-transform: uppercase;
	color:#FFF;
	font-weight: 600;
	font-family: "acumin-pro-condensed",sans-serif;
}

.announcement figure {
	display: block;
}

.announcement img,
.single-post .announcement img {
	border: none; 
}

.announcement img.alignleft {
	margin: 0;
}

/* team member pages
---------------------------------------------------------------------------------------------------- */
.teams-child-page .team-members,
.partners-shortcode {
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.teams-child-page h3.team-heading { 
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #3B4A67;
	font-size: 40px;
	font-size: 4.0rem;
	margin: 10px 0 60px;
}

.teams-child-page .team_member.entry,
.partners-shortcode .team_member.entry {
	width: 100%;
	margin: 0 auto 40px;
	padding-right: 1%;
}

.partners-page .team_member.entry,
.partners-child-page .team_member.entry,
.partners-page.teams-child-page .team_member.entry,
.partners-shortcode .team_member.entry {
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 30px;
    min-width: 19%;
}

.partners-page .team_member.entry img,
.partners-shortcode .team_member.entry img {
	width: 100%;
	max-width: 250px !important;
}

img.team-image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.partners-page img.team-image,
.partners-child-page img.team-image,
.partners-team img.team-image {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.teams-child-page .team_member h2.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 10px;
}

.teams-child-page .team_member .entry-meta {
	color: #d0262f;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 5px;
	font-family: "acumin-pro-condensed",sans-serif;
}

.teams-child-page .team_member .entry-footer {
	text-align: center;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
}

.single-team_member img.team-image,
.archive.author img.team-image {
	display: block;
    margin: 0 auto 30px;
}


.single-team_member .entry-content p,
.archive.author .archive-description p,
.archive.author .archive-description p:last-child {
	text-align: left;
}

.single-team_member .entry-content p.read-more-link {
	text-align: center;
}

.single-team_member .posts-shortcode {
	width: 100%;
	margin-top: 70px;
}

.single-team_member .posts-shortcode h3 {
	color: #5479b7;
	text-transform: uppercase;
	margin-bottom: 35px;
	width: 100%;
}

.archive.author .entry {
	display: inline-block;
	width: 100%;
}

.archive.author .section-heading {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 30px;
	margin-bottom: 40px;
}

.archive.author .archive-title {
	margin-bottom: 70px;
}

/* petitions page
---------------------------------------------------------------------------------------------------- */
.petitions-page .content {
	width: 100%;
}

.petitions-page .petitions .entry {
	position: relative;
	margin-bottom: 24px;
}

.petitions-page .petitions .entry:nth-of-type(4n+1) {
	background-color: #b3d006;
}

.petitions-page .petitions .entry:nth-of-type(4n+3) {
	background-color: #e0ba2c;
}

.petitions-page .petitions .entry-image-link {
	width:40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	display: block;
}

.petitions-page .petitions img.entry-image {
	margin: 0;
	width: 100%;
}

.petitions-page .petitions .entry-header,
.petitions-page .petitions .entry-content {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	float: right;
}

.petitions-page .petitions .entry-header {
	margin-top: 4%;
	padding-bottom: 20px;

}

.petitions-page .petitions .entry-title {
	margin-bottom: 0;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: left;
}

.petitions-page .petitions .entry:nth-of-type(4n+1) .entry-title a,
.petitions-page .petitions .entry:nth-of-type(4n+3) .entry-title a {
	color: #FFF;
}

.petitions-page .button {
	background-color: #8ea8cb;
    border-color: #8ea8cb;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 300;
    padding: 8px 30px 12px;
    margin-top: 20px;
}

.petitions-page .button:hover {
	background-color: transparent;
    color: #8ea8cb;
}

.petitions-page .petitions .entry:nth-of-type(4n+1) .button,
.petitions-page .petitions .entry:nth-of-type(4n+3) .button {
	background-color: transparent;
	border-color: #FFF;
	padding-left: 45px;
	padding-right: 45px;
}

.petitions-page .petitions .entry:nth-of-type(4n+1) .button:hover,
.petitions-page .petitions .entry:nth-of-type(4n+3) .button:hover {
	background-color: #FFF;
	color: #000;
}


    


/* Map shortcode
---------------------------------------------------------------------------------------------------- */
.map-shortcode {
	display: block;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	height: 0;
	padding-bottom: 60%;
}

.map-shortcode svg {
	overflow: visible;
}

.map-shortcode .state-outline,
.map-shortcode .state-marker {
	fill:#f6f6fd;
	stroke:#DDDDDD;
	stroke-width:0.5;
}

.map-shortcode .state-outline,
.map-shortcode .state-marker {
	fill:#f6f6fd;
}

.map-shortcode .state-outline.state-chapters,
.map-shortcode .state-marker.state-chapters {
	fill:#8ebed6;
}

.map-shortcode .state-outline.volunteer-states,
.map-shortcode .state-marker.volunteer-states {
	fill: #f3bb2c;
}

.home .map-shortcode .state-marker,
.home .map-shortcode .state-marker.state-chapters,
.home .map-shortcode .state-marker.volunteer-states {
	fill: #d0262f;
}

.map-shortcode .state-outline:hover,
.map-shortcode .state-marker:hover {
	stroke: #6e6e6e;
	stroke-width:1;
}

.map-shortcode a {
	position: relative;
}

.map-shortcode a .tooltip-text {
   /* visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    transform: translate(160px, 100px);
    /* Position the tooltip 
    position: absolute;
    z-index: 1;*/
}

.map-shortcode #tooltip {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "acumin-pro-condensed",sans-serif;
}

.map-shortcode #tooltip rect {
	fill:#fff;
	stroke:#ddd;
	stroke-width:1;
	dominant-baseline: hanging; 
	z-index: 999;
}

.map-shortcode #tooltip .tooltip-heading {
	font-weight: bold;
}

.map-shortcode #tooltip .tooltip-text .state-name {
	text-transform: uppercase;
}

.state-outline a:hover .tooltip-text {
    visibility: visible;
}

.home .state-box .map-shortcode #tooltip {
	font-size: 32px;
	font-size: 3.2rem;
}

/* blocks
---------------------------------------------------------------------------------------------------- */
.block {
	margin-bottom: 2.564102564102564%;
	position: relative;
	padding: 2% 2% 5%;
}

.block.action-block {
	padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.block img {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.action-block h3, .page-template.baby-power .action-block h3 {
    padding-left: 20px;
    padding-right: 20px;
    color: #12314f;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.action-block p {
    color: #fff;
    text-align: center;
    padding: 0 14%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.action-block p:last-child {
	margin-bottom: 0;
}

.action-block a.button {
    background-color: rgba(0,0,0,0.15);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    padding: 16px 5px;
    border: none;
}

.action-block a.button:hover {
	color: #FFF;
	text-decoration: underline;
}

/* custom page styles
---------------------------------------------------------------------------------------------------- */
.stay-in-and-speak-out-page .entry-title {
	display: none;
}

.baby-power-page {
	text-align:center;
}

.baby-power-page .entry-title {
    text-align: center;
    color: #b6d600;
    font-size: 110px;
    line-height: 1.2;
    text-transform: lowercase;
    text-indent: -9999px;
    background: url(images/baby-power-title.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.moms-and-mayors-page .unbound h2 {
	color:#3b4a67;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
}

.moms-and-mayors-page .unbound p {
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
}

.moms-and-mayors-page .quote-credit,
.moms-and-mayors-page li strong,
.moms-and-mayors-child-page li strong {
	color: #d0262f;
}

.moms-and-mayors-page .flexslider {
	text-align: left;
}

.moms-and-mayors-page .flexslider img.alignleft,
.moms-and-mayors-page .flexslider img.alignright {
	margin: 0 auto 30px !important;
	float: none;
}

.moms-and-mayors-page .flexslider p {
	margin-bottom: 30px;
	line-height: 1.7
}

.moms-and-mayors-page .flexslider p:last-child {
	margin-bottom: 0;
}

.entry-title.image-title {
    text-indent: -9999px;
    height: 0;
    padding-bottom: 15%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.unbound.contact-form,
.full-width-content .unbound.contact-form {
	margin-top: 40px;
	padding-top: 60px;
}

.unbound.contact-form p {
	font-size: 17px;
	font-size: 1.7rem;
}

.volunteer-form div.wpcf7,
.contact-form div.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
}

.volunteer-form .wpcf7-form-control-wrap.phone-type {
	padding-top: 13px;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.volunteer-form .wpcf7-form-control-wrap.activities .wpcf7-list-item {
	display: block;
	margin: 0 0 10px; 
	text-align: left;
}

.volunteer-form .wpcf7-form-control-wrap.activities .wpcf7-list-item-label {
	padding-left: 5px;
}

.volunteer-form input[type="submit"],
.contact-form input[type="submit"] {
	padding-left: 72px;
	padding-right: 72px;
}

.moms-in-the-media-page .unbound {
	text-align: left;
}

.moms-in-the-media-page .unbound h3 {
	color: #3b4a67;
}

.moms-in-the-media-page .unbound p {
	font-size: 17px;
	font-size: 1.7rem;
}

.moms-in-the-media-page .entry-content .social-icon-shortcode {
	margin-top: 40px;
}

.moms-in-the-media-page .press-shortcode h2,
.moms-in-the-media-page .posts-shortcode h2,
.media-contact-page .press-shortcode h2,
.ecomadres-child-page .posts-shortcode h2,
.ecomadres-child-page .press-shortcode h2 {
	text-transform: uppercase;
}

.moms-in-the-media-page .posts-shortcode h2 {
	width: 100%;
}

.moms-in-the-media-page .press-shortcode,
.moms-in-the-media-page .posts-shortcode,
.media-contact-page .press-shortcode {
	margin-top: 20px;
	margin-bottom: 60px;
}

.moms-in-the-media-page .press-shortcode .read-more-link,
.moms-in-the-media-page .posts-shortcode .read-more-link,
.media-contact-page .press-shortcode .read-more-link {
	margin-top: 60px;
}

.moms-in-the-media-page .posts-shortcode .read-more-link {
	text-align: left;
}

.moms-in-the-media-page .press-shortcode .read-more-link a,
.moms-in-the-media-page .posts-shortcode .read-more-link a,
.media-contact-page .press-shortcode .read-more-link a {
	font-weight: 400;
	display: inline-block;
	padding: 12px 40px 14px;
	font-size: 22px;
	font-size: 2.2rem;
}

.action-center-page .entry-content,
.action-center-child-page .entry-content {
	display: flex;
	flex-wrap: wrap;
}

.action-center-child-page .entry-content .social-icon-shortcode {
    width: 50px;
    margin-right: 10px;
    margin-top: 10px;
}

.action-center-child-page .entry-content .social-icon-shortcode a,
.action-center-child-page .entry-content .social-icon-shortcode-instagram a {
    font-size: 35px;
    width: 50px;
    height: 50px;
    padding: 6px 0 0 0;
}

.action-center-child-page .entry-content .social-icon-shortcode svg {
    width: 35px;
    height: 35px
}

.join-the-force-page .formError {
    color: red;
}
.join-the-force-page .errorMessage {
    border: 1px solid red;
    background-color: #ffd4da;
    color: red;
}
.join-the-force-page .entry-content .signup {
    padding: 20px 0;
}
.join-the-force-page .entry-content .signup .convio-field {
    margin-bottom: 2%;
}

.join-the-force-page .entry-content .signup .convio-field.field-first,
.join-the-force-page .entry-content .signup .convio-field.field-last,
.join-the-force-page .entry-content .signup .convio-field.field-phone,
.join-the-force-page .entry-content .signup .convio-field.field-email,
.join-the-force-page .entry-content .signup .convio-field.field-street,
.join-the-force-page .entry-content .signup .convio-field.field-zip {
	width: 50%;
	float: left;
	padding-right: 2%;
}

.join-the-force-page .entry-content .signup .convio-field.field-street {
	width:  67%;
}
.join-the-force-page .entry-content .signup .convio-field.field-zip {
	width: 33%;
}

/* action center pages
---------------------------------------------------------------------------------------------------- */
.action-center-page .entry-content h2,
.action-center-child-page .entry-content h2 {
	text-transform: uppercase;
	color: #3b4a67;
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: bold;
	margin-bottom: 40px;
}

.action-center-page .entry-content h3,
.action-center-child-page .entry-content h3 {
	text-transform: uppercase;
}

.action-center-page .entry-content ul,
.action-center-child-page .entry-content ul {
	margin-left:0;
}

.action-center-page .entry-content ul:last-of-type,
.action-center-child-page .entry-content ul:last-of-type {
	margin-bottom: 0;
}

.action-center-page .entry-content ul > li,
.action-center-child-page .entry-content ul > li {
	list-style-type: none;
	margin-left: 0;
}

.action-center-page .entry-content ul > li:last-child,
.action-center-child-page .entry-content ul > li:last-child,
.action-center-page .entry-content p:last-child,
.action-center-child-page .entry-content p:last-child {
	margin-bottom: 0;
}

.action-center-page .outline,
.action-center-child-page .outline {
	border: 1px solid #cdcdcd;
	padding: 20px 3.4% 20px;
	margin-bottom: 2.564102564102564%;
}

.action-center-page .outline img.centered, 
.action-center-page .outline .aligncenter,
.action-center-child-page .outline img.centered, 
.action-center-child-page .outline .aligncenter {
	margin-bottom: 20px;
}

.action-center-page .outline h2,
.action-center-child-page .outline h2,
.action-center-page .outline h3,
.action-center-child-page .outline h3 {
	text-align: center;
}

/* tribe events calendar
---------------------------------------------------------------------------------------------------- */

.post-type-archive-tribe_events  #tribe-bar-form {
	background-color: transparent;
}

.post-type-archive-tribe_events .tribe-bar-submit {
	margin-left: 10.6667%;
	width: 31%;
}


.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit] {
	background-color: #b3d006;
	border: 1px solid #b3d006;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	padding:6px 0 10px;
}

.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
	background-color: transparent;
	color: #b3d006;
}

.post-type-archive-tribe_events .tribe-bar-views-inner {
	background-color: transparent;
}

.post-type-archive-tribe_events #tribe-bar-views-toggle:after {
	display: none;
}

.post-type-archive-tribe_events.events-list .tribe-events-loop {
	max-width: 100%;
}

.post-type-archive-tribe_events .tribe-events-list-separator-month {
	background-color: #f6f6fe;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	color: #3b4a67;
	text-transform: uppercase;
	padding: 8px 20px;
	margin: 0;
	text-align: left;
}

.post-type-archive-tribe_events .tribe-events-list-separator-month span {
	background-color: transparent;
	padding: 0;
}

.post-type-archive-tribe_events .tribe-events-list-separator-month:after {
	display: none;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-list-event-title,
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-list-event-description,
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-event-meta {
	width: 67%;
	float: right;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .type-tribe_events {
	padding: 5% 0 8%;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .type-tribe_events.tribe-events-last {
	border-bottom: 0;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
	width: 30%;
	margin: 0;
	float: left;
	margin-top: -25px;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-list-event-title,
.single-tribe_events .tribe-events-single .tribe-events-single-event-title {
	text-transform: uppercase;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 400;
	text-align: left;
}

.single-tribe_events .tribe-events-single .tribe-events-single-event-title {
	font-weight: 700;
	font-size: 38px;
	font-size: 3.8rem;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-list-event-title a,
.single-tribe_events .tribe-events-single .tribe-events-single-event-title {
	color: #d0262f
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-event-meta,
.post-type-archive-tribe_events #tribe-bar-form label {
	font-size: 19px;
	font-size: 1.9rem;
	font-family: "acumin-pro-condensed",sans-serif;
}

.tribe-events-schedule h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "acumin-pro-condensed",sans-serif;
}

.post-type-archive-tribe_events #tribe-bar-form #tribe-bar-views-label {
	font-size: 11px;
	font-size: 1.1rem;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-venue-details {
	margin: 0;
	line-height: 1.5;
	font-weight: 700;
    font-style: normal;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    margin-bottom: 20px;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-venue-details a {
	pointer-events: none;
	color: inherit;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-venue-details a.tribe-events-gmap {
	pointer-events: auto;
	color: #5479b7;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-venue-details a.tribe-events-gmap:hover {
	color: #000;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-address br,
.tribe-events-shortcode .tribe-events-list .tribe-events-loop .tribe-address br,
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-address .tribe-postal-code,
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-address .tribe-country-name {
	display: none;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-address .tribe-street-address:after,
.tribe-events-shortcode .tribe-events-list .tribe-events-loop .tribe-address .tribe-street-address:after{
	content:", ";
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-list-event-description,
.post-type-archive-tribe_events #tribe-events .tribe-events-list .tribe-events-content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop a.tribe-events-gmap,
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop a.tribe-events-read-more {
	display: block;
	text-transform: uppercase;
	font-size: 19px;
	font-size: 1.9rem;
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 700;
}

.post-type-archive-tribe_events .tribe-events-adv-list-widget .tribe-events-widget-link a, 
.post-type-archive-tribe_events .tribe-events-back a, 
.post-type-archive-tribe_events .tribe-events-list-widget .tribe-events-widget-link a, 
.post-type-archive-tribe_events ul.tribe-events-sub-nav a,
.single-tribe_events .tribe-events-adv-list-widget .tribe-events-widget-link a, 
.single-tribe_events .tribe-events-back a, 
.single-tribe_events .tribe-events-list-widget .tribe-events-widget-link a, 
.single-tribe_events ul.tribe-events-sub-nav a {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
}

.post-type-archive-tribe_events ul.tribe-events-sub-nav a,
.single-tribe_events ul.tribe-events-sub-nav a {
	font-weight: 700;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .tribe-events-list #tribe-events-header {
	display: none;
}

.single-tribe_events .tribe-events-single .tribe-events-event-image {
	margin-bottom: 40px;
}

.single-tribe_events .button {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 10px 40px 12px;
}

.post-type-archive-tribe_events.events-list #tribe-events-footer,
.single-tribe_events .tribe-events-single #tribe-events-footer {
	border-top: 0;
	padding-top: 0;
}

.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	word-break: normal;
}

.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip h3.entry-title {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 8px;
	font-family: "acumin-pro-condensed",sans-serif;
}

.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
	color: #000;
}

.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb {
	width: 100%;
	margin-bottom: 10px;
}

.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar {
	border-left: 0;
	border-right: 0;
}

.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
	margin-bottom: 8px;
}

.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip {
	padding-bottom: 10px;
}


.post-type-archive-tribe_events .tribe-events-calendar thead th {
	background-color: #f6f6fe;
	color: #000;
	border: 0;
	font-family: "acumin-pro-condensed",sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
}

.post-type-archive-tribe_events .tribe-events-calendar div[id*=tribe-events-daynum-], 
.post-type-archive-tribe_events .tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background-color: #f6f6fe;
	color: #000;
}

.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td:hover {
	background-color: #fff;
}

.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], 
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #b3d006;
	text-shadow: 1px 1px #000;
}

.post-type-archive-tribe_events .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
	color: #d0262f;
	font-weight: 700;
	font-size: 17px;
	font-size: 1.7rem;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed",sans-serif;
}

.post-type-archive-tribe_events #tribe-events .tribe-events-content p, 
.post-type-archive-tribe_events .tribe-events-after-html p, 
.post-type-archive-tribe_events .tribe-events-before-html p,
.single-tribe_events #tribe-events .tribe-events-content p, 
.single-tribe_events .tribe-events-after-html p, 
.single-tribe_events .tribe-events-before-html p {
	line-height: 1.4 !important;
	margin: 0 0 20px !important;
}

#tribe-events .tribe-events-button, 
#tribe-events .tribe-events-button:hover, 
#tribe_events_filters_wrapper input[type=submit], 
.tribe-events-button, 
.tribe-events-button.tribe-active:hover, 
.tribe-events-button.tribe-inactive, 
.tribe-events-button:hover, 
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], 
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #666;
}

.post-type-archive-tribe_events a.tribe-events-gcal, 
.post-type-archive-tribe_events a.tribe-events-ical {
	display: none !important;
}

.tribe-events-shortcode .tribe-events-list-separator-month:after {
	display: none;
}

.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first,
.tribe-events-list .type-tribe_events:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

.tribe-events-shortcode h2.tribe-events-list-separator-month {
	text-align: left;
	font-family: "acumin-pro-condensed",sans-serif;
	text-transform: uppercase;
	color: #39496a;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.tribe-events-shortcode .tribe-events-list-separator-month span {
	padding: 0;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-event-image {
	width: 31%;
    margin: 0;
    float: left;
    margin-top: -18px;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-list-event-title, 
.tribe-events-shortcode .tribe-events-list .tribe-events-list-event-description, 
.tribe-events-shortcode .tribe-events-list .tribe-events-event-image+div.tribe-events-content,
.tribe-events-shortcode .tribe-events-list .tribe-events-event-meta {
	width: 66%;
    float: right;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-list-event-title {
	text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    font-family: "acumin-pro-condensed",sans-serif;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
	margin: 0;
}	

.tribe-events-shortcode .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta,
.tribe-events-shortcode .tribe-events-read-more {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2 !important;
	font-family: "acumin-pro-condensed",sans-serif;
}

.tribe-events-shortcode .tribe-events-loop .tribe-events-content {
	font-size: 14px;
	font-size: 1.4rem;
}

#tribe-events .tribe-events-shortcode .tribe-events-content p {
	margin-bottom: 10px !important;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-venue-details {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	font-style: normal;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-list-event-title a {
	color: #d0262f;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-venue-details a {
	pointer-events: none;
    color: inherit;
}

.tribe-events-shortcode .tribe-events-list .tribe-events-loop .tribe-events-venue-details a.tribe-events-gmap {
    pointer-events: auto;
    color: #5479b7;
    display: block;
    text-transform: uppercase;
}

.tribe-events-shortcode .tribe-events-read-more {
	text-transform: uppercase;
}

/* fancy dropdown list
---------------------------------------------------------------------------------------------------- */
.press-filter,
.fancy-dropdown {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

.press-filter .dropdown {
	width: 150px;
}

.press-filter .dropdown,
.fancy-dropdown .dropdown {
	float: left;
}

.press-filter .widget-title,
.fancy-dropdown .widget-title {
	float: left;
	padding: 8px 40px 8px 0;
	margin-bottom: 0;
	margin-top: 0;
	color: #5479b7;
    text-transform: uppercase;
    font-family: "acumin-pro-condensed",sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
}

.press-filter .dropdown-control::after,
.fancy-dropdown .dropdown-control::after {
	content: "\f347";
	font-family: "dashicons";
	float: right;
	color: #5479b7;
}

.dropdown {
	position: relative;
	display: inline-block;
	width: auto;
}

.dropdown-control {
	border: 1px solid #d3d3d3;
	width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 16px;
    display: inline-block;
    cursor: default;
}

.dropdown:hover .dropdown-control{
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-width: 1px;	
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	padding: 10px 16px;
	z-index: 1;
	border: 1px solid #d3d3d3;
	border-top: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 100%;
}

ul.dropdown-content {
	margin: 0;
}

.dropdown-content li,
.dropdown-content li a{
	width: 100%;
	display: block;
	font-weight: normal;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.state-chapters-page .fancy-dropdown {
	margin-bottom: 35px;
}

.fancy-dropdown .widget-title {
	font-size: 20px;
	font-size: 2.0rem;
}

.state-chapters-page .fancy-dropdown .dropdown {
	min-width: 200px;
}

.fancy-dropdown .widget-title,
.state-chapters-page .fancy-dropdown .dropdown {
	width: 100%;
}

/* count/odometer
---------------------------------------------------------------------------------------------------- */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* timeline
---------------------------------------------------------------------------------------------------- */
/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	max-width: 800px;
	margin-bottom: 40px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #000;
	top: 0;
	bottom: 0;
	left: 12px;
	margin-left: -1px;
}

/* Container around content */
.timeline-event {
	width: 100%;
	padding: 0px 0 20px 50px;
	position: relative;
	background-color: inherit;
	text-align: left;
	line-height: 1;
}

.timeline-event h3 {
	color: #49b2c5;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.timeline-event.right h3 {
	color: #d0262f;
}

/* The circles on the timeline */
.timeline-event::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	background-color: #49b2c5;
	top: 7px;
	border-radius: 50%;
	z-index: 1;
}

/* Fix the circle for containers on the right side */
.timeline-event.right::after {
	background-color: #d0262f;
}

.timeline-event p:last-child {
	margin-bottom: 0;
}

.timeline-event a {
	color: #000;
	font-weight: 700;
	border-bottom: 1px dotted transparent;
	transition: border-bottom-color 0.2s ease-in-out;
}

.timeline-event a:hover {
	border-bottom-color: #000;
}





}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 500px) {
	.before-footer-widget-area form.ConvioSignup div.convio-field.field-email {
		width: 99%;
	}

	.before-footer-widget-area form {
		min-width: 485px;
	}

	.before-footer-widget-area form.ConvioSignup input[type="submit"] {
		width: 49%;
	}

	.home .flexslider .overlay h3 {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 18px;
	}

	.home .flexslider .overlay .button {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.home .flexslider h3 span {
		margin-bottom: 10px;
		padding: 0px 10px 5px;
	}

	.home .flexslider .overlay .center-text {
		text-align: center;
	}

	.partners-shortcode .team_member.entry {
		margin-left: 0;
		margin-right: 0;
		min-width: 19%;
		max-width: 49%;
	}
}

@media only screen and (min-width: 600px) {
	.one-half,
	.three-sixths,
	.two-fourths,
	.one-third,
	.two-thirds,
	.two-sixths {
		width: 48.717948717948715%;
		margin-left: 2.564102564102564%;
		float: left;
	}

	.action-center-page .one-third,
	.action-center-child-page .one-third {
		width: 100%;
		margin-left: 0;
	}

	.first, 
	.one-half:nth-of-type(odd),
	.three-sixths:nth-of-type(odd),
	.two-fourths:nth-of-type(odd)
	.two-sixths:nth-of-type(odd) {
    	clear: both;
    	margin-left: 0;
	}

	.block.action-block.one-third {
		height: 530px;
		overflow: hidden;
	}

	.action-block a.button {
		position: absolute;
    	bottom: 30px;
	}



	.petitions-page .petitions .entry-image-link {
		width:30%;
	}

	.home .flexslider .overlay h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.home .flex-control-nav {
		bottom: 0;
	}

	.state-chapters-page .fancy-dropdown {
		text-align: center;
		margin-bottom: 60px;
	}

	.fancy-dropdown .widget-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.fancy-dropdown .widget-title,
	.state-chapters-page .fancy-dropdown .dropdown {
		float: none;
		display: inline-block;
		text-align: left;
		width: auto;
	}
	ul.heading-list > li {
		display: flex;
	}

	ul.heading-list > li span.heading {
		min-width: 130px;
	}

	.our-mission-page ul.heading-list > li span.heading {
		min-width: 250px;
	}

	.single-resource .entry-content .resource-gallery .gallery-item {
		margin: 0 2% 4%;
		float: left;
		overflow: hidden;
		width: 45.95%;
	}

	.partners-shortcode .team_member.entry {
		max-width: 32%;
	}
}

@media only screen and (min-width: 700px) {
	.before-footer-widget-area form.ConvioSignup div.convio-field.field-email {
		width: 49%
	}
	
	.before-footer-widget-area form.ConvioSignup input[type="submit"],
	.before-footer-widget-area a.button {
		width: auto;
	}

	.before-footer-widget-area form.ConvioSignup div.convio-field.field-zip {
		width: 24%;
	}

	.issues-child-page .child-page-slider .slides li img {
		padding: 0 10%;
	}

	.blog .entry a.entry-image-link, 
	.home .latest-news .entry a.entry-image-link, 
	.search .entry a.entry-image-link, 
	.taxonomy .entry a.entry-image-link,
	.related-posts a.entry-image-link {
		width:40%;
		padding-bottom: 26.66666667%; /*40% x 308/462*/
	}

	.blog article .entry-header, 
	.home .latest-news article .entry-header, 
	.home .latest-news article .entry-meta, 
	.search article .entry-header, 
	.taxonomy article .entry-header,
	.blog article .entry-content, 
	.home .latest-news article .entry-content, 
	.search article .entry-content, 
	.taxonomy article .entry-content,
	.related-posts .entry-header,
	.related-posts .entry-content {
		width: 56%;
		float:right;
	}

	.blog .featured-news .entry,
	.taxonomy .featured-news .entry {
		width: 31.3333333333333%;
		float: left;
		margin-left: 3%;
	}

	.blog .featured-news .entry:first-child,
	.taxonomy .featured-news .entry:first-child {
		margin-left: 0;
	}

	.block.action-block.one-third {
		height: 560px;
	}

	.post-type-archive-resource .resource.entry,
	.resource-library-page .resource.entry,
	.entry-content .posts-shortcode .entry,
	.single-team_member .posts-shortcode .entry {
		width: 44%;
		margin: 0 2% 4%;
		float: left;
		overflow: hidden;
	}

	.entry-content .posts-shortcode .entry,
	.single-team_member .posts-shortcode .entry {
		width: 48%;
		margin: 0 4% 4% 0;
	}

	.entry-content .posts-shortcode .entry:nth-of-type(2n+2),
	.single-team_member .posts-shortcode .entry:nth-of-type(2n+2) {
		margin-right: 0;
	}

	.state-chapters-page .map-shortcode .map-svg-outer,
	.volunteer-states-child-page .map-shortcode .map-svg-outer {
		width: 75%;
	}

	.state-chapters-page .map-shortcode,
	.volunteer-states-child-page .map-shortcode {
		padding-bottom: 46%;
	}

	.home .state-box.box .map-shortcode {
		width: 40%;
		margin-right: 2.5%;
		padding-bottom: 30%
	}

	.state-box .text-with-image {
		width: 57.5%;
    	float: left;
	}

	.home .state-box.box .map-shortcode .map-svg-outer {
		width: 100%;
	}

	.teams-child-page .team_member.entry {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

	.partners-shortcode .team_member.entry {
		max-width: 24%;
	}

	.post-type-archive-press .press.entry .entry-title, 
	.post-type-archive-press_release .press_release.entry .entry-title, 
	.press-shortcode .entry .entry-title,
	.press-shortcode .press_release.entry .has-publication .entry-title,
	.moms-in-the-media-page .posts-shortcode .entry .entry-title {
		width: 70%;
	}

	.post-type-archive-press .entry-meta, 
	.post-type-archive-press_release .entry-meta, 
	.press-shortcode .entry-meta,
	.press-shortcode .press_release .has-publication .entry-meta,
	.moms-in-the-media-page .posts-shortcode .entry-meta {
		width: 30%;
	}


	.home .flexslider figure {
		width: auto;
	}

	.home .flexslider img.alignright,
	.home .flexslider img.alignleft {
		width: 41.6666666666667%;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.home .flexslider img.alignright {
		margin-left: 3.5% !important;
		float: right;
	}

	.home .flexslider img.alignleft {
    	margin-right: 4.5% !important;
    	float: left;
	}

	.home .flexslider p, .home .flexslider h3 {
    	padding-left: 3.5%;
    	padding-right: 3.5%;
	}

	.home .flexslider .overlay {
		margin-left: 3.5%
	}

	.home .flexslider .overlay .button {
		margin-top: 27px;
	}

	.home .flex-control-nav {
		left: 3.5%;
		bottom: 2.25%;
		text-align: left;
	}

	.home .flexslider h3 {
	    font-size: 22px;
	    font-size: 2.2rem;
	    margin-bottom: 12px;
	    margin-top: 2.5%;
	}

	.home .flexslider .overlay h3 {
		margin-top: 0;
	}

	.home .flexslider p {
	    font-size: 16px;
	    font-size: 1.6rem;
	    margin-bottom: 12px;
	}

	.home .flexslider .button {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 0;
	}

	.single-team_member .team_member.entry .entry-header,
	.single-team_member .team_member.entry .entry-content,
	.archive.author .archive-description {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.single-team_member .team_member.entry.has-post-thumbnail .entry-header,
	.single-team_member .team_member.entry.has-post-thumbnail .entry-content,
	.archive.author .has-team-member-image .archive-description {
		float: right;
	}

	.single-team_member .team_member.entry.has-post-thumbnail .entry-title,
	.single-team_member .team_member.entry.has-post-thumbnail .entry-subtitle,
	.archive.author .has-team-member-image .archive-title {
		text-align: left;
	}

	.single-team_member img.team-image,
	.archive.author img.team-image {
	    float: left;
	    text-align: left;
	    width: 22.5%;
	    margin: 14px 7.5% 0 0;
	}

	.entry-content ul.on-page-navigation {
	    display: flex;
	    justify-content: space-around;
	}

	.entry-content ul.on-page-navigation li {
		margin-top: 0;
	    margin-left: 20px;
	}

	.entry-content ul.on-page-navigation li:first-of-type {
		margin-left: 0;
	}

	.single-resource .resource-take-action a.button {
		font-size: 34px;
		font-size: 3.4rem;
	}

	/* Place the timelime to the left */
	.timeline::after {
		left: 50%;
	}
	/* Full-width containers */
	.timeline-event {
		padding: 0px 50px 20px 0;
		width: 50%;
		text-align: right;
	}

	/* Place the container to the left */
	.timeline-event.left {
		left: 0;
	}

	/* Place the container to the right */
	.timeline-event.right {
		padding: 0px 0px 20px 50px;
		left: 50%;
		text-align: left;
	}	

	/* The circles on the timeline */
	.timeline-event::after {
		right: -12px;
		left: auto;
	}

	/* Fix the circle for containers on the right side */
	.timeline-event.right::after {
		left: -12px;
	}


}

@media only screen and (min-width: 860px) {
	.home .flexslider h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.home .flexslider .overlay h3 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.home .flexslider p {
	    font-size: 20px;
	    font-size: 2.0rem;
	}

	.home .flexslider .button {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.partners-shortcode .team_member.entry {
		max-width: 19%;
	}
}

@media only screen and (min-width: 960px) {

	.narrow {
		width: 70%;
		margin: 0 auto;
	}

	/* Site Header
	--------------------------------------------- */

	.site-header {
		/*position: fixed;*/
		margin-top: 0;
		width: 100%;
		z-index: 9999;
		border-top: 70px solid #523f3b;
	}

	.site-header .wrap{
		margin: 0 auto;
		position: relative;
		font-size: 0;
		max-width: 100%;
	}

	.header-banner img {
		display: block;
	}

	.title-area {
		margin: 0;
	}

	.site-title {
		width: 100%
	}

	/* Genesis Menu
	--------------------------------------------- */

	.nav-primary {
		width: 90.75%;
	}

	.genesis-nav-menu {
		margin-top: 0;
	}

	.site-header .genesis-nav-menu {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#gtranslate_wrapper {
		top:0 !important;
		left: 1.25% !important;
		right: auto !important
	}

	#gtranslate_wrapper .switcher {
	 	width: 163px;	 	
	 	line-height: 17px;
	}

	#gtranslate_wrapper .switcher a {
		font-size: 10pt;
	}

	#gtranslate_wrapper .switcher a img {
		width: auto;
	}

	#gtranslate_wrapper .switcher .selected a {
		background-position: 146px center;
	    width: 151px;
	    padding: 3px 5px;
	}

	#gtranslate_wrapper .switcher .option {
		width: 161px;
	}

	#gtranslate_wrapper .switcher .option a {
		padding: 3px 5px;
	}

	.admin-bar .genesis-nav-menu .menu-item-gtranslate {
		top: 32px;
	}

	.nav-primary .genesis-nav-menu .menu-item-gtranslate a {
		display: block;
		border-bottom: none;
	}

	.genesis-nav-menu .menu-item,
	.genesis-nav-menu .menu-item.sfHover {
		display: inline-block;
		position: static;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #0073e5;
	}

	.genesis-nav-menu p {
		color: #3b4a67;
		font-size: 22px;
		font-size: 2.2rem;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: 230px;
		margin-top: 0;
		width: 100%;
	    margin-left: auto;
	    padding-left: auto;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item {
		margin-left: 3%;
		float: left;
		max-width: 189px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		width: 100%;
		margin-left: 0;
		padding: 0;
		min-height: 0;

	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu .menu-item {
		margin-left: 0;
		margin-right: 0;
		float: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu .menu-heading a,
	.genesis-nav-menu .sub-menu .menu-heading .menu-heading a {
		padding-bottom: 20px;
	}

	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .menu-heading .sub-menu a,
	.genesis-nav-menu .sub-menu .menu-heading .menu-heading .sub-menu a {
		border-top: 0;
		padding-bottom: 10px;
		line-height: 1;
		padding-top: 0;
	}

	.genesis-nav-menu .sub-menu .menu-heading a,
	.genesis-nav-menu .sub-menu .menu-heading .menu-heading a {
		padding-bottom: 20px;
		font-size: 22px;
		font-size: 2.2rem;
	}

	.genesis-nav-menu .menu-heading.hidden-menu-item .sub-menu {
		margin-top: 42px;
	}

	.genesis-nav-menu .sub-menu .menu-heading .sub-menu a,
	.genesis-nav-menu .sub-menu .menu-heading .menu-heading .sub-menu a {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		display: block !important;
		opacity: 1;
		position: relative;
		visibility: visible;
		left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .recent-posts-menu-item.menu-item {
		max-width: 770px;
		margin-left: 5.5%;
	}

	.genesis-nav-menu .recent-posts-menu-item .menu-post {
		width: 46.875%;
		float: left;
	}

	.genesis-nav-menu .recent-posts-menu-item .menu-post:nth-child(even) {
		margin-left: 6.25%;
	}

	.genesis-nav-menu .recent-posts-menu-item .menu-post:nth-child(1),
	.genesis-nav-menu .recent-posts-menu-item .menu-post:nth-child(2) {
		margin-bottom: 40px;
	}

	.genesis-nav-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #f6f5fe;
	}

	.genesis-nav-menu .sub-menu .menu-heading a,
	.genesis-nav-menu .sub-menu .menu-heading .menu-heading a {
		color: #d0262f;
		font-weight: 400;
	}

	.genesis-nav-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .sub-menu a,
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		color: #000;
	}

	/* display submenu without hover*/
	.genesis-nav-menu .show-submenu .sub-menu {
		left:0!important;
		display: block!important;
		opacity: 1!important;
	}

	.site-header .widget_search input[type="search"] {
		width: 200px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.site-header .widget_search input[type="submit"],
	.site-header .widget_search input[type="submit"]:focus {
		margin-left: 6px;
	    border: 2px #ffffff solid;
	    -webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
		background-color: transparent;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* primary nav
	--------------------------------------------- */
	.nav-primary {
		display: inline-block;
		margin-bottom: 0;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		position: static;
		height: auto;
		background-color: #8ea8cb;
	}

	.nav-primary .genesis-nav-menu {
		display: flex;
  		flex-direction: row;
  		justify-content:space-around;
  		position: inherit;
  		max-width: 100%;
	    width: 100%;
    	margin: 0 auto;
    	height: 80px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .menu-item {
		display: block;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		width: 100%;
		text-align: center;
	}

	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu .menu-post a  {
		height: 100%;
		display: flex;
		flex-direction:row;
		justify-content: center;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.nav-primary .genesis-nav-menu a span {
		height: 100%;
		display: flex;
		flex-direction:column;
		justify-content: center;
		border-bottom: 4px solid #8ea8cb;
	}

	.nav-primary .genesis-nav-menu a:hover span {
		border-bottom-color: #afd401;
	}

	.nav-primary .genesis-nav-menu .donate a span {
		background-color: #b0d402;
		border-bottom-color: #b0d402;
		padding-left: 30px;
		padding-right: 30px;

	}

	.nav-primary .genesis-nav-menu .donate a:hover span {
		border-bottom-color: #fff;
	}

	.nav-primary .genesis-nav-menu .sub-menu .menu-item {
		width: auto;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		border: 0;
		display: block;
	}

	.nav-primary .genesis-nav-menu .sub-menu a span {
		border: 0; 
	}

	.header-nav-addon-widget-area,
	.nav-secondary {
		text-align: right;
		position: absolute;
		top:-54px;
		right: 2%;
		width: auto
	}

	.nav-secondary .menu {
		display: block;
	}

	.header-nav-addon-widget-area {
		margin: 0 160px 0 0;
		top: -54px;
	}

	.header-nav-addon-widget-area .widget {
		width: auto;
	}

	.site-header .simple-social-icons {
		float: none;
		margin-right: 0;
	}

	.header-nav-addon-widget-area .menu a,
	.nav-secondary .menu a {
		padding: 10px 15px;
		color: #fff;
		display: inline-block;
		text-decoration: none;
		line-height: 1;
	    font-weight: bold;
	    font-size: 14px;
	    font-size: 1.4rem;
	}

	.header-nav-addon-widget-area .menu .menu-item,
	.nav-secondary .menu .menu-item {
		display: inline-block;
		width: auto
	}

	.nav-secondary .menu-item:nth-child(3n+1),
	.nav-secondary .menu-item:nth-child(3n+2),
	.nav-secondary .menu-item:nth-child(3n+3) {
		background-color: transparent;
	}

	.header-nav-addon-widget-area .menu a,
	.nav-secondary .menu a {
		font-family: "acumin-pro-condensed",sans-serif;
		font-size: 16px;
		font-size: 1.6rem;
		transition:none;
	}

	.header-nav-addon-widget-area .menu a:hover,
	.nav-secondary .menu a:hover {
		text-decoration: underline;
		color: #d0262f;
	}

	.header-nav-addon-widget-area .menu .join a,
	.nav-secondary .menu .join a,
	.header-nav-addon-widget-area .menu .donate a,
	.nav-secondary .menu .donate a {
		margin-left: 15px;
		border: 1px solid;
	}

	.header-nav-addon-widget-area .menu .join a,
	.nav-secondary .menu .join a {
		background-color: #d0262f;
		border-color: #d0262f;
	}

	.header-nav-addon-widget-area .menu .join a:hover,
	.nav-secondary .menu .join a:hover,
	.header-nav-addon-widget-area .menu .donate a:hover,
	.nav-secondary .menu .donate a:hover {
		background-color: transparent;
		border-color:#fff;
		color:#fff;
		text-decoration: none;
	}

	.nav-secondary .menu li.take-action,
	.nav-secondary .menu li.donate {
		display: none;
	}

	.site-header .simple-social-icons ul,
	.site-header .social-icons.widget_text,
	.site-header .widget_search {
		margin-top: 5px;
	}

	.site-header #simple-social-icons-2 ul li,
	.site-header .widget ul > li,
	.site-header .social-icon-shortcode {
		margin-bottom: 0 !important;
	}

	.site-header #simple-social-icons-2 ul li a {
		background-color: #523f3b !important;
	}

	.site-header .social-icon-shortcode a {
		background-color: transparent;
	}
  
	.site-header #simple-social-icons-2 ul li a:hover, 
	.site-header #simple-social-icons-2 ul li a:focus { 
		color: #523f3b !important; 
	} 

	.site-header .social-icon-shortcode a:hover svg,
	.site-header .social-icon-shortcode a:focus svg {
		fill: #523f3b;
		stroke: #523f3b;
	} 


	/* max width
	--------------------------------------------- */

	.site-inner {
		margin-top: 20px;
	}

	/* Content
	--------------------------------------------- */
	.site-inner {
		padding: 50px 0 0;
	}

	.content-sidebar-wrap {
		display: flex;
		width: 100%;
	}

	.post-type-archive-resource .content-sidebar-wrap {
		align-items: flex-start;/*stops sidebar and main from stretching height to match the other, which causes issues for flex items within main*/
	}

	.sidebar {
		flex-shrink:0;
	}

	.sidebar-content .sidebar {
		order:-1;
	}

	.content-sidebar .sidebar {
		order:2;
	}

	.sidebar-content .content {
		flex-grow:1;
	}

	.post-type-archive-resource.sidebar-content .content,
	.sidebar-content.resources-page .content {
		margin-right: 3.5%;
	}

	.content,
	.archive-description,
	.petitions-page .page.entry {
		width: 80%;
	}

	.single-press_release .content {
		width: 56%;
		margin-top: 50px;
	}

	.single-resource .entry-content {
		width: 70%;
		margin: 0 auto;
	}

	.content .archive-description {
		width: 100%;
	}

	.action-center-page .content,
	.action-center-child-page .content {
		width: 93%;
	}

	.search .archive-description {
		width: 100%;
	}

	.full-width-content .unbound {
		margin-left: -12.5%; /* ((1-0.8)/2)/0.8 = 10%/0.8 */
		padding: 30px 12.5%;
		width: 125%;
	}

	.full-width-content .box {
		width: 106%;
		margin-left: -3%;
		padding: 3%;
	}

	.home .content-sidebar-wrap {
		display: block;
	}

	.home .content {
		width: 72%;
		float: left;
	}

	.home .sidebar {
		width: 26.6%;
		margin-left: 1.4%;
		float:right;
	}

	.home .sidebar.sidebar-featured-content {
		order:2;
		height: 100%;
		text-align: left;
	}

	.home .sidebar.sidebar-primary {
		order:3;
	}

	.home .latest-news .entry a.entry-image-link {
    	width: 54%;
    	padding-bottom: 36%;
	}	

	.home .latest-news article .entry-header, 
	.home .latest-news article .entry-meta, 
	.home .latest-news article .entry-content {
		width: 42%;
	}

	.archive-description .entry-title,
	.archive-title,
	.entry-title,
	.post-type-archive-tribe_events .tribe-events-page-title {
		font-size: 60px;
		font-size: 6rem;
		margin-bottom: 20px;
	}

	.single-resource.resource-format-testimony .entry-title {
		font-size: 40px;
		font-size: 4rem;	
	}

	.issues-child-page .entry-title {
		font-size: 50px;
		font-size: 5.0rem;
	}

	.issues-child-page .section-heading,
	.single-resource .section-heading,
	.page .section-heading {
		font-size: 46px;
		font-size: 4.6rem;
	}

	.button.large,
	.large.button {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.post-type-archive-tribe_events .tribe-events-page-title {
		margin-bottom: 80px;
	}

	.single-resource .entry-header .entry-meta,
	h3.entry-title,
	.entry-subtitle,
	.entry-content h2,
	.single-press_release .entry-title {
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 1;
		margin-bottom: 25px;
	}

	.page.entry .entry-content,
	.single-press_release.entry .entry-content {
		margin-top: 50px;
	}

	.home .page.entry .entry-content,
	.petitions-page .page.entry .entry-content {
		margin-top: 0;
	}

	.category .entry-subtitle,
	.tag .entry-subtitle {
		margin-bottom: 20px;
	}
	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
		padding: 2%;
	}

	.blog .sidebar,
	.archive.content-sidebar .sidebar,
	.single-post .sidebar {
		padding: 0 3%; 
	}

	.blog .content,
	.archive.content-sidebar .content,
	.single-post .content {
		padding-left:6%;
		padding-right: 1%;
	}

	.blog .blog-upper,
	.archive.content-sidebar .blog-upper,
	.single-post .entry-header,
	.taxonomy .featured-news {
		width: 100%;
		padding: 0 3% 0 6%;
	}

	.post-type-archive-resource .sidebar {
		padding-top: 0;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	.post-type-archive-resource .sidebar,
	.resource-library-page .sidebar{
		width:20%;
		margin-left: 5%;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.block.one-half:nth-of-type(odd),
	.block.three-sixths:nth-of-type(odd),
	.block.two-fourths:nth-of-type(odd),
	.block.one-third:nth-of-type(odd),
	.block.two-sixths:nth-of-type(odd),
	.one-half.outline:nth-of-type(odd),
	.three-sixths.outline:nth-of-type(odd),
	.two-fourths.outline:nth-of-type(odd),
	.one-third.outline:nth-of-type(odd),
	.two-sixths.outline:nth-of-type(odd),
	.action-center-page .entry-content ol.five-sixths, 
	.action-center-page .entry-content ul.five-sixths,
	.action-center-child-page .entry-content ol.five-sixths, 
	.action-center-child-page .entry-content ul.five-sixths {
		float: left;
		margin-left: 2.564102564102564%;
		clear: none;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.one-third,
	.two-sixths,
	.action-center-page .one-third,
	.action-center-child-page .one-third {
		margin-left: 2.56%;
		width: 31.6%;
	}

	.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,
	.one-third.outline:nth-of-type(3n+1),
	.block.one-third:nth-of-type(3n+1) {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 30px;
	}

	.archive-description {
		margin-bottom: 70px;
	}

	.content .archive-description {
		margin-bottom: 40px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.before-footer-widget-area {
		margin-top: 80px;
		margin-left:0;
		margin-right:0;
	}

	.before-footer-widget-area .widget {
		padding: 30px 1.25%;
	}

	.footer-widget-area {
		display: flex;
		margin-bottom: 0;
	}

	.footer-widgets {
		display: flex;
	}

	.footer-widgets .widget {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
		max-width: 30%;
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		float: left;
	}

	/* Resources
	--------------------------------------------- */
	.post-type-archive-resource .resource.entry,
	.resource-library-page .resource.entry {
		width: 29.333333333333%;
	}

	.single-resource .entry-content .resource-gallery .gallery-item {
		width: 29.29%;
	}

	.entry-content .posts-shortcode .entry,
	.single-team_member .posts-shortcode .entry {
		width: 30.66666666666667%; 
	}

	.entry-content .posts-shortcode .entry:nth-of-type(2n+2),
	.single-team_member .posts-shortcode .entry:nth-of-type(2n+2) {
		margin-right: 4%;
	}

	.entry-content .posts-shortcode .entry:nth-of-type(3n+3),
	.single-team_member .posts-shortcode .entry:nth-of-type(3n+3) {
		margin-right: 0;
	}

	.post-type-archive-resource .section-heading,
	.resource-library-page .section-heading,
	.resource-library-description {
		margin-left: 2%;
	}


	.resource-screenshots img {
		margin-left:0;
		margin-right:0;
	}

	.single-resource .share-buttons,
	.page .share-buttons {
		margin-bottom: 65px;
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.single-press_release .share-buttons {
		margin-bottom: 65px;
		display: flex;
	}

	.single-resource .format-gallery .share-buttons {
		margin-top: 65px;
	}

	.single-resource .share-buttons a,
	.single-press_release .share-buttons a,
	.page .share-buttons a {
		width: 100%;
		margin-left: 2%;
		margin-bottom: 0;
		text-align: left;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	max-width: 235px;
	}

	.single-resource .share-buttons .social-icon-shortcode,
	.single-press_release .share-buttons .social-icon-shortcode,
	.page .share-buttons .social-icon-shortcode {
		top: auto;
	}

	.resource-screenshots.resource-video {
		width: 74.5%;
	}

	.home .flex-direction-nav a {
		bottom: 70px;
	}

	.home .flexslider .flex-direction-nav .flex-prev,
	.home .flexslider:hover .flex-direction-nav .flex-prev {
	  left: 24px;
	}
	.home .flexslider .flex-direction-nav .flex-next,
	.home .flexslider:hover .flex-direction-nav .flex-next {
	  right: 24px;
	}

	.home .sidebar .box,
	.home .sidebar .image-box {
		margin-bottom: 5.454545455%;
	}

	.home .box,
	.sidebar .box {
		padding: 24px 30px 24px;
	}

	/* Theme specific MCAF Shortcodes styling
	---------------------------------------------------------------------------------------------------- */
	.site-inner .tabs-shortcode ul.tabs-nav {
		display: flex;
	}

	.site-inner .tabs-shortcode .tabs-nav li {
		width: auto;
	}

	.tabs-shortcode .tabs-nav li a,
	.tabs-shortcode .tabs-nav span.no-link {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	.tabs-shortcode .tabs-nav li:first-child a,
	.tabs-shortcode .tabs-nav li:first-child span.no-link {
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	.tabs-shortcode .tabs-nav li:last-child a {
		-webkit-border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}

	.tabs-shortcode ul.tabs-nav > li a,
	.tabs-shortcode .tabs-nav > li span.no-link {
	    border-right: none;
	}

	.count,
	.unbound p.count {
		font-size: 92px;
		font-size: 9.2rem;
	}

	.count-with-text,
	.unbound p.count-with-text {
		font-size: 80px;
		font-size: 8.0rem;
	}

	.unbound p {
	    font-size: 32px;
	    font-size: 3.2rem;
	}

	.state-chapters-child-page .content,
	.volunteer-states-child-page .content {
		width:66.66666666666667%;
		padding: 45px 3.5%;
	}

	.state-chapters-child-page .unbound,
	.volunteer-states-child-page .unbound {
		margin-left: -5.865921788%; /* 3.5%/(.66666666667-3.5**2) */
		padding-left: 5.865921788%;
		padding-right: 5.865921788%;
		width: 111.731843576%;
	}

	.state-chapters-child-page .sidebar,
	.volunteer-states-child-page .sidebar {
		width: 33.333333333333%;
		padding: 45px 3.5%;
	}

	.state-chapters-page .fancy-dropdown {
		display: none;
	}

	.petitions-page .petitions .entry-image-link {
		width:27%;
		margin-left: 3%;
		margin-top: 3%;
		margin-bottom: 3%;
		float: left;
		height: 0;
		padding-bottom: 27%;/*padding-bottom: 40%;*/
		position: relative;
	    overflow: hidden;
	    display: block;
	}

	.petitions-page .petitions img.entry-image {
		margin: 0;
		position: absolute;
	    width: auto;
	    max-width: 100%;
	    /*object-fit: none;*/
	    height: 100%;
	}

	.petitions-page .petitions .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
		/*font-size: 42px;
		font-size: 4.2rem;*/
	}

	.petitions-page .petitions .entry-header,
	.petitions-page .petitions .entry-content {
		width: 64%;
		float: right;
		margin-left: 3%;
		margin-right: 3%;
	}

	.petitions-page .petitions .entry-header {
		margin-top: 2%;
	}

	.petitions-page .petitions .entry-content {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.petitions-page .button {
	    font-size: 22px;
	    font-size: 2.2rem;
	    margin-top: 0;
	    /*font-size: 30px;
	    font-size: 3.0rem;
	    margin-top: 20px;*/
	}

	.before-footer-widget-area p {
		margin-top: 6px;
	}

	.post-type-archive-press_release .press_release.entry .entry-title,
	.press-shortcode .press_release.entry .entry-title,
	.moms-in-the-media-page .posts-shortcode .post.entry .entry-title {
		width: 78%;
	}

	.post-type-archive-press_release .entry-meta,
	.press-shortcode .press_release .entry-meta,
	.moms-in-the-media-page .posts-shortcode .post .entry-meta {
		width: 22%;
	}

	.home .flexslider h3 {
	    font-size: 20px;
	    font-size: 2.0rem;
	    margin-bottom: 12px;
	}

	.home .flexslider p {
	    font-size: 16px;
	    font-size: 1.6rem;
	    margin-bottom: 12px;
	}

	.home .flexslider .button {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.box figure {
		width: 38%;
		margin-right: 4.5%;
		float: left;
	}

	.box figure.alignright {
		margin-right: 0;
		margin-left: 4.5%;
		float: right;
	}

	.box figure img {
		margin: 0;
	}

	.box .text-with-image {
		width: 57.5%;
		float: left;
	}

	.box h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.stats {
		display: flex;
	}

	.moms-and-mayors-page .flexslider img {
		width: 24%;
		min-width: 300px;
	}

	.moms-and-mayors-page .flexslider img.alignleft {
		margin: 0 9.7% 0 1px !important;
		float: left;
	}

	.moms-and-mayors-page .flexslider img.alignright {
		margin: 0 1px 0 9.7% !important;
		float: right;
	}

	.center-vertical {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}


	.stat {
		/*Tricksy vertical border https://stackoverflow.com/a/18064496*/
		background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
		background-position: left;
		background-size: 2px 7px;
		background-repeat: repeat-y;
	}

	.stat:first-of-type {
		border-left: 0;
		background-image: none;
	}

	.related-posts-wrap {
		display: flex;
		justify-content:space-between;
	}

	.related-posts-wrap article {
		width: 31%;
	}

	.related-posts .entry-header, 
	.related-posts .entry-content {
		width: 100%;
	}

	.related-posts a.entry-image-link {
		width: 100%;
		padding-bottom: 66.66666667%;
	}

}

@media only screen and (min-width: 1080px) { /*1080 = 1/2 way b/w 960 and 1200*/
	.home .flexslider h3 {
	    font-size: 24px;
	    font-size: 2.4rem;
	}

	.home .flexslider p {
	    font-size: 18px;
	    font-size: 1.8rem;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item {
		margin-right: 1.5%;
		max-width: 250px
	}

	.teams-child-page .team_member.entry {
		width: 33.33333%;
		margin-left: 0;
		margin-right: 0;
	}
}

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

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	.before-footer-widget-area .custom-html-widget {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 0 3.5%;
	}

	.genesis-nav-menu a {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.nav-primary .genesis-nav-menu .menu-post a {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.blog .entry a.entry-image-link, 
	.home .latest-news .entry a.entry-image-link, 
	.search .entry a.entry-image-link, 
	.taxonomy .entry a.entry-image-link {
		width:30%;
		padding-bottom: 20%; /*20% x 220/330*/
	}

	.blog article .entry-header, 
	.search article .entry-header, 
	.taxonomy article .entry-header,
	.blog article .entry-content, 
	.search article .entry-content, 
	.taxonomy article .entry-content {
		width: 66%;
	}

	.blog .entry a.entry-image-link,  
	.content-sidebar.taxonomy .entry a.entry-image-link {
		width:36%;
		padding-bottom: 24%; /*20% x 308/462*/
	}

	.home .latest-news article .entry-header, 
	.home .latest-news article .entry-meta, 
	.home .latest-news article .entry-content {
		width: 42%;
	}

	.home .latest-news .entry a.entry-image-link {
		width:54%;
		padding-bottom: 36%; /*54% x 308/462*/
	}

	.blog article .entry-header, 
	.content-sidebar.taxonomy article .entry-header,
	.blog article .entry-content, 
	.content-sidebar.taxonomy article .entry-content {
		width: 60%;
	}

	.petitions-page .petitions .entry-image-link {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		width: 30%;/*width: 25%;*/
		padding-bottom: 30%;/*padding-bottom: 40%;*/
	}

	.post-type-archive-press_release .press_release.entry .entry-title,
	.press-shortcode .press_release.entry .entry-title,
	.moms-in-the-media-page .posts-shortcode .post.entry .entry-title {
		width: 82%;
	}

	.post-type-archive-press_release .entry-meta,
	.press-shortcode .press_release .entry-meta,
	.moms-in-the-media-page .posts-shortcode .post .entry-meta {
		width: 18%;
	}

	.post-type-archive-press .press.entry .entry-title,
	.press-shortcode .entry .entry-title,
	.press-shortcode .press_release.entry .has-publication .entry-title,
	.moms-in-the-media-page .posts-shortcode .entry .entry-title {
		width: 60%;
	}

	.post-type-archive-press .entry-time,
	.press-shortcode .entry-time,
	.press-shortcode .press_release .has-publication .entry-time,
	.moms-in-the-media-page .posts-shortcode .entry-time {
		width: 42%;
	}

	.post-type-archive-press .press-publication,
	.press-shortcode .press-publication,
	.moms-in-the-media-page .posts-shortcode .press-publication {
		width:58%;
	}

	.post-type-archive-press .entry-meta, 
	.press-shortcode .entry-meta,
	.press-shortcode .press_release .has-publication .entry-meta,
	.moms-in-the-media-page .posts-shortcode .entry-meta {
		width: 40%;
	}

	.home .flexslider img.alignleft {
		margin-right: 4.5% !important
	}

	.home .flexslider img.alignright {
		margin-left: 4.5% !important
	}

	.home .flexslider p, 
	.home .flexslider h3 {
    	padding-left: 4.5%;
    	padding-right: 4.5%;
	}

	.home .flexslider .overlay {
		margin-left: 4.5%
	}

	.home .flex-control-nav {
		left: 4.5%
	}

	.home .flexslider h3 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1;
		margin-bottom: 18px;
	}

	.home .flexslider p {
	    font-size: 20px;
	    font-size: 2.0rem;
	    margin-bottom: 18px;
	}

	.home .flexslider .button {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.home .flexslider .overlay .button {
		margin-top: 47px;
	}

	.stats h3 {
		font-size: 42px;
		font-size: 4.2rem;
	}

	.stats p,
	.unbound.stats p {
		font-size: 19px;
		font-size: 1.9rem;
	}

}

@media only screen and (min-width: 1400px) {
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		padding-left: 7.5%;
	}

	.petitions-page .petitions .entry-title {
		font-size: 42px;
		font-size: 4.2rem;
	}

	.petitions-page .button {
	    font-size: 30px;
	    font-size: 3.0rem;
	    margin-top: 20px;
	}

	.home .flexslider h3,
	.home .flexslider .overlay h3 {
		font-size: 42px;
		font-size: 4.2rem;
		margin-bottom: 23px;
	}

	.home .flexslider p {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 24px;
	}

	.single-team_member .team_member.entry,
	.archive.author .team-member-bio {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.single-team_member .team_member.entry .entry-header,
	.single-team_member .team_member.entry .entry-content,
	.archive.author .archive-description {
		width: 63%;
	}

	.single-team_member img.team-image,
	.archive.author img.team-image {
	    width: 28%;
	    margin-right: 9%;
	}
}

@media only screen and (min-width: 1500px) {
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item {
		margin-right: 3.5%;
	}

	.petitions-page .petitions .entry-header, 
	.petitions-page .petitions .entry-content {
		width: 60%;
		margin-left: 5%;
    	margin-right: 5%;
	}

	.petitions-page .petitions .entry-header {
		margin-top: 3%;
	}

	.home .flexslider p {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media only screen and (min-width: 1600px) {

	.site-header .wrap {
		max-width: 1600px;
	}

	.title-area {
		margin-left: 0;
	}

	.site-inner,
	.header-widget-area,
	.nav-primary .wrap {
		max-width: 1600px;
		margin: 0 auto;
	}

	.footer-widgets .wrap,
	.before-footer-widget-area .widget {
		max-width: 1600px;
	}

	.before-footer-widget-area .custom-html-widget {
		padding: 0;
	}

	.nav-primary {
	    max-width: 1600px;
	    margin: 0 auto;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		padding-left: 7%;
	}

	.header-banner .wrap {
		max-width: 1600px;
	}

	.header-nav-addon-widget-area {
		margin-right: 220px;
	}

	.nav-secondary {
		right: 50%;
		margin-right: -800px
	}

	.home .flexslider p {
		margin-bottom: 30px;
	}

	.entry-content .posts-shortcode .entry,
	.entry-content .posts-shortcode .entry:nth-of-type(2n+2),
	.entry-content .posts-shortcode .entry:nth-of-type(3n+3),
	.single-team_member .posts-shortcode .entry,
	.single-team_member .posts-shortcode .entry:nth-of-type(2n+2),
	.single-team_member .posts-shortcode .entry:nth-of-type(3n+3){
		width: 22%;
		margin: 0 4% 4% 0;
	}

	.moms-in-the-media-page .entry-content .posts-shortcode .entry,
	.moms-in-the-media-page .entry-content .posts-shortcode .entry:nth-of-type(2n+2),
	.moms-in-the-media-page .entry-content .posts-shortcode .entry:nth-of-type(3n+3) {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.entry-content .posts-shortcode .entry:nth-of-type(4n+4),
	.single-team_member .posts-shortcode .entry:nth-of-type(4n+4) {
		margin-right: 0;
	}

	.resource-library-page .section-heading {
		margin-left: 1.5%;
	}

	.blog .entry a.entry-image-link, 
	.search .entry a.entry-image-link, 
	.taxonomy .entry a.entry-image-link {
		width:23%;
		padding-bottom: 15.33333333%; /*23% x 308/462*/
	}

	.home .latest-news .entry a.entry-image-link {
		width:38%;
		padding-bottom: 25.33333333%; /*38% x 308/462*/
	}

	.home .latest-news article .entry-header, 
	.home .latest-news article .entry-meta, 
	.home .latest-news article .entry-content {
		width: 58%;
	}

	.blog article .entry-header, 
	.search article .entry-header, 
	.taxonomy article .entry-header,
	.blog article .entry-content, 
	.search article .entry-content, 
	.taxonomy article .entry-content {
		width: 73%;
	}

	.block.action-block.one-third {
		height: 570px;
	}

	.home .flexslider .button,
	.home .flexslider .overlay .button {
		font-size: 28px;
		font-size: 2.8rem;
	}
}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
