/*
	Theme Name: Cornerstones2
	Description: This is the Cornerstones theme created for the Genesis Framework.
	Author: Don Cranford
	Author URI: http://www.katalystsolutions.com/
	Version: 2.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 3.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Entry Navigation
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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:bold}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:-0.5em}sub{bottom:-0.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
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}


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

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

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

body {
	background: #fff;
	color: #000;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}

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

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

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

a {
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}
a:link { color: #09c; }
a:visited { color: #005e7d; }
a:hover { color: #333; }

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

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

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
.entry-title a,
h3 a,
h4 a,
h5 a {
	color: #005e7c;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin:20px 0  16px 0;
	margin: 2.0rem 0 1.6rem 0;
	padding: 0;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2,
h2 a {
	font-size: 22px;
	font-size: 2.2rem;
	color:#005f7f;/* #f15d22; */
}
.home h2,
.home h2.widgettitle {
	/*color:#005e7c;*/
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	color:#005f7f;/* #f15d22; */
	font-size: 22px;
	font-size: 2.2rem;
	border-bottom: 2px solid #cdaa25;
	text-align: center;
	font-weight: bold;
}

.widget-header {
	text-align: center;
	margin-bottom: 30px;
}

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

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

h5 {
	font-size: 15px;
	font-size: 1.5rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px;
	padding: 0.6rem;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #005e7d;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 8px 24px;
	padding: 0.8rem 2.4rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #f15123;
}

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


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

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

.wrap {
	margin: 0 auto;
	max-width:1140px;
}

.site-inner {
	/*background: #f5f5f5;*/
	clear: both;
	padding-top:0;/* 10px;
	padding-top: 1rem;*/
}


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

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	/*float: right;*/
	width: 1140px;/*740px;*/
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	/*float: right;*/
	width:100%;/* 360px;*/
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.col2, .col3, .col4 {
 float:left;
 margin-right:2%;
 margin-bottom:20px;
 margin-bottom:2.0rem;
 width:47%;
}
.col3 {width:30%;}
.col4 {width:22%;}


.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
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	width: 50%;
}

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

.sticky {}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	/*color:#f2672f;*/
	color: #731472;
}
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover {
 /*color:#005a7b;*/
	color: #005f7f;
}
.breadcrumb a:hover {
 text-decoration:underline;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.entry-title {
/*	font-size: 36px;
	font-size: 3.6rem;*/
	line-height: 1;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #005e7c;
}

.entry-title a:hover {
	color: #666;
}
.signupwidget {
 margin-top: 10px;
}
.sidebar-primary div.ctct-form-embed div.ctct-form-defaults,
.signupwidget div.ctct-form-embed div.ctct-form-defaults {
 padding: 0;
}
.widgettitle,
.sidebar-primary .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header,
.signupwidget .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:normal;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	margin-top:24px;
	margin-top:2.4rem;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

.enews-widget .widgettitle {
	color: #fff;
}

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

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/*
Top Nav Bar
------------------------------- */
.nav-top {
	background-color: #005f7f;
}
.nav-top .widgettitle {
	display: none;
}

.textwidget ul.social-top-bar,
ul.social-top-bar {
	list-style: none;
	float: right;
	padding: 15px 0 0 0;
}

.social-top-bar li {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
ul.social-top-bar li.menu-text {
	margin-left: 15px;
}

ul.social-top-bar li a:link,
ul.social-top-bar li a:visited,
ul.social-top-bar li a:hover {
	display: inline-block;
	margin: 5px 0;
	color:#fff;
	font-weight:bold;
}
ul.social-top-bar li a.icon {
	width: 28px;
	height: 25px;
	background-image: url("https://www.cornerstonesva.org/wp-content/uploads/2021/03/social-icons3.png");
	background-position-y: -8px;
}
ul.social-top-bar li a.instagram { background-position-x: -1px; }
ul.social-top-bar li a.linkedin { background-position-x: -34px; }
ul.social-top-bar li a.vimeo { background-position-x: -70px; }
ul.social-top-bar li a.flickr { background-position-x: -103px; }
ul.social-top-bar li a.twitter { background-position-x: -136px; }
ul.social-top-bar li a.facebook { background-position-x: -172px; }
ul.social-top-bar li a.youtube { background-position-x: -208px; }
ul.social-top-bar li a span {
	position: absolute;
	left: -999px;
}
/*
ul.topnav li a.contactus {
	display:block;
	height:34px;
	padding-top:7px;
}
/* social media icons */

.header-widget-area ul.social li a:link,
.header-widget-area ul.social li a:visited,
.header-widget-area ul.social li a:hover {
	display:block;
	width:37px;
	height:40px;
	background-image:url(https://www.cornerstonesva.org/wp-content/uploads/2021/03/social-icons3.png);
	background-repeat:none;
}
.header-widget-area ul.social li a.facebook {background-position:0 0;}
.header-widget-area ul.social li a.twitter {background-position:-45px 0;}
.header-widget-area ul.social li a.flickr {background-position:-92px 0;}
.header-widget-area ul.social li a.vimeo {background-position:-137px 0;}
.header-widget-area ul.social li a.youtube {background-position:-183px 0;}
.header-widget-area ul.social li a.linkedin {background-position:-230px 0;}
.header-widget-area ul.social li a span {
	position:absolute;
	left:-999em;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
	height: 120px;
	padding: 40px 0;
	padding: 4rem 0;
}

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

.title-area {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	/* background: url(images/logo.png) no-repeat 25px 30px; */
	background: url(https://www.cornerstonesva.org/wp-content/uploads/2022/09/CS-logo-generic.png) no-repeat 0 10px;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 100px;
	width: 100%;
}

h1.entry-title {
	position: absolute;
	left: -999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 540px;
}

.header-image .site-header .widget-area {
	padding: 10px 0;
	padding: 1rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 4px;
	margin-top: 0.4rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #02435a;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size:16px;
	font-size:1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a,
.genesis-nav-menu li li:last-child a {
	border: none;
	color: #02435a;
	display: block;
	padding: 8px 30px 8px 4px;
	padding: 0.8rem 2.5rem 0.8rem 0.4rem;
	position: relative;
	background:url(images/arrow-down-purple.png) no-repeat 96% 18px;
/*	font-weight:bold;*/
}

.genesis-nav-menu li li:last-child a,
.genesis-nav-menu li li a {
 background-image:none;
 background-color:transparent;
 text-align:left;
 padding: 10px 10px;
 padding: 1.0rem 1.0rem;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #02435a;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
 color:#006993;
 background:url(images/arrow-right-grey.png) no-repeat 98% 50%;
}
.genesis-nav-menu li:last-child a {
 padding:4px 12px;
 padding:0.4rem 1.2rem;
 background:#731472;
 border-radius:6px;
 color:#fff;
 text-align:center;
 font-weight:normal;
}
.genesis-nav-menu li:last-child li a {
/*
 padding-left:20px;
 padding-left:2.0rem;
*/
 background-color:transparent;
 text-align:left;
 color: #02435a;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #006993;
}

.genesis-nav-menu > .menu-item > a {
/*	text-transform: uppercase; */
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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;
	background:#fff url(images/nav-dd-bg.jpg) repeat-x left bottom;
 border-bottom:1px solid #cbcac9;
}
.genesis-nav-menu .sub-menu li {
 border-left:1px solid #cbcac9;
 border-right:1px solid #cbcac9;	
}
.genesis-nav-menu .sub-menu a {
/*	background: #fff;*/
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 10px 10px;
	padding: 1.0rem 1.0rem;
/*
	padding: 16px 20px;
	padding: 1.6rem 2rem;
*/
	position: relative;
	width: 198px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 199px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
 color: #02435a;
 background-color:#fff;
 background-image:url(images/arrow-up-purple.png);
 border-left:1px solid #cbcac9;
 border-right:1px solid #cbcac9;
}

.nav-primary .sub-menu a:hover {
 color: #333;
 background-image:none;
 background-color:transparent;
}
.nav-primary .sub-menu a {border:0;}

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

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

.entry {
/*	background: #fff;*/
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0;/*20px 20px 12px;
	padding: 2rem 2rem 1.2rem;*/
}

.entry-content a {
	border-bottom: 1px solid #ddd;
/*	color: #f15123;*/
}
.entry-content a img { border:none; vertical-align:top; }
.entry-content a:hover {
/*	color: #333;*/
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

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

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

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

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

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

.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.navigation li a:hover,
.navigation li.active a {
	background: #f15123;
}

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

.entry-comments,
#respond {
	background: #fff;
	padding: 40px;
	padding: 4rem;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments a,
#respond a {
	border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar {
	color: #005e7c;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

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

.sidebar .widget {
	background: transparent;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;/*10px;
	padding: 1.0rem;*/
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #333;
}

/** 2025-07-07 */
#new_royalslider_widget-9, #new_royalslider_widget-10 {
	max-width:300px;
	margin: 20px auto;
}

#text-17 p, #text-19 p {
	text-align: center;
}

.footer-mission.chamber-logos {
	display:none;
}

.page-id-40251 #text-14,
.page-id-40251 #text-17,
.page-id-40251 #text-19,
.page-id-40251 #new_royalslider_widget-9,
.page-id-40251 #new_royalslider_widget-10 {
	display: none;
}

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

.footer-widgets {
	background: #f8c848;
	color: #000;
	clear: both;
	margin-top:40px;
	padding: 2rem 0 1.6rem;
}

/*.footer-widgets-1,*/
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

/*
.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}
*/

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widgettitle {
	color: #005e7d;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer,
.footer-2 {
	background:#005e7d;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
}

.footer-2 {
	text-align: left;
}

.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.footer-2 a:link,
.footer-2 a:visited,
.footer-2 a:hover {
 color:#fff;
/*	border-bottom: 1px solid #ddd;*/
}
.site-footer a:hover,
.footer-2 a:hover {
 text-decoration:underline;
}

.site-footer p {
	margin: 0;
}

#text-22,
#custom_html-2,
#custom_html-4  {
	width: 48%;
}

#text-22 {
	float: left;
}
#custom_html-2,
#custom_html-4 {
	float: right;
}

.footer-mission-image {
	margin: 0 15px 15px 0;
}

/* newsletter sign-up form */
.footer-signup {
	width: 100%;
}
/* resets */
.footer-signup .BBFormContainer,
.footer-signup .BBFormContainer .BBFormSection,
.footer-signup .BBFormContainer .BBFormSection .BBFormSectionHeading {
	margin: 0 !important;
	padding: 0 !important;
}

.footer-signup .BBFormSection fieldset > div {
	float: left !important;
	width: 60%;
}

.footer-signup .BBFormContainer .BBFormSection .BBFormSectionHeading {
	font-weight: bold;
	color: #e6b012;
	font-size: 24px;
	font-size: 2.4rem;
}

.footer-signup .BBFormSection fieldset > div.BBFormFieldContainer {
	float: none !important;
}

.footer-signup .BBFormContainer .BBFormSection .BBFormSubSectionHeading {
	color: #fff !important;
}

.footer-signup .BBFormContainer .BBFormTextbox {
	width: 100% !important;
}

.footer-signup .BBFormSection fieldset > div.BBFormButtonRow {
	float:right !important;
	width: 30% !important;
}

.footer-signup .BBFormButtonRow .BBFormSubmitbutton {
	box-shadow: none !important;
	background-color: #e6b012 !important;
	border-radius: 10px !important;
	margin-top: 35px;
}

/* footer copyright menu */
.creds {
 width:60%;
 float:left;
 text-align:left;
}

#nav_menu-2 {
 float:right;
 width:35%;
}
#nav_menu-2 ul {
 margin:0;
 padding:0;
 list-style:none;
}
#nav_menu-2 ul li {
 margin:0 0 0 15px;
 padding:0;
 list-style:none;
 float:right;
}

.home-main {
	padding-top: 30px;
}

.home-main-left { width:700px; }
.home-main-sidebar { width: 220px; }
/*
.home-main-sidebar h2.twittertitle,
.home-main-sidebar h2.signupformtitle {margin-top:0;}
*/

/* don't display these widget titles */
/*, .footer-widgets .widgettitle */
.header-widget-area .widgettitle,
.sidebar-primary .widgettitle {
 position:absolute;
 left:-999em;
 margin-top:0;
}

/* header nav */
ul.topnav {
 margin: 30px 0 0 0;
 padding:0;
 list-style:none;
 font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
ul.topnav li {
 margin:0 0 0 15px;
 padding:0;
 list-style:none;
 float:right;
}
ul.topnav li a:link,
ul.topnav li a:visited,
ul.topnav li a:hover {
 color:#005a7b;
 font-weight:bold;
}
ul.topnav li a.gethelp:link,
ul.topnav li a.gethelp:visited,
ul.topnav li a.gethelp:hover {
	display:block;
	width:137px;
	height:41px;
	padding: 7px 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	text-align:center;
	color: #fff;
	background-color: #dcaa25;
	border-radius: 10px;
}
ul.topnav li a.gethelp:hover {
	color: #731472;
}
.search-icon {
	display: inline-block;
	width: 35px;
	height: 41px;
	background: url("images/search.png") no-repeat -4px -12px;
}
.search-icon span {
	position: absolute;
	left: -999px;
}
.widget_search {
	display: none;
}
.header-widget-area .search-form input {
 background:url(images/magnifying-glass.png) no-repeat 98% 3px;
 border-radius:8px;
 border:1px solid #cbcac8;
 max-width:300px;
}
nav {}
.nav-primary {
 height:39px;
 background:url(images/nav-bg.jpg) repeat-x;
}

.site-header .title-area .site-description,
.home h1#title {
 position:absolute;
 left:-999em;
}

.header-home-link {
	display: block;
	width: 300px;
	height: 100px;
}

.site-inner {
 background:#fff no-repeat right top, #fff repeat-x;
}

.home-top {
    background: url('images/home-site-inner-bg.png') repeat-x;
	text-align: center;
}

.home-top .home-slider {
	margin: 0 auto;
}

.pull-left { float:left;}
.pull-right { float:right;}
.home-main-left { width:700px; }
.home-main-right { width:360px; }
.home-collaborators .widgettitle {
 margin-bottom:1rem;
}
.home-collaborators {
	margin-bottom:20px;
	margin-bottom:2.0rem;
	text-align: center;
}
.ks-collaborators {
 margin:10px 0;
 padding:0;
 list-style:none;
	text-align: center;
}
.ks-collaborators li {
 height:57px;
 margin:0 2.1em 0 0;
 padding:0;
 list-style:none;
 display: inline-block;
}
.home main, .home .sidebar-primary {display:none;}

/* newsletter opt-in form */
.signupform table {background:none;}
.signupform small {display:none;}

ol.form {
 margin:10px 0;
 padding:0;
 list-style:none;
}
ol.form li {
 margin:8px 0;
 padding:0;
 list-style:none;
}
.signupform ol.form li label,
.sidebar-primary .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label,
.signupwidget .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label{
 display:block;
 width:35%;
 margin-right:1%;
 padding-top:3%;
 float:left;
 color:#333;
 font-weight:400;
 font-size:12px;
 font-size:1.2rem;
}
.sidebar-primary div.ctct-form-embed form.ctct-form-custom input.ctct-form-element,
.signupwidget div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
 height:36px;
 padding: 5px 10px;
 font-size:12px;
 font-size:1.2rem;
}
.signupform ol.form li input {
 width:60%;
}
.signupform ol.form li.submit input {
 max-width:125px;
 margin-left:36%;
 border-radius:5px;
}
.home-main2 {
 position:relative;
 margin:25px 0 0 0;
 padding:10px 0 0 0;
 background:#fff repeat-x -5px 0;
}
.home-main2i {
 margin:15px 0 0 0;
 padding:0 0 35px 0;
 background:#fff repeat-x -5px bottom;
}
.home-impact {
 margin:0 0 15px 0;
 padding:0 0 25px 0;
 background:#fff repeat-x -5px bottom;
}

.widget_ks_impact_display {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f5f5f5;
}

/* home impact slider carousel */
.home-impact div.white {
	padding: 8px !important;
}

#whats_new .owl-item {
	min-height: 300px;
	overflow: hidden;
	border-left: 2px solid #cccccc;
}

/* strategic partners */
.home-partners.widget-area {
 width: 700px;
 float:left;
/* background:url(images/fade.jpg) repeat-x;*/
 border:#dddcdc solid 1px;
}
.impact p {
 margin-bottom:10px;
 margin-bottom:1.0rem;
}
.widget_ks_partners_display {
 margin:10%;
}
.widgettitle.partnerstitle {
 margin-top:0;
}
/* rotator in-page placement */
div.spgroup {
 width:23%;
 float:left;
 margin-right:1%;
}
div.rotator,
div.rotator2 {
	position:relative;
	height:142px;
	margin-left: 15px;
/*	display: none;*/
}
div.rotator2 {/*margin-top:50px;*/}
/* rotator css */
div.rotator ul li,
div.rotator2 ul li {
	width:100%;
	float:left;
	position:absolute;
	list-style: none;
	text-align:center;
}
/* rotator image style */	
div.rotator ul li img,
div.rotator2 ul li img {
	/*border:1px solid #ccc;*/
	margin:0 auto;
	padding: 4px;
	background: #FFF;
	max-height:100px;
	max-height:10rem;
}
div.rotator ul li.show,
div.rotator2 ul li.show {
	z-index:500
}
li.partner a {
 display:block;
 position:relative;
 bottom:0;
}
.partner-type {
 display:block;
 position:relative;
 top:100%;
 color:#797979;
 font-size:14px;
 font-size:1.4rem;
}



.home-videos {
	padding: 25px 0;
	background-color: #f5f5f5;
}
.video-block {
	width: 48%;
}


/*aside.home-videos.widget-area {*/
/* margin-left: 20px;*/
/* width: 220px;*/
/* float:left;*/
/*}*/
.video {
	text-align: center;
}
.video iframe {
	margin: 0 auto;
	display: inline-block;
}

.home-videos-desc,
.video-desc {
 color:#333333;
 font-size:16px;
 font-size:1.6rem;
}
.home-videos-desc {
	width: 48%;
}
.home-videos-desc h2 {
	text-align: left;
	color: #005a7d;
	border-bottom: none;
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
}

/* big button navigation */
.textwidget ul.bignav {
 margin: 60px 0;
 padding:0;
 list-style:none;
	text-align: center;
}
ul.bignav li {
 margin:0;
 padding:0;
 list-style:none;
 display: inline-block;
 margin-right:15px;
}
.home ul.bignav li:last-child {
 margin-right:0;
}
ul.bignav li a {
 display:block;
 width:217px;
 height:69px;
 background-repeat:no-repeat;
}
ul.bignav li a.nav-advocate { background-image:url(images/big-nav-btn-advocate.png); }
ul.bignav li a.nav-volunteer { background-image:url(images/big-nav-btn-volunteer.png); }
ul.bignav li a.nav-donate { background-image:url(images/big-nav-btn-donate.png); }
ul.bignav li a span {
 position:absolute;
 left:-999em;
}

.twittertitle,
.sidebar-primary .twittertitle.widgettitle {
 position:static;
 text-indent:35px;
 background:url(images/icon-twitter.png) no-repeat;
}
.sidebar-primary .twittertitle.widgettitle {
 color:#005e7d;
}
.textwidget ul,
.impact ul {
 padding:0 0 0 15px;
}
.social-ring {
 width:220px;
 /*position:relative;*/
 float:right;
 margin:-80px 0 15px 0 !important;
 text-align:right;
}
.social-ring-inner {
/* position:relative;
 left:470px;
 top:-20px;*/
}
.home .social-ring {
 float:none;
 position:absolute;
 right:0;
 top:15px;
 margin:15px 0 !important;
 text-align:left;
}
/* Testimonials */
.footer-widgets .widget.widget_ks_testimonials {
 margin-bottom:0;
}
.footer-widgets .widgettitle {
 margin-top:0;
}
.tphotos {
 float:left;
 margin-right:10px;
}
.tphoto1,
.tphoto2 {
 float:left;
 margin:0 15px 0 0;
}
.testimonial {
 font-size:13px;
 font-size:1.3rem;
 line-height:1.5em;
}
.testimonial p {
 margin:0 0 0.5rem;
}

/* home page slider */
.home-top {
	height: 576px;
}
.home-slider {
 width: 100%;
 max-width:1140px;
 padding:0;
}
.home-slider .new_royalslider_widget {
 padding:0;
}
.home-slider .widgettitle {display:none;}
/*.royalSlider > .rsContent {background-color:#09c;}*/

.home-mission {
 margin-left: 2.564102564102564%;
/* width: 31.623931623931625%;*/
 width:220px;
 float:left;
/*
 padding:110px 0 160px 0;
 padding:11.0rem 0 16rem 0;
*/
 padding:15px 0 15px 0;
 padding:1.5rem 0 1.5rem 0;
 font-weight:500;
 color:#000;
}
/* Royal Slider gallery rotator */
.new-royalslider-1.galleryTextThumbs .rsTmb,
.new-royalslider-1 .rsThumb {
/* margin-left:36px;*/
 height:95px;
 background:#fff url(images/slider-sidenav-bg.jpg) repeat-x;
}
.home .rsMinW .rsTmb {
	display:none;
}

.new-royalslider-1 .rsThumb {
 padding-left:10px;
}
.rsUni.galleryTextThumbs .rsThumbs .rsTmb {
 border-bottom:0;
}
.new-royalslider-1 .rsThumbsVer {
/* width:256px !important;*/
}
.rsUni .rsThumbsVer {/*z-index:100;width:256px;background:transparent;*/}
.new-royalslider-1.galleryTextThumbs .rsThumbs .rsNavSelected {
/* position:relative;
 z-index:50;*/
}
.new-royalslider-1.galleryTextThumbs .rsThumbs .rsNavSelected .rsTmb,
.new-royalslider-1 .rsThumbs .rsThumb.rsNavSelected {
/* position:absolute;
 left:-36px;
 z-index:1000;
 width:256px;
 height:96px;*/
 background:transparent url(images/slider-sidenav-bg-active3.png) no-repeat !important;
}
.rsUni .rsThumb .rsTmb h5 {
 color:#666;
 font-weight:normal;
 line-height:1.2em;
}
.rsUni .rsThumb.rsNavSelected .rsTmb h5,
.new-royalslider-1 .rsThumb.rsNavSelected .rsTmb h5 {
 color:#f15d22;
}
.home .rsMinW,
.home .rsMinW .rsOverflow,
.home .rsMinW .rsSlide,
.home .rsMinW .rsVideoFrameHolder,
.home .rsMinW .rsThumbs {
	background: transparent !important;
}
.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    display:block;  
    z-index: 20;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden;
}
.rsLearnMore {
 position:absolute;
 right:50px;
 bottom:30px;
 z-index:30;
 display:block;
 width:137px;
 height:41px;
 background:url(images/btn-learn-more-w-bg.png) no-repeat;
}
element.style {
    z-index: 0;
    display: none;
    opacity: 0;
    transition-duration: 0ms;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    /* background: #EEE; */
    color: #222;
}
.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

*, input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* subpage banners */
.banner {
	width:100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
}
.home .subpage-banner {display:none;}
/*user agent stylesheet*/
div {
    display: block;
}
/*Inherited from div.rsContainer*/
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.content-sidebar-wrap .rsDefaultInv,
.content-sidebar-wrap .rsDefaultInv .rsOverflow,
.content-sidebar-wrap .rsDefaultInv .rsSlide,
.content-sidebar-wrap .rsDefaultInv .rsVideoFrameHolder,
.content-sidebar-wrap .rsDefaultInv .rsThumbs {
  background-color:transparent;
}
.sidebar-alt {
 font-size:13px;
 font-size:1.3rem;
 line-height:1.2em;
 font-weight:400;
}
.content-sidebar-wrap {
 padding-top: 10px;
 padding-top: 1rem;
}
.home .content-sidebar-wrap {
	padding-top: 0;
}
aside.banner.widget-area {
 margin:0px 0 30px 0;
 padding:13px 0 0 0;
 background:url(images/banner-bg-top.png) no-repeat 50% top;
}
aside.banner.widget-area .banner {
 padding-bottom:8px;
 background:url(images/banner-bg-btm.png) no-repeat 50% bottom;
}
aside.banner.widget-area .banner .banner-inner {}

.video-desc {
 line-height:1.2em;
 font-weight:400;
}
.sidebar-primary .signupformtitle.widgettitle,
.sidebar-primary .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header
.signupwidget .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
 position:static;
 color:#005e7d;
}
.signupformtitle,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
 font-size:17px;
 font-size:1.7rem;
}
.search h1.archive-title {
 position:absolute;
 left:-999em;
}
#text-9, #text-13 { /* #text-13 for local dev. May need to remove */
 height:200px;
 margin-bottom:40px;
 margin-bottom:4.0rem;
 padding-top:33px;
 padding-top:3.3rem;
 color:#000;
 font-size:13px;
 font-size:1.3rem;
}
.wpcf7 input.wpcf7-text {
 max-width:250px;
}

p.entry-meta {/*display:none;*/}

/* Donate now */
.page-id-11713 input[type=checkbox],
.page-id-12289 input[type=checkbox] {
  width: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.header-image .site-header .wrap {
/*
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 360px 164px;
*/
	}

}

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

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 700px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

/*	.footer-widgets-1,*/
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 220px;
	}

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	.site-footer {padding-left:10px;padding-left:1.0rem;padding-right:10px;padding-right:1.0rem;}

	.header-image .site-header .wrap {
/*		background-position: center top;*/
	}

	.header-image .site-header .widget-area {
		padding: 0;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#respond {
		padding: 0;
	}

/*
	.site-inner {
		background: none;
	}
*/
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
/*		float: none;*/
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
/*		text-align: center;*/
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
/*		padding: 20px 16px;
		padding: 2rem 1.6rem;
*/
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer,
	.footer-2 {
		padding: 24px 10px;
		padding: 2.4rem 1.0rem;
	}

	.footer-widgets {
		padding: 20px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.home-slider {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
	.home-mission {
		width:100%;
		padding:15px 0;
		padding:1.5rem 0;
		float:none;
		clear:both;
	}

	.home-main-sidebar {
	 width:100%;
	}
	.home-main-sidebar section {
	 width:47%;
	 margin-right:2%;
	 float:left;
	}
	#text-9, #text-13 {
		height:auto;
		margin:20px 0;
		margin:2.0rem 0;
		padding:0;
	}
	

}

/*@media only screen and (max-width:)*/
@media only screen and (max-width: 900px) {
	.video-block.pull-left,
	.home-videos-desc.pull-right {
		float:none;
	}

	.video-block,
	.home-videos-desc {
		width: 90%;
		padding: 0 5%;
	}


	.footer-signup .BBFormSection fieldset {
		width: 90% !important;
	}

	.footer-signup .BBFormSection fieldset > div {
		float: none !important;
		width: 90%;
	}

	.footer-signup .BBFormSection fieldset > div.BBFormButtonRow {
		float:none !important;
		width: 90% !important;
	}

	.footer-signup .BBFormButtonRow .BBFormSubmitbutton {
		margin-top: 5px;
	}
}

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

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

 	.creds {
	  width:100%;
	  float:none;
	  text-align:left;
	}

	#nav_menu-2 {
	 float:none;
	 width:100%;
	}
	#nav_menu-2 ul {
	 margin:15px 0 0 0;
	}
	#nav_menu-2 ul li {
	 margin:5px 0 0 0;
	 float:none;
	 text-align:left;
	}
	
	.home-slider {max-width:100%;}
}

@media only screen and (max-width:710px) {
	.home .site-inner, .site-inner {background:none;}
	.home-top, .home-slider {display:none;}
	.rsThumbsVer {display:none;}
	
	.home ul.bignav li {
		float:none;
		margin-right: 15px;
		margin-right: 1.5rem;
		margin-left: 15px;
		margin-left: 1.5rem;
		margin-bottom:5px;
		margin-bottom:0.5rem;
	}

	.home ul.bignav li:last-child {
		margin-right:15px;
		margin-right: 1.5rem;
	}

	.pull-left,
	.pull-right {
		float:none;
	}

	.video-block,
	.home-videos-desc {
		width: 100%;
		padding: 0;
	}

	.nav-top,
	.home-videos,
	.site-footer,
	.footer-2 {
		padding: 20px;
		padding: 2rem;
	}
}

/*@media only screen and (max-width:639px) {*/
@media only screen and (max-width:710px) {
	.header-image .title-area,
	.header-image .title-area .site-title a {
		min-height:100px;
		min-height:10.0rem;
		float:none;
	}
	.header-image .site-header .wrap {
		width: 95%;
		background: none; /* url(images/logo-50-380x100.png) no-repeat center 5px; */
	}
	.header-image .site-header .wrap .title-area {
		width: 100%;
/* 		background:url(images/logo-50-380x100.png) no-repeat center 5px; */
		background: url(https://www.cornerstonesva.org/wp-content/uploads/2022/09/CS-logo-generic.png) no-repeat center 5px;
	}
	.header-image .site-header .header-widget-area {
		width:100%;
		margin-top:20px;
		margin-top:2.0rem;
	}
	.home .header-image .site-header .header-widget-area {
		margin-top:90px;
		margin-top:9.0rem;
	}
	.header-image .site-header .header-widget-area .widget {
		float:left;
		margin-right:15px;
		margin-right:1.5rem;
	}
	.header-image .site-header .header-widget-area .widget.widget_search {
		min-width:310px;
	}
	.header-widget .widget-wrap {
		margin-bottom:5px;
		margin-bottom:0.5rem;
	}
	.header-widget-area ul.social {
		margin-top:0;
		float:right;
	}
	.header-widget-area ul.social li {
		display:inline-block;
		height:34px;
	}
	.header-widget-area .search-form {width:100%;}
	.header-widget-area .search-form input {width:300px;}

	.nav-primary {
		height:auto;
		background:none;
		clear:both;
	}
	.genesis-nav-menu {
		text-align:left;
	}
	.genesis-nav-menu .menu-item {
		height:39px;
		height:3.9rem;
		display:block;
		float:none;
		clear:both;
		background:url("images/nav-bg.jpg") repeat-x;
	}
	.genesis-nav-menu .menu-item ul {display:none;}

	.home .site-inner, .site-inner {background:none;}
	.home-top, .home-slider {display:none;}
	.home-main-left {
		width:100%;
	}
	.home-partners.widget-area {
		width:100%;
		margin-bottom:15px;
		margin-bottom:1.5rem;
		float:none;
	}
	
	.home-main-sidebar section {
	 width:100%;
	 margin-right:0;
	 float:none;
	}
	
	.col2, .col3, .col4 {
		width:100%;
		margin-bottom:5px;
		margin-bottom:0.5rem;
	}

	ul.topnav {
		margin-top: 0;
	}
	.header-home-link {
		width: 100%;
		height: 80px;
	}

	.site-header .widget {
		float: none;
		width: 100%;
	}
	.subpage-banner {
		display: none;
	}

	#text-22,
	#custom_html-2,
	#custom_html-4 {
		float: none;
		width: 100%;
	}

	div.spgroup {
		width: 48%;
	}
}

@media only screen and (max-width:379px) {
	.header-image .site-header .wrap .title-area {
		background: url(images/logo-50-280x74.png) no-repeat center 5px;
	}

	div.spgroup {
		width: 98%;
	}

	.video-block,
	.home-videos-desc {
		width: 90%;
		padding: 0 5%;
	}

	.video-block iframe {
		height: 200px !important;
	}

	.home h2, .home h2.widgettitle {
		max-width: 280px;
	}
}

/* Board of Directors page */
.page-id-98 .col2 {
  height: 55px;
}

/* temp reset */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-weight:400;}

#new-royalslider-2.rsDefaultInv .rsOverflow .rsSlide {background:#fff;}
#new-royalslider-2 .rsTmb {display:none;}
.screen-reader-response {padding-top:20px;}

/* love share */
.page-id-13411 nav,
.page-id-13411 aside.sidebar,
.page-id-13411 .sidebar {display:none;}

/* external JS form */
.BBFormSection input[type=checkbox],
.BBFormFieldContainer input[type=checkbox] {float:left;width:auto;border:none;}
.BBForlCheckboxLabel,
BBFormCheckboxLabel{float:left;}
