/*!
Theme Name: JA Rocky Mountain 2020
Theme URI: /
Author: IT Jon, Inc / Network Affiliates, Inc.
Author URI: https://www.itjon.com
Description: Custom theme developed for Junior Achievement
Version: 2025.02.14
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jarm2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

JA Rocky Mountain 2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**125
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #22404D;
	font-family: 'Monserrat', sans-serif;
	font-size: 15px;
	font-size: 1.1rem;
	line-height: 1.5;
	background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
}

h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.25;
	color: #00A0AF;
}
h2, h3 {
	color: #22404d;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 4px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-transform: uppercase;
	box-shadow: #888;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #22404D;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #285F74;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/*float: left;*/
	line-height: 100px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation ul ul {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	line-height: 2;
	background: #fff;
	font-size: .93em;
	display: block;
	text-align: left;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	font-size: 1em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 300px;
	padding: 0 .75em;
	font-family: 'Monserrat', sans-serif;
	color: #22404D;
	line-height: 50px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Monserrat', sans-serif;
	max-width: 125px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 15px;
	line-height: 15px;
}
.main-navigation a:hover,
.main-navigation li:hover a {
	background: #285f74;
	color: #fff;
}

.main-navigation ul ul li:hover a:hover {
	background: #fff;
	color: #285f74;
}

.main-navigation li.donateButton {
	float:right;
	/*line-height: 1.98;*/
}
.main-navigation li.donateButton a {
	background: #8FC440;
    display: inline;
    padding: .37em 2.5em;
	border-radius: 4px;
	color: #000000 !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}
.main-navigation li.donateButton a:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}
.sidr ul li.sidr-class-donateButton a {
	background: #8FC440;
	color: #000000;
}

li#menu-item-24299 {
	line-height: 30px !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
		text-align: center;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
}

.site-header {
	padding: 25px 0 0 0;
    position: fixed;
    width: 100%;
    background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
    z-index: 9999;
}

.site-content {
	padding-top: 125px;
}

.site-branding {
	float: left;
	margin-right: 2em;
}

.searchBar {
	float: right;
    line-height: 100px;
	margin-left: 1.5em;
}

.searchBar label {
    float: left;
}
.searchBar input[type="search"] {
    color: #adadad;
    border: 1px solid #878787;
    border-radius: 4px 0 0 4px;
    padding: 3px 10px 3px 10px;
    border-right: none;
	width: 9em;
}
.searchBar button {
    border: 1px solid #878787;
    background: #f5f5f5;
	color: #6c6c6c;
    font-size: 1em;
    padding: 3px 15px 3px 15px;
    line-height: 1.5;
    border-radius: 0 4px 4px 0;
    border-left: none;
	cursor: pointer;
}

.headerSlide {
	width: 100%;
	height: 610px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.headerSlide .container{
	height: 610px;
}
.headerSlide.interiorPage {
	height: 310px;
}
.headerSlide.interiorPage .container{
	height: 310px;
}
.headerSlide.interiorPage h1 {
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0,0,0,.5);
    position: absolute;
    bottom: .5em;
    font-size: 3em;
}
.headerSlideBox {
	background: rgba(0,160,175,.9);
    padding: 2em;
    position: absolute;
    bottom: 3em;
    left: 5em;
    color: #fff;
    text-align: center;
    width: 42%;
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}
.headerSlideBox .headline {
	color: #fff;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.1;
}
a.greenButton {
	border-radius: 4px;
	background: #22404d;
	padding: .3em 3em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	box-shadow: 2px 2px 10px rgba(0,0,0,0);
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}
a.greenButton:hover {
	background: #333333;
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}


.content-area {
	margin: 3em 0;
}

.home article.page {
	padding: 0 4em;
}

.socialIcons ul {
	margin: 0 0 5em 0;
	padding: 0 0;
	list-style: none;
	text-align: center;
}
.socialIcons ul li {
	display: inline-block;
}
.socialIcons ul li a {
	padding: 0 1em;
	display: block;
}






.site-footer .socialIcons ul {
	margin: 2em 0 5em 0;
	padding: 0 0;
	list-style: none;
	text-align: left;
}
.site-footer .socialIcons ul li {
	display: inline-block;
}
.site-footer .socialIcons ul li a {
	padding: 0 .5em;
	display: block;
}
.site-footer .socialIcons ul li a img {
	max-width: 30px;
}
a.grayButton {
	border-radius: 4px;
	background: #22404d;
	padding: .3em 3em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	box-shadow: 2px 2px 10px rgba(0,0,0,0);
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}
a.grayButton:hover {
	background: #333333;
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}

.infoBlocks  {
	margin: 0 0 5em 0;
}

.infoBlock {
	border-radius: 1em;
	background: #f6f6f6;
	position: relative;
}

.infoBlock .imageContainer {
	overflow: hidden;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
}
.infoBlock .imageContainer img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: none;
}

.greenCurvedContent {
	border-radius: 0 0 4px 4px;
	background: #f6f6f6;
	padding: 0 2em 2em 2em;
	margin-top: 20em;
	position: relative;
}
.greenCurvedContent::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 2.5em);
    left: 0;
    width: 100%;
    height: 5em;
    border-radius: 4px 4px 0 0;
    background-color: #f6f6f6;
    z-index: 1;
}

.infoBlock a.grayButton {
	position: absolute;
	bottom: -.95em;
	right: 1em;
}

.impactSection {
	background: #333333;
	margin-bottom: 5em;
	padding: 5em 0;
	background-image: url(images/impact-bg.png);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
	text-transform: uppercase;
}

.impactSection .headline {
	color: #fff;
}

.rollingNumbers {
	padding: 2em 0;
	text-align: center;
}
.rollingNumber {
	font-size: 48px;
	line-height: 1;
	color: #8fc440;
	font-weight: 700;
	margin-bottom: .25em;
}

.headline {
    font-weight: 700;
    font-size: 2.1em;
    line-height: 1;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.headline.thin {
    font-weight: 300;
}

.newsSection {
    margin-bottom: 5em;
    padding: 5em 0;
    background: #e6e6e6;
}
.newsUpdates {
    margin: 2em 0;
}
.newsUpdates div {
    padding: 0 .5% 0 4%;
}
.newsUpdates div + div {
	border-left: 1px solid #000;
}

.partnerSection {
    padding: 0 0 2.5em 0;
}
.partnerInfo {
    margin: 2em 0;	
}

.subscribeSection {
    margin-bottom: 5em;
    padding: 2em 0;
    background: #285f74;
	font-size: 1.5em;
}
.subscribeSection .headline {
	text-align: left;
	color: #fff;
}
.subscribeSection a {
	font-size: .75em;
	color: #fff;
}

.subscribeSection img {
	position: absolute;
    top: -3em;
}

.bottomFooter {
	text-align: center;
	font-size: .85em;
	color: #333333;
}

.bottomFooter a {
	font-weight: 400;
}

ul.links {
	margin: 5em 0 1em 0;
	padding: 0 0;
	list-style: none;
}
ul.links li {
	display: inline-block;
}
ul.links li + li {
	border-left: 1px solid #888888;
}
ul.links li a {
	display: block;
	padding: 0 1em;
}

.flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}

.flex70 {
	width: 65%;
}
.flex60 {
	width: 55%;
}
.flex50 {
	width: 48%;
}
.flex40 {
	width: 38%;
}
.flex33 {
	width: 32%;
}
.flex30 {
	width: 28%;
}
.flex25{
	width: 24%;
}

.grayBox {
	background: #eee;
    border: 1px solid #cecece;
}

.roPic {
	width: 45%;
    height: 15em;
    position: relative;
}

.bioBox {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 1em .25em;
    background: #f7f7f7;
    border: 1px solid #eee;
	margin-bottom: 1.5em;
}
.bioBoxWrapper {
	width: 31%;
	margin: 1%;
	float: left;
}
.childPic,
.adultPic {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}
.bioBox .childPic {
	opacity: 0;
}
.bioBox .adultPic {
	opacity: 1;
}
.bioBox:hover .childPic {
	opacity: 1;
}
.bioBox:hover .adultPic {
	opacity: 0;
}
.bioInfo {
	width: 45%;
}
.bioInfo span {
	font-size: .85em;
}

.withSidebar {
	width: 65%;
}
.sidebar {
	width: 30%;
}
.programLink {
	display: block;
	border: 1px solid #cecece;
	margin-bottom: .5em;
	padding: 2em 2em;
	height: 175px;
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.programTitle {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1em;
    background: rgba(0,0,0,.5);
    font-size: .8em;
}
.programRO {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1em;
    background: rgba(0,0,0,.75);
    opacity: 0;
    font-size: .6em;
    font-style: italic;
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}
.programLink:hover .programRO {
	opacity: 1;
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}

.gform_body ul {
	margin: 0 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-radius: 3px;
    background: #8FC440;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    padding: 1em 3em;
}

.gform_wrapper.contactForm_wrapper ul li.gfield {
	margin-top: 0;
}
.gform_wrapper.contactForm_wrapper li.hidden_label input {
    margin-top: 0;
}
.gform_wrapper.contactForm_wrapper .gform_footer {
    padding: 0 0;
    margin: 0 0;
	text-align: right;
}
.gform_wrapper select {
    padding: 5px 0 5px 3px !important;
    border-radius: 3px;
}

.eventBlock {
	border: 1px solid #cecece;
	margin-bottom: 1em;
	background: #efefef;
}
.eventImage {
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 300px;
}
.eventImage img {
	vertical-align: top;
}
.eventDate {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	font-size: 2.25em;
	color: #fff;
	background-color: #8FC440;
	line-height: 1;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.eventDate .big {
	font-weight: bold;
}
.eventDate .small {
	font-size: .45em;
	padding-top: 5px;
}
.eventInfo {
    width: calc(100% - 300px);
    padding: 1em;
}

.blogImage {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.blogDate {
	color: #516f82;
}
.blogImage img {
	vertical-align: top;
}
.blogPadding {
	padding: 1.5em 1em 2em;
	line-height: 1.25;
}
.blogPostSnip {
	margin-bottom: 1em;
	border: 1px solid #cecece;
	position: relative;
}
.blogPadding a.greenButton {
    bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    border-radius: 0;
}

.widget-area ul {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}
.widget-area ul  li {
	margin-bottom: .5em;
}
.widget-area ul  li a {
	display: block;
	padding: .5em;
	color: #fff;
	background: #285f74;
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}
.widget-area ul  li a:hover {
	background: #8FC440;
	padding-left: 1em;
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}



.accordion {
	background: linear-gradient(to bottom right, white, #F8F8F8);
	background: white;
	margin: 0 auto 4em auto;
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
	border-bottom: 1px solid #DDE0E7;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	padding: 1.5rem;
	background: #285f74;
}

.accordion-header:hover {
	background: #8FC440;
}

.accordion-content {
	display: none;
	border-bottom: 1px solid #DDE0E7;
	background: #F6F7F9;
	padding: 1.5rem;
	color: #4a5666;
}

.accordion-header::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background-color: #ffffff;
	margin-right: .75rem;
}

.active.accordion-header::before {
	background-color: #8cc63e;
}

.page-id-24276 strong {
    font-weight: bold;
    color: #285f74;
    font-size: 1.2em;
}


.programImage {
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 175px;
}
.programImage img {
	vertical-align: top;
}
.programDescription {
    width: calc(100% - 175px);
    padding: 1em;
}
.programTestimonial {
	padding: 1em 0;
	font-style: italic;
}
.buttons a.greenButton {
	margin: .5em .5em;
	text-transform: none;
}

.Eicon {
	padding-right: 10px;
}
.Eicon i + i {
	padding-left: 5px;
}



	.mobile {
		display: none;
	}
	
	#responsive-menu-button {
		display: none;
	}

	.sidr li {
		position:relative;
	}
	.sidr .sub-toggle {
		position:absolute;
		right:0;
		top:0;
		cursor:pointer;
		border-left:1px solid #dddddd;
		font-size: 1.5em;
		width: 55px;
		text-align:center;
		font-weight: 400;
	}
	.sidr .sidr-class-sub-menu {
		display: none;
	}
	.sidr .sub-toggle.is-open {
		content:" - " !important;
	}
	.sidr .sub-toggle:hover {
		color:#fff;
		background:rgba(255,255,255,0.25);
	}
	.sidr ul li ul li ul li a {
		padding-left: 40px;
	}
	.sidr ul li ul li span {
		padding: 0 15px;
	}


	.sidr ul li.gray,
	.sidr ul li.sidr-class-gray {
		display: none;
	}


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

@media screen and (max-width:1345px){
	
	.main-navigation {
		font-size: .9em;
	}
	.main-navigation a {
		padding: 0 1em;
	}
	
}

@media screen and (max-width:1210px){
	
	.site-branding {
		max-width: 175px;
		margin-right: 1em;
	}
	.main-navigation {
		line-height: 67px;
		font-size: .85em;
	}
	.main-navigation a {
		padding: 0 .75em;
	}
	.searchBar {
		line-height: 67px;
	}
	.searchBar input[type="search"] {
		width: 7em;
	}
	.site-content {
		padding-top: 92px;
	}
	
}

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

	body, button, input, select, optgroup, textarea {
    font-size: 1rem;
	}

	.headerSlide {
		height: 410px;
	}
	.headerSlide .container {
		height: 410px;
	}
	.headline {
		font-size: 1.5em;
	}
	
	h1 {
		font-size: 1.5em;
	}
	
	.greenCurvedContent {
		padding: 0 1em 1em 1em;
	}
	
	.rollingNumber {
		font-size: 2.25em;
	}
	.impactSection {
		padding: 3em 0;
		margin-bottom: 3em;
	}
	
	.subscribeSection img {
		max-width: 550px;
	}
	
	.blogPostSnip {
		width: 48%;
	}
	
}

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

	.flex25 {
		width: 48%;
		margin-bottom: 1em;
	}

}


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

	.site-header {
		padding: 15px 0 0 0;
	}
	.site-content {
		padding-top: 83px;
	}
	.site-branding {
		margin-right: 0;
		margin-bottom: .25em;
	}

	.searchBar {
		display: none;
	}

	.main-navigation {
		display: none;
	}
	#responsive-menu-button {
		display: block;
	}
	#mobile-menu {
		display: block;
		position: absolute;
		top: 0px;
		right: 40px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		text-align: center;
		background: transparent;
		-webkit-transition: all ease-out 300ms;
		-moz-transition: all ease-out 300ms;
		-o-transition: all ease-out 300ms;
		transition: all ease-out 300ms;
	}
	.scroll #mobile-menu {
		top: 0px;
		-webkit-transition: all ease-out 300ms;
		-moz-transition: all ease-out 300ms;
		-o-transition: all ease-out 300ms;
		transition: all ease-out 300ms;
	}

	#mobile-menu a#responsive-menu-button { 
		color: #ffffff;
		outline: none;
		display: block;
		line-height: 50px;
		width: 50px;
		height: 50px;
		text-align: center;
		background: #285f74;
		border-radius: 5px;
	}

	a#responsive-menu-button i {
		transform: rotate(0);
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		-webkit-transition: all ease-out 300ms;
		-moz-transition: all ease-out 300ms;
		-o-transition: all ease-out 300ms;
		transition: all ease-out 300ms;
	}

	i.close {
		opacity: 0;
	}

	#mobile-menu a#responsive-menu-button.active i.hamburger { 
		transform: rotate(360deg);
		opacity: 0;
	}
	#mobile-menu a#responsive-menu-button.active i.close { 
		transform: rotate(360deg);
		opacity: 1;
	}

	#btnClose,
	#sidr-id-btnClose {
		height: 50px;
		position: relative;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		cursor: pointer;
	}
	#btnClose::before,
	#sidr-id-btnClose::before {
		content: '';
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		position: absolute;
		top: 0;
		left: 0;
		color: #012c46;
		font-size: 24px;
		background-image: url(images/ja-rm-menu-logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	#btnClose::after,
	#sidr-id-btnClose::after {
		content: '\f00d';
		border-left: 1px solid #dddddd;
		width: 55px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		color: #012c46;
		font-size: 24px;
	}
	.sidr ul li a,
	.sidr ul li span {
		color: #5c5a5a;
	}
	.sidr ul li:hover>a,
	.sidr ul li:hover>span,
	.sidr ul li.active>a,
	.sidr ul li.active>span,
	.sidr ul li.sidr-class-active>a,
	.sidr ul li.sidr-class-active>span {
		box-shadow: none !important;
		background: #285f74;
		color: #fff;
	}

	.sidr a:hover .sub-toggle {
		color: #fff;
	}

	.mobile {
		display: block;
	}


}

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

	.infoBlock .imageContainer img {
		height: auto;
		width: 100%;
		top: -10%;
	}
	.infoBlock .imageContainer {
		height: 75%;
	}
	
	.flex33 {
		width: 100%;
		margin-bottom: 3em;
	}
	
	.newsSection {
		margin-bottom: 3em;
		padding: 2em 0 0 0;
	}
	
	.newsUpdates div,
	.newsUpdates div + div	{
		padding: 0 .5% 0 0%;
		border-left: none;
	}
	
	.site-footer .flex30,
	.site-footer .flex70 {
		width: 100%;
		text-align: center;
	}
	.site-footer .flex33 {
		margin-bottom: 1em;
		border-bottom: 1px solid #eee;
	}
	
	.flex50 {
		width: 100%;
	}
	
	.bioBoxWrapper {
		width: 98%;
		margin: 1%;
	}
	
	.container .container {
		padding: 0;
	}
	
	.site-footer .socialIcons ul {
		text-align: center;
		margin-bottom: 2em;
	}

}

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

	.grayBox {
		margin-bottom: 1em;
	}

}

@media screen and (max-width:690px){
	
	.headerSlideBox {
		padding: 1em;
		bottom: 0em;
		left: 0em;
		width: 100%;
	}
	
	.home article.page {
		padding: 0 1em;
	}
	
	.bioBox {
		flex-wrap: wrap;
		text-align: center;
	}
	.bioInfo {
		width: 100%;
		margin-top: .5em;
	}
	
	.impactSection {
		padding: 3em 0 0 0;
		margin-bottom: 3em;
	}
	
	a.grayButton,
	a.greenButton	{
		padding: .3em 1em;
	}
	
	.sidebar,
	.withSidebar {
		width: 100%;
	}
	
	.eventImage,
	.eventImage img	{
		width: 100%;
		max-height: 200px;
		background-position: top center;
	}
	.eventInfo {
		width: 100%;
	}
	
	.subscribeSection img {
		display: none;
	}
	
	.subscribeSection .headline,
	.subscribeSection 	{
		text-align: center;
	}
	.subscribeSection .flex40 {
		width: 100%;
	}

	
}

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

	.headline {
		font-size: 1.25em;
	}
	
	.socialIcons ul li a {
		padding: 0 .5em;
	}
	
	.infoBlock .imageContainer img {
		top: 0;
	}
	
	.flex30,
	.flex70 {
		width: 100%;
	}

	.partnerInfo {
		text-align: center;
	}
	
	.programImage,
	.programDescription {
		width: 100%;
		background-position: top center;
	}

}

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

	.greenCurvedContent {
		margin-top: 15em;
	}

}

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

	.subscribeSection img {
		right: -60%;
		max-width: 450px;
		top: -2.5em;
	}
	.flex40,
	.flex60 {
		width: 100%;
	}

}

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

	.greenCurvedContent {
		margin-top: 10em;
	}

}

@media screen and (max-width:400px){
	
	.flex25 {
		width: 100%;
	}

}
	
	
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
