@charset "UTF-8";
/*

Primary
#127D3f Green
#fbb423 Gold
#33b0c5 Celestial (coral)

Secondary
#ea8825 Poppy (burnt orange)
#56bab8 Mystery (light blue)
#b34b1b Adobe (deep red)

Neutral
#b6c38f Sprout (pale green)
#d9cba3 Pebble (beige)
#4c7f76 Kelp (blue-green)
#9bbab8 Mist (pale blue-green)
#cac9c6 Stealth (warm gray)
#dad3cb Sand
#817b77 (mid-gray)
#877645 Land (brown olive)

Body
font-family: 'Raleway';
normal: 400;
semi-bold: 600;
bold: 700;

Headings
font-family: 'Arvo';
normal: 400;
semi-bold: 600;

*/



div.callout {
	padding: 10px 15px;
	background: rgba(0,0,0,.2);
	border-radius: 9px;
	border: none;
}

.page-template-page-gun-violence.et_monarch .et_social_inline_bottom {
	display: none;
}


/* RESET ****************************************
http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* STRUCTURE *****************************************/

html, body {
    width:100%;
    height:100%;
}
html {
    font-size: 100%;
		overflow-x: hidden;
}
body {
	font-size:62.5%;
	color:#57584F;
	font:400 15px/20px "Raleway",sans-serif;
}
#site-header-container,
#preheader-container,
#main-container,
#site-footer-container {
	width:100%;
}
#site-header,
#preheader,
#main,
#site-footer,
#content .entry-content section > .inner {
	position: relative;
	width: 94%;
	max-width: 1170px;
	height: auto;
	margin: 0 3%;
	padding: 0;
	text-align: left;
}
#site-header-container {
	position: relative;
	z-index: 9999;
}

#primary {
	position:relative;
	float: right;
	margin: 0;
	padding:0;
 	width:100%;
	overflow:visible;
	z-index:2;
}
#primary #content {
	/* max-width: 910px; */
	max-width: 1170px;
	padding:0;
}
#main .widget-area {
	position:relative;
	float: left;
	overflow:visible;
}
#main #secondary {
	display:none;
 	width: 100%;
	padding:0;
	z-index:3;
}

/* Full-width content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}







/* MISC GLOBAL STYLES *****************************************/

/* links */
a {
	color:#00713d;
  text-decoration:underline;
}
a:hover,
a:active {
	outline: none;
}
a:hover {
/* 	color:orange; */
	color:#ffb419;
  text-decoration:none;
}
a.more::after,
a.back::before {
	top: 1px;
	font-family: "FontAwesome";
	font-size: 14px;
	opacity: .7;
}
a.more::after {
	content: "\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
}
a.back::before {
	content:"\f053";
	display:inline-block;  /* no underline on hover */
	position:relative;
	margin-right:4px;
	top:1px;
	font-size:14px;
}
#primary a {
    text-decoration:underline;
}
#primary a:hover {
	text-decoration:none;
}
#primary .more a {
	text-decoration:none;
}
#primary .more a:hover {
	text-decoration:underline;
}
#primary p.see-all a {
	text-decoration:none;
}
#primary p.see-all a:hover {
	text-decoration:none;
}

button:active {
	background: none;
}

.hidden {
	display:none;
}

/* PayPal */
.entry-content form[target="paypal"] {
	margin: 20px 0 0;
	padding: 5px 0 2px 5px;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
}
.entry-content form[target="paypal"] table {
	margin:0;
}
.entry-content form[target="paypal"] table td {
	padding: 5px 0 2px 10px;
}
.entry-content form[target="paypal"] table td.heading {
	text-transform: uppercase;
}
.entry-content form[target="paypal"] table select {
	margin-left: -7px;
}
#primary .entry-content form[target="paypal"] table + p {
	margin:0;
}
.entry-content form[target="paypal"] input[type="image"] {
	margin: 7px 0 0;
	border: none;
}
.entry-content form[target="paypal"] br {
	display:none;
}

/* lists */
ul {
	list-style:none;
}
.entry-content h2+ ul {
	margin-top:15px;
}
#primary ul.bullets li,
#primary .page-builder ul li {
	margin:10px 0 0 15px;
	padding-left:20px;
	line-height:1.5em;
	background:url(../img/icons/bullet.png) no-repeat 0 6px;
}
#primary .entry-content ul.justified li {
	margin-left:0;
}
/* list items without bullets */
#primary .entry-content .rmp-menu-item-link,
.home .soliloquy-container ul li,  /* homepage */
.page-template-page-updates #primary .entry-content .update-files li {
	margin:0;
	padding-left:0;
	line-height:inherit;
	background:none;
}
#primary .entry-content ol {
	list-style:decimal outside none;
	margin:10px 0 0 22px;
}
#primary .entry-content ol li {
	margin:7px 0 0 35px;
	padding-left:20px;
}
#primary .entry-content ol.justified li {
	margin-left:0;
	padding-left:0;
}
.entry-content h2+ ul,
.entry-content h3+ ul,
.entry-content h2+ ol,
.entry-content h3+ ol {
	margin-top:15px;
}
#primary .entry-content p + ul,
#primary .entry-content p + ol {
	margin-top:15px;
}


/* styled lists */
.item-list {
	list-style:none;
	margin:0;
}
#primary .entry-content ul.item-list > li {
	margin-left:0;
	padding-left:0;
	line-height:inherit;
	background:none;
}
.site-content .entry-content p+ul.item-list {
	margin:0;  /* override default list margins */
}
#primary .item-list.borders > li,
#primary .item-list.borders article,
#primary .search-results #main article {
	margin-top:20px;
	padding-top:25px;
	border-top:1px dotted #b9b9b9;
}
#primary .item-list.borders > li:first-child,
#primary .item-list.borders article:first-child,
#primary .search-results #main header+article {
	margin-top:20px;
	padding-top:0;
	border-top:none;
}
#content .item-list,
#content .item-list > li {
	margin-left:0;
	padding-left:0;
}
.item-list.borders > li .item-title {
	clear:none;
	margin-top:0;
}

span.label {
	display:inline-block;
	font-weight:bold;
}
span.label:after {
	content:": ";
}


/* fade-in elements */
.fade-up {
	opacity: 0;
}


/* collapsing lists */
#primary .collapsers {
	position:relative;
	margin-top:30px;
}
#primary .collapsers + .collapsers {
	margin-top:75px;
}
#primary ul.controls {
 	position: absolute;
 	right: 0;
	top: -30px;
	margin:0;
	font-size: 12px;
	line-height: 1;
	text-transform: lowercase;
	color: #00713d;
}
#primary ul.controls li {
	float:left;
	margin:0;
	padding:0;
	background:none;
}
#primary ul.controls li:hover {
	color:orange;
}
#primary ul.controls li+li {
	margin-left:8px !important;
}
.collapseomatic {
	position:relative;
	padding-left:20px;
	background-image:none; /* override */
}
.collapseomatic:before {
	content:"";
	position:absolute;
	left:0;
	top:30px;
	width:0;
	height:0;
	border:6px solid transparent;
	border-top:6px solid #186686;
}
.collapseomatic.colomat-close:before {
	top:23px;
	border:6px solid transparent;
	border-bottom:6px solid #186686;
}

#primary p {
  margin:20px 0 0;
}
#primary p {
  margin-top:15px;
}
#primary .entry-content ul + p {
	margin-top:20px;
}
em,
cite,
i,
i[lang] {
	font-style:italic;
}
acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}
strong {
	font-weight:bold;
}

/* screen reader only */
.hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {
clear: both;
}


/* pagination */
.pagination {
	margin:30px 0 0;
	text-align:center
}
.pagination .page-numbers {
	display:inline-block;
	margin:0 1px;
	height:24px;
	padding:2px 10px 0;
	border:1px solid #d3d3d3;
	background:#fcfcfc;
	font-size:12px;
}
.pagination .page-numbers.current {
	color:#fff;
  background-color:#e2ddce;
}
#primary .pagination a {
	text-decoration:none;
}

.post-navigation {
	margin:35px 0 0;
	padding:5px 0 15px;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	max-width:none;
}
#primary .post-navigation p {
	margin:10px 0 0;
}
.post-navigation p span {
	display: inline-block;
	width: 65px;
	text-transform:uppercase;
	font-size:12px;
}
.post-navigation a {
	display:inline;
	margin:0 0 0 5px;
	border-bottom:none;  /* override */
	color:#00713d;  /* override */
}


/* collapsing text */
.collapseomatic {
	clear:none;
	padding: 10px 20px 10px 10px !important; /* move icon after trigger */
	background-color: #fbb423;
	color: #222;
	font-size: 24px;
	text-decoration:none;
	transition: .5s background-color;
}
.collapseomatic.colomat-close,
.collapseomatic:hover {
	color: #fff;
	background-color:#00713d;
}
.collapseomatic.noarrow {
	margin-bottom:0px !important;
}
.collapseomatic.noarrow:hover {
	background-color:#f5f5f5;
	cursor:default;
}
.collapseomatic::before {
	border:none !important;  /* no icon before trigger */
}
.collapseomatic::after {
	content:"\f107";
	position:absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
	font-family:FontAwesome !important;
	font-size:18px;
	color:#00713d;
}
.collapseomatic.colomat-close::after {
	content:"\f106";
	color:#fff;
}
.collapseomatic_content {
	margin: 0 0 0 10px !important;
	padding: 1px 0 15px !important;
}
builder.collapseomatic_content .profile-inner>*:first-child {
	margin-top:5px !important;
}


/* google maps */
.mapp-layout {
	margin: 0 !important;
}
#primary p.map-link {
	margin: 0;
	padding: 0 5px;
	background: rgba(0,0,0,0.3);
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
}
#primary p.map-link:hover {
	background-color: #33b0c5;
}
#primary p.map-link a {
	color: #fff;
	text-decoration: none;
}
.mapp-iw .mapp-links a {
	font-size: 11px !important;
}

/* Gravity Forms */

#primary .entry-content .gform_wrapper {
	margin: 30px 0;
	padding: 20px 20px;
	border: 1px solid #e3e3e3;
	background: #f3f3f3;
}
#primary .entry-content .gform_heading h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
}
#primary .entry-content .gform_body li {
	background: none;
}
#primary .entry-content .gform_body li.gf_readonly input {
	color: #999;
}
#primary .entry-content .gform_body li.gfield {
	margin: 20px 0 0;
	padding: 0;
}
#primary .entry-content .gform_body li.note {
	padding: 10px 20px;
	background: rgba(0,0,0,.1);
}
#primary .entry-content .gform_body li h2.gsection_title {
	padding-top: 20px !important;
}
#primary .entry-content .gfield_description {
	margin: 5px 0 0;
}
#primary .entry-content .gfield_radio,
#primary .entry-content .gfield_checkbox {
	margin: -10px 0 0;
}
#primary .entry-content .gfield_radio li,
#primary .entry-content .gfield_checkbox li {
	margin: 0;
}
#primary .entry-content .gfield_radio li label,
#primary .entry-content .gfield_checkbox li label {
	margin-top: 5px;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 600 !important;
}
#primary .entry-content .gform_body label.gfield_label {
	font-weight: 600;
}





/* IMAGES *****************************************/

a img {
	border: none;
}
#primary figure img {
	display:block;
}
#primary img+br {
	display:none;  /* fix wp-inserted breaks */
}

.featured-image {
	float:right;
	width:230px;
	margin:5px 0 15px 20px;
}

/* Resize images to fit main content area.
     - Applies only to images uploaded via WordPress by targeting size-* classes.
     - Other images will be left alone. Use "size-auto" class to apply to other images. */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}


/*** image replacement ****/

.replace {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}
a.replace {
	display:block;
}


/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}


/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}





/* HEADER *****************************************/

#preheader-container {
	display: none; /* => 1024px */
	background: #fff;
}
#preheader {
	padding: 15px 30px 15px 0;
	color: #24890e; /* green */
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
#preheader i {
	display: none; /* temporary */
	position: absolute;
  top: 50%;
  right: 0px;
	transform: translateY(-50%);
}
#preheader i:hover {
	color: #000;
}
#site-header-container {
	background: #127D3f; /* Green */
}

#site-header {
	height: 90px;
	background-color:transparent;
}
#site-header .header-main {
	padding-top: 10px;
	padding-left: 0;
}


#site-header h1.site-title {  /* logo */
	position:absolute;
	left: 0px;
	top: 7px;
	float:none;  /* override */
	font-size:0;  /* override */
	margin:3px 0 0 0;   /* override */
}
#site-header h1.site-title a {
	display:block;
	width: 130px;
	height: 66px;
	background:url(../img/header/logo.new.png) no-repeat;
	background-size:contain;
}
#site-header h2.tagline {
	display: none;  /* =>600px */
	position:absolute;
	left:220px;
 	top:95px;
	width: 225px;
	height: 15px;
	font-size:12px;
	line-height:12px;
	font-weight:300;
	color:#0f6a37;
	background: url(../img/header/tagline@2x.png) no-repeat;
	background-size: contain;
}


#site-header #social-navigation,
#site-header p.donate,
#site-header p.gala,
#site-header p.enroll,
#site-header p.subscribe {
	display: none;
	position:absolute;
	top:5px;
}

/* subscribe */
#site-header p.subscribe {
	display: none;  /* hide in new design */
	right:105px;
}
#site-header p.subscribe a {
	text-decoration:none;
}
#site-header p.subscribe a:hover {
	text-decoration:underline;
	color:inherit;
}





/* language switcher */
.language-switcher {
	position: absolute;
	right: 0;
	top: 0;
}
#google_language_translator {
	display: block;
	width: 50px;
}
#google_language_translator::before {
	content: "\f0ac";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 9px;
	right: 20px;
	z-index: -1;
}
#google_language_translator::after {
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 9px;
	right: 1px;
	z-index: -1;
	opacity: .8;
}
#google_language_translator select.goog-te-combo {
	position: relative;
	background: none !important;
	border: none !important;
	color: transparent !important;
	z-index: 2;
	-webkit-appearance: none;
}
#google_language_translator select.goog-te-combo option {
	color: #222;
}
#google_language_translator select.goog-te-combo option[value="es"] {
	display: none;
}
.translated-ltr:not([lang="en"]) #google_language_translator select.goog-te-combo option[value="es"],
.translated-ltr:not([lang="es"]) #google_language_translator select.goog-te-combo option[value="es"] {
	display: block;
}




/*** MAIN NAV MENU ***/

/*** superfish essential styles: DON'T EDIT ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}


/*** optional styles ***/
.primary-navigation {
	float:none;
}
#menu-main-menu li {
	height:auto;
	line-height:auto;
}
#menu-main-menu a {
	text-decoration: none;
	text-transform:none;
	zoom: 1; /* IE7 */
}
#menu-main-menu > li > a {
	text-decoration: none;
	zoom: 1; /* IE7 */
	font-weight:300;
}
#menu-main-menu > li.current-menu-item > a,
#menu-main-menu > li.current-menu-ancestor > a {
	background-color:#fdb930;
}
#menu-main-menu a {
	color:#000;
}

#menu-main-menu li {
	line-height:1.5;
	white-space:nowrap; /* no need for Supersubs plugin */
	background: #fdd585;
}
#menu-main-menu li a {
 	-webkit-transition: background .2s;
	transition: background .2s;
}
#menu-main-menu > li > a {
	font-weight:bold;
}
/* #menu-main-menu li:hover,
#menu-main-menu li.sfHover, */
#menu-main-menu li:hover > a,  /* override */
#menu-main-menu li.focus > a {
	background-color:#fdb930;
	background-color: rgba(253,185,48,.9);
	transform: background-color .5s;
}
#menu-main-menu li.no-link > a:hover {
	cursor: default;
}

/* dropdowns */
.site-navigation ul ul {
	height:0;  /* =>600px */
	margin-left:0; /* override */
}
.site-navigation ul li a {
	padding-left:20px;
}
.site-navigation ul li li a {
	padding-left:50px;
}
.site-navigation ul li li > a[target="_blank"]::after,
.widget_nav_menu ul li > a[target="_blank"]::after {
	content: "\f08e";
	margin-left: 5px;
	font-family:FontAwesome !important;
	font-size: 13px;
}

/* arrows */
.primary-navigation .menu-item-has-children > a::after,
.primary-navigation .page_item_has_children > a::after {
 	display:none;
}
.primary-navigation ul ul li.menu-item-has-children > a {
	position: relative;
}
.primary-navigation ul ul li.menu-item-has-children > a::after {
	display: block;
	content:"\f105" !important;
	position:absolute;
	right:7px !important;
	top: 50% !important;
	transform: translateY(-50%);
	font-family:FontAwesome !important;
	font-size:16px;
}


/* you-are-here state */
.site-navigation li.current_page_item >a,
.site-navigation li.current-menu-item > a,
.site-navigation li.current-menu-parent >a {
	position:relative;
	color:#fff;
	outline:	0;
	background:none;
}
.site-navigation li li.current-menu-item {
	outline:	0;
}
.site-navigation .current_page_item > a,
#menu-main-menu li li.current-page-ancestor a,
#menu-main-menu li li.current-menu-item a {
	font-weight:normal;
	background-color: #fdb930;
	background-color: rgba(255,255,255,.3);
	text-shadow:none;
}
#menu-main-menu li li.current-menu-parent li a {
	/* background-color: #fbb423; */
	background-color: rgba(253,185,48,.92);
}
#menu-main-menu li li.current-menu-parent li:hover,
#menu-main-menu li li.current-menu-parent li.sfHover,
#menu-main-menu li li.current-menu-parent li:hover > a,  /* override */
#menu-main-menu li li.current-menu-parent li.focus > a {
	background-color:#fdb930;
}

#menu-main-menu li li li.current-menu-item a {
	background-color: #fdb930;
}



/* secondary menu */
#site-header .secondary-menu {
	display: none; /* width => 1024px */
	position: absolute;
	right: 0;
	top: 15px;
}
#site-header .secondary-menu ul {
	padding: 0;
}
#site-header .secondary-menu ul li {
	display: inline;
	border: none;
	font-size: 13px;
}
#site-header .secondary-menu ul li {
	margin-left: 8px;
	padding-left: 10px;
	/* border-left: 1px solid rgba(255,255,255,1); */
}
#site-header .secondary-menu ul li:first-child,
#site-header .secondary-menu ul li:last-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#site-header .secondary-menu ul li a {
	display: inline-block;
	padding: 0;
	text-decoration: none;
}
#site-header .secondary-menu ul li a:hover {
	color: #ffb419;
}



/* responsive menu */
.menu-toggle {
	display: none;  /* responsive menu plugin used instead */
}
button.rmp_menu_trigger:focus {
	outline: none;
	box-shadow: none;
}
.logged-in .rmp-menu-wrapper {
padding-top: 50px;
}
.rmp-container {
	margin-top: 84px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.rmp-container .responsive-menu-pro-back {
	text-transform: uppercase !important;
}
.rmp-container .responsive-menu-pro-back i {
	margin-right: 5px !important;
}
.rmp-container .rmp-menu > li.rmp-menu-item.mobile-only {
	background: rgba(0,0,0,.1) !important;
}
.rmp-container .rmp-menu > li.rmp-menu-item:last-child > a {
	border-bottom: none !important;
}
.rmp-container .current-page-ancestor > a,
.rmp-container .current-page-parent > a {
	background-color: #fff !important;
}
.rmp-container .responsive-menu-pro-subarrow {
	font-family: sans-serif !important;
}
/* .rmp-container .rmp-menu li.rmp-menu-item,
.rmp-container .rmp-menu li.rmp-menu-item .rmp-menu-item-link,
.rmp-container .rmp-menu li.rmp-menu-item .rmp-menu-subarrow {
	height: 44px !important;
} */
.rmp-container .rmp-menu > li.rmp-menu-item > .rmp-menu-item-link {
	width: calc(95% - 60px) !important;
	font-weight: 600 !important;
	line-height: 3 !important;
}
.rmp-container .rmp-menu > li.rmp-menu-item > .rmp-menu-item-link:focus {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.rmp-container .rmp-menu > li.rmp-menu-item.open > .rmp-menu-item-link:focus {
	border-bottom: none !important;
}
.rmp-container .rmp-menu li.rmp-menu-item .rmp-menu-subarrow {
	width: 60px !important;
	color: #fff !important;
}
.rmp-container .rmp-menu li.rmp-menu-item.open .rmp-menu-subarrow {
	background: none !important;
}
.rmp-container .rmp-menu ul.rmp-submenu {
	position: relative;
	z-index: 2;
}
.rmp-container .rmp-menu > li.rmp-menu-item.open > .rmp-menu-item-link,
.rmp-container .rmp-menu ul.rmp-submenu.rmp-submenu-open {
	background: rgba(255,255,255,.2) !important;
}
/* .rmp-container .rmp-menu ul.rmp-submenu.rmp-submenu-open {
	padding-bottom: 10px !important;
} */
.rmp-container .rmp-menu ul.rmp-submenu li a {
	padding-left: 30px !important;
	border-bottom: none !important;
}


/* search */

.search-toggle {
	position: absolute;
	left: 200px;
	bottom: 1px;
	background: none;
}
.search-toggle:hover,
.search-toggle.active {
	background: rgba(255,255,255,.1);
}
#search-container {
	z-index: 9999;
	background: none;
}
.search-box-wrapper {
	top: 79px;
	width: 100%;
	padding-left: 0;
}
.search-box {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	background: none;
}
.search-results #primary .page-header {
	margin: 10px 0;
}
.search-results #primary .page-header .page-title {
	color: #00713d;
	font-size: 24px;
	font-weight: 600;
}
.search-results #primary .page-header .page-title span {
	color: #000;
	font-weight: bold;
}
.search-results #primary .page-header,
.search-results #primary article .entry-summary {
	max-width: none;
	padding: 0;
}
.search-results #primary mark {
	background: none;
	border-bottom: 2px dotted #00713d;
	color: inherit;
}
.search-results #primary #content > article {
	padding: 30px 0 15px;
}
.search-results #primary article h1.entry-title {
	font-size: 18px;
}
.search-results #primary article h1.entry-title a {
	color: #00713d;
	text-decoration: none;
}
.search-results #primary article h1.entry-title a:hover {
	text-decoration: underline;
}
.search-results #primary article .entry-meta {
	display: none;
}
.search-results #primary article .entry-summary {
	background: none;
}
.search-results .paging-navigation {
	overflow: visible;
}
.search-results .paging-navigation,
.search-results .paging-navigation .page-numbers.current {
	border-top: none;
}

.search-everything-highlight-color {
	background: none !important;
}
#content .search-everything-highlight-color {
	background-color: #ffff00 !important;
}


/* social sharing */
.et_social_inline .et_social_networks::before {
	content: "Share";
	display: block;
	margin: 20px 0 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
	color: #a9a9a9;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#primary .entry-content ul.et_social_icons_container li {
	margin: 0 0 0 2%;
	padding: 0;
}
#primary .entry-content ul.et_social_icons_container li:first-child {
	margin-left: 0;
}

#primary .entry-content ul.et_social_icons_container li.et_social_facebook:hover {
	background-color: #3a579a !important;
}
#primary .entry-content ul.et_social_icons_container li.et_social_twitter:hover {
	background-color: #00abf0 !important;
}
#primary .entry-content ul.et_social_icons_container li.et_social_gmail:hover {
	background-color: #dd4b39 !important;
}


/* hide on certain pages */
.page-template-page-home .et_social_inline,
.page-template-page-news .et_social_inline,
.page-template-page-newsletters .et_social_inline,
.page-template-page-design .et_social_inline,
.page-template-page-people .et_social_inline,
.page-template-page-publications .et_social_inline,
.page-template-page-contact .et_social_inline,
.page-template-page-events .et_social_inline {
	display: none;
}



/* ****************************************/

#site-footer-container {
	padding: 40px 0;
	background: #33b0c5; /* Celestial */
	color: #fff;
}
#site-footer {
	text-align: center;
}
#site-footer-container a {
	color: #fff;
	text-decoration: none;
}
#site-footer-container a:hover {
	color: #fbb423;
	text-decoration: underline;
}

/* social follow */
#site-footer .et_social_networks {
	position: relative;
	width: 175px;
	margin: 20px auto 0;
}
#site-footer .et_social_networks li {
	margin: 0 !important;
}
#site-footer .et_social_networks li:nth-child(n+2) {
	margin-left: 5px !important;
}

/* footer menu */
#site-footer #footer-menu {
	display: inline-block;
	position:relative;
	width:auto;
	margin:20px auto 0;
	font-size:12px;
	line-height:12px;
}
#site-footer #footer-menu li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left:1px solid rgba(255,255,255,.75);
}
#site-footer #footer-menu li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left:none;
}
#site-footer #footer-menu li a {
	text-decoration:none;
}
#site-footer #footer-menu li a:hover {
	text-decoration:underline;
}


/* copyright */
#site-footer small {
	display: block;
	margin: 30px auto 0;
	font-size: 11px;
	line-height: 1.5;
}


/* tagline */
#site-footer .tagline {
	margin: 30px 0 0;
}


/* EL Education */
#site-footer .footer-el-education {
	margin: 10px 0 0;
}
#site-footer .footer-el-education img {
	width: 157px;
}






/* SIDEBAR *****************************************/

#main-content #secondary {
	position:absolute;
	top:2px;
	left:0;
	border-top:none;
	background-color:#fdb930;
}


#secondary aside {
	margin-bottom:0;
	font-size:11px;
}

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.widget_nav_menu,
#secondary aside {
	width:100%;
	padding:0;
	font-size:1em;
	line-height:1.2em;
	color:#3c6e91;
}
.widget_nav_menu h1,
#secondary aside h1 {
	margin:18px 0 12px;
/* 	font:700 1.2em/1em "brandon-grotesque",sans-serif; */
	text-transform:uppercase;
}
#secondary aside h2 {
	margin:5px 0 10px;
	line-height:1.35em;
	font-weight:bold;
}
#secondary aside p {
	line-height:1.35em;
}
#secondary aside a {
}


/* local menu */

/* hide local menu for mobile */
.widget_nav_menu .widget-title + div {
	display:none;
}

.widget_nav_menu ul,
.widget_nav_menu ul li ul,
.widget_nav_menu li,
.widget_nav_menu li li {
	margin:0;
	padding:0;
}
.widget_nav_menu li {
	hyphens: none;
}
.widget_nav_menu li a {
	display:block;
	margin:0;
	padding:11px 12px 11px 0;
	text-decoration:none;
}

/* landing page link */
.widget_nav_menu ul.menu > li > a {
	font-size:18px;
	font-weight: 600;
}
.widget_nav_menu ul.menu > li > a,
.widget_nav_menu ul.menu > li.current-menu-item > a,
.widget_nav_menu ul.sub-menu li a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-item > a::after {
	color:#00713d;
}


/* regular page links */
.widget_nav_menu ul.sub-menu li {
	line-height:1.3em;
	hyphens: none;
	border-top:1px solid #d9d9d9;
}
.widget_nav_menu ul.sub-menu li:hover,
.widget_nav_menu ul.sub-menu li:hover + li,
.widget_nav_menu ul.sub-menu li:hover ul > li:first-child {
	border-top-color:#f3f3f3;
}
.widget_nav_menu li a:hover {
	margin-left: -5px;
	padding-left: 5px;
	background-color:#f3f3f3;
}
.widget_nav_menu ul.sub-menu ul li a {
	padding-left: 30px;
	font-size: .92em;
}
.widget_nav_menu ul.sub-menu ul li a:hover {
	padding-left: 35px;
}

/* you-are-here style */
.widget_nav_menu ul li.current-menu-item > a {
	display: block;
	font-weight:600;
	position: relative;
}
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-item > a::after {
	color:#00713d;
}
.widget_nav_menu ul li.current-menu-item > a::after {
	content:"\f105";
	position:absolute;
	right:0;
	top:30%;
	font-family:FontAwesome !important;
	font-size:18px;
}



/* CONTENT *****************************************/

#main {
	position:relative;
	padding: 20px 0 30px;
}
#primary {
	font-size:1.1em;
	line-height:1.5em;
}
#primary #content {
	margin-top:20px;
}
#primary #content > article,
#primary #content > article .entry-content {
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
}
#primary .entry-header,
#primary .entry-content {
	background-color:transparent;  /* override */
}

/* headings */
.site-content .entry-title {
	font-family: 'Arvo',serif;
	margin:0 0 10px;
}
.site-content .entry-header {
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
	background-color:transparent;
}
#primary h1.entry-title {
	margin: 0 0 20px;
	font-size: 9vw;
	line-height: 1.2;
	font-weight: 400;
	text-transform: none;
	color: #00713d;
}
#primary section h1,
#primary h2 {
	font-family: 'Arvo',serif;
	margin: 35px 0 20px;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #00713d;
}
#primary h2 {
	margin-top: 50px;
	padding-bottom: 3px;
	border-bottom: 1px solid #00713d;
	font-weight: 400;
}
#primary .intro-text + h2 {
	margin-top: 40px;
}
#primary .entry-content > h2:first-child,
#primary .entry-content > div:first-child > h2:first-child {
	margin-top:20px;
}
#primary h3 {
	margin:20px 0 10px;
	font-size:1.1em;
	line-height:1.3em;
	font-weight:bold;
}
#primary h4 {
	margin:20px 0 0;
	font-weight: 600px;
	text-transform: uppercase;
}


/* breadcrumb nav */
p#breadcrumbs {
	display: none;
 	position:relative;
	left:0;
	top:-7px;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
	width:768px;
	font:normal 11px/11px arial,helvetica,sans-serif;
	color:#777;
}
p#breadcrumbs span span {
	margin:0 2px;
}
p#breadcrumbs>span>span,  /* home */
p#breadcrumbs span span span {
	margin:0;
}
p#breadcrumbs li#home {
	padding-right:3px;
	padding-left:0;
	margin-left:0;
	background-image:none;
}
p#breadcrumbs a {
	color:#777;
	text-decoration:underline;
}
p#breadcrumbs a:hover {
	text-decoration:none;
}


/* on-page nav */
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}


/* entry meta */
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}


/* callout */
#primary .callout {
	width:225px;
	padding:15px 0;
	border-top:1px solid #953039;
	border-bottom:1px solid #953039;
}
#primary .callout.right {
	float:right;
	margin:22px 0 10px 20px;
}
#primary .callout.left {
	float:left;
	margin:22px 20px 10px 0;
}
#primary .callout h2 {
	font-weight:normal;
}


/* blockquote */
#primary .quote {
	position:relative;
}
#primary .quote blockquote {
	position:relative;
	z-index:2;
}
#primary .quote:before,
#primary .quote:after {
	position:absolute;
	content:'';
	width:92px;
	height:89px;
	background:url(../img/quotes.png);
	z-index:1;
}
#primary .quote:before {
	left:0;
	top:0;
}
#primary .quote:after {
	right:0;
	bottom:0;
	background-position:-92px 0;
}
#primary .quote blockquote {
	font-style: normal;
	font-weight:400;
}
#primary .quote blockquote p {
	font-size:1.3em;
	line-height:1.6em;
}
#primary .quote blockquote p.attribution {
	text-align:right;
	font-size:.92em;
	line-height:1em;
}





/* page builder */
.page-builder .intro-text {
	font-size: 1.2em;
	line-height: 1.6;
}
.page-builder .embed-container {
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 35px 0;
}
.page-builder > .embed-container:first-child {
	margin-top: 0;
}
.page-builder .embed-container iframe,
.page-builder .embed-container object,
.page-builder .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-builder > .embed-container:first-child {
	margin:20px 0 30px;
}
.page-builder iframe {
	border:1px solid #d9d9d9;
}
.page-builder iframe,
.page-builder .full-width-image {
	margin:30px 0 20px;
}
.page-builder iframe:first-child,
.page-builder .full-width-image:first-child {
	margin-top:10px;
}
.page-builder .grecaptcha-logo iframe:first-child {
	margin-top:0;
}

/* page builder: images */
#primary  .page-builder figure.full-width {
	width:100%;
	margin:0 0 20px;
}
#primary  .page-builder figure.align-left {
	float:left;
	margin:25px 2% 5px 0;
}
#primary  .page-builder figure.align-left.text-align {
	margin-top:5px;
}
#primary  .page-builder figure.text-align + div p:first-child {
	margin-top:0px;
}
#primary  .page-builder figure.align-right {
	float:right;
	margin:25px 0 5px 2%;
}
#primary  .page-builder figure.align-top {
	margin: 0 auto 5px;
}
#primary  .page-builder figure.align-left:first-child,
#primary  .page-builder figure.align-right:first-child {
	margin-top: 5px;
}
#primary  .page-builder .image-text figure {
	margin-top: 8px;
}
#primary  .page-builder figure.half {
	width: 49%;
}
#primary  .page-builder figure.third {
	width: 33%;
}
#primary  .page-builder figure.quarter {
	width: 25%;
}

#primary .page-builder ul.buttons li {
	float: left;
	margin-left: 10px;
	padding-left: 0;
	background: none;
}
#primary p + .button {
	margin: 25px 0;
}
#primary .button + .button {
	margin: 15px 0 0;
}
#primary .button,
#primary .page-builder .button {
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	background-color: #00713d;
}
#primary .page-builder .button.small {
	padding: 5px 15px;
}
#primary .page-builder .button:hover {
	opacity: .9;
}
.page-builder .button a {
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background-color: #00713d;
}
.page-builder .button.large {
	padding: 10px 20px 6px;
}
.page-builder .button.large a {
	border-radius: 10px;
	font-size: 22px;
}
#primary .page-builder .button + .button {
	margin-left: 5px;
}
#primary .page-builder .button a {
	color: #fff;
	text-decoration: none;
}

/* link list */
#primary .page-builder ul.links li a {
	text-decoration: none;
}
#primary .page-builder ul.links li a:hover {
	text-decoration: underline;
}

#primary .page-builder table,
#primary .entry-content table {
	margin: 30px 0 40px;
	border: 1px solid #b9b9b9;
}
#primary .page-builder table caption,
#primary .entry-content table caption {
	margin: 0 0 10px;
	font-size: 1.3em;
	font-weight: 700;
}
#primary .page-builder table td,
#primary .page-builder table th,
#primary .entry-content table td,
#primary .entry-content table th {
	border-top: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
}
#primary .page-builder table th,
#primary .entry-content table th {
	text-transform: none;
}
#primary .entry-content table tr.yellow {
	background: #fdb930;
}
#primary .entry-content table tr.white {
	background: #fff;
}

#primary .entry-content table th {
	background: #e9e9e9;
}
#primary .entry-content table tr.yellow th,
#primary .entry-content table tr.white th {
	background: none;
}


/* two columns */
#primary .entry-content .col-one,
#primary .entry-content .col-two {
	float: left;
	width: 48%;
}
#primary .entry-content .col-two {
	margin-left: 4%;
}



.page .edit-link {
	clear: both;
	display: block;
}
.page #primary .edit-link a {
	display: inline-block;
	padding: 5px 10px 5px 7px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	background-color: #dd4b39;
}
.page #primary .edit-link a:hover {
	background-color: #c34030;
}



/* Notices */
.post .notice,
.error404 #searchform {
	background:none;
	display: block;
	padding: 1em;
}



/* 404 */
.error404 #searchform {
	padding:0;
}
.error404 #content {
 	margin-left:260px;
}
.error404 .widget {
	float: none;  /* toolbox override */
	width:auto;  /* toolbox override */
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
} */


/* Aside Posts */
/* .format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
} */






/* FORMS *****************************************/

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}





/* COMMENTS *****************************************/

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}








/*** HOME *****************************************/

/* fade in page */
.home {
  opacity: 0;
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	animation: fadeIn .5s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

.home #main {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding:0 3%;
}
.home #main .entry-content > * {
	margin-right:10px;
	margin-left:10px;
}
.home #primary,
.home #primary #content {
	width:100%;
	max-width:1170px;
	margin-top:0;
	padding-top:0;
}
.home #primary #content {
	margin-left:0;
}

/* image slider */
.home .home-slider {
	position: relative;
	margin: 0 calc(50% - 50vw);
}
.home .home-slider .soliloquy-viewport {
	height: 213px !important;
}
.home .home-slider .oquy-item {
	position: relative;
	max-height: 800px !important;
	overflow: hidden;
}
.home .home-slider .soliloquy-image {
	width: 100% !important;
	position: relative !important;
}
.home .home-slider .soliloquy-caption {
	display:block !important;
	height: 100% !important;
	background: rgba(0,0,0,.2) !important;
}
.home .home-slider .soliloquy-caption-inside {
	position: absolute !important;
	top: auto !important;
	bottom: 0 !important;
	width: 100% !important;
	padding: 0 0 15px !important;
	background: none !important;
}
.home .home-slider .soliloquy-caption-inside h4,
.home .home-slider .soliloquy-caption-inside .caption {
	line-height: 1.3;
	/* text-shadow: 0 0 10px #000 !important; */
}
.home .home-slider .soliloquy-caption-inside h4 {
	position: relative;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 7vw;
}
.home .home-slider .soliloquy-caption-inside h4::before {
	content: "";
	position: absolute;
	bottom: 4px;
	width: 77vw;
	z-index: -1;
	height: 8vw;
	background: rgba(255,255,255,.4);
	filter: blur(10px);
}
.home .home-slider .dark .soliloquy-caption-inside h4::before {
	/* background: rgba(0,0,0,.4); */
}
.home .home-slider .soliloquy-caption-inside .caption {
	display: none;
	margin: 0;
	font-weight: 600;
	font-size: 5vw;
}

/* text slider */
.home .text-slider {
	display: none; /* => 768px */
}

/* quick links */
.home .quick-links {
	width: 94%;
	margin: 0;
	padding: 0 3%;
	/* background: #fbb423; */
	text-align: center;
}
.home .quick-links li {
	display: inline-block;
	margin: 10px 0;
	font-size: 4vw;
	font-weight: 600;
}
.home .quick-links li:nth-child(2) {
	margin-right: 4vw;
	margin-left: 4vw;
}
.home .quick-links li a {
	text-decoration: none;
}
.home .quick-links li a:hover {
	text-decoration: underline;
}

/* mobile links */
.home .mobile-links {
	margin: 0 calc(50% - 50vw) !important;
}
.home #primary .mobile-links li {
	position: relative;
	float: left;
	width: 50%;
	height: 50vw;
	margin: 0;
	padding: 0;
	font-size: 4vw;
	font-weight: 600;
	background-size: cover;
}
.home #primary .mobile-links li a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 5vw;
	text-decoration: none;
	white-space: nowrap;
}
.home #primary .mobile-links li a.first {
	top: 30%;
}
.home #primary .mobile-links li a.second {
	top: 70%;
}
.home #primary .mobile-links li a:hover {
	text-decoration: underline;
}

/* main text */
.home .home-text {
	margin: 35px 0;
  font-size: 4.2vw;
  line-height: 1.7em;
  font-weight: 600;
}

/* videos */
.home #primary .videos {
	background: #33b0c5;
	margin: 0 -3%;
	padding: 50px 3%;
}
.pp_pic_holder * {
	background: none !important;
}
.home #primary .videos .video {
	position: relative;
	overflow: hidden;
}
.home #primary .videos .video:last-child {
	margin-top: 30px;
}
.home #primary .videos .video a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.home #primary .videos .video h3 {
	display: block;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 5vw;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	z-index: 2;
}
.home #primary .videos .video h3::after {
	content: "\f144";
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: FontAwesome;
	font-size: 36px;
}
.home #primary .videos .video a,
.home #primary .videos .video img {
	display: block;
}
.home #primary .videos .video img {
	transition: .5s ease all;
}
.home #primary .videos .video:hover img {
	transform: scale(1.05);
}


/* news */
.home #primary .featured-news {
	background: #fbb423;
	margin: 0 -3%;
	padding: 10px 3% 40px;
}
.home #primary .featured-news figure {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.home #primary .featured-news h2+article figure {
	margin-top:7px;
}
.home #primary .featured-news figure img {
	width:100%;
}
.home #primary .featured-news article h1 {
	clear:none;
	margin:5px 0 15px;
	font-size:1.1em;
	line-height:1.35em;
}
.home .featured-news {
	margin: 0 0 25px;
	padding-bottom: 25px;
}
.home #content h2.section-heading {
	position: relative;
	margin-top: 20px;
	padding-bottom: 0;
	border-bottom: none;
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.home #content .home-instagram {
	/*display: none;  temporary */
}
.home #content .home-instagram h2.section-heading {
	margin-bottom: 10px;
	text-transform: lowercase;
}
.home #content .home-instagram .spotlight-instagram-feed {
	margin-top: 20px;
}
.home #content .home-instagram .FeedGridLayout__grid {
	gap: 2% !important;
}
.home #content h2.section-heading span.all {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.home #primary h2.section-heading a {
	color: #127D3f;
	text-decoration:none;
}
.home #primary h2.section-heading a:hover {
	text-decoration:underline;
}
.home #primary h2.section-heading a.more::after {
	top: -1px;
	left: 5px;
	font-size: 12px;
}

.home #exposure-feed .ex-story,
.page-template-page-join-our-team #exposure-feed .ex-story,
.page-template-page-join-our-team .featured-news .news-stories li {
	position: relative;
}
.home #exposure-feed .ex-story:nth-child(n+2),
.page-template-page-join-our-team #exposure-feed .ex-story:nth-child(n+2) {
	margin: 40px 0 0;
}
.home #exposure-feed .ex-story .ex-stoy-link,
.page-template-page-join-our-team #exposure-feed .ex-story .ex-stoy-link {
	color: #fff;
	text-decoration: none;
}
.home #exposure-feed .ex-story .ex-stoy-link:hover,
.page-template-page-join-our-team #exposure-feed .ex-story .ex-stoy-link:hover {
	text-decoration: underline;
}
.home #exposure-feed .ex-story .ex-story-img-wrapper,
.page-template-page-join-our-team #exposure-feed .ex-story .ex-story-img-wrapper {
	overflow: hidden;
}
.home #exposure-feed .ex-story .ex-story-img,
.page-template-page-join-our-team #exposure-feed .ex-story .ex-story-img {
	position: relative;
	left: -15%;
	/* width: 104%;
	max-width: 104%; */
	width: 134%;
	max-width: 134%;
	margin: 0 -2%;
}
.home #exposure-feed .ex-story .ex-story-meta,
.page-template-page-join-our-team #exposure-feed .ex-story .ex-story-meta,
.page-template-page-join-our-team .featured-news .news-stories .news-text {
	position: absolute;
	padding: 12px 5px;
	background: rgba(0,0,0,.5);
}
.home #exposure-feed .ex-story .ex-story-meta,
.page-template-page-join-our-team #exposure-feed .ex-story .ex-story-meta {
	width: calc(100% - 10px);
	bottom: 6px;
}
.page-template-page-join-our-team .featured-news .news-stories .news-text {
	width: calc(100% - 10px);
	bottom: 0;
}
.home #exposure-feed .ex-story h2,
.page-template-page-join-our-team #exposure-feed .ex-story h2,
.page-template-page-join-our-team .featured-news .news-stories .news-text .news-title {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.home #exposure-feed .ex-story h4,
.page-template-page-join-our-team #exposure-feed .ex-story h4,
.ex-story-publish-date {
	display: none;
}
.home #exposure-feed .ex-story h4,
.page-template-page-join-our-team #exposure-feed .ex-story h4,
.page-template-page-join-our-team .featured-news .news-stories .news-text .news-subtitle {
	margin: 10px 0 0;
	font-size: 13px;
}
.page-template-page-join-our-team .featured-news .news-stories .news-text .news-subtitle {
	color: #fff;
}

/* instagram */
.home .home-instagram {
	position: relative;
	margin: 0 calc(50% - 50vw) !important;
	padding: 50px 0;
	background: #fff;
}
.home .home-instagram .wdi_feed_info {
	display: none;
}
.wdi_layout_th .wdi_shape_square .wdi_img {
	width: auto !important;
	height: 100% !important;
}

/* events */

.home .evo_ajax_load_events {
	/* opacity: 0; */
	height: 5px !important;
	overflow-y: hidden !important;
}
.home #evcal_head {
	display: none;
}
#eventon_loadbar_section {
	border-bottom: none !important;
}
.ajde_evcal_calendar *,
.evo_pop_body * {
	 font-family: "Raleway",sans-serif !important;
}
.home .home-events {
	position: relative;
	margin: 0 calc(50% - 50vw) !important;
	padding: 50px 0;
	background: #fbb423;
}
.ajde_evcal_calendar .calendar_header {
}
.ajde_evcal_calendar .calendar_header p#evcal_cur {
	height: 24px !important;
	font-size: 1.2em !important;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
	position: relative;
	top: -5px;
	width: 24px !important;
	height: 24px !important;
	border :none;
	background: none !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
	background-color:#fdb930 !important;
}
.ajde_evcal_calendar .calendar_header .evo-gototoday-btn {
	position: absolute;
	top: 0;
	left: 250px;
	background: rgba(255,255,255,.2);
	opacity: 1;
	font-weight: 600;
}
.ajde_evcal_calendar .calendar_header .evo-gototoday-btn:hover {
	background: rgba(255,255,255,.4);
}
.home .home-events .calendar_header .evcal_arrows:before {
	border-color: #127d3f !important;
}
.ajde_evcal_calendar .calendar_header .evo-gototoday-btn,
.eventon_list_event .evcal_event_title,
.eventon_list_event .evcal_event_subtitle,
.eventon_list_event .desc_trig_outter::after,
.eventon_list_event .evcal_cblock em,
.eventon_list_event .evcal_cblock .evo_end:before,
.OTHERS {
	color: #127d3f !important;
}
.home .eventon_list_event .desc_trig_outter .evcal_desc span.evo_above_title span {
	background-color: #127d3f !important;
}

.home .eventon_events_list,
.home .eventon_list_event {
	border: none !important;
	border-radius: 0 !important;
}
.home .eventon_list_event:nth-child(n+4) {
	display: none !important;
}
.home .eventon_list_event {
	margin: 20px 0 0;
}
.home .eventon_list_event .desc_trig_outter {
	margin-top: 0 !important;
	border: none !important;
	background-color: rgba(255,255,255,.2) !important;
}
.page-template-page-campus .home .eventon_list_event .desc_trig_outter {
	background: rgba(0,0,0,.1) !important;
}
.home .eventon_list_event .desc_trig_outter::after {
	content:"\f067";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: evo_FontAwesomeS;
	font-size: 1.2em;
}
#evcal_list .eventon_list_event .evcal_event_title {
	font-weight: 600;
}
#evcal_calendar_2 .calendar_header p {
	text-transform:none !important;
	color:#00713d !important;
}
.eventon_list_event .evcal_cblock em.month {
	margin-top: 2px !important;
	font-size: 16px !important;
}

.home #primary p.events-link {
	margin:10px 0 15px 95px;
}
.home #primary p.events-link a {
	text-decoration:none;
}
.home #primary p.events-link a:hover {
	text-decoration:underline;
}


/* event dates */
#evcal_list .evcal_cblock .evo_date,
.evo_pop_body .evcal_cblock .evo_date {
	position:relative;
	text-align:center;
	color:#fff;
}
#evcal_list .evcal_cblock .evo_date::before,
.evo_pop_body .evcal_cblock .evo_date::before { /* background disk */
	content:'';
	position:absolute;
	left:-10px;
	top:-2px;
	width:0;
	height:0;
	border:24px solid #fdb930;
	border-radius:24px;
}
#evcal_list .evcal_cblock .evo_date .start,
.evo_pop_body .evcal_cblock .evo_date .start {
	display:inline-block;
	position:relative;
	width:28px;
	padding-top:17px;
	font-weight:normal;
	font-size:24px;
	text-align:center;
}
#evcal_list .evcal_cblock .evo_date .start em,
.evo_pop_body .evcal_cblock .evo_date .start em {
	position:relative;
	top:-39px;
}
#evcal_list .evcal_cblock .end,
.evo_pop_body .evcal_cblock .end {
	display:none;  /* hide end date */
}
#evcal_list .eventon_list_event .evcal_desc,
.evo_pop_body .evcal_desc,
#page-content p.evcal_desc {
	padding: 8px 15px 0 0;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
	margin: 2px 0 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
	font-weight: 700;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
	font-weight: 400;
}

/* event details */
#evcal_list .eventon_list_event .evcal_eventcard,
.evcal_evdata_row,
.evorow .tbrow {
	background-color:#f2f2f2 !important;
}
.evcal_evdata_row .evcal_evdata_cell h3 {
	text-transform:none;
}
.evo_pop_body .evcal_desc span.evcal_event_title,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
	font-size:20px;
	line-height:24px;
	color:#00713c;
	text-transform:none;
}
.evo_pop_body .evopop_top {
	border-left:none !important;
}



/*** ABOUT *****************************************/

/* College Resources */
.page-id-5021 #primary figure.align-right {
	border-left: 20px solid #f5f5f5;
}
.page-id-5021 #primary h2 {
	clear: none;
}



/*** OUR SCHOOLS *****************************************/

/* Campus pages */
.page-template-page-campus #main {
	max-width: none;
	padding-top: 0;
}
.page-template-page-campus #content {
	max-width: none !important;
	margin: 0 !important;
}
.page-template-page-campus .entry-title {
	display: none;
}
.page-template-page-campus #content .entry-content section {
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-template-page-campus #content .entry-content section:nth-child(n+2) .inner {
	padding: 50px 0 40px;
}
.page-template-page-campus #content section h1.section-heading {
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 600;
}
.page-template-page-campus #content section h1.section-heading span.all {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 14px;
}
.page-template-page-campus #content section h1.section-heading span.all a {
	text-decoration: none;
}
.page-template-page-campus #content section h1.section-heading span.all a:hover {
	text-decoration: underline;
}

.page-template-page-campus #content section.hero-section figure {
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	max-height: 40vw;
	overflow-y: hidden;
}
.page-template-page-campus #content section.hero-section figure img {
	position: relative;
	top: -10vw;
	width: 100%;
	vertical-align: middle;
}
.page-template-page-campus #content section.hero-section .hero-text {
	position: absolute;
	left: -10px;
	bottom: auto;
	top: 40vw;
	width: 100%;
	margin: 0;
	padding: 15px 10px;
	background: rgba(51,176,197,.9); /* celestial */
	color: #fff;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}
.page-template-page-campus #content section.info-section {
	background: #ea8825;
}
.page-template-page-campus #content section.info-section .inner {
	padding: 30px 0 20px;
}
.page-template-page-campus #content section.info-section figure {
	max-width: 175px;
}
.page-template-page-campus #content section .half {
	margin: 20px 0 0;
}
.page-template-page-campus #content section .half.first {
	margin-top: 25vw;
	font-size: 15px;
}
.page-template-page-campus.page-id-6038 #content section .half.first, /* lodestar */
.page-template-page-campus.page-id-5875 #content section .half.first {
	margin-top: 11vw;
}

.page-template-page-campus.page-id-6038 #content section.info-section figure,
.page-template-page-campus.page-id-5875 #content section.info-section figure {
	/* position: relative;
	top: -20px; */
}
.page-template-page-campus #content .campus-subheading {
	margin: 20px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.page-template-page-campus #content .campus-subheading,
.page-template-page-campus #content .campus-address,
.page-template-page-campus #content .campus-address a,
.page-template-page-campus #content .campus-phone,
.page-template-page-campus #content section .leader h1 a,
.page-template-page-campus #content section .leader-title {
	color: #fff;
}
.page-template-page-campus #content .campus-address,
.page-template-page-campus #content .campus-phone {
	margin: 10px 0 0;
}
.page-template-page-campus #content .campus-address .map-link {
	margin-left: 10px;
	font-size: inherit;
}
.page-template-page-campus #content section .leader {
	float: left;
	width: 32%;
	margin: 0 0 30px 0;
}
/* .page-template-page-campus #content section .leader.four {
	width: 23.5%;
} */
.page-template-page-campus #content section .leader:nth-child(n+2) {
	margin-left: 2%;
}
.page-template-page-campus #content section .leader:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.page-template-page-campus #content section .leader .headshot {
	width: 100%;
	height: 45vw;
	background-size: cover !important;
	background-position: center !important;
}
.page-template-page-campus #content section .leader h1 {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
}
.page-template-page-campus #content section .leader h1 a {
	text-decoration: none;
	color: #fff;
}
.page-template-page-campus #content section .leader h1 a:hover {
	text-decoration: underline;
}
.page-template-page-campus #content section .leader-title {
	margin: 5px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.page-template-page-campus #content .vision-section .vision-text img  {
	float: right;
	margin: 7px 0 10px 2%;
	width: 20%;
	max-width: 100px;
}
.page-template-page-campus #content .vision-section .value-images {
	margin: 40px 0 20px;
}
.page-template-page-campus #content .vision-section figure.value-image {
	float: left;
	width: 19%;
}

.page-template-page-campus #content .message-section {
	margin-top: 60px;
	background: #33b0c5; /* Celestial */
}
.page-template-page-campus #content .message-section .message {
	color: #fff;
}
.page-template-page-campus #content .message-section .message-image {
	margin: 30px 0 10px;
}
.page-template-page-campus #content .message-section .message-image img {
	display: block;
	width: 100%;
}
.page-template-page-campus #content .testimonial-section,
.page-template-page-campus #content .more-info-section {
	background: #fbb423; /* gold */
}
.page-template-page-campus #content .testimonial-section .quote {
	color: #222;
	font-size: 18px;
	line-height: 1.6;
}
.page-template-page-campus #content .testimonial-section .quote .attribution {
	width: 100%;
	color: #444;
	font-size: 16px;
	line-height: 1.3;
}
.page-template-page-campus #content .testimonial-section .quote .attribution::before {
	content: "\2014 ";
	margin-right: 2px;
}
.page-template-page-campus #content .testimonial-section .quote .attribution span {
	display: block;
	margin: 15px 0 0 17px;
	font-weight: 600;
}
.page-template-page-campus #content .testimonial-section .quote .attribution span a {
	color: #000;
}
.page-template-page-campus #content .testimonial-section .quote .attribution span a:hover {
	color: #00713d;
}
.page-template-page-campus #primary .extras-section {
	background: #e9e9e9;
}
.page-template-page-campus #primary .more-info-section ul li {
	margin: 15px 0 0;
	padding: 0;
	font-weight: bold;
}
.page-template-page-campus #primary .more-info-section ul li::before {
	content: "\f069";
	display: inline-block;  /* no underline on hover */
	margin-right: 8px;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 14px;
}



/*
Secondary
#ea8825 Poppy (burnt orange)
#56bab8 Mystery (light blue)
#b34b1b Adobe (deep red)

Neutral
#b6c38f Sprout (pale green)
#d9cba3 Pebble (beige)
#4c7f76 Kelp (blue-green)
#9bbab8 Mist (pale blue-green)
#cac9c6 Stealth (warm gray)
#dad3cb Sand
#817b77 (mid-gray)
#877645 Land (brown olive)
*/




/* Lighthouse / Lodestar */
.page-id-2497 #primary .entry-header,
.page-id-2528 #primary .entry-header {
	display: none;
}
.page-id-2497 #primary .col-two,
.page-id-2528 #primary .col-two {
	padding-top: 53px;
}
.page-id-2497 #primary .page-builder .buttons.top,
.page-id-2528 #primary .page-builder .buttons.top {
	margin-left: -10px;
}

/* Lighthouse */
.page-id-2497 #primary .page-builder > figure:first-child {
	width: 75%;
}

/* Lodestar */
.page-id-2528 #primary .page-builder ul.buttons li {
}
.page-id-2528 #primary .page-builder > figure:first-child {
	width: 51.05%;
}







/***  DESIGN *****************************************/

.page-school-design-profile #primary .entry-content {
	counter-reset: h2;
}
.page-school-design-profile #primary .entry-content h2 {
	position: relative;
}
.page-school-design-profile #primary .entry-content h2:before {
	content: counter(h2);
	counter-increment: h2;
	position: absolute;
	left: 13px;
	top: 30px;
	color:rgba(0,113,61,.1);
	color:rgba(253,185,48,.3);
	font-weight:bold;
	font-size:150px;
	line-height:150px;
	z-index:-1;
}





/***  LEADERSHIP *****************************************/
/*
id-17 = leadership page
 */
.page-template-page-people .leadership-group {
	position: relative;
}
.page-template-page-people #primary div.board h2 {
	margin:40px 0 0;
}
.page-template-page-people #primary .leadership-list,
.page-template-page-people #primary .leadership-list li {
	margin-left:0;
	padding-left:0;
}
.page-template-page-people #primary .leadership-list li {
	float: left;
	position: relative;
	width: calc(50% - .25vw);
	margin: 2vw 0 0 0;
	background: #222;
}
.page-template-page-people #primary .leadership-list li:nth-child(even) {
	margin-left: .5vw;
}
@media screen and (min-width: 600px) {
	.page-template-page-people #primary .leadership-list li {
		width: calc(33% - .2vw);
		margin-left: .5vw;
	}
	.page-template-page-people #primary .leadership-list li:nth-child(odd) {
		margin-left: .5vw;
	}
	.page-template-page-people #primary .leadership-list li:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 900px) {
	.page-template-page-people #primary .leadership-list li {
		width: calc(25% - .375vw);
	}
	.page-template-page-people #primary .leadership-list li:nth-child(3n+1) {
		margin-left: .5vw; /* override */
	}
	.page-template-page-people #primary .leadership-list li:nth-child(4n+1) {
		margin-left: 0;
	}
}
.page-template-page-people #primary .leadership-list li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.page-template-page-people #primary .leadership-list li a:hover {
}
.page-template-page-people #primary .leadership-list li .text {
	position: absolute;
	bottom: 0;
	width: calc(100% - 1vw);
	padding: 10px .5vw;
	background: rgba(0,0,0,.5);
}
.page-template-page-people #primary .leadership-list li h3 {
	margin: 0;
	font-size: 15px;
	color: #fff;
}
.page-template-page-people .leadership-list li .headshot {
	position: relative;
	width: 100%;
	height: 80vw;
	background-size: cover !important;
	background-position: center !important;
}
.page-template-page-people .leadership-list li .headshot:hover {
	opacity: 1;
}




.page-template-page-people #primary .leadership-list p.staff-title {
	margin: 10px 0 0;
	color: #fff;
	font-size: .86em;
	line-height: 1.2;
	opacity: .8;
}
.page-template-page-people #primary .leadership-list p.email {
	margin-top:6px;
}

/* single people posts */
.single-post-person figure {
	float: left;
	width: 30%;
	max-width: 200px;
	margin: 0px 30px 15px 0;
}
.single-post-person figure img {
	display: block;
	width: 100%;
}
.single-post-person #primary h1.entry-title {
	margin: 0;
	clear: none;
	font-size: 36px;
}
.single-post-person #primary .staff-title {
	margin: 10px 0 0;
	font-weight: 600;
}
.single-post-person #primary p.back {
	margin-top: 50px;
}




/***  HUMAN RESOURCES *****************************************/

.page-template-page-human-resources .staff-member figure {
	width: 100%;
	max-height: 230px;
	overflow: hidden;
}
.page-template-page-human-resources .staff-member img {
	display: block;
	width: 100%;
}
.page-template-page-human-resources #primary .staff-member p {
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 1.4;
}
.page-template-page-human-resources #primary .staff-member p.name {
	margin: 15px 0 0;
	font-weight: 600;
}




/*** COMMUNITY *****************************************/

/* float video players side-by-side */
@media screen and (min-width: 900px) {

	.page-id-15 #primary .embed-container {
		float:left;
		width:49%;
		padding-bottom:45%;
	}
	.page-id-15 #primary .embed-container + .embed-container {
		margin:0px 0 0 2%;
	}

}







/*** EVENTS *****************************************/

.full-calendar #eventon_loadbar_section {
	margin-top:-6px;
}
/* events listings */
.full-calendar #evcal_list .eventon_list_event:nth-child(n+2) {
	margin: 15px 0 0;
	border-left: none !important;
}
.page-template-page-events .full-calendar {
	margin-top: 40px;
}
.page-template-page-events .home .eventon_list_event:nth-child(n+4) {
	display: block !important;
}
.full-calendar #evcal_list .eventon_list_event .desc_trig_outter {
	background-color: rgba(0,0,0,.1) !important;
}
.full-calendar #evcal_list .eventon_list_event .desc_trig {
	background: none !important;
}
.full-calendar #evcal_list .eventon_list_event .evcal_desc .evcal_event_title,
.full-calendar #evcal_list .eventon_list_event .evcal_desc .evcal_event_subtitle {
	font-size:16px !important;
	line-height:20px !important;
}
.full-calendar #evcal_list .eventon_list_event .evcal_desc .evcal_event_subtitle {
	margin-bottom:-5px !important;
}
.full-calendar #evcal_list .eventon_list_event .desc_trig .evcal_event_title {
	text-decoration:underline;
	color:#00713C;
}
.full-calendar #evcal_list .eventon_list_event .desc_trig .evcal_event_title:hover {
	text-decoration:none;
	color:orange;
}
.full-calendar #evcal_list .eventon_list_event .desc_trig {
	position:relative;
	min-height:46px !important;
}
.full-calendar #evcal_list .eventon_list_event .evcal_cblock {
	left: 0;
	width: 80px;
	margin-right: 0;
}
.full-calendar #evcal_list .eventon_list_event .evcal_desc {
	padding: 15px 0 0 0;
}
.full-calendar .evcal_evdata_row .evcal_evdata_icons i {
	font-family:FontAwesome !important;
}
.full-calendar .eventon_list_event .evcal_eventcard {
	margin-left:65px !important;
}
.full-calendar .eventon_list_event .evcal_eventcard.open {
	margin-bottom:40px !important;
}
.full-calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3 {
	margin-top:2px !important;
}
.eventon_events_list .event_description p {
	margin-top:2px !important;
}
.full-calendar .evo_metarow_ICS .evcal_evdata_cell p {
	margin-top:0 !important;
}
.full-calendar .evo_metarow_ICS .evcal_evdata_cell p a {
	padding:0 6px !important;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	color:#fff;
	font-size:12px !important;
	text-decoration:none !important;
	background-color:#24890d !important;
}
.full-calendar .evo_metarow_ICS .evcal_evdata_cell p a::before {
	content:"Add to ";
}





/*** FAQ *****************************************/

.page-id-18 #primary p.anchor-spanish {
	margin:20px 0 40px;
	font-size:1.2em;
}
.page-id-18 #primary .collapseomatic_content > p:first-child {
	margin-top:5px;
}







/*** PARENTS *****************************************/

/* weekly updates */
.page-template-page-updates #primary .item-list {
	margin-top:20px;
}
.page-template-page-updates #primary .item-list.borders > li {
	margin-bottom:25px;
	padding-top:25px;
}
.page-template-page-updates #primary .item-list.borders > li:first-child {
	padding-top:0;
}
.page-template-page-updates #primary .update-files {
	margin-left:0;
	font-weight:bold;
}
.page-template-page-updates #primary .entry-content ul.update-links {
	margin:5px 0 0 15px;
	font-size: .86em;
}
.page-template-page-updates #primary .entry-content ul.update-links li {
	margin:5px 0 0;
}
.page-template-page-updates #primary .entry-content p.links-label {
	margin:12px 0 7px 15px;
	font-size:.86em;
	color:#777;
	text-transform:uppercase;
}
.page-template-page-updates #primary .update-files span.update-date {
	display: block;
}








/*** MAKE A PAYMENT *****************************************/

/* ASP/EDP meal fee form */
#primary .entry-content #gform_wrapper_8 .checkall li:first-child {
	text-transform: uppercase;
	margin: 0;
}
#primary .entry-content #gform_wrapper_8 li.gfield_price .ginput_product_price_label {
	display: none;
}
#primary .entry-content #gform_wrapper_8 li.gfield_total {
	margin: 20px -10px 0 !important;
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	background: rgba(0,0,0,.1);
}
#primary .entry-content #gform_wrapper_8 span.ginput_total {
	color: #000;
	font-weight: bold;
}
#primary .entry-content #gform_wrapper_8 li.payment {
	width: calc(100% + 20px);
	max-width: none !important;
	margin: 0 -10px 0 !important;
	padding: 1px 10px 20px;
	color: #000;
	background: rgba(0,0,0,.1);
}
#primary .entry-content #gform_wrapper_8 li.submit-note {
	margin: 30px 0px -20px;
	font-size: 14px;
	font-weight: 600;
}
#primary .entry-content #gform_wrapper_8 li.child-name {
	padding: 10px;
	background-color: rgba(255,255,255,.5);
}
#primary .entry-content #gform_wrapper_8 li.child-name + li.child-name {
	margin-top: 0;
}
#primary .entry-content #gform_wrapper_8 li.child-name label {
	font-size: .9em;
}
#primary .entry-content #gform_wrapper_8 li.fees-note {
	margin-top: 8px;
	font-size: .86em;
}

/* fees table (lightbox) */
.page-id-2106 #TB_ajaxContent h2 {
	display: none;
}
.page-id-2106 #TB_ajaxContent table {
	margin: 20px 0 0;
	border: 1px solid #999;
}
.page-id-2106 #TB_ajaxContent th,
.page-id-2106 #TB_ajaxContent td {
	padding: 3px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.page-id-2106 #TB_ajaxContent th {
	font-weight: 600;
}




/*** NEWS *****************************************/

/* landing page */
.page-template-page-news #primary .entry-content article {
	margin:15px 0 25px;
}
.page-template-page-news #primary .entry-content article h1 {
	margin:0 0 10px;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:normal;
}
.page-template-page-news #primary .entry-content p.news-meta {
	margin:-5px 0 0;
	font-size:12px;
	color:#777;
	text-transform:uppercase;
}
.page-template-page-news #primary .entry-content p.news-meta span+span {
	margin-left:6px;
	padding-left:8px;
	border-left:1px solid #b9b9b9;
}
.page-template-page-news #primary .entry-content .featured-image {
	float:left;
	width:30%;
	max-width:150px;
	margin:14px 20px 10px 0;
}
.page-template-page-news #primary .entry-content .news-meta + .featured-image {
	margin-top:24px;
}
.page-template-page-news #primary .entry-content .featured-image img {
	width:100%;
}


/* individual news item pages */
.single-post-news #primary .entry-content .featured-image {
	float:left;
	width:40%;
	max-width:250px;
	margin:14px 20px 10px 0;
}
.single-post-news #primary .entry-content .featured-image img {
	width:100%;
}
.single-post-news #primary p.back {
	text-transform:uppercase;
	font-size:12px;
}





/*** REPORTS & PUBLICATIONS *****************************************/
/*
id-11 = landing page
id-26 = annual reports page
id-546 = newsletters page
 */

/* landing page */
.page-template-page-publications #primary section h1 {
	margin-bottom:-20px;
}
.page-template-page-publications #primary section.reports h1 {
	margin-top:15px;
}

.page-template-page-publications #primary .entry-content .featured-image {
	float:left;
	width:100%;
	max-width:175px;
	margin:5px 20px 10px 0;
}
.page-template-page-publications #primary .item-list {
	margin-top:50px;
}
.page-template-page-publications #primary .item-list h2.pub-title {
	clear:none;
	margin:0;
	padding: 0;
	border-bottom: none;
	font-size:18px;
	line-height:22px;
}
.page-template-page-publications #primary .item-list p {
	margin-top:10px;
	font-size:14px;
}
.page-template-page-publications #primary .item-list p.pub-meta {
	margin:5px 0 0;
	font-size:12px;
	color:#888;
	text-transform:uppercase;
}
.page-template-page-publications #primary .item-list p.pub-meta span+span {
	margin-left:6px;
	padding-left:8px;
	border-left:1px solid #b9b9b9;
}
.page-template-page-publications #primary .item-list p.pub-date {
	margin:5px 0 0;
}

/* annual reports */
.page-template-page-publications #primary .reports ul {
	margin:30px 0 0;
}
.page-template-page-publications #primary .reports li {
	float:left;
	width:23%;
	max-width:175px;
	min-width:80px;
	margin:15px 2% 0 0;
	padding-left:0;
	background:none;
}
.page-template-page-publications #primary .reports li p {
	float:left;
	clear:left;
	width:100%;
	margin:0;
	font-size:13px;
	line-height:13px;
	text-align:center;
}
.page-template-page-publications #primary .reports li p a {
	display:block;
	padding:5px 0;
	color:#fff;
	text-decoration:none;
	background-color:#00713d;
}
.page-template-page-publications #primary .reports li p a:hover {
	background-color:#ffb419;
}





/*** SUBSCRIBE *****************************************/

.page-subscribe #content form ul li {
	padding-left:0;
	background:none;
}
.page-subscribe .gform_wrapper .gfield_required {
	color:#fdb930;
}





/*** WAYS TO GIVE *****************************************/

.page-id-237 .anchor-links {
	margin:30px 0 0;
}
/* three across */
.page-id-237 .anchor-link {
	float:left;
	width:32%;
	margin:0 0 15px 2%;
}
/* first in each row of three */
.page-id-237 .anchor-links a:nth-child(3n+1) .anchor-link {
	margin-left:0;
	clear:left;
}

.page-id-237 .anchor-link figure {
	width:100%;
}
.page-id-237 .anchor-link figure img {
	width:100%;
}
.page-id-237 #primary .anchor-link p.link-text {
	position:relative;
	top:0;
	width:100%;
	margin:0;
	padding:3px 0;
	font-size:13px;
	line-height:1.2em;
	text-align:center;
	background-color:rgba(0,113,61,.9);
	color:#fff;
	height:45px;
}
.page-id-237 .ways {
	position:relative;
}
.page-id-237 .employers p {
	padding-left:20px;
}
.page-id-237 .employers br {  /* displays as bulleted list in some browsers */
	content:"";
	display:block;
	position:relative;
	left:-20px;
	top:-15px;
	width:10px;
	height:10px;
	background:url(../img/icons/bullet.png) no-repeat;
}


/* donate */
.page-id-29 #etapIframe {
	position:relative;
	left:-10px;
	top:5px;
	width: 100%;
	min-height: 1000px;
	height: auto;
}




/*** CONTACT *****************************************/

.page-template-page-contact #primary #content {
	max-width: none;
	margin-left: 0;
}
.page-template-page-contact #primary .schools {
	margin: 0 0 30px;
}
.page-template-page-contact #primary .school {
	margin-top: 30px;
}
.page-template-page-contact #primary .school h3 {
	clear: none;
	margin: 0 0 10px;;
}
.page-template-page-contact #primary .school h3 span {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 400;
}
/* map */
.page-template-page-contact #primary .school-info {
	font-size: 14px;
}
.page-template-page-contact #primary .school-info > p:first-child {
	margin-top: 0;
}
.page-template-page-contact #primary .mobile-map-link {
	margin-top: 0px;
	font-weight: 600;
}
.page-template-page-contact #primary .mobile-map-link a {
	text-decoration: none;
}
.page-template-page-contact #primary .mobile-map-link a:hover {
	text-decoration: underline;
}
.page-template-page-contact .school-map {
	display: none; /* =>768px */
	margin: 0 0 15px;
	border: 1px solid rgba(0,0,0,.3);
}

.page-template-page-contact .featured-image {
	float:none;
 	width:auto;
	max-width:100%;
	margin:30px 0 0;
}
.page-template-page-contact .featured-image img {
	width:100%;
}
.page-template-page-contact form.schedule-visit {
	opacity: .5;
}
.page-template-page-contact form.schedule-visit input[type="submit"] {
	display: none !important;
}









/*** JOIN OUR TEAM LANDING *****************************************/

.page-template-page-join-our-team #main {
	max-width: none;
	padding-top: 0;
}
.page-template-page-join-our-team #content {
	max-width: none !important;
	margin: 0 !important;
}
.page-template-page-join-our-team .entry-title {
	display: none;
}
.page-template-page-join-our-team #content .entry-content section {
  margin-right: -3%;
	margin-left: -3%;
}
.page-template-page-join-our-team #content .entry-content section:nth-child(n+2) .inner {
	padding: 50px 0 40px;
}
.page-template-page-join-our-team #content section h1.section-heading {
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 600;
}
.page-template-page-join-our-team #content section h1.section-heading span.all {
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 14px;
}
.page-template-page-join-our-team #content section h1.section-heading span.all a {
	text-decoration: none;
}
.page-template-page-join-our-team #content section h1.section-heading span.all a:hover {
	text-decoration: underline;
}

.page-template-page-join-our-team #content section.hero-section figure {
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	max-height: 40vw;
	overflow-y: hidden;
}
.page-template-page-join-our-team #content section.hero-section figure img {
	position: relative;
	width: 100%;
	vertical-align: middle;
}
.page-template-page-join-our-team #content section.hero-section .hero-text {
	position: absolute;
	left: 0;
	bottom: auto;
	top: 20vw;
	width: 28vw;
	margin: 0;
	padding: 2vw 10px;
	background: rgba(51,176,197,.9); /* celestial */
	color: #fff;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}
.page-template-page-join-our-team #content section.positions-section .inner {
	text-align: center;
}
.page-template-page-join-our-team #content section.positions-section button {
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	/* background: #fbb423; */
}
.page-template-page-join-our-team #content section.positions-section button a {
	color: #fff;
	text-decoration: none;
}

/* quick links */
.page-template-page-join-our-team #content section.quicklinks-section {
	/* background: #ea8825; */
}
.page-template-page-join-our-team #main #content section.quicklinks-section .inner {
	padding-top: 0;
}
.page-template-page-join-our-team #content .quicklinks li {
	font-size: 16px;
	font-weight: 600;
	hyphens: none;
}
.page-template-page-join-our-team #content .quicklinks li a {
	display: block;
	padding: 5px 20px;
	background: #127D3f;
	color: #fff;
	text-decoration: none;
}
.page-template-page-join-our-team #content .quicklinks li a:hover {
	background: #41a62a;
}

/* vision */
.page-template-page-join-our-team #content .vision-section  {
	background: #fbb423;
}
.page-template-page-join-our-team #content .vision-section .vision-text img  {
	float: right;
	margin: 7px 0 10px 2%;
	width: 20%;
	max-width: 100px;
}
.page-template-page-join-our-team #content .vision-section .value-images {
	margin: 40px 0 20px;
}
.page-template-page-join-our-team #content .vision-section figure.value-image {
	float: left;
	width: 19%;
}
.page-template-page-join-our-team #content .vision-section figure.value-image img {
	border: 1px solid #fff;
}


/* why work at LCPS */
.page-template-page-join-our-team #content .entry-content section.why-section {
	background: #fbb423;
}
.page-template-page-join-our-team #content .entry-content section.why-section .inner {
	padding: 0;
}
.page-template-page-join-our-team #content section.why-section h1 {
	margin: 30px 0 0;
	font-size: 7vw;
}
.page-template-page-join-our-team #content .why-section p.subheading {
	margin: 10px 0 0;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
}
.page-template-page-join-our-team #content .why-section p.big-text,
.page-template-page-join-our-team #content .message-section h1.section-heading {
	margin: 15px 0;
	color: #00713d;
	font-size: 7vw;
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
}
.page-template-page-join-our-team #content .why-section .why-stats {
	width: 100%;
	margin: 30px 0 0;
}

.page-template-page-join-our-team #content .message-section {
	margin-top: -30px;
}
.page-template-page-join-our-team #content .message-section .inner {
	padding-bottom: 0 !important;
}
.page-template-page-join-our-team #content .quicklinks li,
.page-template-page-join-our-team #content .message-section .message-icons,
.page-template-page-join-our-team #content .featured-news .news-stories,
.page-template-page-join-our-team #content .growth-section .growth-icons {
	text-align: center;
}
.page-template-page-join-our-team #content .quicklinks li,
.page-template-page-join-our-team #content .message-section .message-icons li,
.page-template-page-join-our-team #content .featured-news .news-stories li,
.page-template-page-join-our-team #content .growth-section .growth-icons li {
	position: relative;
	width: 80%;
  margin: 20px auto 0;
}
.page-template-page-join-our-team #content .message-section .message-icons li figure,
.page-template-page-join-our-team #content .growth-section .growth-icons li figure {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.page-template-page-join-our-team #content .message-section .message-icons li .message-text p,
.page-template-page-join-our-team #content .featured-news .news-stories li .news-text p,
.page-template-page-join-our-team #content .growth-section .growth-icons li p {
	margin-top: 10px;
	font-weight: 600;
	line-height: 1.4
}
.page-template-page-join-our-team #content .message-section .message-image {
	margin: 30px 0 10px;
}
.page-template-page-join-our-team #content .message-section .message-image img {
	display: block;
	width: 100%;
}

/* news */
.page-template-page-join-our-team #content .featured-news {
	margin: 0 0 25px;
	padding: 10px 3% 25px 40px;
}
.page-template-page-join-our-team #content .featured-news .inner {
	padding: 40px 0 !important;
}
.page-template-page-join-our-team #content .featured-news .news-stories li a {
	display: block;
}
.page-template-page-join-our-team #content .featured-news .news-stories li figure {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.page-template-page-join-our-team #content .featured-news li:hover figure {
	opacity: .85;
}
.page-template-page-join-our-team #content .featured-news li:hover .news-text {
	background: rgba(0,0,0,.44);
}
.page-template-page-join-our-team #content .featured-news h2+article figure {
	margin-top:7px;
}
.page-template-page-join-our-team #content .featured-news figure img {
	width:100%;
}
.page-template-page-join-our-team #content .featured-news article h1 {
	clear:none;
	margin:5px 0 15px;
	font-size:1.1em;
	line-height:1.35em;
}

/* growth */
.page-template-page-join-our-team #content .growth-section {
	background: #33b0c5;
}
.page-template-page-join-our-team #content .growth-section h1.section-heading,
.page-template-page-join-our-team #content .growth-section h2,
.page-template-page-join-our-team #content .growth-section .growth-links li,
.page-template-page-join-our-team #content .growth-section .growth-links li a {
	color: #fff;
}
.page-template-page-join-our-team #content .growth-section h2 {
	border-bottom-color: #fff;
}
.page-template-page-join-our-team #content .growth-section .growth-links li {
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: 600;
}
.page-template-page-join-our-team #content .growth-section .growth-links li a {
	text-decoration: none;
}
.page-template-page-join-our-team #content .growth-section .growth-links li a:hover {
	text-decoration: underline;
}
.page-template-page-join-our-team #content .growth-section .growth-links li a::after,
.page-template-page-join-our-team #content .impact-section p a::after {
	content: "\f08e";
	position: relative;
	top: -1px;
	margin-left: 5px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 14px;
}
.page-template-page-join-our-team #content .growth-section .growth-icons li p {
	color: #fff;
}

/* schools */
.page-template-page-join-our-team #content .schools-section h1.section-heading {
	margin-bottom: 0;
	padding: 15px 3%;
	background: #127D3f;
	color: #fff;
}
.page-template-page-join-our-team #content .schools-section li {
	position: relative;
	height: 50vw;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	background-size: cover;
}
.page-template-page-join-our-team #content .schools-section li a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.page-template-page-join-our-team #content .schools-section li a.first {
	top: 30%;
}
.page-template-page-join-our-team #content .schools-section li a.second {
	top: 70%;
}
.page-template-page-join-our-team #content .schools-section li a:hover {
	text-decoration: underline;
}

/* impact */
.page-template-page-join-our-team #content .impact-section {
	background: #fbb423	url(../../../../wp-content/uploads/2021/09/lightbeam.png) no-repeat center center;
}
.page-template-page-join-our-team #content .impact-section p {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.page-template-page-join-our-team #content .impact-section p a {
	text-decoration: none;
}
.page-template-page-join-our-team #content .impact-section p a:hover {
	color: #fff;
	text-decoration: underline;
}
