/*
	Theme Name: Distribute Hope
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.3

	Tags: live black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.3

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

	Text Domain: distribute-hope
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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


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

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

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


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

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

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

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

body {
	background-color: #eee;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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

a {
	color: #0ecad4;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

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

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

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.show_hide {
	background-color: #ff7e27;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding:8px 18px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius:3px;
	font-weight:700;
	letter-spacing:-0.013em;
	text-align:center;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover{
	
	color: #333;
}

.show_hide:hover {
	color:#fff;
}

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

.button {
	display: inline-block;
}

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

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

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

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit]  {
	
	background-color: #ff7e27;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding:8px 18px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius:3px;
	font-weight:700;
	letter-spacing:-0.013em;
	text-align:center;
}


.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover  {
	color:#333;
}


.site-header .widget .button {
	color:#fff;
	display:inline-block;
}

.site-header .widget .button:hover {
	color:#888;
}

/* # Call To Action Buttons Size and Color
--------------------------------------------- */
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large,
.button.large{

	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	padding:20px 28px;

}

.show_hide {

	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding:15px 60px;

}

button.green,
input[type="button"].green,
input[type="reset"].green,
input[type="submit"].green,
.button.green,
.show_hide {
	background:#0ecad4;

}

button.large.green,
input[type="button"].large.green,
input[type="reset"].large.green,
input[type="submit"].large.green,
.button.large.green,
.giftcard-page .content-sidebar-wrap,
.giftcard-page button:disabled {
	background:#0ecad4;

}




button.xlarge,
.giftcard-page button:disabled,
input[type="button"].xlarge,
input[type="reset"].xlarge,
input[type="submit"].xlarge,
.button.xlarge {

	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	padding:20px 60px;

}

.giftcard-page button:disabled {
	margin-top:10px;
}


button.green,
input[type="button"].green,
input[type="reset"].green,
input[type="submit"].green,
.button.green {
	background:#0ecad4;

}

button.red,
input[type="button"].red,
input[type="reset"].red,
input[type="submit"].red,
.button.red {
	background:#c3251d;;

}


button.orange,
input[type="button"].orange,
input[type="reset"].orange,
input[type="submit"].orange,
.button.orange {
	background:#ff7e27;

}


button.xlarge.green,
input[type="button"].xlarge.green,
input[type="reset"].xlarge.green,
input[type="submit"].xlarge.green,
.button.xlarge.green {
	background:#0ecad4;

}

button.xlarge.orange,
input[type="button"].xlarge.orange,
input[type="reset"].xlarge.orange,
input[type="submit"].xlarge.orange,
.button.xlarge.orange {
	background:#ff7e27;

}

button.xlarge.yellow,
input[type="button"].xlarge.yellow,
input[type="reset"].xlarge.yellow,
input[type="submit"].xlarge.yellow,
.button.xlarge.yellow {
	background:#ff7e27;

}

.button.xlarge.yellow:hover {
	background:#f78da7;
}

.sidebar .button.large{
	font-size:18px;
	font-size:1.8rem;
	color:#fff;
}

.sidebar .button.large{
	font-size:18px;
	font-size:1.8rem;
}
	

.genesis-nav-menu .menu-button a {
	padding-top:10px;
	padding-bottom:15px;
}

.menu-button {
    border: 0;
    color: #fff;
    cursor: pointer;
padding-top:4px;
    font-weight: 700;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 3px;
    font-weight: 700;
}

.menu-button.green {
    display: inline-block;
    background-color: #0ecad4;
}

.menu-button.yellow {
    display: inline-block;
    background-color: #ffe400;
}

.menu-button.orange {
    display: inline-block;
    background-color: #ff7e27;
}

.menu-button.teal {
    display: inline-block;
    background-color: #176e83;
}

.menu-button.orange a{
    color:#fff;
}

.menu-button.teal a{
    color:#fff;
}


/* ## About Page Menu
--------------------------------------------- */

.nav-secondary {
	background: #eee;
	
}

.nav-secondary .wrap {
	max-width:100%;
	text-align:center;
}

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	position: relative;
}


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

/* ## Site Containers
--------------------------------------------- */
/*
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
	
}


.front-page .site-inner {
	max-width:100%;
	padding-top: 0px;
}

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


*/


.full-width-content .content-sidebar-wrap,
.single .content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
	
}


.front-page .site-inner {
	max-width:100%;
	padding-top: 0px;
	background:transparent;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
	background-color:#fff;
}



/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 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 */

.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,
.alignleft .avatar {
	margin-right: 24px;
}

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	background: none;
	padding: 0;
}

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

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


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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

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

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

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

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

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


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

.site-header:not(.header-scroll) {
	background:transparent;

}

.blog .site-header:not(.header-scroll),
.single-service .site-header:not(.header-scroll) ,
.front-page .site-header:not(.header-scroll) {
	background:#fff;
    box-shadow: 0 0 2rem rgba(0,0,0,0.05);
    border-bottom:none;
}

.no-custom-background-image .site-header:not(.header-scroll) {
	background:#fff;
	z-index:100;
	border-bottom:1px solid #f2f2f2;
}

.header-scroll .site-header  {
	background:#fff;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:100;
    box-shadow: 0 0 2rem rgba(0,0,0,0.05);
}


.site-header > .wrap {

}

.site-header .wrap {
	max-width:100%;
}

.site-header .wrap {
	padding-top:0px;
}




.site-header:not(.header-scroll)  .widget .button {
	background:transparent;
	color:#fff;
}

.site-header .widget .button,
.blog .site-header .widget .button,
.single .site-header .widget .button,
.front-page .site-header .widget .button,
.no-custom-background-image .site-header .widget .button {
	background:transparent;
	color:#888;
}

.site-header .widget .button:hover {
	background:transparent;
	color:#ff7e27;
}


.header-scroll .site-header .widget .button {
	background:transparent;
	color:#888;
}


#wp-admin-bar-new-content {
    display: none !important;
}

#wp-admin-bar-customize {
    display: none !important;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
	padding-top:20px;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}


 body.header-scroll .site-title a  {
    background: url(https://distributehope.org/wp-content/uploads/2017/11/header-3.png) no-repeat !important;
    	background-position: center !important;
	background-size: contain !important;
}

.site-title a:not(.header-scroll){
    background: url(https://distributehope.org/wp-content/uploads/2018/05/header-white.png) no-repeat !important;
}


.no-custom-background-image .site-title a:not(.header-scroll),
.blog .site-title a:not(.header-scroll),
.single .site-title a:not(.header-scroll),
.front-page .site-title a:not(.header-scroll){
    background: url(https://distributehope.org/wp-content/uploads/2017/11/header-3.png) no-repeat !important;
  	background-position: center !important;
	background-size: contain !important;
}


.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	padding-right:50px;
}


.site-header .widget {
	margin-bottom:0px;
}


/* # Top of Header
---------------------------------------------------------------------------------------------------- */
.top-of-header {
	background:#fff;
}
.top-of-header .wrap {
	max-width:100%;
}

.top-of-header .widget {
	margin-bottom:0px;
	float:right;
}



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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1;
	width: 100%;
	text-transform:uppercase;
}

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


.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:not(.header-scroll) {
	color:#fff;
}

.blog .genesis-nav-menu a:not(.header-scroll),
.single .genesis-nav-menu a:not(.header-scroll),
.front-page .genesis-nav-menu a:not(.header-scroll) {
	color: #333;
}

.no-custom-background-image .genesis-nav-menu a:not(.header-scroll) {
	color:#333;
}
.sub-menu a:not(.header-scroll) {
	color:#333;
}

.header-scroll .genesis-nav-menu a {
	color:#333;
}






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



.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	float: right;
}




/* ## Accessible Menu
--------------------------------------------- */

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}

.genesis-nav-menu .show-menu-mobile {
	display:none;
}

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

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}



.blog .entry {
	padding:70px 200px;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

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

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

.entry h2 {
	font-size:48px;
	font-size:4.8rem;
	font-weight:700;
}

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Front Page
---------------------------------------------------------------------------------------------------- */

.front-page h4.widget-title {
	font-size:58px;
	font-size:5.8rem;
	text-align:center;
	font-weight:700;
	margin-top:86px;
	margin-bottom:48px;
}

.image-section {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;

}

/* # Front Page 1
---------------------------------- */

.front-page-1 {

	background:transparent;
}

.front-page-1 h1 {
	color:#fff;
	text-align:center;
	font-size:100px;
	font-size:10rem;
	font-weight:800;
	  text-shadow: 2px 2px 4px #000000;

}

.front-page-1 h2 {
	color:#0ecad4;
	text-align:center;
	font-size:30px;
	font-size:3rem;
	font-weight:600;
	
	
}

.front-page-1 h4{

	color:#fff;
	font-size:36px;
	font-size:3.6rem;
	text-align:center;
	margin-bottom:0px;
	font-weight:800;
}

.front-page-1 h4.widget-title {

	color:#fff;
	font-size:36px;
	font-size:3.6rem;
	text-align:center;
	margin-bottom:0px;
	font-weight:800;
}

.front-page-1 h5{
	color:#fff;
	font-size:20px;
	font-size:2rem;
	text-align:center;
	margin-bottom:0px;
	font-weight:600;
	margin-top:30px;
}


.front-page-1 .button {

	margin-top:20px;
	display:table;
	margin-left:auto;
	margin-right:auto;
}


.hero-counter{

	font-size:210px;
	color:#fff;
		font-weight:800;
		text-align:center;
		margin:0 auto;
		width:100%;
	  text-shadow: 2px 2px 4px #000000;
}

.hero-counter .counter {
	font-size:210px;
	color:#fff;
	text-align:center;
	  text-shadow: 2px 2px 4px #000000;
}

.front-page-1 {
	background:#fff;
}

.front-page-1 .wrap {
	max-width:100%;
	background:#fff;
}

.front-page-1 .slide-image {
	max-height:800px;
}

.front-page #genesis-responsive-slider {
	background-color:#fff;
	border:none;
	margin:0 auto;
	padding:0px;
}

.front-page-1 .slides img {
	width:100%;
}

.front-page-1 .slide-excerpt-border {
	border:none;
	float:none;
}


.front-page-1 .slide-excerpt-border h2{
	font-size:16px;
	font-size:1.6rem;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
}

.front-page-1 .slide-excerpt-border a{
	text-decoration:none;

}

.front-page-1 .slide-excerpt-border p {
	padding:10px;
	text-align:center;
}


.front-page-1 .slide-excerpt-border p a{
	font-size:33px;
	color:#333;
	
}

.front-page-1 .flex-control-nav {
	margin:0px;
}

.front-page-1 .slide-excerpt-border p a:hover{

	color:#0ecad4;
	
}

.front-page-1 .slide-excerpt {
	background-color:#fff;
	width:60%;
	margin:0 auto;
	opacity:1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}


.front-page-1 .flexslider {
	max-width:100%;
}



.front-page-1 .widget_media_image img {
	width:100%;
	filter: brightness(50%);
}

.front-page-1 .widget_custom_html {
	position:absolute;
  top: 60%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  width:800px;
}

.front-page-1 .widget_custom_html {
	text-align:center;
	color:#fff;
}

.front-page-1 .widget_custom_html h3 {
	font-size:42px;
	font-weight:600;
	 text-shadow: 2px 2px #000;
}

.front-page-1 .widget_custom_html h2 {
	font-size:62px;
	font-weight:600;
	 text-shadow: 2px 2px #000;
	 color:#fff;
}

/* # Front Page 2
---------------------------------- */

.front-page-2 {
	padding-bottom:0px;
	padding-top:0px;
	background-color:#fff;
}

.front-page-2 h4.widget-title {
	margin-top:24px;
}

.front-page-2 .wrap {
	max-width:100%;
}


.front-page-2 .fa {
	font-size:65px;
	color:#0ecad4;
	font-weight:700;
 position:relative;
    top: calc(50% - 35px);
}

.front-page-2 .icon-border {
	border-radius:50%;
	border:6px solid #888;
	width:125px;
	height:125px;
	background:#fff;
text-align:center;
margin:0 auto;
margin-bottom:20px;
}

.front-page-2 .one-third {
	text-align:center;
	margin-bottom:40px;
}

.front-page-2 h3 {
	color:#0ecad4;
	font-size:2.6rem;
	font-size:26px;
}

.front-page-2 .button.xlarge {
	display:table;
	margin: 0px auto;
	color:#fff;
}

.button.xlarge.green:hover {
background:#f78da7;
} 

.front-page-2 .button.xlarge .fa {
	color:#fff;
	font-size:30px;
	font-weight:300;
	margin-left:10px;
	margin-top:5px;
}

.front-page-2 .what-cc-do {
	width:250px;
	height:250px;
	text-align:center;
	color:#fff;
		border-radius:50%;
	border:2px solid #888;
	margin:0 auto;
}

.wcd-left {
	float:left;
	width:90%
}

.wcd-right {
	float:right;
	width:10%
}

.front-page-2 .what-cc-do h1{
	font-size:150px;
	text-align:center;
	padding-top:20px;
}


.front-page-2 .wcd-left h2 {
	text-align:center;
	font-size:50px;
	margin-top:30px;
}

.front-page-2 .wcd-left p {
	text-align:center;

}


.front-page-2 .wcd-right .dashicons {
	font-size:60px;
	padding-top:100px;
}

.front-page-2 .wcd-asses {
	background-image:linear-gradient(rgba(0, 51, 102, 0.7), rgba(0, 51, 102, 0.5)),url('images/assess.jpg');
	background-repeat: no-repeat;
	background-size:250px 250px;
}


.front-page-2 .wcd-innovate {
	background-image:linear-gradient(rgba(0, 51, 102, 0.7), rgba(0, 51, 102, 0.5)),url('images/innovate.jpg');
	background-repeat: no-repeat;
	background-size:250px 250px;
}

.front-page-2 .wcd-procure {
	background-image:linear-gradient(rgba(0, 51, 102, 0.7), rgba(0, 51, 102, 0.5)),url('images/procure.jpg');
	background-repeat: no-repeat;
	background-size:250px 250px;
}

.front-page-2 .wcd-distribute {
	background-image:linear-gradient(rgba(0, 51, 102, 0.7), rgba(0, 51, 102, 0.4)),url('images/distribute.jpg');
	background-repeat: no-repeat;
	background-size:250px 250px;

}


.front-page-2 .widget_gts_widget {
	background:#111;
	color:#fff;
	padding-bottom:50px;
	padding-top:50px;
}

.front-page-2 .widget_gts_widget .wrap {
	margin: 0 auto;
    max-width: 1280px;
}


.front-page-2 #gts-testimonials blockquote {
    font-size: 26px;
    font-size: 2.6rem;
}

.front-page-2 #gts-testimonials h5 {
    font-size: 32px;
    font-size: 3.2rem;
}

.front-page-2 .featuredpost .widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
}

.front-page-2 .featuredpost .entry {
    flex: 0 0 calc(25% - 20px); /* Adjust width to 25% to fit 4 items in a row */
    margin-right: 20px; /* Adjust the margin as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.front-page-2 .featuredpost .entry:nth-child(4n) {
    margin-right: 0; /* Remove right margin for every 4th item to prevent overflow */
}

.front-page-2 .featuredpost .entry:last-child {
    margin-right: 0;
}


#custom_html-23 .widget_text {
	text-align:center;
}

/* # Front Page 3
---------------------------------- */

.front-page-3 {
	padding-top:100px;
	padding-bottom:100px;
	min-height:600px;
	background:#eee;
}

.front-page-3 .custom-html-widget {
	overflow:hidden;
	
}

/*.front-page-3 .custom-html-widget img {
	filter:brightness(65%);
	-webkit-filter: grayscale(65%);
}

.front-page-3 .custom-html-widget img:hover {
	filter:brightness(100%);
	-webkit-filter: grayscale(100%);
}*/




.front-page-3 .gs-1{
	width:48%;
	float:left;
}

.front-page-3 .gs-2{
	width:48%;
	float:right;
}



.front-page-3 .type-news h2 {
	font-size:2.3rem;
}

.front-page-3 .type-news .more-link {
    background-color: #ff7e27;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 8px 18px;
    text-decoration: none;
    white-space: normal;
    width: 150px;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: -0.013em;
    text-align: center;
    display:block;
    margin-top:20px;
}


/* # Front Page 4
---------------------------------- */

.front-page-4 {
	padding-top:75px;
	padding-bottom:200px;
}


.front-page-4 h4.widget-title {
	color:#fff;
	font-weight:700;
}

.front-page-4 .one-third {
	text-align:center;

}

.front-page-4 .numscroller,
.after-numscroller,
.before-numscroller{
	font-size:80px;
	color:#ff7e27;
	font-weight:700;
}

.front-page-4 .one-third h4,
.front-page-4 .one-third p {
	color:#fff;
}

.front-page-4 .one-third h4{
	font-size:30px;
	font-size:3rem;
	font-weight:700;
}

/* # Front Page 5
---------------------------------- */

.front-page-5 {
	background-color:#fff;
	padding-bottom:86px;
	padding-top:86px;
}

/*

.front-page-5 .widget:nth-child(1){
	width:49%;
	float:left;
	height:400px;
	
}

.front-page-5 .widget:nth-child(2){
	width:49%;
	overflow:hidden;
	text-align:left;
	color:#fff;
}
*/

.front-page-5 h4.widget-title{

	
}

/* # Front Page 6
---------------------------------- */
.front-page-6 h4.widget-title{
	text-align:left;
	margin-top:64px;
	margin-bottom:10px;
}

.front-page-6 h5 {
	font-size:4rem;
}

.front-page-6 {
	background-color:#eee;
	
	
}



.front-page-6 .widget:nth-child(1){
	width:38%;
	float:left;
	margin-right:10px;

}

.front-page-6 .widget:nth-child(2){
	width:57%;
	overflow:hidden;
	margin-top:64px;
}



.front-page-6 .widget:nth-child(1) ul{
	font-size:18px;
	font-size:1.8rem;
	margin-left:30px;
}

.front-page-6 .widget:nth-child(1) li a{
	font-size:18px;
	font-size:1.8rem;
	color:#ff7e27;
	font-weight:600;
	text-decoration:none;

}

.front-page-6 .widget:nth-child(1) li {
	line-height:25.2px;
	margin-bottom:10px;
	padding-bottom:0px;
	list-style-type:disc;
	color:#ff7e27;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:40px;
	width:100%;
	background:#eee;
	height:80px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	text-transform:uppercase;
}

.skillbar-title span {
	display:block;

	padding:0 20px;
	height:80px;
	line-height:80px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:80px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:60px;
	line-height:60px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

/* # Front Page 7
---------------------------------- */

.front-page-7 {
	background:#fff;
	width:100%;
}


.front-page-7 .featured-content .entry{
	width: 48.717948717948715%;
	float:left;
	margin-left: 2.564102564102564%;
}

.front-page-7 .featured-content .entry:nth-child(2n){
	margin-left:0px;
}

.front-page-7 .featured-content .entry-title a {
	color:#0ecad4;
	font-size:36px;
	font-size:3.6rem;
}

.front-page-7 .featured-content .entry-meta {
	color:#0ecad4;
}


.front-page-7 .featured-content .entry-meta .entry-author a{
	color:#0ecad4;
}

.front-page-7 .featured-content .entry-content {
	font-size:18px;
	font-size:1.8rem;
	color:#8a8a8a;
}

.front-page-7 .featured-content .more-link {
	display:block;
	background-color: #0ecad4;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	padding:14px 24px;
	text-decoration: none;
	white-space: normal;
	width: 45%;
	border-radius:3px;
	font-weight:700;
	letter-spacing:-0.013em;
	text-align:center;
	margin-top:40px;
}

.front-page-7{
	padding-bottom:40px;
}


/* # Hero
---------------------------------------------------------------------------------------------------- */
.page-hero-content {
	min-height:600px;
}

.page-hero-content h1 {
	padding-top:90px;
}

.with-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-hero-content .wrap{
	padding-left:30px;
	padding-right:0px;
	padding-bottom:60px;
	padding-top:20px;
}

.page-hero-content h1{
	font-size:38px;
	font-size:3.8rem;

	text-align: center;
	line-height: 70px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top:30px;
}

.page-hero-content .page-hero-description h2{
	font-size:70px;
	color:#fff;
	text-align:center;
	padding-left:40px;
	padding-right:40px;
	font-weight:700;
}

.page-hero-content .page-hero-description p{
	font-size:28px;
	font-size:2.8rem;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	font-weight:700;
	margin-top:50px;
	color:#fff;
}



/* # Single
---------------------------------------------------------------------------------------------------- */	
/* # Single Post
--------------------------------- */
.single-post .page-hero-content h1 {
	font-size:70px;
	color:#fff;
	text-align:center;
	padding-left:40px;
	padding-right:40px;
	font-weight:700;
}

.single-post .author-name {
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:500;
	margin-top:40px;
}

.single-post .author-image {
	text-align:center;
	margin-top:60px;
}

.single-post .author-image img{
	
	border-radius:50%;
		
		width:125px;
		height:125px;
		
}

.single-post .entry {
	padding:30px 200px;
}

body.single-post {
	background:#fff;
}

.single-post .entry h2 {
	font-size:26px;
	font-size:2.6rem;
}

.single-post .sharedaddy {
	text-align:center;
}


.single-post .entry li p{
	font-size:22px;
	font-weight:300;
}

/* # Pages
---------------------------------------------------------------------------------------------------- */	

/* # About Page
--------------------------------- */
.about-page .entry {
	background:transparent;
	padding-top:10px;
}

.about-page :target {
  display: block;
  position: relative;
  top: -250px; 
  visibility: hidden;
}

.about-page .site-inner {
	padding-top:10px;
	background:#eee;
}

.about-page-menu {
	background:#f7f7f7;
	text-align:center;
}

.about-page-menu a {
	text-decoration: underline;
}

.about-page-menu a:hover {
	color:#111;
}

a.vp-a {
	margin:0 auto;
	display:table;
}
.morecontent span,
.morebiocontent span{
    display: none;
}

.about-page p#testimonials {
	margin-bottom:0px;
}

.morelink,
.morebiolink {
    display: block;
}

a.morelink,
.morelink,
.morelink.less,
.morelink:active,
.morelink:hover,
a.morebiolink,
.morebiolink,
.morebiolink.less,
.morebiolink:active,
.morebiolink:hover  {
	color:#0ecad4;
}

.about-page .more,
.about-page .more-bio {
	margin-bottom:20px;
}


.about-page .entry .video_lightbox_anchor_image {
	float:right;
}

.about-partners-logo-bg {
	background:#fff;
}

.about-partners-logo-bg img {
	-webkit-filter: grayscale(100%);
	filter:grayscale(100%);
	opacity:.4;
}

.about-page h4.widget-title {
	font-size:58px;
	font-size:5.8rem;
	text-align:center;
	font-weight:700;
	margin-top:86px;
	margin-bottom:48px;

}

.about-page .video-pic img{
	
	width:570px;
	height:320px;
	margin-left:30px;
}

.about-page .front-page-6 h4.widget-title {
	text-align:left;
	margin-top:50px;
}

.about-page .testimonial-slide-bg {
	background:#333;
	color:#fff;
	padding-bottom:50px;
}

.about-page #gts-testimonials blockquote {
	font-size:26px;
	font-size:2.6rem;
}

.about-page #gts-testimonials h5{
	font-size:32px;
	font-size:3.2rem;
}


#slidingDiv,
#slidingDiv_1,
#slidingDiv_2,
#slidingDiv_3{
	padding:20px;
	margin-top:10px;
	margin-bottom:40px;

	display:none;
}

#slidingDiv,
#slidingDiv_1,
#slidingDiv_2,
#slidingDiv_3 {
	padding:0px;
} 

.about-page .show_hide {
	display:table;
	margin:0 auto;
}


.about-team-members .wrap,
.board-team-members .wrap {
	padding-left:80px;
	padding-right:80px;
	padding-top:40px;
	padding-bottom:20px;
}

.about-team-members,
.board-team-members{
	background:#fff;
	padding-top:40px;
	padding-bottom:20px;
}

.board-team-members{
	background:#eee;
}

.about-team-members h2,
.board-team-members h2 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    text-align:center;
    margin-bottom:30px;
}

.about-team-members h3,
.about-team-members h4,
.board-team-members h3,
.board-team-members h4 {
	text-align:center;
}

.about-team-members .entry-content,
.board-team-members .entry-content {

	margin:0 auto;
	padding-left:5px;
	padding-right:5px;
}

.about-team-members .morebiolink,
.board-team-members .morebiolink {
	text-align:center;
}


/* # News Page
--------------------------------- */

.news-page .news-loop {
	margin-bottom:50px;
}

.news-page .entry {
	padding:10px 20px;
}

.news-page .news-loop img{

    border: 1px solid #ccc;
}

.news-page .button {
	margin-bottom:30px;
}

/* # Services Page
--------------------------------- */



.services-page  .front-page-2 {
	padding-bottom:100px;
	padding-top:50px;
	background:#eee;
}

.services-page  .front-page-2 {
	padding-bottom:100px;
	padding-top:50px;
	background:#eee;
}

.services-page .site-inner{
	background-color:#fff;
}

.services-page .front-page-2 h4.widget-title {
	font-size:58px;
	font-size:5.8rem;
	text-align:center;
	font-weight:700;
	margin-top:26px;
	margin-bottom:48px;
}

.services-page .front-page-2 .fa {
	font-size:65px;
	color:#0ecad4;
	font-weight:700;
 position:relative;
    top: calc(50% - 35px);
}

.services-page .front-page-2 .icon-border {
	border-radius:50%;
	border:6px solid #888;
	width:125px;
	height:125px;
	background:#fff;
text-align:center;
margin:0 auto;
margin-bottom:20px;
}

.services-page .front-page-2 .one-third {
	text-align:center;
	margin-bottom:40px;
}

.services-page .front-page-2 h3 {
	color:#0ecad4;
	font-size:2.6rem;
	font-size:26px;
}

.services-page .front-page-2 .button.xlarge {
	display:table;
	margin: 0px auto;
	color:#fff;
}

.services-page .front-page-2 .button.xlarge .fa {
	color:#fff;
	font-size:30px;
	font-weight:300;
	margin-left:10px;
	margin-top:5px;
}


.services-page .front-page-6 h4.widget-title {
    font-size: 48px;
    font-size: 4.8rem;

    font-weight: 700;
    margin-top: 66px;
    margin-bottom: 48px;
    text-align:left;
}

.services-page .services-loop .one-third {
	margin-bottom:30px;
}

.services-page .services-loop {
	margin-bottom:30px;
}

.services-page .services-loop .one-third .button {
	margin-top:10px;
}

.services-page .services-loop .one-third p{
	margin-bottom:0px;
}

/* # Content Page
--------------------------------- */
body.content-page {
background:#fff;
}

.content-page .testimonial-slide-bg {
	background:#eee;
	color:#333;
	padding-bottom:50px;
}

.content-page #gts-testimonials blockquote {
	font-size:26px;
	font-size:2.6rem;
}

.content-page #gts-testimonials h5{
	font-size:32px;
	font-size:3.2rem;
}

.content-page h4.widget-title {
	font-size:58px;
	font-size:5.8rem;
	text-align:center;
	font-weight:700;
	margin-top:86px;
	margin-bottom:48px;

}


/* # Content Page
--------------------------------- */
body.contact-page {
	background:#fff;
}

.contact-page .one-half.first {
	background:#eee;
	padding:10px;
}

.video-container,
.google-maps-flexible-container {
	position: relative;
	padding-bottom: 30.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.google-maps-flexible-container  iframe,
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/* # Donations Page
--------------------------------- */

body.donations-page {
	background:#fff;
}
.donations-page .entry {
	background:transparent;
	padding-top:0px;
}

.about-partners-logo-bg {
	background:#fff;
}

.about-partners-logo-bg img {
	-webkit-filter: grayscale(100%);
	filter:grayscale(100%);
	opacity:.4;
}

.donations-page h4.widget-title {
	font-size:58px;
	font-size:5.8rem;
	font-weight:700;
	margin-top:66px;
	margin-bottom:48px;

}

.donations-page .account-financial img,
.corporate-page .account-financial img{
	-webkit-filter: grayscale(100%);
	filter:grayscale(100%);
	opacity:.5;
}

.donations-page .account-financial img:hover,
.corporate-page .account-financial img:hover{
	-webkit-filter: grayscale(0%);
	filter:grayscale(0%);
	opacity:1;
}

.donations-page .entry .one-half {
	background:#f6f5f2;
	padding:20px;
}

.donations-page .entry .one-half.first{
	background:#fff;
	padding-top:0px;

}

.donations-page .front-page-6 h4.widget-title {
	text-align:left;
}

.donations-page .front-page-6 h4.widget-title {
	text-align:left;
}

.donations-page .testimonial-slide-bg {
	background:#333;
	color:#fff;
	padding-bottom:50px;
}

.donations-page .testimonial-slide-bg h4.widget-title {
	text-align:center;
}

.donations-page #gts-testimonials blockquote {
	font-size:26px;
	font-size:2.6rem;
}

.donations-page #gts-testimonials h5{
	font-size:32px;
	font-size:3.2rem;
}


.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color:#0ecad4 !important;

}


.donations-page .entry h1 {
	text-transform:uppercase;
	font-size:66px;
	font-size:6.6rem;
}




/* # Corporate Page
--------------------------------- */
.corporate-page .site-inner {
	background:#fff;
}

body.corporate-page {
	background:#fff;
}

.corporate-page .entry,
.community-page .entry {
	padding:10px 20px;
}

.corporate-page .site-inner {
	padding-top:5px;
}
.corporate-the-problem-left,
.corporate-the-problem-right {
	min-height:600px;
	text-align:center;
	color:#fff;
}

.corporate-the-problem .one-half {
	margin:0;
	width:50%;
}

.corporate-the-problem .wrap {
	padding:40px 80px;
}

.corporate-the-problem h2 {
	font-size:80px;
	font-size:8rem;
	font-weight:800;
}
.corporate-the-problem-left h2, 
.corporate-the-problem-right h2 {
	font-size:180px;
	font-size:18rem;
	font-weight:800;
}

.corporate-the-problem h3 {
	font-size:60px;
	font-size:6rem;
	font-weight:600;
}		
	

.corporate-page .front-page-4,
.corporate-page .testimonial-slide-bg {
	padding-bottom:30px;
	padding-top:30px;
	background:#eee;
}

.corporate-page .front-page-4 .one-third h4{
	color:#111;
}

.corporate-page .front-page-4 .num-circle {
	height:320px;
	width:320px;
	margin:0 auto;
	background:#0ecad4;
	border-radius:50%;
}

.corporate-page .button.large {
	display:table;
	margin: 0 auto;
}


.corporate-page .front-page-4 .num-circle .dashicons {
	font-size:60px;
	font-size:6rem;
	height:60px;
	width:60px;
	text-align:center;
	color:#fff;
}

.corporate-page .gform_wrapper {
	background:#eee;
	padding:20px 40px;
}

.corporate-page .gform_wrapper h3.gform_title {
	font-size:36px;
	font-size:3.6rem;
	text-transform:uppercase;
}

.corporate-page .front-page-4 .the-scroller-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
}

.corporate-page .front-page-4 .numscroller,
.corporate-page .front-page-4 .after-numscroller {
	font-size:45px;
	font-size:4.5rem;
	color:#fff;
}



.corporate-page .entry h2,
.corporate-page .how-achieved-bg h2,
 .corporate-page .how-can-you-help-bg h2{
	text-align:center;
	font-size:4.8rem;
	font-size:48px;
	font-weight:700;
}

.corporate-page .front-page-4 .widget-title,
.corporate-page .testimonial-slide-bg .widget-title {
	font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    text-align:center;
    color:#111;
}


.corporate-page .how-achieved-bg,
.corporate-page .how-can-you-help-bg {
	padding-top:30px;
	padding-bottom:30px;
	background:#fff;
}

.corporate-page .number-circle {
	height:80px;
	width:80px;
	text-align:center;
	font-weight:800;
	background:#0ecad4;
	border-radius:50%;
	font-size:33px;
	padding-top:10px;
	color:#fff;
	float:left;
	margin-right:30px;
	
}

.corporate-page .title-corporate {
	font-weight:800;
	font-size:24px;
}

.corporate-page .how-achieved-bg .wrap{
	padding-left:10%;
	padding-right:10%;
}

/* # Community Page
--------------------------------- */
body.community-page {
	background:#fff;
}

.community-page .one-half {
	background:#eee;
	padding:20px;
}

.community-page .one-half.first {
	background:#fff;
}

.community-page .one-half h3 {
	font-size:30px;
	font-size:3rem;
	font-weight:700;
}

.community-page .one-half ul{
	font-size:22px;
	font-size:2.2rem;

}

.community-page .one-half li {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	list-style-type: none;
}

.community-page .one-half li:before {
        content: "\f522";
	display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 20px/1 'dashicons';
	color:#0ecad4;
	margin-right: 10px;
	word-wrap: break-word;


}


/* # Boilermaker Page
--------------------------------- */

.boilermaker-page a:hover {
	color:#ff7e27;
}

.bib-runners.one{
	margin-top:-130px;
}


.bib-runners {
	background:#eee;
}
.bib-runners .wrap {
	background:#fff;
	padding:20px;
	
}

.boilermaker-page .page-hero-content .page-hero-description p{
	font-size:18px;
	font-size:1.8rem;
	text-align:left;
}


.boilermaker-page .with-background-image {
    min-height:800px;
}


.boilermaker-page .button {
	display:table;
	margin:0 auto;
	color:#fff;
}

.boilermaker-page .button:hover {

	color:#111;
}

.boilermaker-page h3 {
	font-size:26px;
	font-size:2.6rem;
}

.boilermaker-page .site-inner {
	padding-top:0px;
	background:#eee;
}


.boilermaker-page .page-hero-content h1 {
	margin-top:0px;
	padding-top:40px;
}


.boilermaker-page .one-third {
	margin-bottom:30px;
}

.runners-name-field input{
	border:none;
}


.runners-name-field input{
	font-size:26px;
	font-weight:700;
	color:#0ecad4;

}

/* # Back To School 2018 Page
--------------------------------- */



.back-to-school-page .page-hero-content .page-hero-description p{
	font-size:18px;
	font-size:1.8rem;
	text-align:left;
	text-shadow: 1px 1px #000000;
}

.back-to-school-page h1 {
	font-family:monoton, sans-serif;
	font-weight:800;
	text-shadow: 1px 1px #000000;
	letter-spacing: 2px;
}

.back-to-school-page .package-instructions {
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}

.back-to-school-page .site-inner {
	background:#eee;
	padding-top:0px;
}



.back-to-school-page .page-hero-content h1 {
	font-size:4.8rem;
}

.back-to-school {
	background:#eee;

}
.back-to-school .wrap {
	background:#fff;
	padding:20px;
	overflow:visible;

}

.flip .button {
	margin-bottom:30px;
}

.flip .button.large.green:hover {
	color:#fff;
}

.flip {
    height: 321px;
    width: 400px;
    margin: 0 auto 30px;
}

.flip img {
    width: 400px;
    height: auto;
}

.front {
	background:#fff;
	height:321px;
}

.back {

    color: #fff;
    text-align: center;
    height:321px;
}

.flip h3 {
	text-align:center;
}


.back-to-school h3 {
	text-align:center;
}
.back-to-school .button.large {
	display:table;
	margin:0 auto;
}

.back-to-school .button.large:hover {
	color:#fff;
}


.donations-page .package-name-field input,
.donations-page .donation-field input{
	border:none;
	
}



/* # Add Testimonial Page
--------------------------------- */

	
.testimonial-page .gform_wrapper {
	background:#ddd;
	padding:10px;
}



/* # Back To School 2018 Page New Flip
--------------------------------- */

.flip-class {
	width:389px;
	height:405px;
	margin:10px;
}



/* # Gravity View
---------------------------------------------------------------------------------------------------- */

.gv-container-5254{
   	grid-template-columns: repeat(3,1fr);
    gap: 64px 32px;
    display: grid;
    max-width: 1170px;
    margin: 0 auto;
}

.gv-container-5254 .gv-list-view {
    text-align: center;
    padding-top: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.gv-container-5254 .gv-list-view {
	border:none ;
	margin-bottom:0px ;
}

.gv-container-5254 .gv-list-view-title {
	border-bottom:0px;
}




/* # Before Footer
---------------------------------------------------------------------------------------------------- */
.before-footer {
	background:#424242;
	padding:43px 0px;
}

.before-footer .widget {
	margin-bottom:0px;
}
.before-footer .widget_custom_html {
	float:left;
}

.before-footer .widget_custom_html:nth-child(1){
	width:40%;
	color:#fff;

}

.before-footer .widget_custom_html:nth-child(1) h2{
	font-size:36px;
	font-size:3.6rem;
}

.before-footer .widget_custom_html:nth-child(2){
	width:10%;
}

.before-footer .widget_custom_html:nth-child(3){
	width:52%;
	float:right;
}



.before-footer .widget_custom_html:nth-child(3) .button.xlarge{
	float:left;
}

.before-footer .button.xlarge.first{
float:left;


}

.before-footer .button.xlarge {
float:right;
margin-bottom:10px;
}

.cta_call_to_action_button:nth-child(1) {
	float:left;
background:transparent;
}

.cta_call_to_action_button:nth-child(1) .button{

background:transparent;
border:2px solid #fff;
color:#fff;
}

.cta_call_to_action_button:nth-child(1) .button a{
	

}

.cta_call_to_action_button:nth-child(2) {
	float:right;
}

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

.footer-widgets {
	background-color: #333;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
	color:#fff;
}



.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3{
	float: left;
	margin-left: 2.564102564102564%;
	width:31.623931623931625%;
}

.footer-widgets-1 {
	margin-left:0;
}

.footer-widgets h4.widget-title {
	color: #e0e0e0;
	font-size:22px;
	margin-bottom:22px;
	margin-top:0px;
	text-align:left;
}

.footer-widgets .widget {
	margin-bottom:10px;
}

.footer-widgets .enews p {
	width: 100%;
	float: left;
	clear: none;
	font-size: 28px;
	margin-right: 4%;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}


.footer-widgets .enews form {
	width: 100%;
	float: left;
	clear: none;
	margin-top: 10px;
}


.footer-widgets .enews input, 
.footer-widgets .enews select, 
.footer-widgets .enews textarea {
    float: left;
    width: 60%;
    clear: none;
    margin-right: 10px;
}
.footer-widgets .enews input[type=submit] {
	width:30%;
	padding-top:16px;
	padding-bottom:16px;
}

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


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

.site-footer {
	background-color: #0f0f0f;
	border-top: 1px solid #111;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5.4rem 0px;
	padding:54px 0px;
	text-align: center;
	color:#fff;
}

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


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

@media only screen and (max-width: 1440px) {
    /* Adjust the site header and navigation menu */
    .site-header .title-area, .site-header .widget-area {
        width: 100%;
        text-align: center;
        float: none;
    }

    .genesis-nav-menu {
        text-align: center;
    }

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

   .front-page-1 .widget_custom_html {
        position: absolute;
        top: 90%; /* Adjust this value as needed */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%; /* Use percentage for responsiveness */
        max-width: 800px; /* Set a max-width if necessary */
    }

    .front-page-1 .widget_custom_html h3, .front-page-1 .widget_custom_html h2 {
        font-size: 36px; /* Adjust font size for smaller screens */
        text-shadow: 2px 2px #000;
    }



}


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

/*	.site-inner,
	.wrap {
		max-width: 1140px;
	}*/
	
	.site-inner,
	.wrap {
		padding-left:2%;
		padding-right:2%;
	}
	
	.front-page-1 .wrap {
		padding-left:0px;
		padding-right:0px;
	}

	.front-page .site-inner {
		padding-left:0%;
		padding-right:0%;
	}

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

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

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

	.sidebar-primary {
		width: 300px;
	}


	.front-page-4 .one-third h4 {
		font-size:2.6rem;
		font-size:26px;
	}
	
	.front-page-4 .one-third p {
		height:130px;
		
	}
	
	
	.front-page-4 .numscroller,
	.after-numscroller,
	.before-numscroller{
		font-size:50px;
		color:#ffe400;
		font-weight:700;
	}
	.before-footer .button.xlarge {
		padding:10px 40px;
	}
	
	.front-page-6 .widget:nth-child(1) {
		padding-right:10px;
	}
	
	.front-page-2 .wcd-left h2 {
		text-align: center;
		font-size: 36px;
		margin-top: 30px;
	}
	

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}


	.site-inner {
		max-width: 100%;
	}
	
	
	.site-header .title-area, .site-header .widget-area {
        width: 100%;
        text-align: center;
        float: none;
    }

    .genesis-nav-menu {
        text-align: center;
    }

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

	.corporate-page .wrap {
		max-width:100%;
	}

	.back-to-school-page .site-inner,
	.back-to-school-page .wrap {
		max-width: 100%;
	}

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

	.content {
		width: 620px;
	}

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


	.back-to-school .one-third {
		margin-bottom:30px;
	}
	

	.genesis-nav-menu a {

		padding: 32px 10px;

	}
	
  .front-page-1 .widget_custom_html {
        top: 45%; /* Further adjustment for smaller MacBook */
        /* Other styling as needed */
    }

    .front-page-1 .widget_custom_html h3, .front-page-1 .widget_custom_html h2 {
        font-size: 32px; /* Smaller font size for smaller screen */
    }

}

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

	.site-inner,
	.wrap {
		max-width: 100%;
	}
	
	
	.back-to-school-page .site-inner,
	.back-to-school-page .wrap {
		max-width: 100%;
	}
	
	.back-to-school-page .site-inner {
		background:#fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.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,
	.front-page-6 .widget:nth-child(1),
	.front-page-6 .widget:nth-child(2){
		width: 100%;
	}
	
	.corporate-the-problem .one-half {
		width:100%;
	}

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

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

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

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

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

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	
	.genesis-nav-menu .show-menu-mobile {
		display:inline-block;
	}
	
	.site-header .widget .button {
		display:none;
	}
	
	.no-custom-background-image .site-header:not(.header-scroll) {

		border-bottom: none;
	}

	.blog .menu-toggle:not(.header-scroll),
	.blog .sub-menu-toggle:not(.header-scroll),
	.no-custom-background-image  .menu-toggle:not(.header-scroll),
	.no-custom-background-image  .sub-menu-toggle:not(.header-scroll){

		color: #333;

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


	.header-scroll .menu-toggle,
	.header-scroll .sub-menu-toggle {

		color: #333;

	}

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

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
		color: #ff7e27;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: none;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

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

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

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

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

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

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	

	.image-section {
		background-attachment: scroll;
		background-color: #fff;
		background-position: 50% 0px;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size:    cover;
		background-size:         cover;

	}
	
	
	.front-page-4 .one-third {
		width:100%;
		margin:0px;
	}
	
	.front-page-4 .one-third h4 {
		font-size:3rem;
		font-size:30px;
	}
	
	.front-page-4 .one-third p {
		height:auto;
		
	}
	
	
	.front-page-4 .numscroller,
	.after-numscroller,
	.before-numscroller{
		font-size:80px;
	}
	
	.cta_call_to_action_button:nth-child(1) {
	float:none;
	
	}

	.cta_call_to_action_button:nth-child(2) {
	float:none;
	}
	
	
	.blog .entry,
	.single-post .entry{
		padding: 5%;
	}
	
	.corporate-the-problem-left h2.the-problem,
	.corporate-the-problem-right h2.the-problem {
		font-size:9rem;
		font-size:90px;
		text-align:center;
		padding-top:150px;
		
	}

	.corporate-page .entry,
	.community-page .entry {
		padding-left:2%;
		padding-right:2%;
	}
	
	
	
	.about-page .entry {
		padding-left:2.5%;
		padding-right:2.5%;
	}
	
	.donations-page .entry {
		padding-left:2.5%;
		padding-right:2.5%;
	}
	
	
	.page-hero-content .page-hero-description p {
		padding-left:2%;
		padding-right:2%;
	}
	
	.wcd-right {
		float:none;
		width:0%;
		display:none;
	}
	
	.wcd-left {

		width:100%;

	}
	
	
	.nav-secondary {
		display:none;
	}


	.front-page-2 .featuredpost .widget-wrap {
		display:block;
		padding-left:2%;
		padding-left:2%;
	}
	
	.front-page-2 .featuredpost .entry 	{
		margin-right:0;
	}


    .front-page-1 .wrap {
        position: relative; /* Set the parent container to relative */
    }

    #custom_html-22 {
        position: absolute; /* Position the section absolutely within the parent */
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Adjust to perfectly center */
        z-index: 1; /* Lower z-index */
    }

    .menu-toggle {
        z-index: 2000; /* Ensure menu is on top when expanded */
    }
}

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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	body.home.custom-background,
	body.custom-background {
		background-attachment:scroll !important;
		background-size:auto !important;
	}




	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.front-page-1 h4.widget-title {
		text-align:center;
		float:none;
		width:100%;
	}
	
	.front-page-1 h1 {

		width:100%;
		float:none;
		text-align:center;

	}
	
	.front-page-1 .button {
		float: none;
			display:table;
		margin:0 auto;
		margin-top: 50px;
	}
	
	.front-page-1 h2 {
		float:none;
		width:100%;
		text-align:center;
	}
	
	
	.hero-counter{

		font-size:80px;

	}

	.hero-counter .counter {
		font-size:80px;

	}
	
	.front-page-3 .one-third {
		margin-bottom:10px;
		text-align:center;
	}
	
	.front-page-3 .gs-1,
	.front-page-3 .gs-2 {
		width:100%;
		float:none;
	}
	
	.front-page-3 .widget.featured-content .one-fourth{
		width:100% !important;
		margin-right:0;
		margin-bottom: 10px;
	}
	
	
	.front-page-3 .gs-1 .more-link {
		margin-bottom:20px;
	}
	
	.front-page-5 .widget:nth-child(1),
	.front-page-5 .widget:nth-child(2) {
		width:100%;
		float:none;
		text-align:center;
	}
	

	
	.front-page-5 h4.widget-title {
		text-align:center;
	}
	
	.front-page-7 .featured-content .entry {
		width:100%;
		float:none;
		margin-bottom:50px;
		margin-left:0px;
	}
	
	.front-page-7 .featured-content .more-link {
			clear: both;
		content: " ";
		display: table;
	}
	
	.before-footer .widget_custom_html:nth-child(1),
	.before-footer .widget_custom_html:nth-child(2),
	.before-footer .widget_custom_html:nth-child(3) {
		float:none;
		width:100%;
	}
	
	
	.about-team-members .entry-content,
	.board-team-members .entry-content {
		width:309px;
	}
	
	.button.xlarge {
		font-size:18px;
		font-size:1.8rem;
	}
	
	.before-footer .button.xlarge {
		margin-right:10px;
	}

	.footer-widgets .enews input,
	.footer-widgets .enews input[type=submit]  {
		width:100%;
	}
	
	.front-page-4 .numscroller, .after-numscroller, .before-numscroller {
		font-size: 50px;
		font-size:5rem;
		color: #ffe400;
		font-weight: 700;
	}
	
	.entry {
		padding-left:2.5%;
		padding-right:2.5%;
	}
	
	
	.about-team-members .wrap,
	.board-team-members .wrap{
		padding-left:2.5%;
		padding-right:2.5%;
		padding-top:20px;
		padding-bottom:40px;
	}
	
	.about-page .entry-content img.alignright,
	.about-page .entry-content img.alignleft {
		display: block;
		margin: 0 auto 24px;
		float:none;
		text-align:center;
	}
	
	.page-hero-content h1 {
		padding-top:10px;
	}
	
	
	.account-financial .one-third {
		width: 31.623931623931625%;
		float: left;
		
	}
	
	.account-financial:after{
		clear: both;
		content: " ";
		display: table;
	}
	
	

	
	
	.community-page .gform_wrapper li.gsection.gf_scroll_text {
		height: 240px;
    	width: calc(100% - 16px);
    	background-color: #fff;
		overflow-y: scroll;
		overflow-x: hidden;
		border: 1px solid #CCC;
		padding:5px;
		border-bottom: 1px solid #CCC!important;
	}
	
	
	.bib-runners.one{
		margin-top:10px;
	}
	
	
	.custom-header .site-header{
		margin-top:70px !important;
	}
	
	.menu-top.custom-header .site-header{
		margin-top:0px !important;
	}
	
	.menu-top.header-scroll .site-header {
	
		position: static;
		
	}


	.front-page-1 .widget_custom_html {
		position:absolute;
	  top: 35%;
	  left: 50%;
	  /* bring your own prefixes */
	  transform: translate(-50%, -50%);
	  width:100%;
	}

	.front-page-1 .widget_custom_html {
		text-align:center;
		color:#fff;
	}
	
	.front-page-1 .widget_custom_html h2 {
		font-size:32px;

	}

	.front-page-1 .widget_custom_html h3 {
		font-size:22px;

	}
	
	.front-page-1 .widget_custom_html p {
		font-size:16px;

	}
	
}



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

	.wrap {
		padding-left:2.5%;
		padding-right:2.5%;
		overflow:hidden;
	}


	/*.front-page-1 {
		min-height:550px;
	}*/
	
	.front-page-1 .wrap {
		max-width:100%;
	}
	
	.front-page-1 h1 {
		font-size:50px;
		font-size:5rem;
		line-height:60px;
		width:100%;
		float:none;
		text-align:center;
		
	}

	.front-page-1 h2,
	.page-hero-content .page-hero-description h2 {
		font-size:30px;
		font-size:3rem;

	}
	

	
	.hero-counter{

		font-size:30px;

	}

	.hero-counter .counter {
		font-size:30px;

	}
	
	.single-post .page-hero-content h1 {
		font-size: 40px;
 
		padding-left: 10px;
		padding-right: 10px;

	}
	
	.page-hero-content .page-hero-description p {
		font-size:18px;
		font-size:1.8rem;
	}

	.front-page-1 .button {
		float:none;
		display:table;
		margin:0 auto;
	}

	.entry {
		margin:0px;
	}
	
	
	.donations-page #gts-testimonials blockquote,
	.about-page #gts-testimonials blockquote {
		font-size:18px;
		font-size:1.8rem;
	}

	.front-page h4.widget-title,
	.front-page-4 h4.widget-title,
	.front-page-6 h4.widget-title,
	.testimonial-slide-bg h4.widget-title {
		font-size:40px;
		font-size:4rem;
		margin-top:20px;
		margin-bottom:20px;
	}

	.donations-page .entry h1 {
		font-size:46px;
		font-size:4.6rem;
	}
	
	.corporate-the-problem-left h2.the-problem,
	.corporate-the-problem-right h2.the-problem {
		font-size:7rem;
		font-size:70px;		
	}
	
	.corporate-the-problem .wrap{
		padding-left:5%;
		padding-right:5%;
		padding-top:20px;
		padding-bottom:40px;
	}
	
	.corporate-the-problem-left h3,
	.corporate-the-problem-right h3 {
		font-size:4rem;
		font-size:40px;
		text-align:center;
		
	}
	
	.corporate-page .front-page-4 .numscroller,
	.corporate-page .front-page-4 .after-numscroller{
		font-size:40px;
		font-size:4rem;
	}
	
	.services-page .content {
		padding-left:2%;
		padding-right:2%;
	}


	.back-to-school .wrap {

		padding:0px;


	}

	.flip {
		height: auto;
		width: 320px;
		margin: 0 auto 30px;
	}
	
	.front-page-1 .slide-image {
		height:275px;
	}

	.front-page-1 .slide-excerpt {
		width:100%;
	}


	.front-page-1 .slide-excerpt-border p a{
		font-size:18px;
	}
	
	.giftcard-page h2 {
		font-size:22px;
	}
	
	.giftcard-page img {
		margin:0 auto;
		display:table;
	}
	
	.front-page-1 .widget_custom_html {
		position:absolute;
	  top: 45%;

	}
	
	.front-page-1 .widget_custom_html h3 {
		font-size:16px;
		font-weight:600;
		 text-shadow: 2px 2px #000;
	}
	
	.front-page-1 .widget_custom_html p {
		font-size:12px;

	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
