/*
	Theme Name: CISV National Theme
	Theme URI: http://www.rainstorminc.com/cisv_national/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: RainStorm Inc.
	Author URI: http://www.rainstorminc.com/

	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
	- Print Styles

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.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,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Fonts
--------------------------------- */

@font-face {
    font-family: 'libre_baskervillebold';
    src: url('lib/fonts/librebaskerville-bold-webfont.woff2') format('woff2'),
         url('lib/fonts/librebaskerville-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Franklin Gothic Medium Cond';
	font-style: normal;
	font-weight: normal;
	src: url('lib/fonts/Franklin-Gothic-Medium-Cond-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Franklin Gothic Book';
	font-style: normal;
	font-weight: normal;
	src: url('lib/fonts/FRABK.woff') format('woff');
}

@font-face {
	font-family: 'Franklin Gothic Book Italic';
	font-style: normal;
	font-weight: normal;
	src: url('lib/fonts/FRABKIT.woff') format('woff');
}

/* Font Icons
----------------------------------------------------------- */
@font-face {
  font-family: 'rsc-icons';
  src: url('lib/fonts/rsc-icons.eot?57015328');
  src: url('lib/fonts/rsc-icons.eot?57015328#iefix') format('embedded-opentype'),
       url('lib/fonts/rsc-icons.woff2?57015328') format('woff2'),
       url('lib/fonts/rsc-icons.woff?57015328') format('woff'),
       url('lib/fonts/rsc-icons.ttf?57015328') format('truetype'),
       url('lib/fonts/rsc-icons.svg?57015328#rsc-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  	font-family: "rsc-icons";
  	font-style: normal;
  	font-weight: normal;
  	speak: none;
  	display: inline-block;
  	text-decoration: inherit;
  	width: 1em;
  	margin-right: .2em;
  	text-align: center;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1em;
  	margin-left: .2em;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
 
.icon-menu:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-twitter-1:before { content: '\e802'; } /* '' */
.icon-facebook-1:before { content: '\e803'; } /* '' */
.icon-angle-right:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-angle-down:before { content: '\e806'; } /* '' */
.icon-mail-alt:before { content: '\e807'; } /* '' */
.icon-instagram:before { content: '\e808'; } /* '' */
.icon-pinterest:before { content: '\e809'; } /* '' */
.icon-youtube-play:before { content: '\e80a'; } /* '' */
.icon-comment:before { content: '\e80b'; } /* '' */
.icon-flickr:before { content: '\e80c'; } /* '' */

/* Typographical Elements
--------------------------------------------- */

body {
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
	/*hyphens: auto;*/
    line-height: 1.625;
	/*word-wrap: break-word;*/
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
}

body.cisv_national-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.075s ease-in-out;
	-moz-transition:    all 0.075s ease-in-out;
	-ms-transition:     all 0.075s ease-in-out;
	-o-transition:      all 0.075s ease-in-out;
	transition:         all 0.075s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #f9423a;
	text-decoration: none;
}

a:hover {
	color: #ff9f00;
	text-decoration: none;
}

a.more {
    padding-bottom: 4px;
}
a.more:hover {
}

.entry-content p a {
}
.entry-content p a:hover {
}

.entry-content p a[rel*="attachment"] {
    border-bottom: none;
}

.entry-content p a:hover {
}

a.fancybox:hover {
	border-bottom: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.entry-content ol,
.entry-content ul,
.sidebar ol,
.sidebar ul {
	padding: 0 0 0 20px;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
    float: right;
    width: 240px;
    color: #286aa4;
    border-left: 2px solid #6a9eac;
    margin: 5px 0 20px 20px;
    padding: 20px 20px 20px;
    background-color: #fcfcfc;
}
blockquote p {
    margin: 0;
}

/*blockquote::before {
    content: "\201C";
    display: block;
    font-size: 100px;
    height: 0;
    left: -40px;
    position: relative;
    top: -50px;
    color: #f4f4f4;
}*/

hr {
    background-color: #eee;
    border: medium none;
    height: 10px;
    margin: 40px auto;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #007dc3;
    font-family: "Franklin Gothic Book", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
    font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Tables
--------------------------------------------- */

table {
    width: 100%;
}
td {
    border: 1px solid #c3c3c3;
    padding: 10px;
    vertical-align: top;
}

.ml-responsive-table {
    border: 1px solid #c3c3c3;
}
.ml-responsive-table .ml-grid {
    border-bottom: none !important;
    border-top: none !important;
}

/* Objects
--------------------------------------------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #e8e4de;
    border-radius: 0;
    box-shadow: none;
    color: #f9423a;
    font-size: 18px;
    font-weight: 200;
    padding: 10px 20px;
    width: 100%;
}


input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #c4c3c3;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #c4c3c3;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
    background-color: #f9423a;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 20px;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #ffa300;
    border: medium none;
	color: #fff;
}

.button {
	display: inline-block;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.button.yellow {
    background-color: #f3eca4;
}
.button.yellow:hover {
    background-color: #f9423a;
    color: #ffffff;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    position: relative;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

.site-container {
}

.home .site-container {
	background-image: none;
}

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
    clear: both;
    position: relative;
}

.home .site-inner {
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.cisv_national-landing .site-container .site-inner {
	margin-top: 100px;
}

.content-sidebar-wrap {
}


.sidebar-content .site-container {
}

.sidebar-content .site-inner {
    clear: both;
    position: relative;
}

.sidebar-content .sidebar .widget {
}

.full-width-content .site-container {
	background-image: none;
}

.full-width-content .site-inner {
	background-image: none;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    display: inline-block;
    padding: 0 0 60px;
    width: 100%;
}
.breadcrumb-separator {
    margin: 0 6px;
}
.breadcrumb a {
	text-decoration: underline;
}

.author-box {
	font-size: 20px;
	padding: 40px 0;
}
.archive-description {
	padding: 0 0 40px 0;
}
.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="search"] {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    border: medium none;
	color: #ffffff;
    font-size: 16px;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
}

.search-form input[type="submit"] {
    background-color: transparent;
    font-family: "rsc-icons";
    position: absolute;
    right: 0;
    top: 21px;
}

/* Titles
--------------------------------------------- */

.archive-title,
.archive-description .entry-title {
	color: #333333;
    font-family: 'libre_baskervillebold';
    font-size: 36px;
    font-weight: normal;
}

.entry-title {
}

.entry-header .entry-title {
    margin-bottom: 20px;
}

.sidebar .entry-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
}

.entry-title a {
    color: #f9423a;
}

.entry-title a:hover {
	color: #333;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 40px;
}

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 {
    background-color: #f4f4f4;
}
.wp-caption-text {
    color: #888888;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 8px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
	text-align: center;
}

.post-password-form input {
	width: auto;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget li li {
	border: none;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Post Widget
-------------------------------------------------- */
.featured-content .entry-title {
    font-size: 24px;
    font-weight: normal;
}
.featuredpost a.more-link {
    display: block;
    margin-top: 30px;
    width: 90px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* Logo
---------------------------------------------------------------------------------------- */

.logo {
	position: absolute;
	width: 500px;
	text-align: center;
	z-index: 1;
	top: -70px;
	left: calc(50% - 250px);
}
.logo .title-area {
	height: 0;
	text-indent: -9999px;
	position: absolute;
	z-index: -1;
}

/* Top Bar
---------------------------------------------------------------------------------------- */

.top-bar {
    color: #292836;
    float: left;
    padding: 16px 80px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.top-bar .outer-wrap {
    display: block;
	position: relative;
    width: 100%;
}
.top-bar .outer-wrap .social.left {
    display: inline-block;
    width: 50%;
}
.top-bar .outer-wrap .right {
    display: inline-block;
    text-align: right;
    width: 50%;
}
.top-bar .outer-wrap ul {
    display: block;
}
.top-bar .outer-wrap ul li {
    display: inline-block;
    padding: 10px 20px;
}
.top-bar .outer-wrap ul li a {
}
.top-bar .outer-wrap .social {
}
.top-bar .outer-wrap .social ul {
}
.top-bar .outer-wrap .social ul li {
}
.top-bar .outer-wrap .social ul li a {
}
.top-bar .outer-wrap .social ul li:first-child a {
    padding-left: 0 !important;
    margin-left: -4px !important;
}
.top-bar .outer-wrap .social ul li a.facebook {
}
.top-bar .outer-wrap .social ul li a.twitter  {
}
.top-bar .outer-wrap .social ul li a.youtube  {
}

.top-bar .outer-wrap .right .dashicons {
	font-size: 28px;
	margin: 0 10px 0 0;
}
.top-bar .outer-wrap .right .search {
	color: #888787;
	cursor: pointer;
	font-family: 'Franklin Gothic Medium Cond', sans-serif;
}
.top-bar .outer-wrap .right .search .icon-search {
	color: #0f6a37;
    cursor: pointer;
    font-size: 28px;
}
.top-bar .outer-wrap .right .search .theform {
    display: none;
    position: absolute;
    right: 122px;
    top: 46px;
    width: 250px;
	z-index: 2;
}
.top-bar .outer-wrap .right .search .theform .search-form {
}
.top-bar .outer-wrap .right .search .theform .search-form input[type="search"] {
    background: #333;
    padding: 10px;
    font-size: 18px;
}
.top-bar .outer-wrap .right .search .theform .search-form input[type="submit"] {
	display: none;
}
.top-bar .outer-wrap .right .donate {
	color: #aa0061;
	font-family: 'Franklin Gothic Medium Cond', sans-serif;
	padding-right: 0;
}
.top-bar .outer-wrap .right .donate a {
	color: #aa0061;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
    display: inline-block;
	font-family: 'Franklin Gothic Medium Cond', sans-serif;
    padding: 20px 80px;
    width: 100%;
	z-index: 1;
}
.site-header .left {
	float: left;
	width: 50%;
}
.site-header .left .genesis-nav-menu ul.menu li.menu-item:first-child a {
	padding-left: 0;
}
.site-header .left .genesis-nav-menu ul.sub-menu li.menu-item:first-child a {
    padding-left: 12px;
}
.site-header .right {
	float: right;
	text-align: right;
	width: 50%;
}
.site-header .right .genesis-nav-menu ul.menu li.menu-item:last-child a {
	padding-right: 0;
}
.site-header .right .genesis-nav-menu ul.sub-menu li.menu-item:last-child a {
	padding-right: 12px;
}
.site-header .right .genesis-nav-menu ul.menu .sub-menu li.menu-item:last-child a {
	padding-right: 12px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Site Logo
----------------------------------------- */
.site-header .site-logo {
	text-align: center;
	width: calc(100% - 400px);
}
.site-header .site-logo h1 a {
	display: inline-block;
}

.feat-image {
}
.feat-image img.alignnone {
	margin-bottom: 0;
	display: block;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
    color: #333333;
    display: block;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 8px 10px;
}

.genesis-nav-menu ul.children a {
    letter-spacing: normal;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
	opacity: 1;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a  {
	color: #f9423a;
}

.genesis-nav-menu .sub-menu {
	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;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f9423a;
	border: 1px solid #eee;
	border-top: 0;
	color: #fff;
	padding: 12px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #BBBBBB;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0px 0 -199px;
}

.genesis-nav-menu .sub-menu .sub-menu .menu-item {
	text-align: right;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    font-family: "libre_baskervillebold";
    padding: 60px 0 0;
    text-align: left;
}

.nav-primary .genesis-nav-menu a {
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #BBBBBB;
	text-decoration: underline;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    color: #000;
    cursor: pointer;
    display: none;
    padding: 5px 0;
	text-align: left;
    top: -12px;
}

/*.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	font: normal 34px/1 "dashicons";
	margin: 0 auto;
	position: relative;
    right: 8px;
    top: 4px;
}*/

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Content
--------------------------------------------- */
.content {
    background-color: #fff;
    float: left;
    padding-right: 80px;
	padding-top: 80px;
	width: 880px;
}

.home .content {
    padding: 0;
}

.sidebar-content .content {
	float: right;
    padding-left: 80px;
    padding-right: 0;
}

.full-width-content .content {
    padding-right: 0;
	padding-top: 40px;
    width: 100%;
}

/* Entries
--------------------------------------------- */

.entry {
    border-bottom: 10px solid #eee;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

.single .entry,
.entry:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.widget .entry {
    margin-bottom: 80px;
}

.entry-content {
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content table ol,
.entry-content table ul {
    margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.woocommerce-page .entry {
	border: 0;
}

.entry-footer {
	padding: 20px 0 0;
	margin: 20px 0 0;
	text-align: right;
}

.entry-header p.entry-meta {
	font-size: 14px;
	padding: 0 0 20px;
	margin: 0 0 40px;
}

.blog .entry-header p.entry-meta {
    border-bottom: medium none;
}

/*.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}*/

.sidebar .entry-header::after {
	display: none;
}

.comment-icon {
	color: #f9423a;
}
.entry-comments-link {
    font-size: 18px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #c3c3c3;
	padding: 60px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
    font-family: 'libre_baskervillebold';
	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: 12px;
    padding: 10px 15px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #f9423a;
	color: #fff;
}

.archive-pagination ul.page-numbers {
    margin-left: 0;
    padding: 0;
}

.archive-pagination li span.page-numbers.current {
    background-color: #f9423a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
	margin-bottom: 80px;
    width: 320px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li,
.entry-content li {
	list-style-type: disc;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	border-bottom: medium none;
	margin-bottom: 0;
}

.sidebar .widget {
    margin: 40px 0;
	padding-bottom: 0;
}

.sidebar .widget:last-child {
	border-bottom: medium none;
	margin-bottom: 0;
}

.sidebar .widget-title {
    font-family: "Franklin Gothic Book",sans-serif;
    font-size: 36px;
    padding-bottom: 20px;
    text-align: left;
	color: #333;
}

.sidebar a.more {
    padding-bottom: 5px;
}

.sidebar table {
    background: #fff none repeat scroll 0 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

/* Footer
-------------------------------------------------- */
.site-footer {
    background-color: #fff;
	background-image: url("images/footer-bg.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.site-footer .outer-wrap {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, rgba(255, 255, 255, 1)),
		color-stop(0.15, rgba(255, 255, 255, 0.85)),
		color-stop(0.20, rgba(255, 255, 255, 0.75)),
		color-stop(0.5, rgba(51, 51, 51, 0.5)),
		color-stop(0.75, rgba(51, 51, 51, 0.65)),
		color-stop(1, rgba(51, 51, 51, 1))
	);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.75) 20%, rgba(51, 51, 51, 0) 50%, rgba(51, 51, 51, 0.65) 75%, rgba(51, 51, 51, 1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.75) 20%, rgba(51, 51, 51, 0) 50%, rgba(51, 51, 51, 0.65) 75%, rgba(51, 51, 51, 1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.75) 20%, rgba(51, 51, 51, 0) 50%, rgba(51, 51, 51, 0.65) 75%, rgba(51, 51, 51, 1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.75) 20%, rgba(51, 51, 51, 0) 50%, rgba(51, 51, 51, 0.65) 75%, rgba(51, 51, 51, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.75) 20%, rgba(51, 51, 51, 0) 50%, rgba(51, 51, 51, 0.65) 75%, rgba(51, 51, 51, 1) 100%);
	display: block;
    padding: 480px 0 40px;
}
.site-footer .wrap {
	border-top: 1px solid #6d7175;
}
.site-footer,
.site-footer p {
	color: #292836;
}

.site-footer p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Footer Menus
------------------------------------------------- */
.site-footer .outer-wrap .wrap.menus {
    border-top: none;
	display: block;
	padding: 30px 0;
}
.site-footer .outer-wrap .wrap.menus .left {
	color: #fff;
	display: inline-block;
    width: 25%;
	vertical-align: middle;
}
.site-footer .outer-wrap .wrap.menus .left ul.cnss-social-icon li.cn-fa-icon a {
	background-color: transparent !important;
	color: #fff !important;
}
.site-footer .outer-wrap .wrap.menus .left ul.cnss-social-icon li.cn-fa-icon a:hover {
	color: #888787 !important;
}
.site-footer .outer-wrap .wrap.menus .right {
	display: inline-block;
	text-align: right;
    width: 75%;
	vertical-align: middle;
}
.site-footer .outer-wrap .wrap.menus .right ul.menu {
	display: block;
	text-align: right;
    width: 100%;
}
.site-footer .outer-wrap .wrap.menus .right ul.menu li {
	display: inline-block;
	vertical-align: middle;
}
.site-footer .outer-wrap .wrap.menus .right ul.menu li a {
	color: #fff;
	padding: 10px 15px;
}
.site-footer .outer-wrap .wrap.menus .right ul.menu li a:hover {
	color: #f9423a;
}
.site-footer .outer-wrap .wrap.menus .right ul.menu li:last-child a {
	padding-right: 0;
}
.site-footer .outer-wrap .wrap.menus .right ul.menu .sub-menu {
    display: none;
}

/* Footer Creds
--------------------------------------------- */
.site-footer .creds {
	color: #fff;
	font-family: 'Franklin Gothic Medium Cond', sans-serif;
    padding: 40px 0;
    text-align: center;
}
.site-footer .creds ul {
    display: block;
    padding-bottom: 5px;
}
.site-footer .creds ul li {
    display: inline-block;
    padding: 0 5px;
}
.site-footer .creds ul li a {
	color: #fff;
}
.site-footer .creds ul li a:hover {
	color: #f9423a;
}
.site-footer .creds .charity {
	color: #ffc72c;
    font-family: 'libre_baskervillebold';
	font-size: 24px;
}

/* Single Template
-------------------------------------------- */
.entry-header .entry-title {
	color: #333333;
    font-family: 'libre_baskervillebold';
    font-size: 60px;
    font-weight: normal;
}
.entry-time {
}
.entry-header p.entry-meta {
    color: #888888;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.entry-content a.more-link {
    display: block;
    margin-top: 30px;
}

.single.single-post .entry-header,
.blog .entry-header {
	margin-bottom: 0;
}
.single.single-post .entry-header .entry-title,
.blog .entry-header .entry-title,
.search .entry .entry-header .entry-title,
.archive .entry-header .entry-title,
.page-template-page_blog .entry-header .entry-title {
    font-size: 36px;
	margin-bottom: 20px;
}
.search .entry-header .entry-title {
    font-size: 48px;
	margin-bottom: 40px;
}

/* Homepage Styles
----------------------------------------------------------------------- */

/* Mission Statement
------------------------------------------ */
.mission-statement {
    text-align: center;
    padding: 40px 0 20px;
}
.mission-statement h2.ms-headline {
    color: #333333;
	font-family: 'Franklin Gothic Book', sans-serif;
    font-size: 60px;
}
.mission-statement p.ms-subheadline {
    color: #888888;
    font-size: 24px;
}


/* Main Feature
--------------------------------------------------- */
.main-feature {
    display: block;
	padding: 0 0 80px;
    width: 100%;
}

/* Slider
--------------------------------- */
.main-feature .main-slider {
    display: inline-block;
    width: 50%;
	vertical-align: top;
}
.main-feature .main-slider .bx-wrapper {
	margin-bottom: 0;
}
.main-feature .main-slider .bxslider .slide {
    display: none;
    min-height: 600px;
    visibility: hidden;
}
.main-feature .main-slider .bxslider .slide a {
}
.main-feature .main-slider .bxslider .slide .photo-block {
    background-size: cover;
    float: left;
    min-height: 600px;
    position: relative;
    width: 100%;
}
.main-feature .main-slider .bxslider .slide .photo-block .text-block {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.25, rgba(0, 0, 0, 0)),
		color-stop(1, rgba(0, 0, 0, 0.5))
	);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px 30px 40px;
}
.main-feature .main-slider .bxslider .slide a:hover .text-block {
	opacity: 0.75;
}
.main-feature .main-slider .bxslider .slide .photo-block .text-block h3 {
    color: #fff;
    margin-bottom: 0;
}

/* Get Involved
-------------------------------- */
.main-feature .feat-cta {
    display: inline-block;
    width: 50%;
	vertical-align: top;
}
.main-feature .feat-cta .get-involved {
    background-color: #24366a;
	background-image: url("images/get-involved-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	min-height: 300px;
    padding: 20px 80px;
}
.main-feature .feat-cta .get-involved .cta-headline {
	color: #fff;
    font-size: 36px;
	margin: 0 auto 20px;
    padding: 0;
}
.main-feature .feat-cta .get-involved .cta-subheadline {
	color: #fff;
    font-size: 24px;
	margin: 0 auto 40px;
    padding: 0;
}
.main-feature .feat-cta .get-involved ul {
    display: block;
    font-family: 'libre_baskervillebold';
    text-align: center;
    width: 100%;
}
.main-feature .feat-cta .get-involved ul li {
    display: inline-block;
}
.main-feature .feat-cta .get-involved ul li a {
    padding: 0 20px;
	font-size: 32px;
	font-weight: bold;
	text-decoration: underline;
}
.main-feature .feat-cta .get-involved ul li.one a {
	color: #ffc72c;
}
.main-feature .feat-cta .get-involved ul li.two a {
	color: #b9d9eb;
}
.main-feature .feat-cta .get-involved ul li.three a {
	color: #f9423a;
}
.main-feature .feat-cta .get-involved ul li.one a:hover,
.main-feature .feat-cta .get-involved ul li.two a:hover,
.main-feature .feat-cta .get-involved ul li.three a:hover {
	opacity: 0.7;
}

.main-feature .feat-cta .featured-programs {
    background-color: #ffc72c;
}
.main-feature .feat-cta .featured-programs .pro-outer {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.main-feature .feat-cta .featured-programs .pro-outer a:hover {
	opacity: 0.7;
}
.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.4, rgba(255, 255, 255, 0)),
		color-stop(1, rgba(255, 199, 44, 0.9))
	);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	min-height: 300px;
	position: relative;
}
.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block {
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 30px;
}
.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block .feat-title {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block ul {
	display: block;
	width: 100%;
}
.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block ul li {
	font-size: 30px;
	display: inline-block;
	padding: 0 5px;
	color: #333;
	font-family: libre_baskervillebold;
}
.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block ul li.first {
	padding-left: 0;
}
.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block ul li.bullet {
	color: #fff;
}

/* News and Map
-------------------------------------------------------------- */
.news-map {
	display: block;
	padding: 0 0 80px;
	width: 100%;
}
.news-map .latest-news {
	display: inline-block;
	padding-right: 20px;
	width: 50%;
	vertical-align: top;
}
.news-map .widget-title {
	color: #007dc3;
	font-family: 'Franklin Gothic Book', sans-serif;
	font-size: 48px;
	margin-bottom: 40px;
	text-align: center;
}
.news-map .latest-news ul {
	display: block;
	width: 100%;
}
.news-map .latest-news ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.news-map .latest-news ul li img {
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.news-map .latest-news ul li span.the-date {
    color: #f9423a;
    font-size: 18px;
    margin: 20px auto 5px;
    display: block;
}
.news-map .latest-news ul li h3 {
    font-family: 'libre_baskervillebold';
	font-size: 24px;
    margin: 20px auto 0;
}
.news-map .latest-news ul li h3 a {
	color: #333;
}
.news-map .latest-news ul li h3 a:hover {
    color: #f9423a;
}
.news-map .latest-news ul li p {
    margin-bottom: 0;
}
.news-map .latest-news ul li span.more {
    display: block;
	font-family: 'Franklin Gothic Medium Cond', sans-serif;
}
.news-map .latest-news ul li span.more a {
    color: #f9423a;
}
.news-map .latest-news ul li span.more a:hover {
    color: #333;
}
.content .news-map .map {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	width: 50%;
	vertical-align: top;
}
.news-map .map h5 {
    margin-bottom: 0;
    color: #333;
    font-family: "Franklin Gothic Book", sans-serif;
}
.news-map .map address {
    margin-bottom: 0;
    font-style: normal;
    font-size: 14px;
    font-family: "Franklin Gothic Book", sans-serif;
}
.news-map .map .info-more {
    font-family: "Franklin Gothic Book", sans-serif;
}
.news-map .map .find-btn {
	bottom: -28px;
	left: 10px;
	position: absolute;
    width: 100%;
    text-align: center;
}
.news-map .map .find-btn a.button.more {
    padding: 15px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-family: Franklin Gothic Medium Cond;
    color: #333;
    background-color: #ffa300;
}
.news-map .map .find-btn a.button.more:hover {
    background-color: #f9423a;
}

/* Newsletter Optin
------------------------------------------ */

.newsletter {
    margin-bottom: 0;
    padding: 10px 0 60px;
}
.newsletter .wrap .nl-wrap {
    display: block;
    border: 2px solid #cccccc;
    padding: 15px 40px;
}
.newsletter .wrap .nl-wrap .left,
.newsletter .wrap .nl-wrap .middle,
.newsletter .wrap .nl-wrap .right {
	display: inline-block;
	vertical-align: middle;
	width: 38%;
}
.newsletter .wrap .nl-wrap .left {
}
.newsletter .wrap .nl-wrap .left .n-headline {
	color: #f9423a;
    font-family: 'libre_baskervillebold', serif;
	font-size: 36px;
}
.newsletter .wrap .nl-wrap .middle {
	color: #333;
	text-align: center;
	width: 24%;
}
.newsletter .wrap .nl-wrap .middle .n-message {
	font-size: 18px;
	font-family: 'Franklin Gothic Medium Cond', sans-serif;
	line-height: 1.4;
}
.newsletter .wrap .nl-wrap .right {
	color: #333;
	text-align: right;
}
.newsletter .wrap .nl-wrap .right a {
    background-color: #f9423a;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 4px;
}
.newsletter .wrap .nl-wrap .right a:hover {
	background-color: #333;
}

/* Page Template
------------------------------------------------------------------------ */

.page-title {
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 640px;
	position: relative;
}
.page-title.less {
    height: 480px;
}
.page-title .inner-title {
    left: 0;
    position: absolute;
    text-align: center;
    top: 43%;
    width: 100%;
}
.page-title .inner-title h1.entry-title {
    background: #f9423a none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 10px 40px;
}

/* Single Program Template
------------------------------------------ */
.single.single-rsc_program .entry-header {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.single.single-rsc_program .entry-header .entry-title {
    font-size: 48px;
}
.rsc_program .meta-info {
    float: right;
    width: 40%;
    background-color: #003A68;
    color: #fff;
    padding: 20px;
    margin: 0 0 20px 20px;
}
.rsc_program .meta-info .duration {
}
.rsc_program .meta-info .ages {
}
.rsc_program .meta-info .name {
}
.rsc_program .meta-info .learn-more {
	margin-top: 10px;
	text-align: center;
}
.rsc_program .meta-info .learn-more a.button {
	min-width: 200px;
}
.rsc_program .meta-info .learn-more a.button:hover {
}
.rsc_program .meta-info .apply {
	margin-top: 10px;
	text-align: center;
}
.rsc_program .meta-info .apply a.button {
    background-color: #ffa300;
	min-width: 200px;
}
.rsc_program .meta-info .apply a.button:hover {
	background-color: #f9423a;
}

.a-invites {
	display: inline-block;
	width: 100%;
}
h2#view-invite {
	text-align: center;
}
.associated-programs {
}
.associated-programs ul {
    display: block;
    padding: 0 0 40px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
.associated-programs ul li {
    display: inline-block;
    width: 33%;
    padding: 10px;
	vertical-align: top;
}
.associated-programs ul li .pro-outer {
    background-color: #f8f8f8;
}
.associated-programs ul li .pro-outer .pro-inner {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block {
    color: #333;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block .button.closed {
    background-color: #f9423a;
    cursor: auto;
    font-weight: bold;
    margin: 0 auto 5px;
    padding: 8px 40px;
    text-transform: uppercase;
	width: 100%;
	border-radius: 0;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block .p-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block address {
    font-size: 20px;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 10px;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block .dates,
.associated-programs ul li .pro-outer .pro-inner .pro-block .cost,
.associated-programs ul li .pro-outer .pro-inner .pro-block .eligible {
	font-size: 16px;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 5px;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block .learn-more {
	padding-top: 10px;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block .learn-more a.button {
	background-color: #003A68;
}
.associated-programs ul li .pro-outer .pro-inner .pro-block .learn-more a.button:hover {
	background-color: #ffa300;
}

/* Single Volunteer Opportunity Template
------------------------------------------ */
.single.single-rsc_volunteer .entry-header {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.single.single-rsc_volunteer .entry-header .entry-title {
    float: left;
    font-size: 36px;
	padding-right: 40px;
    width: 60%;
}
.rsc_volunteer .meta-info {
    float: left;
    width: 40%;
    background-color: #003A68;
    color: #fff;
    padding: 20px;
}
.rsc_volunteer .position-type {
	font-weight: bold;
	margin-bottom: 10px;
}
.rsc_volunteer .volunteer-type {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}
.rsc_volunteer .learn-more {
	text-align: center;
}
.rsc_volunteer .learn-more a.button {
	padding: 8px 36px;
}
.rsc_volunteer .learn-more a.button:hover {
}

/* Single Job Template
------------------------------------------ */
.single.single-rsc_job .entry-header {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.single.single-rsc_job .entry-header .entry-title {
    font-size: 36px;
    float: left;
    width: 60%;
}
.rsc_job .meta-info {
    float: left;
    width: 40%;
    background-color: #003A68;
    color: #fff;
    padding: 20px;
}
.rsc_job .position-type {
}
.rsc_job .job-types {
	margin-bottom: 10px;
}
.rsc_job .learn-more {
	text-align: center;
}
.rsc_job .learn-more a.button {
	padding: 8px 36px;
}
.rsc_job .learn-more a.button:hover {
}

/* Single Invitation Template
------------------------------------------ */
.single.single-rsc_invitation .entry-header {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.single.single-rsc_invitation .entry-header .left {
    float: left;
}
.single.single-rsc_invitation .entry-header .left .button.closed {
    background-color: #f9423a;
    cursor: auto;
    font-weight: bold;
	margin: 0 auto 20px;
    padding: 5px 40px;
    text-transform: uppercase;
	border-radius: 0;
}
.single.single-rsc_invitation .entry-header .left .entry-title {
    font-size: 36px;
	margin-bottom: 10px;
}
.rsc_invitation .right {
    float: right;
    width: 40%;
	margin: 0 0 10px 20px;
}
.rsc_invitation .right .meta-info {
    background-color: #007dc3;
    color: #fff;
    padding: 15px 20px;
}
.single.single-rsc_invitation .meta-info address {
	font-style: normal;
	padding-bottom: 15px;
	line-height: 1.2;
}
.rsc_invitation .right .meta-info .dates {
	padding-bottom: 15px;
	line-height: 1.2;
}
.rsc_invitation .right .meta-info .eligible {
	padding-bottom: 15px;
	line-height: 1.2;
}
.rsc_invitation .right .meta-info .program-tax a {
    color: #ffc72c;
}
.rsc_invitation .right .meta-info .program-tax a:hover {
    color: #f9423a;
}

/* Chapters Archive and Search Templates
------------------------------------------ */
.entry-header.chaps-archive {
	margin-top: 20px;
}
.entry-header.chaps-archive .entry-title {
	text-align: center;
}
.entry-header.chaps-archive p {
	font-size: 24px;
	text-align: center;
}

.content .filter-form {
	margin-bottom: 80px;
}
.content .filter-form .searchform {
}
.content .filter-form .searchform input[type="text"] {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    background-color: #333;
    border: none;
    color: #fff;
}
.content .filter-form .searchform input[type="submit"] {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}

.content .map {
    margin-bottom: 80px;
    position: relative;
    margin-top: 40px;
}
.content .map h2 {
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: rgba(255,255,255, 0.85);
    padding: 10px;
    font-weight: bold;
}

.chapter-list {
	padding-bottom: 80px;
}
.chapter-list h2 {
	text-align: center;
}
.chapter-list ul.chapters {
    display: block;
	padding-bottom: 80px;
    width: 100%;
    text-align: center;
}
.chapter-list ul.chapters li.chapter {
    display: inline-block;
    width: 25%;
    padding: 15px;
    vertical-align: top;
	min-height: 180px;
	line-height: 1.4;
}
.chapter-list ul.chapters li.chapter h3 {
	font-weight: bold;
	margin-bottom: 0;
}
.chapter-list ul.chapters li.chapter h3 a {
	color: #333;
}
.chapter-list ul.chapters li.chapter h3 a:hover {
	color: #f9423a;
}
.chapter-list ul.chapters li.chapter address {
}
.chapter-list ul.chapters li.chapter .name {
}
.chapter-list ul.chapters li.chapter .email {
}
.chapter-list ul.chapters li.chapter .email a {
}
.chapter-list ul.chapters li.chapter .email a:hover {
}

.chapter-list .find-btn {
	display: block;
    width: 100%;
    text-align: center;
}
.chapter-list .find-btn a.button.more {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-family: Franklin Gothic Medium Cond;
    color: #333;
    background-color: #ffa300;
}
.chapter-list .find-btn a.button.more:hover {
    background-color: #f9423a;
}

.content .map #chapter-map h5 {
    margin-bottom: 0;
    color: #333;
    font-family: "Franklin Gothic Book", sans-serif;
}
.content .map #chapter-map address {
    margin-bottom: 0;
    font-style: normal;
    font-size: 14px;
    font-family: "Franklin Gothic Book", sans-serif;
}
.content .map #chapter-map .info-more {
    font-family: "Franklin Gothic Book", sans-serif;
}

/* Programs Archive
------------------------------------------ */
.program-list {
}
.program-list .entry-header h1.entry-title {
	font-size: 48px;
	text-align: center;
}
.program-list .programs {
    display: block;
	padding-bottom: 80px;
    width: 100%;
    text-align: center;
}
.program-list .programs .program {
    display: inline-block;
    width: 25%;
    padding: 10px;
	vertical-align: top;
}
.program-list .programs .program a {
}
.program-list .programs .program a:hover .pro-outer .pro-inner {
	background-color: rgba(0, 0, 0, 0.6);
}
.program-list .programs .program a .pro-outer {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.program-list .programs .program a .pro-outer .pro-inner {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 80px 20px;
    min-height: 300px;
}
.program-list .programs .program a .pro-outer .pro-inner .pro-block {
    color: #fff;
}
.program-list .programs .program a .pro-outer .pro-inner .pro-block .p-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.program-list .programs .program a .pro-outer .pro-inner .pro-block .p-ages {
}
.program-list .programs .program a .pro-outer .pro-inner .pro-block .p-duration {
}

/* Volunteer Opportunities Archive
------------------------------------------ */
.volunteer-list {
}
.volunteer-list .entry-header {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.volunteer-list .entry-header h1.entry-title {
	font-size: 48px;
	margin-bottom: 20px;
}
.volunteer-list .entry-header .chapter-select {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 10px 0 0;
}
.volunteer-list .entry-header .chapter-select select,
.volunteer-list .entry-header .tax-select select {
    width: 100%;
}
.volunteer-list .entry-header .tax-select {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
}
.volunteer-list .volunteer .entry-header {
    padding-bottom: 30px;
}
.volunteer-list .volunteer .entry-header .entry-title {
    font-size: 36px;
	margin-bottom: 5px;
}
.volunteer-list .volunteer .entry-header .p-chapter {
}
.volunteer-list .volunteer .entry-content .p-type {
    font-size: 24px;
}

/* Jobs Archive
------------------------------------------ */
.job-list {
}
.job-list .entry-header {
    display: inline-block;
    width: 100%;
}
.job-list .entry-header h1.entry-title {
    font-size: 48px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 510px);
}
.job-list .entry-header .chapter-select {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 10px 10px 0 0;
}
.job-list .entry-header .chapter-select select {
    width: 250px;
}
.job-list .entry-header .tax-select {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-top: 10px;
}
.job-list .entry-header .tax-select select {
    width: 250px;
}
.job-list .jobs {
    display: block;
	padding-bottom: 80px;
    width: 100%;
    text-align: center;
}
.job-list .jobs .job {
    display: inline-block;
    width: 25%;
    padding: 10px;
	vertical-align: top;
}
.job-list .jobs .job a {
}
.job-list .jobs .job a:hover .pro-outer .pro-inner {
	background-color: rgba(0, 0, 0, 0.25);
}
.job-list .jobs .job a .pro-outer {
    background-color: #003A68;
}
.job-list .jobs .job:nth-of-type(n + 1) a .pro-outer {
    background-color: #003A68;
}
.job-list .jobs .job:nth-of-type(2n + 1) a .pro-outer {
    background-color: #f9423a;
}
.job-list .jobs .job:nth-of-type(3n + 1) a .pro-outer {
    background-color: #ffc72c;
}
.job-list .jobs .job a .pro-outer .pro-inner {
    background-color: rgba(0, 0, 0, 0);
    padding: 50px 20px;
    min-height: 275px;
}
.job-list .jobs .job a .pro-outer .pro-inner .pro-block {
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.job-list .jobs .job a .pro-outer .pro-inner .pro-block .p-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.job-list .jobs .job a .pro-outer .pro-inner .pro-block .p-type {
}
.job-list .jobs .job a .pro-outer .pro-inner .pro-block .p-chapter {
}
.job-list .jobs .job a .pro-outer .pro-inner .pro-block .p-paid {
}

.tax-cisv_job_type .archive-title {
    text-align: center;
}

/* Page Sidebar Nav
------------------------------------------------ */
.widget.child-nav {
	background-color: #007dc3;
    padding: 40px;
    position: relative;
    margin-top: 0;
}
.widget.child-nav h3.widgettitle.widget-title {
    color: #fff;
    font-family: "libre_baskervillebold",sans-serif;
    font-size: 36px;
	margin-bottom: 0;
}
.widget.child-nav .nav-third ul {
}
.widget.child-nav .nav-third ul.children {
    padding-left: 15px;
    padding-top: 5px;
}
.widget.child-nav .nav-third ul li.page_item {
    font-size: 24px;
    line-height: 1;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 6px 0;
    position: relative;
}
.widget.child-nav .nav-third ul li.page_item > a {
    color: #fff;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}
.widget.child-nav .nav-third ul li.page_item a:hover:before,
.widget.child-nav .nav-third ul li.page_item.current_page_item > a:before {
    content: "\2022";
    left: -20px;
    position: absolute;
    top: auto;
}
.widget.child-nav .nav-third ul li.page_item a:hover,
.widget.child-nav .nav-third ul li.page_item.current_page_item > a {
	color: #ffc72d;
}
.widget.child-nav .nav-third ul li.page_item.page_item_has_children .children {
    display: none;
}
.widget.child-nav .nav-third ul li.page_item.current_page_ancestor > .children,
.widget.child-nav .nav-third ul li.page_item.current_page_item > .children {
    display: block;
}

/* Custom Sidebar Widgets
---------------------------------------------------------------------------------------------------- */

/* News Widgets
---------------------------------------- */
.sidebar .widget.news {
}
.sidebar .widget.news .widget-wrap {
}
.sidebar .widget.news .widget-wrap .news-div {
}
.sidebar .widget.news .widget-wrap .news-div .widget-title {
}
.sidebar .widget.news .widget-wrap .news-div ul {
	padding: 0;
}
.sidebar .widget.news .widget-wrap .news-div ul li {
	list-style-type: none;
	padding-bottom: 20px;
}
.sidebar .widget.news .widget-wrap .news-div ul li img {
    border-radius: 50%;
    max-width: 40px;
    margin: 0 20px 20px 0;
}
.sidebar .widget.news .widget-wrap .news-div ul li h3 {
	font-size: 24px;
    font-family: "libre_baskervillebold",sans-serif;
	margin-bottom: 0;
}
.sidebar .widget.news .widget-wrap .news-div ul li h3 a {
	color: #333;
}
.sidebar .widget.news .widget-wrap .news-div ul li h3 a:hover {
	color: #f9423a;
}
.sidebar .widget.news .widget-wrap .news-div ul li p {
	padding-left: 60px;
	margin-bottom: 0;
	line-height: 1.4;
}
.sidebar .widget.news .widget-wrap .news-div ul li span.more {
	font-family: 'Franklin Gothic Medium Cond';
	padding-left: 60px;
}
.sidebar .widget.news .widget-wrap .news-div a.more {
	font-family: 'Franklin Gothic Medium Cond';
	padding-left: 60px;
	color: #ff9f00;
	text-decoration: underline;
}
.sidebar .widget.news .widget-wrap .news-div a.more:hover {
	text-decoration: none;
}

/* Program Widget
------------------------------------------- */
.sidebar .widget.featured_program-widget {
    margin-top: 0;
}
.widget.featured_program-widget .featured-programs {
    background-color: #ffc72c;
}
.widget.featured_program-widget .featured-programs .pro-outer {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.widget.featured_program-widget .featured-programs .pro-outer a {
}
.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.4, rgba(255, 255, 255, 0)),
		color-stop(1, rgba(255, 199, 44, 0.9))
	);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 199, 44, 0.9) 100%);
	min-height: 300px;
	position: relative;
}
.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block {
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 30px;
}
.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block .feat-title {
	color: #fff;
	font-family: 'Franklin Gothic Medium Cond';
	letter-spacing: 2px;
	text-transform: uppercase;
}
.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block .program-title {
	font-size: 30px;
	color: #333;
	font-family: "libre_baskervillebold", serif;
}

/* Gravity Forms Plugin
--------------------------------------------- */
.entry-content .gform_wrapper {
    background-color: #f8f8f8;
    padding: 10px 30px 20px;
}

/* Accessibility
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

div.sharedaddy h3.sd-title {
    font-size: 16px !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 961px) {

	.site-header .outer-wrap .left.responsive-menu,
	.site-header .outer-wrap .right.responsive-menu {
		display: block !important;
	}
}

@media only screen and (max-width: 1600px) {
	
	.top-bar,
	.site-header,
	.main-feature .feat-cta .get-involved {
		padding: 20px 40px;
	}
	
	.top-bar .outer-wrap .right .search .theform {
		right: 98px;
		top: 50px;
	}

	.main-feature .feat-cta .get-involved ul li a {
		padding: 0 15px;
		font-size: 28px;
	}
	.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block ul li {
	    font-size: 26px;
	}
}

@media only screen and (max-width: 1200px) {
	
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}
	
	.top-bar,
	.site-header {
		padding: 10px 40px;
	}

	.content {
		padding: 80px 40px 40px;
		width: 66%;
	}
	.full-width-content .content {
		padding: 40px;
	}
	.home.full-width-content .content {
		padding: 0 40px;
	}
	
	.sidebar {
		padding: 0 0 40px 40px;
		width: 34%;
	}
	
	.logo {
		width: 400px;
		left: calc(50% - 200px);
	}
	
	.top-bar .outer-wrap .right .search .theform {
		right: 65px;
		top: 40px;
	}

	.main-feature .feat-cta .get-involved ul li a {
		padding: 0 10px;
		font-size: 24px;
	}
	
	.newsletter {
		padding: 0 20px 60px;
	}
	
	.site-footer .wrap {
		padding: 0 40px;
	}
	.site-footer .outer-wrap .wrap.menus {
		padding: 30px 40px;
	}
	
	.widget.child-nav {
		padding: 30px;
	}
	.widget.child-nav h3.widgettitle.widget-title {
		font-size: 28px;
	}
	
	.associated-programs ul li {
		width: 50%;
	}
	
	.chapter-list ul.chapters li.chapter {
		width: 33%;
	}
}

@media only screen and (max-width: 1024px) {
	
	.genesis-nav-menu a {
		font-size: 14px;
		padding: 10px 6px 10px;
	}
	
	.mission-statement {
		padding: 20px 0 0;
	}
	.mission-statement h2.ms-headline {
		font-size: 48px;
		margin-bottom: 0;
	}
	
	.main-feature .main-slider .bxslider .slide,
	.main-feature .main-slider .bxslider .slide .photo-block {
	    min-height: 500px;
	}
	.main-feature .feat-cta .get-involved,
	.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner {
	    min-height: 250px;
	}
	.main-feature .feat-cta .get-involved {
		padding: 40px;
	}
	.main-feature .feat-cta .get-involved .cta-headline {
		font-size: 28px;
	}
	.main-feature .feat-cta .get-involved .cta-subheadline {
		font-size: 18px;
	}
	.main-feature .feat-cta .get-involved ul li a {
		padding: 0 10px;
		font-size: 20px;
	}
	
	.newsletter .wrap .nl-wrap {
		padding: 15px 20px;
	}
	.newsletter .wrap .nl-wrap .left .n-headline {
		font-size: 28px;
	}
	
	.site-footer .outer-wrap .wrap.menus .right ul.menu li a {
		padding: 10px;
	}
	
	.widget.child-nav h3.widgettitle.widget-title {
		font-size: 24px;
	}
	
	.program-list .programs .program,
	.volunteer-list .volunteers .volunteer,
	.job-list .jobs .job {
		width: 33%;
	}
}

@media only screen and (max-width: 960px) {
	
	.content,
	.sidebar,
	.sidebar-content .content,
	.full-width-content .content {
		border: medium none;
		padding: 40px;
		width: 100%;
	}
	.home.full-width-content .content {
		padding: 0 20px;
	}
	.sidebar {
		margin-bottom: 40px;
	}
	
	.logo {
		width: 300px;
		left: calc(50% - 150px);
		top: -40px;
	}
	.top-bar,
	.site-header {
		padding: 10px 20px;
		width: 34%;
	}
	.top-bar {
		float: right;
		border: none;
	}
	.site-header {
		z-index: 2;
		float: left;
	}
	.mission-statement {
		float: left;
		width: 100%;
	}

	/* Responsive Menu */
	.site-header .outer-wrap {
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 3;
	}
	.site-header .outer-wrap .left,
	.site-header .outer-wrap .right {
		background-color: #F9423A;
		display: none;
		float: none;
		padding: 0;
	}

	.responsive-menu-icon {
		display: block;
		font-size: 28px;
		padding: 0 0 0 15px;
		text-align: left;
	}

	.site-header .outer-wrap .left.responsive-menu .menu-item,
	.site-header .outer-wrap .right.responsive-menu .menu-item {
		display: block;
		text-align: left;
	}

	.site-header .outer-wrap .left.responsive-menu .genesis-nav-menu .menu-item:hover,
	.site-header .outer-wrap .right.responsive-menu .genesis-nav-menu .menu-item:hover {
		position: static;
	}
	
	.site-header .genesis-nav-menu a {
		border-bottom: 1px solid #fff;
		font-size: 18px;
		padding: 15px;
	}
	.site-header .left .genesis-nav-menu ul.menu li.menu-item:first-child a {
		padding-left: 20px;
	}
	.site-header .genesis-nav-menu a:hover,
	.site-header .genesis-nav-menu a:focus,
	.site-header .genesis-nav-menu .current-menu-item > a,
	.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
	.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
		color: #fff;
	}

	.genesis-nav-menu .sub-menu {
		left: auto;
		margin: 0 !important;
		opacity: 1;
		position: relative;
		width: 100%;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		padding-left: 20px;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: #f9423a;
		border-bottom: 1px solid #eee;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		color: #fff;
		padding: 12px 12px 12px 40px;
		width: 100%;
	}

	.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%;
	}
	
	.top-bar .outer-wrap .social.left,
	.top-bar .outer-wrap .right {
		width: 100%;
	}
	.top-bar .outer-wrap .social ul {
		text-align: right !important;
	}
	.top-bar .outer-wrap ul li {
		padding: 10px;
	}
	.top-bar .outer-wrap .right .search .theform {
		right: 20px;
		top: 73px;
		z-index: 2;
	}
	.top-bar .outer-wrap .right .donate {
		padding-right: 10px;
	}
	
	.mission-statement {
		padding: 10px 0 0;
	}
	.mission-statement h2.ms-headline {
		font-size: 40px;
	}
	.mission-statement p.ms-subheadline {
		font-size: 20px;
	}
	
	.main-feature {
		padding: 0 0 40px;
	}
	.main-feature .main-slider,
	.main-feature .feat-cta {
		width: 100%;
	}
	.main-feature .main-slider .bxslider .slide,
	.main-feature .main-slider .bxslider .slide .photo-block {
		min-height: 300px;
	}
	.main-feature .feat-cta .get-involved,
	.main-feature .feat-cta .featured-programs {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.main-feature .feat-cta .get-involved,
	.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block {
		padding: 20px;
	}
	.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block .feat-title {
		font-size: 16px;
	}
	.main-feature .feat-cta .featured-programs .pro-outer a .pro-inner .pro-block ul li {
		font-size: 18px;
	}
	.main-feature .feat-cta .get-involved ul li a {
		font-size: 18px;
	}
	
	.news-map .latest-news,
	.content .news-map .map {
		padding: 0;
		width: 100%;
	}
	
	.newsletter .wrap .nl-wrap .left,
	.newsletter .wrap .nl-wrap .middle,
	.newsletter .wrap .nl-wrap .right {
		width: 100%;
	}
	.newsletter .wrap .nl-wrap .middle {
		width: 100%;
	}
	.newsletter .wrap .nl-wrap .right {
		padding-left: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.newsletter .wrap .nl-wrap .left .n-headline {
		text-align: center;
	}
	.newsletter .wrap .nl-wrap .middle .n-message {
		padding-bottom: 20px;
	}
	
	.site-footer .outer-wrap .wrap.menus .left,
	.site-footer .outer-wrap .wrap.menus .right {
		width: 100%;
	}
	.site-footer .outer-wrap .wrap.menus .left ul.cnss-social-icon {
		text-align: center !important;
	}
	.site-footer .outer-wrap .wrap.menus .right ul.menu {
		text-align: center;
		padding-top: 10px;
	}
	
	.entry-header .entry-title {
		font-size: 48px;
	}
	
	.widget.child-nav {
		padding: 40px;
	}
	.widget.child-nav h3.widgettitle.widget-title {
		font-size: 28px;
	}
	
	.job-list .entry-header h1.entry-title,
	.volunteer-list .entry-header h1.entry-title,
	.program-list .entry-header h1.entry-title {
		font-size: 36px;
	}
	
	.job-list .entry-header .chapter-select,
	.job-list .entry-header .tax-select {
		margin-top: 0;
	}
	
	.sidebar .widget.news .widget-wrap .news-div ul li span.more {
		padding-left: 0;
	}
	
	.volunteer-list .volunteers .volunteer a .pro-outer .pro-inner,
	.job-list .jobs .job a .pro-outer .pro-inner {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 780px) {
	
	.top-bar,
	.site-header {
		width: 100%;
	}
	.top-bar {
		float: none;
		border: none;
		display: inline-block;
		margin-top: 105px;
		padding-bottom: 0;
	}
	.top-bar .outer-wrap .social.left,
	.top-bar .outer-wrap .right {
		width: 50%;
	}
	.top-bar .outer-wrap .right {
		text-align: left;
	}
	.top-bar .outer-wrap .right .search .theform {
		right: 30%;
		top: 29px;
	}
	.home .top-bar .outer-wrap .right .search .theform {
		top: 28px;
	}
	
	.site-header .left,
	.site-header .right {
		width: 100%;
	}
	.site-header {
		z-index: 2;
		float: none;
		position: absolute;
		display: inline-block;
		background-color: transparent;
		left: 0;
		top: 0;
		padding: 10px 0;
	}
	.site-header .outer-wrap {
		position: relative;
	}

	.mission-statement {
		padding: 0 20px;
	}
	.mission-statement h2.ms-headline {
		font-size: 36px;
	}
	.mission-statement p.ms-subheadline {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.main-feature .feat-cta .get-involved .cta-headline {
		margin-bottom: 10px;
	}
	.main-feature .feat-cta .get-involved .cta-subheadline {
		margin-bottom: 20px;
	}
	
	.site-footer .creds .charity {
		font-size: 22px;
	}
	.site-footer .outer-wrap {
		padding: 360px 0 40px;
	}
	
	.entry-header .entry-title {
		font-size: 42px;
	}
	
	.program-list .programs .program,
	.volunteer-list .volunteers .volunteer,
	.job-list .jobs .job {
		width: 50%;
	}
	
	.rsc_volunteer .meta-info,
	.rsc_job .meta-info,
	.rsc_program .meta-info {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.single.single-rsc_volunteer .entry-header .entry-title,
	.single.single-rsc_job .entry-header .entry-title {
		width: 100%;
	}
	
	.chapter-list ul.chapters li.chapter {
		width: 50%;
	}
	
	.volunteer-list .volunteers .volunteer a .pro-outer .pro-inner,
	.job-list .jobs .job a .pro-outer .pro-inner {
		min-height: 225px;
	}
	
	.job-list .entry-header h1.entry-title {
		width: 100%;
	}
	.job-list .entry-header .chapter-select {
		margin: 0 5px 10px 0;
		width: calc(50% - 5px);
	}
	.job-list .entry-header .tax-select {
		margin: 0 0 10px 5px;
		width: calc(50% - 5px);
	}
	.job-list .entry-header .chapter-select select,
	.job-list .entry-header .tax-select select {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {

	.content,
	.sidebar,
	.full-width-content .content,
	.home.full-width-content .content {
		padding: 20px;
	}
	
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	
	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft,
	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		margin: 0 auto 20px;
	}
	.alignleft,
	.alignright {
		display: block;
		float: none;
		text-align: center;
	}
	
	.top-bar .outer-wrap .social.left {
		display: none;
	}
	.top-bar .outer-wrap .right {
		width: 100%;
		text-align: center;
	}
	.top-bar .outer-wrap .right .search .theform {
		right: 0;
		width: 100%;
	}
	
	.main-feature .feat-cta .get-involved {
		min-height: 1px;
		padding: 20px 20px 30px;
	}
	.main-feature .feat-cta .get-involved,
	.main-feature .feat-cta .featured-programs {
		width: 100%;
	}
	
	.news-map .latest-news ul li {
		text-align: center;
	}
	.news-map .latest-news ul li img {
		margin: 0 auto;
	}
	
	.site-footer .outer-wrap {
		padding: 280px 0 40px;
	}
	.site-footer .creds .charity {
		font-size: 20px;
	}
	
	.entry-header .entry-title {
		font-size: 36px;
	}
	
	.sidebar .widget-title {
		text-align: center;
	}
	.sidebar .widget.news .widget-wrap .news-div ul li {
		text-align: center;
	}
	.sidebar .widget.news .widget-wrap .news-div ul li img {
		max-width: 80px;
		margin: 0 auto 20px;
	}
	.sidebar .widget.news .widget-wrap .news-div ul li p,
	.sidebar .widget.news .widget-wrap .news-div ul li span.more,
	.sidebar .widget.news .widget-wrap .news-div a.more {
		padding-left: 0;
	}
	.sidebar .widget.news .widget-wrap .news-div a.more {
		text-align: center;
		display: block;
	}
	
	.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block {
		padding: 20px;
	}
	.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block .feat-title {
		font-size: 16px;
	}
	.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block .program-title {
		font-size: 24px;
	}
	
	.widget.child-nav {
		padding: 30px;
	}
	.widget.child-nav h3.widgettitle.widget-title {
		font-size: 24px;
		text-align: left;
	}
	
	.program-list .programs .program,
	.volunteer-list .volunteers .volunteer,
	.job-list .jobs .job {
		width: 100%;
	}
	.volunteer-list .entry-header h1.entry-title,
	.job-list .entry-header h1.entry-title,
	.program-list .entry-header h1.entry-title,
	.single.single-rsc_volunteer .entry-header .entry-title {
		font-size: 28px;
	}
	.volunteer-list .volunteers .volunteer a .pro-outer .pro-inner,
	.job-list .jobs .job a .pro-outer .pro-inner {
		padding: 30px 20px;
		min-height: 1px;
	}
	.program-list .programs .program a .pro-outer .pro-inner {
		padding: 60px 20px;
		min-height: 1px;
	}
	
	.associated-programs ul li {
		width: 100%;
	}
	.associated-programs ul li .pro-outer .pro-inner {
		min-height: 1px;
	}
	
	.single.single-rsc_invitation .entry-header .left,
	.rsc_invitation .right {
		width: 100%;
	}
	
	.single.single-rsc_program .entry-header {
		margin-bottom: 20px;
	}
	.single.single-rsc_program .entry-header .entry-title {
		font-size: 36px;
	}
	.single.single-post .entry-header .entry-title,
	.blog .entry-header .entry-title,
	.search .entry .entry-header .entry-title,
	.archive .entry-header .entry-title,
	.page-template-page_blog .entry-header .entry-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.job-list .entry-header h1.entry-title,
	.job-list .entry-header .chapter-select,
	.job-list .entry-header .chapter-select select,
	.job-list .entry-header .tax-select,
	.job-list .entry-header .tax-select select {
		margin: 0 auto 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	
	.logo {
		width: 250px;
		left: calc(50% - 125px);
		top: -35px;
	}
	.top-bar {
		margin-top: 85px;
	}
	
	.site-footer .outer-wrap {
		padding: 240px 0 40px;
	}
	
	.entry-header .entry-title {
		font-size: 28px;
	}
	
	.sidebar .widget-title {
		font-size: 24px;
	}
	.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block .program-title {
		font-size: 20px;
	}
	
	.widget.child-nav h3.widgettitle.widget-title {
		font-size: 28px;
	}
	
	.volunteer-list .entry-header h1.entry-title,
	.job-list .entry-header h1.entry-title,
	.program-list .entry-header h1.entry-title {
		font-size: 24px;
	}
	
	.chapter-list ul.chapters li.chapter {
		min-height: 1px;
		width: 100%;
	}
	
	.volunteer-list .entry-header .chapter-select,
	.volunteer-list .entry-header .tax-select {
		margin: 0 auto 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 360px) {
	
	.logo {
		width: 200px;
		left: calc(50% - 100px);
		top: -32px;
	}
	.top-bar {
		margin-top: 65px;
	}
	
	.site-footer .outer-wrap {
		padding: 180px 0 40px;
	}
	
	.entry-header .entry-title {
		font-size: 24px;
	}
	.widget.featured_program-widget .featured-programs .pro-outer a .pro-inner .pro-block .program-title {
		font-size: 18px;
	}
	
	.widget.child-nav {
		padding: 20px;
	}
}






/* Print styles 
----------------------------------------------------- */
@media print {
  * {
    background: none repeat scroll 0 0 transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
	position: relative !important;
  }
  a,
  a:visited {
    text-decoration: underline;
	border-bottom: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  /* @page { margin: .25cm; } */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .site-header {
    content:"";
  }
  .site-container,
  .site-inner,
  .content-sidebar-wrap,
  .content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .xsite-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-left: none !important;
    border-right: none !important;
  }
  .content,
  .feature .outer {
    border: medium none !important;
  }
  .primary-nav,
  .secondary-nav,
  nav,
  #searchform,
  .page-feature,
  .hexagon-block,
  .sidebar-primary,
  .sidebar-secondary,
  .services-block .hexagon,
  .get-started,
  .gform_wrapper,
  .breadcrumb,
  .footer-widgets,
  .post-edit-link,
  .credit,
  .bx-wrapper,
  img,
  iframe,
  .flipster-wrap,
  .site-footer .sign-up,
  .foot-cta,
  .students-say,
  .photo-blocks .block .photo,
  .working-with,
  .associated-faculty,
  .site-header .header-shadow,
  .cat-list,
  .prev-next,
  .related-posts,
  #respond,
  .bottom-feature,
  .main-slider,
  .header-feature .block,
  .site-header,
  .newsletter,
  .feature .outer .inner.middle,
  .feature .outer .inner.right {
    display: none !important;
  }
  .header-feature .block {
    height: 0 !important;
  }
	.cta,
	.feature .outer .inner.left,
	.feature.two .outer .inner.right,
	.testimonials .quotes .outer .inner,
	.feeds .wrap .left,
	.feeds .wrap .right,
	.photo-blocks .block .entry-text,
	.feature .outer .inner,
	.news-events .news-div,
	.news-events .event-div,
  	.header-feature .block.quarter.txtonly,
	.feature,
	.feature .outer,
	.feature .outer .inner {
		display: block !important;
		width: 100% !important;
	}
	.slider,
	.slider .bx-wrapper .slide,
	.page-template-default .site-header .feature .slide,
	.page-template-photo-heavy .site-header .feature .slide,
	.photo-blocks .block.photo-full .photo {
		min-height: 0;
	}
	.site-header .page-title.photo-heavy .entry-title,
	.page-template-default .site-header .page-title.photo-heavy .entry-title,
	.page-template-default .site-header .page-title.photo-heavy.no-btn .entry-title,
	.page-template-default .site-header .page-title.photo-heavy {
		margin: 0 auto 40px;
		padding: 0;
	}
	.site-header .page-title,
	.site-header .staff-title {
		top: 0;
		bottom: 0;
		position: relative;
		right: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto 40px;
	}
	.page-title {
		height: auto !important;
	}
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border-bottom: 0;
}