
/*
6e408d  purple
f15a22  orange
ee3286  pink
00a889  green
88aC2e  olive
00b3e3  turquoise
eac800  yellow
be1e24  red

font-family: 'Raleway', sans-serif;
400 (regular, italic)
600
700
800

*/

.mapp-layout {
	margin: 0 !important;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom: auto !important;
}

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

.container {
	position: relative;
	width: 94%;
	max-width: 1300px;
	max-width: 1100px;
}

#main-content .container {
	padding-top: 30px;
}
#main-content .hero + .container {
	padding-top: 0;
}
#content-area {
	min-height: 600px;
	padding-bottom: 50px;
}
#content-area {
	position: relative;
	padding-bottom: 0;
}
#content-area article .entry-content {
	position: relative;
}
.page-template-default #content-area article .entry-content {
	margin-bottom: 70px;
}

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







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

body {
	margin: 0;
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 1.4;
}
p {
	margin: 20px 0 0;
	padding: 0;
}

/* links */
a,
.et_pb_post a.more {
	color: #00b3e3;
  text-decoration:underline;
}
a:hover,
a:active {
	/*color:#00B3e3;*/
	color:#f15A22;
	outline: none;
}
a:hover {
  text-decoration: none;
}
#content-area a {
  text-decoration: none;
}
#content-area a.more,
#sidebar a.more,
#content-area a.back {
	text-decoration: none;
}
#content-area a.more:hover,
#sidebar a.more:hover,
#content-area a.back:hover {
	text-decoration: underline;
}

#content-area p.back {
	margin: 30px 0 0;
	font-size: .82em;
  text-transform: uppercase;
}
a.external::after {
	content:"\f08e";
	display:inline-block;  /* no underline on hover */
	display: none; /* no icon? */
	position:relative;
	left: 6px;
	top: 1px;
	margin-right: -10px; /* prevent wrap */
	font-family:FontAwesome !important;
	font-size: .7em;
	line-height: .8em;
}
.page-builder .links li a::after,
a.more::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left: 4px;
	top:0;
	margin-right: -10px; /* prevent wrap */
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
a.back::before {
	content:"\f053";
	display:inline-block;  /* no underline on hover */
	position:relative;
	top:0;
	margin-right: 4px;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
.single-job a.back::before,
.single-post_people a.back::before {
	top:-1px;
	margin-right: 5px;
}
p.all a {
	font-size: .92em;
	text-transform: uppercase;
}

#content-area h1 a,
#content-area h2 a,
#content-area h3 a,
#content-area h4 a,
#content-area h5 a,
#content-area h6 a {
	text-decoration: none;
}
#content-area h1 a:hover,
#content-area h2 a:hover,
#content-area h3 a:hover,
#content-area h4 a:hover,
#content-area h5 a:hover,
#content-area h6 a:hover {
	text-decoration: underline;
}

#content-area p.see-all a {
	text-decoration: none;
}
#content-area p.see-all a:hover {
	text-decoration: underline;
}

iframe {
	border: none !important;
}

sup {
	bottom: .3em;
	font-size: .7em;
}

.no-mobile {
	display: none;
}

/* lists */
ul {
	list-style: none;
}
#content-area ul {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
#content-area ul.bullets {
	margin-left: 20px;
	line-height: inherit;
}
#content-area ul.bullets li {
	margin: 10px 0 0;
	padding-left: 15px;
}
#content-area ul.justified {
	margin-left: 0;
}
#content-area .page-builder .collapseomatic_content > ul:first-child {
	margin-top: 20px;
}
#content-area .page-builder ul li,
#sidebar .page-builder ul li {
	list-style: none;
	margin: 15px 0 0 10px;
	padding-left: 20px;
	line-height: 1.5em;
	background:url(../img/icons/bullet.png) no-repeat 0 14px;
	background-size: 7px 7px;
}
#content-area .entry-content ul.justified li {
	margin-left:0;
}
#content-area .entry-content ol {
	list-style:decimal outside none;
	margin: 10px 0 0 22px;
}
#content-area .entry-content ol li {
	margin: 7px 0 0 35px;
	padding-left: 20px;
}
#content-area .entry-content ol.justified li {
	margin-left:0;
	padding-left:0;
}
#content-area .entry-content h2+ ul,
#content-area .entry-content h3+ ul,
#content-area .entry-content h2+ ol,
#content-area .entry-content h3+ ol {
	margin-top: 15px;
}
#content-area .entry-content p + ul,
#content-area .entry-content p + ol {
	margin-top: 15px;
}


/* styled lists */
#content-area .item-list {
	list-style: none;
	margin:0;
	padding:0;
}
#content-area .item-list > li {
	margin: 20px 0 0;
	padding: 25px 0 0;
	border-top: 1px dotted #b9b9b9;
	line-height:inherit;
	background: none;
}
#content-area .item-list > li:first-child {
	margin-top: 20px;
	padding-top:0;
	border-top: none;
}
.item-list.borders > li .item-title {
	margin-top:0;
}


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


/* logged in only */
.logged-in-only {
	display: none;
}
.logged-in .logged-in-only {
	display: block;
}


/* screen reader only */
.hidden,
.screen-reader-text {
    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;
}


/* images */
figure.circle {
	display: block;
  position: relative;
  overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
figure.circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
figure.circle img.left {
	left: 30%;
}
figure.circle img.right {
	left: 70%;
}
figure.circle img.up {
	top: 30%;
}
figure.circle img.down {
	top: 70%;
}
/* img proportion class added by /js/custom.js */
figure.circle.square img {
	width: 100%;
	height: 100%;
}
figure.circle.landscape img {
	width: auto;
	max-width: none;
	height: 100%;
}
figure.circle.portrait img {
	width: 100%;
	height: auto;
	max-height: none;
}


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


/* buttons */
a.small-button,
a.big-button,
a.icon-button,
#sidebar .page-builder .buttons a,
.gform_wrapper .gform_footer input.gform_button,
#main-footer p.footer-links a {
	color: #fff !important;
	border: none !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	text-shadow: none !important;
	background: #00b2e2 !important;
}
a.small-button,
a.big-button,
a.icon-button,
#sidebar .page-builder .buttons a {
	margin: 25px 15px 0 0 !important;
}
a.button.big {
	padding: 30px 60px !important;
}

a.small-button:hover,
a.big-button:hover,
a.icon-button:hover {
	color: #fff !important;
	background: #ec7203 !important;
}
a.smallorange,
a.bigorange {
	background: #ec7203 !important;
}
a.smallorange:hover,
a.bigorange:hover {
	background: #0095a9 !important;
}
a.smallred,
a.bigred {
	background: #733041 !important;
}

a.button.translate {
	display: block;
	position: relative;
	width: 500px;
	margin: 40px auto 0;
  padding: 15px;
	border-radius: 7px;
  color: #fff;
  font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #00b3e3;
}
a.button.translate:hover {
	background: #f15a22;
}
a.button.translate span {
	display: block;
	margin: 10px 0 0;
	font-size: 15px;
}
a.button.translate + iframe#mc-donation {
	margin-top: 0;
}

/* sections */
#content-area section,
#content-area section.collapsers {
	margin: 40px 0 30px;
}
#main-content section,
#content-area section {
	position: relative;
}
/* sections */
#content-area section {
	position: relative;
}
#content-area section.white {
	background: #fff;
	color: #6e408d;
}
#content-area section.orange {
	background: #f15a22;
	color: #fff;
}
#content-area section.pink {
	background: #ee3286;
	color: #fff;
}
#content-area section.purple {
  background: #6e408d;
  /*background: #82579f;*/
	color: #fff;
}
#content-area section.blue {
  background: #00b2e2;
	color: #fff;
}
#content-area section.green {
  background: #00a889;
	color: #fff;
}
#content-area section.olive {
  background: #88aC2e;
}
#content-area section.turquoise {
  background: #00b3e3;
	color: #fff;
}
#content-area section.red {
  background: #be1e24;
	color: #fff;
}

/* callouts */
#content-area .box,
#content-area .callout,
#sidebar .callout {
	margin: 30px 0;
	padding: 15px;
	color:#87878c;
	background-color:#f4f4f4;
}
.et-box,
.et-box-content {
	text-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.et-box,
.callout {
	margin: 25px 0 ;
	border: 1px solid #eee !important;
	font-size: 16px !important;
}
.et-box-content,
.callout {
	padding: 10px 40px 20px !important;
	border: none !important;
	color: #555 !important;
}
#sidebar .callout {
	padding: 1px 10px 15px !important;
}
.et-box-content ul li,
.callout ul li {
	margin: 10px 0 0 !important;
}
.et-box-content p + ul,
.callout p + ul {
	margin: 10px 0 0 !important;
}
.et-box-content strong {
	color: inherit !important;
}
#content-area .box,
#content-area .callout.half,
#content-area .callout.third {
	padding: 10px 20px 20px !important;
}
#content-area .box.one-half,
#content-area .callout.half {
	float: left;
	width: 48.5%;
}
#content-area .box.one-half + .box.one-half,
#content-area .callout.half + .callout.half {
	margin-left: 3%;
}
#content-area .box.one-third,
#content-area .callout.third {
	float: left;
	width: 32%;
}
#content-area .box.one-third + .box.one-third,
#content-area .callout.third + .callout.third {
	margin-left: 2%;
}
#content-area .gca-column.box a.small-button,
#content-area .gca-column.box a.big-button,
#content-area .gca-column.box a.icon-button,
#content-area .callout.half a.small-button,
#content-area .callout.half a.big-button,
#content-area .callout.half a.icon-button,
#content-area .callout.third a.small-button,
#content-area .callout.third a.big-button,
#content-area .callout.third a.icon-button {
	margin-top: 20px !important;
}

/* blockquotes */
#sidebar .page-builder .text blockquote {
	position: relative;
	margin: 30px 0 20px;
	padding: 15px 15px 30px;
	border-left: none; /* override */
	color:#87878c;
	font-style: italic;
	background-color:#f4f4f4;
}
#sidebar .page-builder .text blockquote::before,
#sidebar .page-builder .text blockquote::after {
	position: absolute;
  font-family: FontAwesome;
  color: #d9d9d9;
  font-size: 28px;
	font-style: normal;
	line-height: 1;
}
#sidebar .page-builder .text blockquote::before {
  content: "\f10d";
  top: 5px;
  left: 5px;
}
#sidebar .page-builder .text blockquote::after {
  content: "\f10e";
  bottom: 5px;
  right: 5px;
}


/* forms */
.gform_wrapper {
	background: rgba(0,0,0,.05) !important;
}
.gform_fields li label {
	font-size: .92em !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 13px !important;
}
.gform_confirmation_message {
	margin: 50px 0;
  padding: 20px;
	color: #eac800 !important;
	font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  background: rgba(255,255,255,.1);
	}
.gform_wrapper .gform_footer input.gform_button {
	padding: 10px 15px !important;
}
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input.gform_button:hover {
	background: #f15a22 !important;
	cursor: pointer;
}


/* sitemap */
ul.page-list {
	list-style: none;
	margin-left:0;
	padding-left:0;
	color:#777;
}
ul.page-list > li {
	list-style: none;
	margin: 30px 0 0;
	padding-left:0;
}
ul.page-list > li.page-item-68 {
	display: none;
}
ul.page-list > li > a {
	display:block;
	padding: 5px 10px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#e7e7e7;
}
ul.page-list > li > a:hover {
	color:#fff;
	background-color:#777;
}
ul.page-list ul.children {
	margin: 20px 0 0 10px;
}
ul.page-list ul.children li {
	list-style: none;
	margin: 10px 0 0;
	padding-left:0;
}
ul.page-list ul.children ul {
	margin-top: 5px;
}
ul.page-list ul.children ul li {
	margin: 5px 0 0 50px;
	padding-left:0;
	list-style-type:square;
	list-style-position:outside;
}
ul.page-list li li a {
	font-weight:bold;
}
ul.page-list li li a:hover {
	text-decoration:underline;
}
ul.page-list li li li a {
	font-weight: normal;
}
ul.page-list a {
	text-decoration: none;
}

/* comments */
div#comments.comments-area {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#f7f7f7;
}





/* PAGE BUILDER */

/* images and image+text sections are below with image styles */
#content-area article .page-builder .image-text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9;
}
.page-builder figure.align-left + .image-text-text-container,
.page-builder figure.align-right + .image-text-text-container {
	margin-top: 20px;
}
#content-area article .page-builder .image-text h2,
#content-area article .page-builder .image-text h3,
#content-area article .page-builder .image-text h4 {
	margin-top: 2px;
}
#content-area article .page-builder .image-text h4 {
	margin-bottom: 10px;
	color: #6e408d;
	font-size: 24px;
	font-weight: 600;
}



/* images */
#sidebar .page-builder figure {
	margin: 20px 0;
}
#sidebar .page-builder > figure:first-child {
	margin-top: 0;
}

/* embedded video */
.page-builder .embed-container,
.page-template-page-podcast .embed-container,
.single-podcast .embed-container {
	position: relative;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	margin: 30px 0;
	padding-bottom: 56.25%;
}
.page-builder .embed-container iframe,
.page-builder .embed-container object,
.page-builder .embed-container embed,
.page-template-page-podcast .embed-container iframe,
.page-template-page-podcast .embed-container object,
.page-template-page-podcast .embed-container embed,
.single-podcast .embed-container iframe,
.single-podcast .embed-container object,
.single-podcast .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: 0;
}


/* tabbed content */

#content-area .page-builder .responsive-tabs {
	margin: 30px 0;
}
#content-area .page-builder ul li.responsive-tabs__list__item {
	margin: 0;
	padding: 10px 15px;
	font-weight: 600;
	background: #fff;
}
#content-area .page-builder ul li.responsive-tabs__list__item--active {
	color: #005b70;
}
#content-area .page-builder .responsive-tabs__panel {
	padding: 5px 15px 25px;
}




/* FORMS */

/* gravity forms */
.gform_wrapper {
	position:relative;
	margin: 1.5em 0;
	padding: .25em 1em .5em;
	background:#f7f7f7;
}
.gform_heading {
	margin: 15px 0 0;
	font-size: 16px;
}
.page-builder p + .gform_wrapper,
.page-builder ul + .gform_wrapper {
	margin: 40px 0 50px;
}
#content-area .entry-content > .gform_wrapper:first-child {
	margin-top: 0;
}
#content-area .entry-content h3.gform_title {
	margin-top: 0;
}
#content-area .entry-content .gform_fields > li {
	padding-left:0;
	background: none;  /* no bullet */
}
.gform_wrapper .gfield_required {
	color:#c4161c !important;
}
.gform_wrapper p.required-note {
	position:absolute;
	right: 4.5%;
	top: 5px;
	font-size: 11px;
}
.gform_wrapper p.required-note span {
	display:inline-block;
	position:relative;
	top: 2px;
	left:-2px;
	font-size: 17.6px;
	color:#c4161c;
}
.gform_wrapper .gform_footer {
	margin-top: .5em;
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#f15a22;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color:#00b3e3;
}







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

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
	background: #000;
}

.et_fixed_nav #main-header > .container {
	padding: 15px 0 25px;
}
.et_header_style_left #et-top-navigation {
	padding-top: 56px;
	padding-bottom: 12px;
}
.et_header_style_left .et-fixed-header #et-top-navigation,
.home .et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}
#main-header .logo_container {
	width: 80%;
	height: auto;
	margin-top: 30px;
}
#main-header span.logo_helper {
	display: inline;
}
#main-header .logo_container a {
	position: relative;
	top: 3px;
}

#main-header .logo_container img#logo {
	/* width: 220px; */
	width: 190px;
}
/* fixed header logo */
#main-header.et-fixed-header .logo_container img#logo {
	top: 0 !important;
	width: 109px !important;
	/*height: 25px !important;*/
}


/* language switcher */
#main-header .language-switcher {
	position: absolute;
	left: 0;
	top: 9px;
	-webkit-transition: top .5s;
	transition: top .5s;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-animation: fadeIn .5s 1s;
	-moz-animation: fadeIn .5s 1s;
	-ms-animation: fadeIn .5s 1s;
	-o-animation: fadeIn .5s 1s;
	animation: fadeIn .5s 1s;
	animation-fill-mode: forwards;
}
/* fade in page */
@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; }
}



#main-header .language-switcher > div {
	padding: 0;
}
#main-header .language-switcher a {
	padding: 6px 8px;
	font-weight: 600;
	background: rgba(255,255,255,.2);
}
#main-header .language-switcher a:hover {
	padding: 6px 8px !important; /* override */
	color: #eac800;
	background: rgba(255,255,255,.3);
}
.gt_switcher_wrapper,
.gt_float_switcher img {
display: none !important;
}

.timeline-Tweet-media {
	display: block !important;
}


/* social navigation */
.social-nav {
	position: absolute;
	right: 36px;
	top: 5px;
	width: 150px;
	transform: scale(.6);
}
.et_monarch .et_social_autowidth.et_social_networks li:nth-child(n) {
	margin: 0 0 0 8px !important;
}
.et_monarch .et_social_autowidth.et_social_networks li:first-child {
	margin: 0 !important;
}
.social-nav .et_social_autowidth li i:before {
	transform: scale(1.2);
}


/* sticky header */
.et-fixed-header .social-nav,
.et-fixed-header #et_top_search {
	top: -40px !important;
	-webkit-transition: top .5s;
	transition: top .5s;
}
.et-fixed-header .language-switcher {
	top: -80px !important;
	-webkit-transition: top .5s;
	transition: top .5s;
}


/* MAIN MENU */
#top-menu > li {
	padding-right: 0;
}
#top-menu > li.menu-item-has-children > a:first-child,
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding: 6px 0;
	color: #231f20;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
	color:#00b3e3;
}
.et_header_style_left #et-top-navigation nav > ul > li.donate > a {
	color: #fff;
	background-color: #00b3e3;
}
.et_header_style_left #et-top-navigation nav > ul > li.donate.current-menu-item > a,
.et_header_style_left #et-top-navigation nav > ul > li.donate.current-menu-ancestor > a {
	color: #000 !important;
	/*background-color: #eac800;*/
}
.et_header_style_left #et-top-navigation nav > ul > li.donate > a:hover {
	color: #000 !important;
	background-color: #eac800 !important;
}


#top-menu a {
	color:#fff;
}
#top-menu a:hover,
#top-menu a:active,
.et_header_style_left #et-top-navigation nav li.current-menu-item > a,
.et_header_style_left #et-top-navigation nav li.current-menu-ancestor > a,
.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
	/*color:#733041;*/
	color: #98e9fe !important;
	color: #eac800 !important;
}
.et_header_style_left #et-top-navigation nav li.current-menu-item:hover,
.et_header_style_left #et-top-navigation nav li.current-menu-ancestor:hover {
	background-color: none;
}
.et_header_style_left #et-top-navigation nav li.current-menu-item > a:hover,
.et_header_style_left #et-top-navigation nav li.current-menu-ancestor > a:hover {
	background-color: none;
	opacity: 1;
}
#top-menu > li > a::after {
	display: none;
}
#top-menu .menu-item-has-children > a:first-child:after {
	content: "5";  /* override */
}


/* dropdown menu */
#top-menu li ul {
	width: auto;
	padding: 10px 0;
	border-top: none;
	background-color: rgba(0,0,0,.8);
}
#top-menu > li > ul {
	left: 0;
	top: 25px;
}
#top-menu > li:last-child > ul {
	left: -50px;
}
#top-menu li li {
	padding: 0;
	font-size: 18px;
	line-height: 1.4;
}
#top-menu li li:first-child {
	padding-top: 8px;
}
#top-menu li ul ul {
	left: 200px;
	top:0;
}
/* flyout on left for right-most menu items */
#top-menu li#menu-item-597 ul ul,
#top-menu li#menu-item-603 ul ul {
	left: -200px;
}
#top-menu  li#menu-item-597 ul li.menu-item-has-children > a:first-child:after,
#top-menu  li#menu-item-603 ul li.menu-item-has-children > a:first-child:after {
	content: "4";
	right:auto;
	left: 0;
}

/* mobile menu */

/* hide Divi mobile menu */
#et_mobile_nav_menu {
	display: none !important;
}
.rmp-container {
	top: 111px !important;
}
.preheader-on .rmp-container {
	top: 146px !important;
}
.rmp-font-icon {
	font-size: 14px;
}
.preheader-on .rmp_menu_trigger {
	top: 89px !important;
}

/* search form */
div.et_search_outer {
	background: #000;
}
#et_top_search {
	position: absolute;
  right: -30px;
  top: 10px;
}
.et-search-form {
	top: 24px;
	bottom: auto;
	width: 300px;
	background-color: #999 !important;
}
.et-search-form input {
	top: 5px;
	bottom: 0;
	padding: 5px;
	height: 30px;
	border: 1px solid #e7e7e7;
	border-right: none;
	font-family: inherit;
	font-size: 13px !important;
	text-transform: uppercase;
	background: #f3f3f3;
}
span.et_close_search_field {
	top: 7px;
	bottom: auto;
	border: 1px solid #00b3e3;
	color: #00b3e3;
}
span.et_close_search_field:hover {
	border: 1px solid #eac800;
	color:#eac800;
}

span.et_close_search_field:after {
	position: relative;
	top: -1px;
	left: 1px;
	font-size: 28px;
}
#et_search_icon::before {
	color:#00b3e3;
}
#et_search_icon:hover::before {
	color:#eac800;
}


/* preheader */
#main-header .preheader {
	display: block;
	z-index: 999999;
  position: relative;
  top: 0;
	margin: 0;
  padding: 8px 20px 6px;
	color: #fff;
  font-size: 14px;
  font-weight: 600;
	text-align: left;
  text-transform: uppercase;
	white-space: nowrap;
	background: #f15a22;
	-webkit-transition: font-size 1s ease;
  -moz-transition: font-size 1s ease;
  -o-transition: font-size 1s ease;
  transition: font-size 1s ease;
	-webkit-transition: padding 1s ease;
  -moz-transition: padding 1s ease;
  -o-transition: padding 1s ease;
  transition: padding 1s ease;
}
#main-header .preheader-inner {
	position: relative;
	width: 94%;
	margin: 0 3%;
}
#main-header.et-fixed-header .preheader {
	padding: 5px 40px 5px 0;
	font-size: 15px;
	transition: font-size 1s;
	transition: padding 1s;
}
#main-header .preheader p {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-left: 25px;
	/* background: url(../img/icons/fist.png) no-repeat 0 1px; */
}
#main-header .preheader p + p {
	margin-left: 10px;
}
#main-header .preheader p::before {
	/* content: "\f271"; event */
	content: "\f06a";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-family: FontAwesome;
	font-size: 24px;
}
#main-header .preheader a {
	margin: 0 0 0 10px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-transform: none;
}
#main-header .preheader a:hover {
	color: #eac800;
	text-decoration: underline;
}
#main-header .preheader a.more::after {
	top: -1px;
}






/* FOOTER *****************************************/

#main-footer {
	background-color: #000;
}
#main-footer #footer-bottom {
	padding: 40px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background: none;
}
#main-footer .container {
	/*height: 220px;*/
	padding-top: 0;
	background-size: contain;
}
#main-footer #footer-bottom small {
	display: inline-block;
	padding-top: 12px;
}
#main-footer #footer-bottom .social-follow {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid rgba(255,255,255,.4)
}
body.es #main-footer #footer-bottom .social-follow {
	margin-top: 20px;
	padding-top: 20px;
}
#main-footer #footer-bottom .et_social_networks {
	margin: 0 0 0 5%;
}
#main-footer #footer-bottom .et_social_icons_container {
transform: scale(1.1);
}
#main-footer #footer-bottom .et_social_autowidth li {
	margin-right: 0 !important;
	margin-left: 5% !important;
}
#main-footer #footer-bottom .et_social_autowidth li:first-of-type {
	margin-left: 0;
}
#main-footer #footer-bottom .et_social_icon {
	transform: scale(.9);
}
#main-footer #footer-bottom .et_social_icon::before {
	transform: scale(1.5);
}


#main-footer .container > .footer-col {
	display: block;
	margin-left: 10px auto 0;
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
}
#main-footer .container > .footer-col * {
	color: #fff;
}
#main-footer .container > .footer-col h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 0;
	text-transform: uppercase;
}
#main-footer .container > .footer-col p {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 300;
}
#main-footer .container > .footer-col p a.call {
	text-decoration: none;
}
#main-footer .container > .footer-col p+h4 {
	margin: 30px 0 0;
}
#main-footer .container > .footer-col.logo img {
}
#main-footer .container > .footer-col.logo img {
	position: relative;
	top: -12px;
	width: 130px;
	vertical-align: top;
}

#main-footer .container .links {
	width: 250px;
	margin: 20px auto 0;
}
#main-footer .container .links p.subscribe {
	margin: 0 0 0 53px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-indent: -25px;
	text-transform: uppercase;
}
body.es #main-footer .container .links p.subscribe {
	font-size: 14px;
	line-height: 1.4;
}
#main-footer .container .links p.subscribe a {
	color: #fff;
	text-decoration: none;
}
#main-footer .container .links p.subscribe a:hover {
	color: #eac800;
	text-decoration: underline;
}
#main-footer .container .links p.subscribe span+span {
	display: block;
	margin-top: 5px;
	text-indent: 0;
}
body.es #main-footer .container .links p.subscribe span+span {
	margin-top: 15px;
}
#main-footer .container .links p.subscribe i {
	font-size: 40px;
	position: relative;
	top: 22px;
	margin-right: 8px;
}
body.es #main-footer .container .links p.subscribe i {
	top: 32px;
}
#main-footer .container .links p.subscribe:hover i {
	color: #eac800;
}






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

#sidebar {
	margin-top: 50px;
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
}
/* local menu */
.widget_nav_menu {
	display: none; /* => 981px */
	margin: -10px 0 0;
	font-size: .92em;
}
.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 a {
	display:block;
	margin:0;
	padding: 9px 12px 9px 3px;
	text-decoration: none;
}
.widget_nav_menu li a,
.widget_nav_menu li a:hover {
	color:#0095a9;
}
.widget_nav_menu li a:hover {
	background: #f9f9f9;
}

/* top-level page link */
.widget_nav_menu ul.menu > li > a {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

/* regular page links */
.widget_nav_menu ul.sub-menu li {
	margin-left: 0;
	border-top: 1px solid #d9d9d9;
	line-height: 1.2em;
	hyphens: none;
}
.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 {
}
.widget_nav_menu li a:hover {
	opacity: 1 !important;
}
.widget_nav_menu ul.sub-menu ul li a {
	padding-left: 20px;
	font-size: .92em;
}

/* you-are-here style */
.widget_nav_menu ul li.current-menu-item > a {
	position: relative;
	color: #733041;
	background: #f9f9f9;
}
.widget_nav_menu ul li.current-menu-item > a::after {
	content:"\f104";
	position:absolute;
	left:-15px;
	font-family:FontAwesome !important;
	font-size: 18px;
}


/* widget links */
#sidebar .widget-links figure {
	width: 100%;
	margin: 10px 0 0;
}
#sidebar .widget-links figure:first-child {
	margin-top: 0;
}
#sidebar .widget-links figure img {
	width: 100%;
}


/* social share (Monarch) */


.et_monarch .et_social_visible_sidebar li {
	border-top: 1px solid #e9e9e9;
}
.et_monarch .et_social_visible_sidebar .et_social_facebook:hover {
	background-color: #3a579a !important;
}
.et_monarch .et_social_visible_sidebar .et_social_twitter:hover {
	background-color: #00abf0 !important;
}
.et_monarch .et_social_visible_sidebar .et_social_gmail:hover {
	background-color: #dd4b39 !important;
}







/* MAIN CONTENT *****************************************/

/* hero images */
.hero {
	position: relative;
}
.hero,
.hero figure {
	width: 100%;
}
.hero figure {
	margin: 0;
}
.hero figure img {
	display: block;
	width: 100%;
}



/* headings */
h1.entry-title {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 2px #000;
	padding: 5px 0;
}
h1.entry-title.no-hero,
.single-post_people h1.entry-title,
.page-template-page-jobs .entry-content .position h1.entry-title,
.page-template-page-perspective .entry-content .perspective h1.entry-title,
.single-job h1.entry-title,
.single-perspectives h1.entry-title,
.single-post_news h1.entry-title {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	color: #6e408d;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-shadow: none;
	text-transform: none;
}
h1.entry-title.no-hero {
	font-weight: 700;
	font-size: 32px;
}

/* HIDDEN PAGE TITLES */
/* Caravan for the Children */
.page-id-4044 h1.entry-title,
.page-id-4053 h1.entry-title,
/* Romero breakfast */
.page-id-140 h1.entry-title,
.page-id-4659 h1.entry-title,
/* Request TPS Packet */
.page-id-10809 h1.entry-title,
.page-id-10828 h1.entry-title,
/* Defend DACA */
.single-post_action.postid-615 h1.entry-title,
.single-post_action.postid-1990 h1.entry-title,
/* September 9, 2019 action */
.single-post_action.postid-8706 #main-content h1.entry-title,
.single-post_action.postid-8993 #main-content h1.entry-title,
/* TPS Day of Action in Sac */
.single-post_action.postid-9315 #main-content h1.entry-title,
.single-post_action.postid-9320 #main-content h1.entry-title,
/* Caravan for the Children */
.single-post_action.postid-10918 #main-content h1.entry-title {
 opacity: 0;
}

#content-area .entry-content h2 {
	margin: 20px 0;
	padding: 0;
	color: #f15A22;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
#content-area .entry-content > h2:first-child {
	margin-top: 30px;
}
#content-area .entry-content .intro-text + h2 {
	margin-top: 45px;
}
#content-area section h3 {
	margin: 30px 0 10px;
	color: #6e408d;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-transform: none;
}
#content-area .entry-content h3 {
	margin: 40px 0 0;
	padding: 0;
	line-height: 1.4;
}


/* breadrumbs */
#breadcrumbs {
	display: none;
 	/*position: absolute;
	top: 0px;
	left: 0;
	z-index: 3;*/
	margin:0;
	color:#fff;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}
#breadcrumbs * {
}
#breadcrumbs i.fa-chevron-right {
	display: none;
}
#breadcrumbs i.fa-home {
	font-size: 16px;
}
#breadcrumbs span>span>a {
	margin-left:0;
}
#content-area #breadcrumbs a {
	color:#fff;
	border-bottom: none;
}
#content-area #breadcrumbs a:hover {
	border-bottom: 1px dotted #fff;
}
#breadcrumbs span[rel="v:child"]::before,
#breadcrumbs span.breadcrumb_last::before {
	content:"\203a";
	position: relative;
	top: 1px;
	font-family:FontAwesome !important;
	font-size: 18px;
}
#breadcrumbs span[rel="v:child"]::before,
#breadcrumbs span.breadcrumb_last::before {
	margin:0 4px 0 3px;
}

.white #breadcrumbs,
.white #content-area #breadcrumbs a {
	color:#999;
}
.white #content-area #breadcrumbs a:hover {
	border-bottom-color: #fff;
}


/* images */
#content-area .featured-image {
	float: left;
	width: 40%;
	margin: 5px 20px 10px 0;
}



/* collapsing text */
#content-area article .entry-content .collapseomatic,
#content-area > .entry-content .collapseomatic {
	position: relative;
	clear: none;
	padding: 6px 35px 3px 10px;
	background:#f9f9f9;
	text-decoration: none;
}
.collapseomatic:hover {
	background-color:#e9e9e9;
}
.collapseomatic.noarrow {
	margin-bottom:0px !important;
}
.collapseomatic.noarrow:hover {
	background-color:#f5f5f5;
	cursor:default;
}
#content-area h2.item-title.collapseomatic,
#content-area h3.item-title.collapseomatic,
#content-area h4.item-title.collapseomatic {
	margin: 15px 0 0;
	font-size: 18px;
	line-height: 1.3;
}
#content-area .callout h2.item-title.collapseomatic,
#content-area .callout h3.item-title.collapseomatic {
	text-transform: none;
}
#content-area section h2.item-title.collapseomatic {
	color:inherit;
}
.collapseomatic::before {
	border: none !important;  /* no icon before trigger */
}
.collapseomatic::after {
	content:"\f107";
	position:absolute;
	right: 1%;
	top: 8px;
	color:#0095a9;
	font: 600 18px/1em FontAwesome !important;
}
.collapseomatic.colomat-close::after {
	content:"\f106";
}
.collapseomatic.noarrow::after {
	content:"";
}
#content-area .collapseomatic_content {
	margin:0 !important;
	padding:0 0 15px !important;
}




/* collapsing lists */
#content-area .collapsers {
	position:relative;
	margin-top: 30px;
}
#content-area .collapsers + .collapsers {
	margin-top: 75px;
}
#content-area ul.controls {
 	position:absolute;
 	right:0;
	top:-7px;
	margin:0;
	list-style: none;
	font-size: 12px;
	line-height: 1em;
	text-transform:lowercase;
}
#content-area ul.controls li {
	float:left;
	margin:0;
	padding:0;
	color:#0095a9;
	text-transform: uppercase;
	background: none;
}
#content-area ul.controls li:hover {
	color:#733041;
	text-decoration: none;
}
#content-area ul.controls li+li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #b9b9b9;
}
#content-area ul.controls li.right.no-border {
	margin-left:0;
	padding-left:0;
	border-left: none;
}
#content-area ul.controls li.active {
	color: #733041;
	font-weight: bold;
}
.item-title.collapseomatic {
	position:relative;
	padding-left: 20px;
	background-image: none; /* override */
}
#content-area ul.controls li.right {
	float: right;
}



/* PAGE BUILDER */

.entry-content .intro-text,
.page-builder .intro-text,
.page-template-page-podcast .intro-text {
	font-size: .92em;
	font-weight: 600;
	line-height: 1.4em;
}
.entry-content .intro-text div.alert,
.page-builder .intro-text div.alert {
	margin: 0 0 50px;
	padding: 10px 20px 30px;
	background: rgba(255,255,255,.1);
	color: #eac800;
	font-size: 20px;
	line-height: 1.4;
}
.entry-content .intro-text div.alert strong,
.page-builder .intro-text div.alert strong {
	font-weight: 800;
}
#content-area .entry-content .intro-text div.alert a,
#content-area .page-builder .intro-text div.alert a {
	color: #fff;
	text-decoration: underline;
}
#content-area .entry-content .intro-text div.alert a:hover,
#content-area .page-builder .intro-text div.alert a:hover {
	color: #eac800;
	text-decoration: underline;
}
#content-area .entry-content .intro-text div.alert ul,
#content-area .page-builder .intro-text div.alert ul {
	margin-left: 100px;
}
#content-area .entry-content .intro-text div.alert li,
#content-area .page-builder .intro-text div.alert li {
	text-align: left;
}
#content-area .entry-content .intro-text div.alert p,
#content-area .page-builder .intro-text div.alert p {
	text-align: left;
	margin-left: 37px;
}


/* images */
#content-area figure.full-width {
	width: 100%;
	margin:0 0 20px;
}
#content-area figure.align-left {
	float:left;
	width: 40%;
	margin: 7px 15px 5px 0;
}
#content-area figure.align-right {
	float:right;
	width: 40%;
	margin: 7px 0 5px 15px;
}
#content-area figure.small {
	width: 20%;
}


/* page builder: images */
#content-area .image-text figure {
	margin-top: 8px;
}
#content-area figure.full-width {
	width: 100%;
	margin:0 0 20px;
}
#content-area figure img {
	width: 100%;
}
#content-area figure.align-left {
	float:left;
	margin: 25px 2% 5px 0;
}
#content-area figure.align-left.text-align {
	margin-top: 25px;
}
#content-area figure.text-align + div p:first-child {
	margin-top:0px;
}
#content-area figure.align-right {
	float:right;
	margin: 25px 0 5px 2%;
}
#content-area .page-builder figure.align-left:first-child,
#content-area .page-builder figure.align-right:first-child {
	margin-top: 25px;
}

.envira-gallery-wrap {
	margin: 40px 0;
}


/* page builder: image+text sections */
#content-area .image-text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9;
}
#content-area .image-text:first-child {
	margin-top: 20px;
	padding-top:0;
	border-top: none;
}
#content-area .image-text h2,
#content-area .image-text h3,
#content-area .image-text h4 {
	margin-top:0;
}

/* page builder: collapsing sections */

#content-area .page-builder ul.controls {
	top:-30px;
}
#content-area .page-builder h2 + .collapsers ul.controls {
	top:-25px;
}




/* tile links */
#content-area .tiles {
	padding: 70px 0 90px;
}
#content-area .tiles .container {
	padding: 0;
}
#content-area .tiles .tile {
	display: block;
	height: 250px;
	margin: 15px 0 0 0;
}
#content-area .tiles .tile div {
	position: relative;
	width: 100%;
	height: 100%;
}
#content-area .tiles .tile div::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
#content-area .tiles .tile div:hover::before {
	background: rgba(255,255,255,.6);
}
#content-area .tiles .tile h2 {
	position: absolute;
  top: 40%;
  transform: translateY(-40%);
	width: calc(100% - 30px);
	margin:0 15px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700 !important;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
#content-area .tiles .tile div:hover h2 {
	color: #000;
}




/* 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;
}
#content-area .pagination a {
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
}

.post-navigation {
	margin: 35px 0 0;
	max-width: none;
}
.post-navigation::before {
	content:"More";
	display:block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
	color:#999;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: .1em;
	text-transform:uppercase;
}
.post-navigation .nav-links {
	border: none;  /* override */
}
.post-navigation .nav-previous {
	float:left;
	width: 50%;
}
.post-navigation .nav-next {
	float:right;
	width: 50%;
	text-align:right;
}
#content-area .post-navigation a {
	display:inline;
	margin:0;
	padding:0;
	border-bottom: none;  /* override */
	color:#c4161c;
	font-size: .92em;
	font-weight: normal;
	text-decoration: none;
}
#content-area .post-navigation a:hover {
	color:#000;
	text-decoration:underline;
}
.post-navigation a[rel="next"]::after {
	content:"\203a";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left: 4px;
	top: 1px;
	font-size: 1.3em;
}
.post-navigation a[rel="prev"]::before {
  content:"\2039";
	display:inline-block;  /* no underline on hover */
	position:relative;
	margin-right: 4px;
	top: 1px;
	font-size: 1.3em;
}


/* social sharing */
.et_social_inline {
	clear: both;
	margin-top: 40px !important;
	padding-top: 20px !important;
	border-top: 1px solid #d3d3d3;
}


/* textile image borders */
.textile-top::after,
.textile-bottom::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/backgrounds/textile.1.jpg) repeat-x center center/contain;
}
.textile-top::after {
	top:0;
}
.textile-bottom::after {
	bottom:-2px;
}
.textile2::after {
	background-image: url(../img/backgrounds/textile.2.jpg);
}


/* 'next page' links */
#content-area section.next {
	margin: 0;
}
#content-area section.next .container {
	position: relative;
	left: -10px;  /* offset 'more' icon */
	padding: 20px 0 60px;
	text-align: center;
}
#content-area section.next a {
	color: #fff;
}


/* large text */
#content-area section p.large,
#content-area section .large p {
	margin-top: 30px;
	/*font-size: 40px;*/
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	opacity: .5;
}







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

.et_pb_widget a {
	color: #0095a9;
}







/* HOMEPAGE *****************************************/

.home .social-nav {
	bottom: 68px;
}
.home #main-content section .container {
	width: 94%;
	margin: 0 3%;
	padding: 30px 0 ;
}
.home.et_right_sidebar #main-content .container::before {
	display: none; /* override */
}
.home section h1.section-title {
	margin: 0 0 30px;
	padding: 0;
	color: #f15A22;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.home section h1.section-title a {
	text-decoration: none;
}
.home section h1.section-title a:hover {
	text-decoration: underline;
}
.home section p.all {
	position: relative;
	clear: both;
	left: -5px; /* offset 'more' icon */
	padding-top: 30px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
p.more a {
	text-decoration: none;
}
p.more a:hover {
	text-decoration: underline;
}
.home section p.all a.more::after {
	top: 0;
}


/* slider */
html[lang="en-US"] .home .slider .spanish,
html[lang="es"] .home .slider .english {
	display: none;
}
.home .slider .down {
	display: none; /* 768px */
}
.home .slider .container {
	padding-bottom: 0;
}
.home .slider .soliloquy-slider li img {
	width: 100%;
}
.home .slider .soliloquy-slider .soliloquy-caption-inside {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	/*background: rgba(0,0,0,.4);*/
}
.home .slider .soliloquy-caption .soliloquy-caption-inside .slide-title {
  display: block !important;
  margin-bottom: 6px;
	font-size: 16px !important;
	font-weight: bold;
}
.home .slider .soliloquy-slider .soliloquy-caption-inside a,
.home .slider .soliloquy-slider .soliloquy-caption-inside a:hover {
	color: #fff;
}
.home .slider .soliloquy-prev,
.home .slider .soliloquy-next {
	top: 25%;
	border-radius: 50%;
	color: #fff;
	background-color: rgba(0,0,0,.4);
}
.home .slider .soliloquy-pager {
	display: none !important;
}
.home .slider .soliloquy-pager-link > span {
  color: transparent;
}

.home .slider .soliloquy-container {
	margin-bottom: 0 !important;
}
.home .slider .soliloquy-container {
	overflow: hidden;
}
.home .slider .soliloquy-container .soliloquy-item {
	background: #000;
}
.home .slider .soliloquy-container .soliloquy-item > a {
	height: 100% !important;
}
.home .slider .soliloquy-container .soliloquy-item .replaced-image {
	background-position: center center !important;
}
.soliloquy-container .soliloquy-caption,
.soliloquy-container .soliloquy-pager {
	display: block !important;
}
.soliloquy-container .soliloquy-pager .soliloquy-pager-item {
	position: relative;
	top: -20px;
	font-size: 0 !important;
}
.soliloquy-controls {
	opacity: 1 !important;
}
.soliloquy-controls-direction a {
	background: none !important;
}
.soliloquy-controls-direction a:hover {
	text-decoration: none !important;
}
.soliloquy-prev::after,
.soliloquy-next::after {
	font: 30px/1em dashicons;
	/* opacity: .6; */
}
.soliloquy-prev::after {
	content: "\f341";
}
.soliloquy-next::after {
	content: "\f345";
}
.soliloquy-next.disabled {
	display: none !important;
}

/* about */
.home section.about {
	padding: 0;
	background: #00a789;
}
.home section.about .mission,
.home section.about .vision {
	color: #000;
	font-size: 18px;
}
.home section.about .mission *,
.home section.about .vision * {
	text-align: center;
}
.home section.about .vision {
	margin-top: 30px;
}
.home section.about h2 {
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.home section.about p.all {
	margin-top: 30px;
}
.home section.about .about-text {
	font-size: 18px;
	line-height: 1.6;
}


/* core pillars */
.home section.pillars {
	padding: 30px 0;
}
.home #main-content section.pillars .container {
	padding: 0;
}
.home section.pillars .pillar {
	display: block;
	height: 250px;
	margin: 10px 0 0;
}
.home section.pillars .pillar:first-of-type {
	margin-top: 0;
}
.home section.pillars .pillar div {
	position: relative;
	width: 100%;
	height: 100%;
}
.home section.pillars .pillar div::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
.home section.pillars .pillar h2 {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	width: calc(100% - 30px);
	margin:0 15px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}


/* impact */
.home section.impact {
	position: relative;
	padding: 30px 0;
	background: url(../img/backgrounds/impact-bg.png) center center/cover no-repeat;
}
.home #main-content section.impact::after,
.home #main-content section.impact::before {
	display: inline-block;  /* no underline on hover */
	display: none;
	position: absolute;
	top: 200px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 2em;
	line-height: .8em;
	opacity: .6;
}
.home #main-content section.impact:hover::after,
.home #main-content section.impact:hover::before {
	opacity: 1;
}
.home #main-content section.impact::after {
	content: "\f054";
	right: 3%;
}
.home #main-content section.impact::before {
	content: "\f053";
	left: 3%;
}
.home #main-content section.impact .container {
	padding: 0;
}


.home section.impact h1.section-title,
.home section.impact article * {
	color: #fff;
}
.home section.impact article * {
	text-align: center;
	text-transform: uppercase;
}
.home section.impact article h1 {
}
.home section.impact article p.pre-fact {
	margin: 0 0 25px;
	font-weight: 600;
	font-size: 18px;
}
.home section.impact article p.fact {
	margin: 0 5%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.home section.impact article p.more {
	font-size: 18px;
	font-weight: 700;
}
.home section.impact article a.more::after {
	top: -1px;
	left: 5px;
	font-size: .7em;
}


/* programs */
.home section.programs {
	padding: 30px 0 60px;
}
.home #main-content section.programs .container {
	padding: 0;
}
.home section.programs .program {
	display: block;
	height: 250px;
	margin: 10px 0 0 0;
}
.home section.programs .program div {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}
.home section.programs .program div::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
.home section.programs .program h2 {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	width: calc(100% - 30px);
	margin:0 15px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}


/* video */
.home section.video {
	position: relative;
	padding: 0 0 30px;
}
.home section.video::before,
.home section.video::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 25px;
}
.home section.video .featured-video {
	position: relative;
	margin: 0 0 60px;
}
.home section.video .featured-video .fluid-width-video-wrapper {
	padding-top: 55% !important;
}
.home section.video .featured-video .envira-title {
	position: absolute;
	bottom: -6%;
  height: auto;
  margin: 0;
	padding: 5px 10px 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: #333;
}
.home section.video h2 {
	display: none;
}
.home section.video .video-gallery {
	margin-top: 35px;
}
.home section.video .video-gallery .envira-title {
	position: relative;
	left: -7px; /* offset ::after width */
	margin: 5px 0 0;
	color: #f15A22;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}
.home section.video .video-gallery .envira-title::after {
	content: "\f054";
	display: inline-block;  /* no underline on hover */
	position: relative;
	left: 4px;
	top: -1px;
	margin-right: -10px; /* prevent wrap */
	color: #f15A22;
	font-family: FontAwesome;
	font-size: .6em;
	line-height: .8em;
}
.home section.video p.more {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.home section.video a.more {
	color: #f15A22;
}
.home section.video a.more::after {
	top: -1px;
	left: 5px;
	font-size: .7em;
}


/* video lightbox */
.envirabox-show-thumbs.envirabox-show-caption .envirabox-iframe {
	max-width: 1000px !important;
	max-height: 562px !important;
}
.envirabox-content .envirabox-caption-wrap .envirabox-caption {
	padding: 5px 10px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-align: center !important;
	background: #222 !important;
}
.envirabox-theme-base .envirabox-caption-wrap.inside {
	bottom: -40px !important;
	background: none !important;
}
.envirabox-theme-base .envirabox-caption-wrap.inside .envirabox-caption,
.envirabox-theme-base .envirabox-caption-wrap.inside .envirabox-title {
	color: #fff !important;
	font-weight: 600;
}

/* support */
.home section.support {
	position: relative;
	padding: 10px 0 20px;
	background: #00b2e2;
}
.home section.support .partner,
.home section.support .donate {
	font-size: 1.25vw;
}
.home section.support .donate {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #fff;
}
.home section.support .donate:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.home section.support h2 {
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
.home section.support h2 a {
	color: #fff;
	text-decoration: none;
}
.home section.support h2 a:hover {
	text-decoration: underline;
}
.home section.support h2 a.more::after {
	left: 6px;
	top: -2px;
}






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


/* MISSION */
.page-template-page-mission #content-area section * {
	text-align: center;
}
.page-template-page-mission .mission-vision {
	padding: 20px 0 50px;
}
.page-template-page-mission .mission-vision .mission {
	position: relative;
	padding-bottom: 100px;
}
.page-template-page-mission .mission-vision .vision {
	position: relative;
	padding-top: 80px;
	border-top: 1px dotted #fff;
}
.page-template-page-mission .mission-vision .mission::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: calc(50% - 60px);
	bottom: -3px;
	width: 120px;
	height: 5px;
	background-color: #6e408d;
}
.page-template-page-mission .mission-vision .vision::before {
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	top: -50px;
	width: 100%;
	height: 84px;
	text-align: center;
	background: url(../img/icons/mark.white.png) no-repeat center;
	background-size: 70px;
}
.page-template-page-mission #content-area .principles {
	margin: 0;
	padding: 60px 0;
}
.page-template-page-mission #main-content section.principles .container {
	padding: 0;
}
.page-template-page-mission .principles * {
}
.page-template-page-mission .principles ul {
	list-style: none;
	font-size: 24px;
	line-height: 1.4;
}
.page-template-page-mission .principles li {
	position: relative;
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px dotted #6e408d;
}
.page-template-page-mission .principles li::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: calc(50% - 50px);
	top: -3px;
	width: 100px;
	height: 5px;
	background-color: #fff;
}
.page-template-page-mission .principles li::before {
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	top: -50px;
	width: 100%;
	height: 84px;
	text-align: center;
	background: url(../img/icons/mark.purple.png) no-repeat center;
	background-size: 50px;
}
.page-template-page-mission .principles li:first-child {
	margin-top: 40px;
	padding-top: 0;
	border-top: none;
}
.page-template-page-mission .principles li:first-child::before,
.page-template-page-mission .principles li:first-child::after {
	content: none;
}
.page-template-page-mission #content-area .testimonials {
	margin: 0;
}
.page-template-page-mission #content-area .testimonials h2 {
	color: #6e408d;
}
.page-template-page-mission #content-area .testimonials ul {
	list-style: none;
}
.page-template-page-mission #content-area .testimonials li {
	color: #fff;
	line-height: 1.5;
}
.page-template-page-mission #content-area .testimonials p.quote {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-mission #content-area .values {
	margin: 0;
	padding: 60px 0;
	background: #fff;
}
.page-template-page-mission #content-area .values .container {
	padding: 0;
}
.page-template-page-mission #content-area .values p {
	color: #6e408d;
	font-size: 24px;
	line-height: 1.4;
}

.page-template-page-mission section.testimonials {
	padding-bottom: 70px;
	background: #f6712c;
}


/* ROOTS/HISTORY */
.page-template-page-roots #content-area section * {
	text-align: center;
}
.page-template-page-roots #content-area section {
	position: relative;
	margin: 0;
}
.page-template-page-roots #content-area section .large p {
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
	opacity: 1;
}
.page-template-page-roots #content-area section .large + .text {
	margin-top: 25px;
}
.page-template-page-roots #content-area section .text p {
	line-height: 1.8;
}
.page-template-page-roots #content-area section.intro {
	padding: 60px 0 70px;
}
.page-template-page-roots #content-area section.intro p {
	margin-top: 0;
}
.page-template-page-roots section.romero {
	color: #6e408d;
}
.page-template-page-roots section.legal {
	background: #f15A22;
}
.page-template-page-roots #main-content .hero.romero + .container,
.page-template-page-roots #main-content .hero.legal + .container {
	padding: 30px 0 70px;
}
.page-template-page-roots section.legal p.more {
	position: relative ;
	left: -25px;
	margin: 30px 0 0 !important;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}
.page-template-page-roots section.legal a.more {
	color: #fff;
}


/* IMPACT */
.page-template-page-impact #content-area section {
	position: relative;
	margin: 0;
}
.page-template-page-impact #content-area section.purple * {
	color: #fff;
}
.page-template-page-impact #content-area section h3 {
	color: #f15a22;
}
.page-template-page-impact #content-area section.purple p {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
}
.page-template-page-impact #content-area section p.large {
	background: #6e408d;
	font-size: 32px;
}
.page-template-page-impact #content-area section.stats {
	padding: 0px 0 70px;
}
.page-template-page-impact #content-area section.stats * {
	text-align: center !important;
}
.page-template-page-impact #content-area section.stats h2 {
	margin-top: 40px;
}
.page-template-page-impact #content-area section.stats ul.bullets {
	list-style: none;
	margin-left: 0;
}
.page-template-page-impact #content-area section.stats ul.bullets li {
	margin-left: 0;
	padding-left: 0;
}


/* countries */
.page-template-page-impact #content-area .countries {
	background-color: #f15a22;
}
.page-template-page-impact #content-area .countries .container {
	padding-bottom: 30px;
}
.page-template-page-impact #content-area .countries h3 {
	margin-top: 20px;
	color: #fff;
}
.page-template-page-impact #content-area .countries ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.page-template-page-impact #content-area .countries li {
	margin: 25px 0 0;
	padding: 80px 0 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100px 75px;
}
.page-template-page-impact #content-area .countries li:first-child {
	margin-left: 0;
}
.page-template-page-impact #content-area .countries li.mexico {
	background-image: url(../img/icons/countries/mexico.png);
}
.page-template-page-impact #content-area .countries li.elsalvador {
	background-image: url(../img/icons/countries/el-salvador.png);
}
.page-template-page-impact #content-area .countries li.honduras {
	background-image: url(../img/icons/countries/honduras.png);
}
.page-template-page-impact #content-area .countries li.guatamala {
	background-image: url(../img/icons/countries/guatamala.png);
}
.page-template-page-impact #content-area .countries li.nicaragua {
	background-image: url(../img/icons/countries/nicaragua.png);
}
.page-template-page-impact #content-area .countries li.usa {
	background-image: url(../img/icons/countries/usa.png);
}
.page-template-page-impact #content-area .countries ul + p {
	margin: 30px 0 0;
	color: #fff;
	text-align: center;
}

/* programs */
.page-template-page-impact #content-area .program {
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
}
.page-template-page-impact #content-area .program .container {
	padding: 0 0 60px;
}
.page-template-page-impact #content-area .program h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}
.page-template-page-impact #content-area .program ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.page-template-page-impact #content-area .program li {
	margin: 15px 0 0;
	padding: 15px 10px;
	color: #fff;
	font-weight: 600;
	vertical-align: top;
}
.page-template-page-impact #content-area .program li span {
	display: block;
	text-align: center;
}
.page-template-page-impact #content-area .program li span.number {
	font-size: 30px;
	font-weight: 600;
}
.page-template-page-impact #content-area .program li span.text {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}
/* immigration legal = purple */
.page-template-page-impact #content-area .program.immigration {
	border-top: none;
}
.page-template-page-impact #content-area .program.immigration h3 {
	margin-top: 0;
	padding-top: 40px;
	color: #6e408d;
}
.page-template-page-impact #content-area .program.immigration li {
	background-color: #6e408d;
}
/* family health = pink */
.page-template-page-impact #content-area .program.family {
	border-top-color: #ee3286;
}
.page-template-page-impact #content-area .program.family h3 {
	color: #ee3286;
}
.page-template-page-impact #content-area .program.family li {
	background-color: #ee3286;
}
/* health promotions = orange */
.page-template-page-impact #content-area .program.health {
	border-top-color: #f15a22;
}
.page-template-page-impact #content-area .program.health h3 {
	color: #f15a22;
}
.page-template-page-impact #content-area .program.health li {
	background-color: #f15a22;
}
/* second chance + tattoo removal = green */
.page-template-page-impact #content-area .program.second,
.page-template-page-impact #content-area .program.tattoo {
	border-top-color: #00a889;
}
.page-template-page-impact #content-area .program.second h3,
.page-template-page-impact #content-area .program.tattoo h3 {
	color: #00a889;
}
.page-template-page-impact #content-area .program.second li,
.page-template-page-impact #content-area .program.tattoo li {
	background-color: #00a889;
}




/* CORE PILLARS */
#content-area.purple {
	background: #6e408d;
}
#content-area section.intro {
	margin: 0;
	padding: 50px 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
}
#content-area section.intro > .container {
	padding-top: 0;
	text-align: center;
}
#content-area section.intro > .container > p:first-child {
	margin-top: 0;
}
.page-template-page-pillars #content-area section.pillars {
	margin: 0;
	padding: 30px 0 60px;
}
.page-template-page-pillars #content-area section.pillars .pillar {
	display: block;
	margin: 20px 0 0;
	border-bottom: none;
}
.page-template-page-pillars #content-area section.pillars .pillar:first-of-type {
	margin-top: 0;
}
.page-template-page-pillars section.pillars .pillar figure {
	width: 100%;
	margin: 0;
}
.page-template-page-pillars section.pillars .pillar div {
	position: relative;
	width: 100%;
	padding: 5px 15px 15px;
}
.page-template-page-pillars #content-area section.pillars .pillar h2 {
	margin: 0;
	padding: 0;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
.page-template-page-pillars section.pillars .pillar:hover h2 {
	text-decoration: underline;
}

.page-template-page-pillar #content-area .intro-text ul {
	list-style-position: inside;
}
.page-template-page-pillar #content-area p.note {
	margin-top: 5px;
	font-size: 16px;
}
.page-template-page-pillar #content-area .examples {
	margin: 0;
	padding-bottom: 70px;
	font-size: 20px;
	line-height: 1.6;
}
.page-template-page-pillar #content-area .stories .examples:last-child::after {
	display: none;
}
.page-template-page-pillar #content-area .examples .container h2 {
	margin-top: 0;
	font-size: 24px;
}
.page-template-page-pillar #content-area .examples .container figure {
	float: right;
	width: 40%;
	max-width: 400px;
	margin: 10px 0 10px 25px;
}

/* advocacy pillar page */
.page-template-page-pillar .fluid-width-video-wrapper {
	padding-top: 39% !important;
	margin-bottom: 50px;
}

/* advocacy community power page */
.page-id-255 .examples .container {
		text-align: center;
}

/* transnational pillar page */
.page-id-457 .stories,
.page-id-1461 .stories {
	padding: 70px 0;
	text-align: center;
}
.page-id-457 .stories li,
.page-id-1461 .stories li {
	max-width: 1300px;
	margin: 40px auto 20px;
	padding: 0 0 20px;
	background: rgba(0,0,0,.4);
}
.page-id-457 .stories li:first-child,
.page-id-1461 .stories li:first-child {
	margin-top: 0;
}
.page-id-457 #content-area .stories li a.title-link,
.page-id-1461 #content-area .stories li a.title-link {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

/* single Transnational posts */
.single-transnational #main-content .entry-content h2 {
	margin: 20px 0;
	padding: 0;
	color: #f15A22;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.single-transnational #main-content > .container {
	padding: 50px 0 70px;
}
/* Raices: donation form */
.single-transnational.postid-9281 .donate-form,
.single-transnational.postid-9293 .donate-form {
	overflow: hidden;
}
.single-transnational.postid-9281 iframe#mc-donation,
.single-transnational.postid-9293 iframe#mc-donation {
	border: none !important;
	margin-top: -50px;
	overflow: hidden;
}




/* TEAM/BOARD */
.page-template-page-people #content-area p.wpml-ls-statics-post_translations.wpml-ls,
.single-post_people #content-area p.wpml-ls-statics-post_translations.wpml-ls {
	background: rgba(110,64,141,1);
}
.page-template-page-people #content-area p.wpml-ls-statics-post_translations.wpml-ls:hover,
.single-post_people #content-area p.wpml-ls-statics-post_translations.wpml-ls:hover {
	background: rgba(110,64,141,.5);
}
.page-template-page-people #sidebar {
	display: none;
}
.page-template-page-people #left-area {
	width: 100%;
	padding-right: 0;
}
.page-template-page-people h1.entry-title {
	margin-bottom: 0;
}
.page-template-page-people #main-content {
	padding-bottom: 50px;
	/*background: #6e408d;*/
}
.page-template-page-people #content-area .entry-content > h2 {
	clear: both;
	margin-bottom: -20px;
	color: #6e408d;
	text-align: center;
}
.page-template-page-people #content-area .entry-content > h2:first-child {
	margin-top: 0;
	padding-top: 0;
}
.page-template-page-people #main-content .people-list {
	list-style: none;
	text-align: center;
}
.page-template-page-people #main-content .people-list li {
	display: inline-block;;
	width: 47%;
	margin: 30px 0 0 6%;
	padding: 0;
	vertical-align: top;
}
.page-template-page-people #main-content .people-list li:nth-child(2n+1) {
	/* clear: left; */
	margin-left: 0;
}

@media screen and (min-width:600px) {
	.page-template-page-people #main-content .people-list li {
		width: 29%;
		margin-left: 5%;
	}
	.page-template-page-people #main-content .people-list li:nth-child(2n+1) {
		margin-left: 5%;
	}
	.page-template-page-people #main-content .people-list li:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width:768px) {
}
@media screen and (min-width:960px) {
	.page-template-page-people #main-content .people-list li {
		width: 23%;
	}
	.page-template-page-people #main-content .people-list li,
	.page-template-page-people #main-content .people-list li:nth-child(2n+1),
	.page-template-page-people #main-content .people-list li:nth-child(3n+1) {
		margin-left: 2%;
	}
	.page-template-page-people #main-content .people-list li:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width:1300px) {
	/* .page-template-page-people #main-content .people-list li,
	.page-template-page-people #main-content .people-list li:nth-child(2n+1),
	.page-template-page-people #main-content .people-list li:nth-child(3n+1),
	.page-template-page-people #main-content .people-list li:nth-child(4n+1) {
		margin-left: 3%;
	}
	.page-template-page-people #main-content .people-list li:nth-child(5n+1) {
		margin-left: 0;
	}
	.page-template-page-people #main-content .people-list li {
		width: 17.25%;
	} */
	.page-template-page-people #main-content .people-list {
		max-width: 1100px;
		margin: 0 auto;
	}
}

.page-template-page-people #main-content .people-list li > a {
	display: block;
	opacity: 1;
}
.page-template-page-people #main-content .people-list li:hover,
.page-template-page-people #main-content .people-list li:hover > a {
	opacity: .9;
}
.page-template-page-people #main-content .people-list li figure,
.page-template-page-people #main-content .people-list li figure img {
	display: block;
	width: 100%;
	margin: 0;
}
.page-template-page-people #main-content .people-list li .person-info {
	height: 140px;
	padding: 20px 0 15px;
}
.page-template-page-people #main-content .people-list li .person-info * {
	color: #f15a22;
	text-align: center;
	line-height: 1.3;
}
.page-template-page-people #main-content .people-list li:hover .person-info {
	background: rgba(0,0,0,.03);
}
.page-template-page-people #main-content .people-list li:hover .person-info * {
	color: #6e408d !important;
}
.page-template-page-people #main-content .people-list li .person-info h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
}
.page-template-page-people #main-content .people-list li .person-info p {
	font-size: 16px;
}
.page-template-page-people #main-content .people-list li .person-info p.job-title {
	margin-top: 7px;
}
.page-template-page-people #main-content .people-list li .person-info p.organization {
	margin-top: 10px;
}


/* board */
.page-id-125 #main-content .people-list li .person-info,
.page-id-1462 #main-content .people-list li .person-info {
	height: 180px;
}
.page-id-125 #main-content .container,
.page-id-1462 #main-content .container {
	padding-top: 20px;
}


/* individual people pages */
.single-post_people #sidebar {
	display: none;
}
.single-post_people #left-area {
	width: 100%;
	padding-right: 0;
}
.single-post_people #content-area article .entry-content {
	padding-top: 0;
}
.single-post_people #content-area p.back {
	margin: 0 0 30px;
}
.single-post_people #main-content figure {
	float: left;
	width: 250px;
	margin: 5px 30px 10px 0;
}
.single-post_people #main-content figure img {
	display: block;
	width: 100%;
	margin: 0;
}
.single-post_people #main-content .profile * {
	color:#6e408d;
	line-height: 1.7;
}
.single-post_people #main-content .profile h3 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 600;
}
.single-post_people #main-content .profile p {
	font-size: 18px;
}
.single-post_people #main-content .profile p.job-title {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.single-post_people #main-content .profile p.organization {
	margin-top: 10px;
}
.single-post_people #main-content .profile > p:first-child {
	margin-top: 0;
}
.single-post_people #main-content .profile p.back {
	margin: 30px 0 0;
	font-size: .72em;
}
.single-post_people #main-content .profile a.back {
	color: #fff;
}
.single-post_people #main-content .profile a.back:hover {
	color: #eac800;
}


/* jobs */
.page-template-page-jobs #content-area .page > .container {
	padding-bottom: 60px;
}
.page-template-page-jobs #content-area .page > h2 {
  margin: 40px 0 40px;
  border-bottom: 1px solid #f15A22;
	font-size: 1.1em;
}
.page-template-page-jobs #content-area .entry-content .position {
	margin: 30px 0 0;
	padding: 35px 0 0;
	border-top: 1px dotted #d9d9d9;
	font-size: 18px;
	line-height:inherit;
	background: none;
}
.page-template-page-jobs #content-area .entry-content .position:first-of-type {
	margin-top: 20px;
	padding-top:0;
	border-top: none;
}

.page-template-page-jobs #content-area .entry-content .position h2 {
	margin: 10px 0 0;
	color: #888;
	font-size: .86em;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-jobs #content-area p.more {
	margin-top: 20px;
}

/* individual job */
.single-job #content-area p.back {
	margin: 0 0 30px;
}
.single-job #content-area .announcement {
  font-size: .76em;
  font-weight: 600;
	text-transform: uppercase;
}
.single-job #content-area .entry-content > .announcement:first-child {
	margin: -10px 0 20px;
}
.single-job #content-area .entry-content h3 {
	color: #6e408d;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.single-job #content-area .entry-content h3 + div {
	margin-top: 10px;
}
.single-job #content-area ul {
	margin: 0 0 0 20px;
}
.single-job #content-area ul li {
	margin: 15px 0 0;
}
.single-job #content-area ul.basic-info {
	list-style: none;
	margin: 0;
	padding: 0 15px 15px;
	border: 1px solid #c9c9c9;
}
.single-job #content-area ul.basic-info li {
	margin: 20px 0 0;
}

.single-job #content-area ul.basic-info li span {
	display: block;
}
.single-job #content-area ul.basic-info li span:first-child {
	font-weight: 600;
}
.single-job #content-area ul.basic-info li span p {
	margin: 0;
}


/* contact */
.page-template-page-contact #main-content {
	padding-bottom: 50px;
	background-color: #6e408d;
	color: #fff;
}
.page-template-page-contact #main-content * {
	color: #fff;
}
.page-template-page-contact #main-content .container {
	padding-top: 50px;
}
.page-template-page-contact #main-content .mapp-iw * {
	color: #6e408d;
}
.page-template-page-contact #content-area .entry-content > h2:first-child {
	margin-top: 0;
	text-align: center;
	line-height: 1.4;
}
.page-template-page-contact #content-area .entry-content > h2:first-child span {
	color: #f15A22;
	font-weight: 400;
}
.page-template-page-contact #main-content h2 {
	font-size: 28px;
}
.page-template-page-contact #main-content h2 span {
	display: block;
	font-size: .66em;
	font-weight: 600;
}
.page-template-page-contact #main-content .hours,
.page-template-page-contact #main-content .locations {
	font-size: 18px;
}
.page-template-page-contact #main-content .hours h3,
.page-template-page-contact #main-content .locations h3 {
	font-size: 20px;
}
.page-template-page-contact #main-content .subscribe {
  margin: 0px 0 -20px;
  padding-top: 20px;
	font-size: 20px;
	text-align: center;
}
.page-template-page-contact #content-area .entry-content h3.form-hdg {
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.page-template-page-contact #main-content .entry-content > div p {
	margin-top: 5px;
}
.page-template-page-contact #main-content .entry-content > div h3 {
	margin: 0 0 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-contact #main-content .hours,
.page-template-page-contact #main-content .locations,
.page-template-page-contact #main-content .subscribe,
.page-template-page-contact #main-content .social-follow {
	margin: 20px 0 0;
	text-align: center;
}
.page-template-page-contact #main-content .hours > div:first-child,
.page-template-page-contact #main-content .locations > div:first-child,
.page-template-page-contact #main-content .subscribe {
	margin-left: 0;
}
.page-template-page-contact #main-content .hours > div:nth-child(2),
.page-template-page-contact #main-content .locations > div:nth-child(2) {
	margin-top: 40px;
}
.page-template-page-contact #main-content .hours .map a,
.page-template-page-contact #main-content .locations .map a {
	color: #fff;
	text-decoration: underline;
}
.page-template-page-contact #main-content .hours .map a:hover,
.page-template-page-contact #main-content .locations .map a:hover {
	color: #f15A22;
	text-decoration: none;
}
.page-template-page-contact #main-content .locations span.map,
.page-template-page-contact #main-content .locations span.fax {
	display: block;
}
.page-template-page-contact #main-content .subscribe {
	position: relative;
	margin: 30px 0 -10px;
	text-align: center;
}
.page-template-page-contact #main-content .subscribe i {
	position: relative;
	top: 4px;
	margin-right: 2px;
	font-size: 32px;
}
.page-template-page-contact.es #main-content .subscribe span {
	margin-left: 40px;
}
.page-template-page-contact #main-content .social-follow .et_social_icons_container {
	position: relative;
	left: 18px;
	transform: scale(1.1);
	width: 225px;
	margin: 0 auto !important;
}
.page-template-page-contact #main-content .social-follow .et_social_icon {
	transform: scale(.9);
}
.page-template-page-contact #main-content .social-follow .et_social_icon::before {
	transform: scale(1.2);
}
/*form*/
.page-template-page-contact #main-content form input[type="text"],
.page-template-page-contact #main-content form textarea {
	color: #000;
}







/* PROGRAMS *****************************************/

.page-template-page-program #content-area section {
	margin: 0;
	font-size: 20px;
}
.page-template-page-program #content-area section .container {
	font-size: .72em;
}

.page-template-page-program #content-area section.intro {
	margin: 0;
	padding: 30px 0;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
}
.page-template-page-program #content-area section.post-intro {
	font-size: 24px;
	line-height: 1.8;
}
.page-template-page-program #content-area section.post-intro * {
	text-align: center;
}
.page-template-page-program #content-area section.post-intro .container {
	padding: 30px 0 70px;
}

.page-template-page-program #content-area section.program-images .container {
	padding: 30px 0 50px;
}
.page-template-page-program #content-area .tiles {
	padding: 0;
}
.page-template-page-program #content-area .tiles .tile {
	padding: 30px 0 0;
}
.page-template-page-program #content-area .tiles .tile {
	display: block;
	position: relative;
	height: 250px;
	margin: 15px 0 0 0;
}
.page-template-page-program #content-area .tiles .tile::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	opacity: 0;
}
.page-template-page-program #content-area .tiles .tile:hover::before {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.page-template-page-program #content-area .tiles .tile h2 {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	width: calc(100% - 30px);
	margin:0 15px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-shadow: 0 0 5px #000;
	text-transform: uppercase;
	opacity: 1;
}
.page-template-page-program #content-area .tiles .tile:hover h2 {
	opacity: 0;
}
.page-template-page-program #content-area .tiles .tile h2+p {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	margin: 0;
	padding: 0 20px;
	color: #fff;
	/*font-size: 18px;*/
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	opacity: 0;
}
.page-template-page-program #content-area .tiles .tile:hover h2+p {
	opacity: 1;
}
.page-template-page-program #content-area .tiles .tile:hover h2,
.page-template-page-program #content-area .tiles .tile:hover h2+p {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}


.page-template-page-program #content-area section.bullets .container {
	padding-bottom: 30px;
}
.page-template-page-program #content-area section.bullets ul {
	list-style: none;
	margin-top: 30px;
}
.page-template-page-program #content-area section.bullets ul li {
	position: relative;
	margin: 10px 0 0;
	padding: 0 0 0 30px;
	font-size: 1.25em;
	line-height: 1.3;
}
.page-template-page-program #content-area section.bullets ul li:first-child {
	margin-top: 0;
}
.page-template-page-program #content-area section.bullets ul li::before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: FontAwesome;
	font-size: .9em;
	line-height: .8em;
	opacity: .5;
}
.page-template-page-program #content-area section.bullets.two-col ul+p {
	margin-top: 30px;
	font-size: 1.6em;
	text-align: center;
}

.page-template-page-program #content-area section.big-bullets .container {
	padding: 30px 0;
}
.page-template-page-program #content-area section.big-bullets ul li {
	list-style: none;
}
.page-template-page-program #content-area section.big-bullets ul li {
	margin: 20px 0 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.2;
	text-align: center;
}
.page-template-page-program #content-area section.big-bullets ul li a {
	color: #eac800;
}

.page-template-page-program #content-area section.outcomes * {
	text-align: center;
}
.page-template-page-program #content-area section.outcomes .container {
	padding-bottom: 30px;
}
.page-template-page-program #content-area section.outcomes p,
.page-template-page-program #content-area section.outcomes li {
	color: #fff;
}
.page-template-page-program #content-area section.outcomes ul {
	list-style: none;
}
.page-template-page-program #content-area section.outcomes .carousel li {
	margin-top: 30px;
}
.page-template-page-program #content-area section.outcomes .carousel li {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}
.page-template-page-program #content-area section.outcomes .statements {
	margin-top: 30px;
}
.page-template-page-program #content-area section.outcomes .statements li {
	margin: 15px 0 0;
	font-size: 1.6em;
	line-height: 1.3;
}
.page-template-page-program #content-area section.outcomes .statements li a {
	color: #fff;
	text-decoration: underline;
}
.page-template-page-program #content-area section.outcomes .statements li a:hover {
	color: #6e408d;
	text-decoration: none;
}

.page-template-page-program #content-area section.curriculum,
.page-template-page-program #content-area section.partners {
	padding-bottom: 30px;
	color: #6e408d;
	background: #fff;
}
.page-template-page-program #content-area section.curriculum h3+img,
.page-template-page-program #content-area section.partners h3+img {
	margin-top: 30px;
}
.page-template-page-program #content-area section.curriculum ul.logos,
.page-template-page-program #content-area section.partners ul.logos {
	position: relative;
	text-align: center;
	list-style: none;
}
.page-template-page-program #content-area section.curriculum ul.logos {
	margin-top: 30px;
}
.page-template-page-program #content-area section.curriculum ul.logos li,
.page-template-page-program #content-area section.partners ul.logos li {
	position: relative;
	margin: 10px 0 0;
}
.page-template-page-program #content-area section.curriculum ul.logos li a,
.page-template-page-program #content-area section.partners ul.logos li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.page-template-page-program #content-area section.curriculum ul.logos li:first-child,
.page-template-page-program #content-area section.partners ul.logos li:first-child {
	margin-left: 0;
}
.page-template-page-program #content-area section.curriculum ul.logos li img,
.page-template-page-program #content-area section.partners ul.logos li img {
	display: inline-block;
	height: 100px;
	width: auto;
}
.page-template-page-program #content-area section.curriculum ul.logos li span,
.page-template-page-program #content-area section.partners ul.logos li span {
	display: block;
	max-width: 225px;
	height: 70px;
	margin: 10px auto 0;
	color: #000;
  font-size: 13px;
	line-height: 1.5;
	text-align: center;
}
.page-template-page-program #content-area section.curriculum ul.logos + p,
.page-template-page-program #content-area section.partners ul.logos + p {
	clear: both;
	padding-top: 20px;
}

.page-template-page-program #content-area section.hours .container {
	padding-bottom: 30px;
}
.page-template-page-program #content-area section.hours * {
	text-align: center;
}
.page-template-page-program #content-area section.hours p {
	font-size: 1.6em;
}
.page-template-page-program #content-area section.hours p.detail {
	font-size: 24px;
}
.page-template-page-program #content-area section.hours a:hover {
	color: #eac800;
}

.page-template-page-program #content-area section.stats {
	padding: 30px 0 90px;
}
.page-template-page-program #content-area section h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.page-template-page-program #content-area section h3 {
	color: #6e408d;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
}
.page-template-page-program #content-area section.program-images h3,
.page-template-page-program #content-area section.bullets h3,
.page-template-page-program #content-area section.big-bullets h3,
.page-template-page-program #content-area section.outcomes h3,
.page-template-page-program #content-area section.curriculum h3,
.page-template-page-program #content-area section.partners h3,
.page-template-page-program #content-area section.hours h3 {
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-template-page-program #content-area section.bullets h3,
.page-template-page-program #content-area section.big-bullets h3,
.page-template-page-program #content-area section.hours h3,
.page-template-page-program #content-area section.partners h3 {
	color: #f15a22;
}
.page-template-page-program #content-area section.program-images h3,
.page-template-page-program #content-area section.outcomes h3 {
	color: #6e408d;
}
.page-template-page-program #content-area section.pink h3,
.page-template-page-program #content-area section.orange h3 {
	color: #6e408d;
}
.page-template-page-program #content-area section h2:first-child,
.page-template-page-program #content-area section h3:first-child {
	margin-top: 0;
}


/* second chance */
.page-id-131 #main-content section ul,
.page-id-1922 #main-content section ul {
	font-size: 20px;
	list-style: none;
	text-align: center;
}
.page-id-131 #main-content section ul li,
.page-id-1922 #main-content section ul li {
	margin: 10px 0 0;
}
.page-id-131 #main-content section *,
.page-id-1922 #main-content section * {
	text-align: center;
}
.page-id-131 #main-content .video-section,
.page-id-1922 #main-content .video-section {
	padding: 3vw;
	background: #6e408d;
	color: #fff;
	font-size: 20px;
}
.page-id-131 #main-content .video-section iframe,
.page-id-1922 #main-content .video-section iframe {
	margin: 0 0 5vw;
	width: 94vw;
	height: 52.875vw;
}


/* tattoo removal */
.page-id-132 #main-content section ul,
.page-id-3177 #main-content section ul {
	font-size: 20px;
	list-style: none;
	text-align: center;
}
.page-id-132 #main-content section ul li,
.page-id-3177 #main-content section ul li {
	margin: 10px 0 0;
}
.page-id-132 #main-content section *,
.page-id-3177 #main-content section * {
	text-align: center;
}
.page-template-page-program #content-area section.stats {
	padding-top: 0;
}


/* family wellness */
.page-id-133 #main-content section *,
.page-id-133 #main-content section p,
.page-id-3167 #main-content section *,
.page-id-3167 #main-content section p {
	text-align: center;
}
.page-id-133 #main-content section ul,
.page-id-3167 #main-content section ul {
	list-style: none;
}
.page-id-133 #main-content section ul li,
.page-id-3167 #main-content section ul li {
	margin: 15px 0 0;
	line-height: 1.4;
}


/* health promotions */
.page-id-134 #main-content section *,
.page-id-134 #main-content section p,
.page-id-1937 #main-content section *,
.page-id-1937 #main-content section p {
	text-align: center;
}
.page-id-134 #main-content section ul,
.page-id-1937 #main-content section ul {
	list-style: none;
}
.page-id-134 #main-content section ul li,
.page-id-1937 #main-content section ul li {
	margin: 15px 0 0;
	line-height: 1.4;
}
.page-id-134 #main-content section.orange a,
.page-id-1937 #main-content section.orange a {
	color: #fff;
}
.page-id-134 #main-content section a.underline,
.page-id-1937 #main-content section a.underline {
	text-decoration: underline;
}
.page-id-134 #main-content section p.calendar-link,
.page-id-1937 #main-content section p.calendar-link {
	margin-top: 50px;
}





/* PEOPLE POWER / ACTIONS *****************************************/

.page-template-page-action #main-content {
	padding-bottom: 0;
	background-color: #6e408d;
}
.page-template-page-action #main-content #content-area .entry-content > .container {
	padding-top: 0;
}
.page-template-page-action #content-area .entry-content h2 {
	font-weight: 800;
	text-align: center;
}
.page-template-page-action #content-area .entry-content h3 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.page-template-page-action #content-area .envira-title {
	display: block;
	margin: 8px 0 0;
	color: #fff;
	font-size: 16px;
}
.page-template-page-action #content-area .links {
	list-style: none;
	margin: 20px 0 0;
	padding: 2px 10px 10px;
	border-radius: 7px;
	background: #f15A22;
	font-weight: 700;
}
.page-template-page-action #content-area .links:hover {
	background: #00b3e3;
}
.page-template-page-action #content-area .links li {
	margin: 10px 0 0;
	padding: 0;
	background: none;
}
.page-template-page-action #content-area .links li a {
	color: #fff;
	text-decoration: none;
}
.page-template-page-action #content-area .links li a:hover {
	text-decoration: underline;
}

.page-template-page-action #content-area section {
	margin: 0;
}
.page-template-page-action #main-content .container {
	max-width: 900px;
}
.page-template-page-action #content-area section .container {
	padding: 0;
}
.page-template-page-action #content-area section.textile-top .container {
	padding-top: 25px;
}
.page-template-page-action #main-content figure {
	margin: 0;
}
.page-template-page-action #main-content figure img {
	display: block;
}
.page-template-page-action #main-content figure a {
	display: block;
}
.page-template-page-action #content-area section:first-of-type.red {
	background: #f4523d
}

/* featured video */
.page-id-117 #envira-gallery-wrap-200,
.page-id-2193 #envira-gallery-wrap-3289,
.postid-615 #envira-gallery-wrap-200,
.postid-1990 #envira-gallery-wrap-3289 {
	margin: 0 0 50px;
}
.page-id-117 #envira-gallery-wrap-200 .envira-title,
.page-id-2193 #envira-gallery-wrap-3289 .envira-title,
.postid-615 #envira-gallery-wrap-200 .envira-title,
.postid-1990 #envira-gallery-wrap-3289 .envira-title {
	margin: 15px 0 10px;
}
.page-id-117 #envira-gallery-wrap-200 .fluid-width-video-wrapper,
.page-id-2193 #envira-gallery-wrap-3289 .fluid-width-video-wrapper,
.postid-615 #envira-gallery-wrap-200 .fluid-width-video-wrapper,
.postid-1990 #envira-gallery-wrap-3289 .fluid-width-video-wrapper {
	padding-top: 55% !important;
}
.page-id-117 #envira-gallery-wrap-200 .envira-title,
.page-id-2193 #envira-gallery-wrap-3289 .envira-title,
.postid-615 #envira-gallery-wrap-200 .envira-title,
.postid-1990 #envira-gallery-wrap-3289 .envira-title {
	position: absolute;
	bottom: -5%;
  height: auto;
  margin: 0;
	padding: 5px 10px 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: #333;
}


/* Individual Actions */
.single-post_action #main-content .container {
	max-width: 900px;
}
.single-post_action #content-area {
	padding-bottom: 40px;
}
.single-post_action .entry-content {
	padding-top: 40px;
}
.single-post_action #content-area p.wpml-ls-statics-post_translations.wpml-ls {
	top: 0;
	background: rgba(110,64,141,1);
}
.single-post_action #content-area p.wpml-ls-statics-post_translations.wpml-ls:hover {
	background: rgba(110,64,141,.5);
}
.single-post_action #content-area p.credit {
  padding: 10px;
  font-size: 15px;
	font-weight: 600;
	background: #f5f5f5;
}
.single-post_action #content-area .entry-content .page-builder > h2 {
	margin: 100px 0 20px;
	text-align: center;
}
.single-post_action #content-area .entry-content .page-builder > h2::before {
	content: "";
	display: block;
	position: relative;
	left: 0;
	top: -40px;
	width: 300%;
	height: 13px;
	margin: 0 calc(50% - 50vw);
	background: url(../img/backgrounds/textile.1.jpg) repeat-x center center/contain;
}

.single-post_action #content-area .entry-content .page-builder > h2:first-child {
	margin-top: 0;
}
.single-post_action #content-area .entry-content .page-builder > h2:first-child::before {
	display: none;
}
.single-post_action #content-area .entry-content .page-builder > h3 {
	margin: 30px 0 20px;
	color: #f15A22;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
.single-post_action .page-builder .links li {
	font-weight: 600;
	background: none;
}

.single-post_action.postid-615 #content-area .intro-text + .bullets,
.single-post_action.postid-1990 #content-area .intro-text + .bullets {
	margin-left: 40px;
	padding-left: 0;
}
.single-post_action.postid-615 #content-area .intro-text + .bullets li,
.single-post_action.postid-1990 #content-area .intro-text + .bullets li {
	position: relative;
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.single-post_action.postid-615 .intro-text + .bullets li span,
.single-post_action.postid-1990 .intro-text + .bullets li span {
	position: absolute;
	left: -45px;
	top: 5px;
	color: #be1e24;
	font-size: 48px;
	font-weight: 800;
}

/* #saveTPS */
.single-post_action.postid-640 #main-content h1.entry-title {
	text-transform: none;
}
.single-post_action.postid-640 #content-area .links,
.single-post_action.postid-10838 #content-area .links {
	list-style: none;
	margin: 30px 0;
	padding: 2px 20px 15px;
	border-radius: 7px;
	background: #6e408d;
	font-size: .86em;
	font-weight: 700;
}
.single-post_action.postid-640 #content-area .links:hover,
.single-post_action.postid-10838 #content-area .links:hover {
	background: #f15A22;
}
.single-post_action.postid-640 #content-area .links li,
.single-post_action.postid-10838 #content-area .links li {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
.single-post_action.postid-640 #content-area .links a,
.single-post_action.postid-10838 #content-area .links a {
	color: #fff;
}

.single-post_action.postid-9315 #content-area,
.single-post_action.postid-9320 #content-area {
	margin-top: -60px;
}
.single-post_action.postid-9315 #content-area .page-builder h2+h3,
.single-post_action.postid-9320 #content-area .page-builder h2+h3 {
	margin-top: 0;
}


/* Caravan for the Children */
#post-10918 > .entry-content {
	padding-top: 0;
}
#post-10918 .page-builder .intro-text {
	margin: -80px calc(50% - 50vw) 60px;
	background: #f5533c;
}
#post-10918 .page-builder .intro-text p {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 50px;
	/* color: #fff; */
	color: #ffe17e;
	font-size: 55px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1.15;
	text-align: center;
}
.postid-10918 #content-area .links.justified li {
	padding-left: 0;
	background: none;
	font-size: 18px;
}
.postid-10918 #content-area .collabs {
	margin-top: 30px;
}
.postid-10918 #content-area .collabs p {
	margin-top: 30px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.postid-10918 #content-area .collabs p:first-child {
	margin-top: 0;
}
.postid-10918 #content-area .collabs p span.org,
.postid-10918 #content-area .collabs p a {
	color: #eb5145;
}
.postid-10918 #content-area .collabs p span.org {
	font-weight: 700;
}
.postid-10918 #content-area .media-list {
	margin: 30px 0 0;
}

.postid-10918 #content-area .media-list li {
	position: relative;
	margin: 15px 0;
	padding: 0;
	background: none;
}
.postid-10918 #content-area .media-list li figure {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.postid-10918 #content-area .media-list li figure a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}
.postid-10918 #content-area .media-list li figure img {
	display: block;
	min-height: 100%;
}
.postid-10918 #content-area .media-title {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
}
.postid-10918 #content-area .media-title a {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	line-height: .3;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
}
.postid-10918 #content-area li:hover .media-title a {
	color: #ee4c33;
	text-decoration: underline;
}
.postid-10918 #content-area .media-title::after {
	content:"\203a";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
	top:1px;
	margin-right: -10px; /* prevent wrap */
	color: #ee4c33;
	font-size:1.3em;
	line-height: .8em;
	opacity: 0;
}
.postid-10918 #content-area li:hover .media-title::after {
	opacity: 1;
}
.postid-10918 #content-area .media-meta {
	margin: 7px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
.postid-10918 #content-area .media-meta .media-date {
	margin-left: 4px;
	padding-left: 7px;
	border-left: 1px solid #d9d9d9;
}





/* PRESS & MEDIA *****************************************/

.page-template-page-press #main-content .entry-content {
	padding-bottom: 50px;
}
.page-template-page-press .news-list {
	font-size: .76em;
}
.page-template-page-press .news-list li {
	margin-top: 30px;
	padding: 30px 0 0 15px;
	border-top: 1px solid #c9c9c9;
	font-size: 18px;
	line-height: 1.6 !important;
}
.page-template-page-press #content-area .news-list li:first-child {
	margin-top: -10px;
}
.page-template-page-press #main-content .news-list li h3 {
	margin: 0 0 20px;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2em;
	color: #f15A22;
}
.page-template-page-press #main-content .news-list li h3 span {
	display: block;
	margin: 0 0 7px;
	font-size: .7em;
	font-weight: 400;
	text-transform: uppercase;
}
.page-template-page-press #main-content .news-list li h3 a.more::after {
	opacity: 0;
	top: -1px;
}
.page-template-page-press #main-content .news-list li:hover h3 a.more::after {
	opacity: 1;
}
.page-template-page-press #main-content .news-list li h3 a {
	text-decoration: none;
}
.page-template-page-press #main-content .news-list li h3 a:hover {
	text-decoration:underline;
}
.page-template-page-press #main-content .news-list li figure {
	float: left;
	max-width: 250px;
	margin: 6px 25px 10px 0;
	border: 1px solid #e9e9e9;
}
.page-template-page-press #main-content .news-list li figure figcaption {
	padding: 0 2px;
	font-size: 11px;
}
.page-template-page-press #main-content .news-list li p.date {
	margin-top: 7px;
	font-size: .9em;
	font-weight: 400;
	text-transform:uppercase;
}
.page-template-page-press #main-content .news-list li p.pub-meta .source {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #c9c9c9;
}
.page-template-page-press #main-content .news-list li .brief-text {
	line-height: 1.6;
}
.page-template-page-press #main-content .news-list a.more {
	font-size: .9em;
	text-transform:uppercase;
}


/* individual press item pages */
.single-post_news #content-area .news-type {
	margin: 0 0 7px;
	color: #f15a22;
	font-size: .7em;
	font-weight: 400;
	text-transform: uppercase;
}
.single-post_news figure {
	float: left;
	max-width: 250px;
	margin: 0 25px 10px 0;
}
.single-post_news #content-area p.date {
	position: relative;
	top: -3px;
	margin: 0 0 -8px;
	font-size: .7em;
	text-transform:uppercase;
}
.single-post_news p.pub-meta .source {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #c9c9c9;
}
.single-post_news .news-text {
	font-size: .8em;
	line-height: 1.6;
}
.single-post_news a.more {
	font-size: .7em;
	font-weight: 700;
	text-transform:uppercase;
}


/* Video */
.page-id-647 #main-content,
.page-id-2226 #main-content {
	background: #222;
	padding-bottom: 40px;
	color: #fff;
}
.page-id-647 #envira-gallery-wrap-200,
.page-id-2226 #envira-gallery-wrap-3289 {
	max-width: 1000px;
	margin-bottom: 60px;
}
.page-id-647 #envira-gallery-wrap-200 iframe,
.page-id-2226 #envira-gallery-wrap-3289 iframe {
	border: none;
}
.page-id-647 #envira-gallery-wrap-200 .envira-title,
.page-id-2226 #envira-gallery-wrap-3289 .envira-title {
	margin: 15px 0 10px;
}
.page-id-647 #envira-gallery-wrap-200 .fluid-width-video-wrapper,
.page-id-2226 #envira-gallery-wrap-3289 .fluid-width-video-wrapper {
	padding-top: 55% !important;
}
.page-id-647 #envira-gallery-wrap-200 .envira-title,
.page-id-2226 #envira-gallery-wrap-3289 .envira-title {
	position: absolute;
	bottom: -5%;
  height: auto;
  margin: 0;
	padding: 15px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: #333;
}




/* Podcast */

.page-template-page-podcast h1.entry-title {
	display: none;
}
.page-template-page-podcast .intro-text .videos {
	margin: 30px 0;
}
.page-template-page-podcast #content-area .donate-button {
	margin: -40px 0 40px;
	text-align: center;
}
.page-template-page-podcast #content-area .episode-list li {
	list-style: none;
}
.page-template-page-podcast #content-area .entry-content .page-builder > h2,
.page-template-page-podcast #content-area .episode-list h2 {
	margin-top: 140px;
	font-size: 1.5em;
	text-align: center;
}
.page-template-page-podcast #content-area .entry-content .page-builder > h2::before,
.page-template-page-podcast #content-area .episode-list h2::before {
	content: "";
	display: block;
	position: relative;
	left: 0;
	top: -70px;
	width: 300%;
	height: 13px;
	margin: 0 calc(50% - 50vw);
	background: url(../img/backgrounds/textile.1.jpg) repeat-x center center/contain;
}
.page-template-page-podcast #content-area article .page-builder h2 + .image-text {
	padding-top: 0;
	border-top: none;
}
.page-template-page-podcast .image-text-text-container .text * {
	font-size: 16px;
}
.page-template-page-podcast .partner-container {
	position: relative;
	max-width: calc(825px + 16%);
	margin: 0 auto;
}
.page-template-page-podcast figure.partner {
	width: 80%;
	max-width: 275px;
	margin: 20px auto 0;
}
.page-template-page-podcast #content-area figure.partner.change img {
	width: 60%;
}
.page-template-page-podcast .pod-player,
.single-podcast .pod-player {
	position: relative;
	margin: 30px 0 0;
}
.page-template-page-podcast figure.player-image,
.single-podcast figure.player-image {
	position:absolute;
	left: 13px;
	top: 23px;
	width: 120px
}
.page-template-page-podcast figure.player-image img,
.single-podcast figure.player-image img {
	display: block;
	width: 100%;
}
.page-template-page-podcast .ytp-impression-link,
.single-podcast .ytp-impression-link {
	display: none !important;
}
.page-template-page-podcast #content-area p.more,
.page-template-page-podcast #content-area .collapseomatic {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-podcast #content-area article .entry-content .collapseomatic {
	background: #00b3e3;
	color: #fff;
}
.page-template-page-podcast #content-area article .entry-content .collapseomatic::after {
	color: #fff;
}
.page-template-page-podcast #content-area article h3.xtra-title,
.single-podcast #content-area article h3.xtra-title  {
	margin: 30px 0 -5px;
	color: #f15A22;
	font-size: 20px;
	font-weight: 600;
}

/* single podcast posts */
.single-podcast .entry-content {
	padding-top: 0;
}
.single-podcast #content-area p.back {
	margin: -30px 0 20px;
}
.single-podcast h1.entry-title {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: 30px 0;
	padding: 0;
	color: #f15a22;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
}




/* #Familiesaresacred */

.page-id-4067 #content-area .entry-content,
.page-id-4291 #content-area .entry-content {
	padding-bottom: 40px;
}
.page-id-4067 #content-area .entry-content h3,
.page-id-4291 #content-area .entry-content h3 {
	padding-bottom: 3px;
	border-bottom: 1px solid #f15a22;
	color: #f15a22;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

/* Perspective */

.page-template-page-perspective #main-content .container {
	padding-top: 30px;
}
.page-template-page-perspective .entry-content .perspective h1.entry-title {
	font-size: 24px;
}
.page-template-page-perspective article.perspective {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d9d9d9;
	font-size: 20px;
	line-height: 1.5;
}
.page-template-page-perspective article.perspective:first-child {
	margin-top: 30px;
	padding-top: 0;
	border-top: none;
}
.page-template-page-perspective .entry-content .perspective h1.entry-title {
	margin-bottom: 5px;
}
.page-template-page-perspective #content-area p.author,
.single-perspectives #content-area p.author {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 400;
}
.page-template-page-perspective #content-area p.title {
	margin-top: 0;
}
.page-template-page-perspective #content-area p.title,
.single-perspectives #content-area p.title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.single-perspectives #content-area p.title {
	margin-top: 5px;
}
.page-template-page-perspective #content-area figure.hero {
	float: left;
	width: 100%;
	max-width: 300px;
	margin: 12px 30px 5px 0;
}
.page-template-page-perspective #content-area p.more {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-perspectives h1.entry-title {
	font-size: 28px;
}
.single-perspectives .entry-content {
	padding-top: 10px;
	font-size: 20px;
	line-height: 1.5;
}
.single-perspectives #content-area figure.hero {
	float: right;
	width: 100%;
	max-width: 600px;
	margin: 28px 0 10px 20px;
}
.single-perspectives #content-area > p.back:first-child {
	margin: 0 0 30px;
}
.single-perspectives .profile {
	margin: 35px 0 0;
  padding: 15px 0 0;
  border-top: 2px dotted #f15a22;
  font-size: 16px;
}


.page-id-647 #envira-gallery-wrap-648 .envira-gallery-item-inner,
.page-id-2226 #envira-gallery-wrap-648 .envira-gallery-item-inner {
	background: rgba(255,255,255,.05)
}
.page-id-647 #envira-gallery-wrap-648 .envira-gallery-captioned-data,
.page-id-2226 #envira-gallery-wrap-648 .envira-gallery-captioned-data {
	padding: 15px;
}
.page-id-647 #envira-gallery-wrap-648 .envira-title,
.page-id-2226 #envira-gallery-wrap-648 .envira-title {
	font-size: 16px;
	text-align: left;
}
.page-id-647 #envira-gallery-wrap-648 .envira-caption,
.page-id-2226 #envira-gallery-wrap-648 .envira-caption {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}








/* CALENDAR *****************************************/

.tribe-js .tribe-events * {
	font-family: 'Raleway', sans-serif !important;
}
.tribe-js .tribe-events .tribe-events-l-container {
	padding-top: 0 !important;
}
.tribe-js .tribe-events-header .tribe-events-c-top-bar__datepicker-time,
.post-type-archive-tribe_events .entry-content h2 {
	color: #00b3e3;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.tribe-js .tribe-events-header .tribe-events-c-search__button {
	background-color: #00b3e3;
}
.tribe-events-c-subscribe-dropdown__button {
	border-color: #00b3e3 !important;
	color: #00b3e3 !important;
}
.page-id-119 .tribe-events-header::before {
	content: "Calendar";
}
html[lang="es"] .tribe-events-header::before {
	content: "Calendario";
}
.page-id-119 .tribe-events-header::before,
.page-id-2150 .tribe-events-header::before {
	display: block;
	position: relative;
	margin: 0px auto 30px;
	color: #6e408d;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.page-id-119 #left-area,
.page-id-2150 #left-area {
	width: 100% !important;
	padding-right: 0 !important;
}
.page-id-119 #sidebar,
.page-id-2150 #sidebar {
	display: none;
}
.page-id-119 h1.entry-title,
.page-id-2150 h1.entry-title {
	display: none;
}
.tribe-events-shortcode .tribe-bar-submit {
	width: 20% !important;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	position: relative;
	top: 5px;
	border-radius: 7px !important;
	background: #00b3e3 !important;
}
#tribe-bar-form .tribe-bar-views-option span {
	font-size: 16px;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
	position: absolute;
	left: 0;
	right: auto;
	width: 60%;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
	font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

#tribe-events-content .tribe-events-page-title {
	margin-top: 0 !important;
}
.tribe-events-calendar-month__day-date {
	margin: 0 !important;
	padding: 6px 9px !important;
	font-size: 14px !important;
}
.tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
	opacity: .4 !important;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
	background: #999 !important;
}

.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	text-decoration: none !important;
	background: none !important;
}
#tribe-bar-views .tribe-bar-views-option {
	margin-top: 5px !important;
}
h3.tribe-events-calendar-month__calendar-event-title {
	margin: 15px 0 0 !important;
	/* padding: 5% !important; */
	padding: 0 !important;
	font-size: 15px !important;
	font-weight: 600;
	line-height: 1.2 !important;
}
h3.tribe-events-calendar-month__calendar-event-title a {
	color: #fff !important;
	font-family: 'Raleway',sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.tribe-events-calendar th {
	background-color: #999 !important;
	color: #fff !important;
}
#tribe-events .tribe-events-content p {
	line-height: 1.5;
}
.tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-schedule .recurringinfo {
	display: none !important;
}
#tribe-events-content.tribe-events-list .tribe-address {
	line-height: 1.5
}

#content-area .entry-content .tribe-events-list {
	font-size: .76em;
}
#content-area .entry-content .tribe-events-list h3 {
	margin-top: 0;
}
#content-area .entry-content .tribe-events-list .type-tribe_events {
	padding: 1.5em 0 1.7em;
}
#content-area .entry-content .tribe-events-list .tribe-events-list-separator-month {
	display: none;
}


.tribe-events-calendar-month__calendar-event {
	padding-top: 1px !important;
}
.tribe-events-calendar-month__calendar-event,
.tribe-events-calendar-month__calendar-event .tribe-events-category-closure,
.tribe-events-calendar-month__calendar-event.cat_event-closure,
.tribe-events-calendar-month__calendar-event .tribe-events-category-closure2,
.tribe-events-calendar-month__calendar-event.cat_event-closure2 {
	background: #666;
}
.tribe-events-calendar-month__calendar-event.cat_community-event,
.tribe-events-calendar-month__calendar-event.cat_event-community-event {
	padding-top: 1px;
	background: #000; /* black */
}
.tribe-events-calendar-month__calendar-event.cat_community-event::before {
	content: "Community Event";
	display: block;
	position: relative;
	top: 7px;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	opacity: .9;
}
html[lang="es"] .tribe-events-calendar-month__calendar-event.cat_community-event::before {
	content: "Evento comunitario";
}

.tribe-events-calendar-month__calendar-event.cat_legal,
.tribe-events-calendar-month__calendar-event.cat_event-legal {
	background: #6e408d; /* purple */
}
.tribe-events-calendar-month__calendar-event.cat_cooking,
.tribe-events-calendar-month__calendar-event.cat_event-cooking {
	background: #be1e24; /* red */
}
.tribe-events-calendar-month__calendar-event.cat_youth,
.tribe-events-calendar-month__calendar-event.cat_youth-tattoo,
.tribe-events-calendar-month__calendar-event.cat_event-youth {
	background: #00a889; /* green */
}
.tribe-events-calendar-month__calendar-event.cat_dance,
.tribe-events-calendar-month__calendar-event.cat_event-dance {
	background: #f15a22; /* orange */
}
.tribe-events-calendar-month__calendar-event.cat_reading,
.tribe-events-calendar-month__calendar-event.cat_event-reading {
	background: #00b3e3; /* turquoise */
}
.tribe-events-calendar-month__calendar-event.cat_policy-systems-environment,
.tribe-events-calendar-month__calendar-event.cat_event-policy-systems-environment,
.tribe-events-calendar-month__calendar-event.cat_family,
.tribe-events-calendar-month__calendar-event.cat_event-family {
	background: #ee3286; /* pink */
}
.tribe-events-calendar-month__calendar-event.cat_fieldtrip,
.tribe-events-calendar-month__calendar-event.cat_event-fieldtrip {
	background: #88aC2e; /* olive */
}
#tribe-events-content.tribe-events-list .type-tribe_events {
	background: #fff;
}

#tribe-events-content .tribe-events-tooltip  {
	background: #6e408d;
}
#tribe-events-content .tribe-events-tooltip {
	background-color: #fff;
}
#tribe-events-content .tribe-events-tooltip h4 {
	background-color: #6e408d !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}
#tribe-events-content .tribe-events-tooltip .tribe-event-description {
	margin-top: 0;
}
#tribe-events-content .tribe-events-tooltip .tribe-event-description p,
#tribe-events-content .tribe-events-tooltip .event-hover-address,
#tribe-events-content .tribe-events-tooltip .event-hover-more {
	margin-top: 10px;
}
.tribe-events-tooltip .tribe-events-event-body {
	padding: 10px 8px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}
#content-area .tribe-event-description {
	margin-top: 10px;
}

/* single event */
.single-tribe_events #main-header .language-switcher {
	display: none;  /* translated events aren't all linked */
}
.single-tribe_events #content-area p.tribe-events-back {
	margin: -30px 0 20px;
	font-size: .86em;
  font-weight: 600;
	text-transform: uppercase;
}
.single-tribe_events #tribe-events-header,
.single-tribe_events #tribe-events-footer {
	display: none;
}
.single-tribe_events .tribe-events-notices {
	margin-bottom: 25px;
	font-size: .8em;
	font-weight: 600;
}
.single-tribe_events .tribe-events-single-event-title {
	font-size: 1.5em;
}
.single-tribe_events #content-area .tribe-events-schedule {
	margin: 10px 0 0;
}
.single-tribe_events #content-area .tribe-events-schedule h2 {
	margin: 0 0 20px;
	color: #888;
	font-size: .96em;
	font-weight: 600;
}
.single-tribe_events #content-area .tribe-events-single-section a {
	font-weight: bold;
}
.single-tribe_events #content-area .tribe-events-single-event-description {
	font-size: 18px;
}
.single-tribe_events #content-area .tribe-events-event-meta .tribe-events-single-section-title {
	margin: 30px 0 0;
	text-transform: uppercase;
}
.single-tribe_events .tribe-events-event-meta dl {
	margin: 15px 0 0;
	font-size: 16px;
}
.single-tribe_events ul.tribe-related-events .tribe-related-events-thumbnail {
	display: none;
}
.single-tribe_events #content-area ul.tribe-related-events h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
}
.single-tribe_events #content-area .tribe-street-address {
	overflow-wrap: break-word;
  word-wrap: break-word;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button-text {
	position: relative;
	top: -3px;
	border: none;
	padding: 5px 10px;
	color: #fff !important;
	font-weight: 600;
}




/* DONATE *****************************************/

.page-template-page-donate #content-area {
	color: #fff;
	background: #00b3e3;
	padding-bottom: 40px;
}
.page-template-page-donate #main-content .container {
	padding-top: 40px;
}
.page-template-page-donate #content-area .intro-text {
	text-align: center;
}
.page-template-page-donate #content-area h2 {
	color: #fff;
}
.page-template-page-donate #content-area .tiles {
	padding-top: 0;
}
.page-template-page-donate #content-area .tax-info {
	margin: 50px 0 20px;
	padding-top: 15px;
	border-top: 1px dotted #fff;
	font-size: .92em;
	font-style: italic;
}
.page-template-page-donate #content-area .page-builder h2,
.page-template-page-donate #content-area .page-builder .text {
	display: none;
}

.page-template-page-donate #content-area {
	min-height: 0;
}

/* year-end campaign - spanish */
.es.page-template-page-donate-YE-campaign a.button.translate {
	/* display: none; */
	margin: 20px auto;
}

/* donate pages */
.page-template-page-donate-now #content-area {
	min-height: 0;
}
.page-template-page-donate-now #content-area {
	padding-bottom: 1px;
	color: #fff;
	background: #00b3e3;
}
.page-template-page-donate-now #content-area h2 {
	color: #fff;
	text-align: center;
}
.page-template-page-donate-now #content-area a {
	color: #fff;
	text-decoration: underline;
}
.page-template-page-donate-now #content-area a:hover {
	color: #eac800;
	text-decoration: underline;
}
.page-template-page-donate-now #content-area .intro-text {
	text-align: center;
}
.page-template-page-donate-now #content-area .intro-text + .text {
	text-align: center;
}
.page-template-page-donate-now #content-area .page-builder > .intro-text a {
	color: #fff;
	text-decoration: underline;
}
.page-template-page-donate-now #content-area .page-builder > .intro-text a:hover {
	text-decoration: none;
}
.page-template-page-donate-now .donate-form {
	overflow: hidden;
}
.page-template-page-donate-now iframe#mc-donation {
	border: none !important;
	margin-top: -50px;
	overflow: hidden;
}


/* paypal */
/*
.paypal-container {
	margin: 30px auto 0;
	color: #fff;
}
.paypal-container form {
	position: relative;
	width: 96%;
	max-width: 400px;
	margin: 20px auto 0;
	text-align: center;
	background: rgba(255,255,255,.2);
}
.paypal-container form::after {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.page-id-139 .paypal-container form select {
	top: -15px;
}*/

/* donate now */
.page-template-page-donate-now #content-area {
	min-height: 0;
}
/* .page-id-139 div.new_look_logo_box.bottom-medium,
.page-id-2231 div.new_look_logo_box.bottom-medium {
	width: 250px;
} */

/* donate monthly */
/*.page-id-583 .paypal-container form::after {
	top: -210px;
}
.page-id-583 .paypal-container form::after {
	content: "Choose a monthly donation amount:";
}
.page-id-583 .paypal-container form select {
	top: -10px;
}*/

/* latino equity project */
.page-id-734 .paypal-container form::after {
	top: -170px;
}
.page-id-734 #content-area .paypal-container p {
	margin: 0;
}
.page-id-734 .paypal-container form::after {
	content: "Choose a donation amount:";
}
html[lang="es"] .page-id-734 .paypal-container form::after {
	content: "Elija un monto de donación:";
}
.page-id-734 .paypal-container form table,
.page-id-734 .paypal-container form td {
	margin: 0;
	border: none;
	text-align: center;
}
.page-id-734 .paypal-container form select {
	position: relative;
	top: 0;
}
.page-id-734 .paypal-container form input[type="image"] {
	position: relative;
	top: -10px;
}
.page-id-583 .paypal-container form input[type="image"] {
	top: -30px;
}
.paypal-container figure {
	position: relative;
	bottom: 65px;
	width: 80px;
	margin: 0 auto;
	padding: 0;
}


/* latino equity project */
.page-id-734 #content-area .page-builder figure.align-left:first-child {
	width: 19%;
	margin-top: 7px;
}
.page-id-734 #content-area .page-builder a {
	color: #fff;
	text-decoration: underline;
}
.page-id-734 .paypal-container {
	padding-top: 25px;
}
.page-id-734 .paypal-container form::after {
	content: "";
	display: none;
}
.page-id-734 .paypal-container form input[type="image"] {
	margin-bottom: 40px;
}


/* DACA fund */
.page-id-2251 .page-builder > .intro-text:first-child,
.page-id-2267 .page-builder > .intro-text:first-child {
}


/* vinicio fund */
.page-id-552 #main-content .page-builder ul,
.page-id-2234 #main-content .page-builder ul {
	position: relative;
	width: 500px;
	margin: 40px auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.page-id-552 #main-content .page-builder ul li,
.page-id-2234 #main-content .page-builder ul li {
	margin: 15px 0 0;
	padding: 0;
	background: none;
}


/* Romero breakfast */
.page-id-140 #content-area article .entry-content,
.page-id-4659 #content-area article .entry-content {
	text-align: center;
}
.page-id-140 #content-area .button,
.page-id-4659 #content-area .button {
	height: auto;
	padding: 5px 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #00b3e3;
}
.page-id-140 #content-area .button:hover,
.page-id-4659 #content-area .button:hover {
	background-color: #6e408d;
}


/* Caravan for the Children */
.page-id-4044 #content-area,
.page-id-4053 #content-area {
	background: #f4523d;
}
.page-id-4044 #main-content article.page > .container {
	margin-top: -50px;
	padding-top: 0;
}








/* DOCUMENTS
 *****************************************/

.single-post_document h1.entry-title {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	color: #f15a22;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	text-shadow: none;
}
.single-post_document figure {
	float: left;
	max-width: 250px;
	margin: 7px 25px 10px 0;
}
.single-post_document #content-area .doc-summary > p:first-child {
	margin-top: 0;
}
.single-post_document #content-area .entry-content ul {
	list-style: none;
}
.single-post_document #content-area .entry-content li {
	margin: 15px 0 0;
}
.single-post_document a.more {
	font-size: .86em;
	font-weight: 700;
	text-transform:uppercase;
}

/* know your rights */
.postid-1389 p.doc-file,
.postid-2295 p.doc-file {
	display: none;
}





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

.page-template-page-subscribe #content-area {
	background-color: #88aC2e; // olive
}
.page-template-page-subscribe #mc_embed_signup {
	margin: 30px 0;
	background-color: rgba(255,255,255,.2);
}
.page-template-page-subscribe #content-area h2 {
	margin: 0;
	color: #fff;
}
.page-template-page-subscribe #content-area .asterisk {
	color: #fff;
}
.page-template-page-subscribe #content-area .indicates-required {
	padding-top: 10px;
	color: #fff;
	font-size: 13px;
}
.page-template-page-subscribe #content-area form {
	margin-top: -30px;
	padding: 0;
}
.page-template-page-subscribe #content-area .container {
	max-width: 630px;
}
.page-template-page-subscribe #content-area form label {
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.page-template-page-subscribe #content-area form input[type="email"],
.page-template-page-subscribe #content-area form input[type="text"] {
	border: none;
	font-size: 18px;
}
.page-template-page-subscribe #content-area form label + br {
	display: none;
}
.page-template-page-subscribe #mc_embed_signup .mc-field-group {
	color: #fff;
	font-size: 20px;
}
.page-template-page-subscribe #mc_embed_signup .mc-field-group strong {
	font-weight: 600 !important;
}
.page-template-page-subscribe #mc_embed_signup .mc-field-group p {
	display: none;
}
.page-template-page-subscribe #mc_embed_signup .mc-field-group ul li {
	background: none;
}
.page-template-page-subscribe #content-area form .button {
	height: auto;
	padding: 5px 20px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #00b3e3;
}
.page-template-page-subscribe #content-area form .button:hover {
	background-color: #6e408d;
}
#mc_embed_signup div#mce-responses {
	width: 96% !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
}
#mc_embed_signup div.response {
	width: 100% !important;
	padding: 0 !important;
}
#mc_embed_signup #mce-success-response {
	color: #fff !important;
}

/* subscribe pop-up */
.mc-modal-bg {
	background: rgba(0,0,0,.85) !important;
}
.mc-layout__modalContent,
.mc-layout__modalContent .modalContent {
	background: #f15a22 !important;
}
.modalContent * {
	font-family: 'Raleway', sans-serif !important;
	color: #fff !important;
}







/* CAMPAIGN *****************************************/

.page-template-page-campaign #page-container {
	padding-top: 0 !important;
}
.page-template-page-campaign #main-header {
	display: none !important;
}
.page-template-page-campaign #content-area {
	background: none !important;
}
.page-template-page-campaign article.page > .container {
	max-width: none !important;
	margin: 0 !important;
	padding-top: 0 !important;
}
.page-template-page-campaign .entry-content > p {
	margin: 0 !important;
}
.page-template-page-campaign .entry-content iframe {
	margin-top: 0 !important;
}






/* SEARCH RESULTS *****************************************/

.search-results #sidebar {
	display: none;
}
.search-results .page-header {
	margin:0 0 20px;
	padding:0;
}
.search-results #left-area > .entry-title:first-child {
	position: relative;
	left: 0;
	top: 0;
	color: #6e408d;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	padding: 0;
}
.search-results #left-area > .entry-title:first-child span {
	color:#733041;
	font-weight: 600;
	background-color: #feff94;
}
.search-results #content-area article {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}
.search-results #content-area article::before {
	display: block;
	margin: 0 0 5px;
	font-size: .86em;
	text-transform: uppercase;
	color: #777;
}
.search-results #content-area article:first-of-type {
	border-top: none;
}
.search-results #content-area article .entry-summary {
	margin-top:-10px;
	padding-top:0;
}
.search-results #content-area article h1 {
	position: relative;
	top: 0;
	bottom: 0;
	margin-top: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	text-shadow: none;
	text-transform: none;
}
.search-results #content-area article h1 a {
	color:#00b3e3;
	text-decoration: none;
}
.search-results #content-area article h1 a:hover {
	color:#f15a22;
}
.search-results #content-area .post-meta {
	display: none;
}
.search-results #content-area .post-meta .author {
	display: none;
}
.search-results #content-area article.publication figure {
	float: left;
	width: 60px;
  margin: 10px 30px 5px 0;
	border: 1px solid #c9c9c9;
}
.search-results #content-area article.publication figure img {
	display: block;
}
.search-results #content-area .pub-meta {
	margin-top: 7px;
	color: #777;
	font-size: .9em;
	line-height: 1.3;
	text-transform: uppercase;
}
.search-results #content-area .pub-meta .pub-source.italicize {
	font-style: italic;
}
.search-results #content-area .pub-meta .pub-date + .pub-source {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #b9b9b9;
}





/* EMAIL SIGNATURE **************************************/

.page-id-3976 .entry-content {
	margin: 0 0 30px;
}
.page-id-3976 h1.entry-title {
	display: none;
}
.page-id-3976 #content-area table,
.page-id-3976 #content-area tr,
.page-id-3976 #content-area th,
.page-id-3976 #content-area td {
  border: none;
  padding: 0;
}
.page-id-3976 #content-area .gform_wrapper {
	margin: 0 0 40px;
	padding: 0;
}
.page-id-3976 #content-area .gform_wrapper form {
	padding: 15px;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
}
.page-id-3976 #content-area .gform_wrapper form h3 {
	margin-top: 0;
	font-size: 24px;
	text-transform: uppercase;
}
.page-id-3976 #content-area .entry-content .gform_fields > li {
	margin: 25px 0 0;
	font-size: 18px;
}
.page-id-3976 #content-area .entry-content .gform_fields > li.sig-color {
	float: left;
	width: 310px;
	margin-bottom: 30px;
}
.page-id-3976 #content-area .entry-content .gform_fields > li.sig-textile {
	float: left;
	clear: none;
}
.page-id-3976 #content-area .entry-content .gform_fields > li li {
	background: none;
}
.page-id-3976 .sample + .sample {
	margin-top: 30px;
}
.page-id-3976 .sig-color input,
.page-id-3976 .sig-textile input {
	position: relative;
	top: 3px;
}
.page-id-3976 span.color-name {
	display: inline-block;
	width: 80px;
}
.page-id-3976 span.color-sample {
	display: inline-block;
	position: relative;
	top: 7px;
	width: 150px;
	height: 25px;
}
.page-id-3976 .sig-textile li img {
	position: relative;
	top: 7px;
}
.single-email_signature #view-source {
	display: inline-block;
	margin: 30px 0 0;
}



/* Cookie notice */

#cn-notice-text {
	font-size: 14px;
	font-weight: 600;
}
#cookie-notice .cn-button {
	font-weight: 700;
	background: #6e408d;
	box-shadow: none;
}
#cookie-notice .cn-button:hover {
	background: #f15a22;
}
