/*!
Theme Name: California JPIA
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: california_jpia
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.

California JPIA 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
--------------------------------------------------------------*/
@font-face {
	font-family: 'segoe';
	src: url("/wp-content/themes/california_jpia/assets/segoe/segoeui.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'segoe';
	src: url("/wp-content/themes/california_jpia/assets/segoe/segoeuii.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'segoe';
	src: url("/wp-content/themes/california_jpia/assets/segoe/segoeuib.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'segoe';
	src: url("/wp-content/themes/california_jpia/assets/segoe/segoeuiz.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

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

/**
 * 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: #404040;
	font-family: "segoe";
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "segoe";
}

h1 {
	font-size: 30px;
	color: #004C23;
}

h2 {
	font-size: 25px;
	color: #004C23;
}

h2 a {
	color: #76A46E;
}

h3 {
	font-size: 22px;
	color: #004C23;
}

h3 a {
	color: #76A46E;
}

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 {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

.button-class {
	font-family: "segoe";
	font-weight: bold;
	color: white;
	background: #76A46E;
	text-decoration: none;
	padding: 7.5px 30%;
	border-radius: 10px;
}

.button-class:hover {
	background: #004C23;
}

.button-class:visited {
	color: white;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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%;
}

.menu-secondary-menu-container {
	background: #9A8B7D;
}

.menu-secondary-menu-container ul#secondary-menu {
	margin: 0;
	padding: 0;
	list-style: disc;
	width: 100%;
	text-align: center;
	position: relative;
	min-height: 4.625rem;
}

.menu-secondary-menu-container ul#secondary-menu li {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 1rem 7.5% 1rem 7.5%;
}

@media screen and (min-width: 992px) {
	.menu-secondary-menu-container ul#secondary-menu li {
		width: 12.5%;
		text-align: center;
		padding: 1rem 0 0.5rem 0;
		border-bottom: 0.5rem solid transparent;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	.menu-secondary-menu-container ul#secondary-menu li {
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.menu-secondary-menu-container ul#secondary-menu li:hover {
		border-bottom-color: #004c23 !important;
	}
}

.menu-secondary-menu-container ul#secondary-menu li:hover > ul {
	left: auto;
}

.menu-secondary-menu-container ul#secondary-menu li li {
	display: block;
}

.menu-secondary-menu-container ul#secondary-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu-secondary-menu-container ul#secondary-menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "segoe";
	font-weight: bold;
}

.menu-secondary-menu-container i.menu-icons {
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin: auto;
	width: 48px;
	height: 48px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.menu-secondary-menu-container i.menu-icons {
		display: inline-block;
	}
}

@media screen and (min-width: 992px) {
	.menu-secondary-menu-container i.menu-icons {
		display: block;
	}
}

.menu-secondary-menu-container i.icon-id-3188 {
	background-image: url("/wp-content/uploads/2020/04/Home-Icon-48x48-1.png");
}

.menu-secondary-menu-container i.icon-id-7507 {
	background-image: url("/wp-content/uploads/2018/11/Current-Agenda.png");
}

.menu-secondary-menu-container i.icon-id-3522 {
	background-image: url("/wp-content/uploads/2018/11/Educational-Forum.png");
}

.menu-secondary-menu-container i.icon-id-3521 {
	background-image: url("/wp-content/uploads/2018/11/Report-A-Claim.png");
}

.menu-secondary-menu-container i.icon-id-3187 {
	background-image: url("/wp-content/uploads/2018/11/Regions.png");
}

.menu-secondary-menu-container i.icon-id-3523 {
	background-image: url("/wp-content/uploads/2018/11/Staff.png");
}

.menu-secondary-menu-container i.icon-id-3520 {
	background-image: url("/wp-content/uploads/2018/11/News.png");
}

.menu-secondary-menu-container i.icon-id-3215 {
	background-image: url("/wp-content/uploads/2018/11/FAQ.png");
}

.menu-secondary-menu-container::after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-clip-path: none;
	        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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## global layouts
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
	.site-content-home {
		padding: 0 1rem !important;
	}
}

@media screen and (max-width: 1024px) {
	.site-content-home {
		padding: 0 2.125rem !important;
	}
}

@media screen and (min-width: 1025px) {
	.site-content-home {
		padding: 0 2.125rem !important;
	}
}

@media screen and (min-width: 1596px) {
	.site-content-home {
		padding: 0 0rem !important;
	}
}

.site-content {
	max-width: 1596px;
	margin: auto;
	font-family: "segoe";
}

@media screen and (max-width: 800px) {
	.site-content {
		margin: 0 7.5%;
	}
}

@media screen and (max-width: 991px) {
	.site-content {
		padding: 0 0px;
	}
}

@media screen and (min-width: 992px) {
	.site-content {
		padding: 0 32px;
	}
}

@media screen and (min-width: 1024px) {
	.site-content {
		padding: 0 32px;
	}
}

@media screen and (min-width: 1626px) {
	.site-content {
		padding: 0 0px;
	}
}

div.email-form div.form-section {
	width: 100%;
	font-size: 0;
	margin-bottom: 15px;
}

div.email-form div.form-label {
	text-align: right;
	width: 30%;
	font-size: 14px;
	margin-top: 7px;
	padding-right: 2%;
	text-align: left;
	font-weight: bold;
}

div.email-form div.form-input {
	width: 68%;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

div.email-form div.form-input span.errorText {
	color: red;
	font-style: italic;
}

div.email-form div.form-input input {
	border-radius: 7px;
	padding: 5px 2%;
	font-size: 14px;
	width: 100%;
	border: 1px solid #989898;
}

div.email-form div.form-input select {
	border-radius: 7px;
	padding: 5px 2%;
	font-size: 14px;
	width: 100%;
	border: 1px solid #bbb;
	box-sizing: border-box;
}

div.email-form div.form-input textarea {
	border-radius: 7px;
	padding: 5px 2%;
	font-size: 14px;
	width: 100%;
	border: 1px solid #bbb;
}

div.email-form div.form-input #submit {
	background-color: #77a474;
	border-radius: 7px;
	color: white;
	border: 0px;
	font-size: 14px;
	padding: 8px 15px;
	text-decoration: none;
	display: inline-block;
	width: 100px;
}

div.email-form div.form-input #submit:hover {
	background-color: #004C23 !important;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-wrapper {
	background: #F5F5F5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000;
}

@media screen and (max-width: 800px) {
	.header-wrapper {
		height: 57px;
	}
}

.header-wrapper .site-header {
	position: relative;
	margin: 0 auto;
}

@media screen and (min-width: 992px) {
	.header-wrapper .site-header {
		max-width: 1596px;
	}
}

.header-wrapper .site-header .site-branding {
	display: table;
}

@media screen and (min-width: 1024px) {
	.header-wrapper .site-header .site-branding {
		width: 25%;
		min-height: 188px;
	}
}

@media screen and (min-width: 1024px) and (min-width: 992px) {
	.header-wrapper .site-header .site-branding {
		float: left;
	}
}

@media screen and (max-width: 1023px) {
	.header-wrapper .site-header .site-branding {
		height: 57px;
		text-align: center;
		text-align: left;
		width: 75%;
		float: left;
	}
}

@media screen and (max-width: 800px) {
	.header-wrapper .site-header .site-branding {
		height: 57px;
		text-align: center;
		width: 100%;
		float: none;
	}
}

.header-wrapper .site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1024px) {
	.header-wrapper .site-header .site-branding a img {
		padding: 34px 34px 0;
		max-width: 303px;
	}
}

@media screen and (min-width: 1024px) {
	.header-wrapper .site-header .site-branding a img {
		width: 76%;
		margin-left: 32px;
	}
}

@media screen and (max-width: 800px) {
	.header-wrapper .site-header .site-branding a img {
		height: 35px;
		width: auto;
		padding: 0px 0px 0;
		display: block;
		margin: auto;
	}
}

@media screen and (max-width: 768px) {
	.header-wrapper .site-header .site-branding a img {
		height: 35px;
		width: auto;
	}
}

@media screen and (min-width: 1626px) {
	.header-wrapper .site-header .site-branding a img {
		margin-left: 0px;
	}
}

.header-wrapper .site-header .header-far-left {
	display: block;
	text-align: right;
	display: inline-block;
}

@media screen and (max-width: 800px) {
	.header-wrapper .site-header .header-far-left {
		display: none;
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 1024px) {
	.header-wrapper .site-header .header-far-left {
		width: 25%;
		float: right;
		margin: -1px 0 0 0;
	}
}

@media screen and (min-width: 1024px) {
	.header-wrapper .site-header .header-far-left {
		display: none;
	}
}

.header-wrapper .site-header .header-far-left button {
	color: white;
	background: #004C23;
	margin: -1px 0 0 0;
	width: 196px;
	height: 54px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08rem;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 800px) {
	.header-wrapper .site-header .header-far-left button {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.header-wrapper .site-header .header-far-left button {
		margin: -1px 3% 0 0;
	}
}

.header-wrapper .site-header .header-right {
	padding-top: 10px;
}

@media screen and (min-width: 1024px) {
	.header-wrapper .site-header .header-right {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) and (min-width: 992px) {
	.header-wrapper .site-header .header-right {
		float: left;
	}
}

.header-wrapper .site-header .header-far-right {
	display: none;
}

@media screen and (min-width: 1024px) {
	.header-wrapper .site-header .header-far-right {
		width: 25%;
		text-align: right;
		display: inline-block;
	}
}

@media screen and (min-width: 1024px) and (min-width: 992px) {
	.header-wrapper .site-header .header-far-right {
		float: left;
	}
}

.header-wrapper .site-header .header-far-right button {
	color: white;
	background: #404040;
	margin: -1px 0 0 0;
	width: 196px;
	height: 54px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08rem;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
	.header-wrapper .site-header .header-far-right button {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.header-wrapper .site-header .header-far-right button {
		font-size: .85rem;
		letter-spacing: 0rem;
		width: 166px;
		margin-right: 32px;
	}
}

@media screen and (min-width: 1063px) {
	.header-wrapper .site-header .header-far-right button {
		font-size: .85rem;
		letter-spacing: 0rem;
		width: 166px;
	}
}

@media screen and (min-width: 1157px) {
	.header-wrapper .site-header .header-far-right button {
		font-size: 0.95rem;
		letter-spacing: 0rem;
		width: 186px;
	}
}

@media screen and (min-width: 1410px) {
	.header-wrapper .site-header .header-far-right button {
		letter-spacing: 0.0rem;
		font-size: 19px;
		width: 196px;
	}
}

@media screen and (min-width: 1626px) {
	.header-wrapper .site-header .header-far-right button {
		letter-spacing: 0.07rem;
		font-size: 19px;
		width: 196px;
		margin: -1px 0 0 0;
	}
}

.header-wrapper .site-header .header-far-right button:hover {
	background: #004C23;
}

@media screen and (max-width: 800px) {
	.header-wrapper .site-header form.main-search {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.header-wrapper .site-header form.main-search {
		padding: 0 1%;
	}
}

@media screen and (max-width: 1024px) {
	.header-wrapper .site-header form.main-search {
		margin-bottom: 20px;
	}
}

.header-wrapper .site-header form.main-search div.search {
	position: relative;
}

.header-wrapper .site-header form.main-search div.search input[type="text"] {
	width: 100%;
	height: 40px;
	font-family: "segoe";
	font-style: italic;
	letter-spacing: 0.1rem;
	color: #989898;
	padding-left: 50px;
}

.header-wrapper .site-header form.main-search .fa-search:before {
	content: url("https://cjpia.org/wp-content/uploads/2019/02/Search-Icon-Grey-16x16.png");
}

.header-wrapper .site-header form.main-search .fa-search {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 10px;
	background: #F5F5F5;
	padding: 7px;
}

.slider-wrapper {
	position: relative;
	margin: 0 auto;
}

@media screen and (min-width: 992px) {
	.slider-wrapper {
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
## Header Menu
--------------------------------------------------------------*/
nav#site-navigation ul#primary-menu {
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: left;
	position: relative;
}

@media screen and (max-width: 800px) {
	nav#site-navigation ul#primary-menu {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	nav#site-navigation ul#primary-menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
}

nav#site-navigation ul#primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -999em;
	z-index: 20000;
}

nav#site-navigation ul#primary-menu li {
	display: inline-block;
	position: relative;
	text-align: left;
	line-height: 26px;
}

nav#site-navigation ul#primary-menu li:hover > ul {
	left: auto;
}

nav#site-navigation ul#primary-menu li li {
	display: block;
}

nav#site-navigation ul#primary-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

nav#site-navigation ul#primary-menu a {
	color: #004C23;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 30px 0px 10px 0px;
	font-family: "segoe";
	font-weight: bold;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	font-size: 1.20rem;
}

@media screen and (min-width: 1025px) {
	nav#site-navigation ul#primary-menu a {
		font-size: .85rem;
		letter-spacing: 0rem;
		padding: 30px 5px 0px 0px;
	}
}

@media screen and (min-width: 1063px) {
	nav#site-navigation ul#primary-menu a {
		font-size: .85rem;
		letter-spacing: 0rem;
		padding: 30px 5px 0px 0px;
	}
}

@media screen and (min-width: 1157px) {
	nav#site-navigation ul#primary-menu a {
		font-size: 0.95rem;
		letter-spacing: 0rem;
		padding: 30px 10px 0px 0px;
	}
}

@media screen and (min-width: 1410px) {
	nav#site-navigation ul#primary-menu a {
		padding: 30px 10px 0px 0px;
		letter-spacing: 0.0rem;
		font-size: 19px;
	}
}

@media screen and (min-width: 1596px) {
	nav#site-navigation ul#primary-menu a {
		padding: 30px 20px 0px 0px;
		letter-spacing: 0.07rem;
		font-size: 19px;
	}
}

nav#site-navigation ul#primary-menu ul {
	background-color: #004C23;
}

nav#site-navigation ul#primary-menu ul li {
	min-width: 200px;
}

nav#site-navigation ul#primary-menu ul li a {
	color: white;
	padding-left: 1rem;
	font-size: 18px;
	text-transform: capitalize;
	padding: 10px 20px 10px 20px;
}

nav#site-navigation ul#primary-menu ul li a:hover {
	color: #004C23;
	background: #E3E2C6;
}

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

.post,
.page {
	margin: 0 0 0em;
	padding-bottom: 50px;
}

body.page {
	padding-bottom: 0px;
}

.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;
}

.homepage-column-1 ul {
	padding-left: 9px !important;
}

.homepage-column-1 ul, .homepage-column-2 ul, .homepage-column-3 ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.homepage-column-1 ul li, .homepage-column-2 ul li, .homepage-column-3 ul li {
	margin-bottom: 20px;
	font-size: 16px;
	color: #434343;
}

.homepage-column-1 ul li a, .homepage-column-2 ul li a, .homepage-column-3 ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #434343;
}

.homepage-column-1 ul li a:hover, .homepage-column-2 ul li a:hover, .homepage-column-3 ul li a:hover {
	color: #989898;
}

.homepage-column-1 ul li a span.rpwwt-post-title, .homepage-column-2 ul li a span.rpwwt-post-title, .homepage-column-3 ul li a span.rpwwt-post-title {
	font-weight: bold;
}

.homepage-column-1 h2, .homepage-column-2 h2, .homepage-column-3 h2 {
	color: #004C23;
	font-size: 25px;
}

.left-column ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.left-column ul li {
	margin-bottom: 20px;
	font-size: 20px;
	color: #434343;
}

.left-column ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #434343;
}

.left-column ul li a:hover {
	color: #989898;
}

.left-column ul li a span.rpwwt-post-title {
	font-weight: bold;
}

.left-column h2 {
	color: #004C23;
	font-size: 25px;
}

.left-column-news a {
	color: #404040 !important;
	font-weight: normal !important;
	font-size: 16px !important;
}

.left-column-news a .newletter-cap {
	text-transform: uppercase;
}

.left-column-news ul li.left-column-news-archive {
	color: #004C23 !important;
	font-size: 25px;
	font-weight: bold;
}

.left-column-news ul li a.list-first-item {
	text-decoration: underline !important;
}

.left-column-news ul li a {
	text-decoration: none !important;
	font-weight: bold !important;
	color: #6F9868 !important;
	font-size: 20px !important;
}

.left-column-news ul li a:hover {
	color: #004C23 !important;
	text-decoration: underline !important;
}

.left-column-news ul li ul {
	padding-left: 20px;
}

.left-column-news ul li ul li {
	text-decoration: none !important;
}

.left-column-news ul li ul li a {
	font-size: 16px !important;
}

.right-column ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.right-column ul li {
	margin-bottom: 20px;
	font-size: 16px;
	color: #434343;
}

.right-column ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #434343;
}

.right-column ul li a:hover {
	color: #989898;
}

.right-column ul li a span.rpwwt-post-title {
	font-weight: bold;
}

.right-column h2 {
	color: #004C23;
	font-size: 25px;
	margin: 20.75px 0;
}

.right-column h3 {
	color: #004C23;
	font-size: 22px;
	margin: 0 0 20.75px 0;
}

@media screen and (min-width: 992px) {
	.homepage-column-1 {
		width: 16.66%;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	.homepage-column-1 {
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.homepage-column-spacer {
		width: 8.33%;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	.homepage-column-spacer {
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.homepage-column-2 {
		width: 25%;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	.homepage-column-2 {
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.homepage-column-3 {
		width: 41.65%;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	.homepage-column-3 {
		float: left;
	}
}

#primary.not-frontpage {
	margin-bottom: 200px;
}

#primary.not-frontpage::after {
	content: "";
	display: block;
	clear: both;
}

#primary .left-column {
	background: #F5F5F5;
	margin: 125px 26px 0 0;
}

#primary .left-column a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#primary .left-column a:hover {
	color: #000000;
}

#primary .left-column a:active {
	color: #76A46E;
}

#primary .left-column ul li a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
}

#primary .left-column ul li a:hover {
	color: #000000;
}

#primary .left-column ul li a:active {
	color: #76A46E;
}

@media screen and (min-width: 992px) {
	#primary .left-column {
		width: 23.725%;
		margin-top: 125px;
		margin-right: 1.7%;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary .left-column {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary .left-column > section {
		display: block !important;
	}
}

#primary .left-column span.sidebar-collapse {
	display: block;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 991px) {
	#primary .left-column span.sidebar-collapse {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	#primary .center-content {
		width: 49.15%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary .center-content {
		float: left;
	}
}

#primary .right-column {
	background: #F5F5F5;
}

#primary .right-column ul li a {
	color: #989898;
}

@media screen and (min-width: 992px) {
	#primary .right-column {
		width: 23.725%;
		margin-top: 125px;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary .right-column {
		float: left;
	}
}

@media screen and (max-width: 990px) {
	#primary-two.two-column-layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

@media screen and (max-width: 990px) {
	#primary-two.two-column-layout #left-column {
		-ms-flex-order: 2;
		    order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		width: 100%;
	}
	#primary-two.two-column-layout .center-content {
		-ms-flex-order: 1;
		    order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		width: 100%;
	}
	#primary-two.two-column-layout .right-column {
		-ms-flex-order: 3;
		    order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		width: 100%;
	}
}

#primary-two.two-column-layout .left-column {
	background: #F5F5F5;
	margin: 125px 26px 0 0;
}

#primary-two.two-column-layout .left-column a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#primary-two.two-column-layout .left-column a:hover {
	color: #000000;
}

#primary-two.two-column-layout .left-column a:active {
	color: #76A46E;
}

#primary-two.two-column-layout .left-column ul li a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
}

#primary-two.two-column-layout .left-column ul li a:hover {
	color: #000000;
}

#primary-two.two-column-layout .left-column ul li a:active {
	color: #76A46E;
}

@media screen and (min-width: 992px) {
	#primary-two.two-column-layout .left-column {
		width: 23.725%;
		margin-top: 125px;
		margin-right: 1.7%;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-two.two-column-layout .left-column {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-two.two-column-layout .left-column > section {
		display: block !important;
	}
}

#primary-two.two-column-layout .left-column span.sidebar-collapse {
	display: block;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 991px) {
	#primary-two.two-column-layout .left-column span.sidebar-collapse {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	#primary-two.two-column-layout .center-content {
		width: 73.32267%;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-two.two-column-layout .center-content {
		float: left;
	}
}

#primary-two.two-column-layout .right-column {
	background: #F5F5F5;
}

#primary-two.two-column-layout .right-column ul li a {
	color: #989898;
}

@media screen and (min-width: 992px) {
	#primary-two.two-column-layout .right-column {
		width: 23.725%;
		margin-top: 125px;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-two.two-column-layout .right-column {
		float: left;
	}
}

.newsletter-header-row .sidebar-outer-wrapper {
	position: relative;
	margin-bottom: 100px;
}

.newsletter-header-row .sidebar-outer-wrapper::after {
	content: "";
	clear: both;
}

@media screen and (min-width: 1200px) {
	.newsletter-header-row .sidebar-outer-wrapper {
		width: 23.725%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.newsletter-header-row .sidebar-outer-wrapper {
		float: left;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.newsletter-header-row .sidebar-outer-wrapper {
		width: 31.76077%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	.newsletter-header-row .sidebar-outer-wrapper {
		float: left;
	}
}

@media screen and (min-width: 1200px) {
	.newsletter-header-row .right-column-top {
		width: 73.32267%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.newsletter-header-row .right-column-top {
		float: right;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.newsletter-header-row .right-column-top {
		width: 65.03391%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	.newsletter-header-row .right-column-top {
		float: left;
	}
}

.newsletter-header-row .right-column-top header.entry-header {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.newsletter-header-row .right-column-top header.entry-header img {
	margin-right: 2rem;
}

.newsletter-header-row .right-column-top header.entry-header h2 {
	display: inline;
}

.newsletter-header-row .right-column-top header.entry-header a {
	text-decoration: none;
	color: #989898;
	margin-left: 2rem;
}

.newsletter-header-row .right-column-top header.entry-header .heading_open {
	color: #004C23;
}

.newsletter-header-row .right-column-top .inside-content {
	display: none;
}

.newsletter-header-row .right-column-top .inside-content::after {
	content: "";
	display: block;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.newsletter-header-row .right-column-top .inside-content .inside-left {
		width: 65.03391%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.newsletter-header-row .right-column-top .inside-content .inside-left {
		float: left;
	}
}

@media screen and (min-width: 1200px) {
	.newsletter-header-row .right-column-top .inside-content .inside-right {
		width: 32.19667%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.newsletter-header-row .right-column-top .inside-content .inside-right {
		float: right;
	}
}

.newsletter-header-row .right-column-top .inside-content .inside-right .inside-sidebar {
	background: #F5F5F5;
	padding: 2rem;
	margin-bottom: 2rem;
}

.newsletter-header-row .right-column-top .inside-content .inside-right .inside-sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.newsletter-header-row .right-column-top .inside-content .inside-right .inside-sidebar ul li {
	margin-bottom: 1rem;
}

.newsletter-header-row .right-column-top .inside-content .inside-right .inside-sidebar ul li a {
	color: #989898;
	font-size: 16px;
}

.newsletter-header-row .right-column-top .inside-content .inside-right .inside-sidebar a {
	text-decoration: none;
	color: #989898;
}

.site-content.newsletter-2000 h1 {
	margin: 0 0 !important;
	padding-top: 0;
	line-height: 30px;
}

.site-content.newsletter-2000 .newsletter-header-row .sidebar-outer-wrapper {
	margin-bottom: 10px !important;
}

.site-content.newsletter-2000 .newsletter-header-row .sidebar-outer-wrapper .breadcrumbs-search p {
	margin-top: 0;
	margin-bottom: 1rem !important;
}

.site-content.newsletter-2000 .newsletter-header-row .right-column-top img {
	margin-left: 8%;
	margin-bottom: 40px;
}

.breadcrumbs-search p#breadcrumbs {
	margin-top: 0px;
	margin-bottom: 1.5rem;
}

.breadcrumbs-search p#breadcrumbs span {
	color: #989898;
	font-size: 16px;
}

.breadcrumbs-search p#breadcrumbs span span a {
	color: #989898;
	text-decoration: none;
	font-size: 16px;
}

.breadcrumbs-search p#breadcrumbs a {
	color: #989898;
	text-decoration: none;
	font-size: 16px;
}

.breadcrumbs-search ul {
	padding: 10px 0px;
	list-style: none;
	margin: 0 0;
}

.breadcrumbs-search ul li {
	display: inline;
	font-size: 16px;
}

.breadcrumbs-search ul li a {
	color: #989898;
	text-decoration: none;
	font-size: 16px;
}

.breadcrumbs-search ul li + li:before {
	padding: 8px;
	color: black;
	content: ">";
	color: #989898;
	font-size: 0.875rem;
}

.single-newsletters h1 {
	margin: 0 0 !important;
	padding-top: 0;
	line-height: 30px;
}

#primary-two.newsletter-2000 #left-column {
	margin-top: 50px !important;
}

#primary-two.newsletter-2000 .center-content {
	margin-top: 50px !important;
}

#primary-two.newsletter-2000 .center-content .newsletter-headings {
	color: white;
	font-size: 20px;
	padding: .2rem 1rem;
	background: #7D88B8;
}

#primary-two.newsletter-2000 .center-content .news-worthy-heading {
	background: #146496;
}

#primary-two.newsletter-2000 .center-content .coverage-matters-heading {
	background: #7D88B8;
}

#primary-two.newsletter-2000 .center-content .legislative-update-heading {
	background: #D0812B;
}

#primary-two.newsletter-2000 .center-content .risk-solutions-heading {
	background: #5D0B0F;
}

#primary-two.newsletter-2000 .center-content .re-members-heading {
	background: #867363;
}

#primary-two.newsletter-2000 .center-content .pro-files-heading {
	background: #6F9868;
}

#primary-two.newsletter-2000 .center-content .the-court-report-heading {
	background: #013752;
}

#primary-two.newsletter-2000 .center-content .newsletter-single img.featured-image-newsletter {
	width: 513px !important;
	height: auto;
	float: right;
	margin-left: 1.5em;
}

#primary-two.newsletter-2000 .center-content .newsletter-single span.newsletter-single-excerpt a.read-more-less {
	display: none;
}

#primary-two.newsletter-2000 .center-content .newsletter-single small.newsletter-author {
	display: block;
	font-size: 1rem;
	font-family: "segoe";
}

#primary-two.newsletter-2000 .center-content .newsletter-single a {
	color: #867367;
	text-decoration: underline;
	font-weight: bold !important;
}

#primary-two.newsletter-2000 .center-content .newsletter_item {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 3px solid #DCDDDE;
}

#primary-two.newsletter-2000 .center-content .newsletter_item .absolute-read-more {
	position: absolute !important;
	bottom: 0;
	width: 100%;
}

#primary-two.newsletter-2000 .center-content .newsletter_item img.newsletter-featured {
	float: left;
	width: 378px;
	height: auto;
}

#primary-two.newsletter-2000 .center-content .newsletter_item h3 {
	display: inline;
	text-decoration: none;
	color: #867363;
	font-size: 20px;
}

#primary-two.newsletter-2000 .center-content .newsletter_item h3 a {
	text-decoration: none;
	color: #867363;
	font-size: 20px;
}

#primary-two.newsletter-2000 .center-content .newsletter_item:after {
	content: "";
	display: block;
	clear: both;
}

#primary-two.newsletter-2000 .center-content .newsletter_item a.archive-newsletter-print {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #444444;
	text-decoration: none;
}

#primary-two.newsletter-2000 .center-content .newsletter_item small.newletter-author {
	display: block;
	margin-top: 1rem;
	font-size: 1rem;
}

#primary-two.newsletter-2000 .center-content .newsletter_item a.back-to-full-issue {
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

#primary-two.newsletter-2000 .center-content .newsletter_item .read-more-less {
	display: inline-block;
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

#primary-two-right.two-column-layout .left-column {
	background: #F5F5F5;
	margin: 125px 26px 0 0;
}

#primary-two-right.two-column-layout .left-column a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#primary-two-right.two-column-layout .left-column a:hover {
	color: #000000;
}

#primary-two-right.two-column-layout .left-column a:active {
	color: #76A46E;
}

#primary-two-right.two-column-layout .left-column ul li a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
}

#primary-two-right.two-column-layout .left-column ul li a:hover {
	color: #000000;
}

#primary-two-right.two-column-layout .left-column ul li a:active {
	color: #76A46E;
}

@media screen and (min-width: 992px) {
	#primary-two-right.two-column-layout .left-column {
		width: 23.725%;
		margin-top: 125px;
		margin-right: 1.7%;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-two-right.two-column-layout .left-column {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-two-right.two-column-layout .left-column > section {
		display: block !important;
	}
}

#primary-two-right.two-column-layout .left-column span.sidebar-collapse {
	display: block;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 991px) {
	#primary-two-right.two-column-layout .left-column span.sidebar-collapse {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	#primary-two-right.two-column-layout .center-content {
		width: 66.66%;
		padding-right: 1.7%;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-two-right.two-column-layout .center-content {
		float: left;
	}
}

#primary-two-right.two-column-layout .right-column {
	background: #F5F5F5;
}

#primary-two-right.two-column-layout .right-column ul li a {
	color: #989898;
}

@media screen and (min-width: 992px) {
	#primary-two-right.two-column-layout .right-column {
		width: 23.725%;
		margin-top: 125px;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-two-right.two-column-layout .right-column {
		float: left;
	}
}

#primary-three.three-column-fixed .sidebar-outer-wrapper {
	position: relative;
	margin-bottom: 100px;
}

#primary-three.three-column-fixed .sidebar-outer-wrapper::after {
	content: "";
	clear: both;
}

@media screen and (min-width: 1200px) {
	#primary-three.three-column-fixed .sidebar-outer-wrapper {
		width: 23.725%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-three.three-column-fixed .sidebar-outer-wrapper {
		float: left;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	#primary-three.three-column-fixed .sidebar-outer-wrapper {
		width: 31.76077%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	#primary-three.three-column-fixed .sidebar-outer-wrapper {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-three.three-column-fixed .sidebar-outer-wrapper {
		min-height: 2000px;
	}
}

@media screen and (min-width: 991px) {
	#primary-three.three-column-fixed #left-column {
		position: -webkit-sticky;
		position: sticky;
	}
}

#primary-three.three-column-layout .left-column {
	background: #F5F5F5;
	margin: 125px 26px 0 0;
}

#primary-three.three-column-layout .left-column a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#primary-three.three-column-layout .left-column a:hover {
	color: #000000;
}

#primary-three.three-column-layout .left-column a:active {
	color: #76A46E;
}

#primary-three.three-column-layout .left-column ul li a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
}

#primary-three.three-column-layout .left-column ul li a:hover {
	color: #000000;
}

#primary-three.three-column-layout .left-column ul li a:active {
	color: #76A46E;
}

@media screen and (min-width: 992px) {
	#primary-three.three-column-layout .left-column {
		width: 23.725%;
		margin-top: 125px;
		margin-right: 1.7%;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-three.three-column-layout .left-column {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-three.three-column-layout .left-column > section {
		display: block !important;
	}
}

#primary-three.three-column-layout .left-column span.sidebar-collapse {
	display: block;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 991px) {
	#primary-three.three-column-layout .left-column span.sidebar-collapse {
		display: none;
	}
}

#primary-three.three-column-layout #left-column.search-left-column {
	padding: 0;
}

#primary-three.three-column-layout #left-column.search-left-column section {
	background: #f5f5f5;
	margin-bottom: 50px;
	padding: 2rem;
}

#primary-three.three-column-layout #left-column.search-left-column section h2 {
	line-height: 2.5rem;
}

#primary-three.three-column-layout #left-column.search-left-column section#section-1 div.entry-content {
	border: none !important;
}

#primary-three.three-column-layout #left-column.search-left-column section#section-1 div.entry-content ul li {
	background-image: url(/wp-juve/images/Classrooms-Icon-Green-24x21.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
	padding-left: 30px;
}

#primary-three.three-column-layout #left-column.search-left-column section#section-1 div.entry-content ul li a {
	font-size: 16px !important;
}

#primary-three.three-column-layout #left-column.search-left-column section#section-2 div.entry-content {
	border: none !important;
}

#primary-three.three-column-layout #left-column.search-left-column section#section-2 div.entry-content div.library-item {
	border: none !important;
}

#primary-three.three-column-layout #left-column.search-left-column section#section-2 div.entry-content div.library-item h3 a {
	font-weight: bold !important;
	color: #76A46E !important;
	font-size: 16px !important;
}

#primary-three.three-column-layout #left-column.search-left-column section#section-2 div.entry-content div.library-item h3 a i {
	color: #76A46E !important;
}

@media screen and (min-width: 1200px) {
	#primary-three.three-column-layout .center-content {
		width: 49.15%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-three.three-column-layout .center-content {
		float: left;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	#primary-three.three-column-layout .center-content {
		width: 65.03391%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	#primary-three.three-column-layout .center-content {
		float: left;
	}
}

#primary-three.three-column-layout .center-content .entry-content {
	border-bottom: none;
}

#primary-three.three-column-layout .right-column {
	background: #F5F5F5;
}

#primary-three.three-column-layout .right-column ul li a {
	color: #989898;
}

@media screen and (min-width: 992px) {
	#primary-three.three-column-layout .right-column {
		width: 23.725%;
		margin-top: 125px;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-three.three-column-layout .right-column {
		float: left;
	}
}

#primary-three.three-column-layout .search-item.page {
	padding-bottom: 0 !important;
}

#primary-three.three-column-layout .search-item {
	border-bottom: 2px solid #a5a5a5;
}

#primary-three.three-column-layout .search-item h3 {
	color: #80ab79;
	margin-bottom: 0;
}

#primary-three.three-column-layout .search-item h3:first-child {
	margin-top: 0;
}

#primary-three.three-column-layout .search-item h3 a {
	text-decoration: none;
}

#primary-three.three-column-layout .search-item .entry-content > a {
	display: none;
}

#primary-three.three-column-layout nav.navigation {
	margin: 20px auto;
	text-align: center;
}

#primary-three.three-column-layout nav.navigation .page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 2px solid #e3e3e3;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	color: #80ab79;
}

#primary-three.three-column-layout nav.navigation .current {
	color: white;
	background: #004C23;
	border: 2px solid #004C23;
}

@media screen and (max-width: 990px) {
	#primary-four.three-column-layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

@media screen and (max-width: 990px) {
	#primary-four.three-column-layout #left-column {
		-ms-flex-order: 2;
		    order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		width: 100%;
	}
	#primary-four.three-column-layout .center-content {
		-ms-flex-order: 1;
		    order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		width: 100%;
	}
	#primary-four.three-column-layout .right-column {
		-ms-flex-order: 3;
		    order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		width: 100%;
	}
}

#primary-four.three-column-layout .left-column {
	background: #F5F5F5;
	margin: 125px 26px 0 0;
}

#primary-four.three-column-layout .left-column a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#primary-four.three-column-layout .left-column a:hover {
	color: #000000;
}

#primary-four.three-column-layout .left-column a:active {
	color: #76A46E;
}

#primary-four.three-column-layout .left-column ul li a {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
}

#primary-four.three-column-layout .left-column ul li a:hover {
	color: #000000;
}

#primary-four.three-column-layout .left-column ul li a:active {
	color: #76A46E;
}

@media screen and (min-width: 992px) {
	#primary-four.three-column-layout .left-column {
		width: 23.725%;
		margin-top: 125px;
		margin-right: 1.7%;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-four.three-column-layout .left-column {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .left-column > section {
		display: block !important;
	}
}

#primary-four.three-column-layout .left-column span.sidebar-collapse {
	display: block;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .left-column span.sidebar-collapse {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	#primary-four.three-column-layout .center-content {
		width: 49.15%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-four.three-column-layout .center-content {
		float: left;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	#primary-four.three-column-layout .center-content {
		width: 65.03391%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	#primary-four.three-column-layout .center-content {
		float: left;
	}
}

#primary-four.three-column-layout .center-content .newsletter-banner {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 9px;
	padding-bottom: 0px;
}

#primary-four.three-column-layout .center-content .newsletter_row_1::after {
	display: block;
	width: 100%;
	content: "";
	clear: both;
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .center-content .newsletter_row_1 {
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .center-content .newsletter_row_1 .newsletter_item {
		width: 45.33617%;
	}
}

@media screen and (min-width: 991px) and (min-width: 992px) {
	#primary-four.three-column-layout .center-content .newsletter_row_1 .newsletter_item {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .center-content .newsletter_row_1 .newsletter_item:first-child {
		margin-right: 8%;
	}
}

#primary-four.three-column-layout .center-content .newsletter_row_1 .newsletter_item a {
	display: block;
	width: 100%;
	max-width: 315px;
	border: none;
	background-color: #6F9868;
	color: white !important;
	padding: 7.5px 5%;
	text-decoration: none !important;
	font-weight: bold !important;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto 10px;
	font-size: 16px !important;
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .center-content .newsletter_row_2 .newsletter_item {
		width: 45.33617%;
	}
}

@media screen and (min-width: 991px) and (min-width: 992px) {
	#primary-four.three-column-layout .center-content .newsletter_row_2 .newsletter_item {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .center-content .newsletter_row_2 .newsletter_item:first-child {
		margin-right: 8%;
	}
}

#primary-four.three-column-layout .center-content .newsletter_row_2 .newsletter_item a {
	display: block;
	width: 100%;
	max-width: 315px;
	border: none;
	background-color: #6F9868;
	color: white !important;
	padding: 7.5px 5%;
	text-decoration: none !important;
	font-weight: bold !important;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto 10px;
	font-size: 16px !important;
}

@media screen and (min-width: 991px) {
	#primary-four.three-column-layout .center-content .newsletter_row_2 .newsletter_item.last_third {
		width: 45.33617%;
		margin-left: 26.5%;
	}
}

@media screen and (min-width: 991px) and (min-width: 992px) {
	#primary-four.three-column-layout .center-content .newsletter_row_2 .newsletter_item.last_third {
		float: left;
	}
}

#primary-four.three-column-layout .right-column {
	background: #F5F5F5;
}

#primary-four.three-column-layout .right-column ul li a {
	color: #989898;
}

@media screen and (min-width: 992px) {
	#primary-four.three-column-layout .right-column {
		width: 23.725%;
		margin-top: 125px;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-four.three-column-layout .right-column {
		float: left;
	}
}

.newsletter-content h2::before {
	display: block;
	content: " ";
	margin-top: -255px;
	height: 255px;
	visibility: hidden;
	pointer-events: none;
}

#primary-five.two-column-layout::after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

#primary-five.two-column-layout .sidebar-outer-wrapper {
	position: relative;
	margin-bottom: 100px;
}

#primary-five.two-column-layout .sidebar-outer-wrapper::after {
	content: "";
	clear: both;
}

@media screen and (min-width: 1200px) {
	#primary-five.two-column-layout .sidebar-outer-wrapper {
		width: 23.725%;
		margin-top: 125px;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-five.two-column-layout .sidebar-outer-wrapper {
		float: left;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	#primary-five.two-column-layout .sidebar-outer-wrapper {
		width: 31.76077%;
		margin-top: 125px;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	#primary-five.two-column-layout .sidebar-outer-wrapper {
		float: left;
	}
}

@media screen and (min-width: 991px) {
	#primary-five.two-column-layout .sidebar-outer-wrapper {
		min-height: 1000px;
	}
}

#primary-five.two-column-layout .left-column {
	background: #F5F5F5;
}

@media screen and (min-width: 800px) {
	#primary-five.two-column-layout .left-column {
		margin: 0px 26px 0 0;
	}
}

#primary-five.two-column-layout .left-column ul li a {
	font-size: 16px;
	color: #404040;
}

#primary-five.two-column-layout .left-column ul li a:hover {
	color: #989898;
}

@media screen and (min-width: 1200px) {
	#primary-five.two-column-layout .left-column {
		padding: 2rem;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	#primary-five.two-column-layout .left-column {
		padding: 2rem;
	}
}

@media screen and (min-width: 991px) {
	#primary-five.two-column-layout .left-column {
		position: -webkit-sticky;
		position: sticky;
	}
}

@media screen and (min-width: 991px) {
	#primary-five.two-column-layout .left-column > section {
		display: block !important;
	}
}

#primary-five.two-column-layout .left-column span.sidebar-collapse {
	display: block;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 991px) {
	#primary-five.two-column-layout .left-column span.sidebar-collapse {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	#primary-five.two-column-layout .center-content {
		width: 73.32267%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-five.two-column-layout .center-content {
		float: right;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	#primary-five.two-column-layout .center-content {
		width: 65.03391%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
	#primary-five.two-column-layout .center-content {
		float: left;
	}
}

#primary-five.two-column-layout .center-content header.entry-header {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#primary-five.two-column-layout .center-content header.entry-header img {
	margin-right: 2rem;
}

#primary-five.two-column-layout .center-content header.entry-header h2 {
	display: inline;
}

#primary-five.two-column-layout .center-content header.entry-header a {
	text-decoration: none;
	color: #989898;
	margin-left: 2rem;
}

#primary-five.two-column-layout .center-content header.entry-header .heading_open {
	color: #004C23;
}

#primary-five.two-column-layout .center-content .inside-content {
	display: none;
}

#primary-five.two-column-layout .center-content .inside-content::after {
	content: "";
	display: block;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	#primary-five.two-column-layout .center-content .inside-content .inside-left {
		width: 65.03391%;
		margin-right: 1.7%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-five.two-column-layout .center-content .inside-content .inside-left {
		float: left;
	}
}

@media screen and (min-width: 1200px) {
	#primary-five.two-column-layout .center-content .inside-content .inside-right {
		width: 32.19667%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-five.two-column-layout .center-content .inside-content .inside-right {
		float: right;
	}
}

#primary-five.two-column-layout .center-content .inside-content .inside-right .inside-sidebar {
	background: #F5F5F5;
	padding: 2rem;
	margin-bottom: 2rem;
}

#primary-five.two-column-layout .center-content .inside-content .inside-right .inside-sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#primary-five.two-column-layout .center-content .inside-content .inside-right .inside-sidebar ul li {
	margin-bottom: 1rem;
}

#primary-five.two-column-layout .center-content .inside-content .inside-right .inside-sidebar ul li a {
	color: #989898;
	font-size: 16px;
}

#primary-five.two-column-layout .center-content .inside-content .inside-right .inside-sidebar a {
	text-decoration: none;
	color: #989898;
}

#primary-five.two-column-layout .right-column {
	background: #F5F5F5;
}

#primary-five.two-column-layout .right-column ul li a {
	color: #989898;
}

@media screen and (min-width: 992px) {
	#primary-five.two-column-layout .right-column {
		width: 23.725%;
		margin-top: 125px;
		padding: 2rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	#primary-five.two-column-layout .right-column {
		float: left;
	}
}

#content.rmef-page {
	width: 100% !important;
	max-width: 100%;
}

.rmef-max-width {
	max-width: 1596px;
	margin: auto;
}

#primary-fullwidth.fullwidth-layout p {
	font-size: 16px;
	color: black;
	line-height: 24px;
}

#primary-fullwidth.fullwidth-layout .center-content {
	width: 100%;
}

#primary-fullwidth.fullwidth-layout .rmef_row_1 {
	width: 85%;
	margin: 81px auto;
}

#primary-fullwidth.fullwidth-layout .rmef_row_1::after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

#primary-fullwidth.fullwidth-layout .rmef_row_1 .one_third_col_1 {
	padding: 1%;
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_1 .one_third_col_1 {
		width: 18.64%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_1 .one_third_col_1 {
		float: left;
	}
}

#primary-fullwidth.fullwidth-layout .rmef_row_1 .one_third_col_1 h2 {
	font-size: 36px;
	line-height: 48px;
	color: black;
}

#primary-fullwidth.fullwidth-layout .rmef_row_1 .one_third_col_2 {
	padding: 0 3%;
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_1 .one_third_col_2 {
		width: 38.3425%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_1 .one_third_col_2 {
		float: left;
	}
}

#primary-fullwidth.fullwidth-layout .rmef_row_2 {
	width: 85%;
	margin: 81px auto;
}

#primary-fullwidth.fullwidth-layout .rmef_row_2::after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

#primary-fullwidth.fullwidth-layout .rmef_row_2 .one_half {
	padding: 1%;
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_2 .one_half {
		width: 49.15%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_2 .one_half {
		float: left;
	}
}

#primary-fullwidth.fullwidth-layout .rmef_row_2 .one_half:last-child {
	padding: 0 3%;
}

#primary-fullwidth.fullwidth-layout .rmef_row_middle_outer_left {
	background: #E9B50D;
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_middle_outer_left {
		width: 66.66%;
		border-right: 5px solid white;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_middle_outer_left {
		float: left;
	}
}

#primary-fullwidth.fullwidth-layout .rmef_row_middle_outer_left::after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_middle_outer_right {
		width: 33.33%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_middle_outer_right {
		float: left;
	}
}

#primary-fullwidth.fullwidth-layout .rmef_row_middle_outer_right::after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

#primary-fullwidth.fullwidth-layout .rmef_row_middle::after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}

#primary-fullwidth.fullwidth-layout .rmef_row_middle h3 {
	margin-top: 0;
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_middle .two_thirds {
		width: 50%;
		margin: 0px auto;
	}
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_middle .one_third {
		margin: 0px auto;
	}
}

#primary-fullwidth.fullwidth-layout .rmef_row_middle .one_third .one_third_top {
	background-color: #989898;
}

@media screen and (min-width: 1200px) {
	#primary-fullwidth.fullwidth-layout .rmef_row_middle .one_third .one_third_top {
		border-bottom: 5px solid white;
	}
}

#primary-fullwidth.fullwidth-layout .rmef_row_middle .one_third .one_third_bottom {
	background-color: green;
}

.clear-float::after {
	width: 100%;
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 1200px) {
	#regional-risk-managers.single-column-layout .manager_half {
		width: 49.15%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#regional-risk-managers.single-column-layout .manager_half {
		float: left;
	}
}

#regional-risk-managers.single-column-layout .column_1 .manager_about p {
	margin-right: 100px;
}

@media screen and (min-width: 1200px) {
	#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_one_third {
		width: 31.76077%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_one_third {
		float: left;
	}
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_one_third .manager_pic {
	width: 100%;
	max-width: 200px;
	margin-top: 1em;
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third {
	padding: 0 .5em;
}

@media screen and (min-width: 1200px) {
	#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third {
		width: 65.03391%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third {
		float: left;
	}
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third .table_row {
	display: table;
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third .table_row .table_cell {
	display: table-cell;
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third .table_row .table_cell span.manager_left {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	line-height: 1.125rem;
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third h2 {
	margin-top: 1em;
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#regional-risk-managers.single-column-layout .column_1 .manager_half .manager_two_third .manager_about {
	padding: 0 .5em 0 0;
}

#regional-risk-managers.single-column-layout .column_2 {
	padding-bottom: 1rem;
}

#regional-risk-managers.single-column-layout .column_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 2;
}

#regional-risk-managers.single-column-layout .column_2 ul li {
	list-style-type: none;
}

.staff_group {
	margin: 16px 0 40px 0 !important;
	color: #989898 !important;
	text-transform: uppercase;
	font-size: 20px !important;
}

.staff_row {
	margin-bottom: 40px;
}

.staff_row::after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.staff_row .staff_about {
	clear: both;
}

@media screen and (min-width: 1200px) {
	.staff_row .staff_one_third_column {
		width: 31.76077%;
		padding-right: 5rem;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.staff_row .staff_one_third_column {
		float: left;
	}
}

.staff_row .staff_one_third_column .staff_top_wrapper {
	min-height: 250px;
}

.staff_row .staff_one_third_column .staff_top_wrapper::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.staff_row .staff_one_third_column .staff_one_third {
		width: 31.76077%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.staff_row .staff_one_third_column .staff_one_third {
		float: left;
	}
}

.staff_row .staff_one_third_column .staff_one_third img {
	width: 100%;
	max-width: 200px;
}

@media screen and (min-width: 1200px) {
	.staff_row .staff_one_third_column .staff_two_third {
		width: 65.03391%;
		padding-left: 2rem;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.staff_row .staff_one_third_column .staff_two_third {
		float: left;
	}
}

.staff_row .staff_one_third_column .staff_two_third h2 {
	color: #215832 !important;
	font-size: 25px;
	line-height: 25px;
}

.staff_row .staff_one_third_column .staff_two_third .staff_title {
	margin-top: 20px;
	color: #9A8B7D;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (min-width: 1200px) {
	.staff_row .staff_one_third_column .staff_two_third .staff_title {
		margin-bottom: 50px;
	}
}

.staff_row .staff_one_third_column .staff_two_third .staff_phone {
	margin-bottom: 0;
}

.staff_row .staff_one_third_column .staff_two_third .staff_email a {
	font-weight: normal !important;
	color: #76A46E;
	font-size: 16px !important;
	text-decoration: none;
}

.staff_row .staff_one_third_column .staff_two_third .staff_email a img {
	margin-right: 5px;
}

.staff_row .staff_one_third_column .staff_two_third .staff_email a:hover {
	color: #004C23;
}

.search-wrapper .breadcrumbs-search p#breadcrumbs span, .site-main .breadcrumbs-search p#breadcrumbs span {
	color: #989898;
	font-size: 16px;
}

.search-wrapper .breadcrumbs-search p#breadcrumbs span span a, .site-main .breadcrumbs-search p#breadcrumbs span span a {
	color: #989898;
	text-decoration: none;
	font-size: 16px;
}

.search-wrapper .breadcrumbs-search p#breadcrumbs a, .site-main .breadcrumbs-search p#breadcrumbs a {
	color: #989898;
	text-decoration: none;
	font-size: 16px;
}

.search-wrapper .breadcrumbs-search ul, .site-main .breadcrumbs-search ul {
	padding: 10px 0px;
	list-style: none;
	margin: 0 0;
}

.search-wrapper .breadcrumbs-search ul li, .site-main .breadcrumbs-search ul li {
	display: inline;
	font-size: 16px;
}

.search-wrapper .breadcrumbs-search ul li a, .site-main .breadcrumbs-search ul li a {
	color: #989898;
	text-decoration: none;
	font-size: 16px;
}

.search-wrapper .breadcrumbs-search ul li + li:before, .site-main .breadcrumbs-search ul li + li:before {
	padding: 8px;
	color: black;
	content: ">";
	color: #989898;
	font-size: 0.875rem;
}

.search-wrapper .search-heading div.search-stats, .site-main .search-heading div.search-stats {
	display: inline-block;
	width: 25%;
}

.search-wrapper .search-heading nav.navigation, .site-main .search-heading nav.navigation {
	display: inline-block;
	width: 74%;
	text-align: right !important;
}

.search-wrapper .search-heading small, .site-main .search-heading small {
	display: block;
	clear: both;
	font-size: 16px;
}

.search-wrapper .search-heading h1, .site-main .search-heading h1 {
	font-size: 30px;
	color: #004C23;
	margin: 0;
}

.search-wrapper .search-heading h1 span.newletter-cap, .site-main .search-heading h1 span.newletter-cap {
	text-transform: uppercase;
}

.search-wrapper .search-heading ul, .site-main .search-heading ul {
	padding: 0px 0px;
	list-style: none;
	margin: 7px 0 0 2rem;
	float: left;
}

.search-wrapper .search-heading ul li, .site-main .search-heading ul li {
	display: inline;
	font-size: 16px;
}

.search-wrapper .search-heading ul li a, .site-main .search-heading ul li a {
	color: #9A8B7D;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
}

.search-wrapper .search-heading ul li + li:before, .site-main .search-heading ul li + li:before {
	padding: 8px;
	color: black;
	content: " | ";
	color: #9A8B7D;
	font-weight: bold;
	font-size: 1rem;
}

.search-wrapper::after, .site-main::after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.cjpia-custom-content hr {
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #989898;
	height: 0;
}

.cjpia-custom-content h2 {
	margin: 0;
	padding: 0;
	line-height: 1.125rem;
	font-size: 25px;
	color: #004C23;
}

.cjpia-custom-content h2 a {
	font-size: 25;
	color: #76A46E;
	text-decoration: none;
}

.cjpia-custom-content .entry-content {
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #989898;
}

@media screen and (max-width: 992px) {
	.cjpia-custom-content .entry-content {
		margin: 0;
	}
}

.cjpia-custom-content .entry-content p {
	margin: 0 0 1.563rem 0;
	font-size: 16px;
	color: black;
}

.cjpia-custom-content .entry-content ul li {
	font-size: 16px;
	color: black;
}

.cjpia-custom-content .entry-content ol li {
	font-size: 16px;
	color: black;
}

.cjpia-custom-content .entry-content h3 a {
	font-size: 22px;
	color: #76A46E;
	text-decoration: none;
	font-weight: bold;
}

.cjpia-custom-content .entry-content a {
	font-weight: normal !important;
	color: #76A46E;
	font-size: 16px;
	text-decoration: none;
}

.cjpia-custom-content .entry-content a img {
	margin-right: 5px;
}

.cjpia-custom-content .entry-content a:hover {
	color: #004C23;
}

.cjpia-custom-content .page {
	margin: 0 0 1rem 0;
}

.search-wrapper hr {
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #989898;
	height: 0;
}

.search-wrapper h2 {
	margin: 0;
	padding: 0;
	line-height: 1.125rem;
}

.search-wrapper h2 a {
	font-size: 1.125rem;
	color: #004C23;
	text-decoration: none;
}

.search-wrapper .entry-content {
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #989898;
}

.search-wrapper .entry-content p {
	margin: 0 0 1.563rem 0;
}

.search-wrapper .page {
	margin: 0 0 1rem 0;
}

.alternate-page-wrapper {
	max-width: 100% !important;
}

@media screen and (max-width: 1596px) {
	.alternate-page-wrapper {
		margin-left: 32px;
	}
}

.alternate_row {
	background-color: #E3E2C6;
}

.alternate_row::after {
	display: block;
	content: "";
	clear: both;
}

.alternate_row .alternate-inner {
	margin: auto;
}

@media screen and (min-width: 1200px) {
	.alternate_row .alternate-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.alternate_row .alternate-inner div {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.alternate_row .alternate-inner img {
	width: 100%;
}

.alternate_row .one_third {
	display: block;
	float: none;
}

@media screen and (min-width: 1200px) {
	.alternate_row .one_third {
		width: 33.33%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.alternate_row .one_third {
		float: left;
	}
}

@media screen and (max-width: 1200px) {
	.alternate_row .one_third {
		margin-left: 7%;
		margin-right: 7%;
	}
}

.alternate_row .one_third p {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 626px) {
	.alternate_row .one_third p {
		padding: 7% 0% 7% 0%;
	}
}

@media screen and (min-width: 627px) {
	.alternate_row .one_third p {
		padding: 3% 0% 3% 0%;
	}
}

@media screen and (min-width: 1200px) {
	.alternate_row .one_third p {
		padding: 0;
		margin: 7% 7% 7% 7%;
	}
}

@media screen and (min-width: 1596px) {
	.alternate_row .one_third.odd_row p {
		margin: 50px 100px 50px 0px;
	}
}

@media screen and (max-width: 800px) {
	.alternate_row .one_third.even_row {
		margin-left: 7%;
		margin-right: 7%;
	}
}

@media screen and (min-width: 1596px) {
	.alternate_row .one_third.even_row p {
		margin: 50px 0 50px 100px;
	}
}

.alternate_row .two_third {
	display: block;
	float: none;
	background-size: cover;
}

@media screen and (min-width: 1200px) {
	.alternate_row .two_third {
		width: 66.66%;
	}
}

@media screen and (min-width: 1200px) and (min-width: 992px) {
	.alternate_row .two_third {
		float: left;
	}
}

.alternate_row .two_third img.alt_page_img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.alternate_row .two_third img.alt_page_img {
		display: none;
	}
}

.sidebar-link-active {
	color: #76A46E !important;
}

.toggle-programs-fi {
	margin-left: 32px !important;
	font-size: 16px !important;
	text-decoration: none !important;
	color: #989898 !important;
}

.entry-content-fi {
	display: none;
}

@media screen and (max-width: 990px) {
	#primary-three {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

@media screen and (max-width: 990px) {
	#primary-three #left-column {
		-ms-flex-order: 2;
		    order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		width: 100%;
	}
	#primary-three .center-content {
		-ms-flex-order: 1;
		    order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		width: 100%;
	}
	#primary-three .right-column {
		-ms-flex-order: 3;
		    order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		width: 100%;
	}
}

#primary-three ul.catalog-unordered-list li {
	font-size: 22px !important;
	font-weight: bold !important;
	color: #76A46E !important;
}

#primary-three ul.catalog-unordered-list li a {
	font-size: 22px !important;
	font-weight: bold !important;
	color: #76A46E !important;
	text-decoration: none;
}

#primary-three ul.catalog-unordered-list li a:hover {
	color: #004C23 !important;
}

#primary-three div.library-item {
	border-bottom: 3px solid #989898;
}

#primary-three div.library-item h3 {
	margin-bottom: 0;
}

#primary-three div.library-item p.library-category {
	margin: 0;
	font-size: 16px;
	color: #989898;
}

#primary-three div.library-item .icon-lock {
	background: url("/wp-content/uploads/2019/09/secure-lock.png");
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#primary-three div.library-item .icon-1-4 {
	background: url("/wp-content/uploads/2019/09/1-4.png");
	width: 40px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#primary-three div.library-item .icon-2-4 {
	background: url("/wp-content/uploads/2019/09/2-4.png");
	width: 40px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#primary-three div.library-item .icon-3-4 {
	background: url("/wp-content/uploads/2019/09/3-4.png");
	width: 40px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#primary-three div.library-item .icon-4-4 {
	background: url("/wp-content/uploads/2019/09/4-4.png");
	width: 40px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.widget.widget_xyz_insert_php_widget input[name="keysearch"], .widget.widget_xyz_insert_php_widget select {
	width: 100%;
	height: 40px;
	font-family: "segoe";
	font-style: italic;
	letter-spacing: 0.1rem;
	color: #989898;
}

.widget.widget_xyz_insert_php_widget select {
	border-radius: 6px;
}

.widget.widget_xyz_insert_php_widget input[type="submit"] {
	display: block;
	width: 100%;
	border: none;
	background-color: #6F9868;
	color: white;
	padding: 7.5px 10%;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto 10px;
	font-size: 16px;
	line-height: 1.5;
}

.widget.widget_xyz_insert_php_widget div.search {
	position: relative;
}

.widget.widget_xyz_insert_php_widget div.search i {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 19px;
	padding: 7px;
	color: #989898;
}

div.catalog-form-box {
	width: 50%;
}

div.catalog-form-box input[name="keysearch"], div.catalog-form-box select {
	width: 100%;
	height: 40px;
	font-family: "segoe";
	font-style: italic;
	letter-spacing: 0.1rem;
	color: #989898;
	margin-bottom: 15px;
}

div.catalog-form-box input[type="submit"] {
	display: block;
	width: 100%;
	border: none;
	background-color: #6F9868;
	color: white;
	padding: 7.5px 10%;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto 10px;
	font-size: 16px;
	line-height: 1.5;
}

div.catalog-form-box div.search {
	position: relative;
}

div.catalog-form-box div.search i {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 19px;
	padding: 7px;
	color: #989898;
}

div.catalog-details-box ul.catalog-icon {
	list-style-type: none;
	padding-left: 0;
}

div.catalog-details-box ul.catalog-icon li {
	background-repeat: no-repeat;
	line-height: 21px;
	padding-left: 30px;
	text-transform: uppercase;
}

div.catalog-details-box div.catalog-row {
	border-bottom: 2px solid #989898;
	padding: 2rem 0;
}

div.catalog-details-box div.catalog-row ul {
	padding: 0 20px;
}

div.catalog-details-box div.catalog-row.headermod h2 {
	margin-bottom: 0;
}

div.catalog-details-box div.date-time a {
	width: 25%;
	border: none;
	background-color: #6F9868;
	color: white !important;
	padding: 7.5px 10%;
	text-decoration: none !important;
	font-weight: bold !important;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto 10px;
}

.cal-menu {
	overflow: hidden;
	background-color: #989898;
}

.cal-menu p {
	display: none;
}

.cal-menu form {
	float: left;
}

.cal-menu form div.search {
	position: relative;
}

.cal-menu form div.search input {
	min-width: 300px;
	margin: 13px;
	border-radius: 6px;
}

.cal-menu form div.search .fa-search {
	position: absolute;
	top: 13px;
	right: 15px;
	font-size: 19px;
	padding: 7px;
	color: #989898;
}

.cal-menu a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.cal-menu a:hover {
	background-color: #434343;
}

.cal-menu .dropdown {
	float: left;
	overflow: hidden;
}

.cal-menu .dropdown:hover .dropbtn {
	background-color: #434343;
}

.cal-menu .dropdown:hover .dropdown-content {
	display: block;
}

.cal-menu .dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 16px 30px;
	background-color: inherit;
	font: inherit;
	font-weight: bold;
	margin: 0;
	border-radius: 0;
}

.cal-menu .dropdown .dropbtn .fa {
	margin-left: 5px;
}

.cal-menu .dropdown-content {
	display: none;
	position: absolute;
	background-color: #434343;
	width: 100%;
	left: 0;
	z-index: 1;
}

.cal-menu .dropdown-content .header {
	background: red;
	padding: 16px;
	color: white;
}

.cal-menu .column {
	float: left;
	width: 33.33%;
	padding: 10px 10px 0 16px;
	background-color: #434343;
	height: 250px;
}

.cal-menu .column a {
	float: none;
	color: black;
	padding: 10px 0 20px 10px;
	text-decoration: none !important;
	display: block;
	text-align: left;
}

.cal-menu .column a:hover {
	color: white !important;
}

.cal-menu .row:after {
	content: "";
	display: table;
	clear: both;
}

#val-view ul {
	list-style-type: none;
	padding: 0;
}

#val-view ul li {
	display: inline-block;
}

#val-view ul li.prev-next select {
	background: white;
	border: none;
}

#val-view ul li.prev-next button {
	position: relative;
	color: black;
}

#val-view ul li.prev-next button i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	transform: translate(-50%, -50%);
	line-height: 13px;
}

#val-view ul li:not(.prev-next) {
	float: right;
	text-align: right;
	margin-left: 2%;
}

#val-view ul li:not(.prev-next) input[type="submit"] {
	border-radius: 6px;
	padding: 8px 25%;
	min-width: 80px;
	font-weight: bold;
	background: #dfdfdf;
	color: #989898;
	border: none;
}

#val-view ul li:not(.prev-next) input[value="Today"] {
	background: #FFFFFF;
	color: #6F9868;
	text-transform: uppercase;
	border: 1px solid #6F9868;
	font-weight: bold;
}

#swimbi {
	width: 100%;
	z-index: 9999;
	background-color: #989898;
}

#swimbi li.search {
	position: relative;
}

#val-view-mobile {
	display: none;
}

#val-view-mobile ul {
	list-style-type: none;
	padding: 0;
}

#val-view-mobile ul li {
	display: inline-block;
}

#val-view-mobile ul li.prev-next select {
	background: white;
	border: none;
}

#val-view-mobile ul li.prev-next button {
	position: relative;
	color: black;
}

#val-view-mobile ul li.prev-next button i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	transform: translate(-50%, -50%);
	line-height: 13px;
}

#val-view-mobile ul li:not(.prev-next) {
	float: right;
	text-align: right;
	margin-left: 2%;
}

#val-view-mobile ul li:not(.prev-next) input[type="submit"] {
	border-radius: 6px;
	padding: 8px 25%;
	min-width: 80px;
	font-weight: bold;
	background: #dfdfdf;
	color: #989898;
	border: none;
}

#val-view-mobile ul li:not(.prev-next) input[value="Month"] {
	background: #004C23;
	color: white;
	font-weight: bold;
}

#val-view-mobile ul li:not(.prev-next) input[value="Today"] {
	background: #FFFFFF;
	color: #6F9868;
	text-transform: uppercase;
	border: 1px solid #6F9868;
	font-weight: bold;
}

@media only screen and (max-width: 1250px) {
	#swimbi li.search {
		display: block;
	}
}

@media only screen and (max-width: 749px) {
	#swimbi {
		display: none;
	}
	#val-view {
		display: none;
	}
	#val-view-mobile {
		display: block;
	}
}

#swimbi li.search .fa-search {
	position: absolute;
	top: 13px;
	right: 15px;
	font-size: 19px;
	padding: 7px;
	color: #989898;
}

#swimbi input {
	min-width: 250px;
	margin: 13px;
	border-radius: 6px;
}

#swimbi select {
	width: 150px;
	background: #989898;
	color: white;
	border: none;
	margin-left: 20px;
	height: 58px;
}

#swimbi select option {
	color: white;
}

#swimbi a:not([href]) {
	cursor: default;
}

#swimbi a.B {
	font-weight: bold !important;
}

#swimbi a.I {
	font-style: italic !important;
}

#swimbi a.U {
	text-decoration: underline !important;
}

#swimbi > ul {
	width: auto;
	list-style: none;
	position: relative;
	white-space: nowrap;
	font-size: 0px;
	width: 100%;
}

#swimbi ul, #swimbi li, #swimbi a {
	font-family: Verdana, Geneva, sans-serif !important;
	margin: 0;
	padding: 0;
}

#swimbi > ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#swimbi ul li:hover > ul, #swimbi .hvr > ul {
	display: block !important;
}

#swimbi > ul > li:hover > a, #swimbi .hvr > a {
	border-radius: 0px;
	position: relative;
	z-index: 9;
}

#swimbi ul li:hover > a:only-child {
	box-shadow: none;
}

#swimbi ul li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

#swimbi > ul > li > a {
	padding: 0px 18px;
	line-height: 58px;
	height: 58px;
	color: white;
	min-width: 150px;
}

#swimbi ul ul {
	display: none;
	background: #434343;
	width: auto;
	list-style: none;
	min-width: 22px;
	padding: 20px;
	position: absolute;
	z-index: 7;
	margin-top: 0;
	top: 58px;
}

#swimbi ul ul.columns {
	font-size: 0px;
}

#swimbi ul ul li.column {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-right: 40px;
}

#swimbi ul ul li.column > ul {
	position: relative;
	display: block;
	box-shadow: none;
	background: none;
	left: 0;
	padding: 0;
}

#swimbi ul ul li.column > ul:hover {
	z-index: 9;
}

#swimbi ul ul li {
	float: none;
	position: relative;
	width: 100%;
	text-align: left;
}

#swimbi ul ul li a {
	padding-left: 8px;
	padding-right: 26px;
	margin-bottom: 15px;
	color: #454545 !important;
}

#swimbi ul ul li > a:after {
	content: '';
	position: absolute;
	right: 3px;
	top: 50%;
	width: 0;
	height: 0;
	margin: -4px 5px;
	border-left: 5px #454545 solid;
	border-top: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-right: none;
	display: inline-block;
	overflow: hidden;
}

#swimbi ul ul > li > a:only-child {
	padding-right: 8px;
	color: #989898 !important;
}

#swimbi ul ul > li > a[data-icon], #swimbi ul.mixicon > li > a {
	padding-right: 47px;
}

#swimbi ul ul > li > a[data-icon]:only-child, #swimbi ul.mixicon > li > a:only-child, #swimbi ul li.column > ul.mixicon > li > a:only-child {
	padding-right: 29px;
}

#swimbi ul li.column > ul > li > a:before, #swimbi ul ul > li > a:only-child:before {
	padding-right: 0px;
}

#swimbi ul li.column > ul > li > a[data-icon]:before, #swimbi ul li.column > ul.mixicon > li > a:before {
	padding-right: 4px;
}

#swimbi ul li.column > ul > li > a[data-icon], #swimbi ul li.column > ul.mixicon > li > a {
	padding-right: 26px;
}

#swimbi ul li.column > ul > li > a[data-icon]:only-child {
	padding-right: 8px;
}

#swimbi ul ul li > a:only-child:after {
	display: none;
}

#swimbi ul ul li:hover > a {
	border-radius: 0px;
	color: #fefefe !important;
	box-shadow: none;
}

#swimbi ul ul li:hover > a:after {
	border-left: 5px #fefefe solid;
}

#swimbi ul ul li a:hover:after {
	border-left: 5px #fefefe solid;
}

#swimbi canvas {
	position: absolute;
	width: 1px;
	height: 1px;
}

canvas noscript {
	display: none;
}

#swimbi ul ul ul {
	position: absolute;
	z-index: 7;
	left: 100%;
	top: 0;
}

#ie_message {
	display: none;
}

#swimbi ul li.cal-ical {
	position: absolute;
	right: 20px;
	color: white;
	height: 58px;
	line-height: 58px;
}

a.mobile-cal-filters {
	float: right;
	margin-right: 20px;
	color: #6F9868;
	text-decoration: none;
	display: none;
	padding: 5px;
	border: 2px solid #6F9868;
	border-radius: 7.5px;
	margin-bottom: 14px;
	margin-top: 14px;
}

.lightbox {
	/** Hide the lightbox */
	display: none;
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #333333;
	background: rgba(204, 204, 204, 0.5);
}

.lightbox:after {
	content: '';
	display: table;
	clear: both;
}

.lightbox .box {
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	min-width: 300px;
	max-width: 500px;
	width: 80%;
	margin: 30% auto;
	padding: 20px;
	background-color: #FFF;
	border-radius: 6px;
}

.lightbox .title {
	margin: 0;
	padding: 0 0 10px 0px;
	border-bottom: 1px #ccc solid;
	font-size: 22px;
}

.lightbox .content {
	display: block;
	padding: 10px 0 0 0px;
	font-size: 18px;
	line-height: 22px;
}

.lightbox .close {
	float: right;
	display: block;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #858585;
}

.lightbox .open {
	/** Show lightbox when mouse leaves the browser window */
	display: block;
	outline: none;
}

div.mobile-filters a.toggle-section {
	display: block;
	width: 100%;
	font-weight: bold !important;
}

div.mobile-filters > ul {
	padding-left: 0;
}

div.mobile-filters ul {
	list-style-type: none;
}

div.mobile-filters ul li select {
	width: 100%;
	margin-bottom: 20px;
	border: none;
	background: white;
}

div.mobile-filters ul li a {
	text-decoration: none !important;
}

div.mobile-filters ul li ul {
	display: none;
}

div.mobile-filters ul li ul li a {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 749px) {
	.mobile-cal-filters {
		display: inline-block !important;
	}
}

.mobile-filter-cancel, .mobile-filter-done {
	display: inline-block !important;
	width: 40% !important;
	max-width: 290px !important;
	border: none !important;
	background-color: #6F9868 !important;
	color: white !important;
	padding: 7.5px 5% !important;
	text-decoration: none !important;
	font-weight: bold !important;
	cursor: pointer !important;
	text-align: center !important;
	border-radius: 10px !important;
	margin: 0 auto 10px !important;
	font-size: 16px !important;
	line-height: 22px !important;
}

.mobile-filter-done {
	float: right;
}

ul.mobile-cal-buttons li {
	display: inline-block;
	margin-bottom: 15px;
}

ul.mobile-cal-buttons li.cal-ical {
	display: block;
}

ul.mobile-cal-buttons li.mobile-week input {
	border-radius: 6px;
	padding: 8px 25%;
	min-width: 80px;
	font-weight: bold;
	background: #dfdfdf;
	color: #989898;
	border: none;
}

ul.mobile-cal-buttons li.mobile-month input {
	border-radius: 6px;
	padding: 8px 25%;
	min-width: 80px;
	font-weight: bold;
	background: #dfdfdf;
	color: #989898;
	border: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #F5F5F5;
	width: 100%;
	font-family: "segoe";
}

@media screen and (min-width: 768px) {
	.site-footer {
		padding: 0;
	}
}

@media screen and (min-width: 1024px) {
	.site-footer {
		padding: 0 2.125rem;
	}
}

.site-footer p {
	font-size: 16px;
	margin-top: 0;
	color: #434343;
}

@media screen and (max-width: 1035px) {
	.site-footer p {
		text-align: center;
	}
}

@media screen and (min-width: 1035px) {
	.site-footer p {
		float: right;
	}
}

.site-footer .footer-wrapper {
	max-width: 1596px;
	margin: 64px auto 64px auto;
}

@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-column-1, .site-footer .footer-wrapper .footer-column-2, .site-footer .footer-wrapper .footer-column-3 {
		padding-left: 7.5%;
		padding-right: 7.5%;
		text-align: center;
	}
}

.site-footer .footer-wrapper .footer-column-1 ul, .site-footer .footer-wrapper .footer-column-2 ul, .site-footer .footer-wrapper .footer-column-3 ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.site-footer .footer-wrapper .footer-column-1 ul li, .site-footer .footer-wrapper .footer-column-2 ul li, .site-footer .footer-wrapper .footer-column-3 ul li {
	margin-bottom: 20px;
}

.site-footer .footer-wrapper .footer-column-1 ul li a, .site-footer .footer-wrapper .footer-column-2 ul li a, .site-footer .footer-wrapper .footer-column-3 ul li a {
	text-decoration: none;
	color: #989898;
	font-size: 13px;
}

.site-footer .footer-wrapper .footer-column-1 ul li a:hover, .site-footer .footer-wrapper .footer-column-2 ul li a:hover, .site-footer .footer-wrapper .footer-column-3 ul li a:hover {
	color: #76A46E;
}

.site-footer .footer-wrapper .footer-column-1 h2, .site-footer .footer-wrapper .footer-column-2 h2, .site-footer .footer-wrapper .footer-column-3 h2 {
	color: #006330;
	font-size: 1.75rem;
}

@media screen and (min-width: 1035px) {
	.site-footer .footer-wrapper .footer-column-1 {
		width: 16.66%;
		min-width: 250px;
	}
}

@media screen and (min-width: 1035px) and (min-width: 992px) {
	.site-footer .footer-wrapper .footer-column-1 {
		float: left;
	}
}

@media screen and (max-width: 1035px) {
	.site-footer .footer-wrapper .footer-column-1 {
		text-align: center;
	}
}

@media screen and (min-width: 1035px) {
	.site-footer .footer-wrapper .footer-column-spacer {
		width: 2.55%;
		float: left;
	}
}

@media screen and (min-width: 1035px) {
	.site-footer .footer-wrapper .footer-column-2 {
		width: 34%;
		float: left;
	}
}

@media screen and (min-width: 1035px) {
	.site-footer .footer-wrapper .footer-column-3 {
		width: 35%;
		float: left;
	}
}

.site-footer .site-info {
	clear: both;
}

@media screen and (max-width: 1035px) {
	.site-footer .site-info .footer-social {
		text-align: center;
	}
}

@media screen and (min-width: 1035px) {
	.site-footer .site-info .footer-social {
		width: 25%;
		min-width: 250px;
	}
}

@media screen and (min-width: 1035px) and (min-width: 992px) {
	.site-footer .site-info .footer-social {
		float: left;
	}
}

.site-footer .site-info .footer-social i {
	margin-right: 1rem;
	font-size: 2rem !important;
	color: #989898;
}

@media screen and (max-width: 768px) {
	.site-footer .site-info .footer-social i {
		text-align: center;
	}
}

@media screen and (min-width: 1035px) {
	.site-footer .site-info .footer-menu {
		width: 72.2%;
		float: right;
	}
}

.site-footer .site-info .footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
	min-height: 4.625rem;
}

.site-footer .site-info .footer-menu ul li {
	position: relative;
	text-align: left;
}

@media screen and (max-width: 992px) {
	.site-footer .site-info .footer-menu ul li {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.site-footer .site-info .footer-menu ul li {
		display: inline-block;
	}
}

@media screen and (min-width: 992px) {
	.site-footer .site-info .footer-menu ul li:first-child a {
		padding-left: 0;
	}
}

.site-footer .site-info .footer-menu ul li:hover > ul {
	left: auto;
}

.site-footer .site-info .footer-menu ul li li {
	display: block;
}

.site-footer .site-info .footer-menu ul li li:hover > ul {
	left: 100%;
	top: 0;
}

.site-footer .site-info .footer-menu ul a {
	text-decoration: none;
	color: #989898;
	font-size: 13px;
	letter-spacing: 0.08rem;
	font-weight: bold;
	font-family: "segoe";
	padding: 10px 19px;
}

.site-footer .site-info .footer-menu ul a:hover {
	color: #76A46E;
}

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

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

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

/*# sourceMappingURL=../california_jpia/sass/maps/style.css.map */
