/*
	Theme Name: mwc
	Description: This is a child theme of the Genesis Framework.
	Author: cmohr
	Author URI: http://cmohr.ca
	Version: 2
 
	Template: genesis
	Template Version: 2.1.1
 
*/


/* Secondary colour: blue */


/* # Table of Contents
- Imports
- HTML5 Reset3
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* Genesis Gutenberg */

/* Drop Caps
---------------------------------------------------------------------------- */

.site-container p.has-drop-cap:not(:focus)::first-letter {
	margin: 0.02em 0.08em 0 -0.08em;
}

.site-container p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.site-container p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
	margin-right: 0.01em;
}

/* Paragraphs
---------------------------------------------------------------------------- */

.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 30px;
	padding-right: 30px;
}

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

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #f5f5f5;
}

/* Background Color
---------------------------------------------------------------------------- */

.site-container p.has-background {
	padding: 25px 30px;
}

.site-container p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-container p.has-text-color a,
.site-container p.has-background a {
	color: inherit;
}

.site-container p.has-background a:focus,
.site-container p.has-background a:hover,
.site-container p.has-text-color a:focus,
.site-container p.has-text-color a:hover {
	color: inherit;
	text-decoration: none;
}

.site-container p.has-background.light-text a {
	color: #fff;
	text-decoration: underline;
}

.site-container p.has-background.light-text a:focus,
.site-container p.has-background.light-text a:hover {
	text-decoration: none;
}

/* Alignment
---------------------------------------------------------------------------- */

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

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
	margin-right: 2em;
}

.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
	margin-left: 2em;
}

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
	margin-bottom: 30px;
}

.full-width-content .entry-content > .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.content-sidebar .site-container .alignfull,
.sidebar-content .site-container .alignfull {
	margin: 0 0 2em;
	width: 100%;
}

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

	.wp-block-button.home-contact {
		float: left;
		margin-left: 0;
	}

}

/* Columns
---------------------------------------------------------------------------- */

.site-container .wp-block-columns.alignfull {
	padding: 0 30px;
}

/* Cover Image
---------------------------------------------------------------------------- */

.full-width-content .entry-content > .wp-block-cover.alignfull {
	width: 100vw;
}

.site-container .wp-block-cover .wp-block-cover-text {
	font-size: 48px;
}

/* Buttons
---------------------------------------------------------------------------- */

.ab-block-cta .ab-button {
	font-weight: 600;
}

.site-container .wp-block-button .wp-block-button__link {
	border-width: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid currentColor;
	padding: 13px 28px;
}

.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

/* Blockquotes and captions
---------------------------------------------------------------------------- */

.site-container .wp-block-pullquote,
.site-container .wp-block-quote {
	border: none;
	margin: 24px 24px 36px;
}

.wp-block-pullquote.alignleft {
	margin: 0 2em 1.5em 0;
}

.wp-block-pullquote.alignright {
	margin: 0 0 1.5em 2em;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote p {
	font-size: 21px;
	font-style: italic;
	line-height: 1.8;
	margin-bottom: 42px;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote.is-style-large p {
	font-size: 32px;
}

.site-container .wp-block-pullquote.is-style-solid-color p {
	color: #fff;
	margin-bottom: 42px;
	text-align: center;
}

.site-container .wp-block-pullquote.is-style-solid-color {
	background-color: #333;
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
	max-width: 80%;
}

.site-container .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
	border: 2px solid;
	border-left: none;
	border-right: none;
}

.site-container .wp-block-pullquote cite,
.site-container .wp-block-quote cite {
	color: #666;
	display: block;
	font-family: "Source Sans Pro", serif;
	font-size: 16px;
	font-style: italic;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

.site-container .wp-block-pullquote cite {
	text-align: center;
}

.site-container .wp-block-pullquote.is-style-solid-color cite {
	color: #fff;
	font-style: italic;
}

.site-container .wp-block-pullquote .has-text-color cite,
.site-container .wp-block-pullquote .has-text-color p {
	color: currentColor;
}

.blocks-gallery-caption {
	width: 100%;
}

.blocks-gallery-item figcaption {
	margin-bottom: 0;
}

/* Category Block
---------------------------------------------------------------------------- */

.site-container .wp-block-categories {
	margin-left: 0;
	padding-left: 0;
}

.site-container .wp-block-categories li {
	list-style-type: none;
}

.site-container .wp-block-categories.aligncenter {
	text-align: center;
}

.site-container .wp-block-categories.alignfull {
	padding: 0 30px;
}

.site-container .wp-block-categories .children {
	padding-left: 30px;
}

/* Latest Posts Block
---------------------------------------------------------------------------- */

.site-container .wp-block-latest-posts {
	margin-left: 0;
	padding-left: 0;
}

.site-container .wp-block-latest-posts li {
	list-style-type: none;
}

.site-container .wp-block-latest-posts.aligncenter {
	text-align: center;
}

.site-container .wp-block-latest-posts.alignfull {
	padding: 0 30px;
}

/* Atomic Blocks
---------------------------------------------------------------------------- */

.ab-block-post-grid h2 a {
	text-decoration: none;
}

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

	.ab-block-container.alignfull::before {
		content: " ";
		display: table;
	}

	.ab-block-container.alignfull::after {
		clear: both;
		content: " ";
		display: table;
	}

}

/* Other Blocks
---------------------------------------------------------------------------- */

.wp-block-preformatted,
.wp-block-verse {
	font-size: 16px;
}

.wp-block-preformatted {
	white-space: pre-wrap;
}

hr.wp-block-separator {
	border: none;
	border-bottom: 1px solid currentColor;
	color: #eee;
	margin: 1.65em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

.wp-block-separator.is-style-dots {
	color: #333;
}

.wp-block-audio audio {
	display: inline-block;
	width: 100%;
}

.site-container .blocks-gallery-grid,
.site-container .wp-block-gallery {
	padding-left: 0;
}

.wp-block-table.is-style-stripes {
	border-bottom-width: 0;
}

.full-width-content .site-container .wp-block-table.alignfull {
	margin: 0;
	width: 100%;
}

@media only screen and (min-width: 960px) {

	.full-width-content .site-container > .wp-block-table.alignwide {
		width: calc(100% + 360px);
	}

	.full-width-content .site-container > .wp-block-table.alignfull {
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
		width: 100vw;
	}

}

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

	.wp-block-media-text.is-stacked-on-mobile figure {
		margin-bottom: 20px;
	}

}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

	.full-width-content .entry-content > .alignwide {
		margin-left: -180px;
		margin-right: -180px;
		max-width: calc(100% + 360px); /* 360 equals sum of left and right margin */
		width: auto;
	}

	.alignfull .alignwide,
	.alignwide .alignwide {
		max-width: 1062px;
		margin: 0 auto;
	}

}

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

	.site-container .wp-block-column {
		flex-basis: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}

/* End Genesis Gutenberg */

#can-form-area-rsvp-for-june-14-2020 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#can-form-area-rsvp-for-june-14-2020 #can_embed_form.can_float #form_col1,
#can-form-area-rsvp-for-june-14-2020 #can_embed_form.can_float #form_col2 {
	width: 100% !important;
	float: none !important;
}

/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Catamaran:900|Oswald:300|Raleway:300);


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */
/*
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*/
/* ##  iOS form elements reset - cmohr
--------------------------------------------- */ 
textarea, 
input[type="text"], 
input[type="button"], 
input[type="submit"],
input[type="search"], 
input {
/*    -webkit-appearance: none; */
    -webkit-border-radius: 0px;
    border-radius: 0;
}

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

.home-bottom:before,
.demand:before,
.fact:before,
.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,
.wrap:before {
	content: " ";
	display: table;
}

.home-bottom:after,
.demand:after,
.fact:after,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f3ffe2;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #225378;
	text-decoration: none;
}

.entry-content a {
	border-bottom: 1px dotted #ccc;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	color: #3f8cca;
	font-size: 50px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 900;
}

h2 {
	font-size: 30px;
}

.entry-content h2 {
	color: #eb7f00;
	font-family: Oswald, sans-serif;
	font-size: 24px;	
	font-weight: 300;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
/*	font-weight: 400; */
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
/*	font-weight: 400; */
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
/*	font-weight: 400; */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #225378;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
/*	font-weight: 400; */
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.button.red {
	
}

.fact .button {
	font-size: 14px;
	padding: 8px 12px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #000;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.entry-content .ginput_container {
	font-size: 16px;
}

.entry-content .gfield {
	margin-bottom: 30px;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	margin-bottom: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

.news th, .media-list th {
	color: #eb7f00;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
}

.media-list td {
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 0;
}

.media-list td.article {
	padding-right: 10px;
	width: 66%;
}

th {
	font-weight: 400;
}	

/* ## Accessibility
--------------------------------------------- */	

.sidebar .gfield_label,
.screen-reader-text {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.screen-reader-text,
.screen-reader-text span,
.search-form label {
	position: absolute;
	left: -1000em;
	top: -1000em;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-shortcut {
	position: absolute;
	top: -1000em;
}

.screen-reader-shortcut:focus {
	left: 1em;
	top: 1em;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	background: #fff;
	color: #333;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

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


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

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

/* ### Content */

.content {
	float: right;
	width: 66.666666667%;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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


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

.breadcrumb {
	margin-bottom: 20px;
}

/*
.archive-description,
.author-box {
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}
*/
.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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


.entry-title,
.archive-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.archive h1.entry-title a,
.blog h1.entry-title a {
	color: #eb7f00;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
}

.entry-title a {
	color: #225378;	
}

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

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.org-title span,
.sidebar .widget-title,
.home-bottom .widget-title {
	border-bottom: 4px solid #ccc;
	color: #eb7f00;
	display: inline-block !important;
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: auto;
}

.sidebar .widget-title:after {
	content: '';
	display: block;
	clear: both;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

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 24px;
}

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

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


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

.widget {
	word-wrap: break-word;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

.fb_iframe_widget span {
	max-width: 100%;
}

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

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

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* # Site Header & Preheader
---------------------------------------------------------------------------------------------------- */

.site-container {
	position: relative;
}

.site-header {
	height: 250px;
	margin-bottom: 60px;
/*	margin-top: 80px; */
	margin-top: 20px;
	text-align: center;
}

.preheader {
/*	background: rgb(224,224,224); 
	background-color: rgba(224,204,10,.7);*/
	background-color: #ACF0F2;
	border-bottom: 2px solid #000;
	color: #404041;
	font-size: 20px;
/*	font-weight: 700; */
	padding: 10px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.preheader a {
	background-color: #666;
	color: #fff;
	font-size: 12px;
	padding: 5px 8px; 
	text-transform: uppercase;
	vertical-align: text-top;
}

.preheader a:hover {
	background-color: #225378;
}

.home .preheader {
/*	background-color: rgba(224,204,10,.9);	
	background-color: rgb(255,255,255);	
	background-color: rgba(255,255,255,.9);	*/
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	display: inline-block;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 250px;
}


.header-image .site-title > a {
	background: transparent url(images/cmwrc.png) no-repeat;
	background-size: 250px 250px;
	display: block;
	height: 250px;
	width: 250px;
}
/*
.home.header-image .site-title > a {
	background: transparent url(images/f15white.png) no-repeat;	
	background-size: 250px 250px;
	display: block;
	height: 250px;
	width: 250px;
}*/
.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title,
.header-image .site-description {
	background-image: none;
	display: block;
	height: 0;
	text-indent: -9999px;
}


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

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: inline-block;
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 25px 15px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover {
	background-color: #225378;
}

.genesis-nav-menu .sub-menu {
	background-color: #666;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out; 
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	padding: 20px;
/*	position: relative; */
	text-align: center;
	text-transform: none;
	width: 150px;	
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #666;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -95px;
	opacity: 1;
}

/* how the triangle is made */
.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-bottom-color: #666;
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-bottom-color: #666;
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}
/* end triangle */


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

.nav-primary,
.nav-secondary {
	background-color: #3f8cca;
	margin-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

.navigation-container {
	background-color: #3f8cca;
/*	border-bottom: 1px solid #000;
	border-top: 1px solid #000; */
	margin-bottom: 98px;
	margin-top: -220px;
	min-height: 60px;
}

.navigation-container .wrap {
	max-width: 1100px;
}

.nav-primary,
.nav-secondary {
	margin-bottom: 0;
	padding: 0;
	width: 40%;		
}

.nav-primary {
	float: left;
}

.nav-secondary {
	float: right;
	text-align: right;
}


/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon {
	display: none;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.content .entry {
}

.action-content ol,
.action-content ul,
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.action-content ol > li,
.entry-content ol > li {
	list-style-type: decimal;
}

.action-content ul > li,
.entry-content ul > li {
	list-style-type: disc;
}

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

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

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

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

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #225378;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
/*	border-bottom: 1px dotted #ddd; */
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
/*	background-color: #fff; */
	border: 1px solid #eb7f00;
	margin-bottom: 50px;
	padding: 20px;
}

.sidebar .gform_wrapper {
	margin: 0;
}


.sidebar .gform_footer {
	margin-top: 0 !important;
	padding: 5px 0 0 !important;
}

.sidebar .gform_footer input[type="submit"] {
	background-color: #333;
	padding: 5px 10px;
}

.sidebar .gform_footer input:hover[type="submit"] {
	background-color: #225378;
}

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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

/*
.home .site-footer {
	color: #fff;
}
*/
.home .site-footer a {
/*	color: #fff; */
	text-decoration: underline;	
}

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

.home .site-footer p span {
	background-color: #fff;
	color: #666;
	display: inline-block;
	padding: 5px;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

body.home {
	background-color: #ccc;
}

.home .site-header,
.home .content .entry,
.home .sidebar .widget,
.home .site-footer {
	background-color: transparent;
}

.home .site-inner {
	padding-top: 0;
}

.home-top {
/*	background-color: rgba(0,0,0,.8); */
	background-color: #404041;
	background: rgba(64, 64, 65, 0.97);
	margin-top: 300px;
	text-align: center;
}

.home-top-left {	
}

.home-top-left {
	color: #f3ffe2;
/*	font-family: 'Roboto Condensed', sans-serif; */
	font-size: 60px;
/*	font-weight: 400; */
	letter-spacing: -1px;
	line-height: 1;
	margin: 30px 0 20px 0;
}

/* ## Home Form
--------------------------------------------- */

.home .gform_wrapper,
.home #gform_confirmation_wrapper_1 {
	margin: 0 auto 10px;
	text-align: center;
	width: 700px;	
}

.home #gform_1,
.home #gform_confirmation_message_1 {
	background-color: rgba(255,255,255,.8);
	overflow: auto;
	padding: 20px;
}

.home #gform_confirmation_message_1 {
	color: #225378;
	margin-bottom: 20px;
}

.home #gform_1 .gform_body {
/*	float: left; */
	margin-top: 10px;
/*	width: 80%; */
}

.home #gform_1 .gfield_label {
	display: none;
}

.home #gform_1 .gform_footer {
	clear: none;
/*	float: right; */
	padding: 0;
	margin: 10px 0 0;
	text-align: center;
/*	width: 20%; */
}

.home #gform_1 input[type="email"] {
	background-color: transparent;
	border: 0 none;
	border-bottom: 2px solid #666;
}

.home #gform_1 input[type="submit"] {
	background-color:  #eb7f00;
	color: #f3ffe2;
/*	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700; */
	letter-spacing: 1px;
}

.home #gform_1 input[type="submit"]:hover {
	background-color: #000;
}


/* ## Home TEMPORARY action
--------------------------------------------- */
/*
.home-top {
	background-color: rgba(0,0,0,.8);
	background-color: #b1e0e8;
	background: rgba(177,224,232, 0.97); 
	color: #fff;
	margin-top: 300px;
	padding: 50px 0 80px;
	text-align: center;
}

p.temp-action {
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;	
}

.button.email {
	background-color: #df1f29;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

.button.email:hover {
	background-color: #000;
}
*/
/* ## Home Middle - Demands
--------------------------------------------- */

.home-middle {
	background-color: rgb(34, 83, 120);
	background-color: rgba(34, 83, 120, 0.95);
	padding-bottom: 30px;
	position: relative;
}


.demands-buttons {
	padding: 60px 0 0;
	text-align: center;
}

.demands-buttons ul {
	margin: 0;
}

.demands-buttons li,
.demands-logos li {
/*	background-color: #000;
	border: 6px solid #225378;
	border-radius: 50%; */
	display: inline-block;
/*	height: 250px; */
	margin: 0 5px;
	text-align: center;
	vertical-align: top;
	width: 22%;	
}

.demands-buttons li:hover {
/*	background-color: #225378;
	border: 6px solid #000;	*/
}

.demands-buttons li a {
	color: #fff;
	display: inline-block;
/*	position: absolute; */
	font-size: 22px;
	line-height: 1;
/*	text-transform: uppercase; */
	width: 100%;
}


/* ## Home Bottom
--------------------------------------------- */

a.bottom {
	background-color: #fff;
	border: 2px solid #225378;
	border-radius: 50%;
	color: #000;
	display: block;
	height: 35px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top: 15px;
	position: absolute;
	text-align: center;
	top: -25px;
	width: 50px;
}

a.bottom:hover {
	background-color: #ddd;
	color: #225378;
}

.home-bottom {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	padding: 30px 0;
	position: relative;
}

.home-bottom-left .entry {}

.home-bottom-left h2.entry-title a {
	color: #225378;
	font-size: 36px;
}

.home-bottom-left .post-info {
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

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

.home-bottom .gform_widget {
	display: none;
}


/* # Demands
---------------------------------------------------------------------------------------------------- */

.page h1.entry-title,
.archive-title {
/*	font-size: 24px; */
/*	font-weight: 700; */
	letter-spacing: 1px;
	text-transform: uppercase;
}

.demands .entry-content h2 {
	color: #225378;
/*	font-family: 'Roboto', sans-serif; */
	font-size: 60px;
/*	font-weight: 700; */
}

.demands .entry-content h3 {
	color: #225378;
	font-size: 44px;
/*	font-weight: 700;	*/
}

.demands-logos ul {
	text-align: center;
}

.demands .entry-content h2:before,
.demands .entry-content h3:before { 
    display: block;
    content: "";
    height: 50px;
    margin: -50px 0 0;
}

a.dashicons-arrow-up-alt2,
a.dashicons-arrow-down-alt2 {
	border-bottom: 0 none;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px;
	padding: 10px;
	font-size: 20px;
	vertical-align: middle;	
}

.demand {
	margin-bottom: 50px;
}

.points ul {
	margin: 0;
}


.points ul li {
	background-color: #fff;
	border-bottom: 2px solid #ddd;
	color: #000;
	clear: left;
	float: left;
	font-size: 18px;
/*	font-weight: 500;	*/
	list-style-type: none;
	margin-bottom: 10px;
	padding: 7px 10px 7px 20px; 
	position: relative;
}

.points ul li:before {
	color: #225378;
	content: "\f147";
	display: inline-block;
	font-family: dashicons;
	left: 0;
	position: absolute;
}

/* # Facts
---------------------------------------------------------------------------------------------------- */

.fact {
	margin-bottom: 50px;
}

.fact img {
	border: 1px solid #ddd;
	max-width: 150px;
	height: auto;
}

/* # Paid sick days
---------------------------------------------------------------------------------------------------- */

.subc {
	border-bottom: 2px dashed #818181;
	padding: 30px 0;
}

.gform_wrapper .sick-leave h3.gform_title {
	color: #225378;	
	font-size: 40px;
}

.page-id-1675 .sidebar-primary {
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
}

.page-id-1675 .sidebar .widget {
	margin-bottom: 20px;
}


.page-id-1675 .inds li span {
/*	display: block; */
	font-size: 18px;
/*	font-weight: 700; */
}

.page-id-1675 .inds li span:after {
	content: "";
	display: block;
}

.psd-downloads li {
	margin-bottom: 5px;
}

.psd-downloads li a {
	background-color: #666;
	color: #fff;
	padding: 5px 10px;
}

.psd-downloads li a:hover {
	background-color: #225378;
}


/* # Action template
---------------------------------------------------------------------------------------------------- */

.image-container {
	height: 400px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}

.button.action {
	margin-bottom: 30px;
	display: none;
}

.page-template-template-action .preheader {
	display: none;
}

/* # Stories
---------------------------------------------------------------------------------------------------- */

.post-type-archive-stories .entry {
	text-align: center;
}

.post-type-archive-stories .entry-content a {
	border: 0 none;
	border-radius: 50%;
	width: 300px;
}

.post-type-archive-stories .entry-content a img,
.single-stories img.aligncenter.wp-post-image {
	border-radius: 50%;
}

.post-type-archive-stories .entry-content a:hover {
	background-color: #000;
}

.post-type-archive-stories .entry-content a img:hover {
	opacity: .8;
}

.single-stories .entry-content {
	background: url(images/quote.png) left top no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
}

/* # Endorsers
---------------------------------------------------------------------------------------------------- */

.entry-content ul.endorsers {
	margin: 20px 0 0 0;
}

.endorsers li {
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: padding-box;
	display: inline-block;
	height: 130px;
	list-style-type: none;
	margin: 0 20px 20px -4px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 28%;
	vertical-align: middle;
}

.endorsers li a {
	bottom: 0;
	height: 130px;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 20px;
	position: absolute;
	top: 0;
	width: 100%;
}

.endorsers li a:hover {
	background-color: #3f8cca;
	color: #fff;
}

/*
.org  {
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
}

.org .entry-content {
	height: 70px;
	position: relative;
}

.logo {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}

.logo,
.logo a {
	line-height: 1.2;
}

.logo a img.aligncenter {
	position: relative;
	max-height: 100px;
	width: auto;
}

.name {
	bottom: 0;
	font-size: 18px;
	height: 50px;
	left: 0;
	line-height: 1;
	position: absolute;
	width: 100%;
}

#endorse,
#endorseb {
	clear: both;
}

.post-type-archive-endorser .sidebar li {
	margin-bottom: 5px;
	padding: 0;
}

*/

/* # Take Action
---------------------------------------------------------------------------------------------------- */
/*
.current-action {
	margin-top: 120px;
}

.current-action h2,
.current-action p {
	text-align: center;	
}

.current-action .pic {
	background-color: #ccc;
	margin-bottom: 20px;
	text-align: center;
}

.current-action .details {
	font-size: 22px;	
}

.current-action a.button {
	margin: 0 auto;
}

.demands-buttons h2,
.current-action h2 {
	font-size: 60px;
}

.take-action .entry-content,
.take-action .entry-header {
	text-align: center;
}

.extra {
	background-color: #fff;
	border: 1px solid #666;
	margin: 0 auto;
	max-width: 600px;
	padding: 20px;
}

.extra p {
	margin: 0 0 10px;
}
*/


.action-section {
	padding: 40px 100px;
}

.action-section h2 {
	color: #eb7f00;
	font-size: 40px;
	text-align: center;
}

.action-content {
	background-color: #fff;
	border: 1px solid #eb7f00;
	margin: 0 auto;
	padding: 40px;
}

#events .action-content {
	text-align: center;
}

.action-content .event-title {
	font-size: 40px;
}

.take-action .gform_wrapper.emailgov_wrapper,
.take-action .gform_wrapper.volunteer_wrapper,
.take-action .gform_wrapper.tshirt_wrapper {
	width: 700px;
}

.take-action .gform_wrapper.a-alerts_wrapper,
.take-action .gform_wrapper.endorse_wrapper {
	width: 500px;
}

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, 
.gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	margin: 10px 0 10px 20px !important;
}

/* Hide the medical practioner */
.gfield.hide,
.hide,
form.endorse .gchoice_3_1_0 {
	display: none !important;
}

#gform_fields_2 #field_2_4 .ginput_container_textarea {
	font-size: 14px;
}

#input_2_4 {
	background-color: #f1f1f1;
/*	min-height: 380px; */
	padding: 10px;	
}

p.jointhem {
	color: #225378;
	font-size: 24px;
}

#gform_wrapper_2 .top_label .gfield_label {
	margin: 10px 0 5px;
}

#gform_wrapper_2 #field_2_2, #gform_wrapper_2 #field_2_3, #gform_wrapper_4 #field_4_4, #gform_wrapper_4 #field_4_5 {
	display: inline-block !important;
	width: 48%;
	vertical-align: top;
}

#gform_wrapper_2 #field_2_2,
#gform_wrapper_4 #field_4_4 {
	margin-right: 2.5%;
}
/*
.fb-share-button
{
transform: scale(2);
-ms-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
-moz-transform: scale(2);
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
}
*/
/* ## Accordions
--------------------------------------------- */

.accordion {
    margin-bottom: 20px;
}

h3.accordion-title {
	color: #666;
	font-size: 40px; 
}

.accordion-title {
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}


.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

#action-alerts:before,
#volunteer:before,
#send-email:before,
#endorse:before,
#endorseb:before  {
	color: #225378;
	display: block;
	font-family: dashicons;
	font-size: 80px;
}

#action-alerts:before {
	content: "\f111";
}

#volunteer:before {
	content: "\f483";
}

#send-email:before {
	content: "\f466";
}

#endorse:before,
#endorseb:before  {
	content: "\f119";
}

#tshirt:before {
	content: url(images/t80.png);
	display: block;	
}

.page-id-1027 .entry-title {
	text-align: center;
}

/* # Scroll
---------------------------------------------------------------------------------------------------- */

a#scroll-to-top {
	background: url(images/up.png) !important;
	background-size: 35px 35px !important; 
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media	only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (   min--moz-device-pixel-ratio: 2),
		only screen and (   -moz-min-device-pixel-ratio: 2),
		only screen and (     -o-min-device-pixel-ratio: 2/1),
		only screen and (        min-device-pixel-ratio: 2),
		only screen and (                min-resolution: 192dpi),
		only screen and (                min-resolution: 2dppx)   {

	.header-image .site-title > a {
		background: transparent url(images/cmwrc2@2x.png) no-repeat;
		background-size: 250px 250px; 
	}

}

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

	.site-inner,
	.wrap {
		padding: 0 30px;
	}
	
	.navigation-container .wrap {
		padding: 0;
	}
	
	.demands-buttons li {
		height: 165px;
		width: 165px;
	}
	
	.demands-buttons li a {
		font-size: 20px;
		padding: 25px 0;
	}
	
}

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

	.preheader {
		font-size: 16px;
	}

	.header-image .site-title > a {
		background: transparent url(images/cmwrc2@2x.png) no-repeat;
		background-size: 200px 200px; 
		height: 200px;
		width: 200px;
	}
	
	.title-area {
		height: 200px;
		width: 200px;
	}
	
	.navigation-container {
		margin-top: -240px;
		min-height: 55px;
	}

	.navigation-container .wrap {
		padding: 0 5px;
	}
	
	.genesis-nav-menu a {
		padding: 20px 10px;
	}
		
	.genesis-nav-menu .sub-menu a {
		width: 110px;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: 50%;
		margin-left: -70px;
	}
		
	.home-top {
		margin-top: 250px;
	}
	
	.home-top-left {
		font-size: 44px;
	}
	
	.demands-buttons {
		padding: 30px 0 0;
	}
	
	.demands-buttons li {
		height: 200px;
		width: 200px;
		margin: 5px;
	}
	
	.demands-buttons li a {
		font-size: 16px;
		padding: 25px 0;
	}

	
	.demands .entry-content h2 {
		font-size: 44px;
	}
	
	.demands .entry-content h3 {
		font-size: 32px;
	}
	
	a.dashicons-arrow-up-alt2, a.dashicons-arrow-down-alt2 {
		margin: 0 8px;
		padding: 5px;
	}
	
	.action-section h2 {
		font-size: 40px;
	}
	
	.action-section {
	    padding: 40px;
	}
	

@media only screen and (max-width: 959px) {
	
	.site-header .wrap {
		padding: 0 5%;
	}
	
	.genesis-nav-menu a {
		font-size: 14px;
	}

	.header-image .title-area {
		background-position: center top;
	}
	
	.demands-buttons li {
		margin: 10px 20px;
	}


}

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


	.button.action {
		display: inline-block;		
	}
	
	body {
		font-size: 16px;
	}
	
	.preheader {
		font-size: 14px;
	}
	
	.preheader a {
		display: inline-block;
		vertical-align: middle;
	}
	
	.site-header {
		height: 150px;	
	}
	
	.site-header {
/*		margin: 60px 0 10px; */
		margin: 15px 0 10px;
	}
	
	.site-header .wrap {
		padding: 0;
	}
	
	.header-image .site-title > a {
		background: transparent url(images/cmwrc2@2x.png) no-repeat;
		background-size: 150px 150px; 
		height: 150px;
		width: 150px;
	}
	
	.title-area {
		height: 150px;
		width: 150px;
	}

	/*
	.header-image .site-title > a {
		background: transparent url(images/f15-612x216.png) no-repeat;
		background-size: 398px 140px;
		height: 140px;
		width: 398px;
	}

	.home.header-image .site-title > a {
		background: transparent url(images/f15-612x216w.png) no-repeat;
		background-size: 398px 140px;
		height: 140px;
		width: 398px;
	}

	
	.title-area {
		height: 140px;
		width: 398px;
	}
	*/

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title,
	.page-id-1042 .entry,
	.sidebar,
	.sidebar .gform_footer,
	.sidebar .gform_body	 {
		text-align: center;
	}
	
	.content,
	.sidebar-primary {
		width: 100%;
	}
	
	.entry {
		padding: 0px;
	}

	.author-box,
	.sidebar .widget {
		padding: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-top {
		margin-top: 100px;
	}
	
	p.temp-action {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.button.email {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.home-bottom-left .textwidget {
		margin-bottom: 25px;
		text-align: center;
	}
	
	.fact h2 {
		font-size: 24px;
	}
	
	.current-action {
		margin-top: 30px;
	}
	
	.current-action h2 {
		font-size: 40px;
	}
	
	.extra {
		max-width: 100%;
	}
	
	.home-bottom .widget-title,
	.sidebar .widget-title {
		display: block !important;
	}
	
	.sidebar .widget-title, 
	.home-bottom .widget-title {
		border-bottom: 0 none;
	}
	
	.demands-buttons li {
		height: 200px;
		margin: 10px 60px;
		width: 200px;
	}
	
	/* Menu
	____________________*/
	
	.navigation-container {
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	.navigation-container .wrap {
		padding: 0;
	}
	
	.nav-primary,
	.nav-secondary {
		float: none;
		min-height: inherit;
		width: 100%;
	}

	.responsive-menu-icon {
		display: block;
	}
	
	.responsive-menu-icon,
	.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.responsive-menu.genesis-nav-menu a {
		display: block;
		float: none;
		font-size: 18px;
		padding: 15px 0;
		width: 100%;
	}

	.responsive-menu,
	.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
		
	.genesis-nav-menu .sub-menu::before {
		border-width: 0;
		margin-left: 0;
	}
	
	.genesis-nav-menu .sub-menu::after, 
	.genesis-nav-menu .sub-menu::before {
		content: none;
		display: none;
	}
	/*
	.genesis-nav-menu .menu-item > .sub-menu {
		clear: both;
		display: block;
		left: auto;
		position: relative !important;
		margin: 0 auto;
		text-align: center;
		width: 50%;
	}
	*/
	.genesis-nav-menu .menu-item:hover > .sub-menu, 
	.genesis-nav-menu .menu-item.menu-open > .sub-menu {
		background-color: #666;
		display: block;
		left: auto;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu a,
	.genesis-nav-menu .menu-item.menu-open > .sub-menu a {
		border: 0 none;
		display: block;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu a:hover,	
	.genesis-nav-menu .menu-item.menu-open > .sub-menu a:hover {
		background-color: #000;
	}
	
	.responsive-menu-icon {
		text-align: center;
	}
	
	.responsive-menu-icon::before {
		color: #fff;
		content: "\f333";
		display: inline-block;
		font: normal 30px/1 'dashicons';
		margin: 0 auto;
		padding: 10px;
	}
	
	.responsive-menu > .menu-item-has-children a:after {
		content: "\f347";
		display: block;
		font: normal 20px/1 'dashicons';
		padding: 5px;
		vertical-align: bottom;
		z-index: 9999;
	}
	
	.responsive-menu .sub-menu {
		display: block;
		position: relative;
		width: 100%;
	}
	
	.responsive-menu .menu-open.menu-item-has-children > .sub-menu:after,
	.responsive-menu > .menu-item-has-children .sub-menu a:after {
		content: none;
/*		display: block;
		font: normal 20px/1 'dashicons';
		height: 14px;
		padding: 0 0 10px;
		z-index: 9999;		*/
	}

}

@media only screen and (max-width: 700px) {
	
	
	.home-top-left {
		font-size: 36px;
	}
	
	.site-header {
/*    	margin: 90px 0 10px; */
    	margin: 10px 0;
	}
		
	
	.home-bottom-left h2.entry-title a {
		font-size: 22px;
	}
	
	.home #gform_1 .gform_body {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.home #gform_1 input {
		text-align: center;
	}
	
	.home #gform_1 .gform_footer {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.home #gform_1 input[type="submit"] {
		display: block;
		margin: 15px auto 0;
	}

	.home .gform_wrapper, .home #gform_confirmation_wrapper_1,
	.take-action .gform_wrapper.emailgov_wrapper,
	.take-action .gform_wrapper.volunteer_wrapper,
	.take-action .gform_wrapper.a-alerts_wrapper,
	.take-action .gform_wrapper.endorse_wrapper,
	.take-action .gform_wrapper.tshirt_wrapper	 {
		box-sizing: border-box;
		max-width: 100%;
	}
	
	.demands-buttons h2, 
	.current-action h2 {
	    font-size: 42px;
	}
	
	.fact h2,
	.fact .description,
	.fact p {
		text-align: center;
	}
	
	.fact img.alignleft {
		display: block;
		float: none;
		margin: 0 auto 15px;
		max-width: 200px;
	}
	
	.current-action .details {
		font-size: 18px;
	}
	
	.demands .entry-content h2 {
		font-size: 28px;
	}
	
	.demands .entry-content h3 {
		font-size: 24px;
	}
	
	.entry-title,
	h3.accordion-title {
		font-size: 28px;
	}
	
	.media-list td {
		font-size: 14px;
	}
	
	.demands-buttons li {
		margin: 10px 20px;
	}
	
	#gform_wrapper_2 #field_2_2, #gform_wrapper_2 #field_2_3, #gform_wrapper_4 #field_4_4, #gform_wrapper_4 #field_4_5 {
		width: 100%;
	}

	
}

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

	.site-header {
/*    	margin: 120px 0 10px; */
	}
	
	p.temp-action {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.button.email {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.footer p,
	.sidebar {
		font-size: 14px;
	}

	p {
		margin: 0 0 15px;
	}
	/*
	.header-image .site-title > a,
	.home.header-image .site-title > a  {
		background-size: 199px 70px;
		height: 70px;
		width: 199px;
	}
	
	.title-area {
		height: 70px;
		width: 199px;
	}

	.site-header {
		height: 90px;	
	}
	*/	
	
	.home-top {
		margin-top: 200px;
	}
}