/*
231f20 black
b2292e red
057380 teal
fda800 yellow
292661 royal
fda800 gold
54565a deep gray
98989a mid-gray
d0cfcd light gray
eae9e7 lightest gray

font-family: 'Poppins', sans-serif;
font-weight: 200,400,700,900

font-family: 'Roboto Slab', serif;
font-weight: 100,300,400,700
*/






/* RE-SET *****************************************/

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
	color: inherit;
}







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

.container {
	width: 94%;
	max-width: 1200px;
}
.full-width .inner {
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
}
body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
	padding-top: 35px;
}
#content-area > div {
	/* padding-bottom: 70px; */
}
#left-area article .entry-content {
	position: relative;
}
.hero-container + .et_pb_section_1.et_pb_section {
	padding-top: 0;
}

/* rows */
.et_pb_row {
	width: 94%;
}

/* columns */
.four-col .et_pb_column {
	width: 100% !important;
	margin: 1% 0 0 !important;
}
.four-col .et_pb_column .et_pb_module {
	height: 100%;
}

/* no sidebar by default */
#sidebar {
	display:none;
}
#main-content .container:before { /* border */
	background: none;
}
/* display sidebar */
.blog #sidebar,
.single-post #sidebar {
	display: block;
}


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







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

body {
	background: #fff !important;
	color: #231f20;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
  opacity: 0;
	-webkit-animation: bodyFade .5s;
	-moz-animation: bodyFade .5s;
	-ms-animation: bodyFade .5s;
	-o-animation: bodyFade .5s;
	animation: bodyFade .5s;
  animation-fill-mode: forwards;
}
/* fade in page */
@keyframes bodyFade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes bodyFade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes bodyFade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes bodyFade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes bodyFade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

body .logged-in {
	display: none;
}
body.logged-in .logged-in {
	display: block;
}

#page-container {
	background: #b2292e;
}
p {
	margin: 20px 0 0;
	padding: 0;
}

/* links */
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color:#b2292e;
  text-decoration:underline;
}
a:hover,
a:active {
	color:#733041;
	outline: none;
}
a:hover {
  text-decoration:none;
}
#left-area a {
  text-decoration:underline;
}
#left-area a:hover {
	text-decoration:none;
}
#main-content a.more,
#sidebar a.more,
a.more-link,
#sidebar h1 a,
#sidebar li a,
#sidebar article a {
	color: #b2292e;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
}
#main-content a.more:hover,
#sidebar a.more:hover,
a.more-link:hover,
#sidebar h1 a:hover,
#sidebar li a:hover,
#sidebar article a:hover {
	text-decoration:underline;
}
#main-content .more-link p,
a.more-link {
	margin-top: 10px;
}
.more-link p.more a.more {
	font-weight: 700;
}
.page-builder .links li a::after,
a.more::after,
#main-content a.more.external::after,
a.more-link::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left: 4px;
	top:0;
	margin-right: -10px; /* prevent wrap */
	color: #b2292e;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
a.back::before {
	content:"\f053";
	display:inline-block;  /* no underline on hover */
	position:relative;
	top: -1px;
	margin-right: 2px;
	color: #b2292e;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
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;
}
#main-content a.more,
#main-content a.back {
	display: block;
	text-decoration: none;
}
#main-content a.more:hover,
#main-content a.back:hover {
	text-decoration: underline;
}
p.all a {
	font-size: .92em;
	text-transform: uppercase;
}

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


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


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


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


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


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


/* images */
figure img {
	display: block;
}
a.figure-link {
	display: block;
}
div:not(.wp-block-image) > figure:not(.wp-block-image) > img,
a > figure > img {
	width: 100%;
}
.alignright,
.alignleft {
	clear: both;
	padding: 0 0 10px;
	text-align: left;
	border: none;
	background: none;
}
.alignleft {
	margin: 12px 2% 0 0;
}
.alignright {
	margin: 12px 0 0 2%;
}
.wp-block-image .alignleft {
	margin: 27px 2% 10px 0;
}
.wp-block-image .alignright {
	margin: 27px 0 10px 2%;
}
#main-content .wp-caption p.wp-caption-text {
	margin: 10px 0;
	padding: 0;
	line-height: 1.3;
}
#main-content figcaption {
	margin: 10px 0 0;
  font-size: 12px;
	font-style: italic;
	color: #777;
}

/* buttons */
/* button, */
a.small-button,
a.big-button,
a.icon-button,
a.wp-block-button__link,
#sidebar .page-builder .buttons a,
input.BBFormSubmitbutton,
.gform_wrapper .gform_footer input.gform_button {
	color: #fff !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: uppercase;
	background-color: #b2292e !important;
}
a.small-button,
a.big-button,
a.icon-button,
a.wp-block-button__link,
#sidebar .page-builder .buttons a {
	margin: 25px 15px 0 0 !important;
}
a.small-button:hover,
a.big-button:hover,
a.icon-button:hover,
a.wp-block-button__link:hover {
	color: #fff !important;
	background: #98989a !important;
}
button a,
.et_pb_button_module_wrapper a {
	color: #b2292e;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
}
button a:hover,
.et_pb_button_module_wrapper a:hover {
	color: #057380;
}



/* sections */
#left-area section,
#left-area section.collapsers {
	margin:40px 0 30px;
}

/* heading buttons */
#main-content .divi-section-heading.big-button a {
	padding: 12px 25px;
	background-color: #b2292e;
	color: #fff;
	text-decoration: none;
}
#main-content .divi-section-heading.big-button a:hover {
	background-color: #057380;
}


/* horizontal rule */
hr.wp-block-separator {
	width: 50%;
	border-color: #f9f9f9;
}
hr.wp-block-separator.is-style-wide {
	width: 100%;
}


/* blockquote */
blockquote {
	clear: both;
	margin: 25px 40px;
	padding: 0;
	border-left: none;
	color: #777;
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	line-height: 1.8;
}
#left-area blockquote p {
	margin-top: 0;
}
#left-area blockquote p.attribution,
#left-area blockquote p.attribution-title {
	font-size: 16px;
}
#left-area blockquote p.attribution {
	margin: 10px 0 0;
}
#left-area blockquote p.attribution span {
	width: 15px;
	overflow: hidden;
}
#left-area blockquote p.attribution-title {
	margin: 2px 0 0 15px;
}



/* anchor links */
#left-area ul.anchor-links {
	list-style:none;
	margin: 30px 0 0;
	padding: 5px 0;
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(0,0,0,.02);
}
#left-area ul.anchor-links li {
	margin: 7px 0 0;
	padding-left: 10px;
	background: none;
	text-transform: uppercase;
  font-size: 13px;
}
#left-area ul.anchor-links li a {
	text-decoration: none;
}
#left-area ul.anchor-links li a:hover {
	text-decoration: underline;
}



/* taxonomy list */
.page-template-page-policies  #main-content .container {
	padding-top: 0 !important;
}
#left-area .entry-content article .tax-terms {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
#left-area .entry-content article .tax-terms li {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
	background: none;
	font-size: 14px;
}
#left-area .entry-content article .tax-terms li span {
	position: relative;
  top: 1px;
  font-size: 15px;
}
#left-area .entry-content article .tax-terms li a {
	text-decoration: none;
	opacity: 1;
}
#left-area .entry-content article .tax-terms li a:hover {
	text-decoration: underline;
}


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

/* pop-up maker */
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
    display: block !important;
}
.pum-container .pum-content {
	font-weight: 400;
}
/* HealthCare is Caring pop-up */
#pum-30630 {
	background: rgba(0,0,0,.8);
}
#pum-30630 .pum-container {
	max-width: 800px !important;
}
#pum-30630 .gform_confirmation_wrapper {
	margin: 50px auto;
	width: 80%;
}
.pum-container {
	padding: 30px !important;
}
.pum-theme-default-theme {
	background-color: rgba(0,0,0,.75) !important;
}
.pum-close {
	width: 24px !important;
	height: 24px !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}
.fa-window-close::before {
	position: absolute !important;
	top: 2px !important;
	right: 4px !important;
	color: #b2292e !important;
	font-size: 24px !important;
}

/* PAGE BUILDER */

/* images and image+text sections are below with image styles */
#left-area .page-builder .image-text {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #d9d9d9;
}
#left-area .page-builder figure.align-left + .image-text-text-container {
	float:right;
}
#left-area .page-builder figure.align-right + .image-text-text-container {
	float:left;
}
#left-area .page-builder figure.half + .image-text-text-container {
	width:49%;
}
#left-area .page-builder figure.third + .image-text-text-container {
	width:65%;
}
#left-area .page-builder figure.quarter + .image-text-text-container {
	width:73%;
}
#left-area .page-builder .image-text h2,
#left-area .page-builder .image-text h3,
#left-area .page-builder .image-text h4 {
	margin-top:2px;
}

/* link list */

#left-area .page-builder .links li {
	margin: 15px 0 0;
	padding-left: 0;
	background: none;
}
#left-area .page-builder .links a {
	text-decoration: none;
}
#left-area .page-builder .links a:hover {
	text-decoration: underline;
}

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


/* embedded video */

.fluid-width-video-wrapper {
	margin: 50px 0 0;
}
.page-builder .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.page-builder .embed-container iframe,
.page-builder .embed-container object,
.page-builder .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* video popup */
.Video-PopUp-Content .vp-flex {
	max-width: 1200px !important;
	height: 100%;
	max-height: 680px !important;
}


.page-builder > .embed-container:first-child {
	margin:20px 0 30px;
}
.page-builder iframe {
	border:1px solid #d9d9d9;
}
.page-builder iframe,
.page-builder .full-width-image {
	margin:30px 0 20px;
}
.page-builder iframe:first-child,
.page-builder .full-width-image:first-child {
	margin-top:10px;
}
#main-content .wp-block-embed figcaption {
	padding: 1px 15px 20px;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}



/* FORMS */

/* Blackbaud subscribe */
input.BBFormTextbox {
	padding: 10px 5px !important;
}
.page-id-27249 .BBFormContainer {
	margin: 20px 0 0 !important;
	border-radius: 0 !important;
}
.page-id-27249 .BBFormSectionHeading {
	display: none;
}
.page-id-27249 .BBFormSubSectionHeading {
	display: block;
	margin: 0 0 10px;
	font-size: 17px !important;
}
.page-id-27249 .BBFormSubmitbutton {
	position: relative;
	top: 5px;
}

/* gravity forms */
.gform_body {
	font-family: 'Poppins', sans-serif;
	font-family: inherit;
}
.gform_wrapper {
	position:relative;
	margin: 1.5em 0;
	padding: 1.5em 1em;
	background:#f7f7f7;
}
.gform_description {
	margin: 20px 0 30px !important;
	font-weight: 600;
	text-align: center;
}
#left-area .entry-content .gform_wrapper h3,
#main-content .entry-content .gform_wrapper h3 {
	border-bottom: none;
	color: #057380;
	font-size: 20px;
}
#left-area .entry-content .gform_fields > li,
#main-content .entry-content .gform_fields > li {
	padding-left:0;
	background:none;  /* no bullet */
}
#left-area .entry-content .gform_fields > li li,
#main-content .entry-content .gform_fields > li li {
	background: none;
}
.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;
}
#left-area .gform_wrapper label.gfield_label,
#left-area .gform_wrapper legend.gfield_label,
#main-content .gform_wrapper label.gfield_label,
#main-content .gform_wrapper legend.gfield_label {
	font-size: 14px;
	font-weight: 400;
  text-transform: uppercase;
}
.gform_wrapper .gfield_label + .gfield_description {
  padding-bottom: 0;
}
.gform_fields > li input.text,
.gform_fields > li input.title,
.gform_fields > li input[type=email],
.gform_fields > li input[type=password],
.gform_fields > li input[type=tel],
.gform_fields > li input[type=text],
.gform_fields > li select,
.gform_fields > li textarea,
.gform_fields input.text,
.gform_fields input.title,
.gform_fields input[type=email],
.gform_fields input[type=password],
.gform_fields input[type=tel],
.gform_fields input[type=text],
.gform_fields select,
.gform_fields textarea {
	border: none;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
	font-size: 13px;
	padding-top: 0;
}
.gform_wrapper.gravity-theme .field_sublabel_below label,
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-size: 13px;
}
#left-area .entry-content .gform_fields > li .ginput_container_radio,
#main-content .entry-content .gform_fields > li .ginput_container_radio {
	margin-top: 0;
}
#left-area .entry-content .gform_fields > li ul.gfield_radio,
#main-content .entry-content .gform_fields > li ul.gfield_radio {
	padding-left: 0;
}
.gform_wrapper .gform_footer {
	margin-top:.5em;
}
.gfield.other {
	margin: -10px 0 0 25px;
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 5px 10px;
	border: 3px solid #b2292e;
	background: none;
	color: #b2292e;
}
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 {
	border-color: #057380;
	background: #fff;
	color: #057380;
}
.gform_confirmation_wrapper {
	width: 100%;
	margin: 100px 0;
	color: #b2292e;
  font-size: 24px;
  font-weight: 600;
	text-align: center;
}
.gform_wrapper .gfield.section {
	margin-top: 40px;
}
#left-area .gform_wrapper h3.gsection_title {
	margin: 40px 0 0;
	padding: 0;
}
.gform_wrapper.gravity-theme h3.gsection_title + .gsection_description {
	margin-top: -10px;
	font-size: 14px;
}





/* search */
.search-filter {
	margin: 0 0 50px;
	padding: 15px;
	background: rgba(0,0,0,.05);
}
p.back + .search-filter {
	margin-top: 30px;
}
/* search form */
input.search-field {
	margin-right: -3px;
	padding: 5px;
  border: none;
  font-size: 13px;
}
.search-filter form {
}
.facetwp-search-container {
	float: left;
	position: relative;
	top: 3px;
	width: 200px;
}
.facetwp-type-search input.facetwp-search {
	width: 200px;
	min-width: 200px !important;
	padding: 5px;
  border: none;
  font-size: 13px;
}
.facetwp-type-search .facetwp-btn {
	top: -3px !important;
	right: 0 !important;
	opacity: 1 !important;
}
.facetwp-type-search .facetwp-btn::before {
	content: '\f002' !important;
	padding: 6px 5px 6px 10px;
	background: #b2292e !important;
	color: #fff;
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
}

input.search-submit {
	position: relative;
	top: 1px;
	padding: 2px 10px;
	background: #b2292e;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
}
input.search-submit:hover {
	background: #057380;
	color: #fff;
}

/* filters */
#left-area .search-filter h2#filters {
	position: relative;
	float: right;
	width: calc(100% - 200px);
	margin: 0;
	padding: 6px 16px 6px 10px;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
}
#left-area .search-filter h2#filters,
#left-area .search-filter h2#filters:hover,
#left-area .search-filter h2#filters.collapseomatic.colomat-close {
	background: none;
}
#left-area .search-filter h2#filters,
.search-filter .facets-container {
}
#left-area .search-filter h2#filters::after {
	top: 7px;
}
#left-area .search-filter h2#filters,
#left-area .search-filter h2#filters::after {
	color: #777;
}
 .search-filter .facets-container {
	clear: both;
}
#main-content .search-filter p.instructions {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px;
  font-size: 14px;
  font-style: italic;
	line-height: 1.5;
	opacity: .7;
}
.search-filter .facetwp-container {
	margin: 0;
	font-size: 14px;
}
.search-filter .facetwp-container.checkbox {
	margin-top: 20px;
}
.search-filter .facetwp-container.small {
	width: 10%;
}
.search-filter .facetwp-container.large {
	width: 20%;
}
.search-filter .facetwp-facet {
	margin-bottom: 0;
}
#main-content .search-filter p.facet-label {
	margin: 0 0 5px;
  font-size: 12px;
  font-weight: 600;
	text-transform: uppercase;
}
.facetwp-checkbox,
.facetwp-type-fselect .fs-option .fs-option-label {
	font-size: 12px;
}
.facetwp-checkbox {
	position: relative;
	top: 4px;
}
.facetwp-type-fselect .fs-wrap,
.facetwp-type-fselect .fs-dropdown {
	 width: 180px !important;
 }
.facetwp-container.program .facetwp-type-fselect .fs-wrap,
.facetwp-container.program .facetwp-type-fselect .fs-dropdown {
	width: 300px !important;
}
.fs-dropdown .fs-options {
	max-height: 550px !important;
}
.facetwp-container .facetwp-type-date_range input.flatpickr-alt {
	width: 80px;
	padding: 5px;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: rgb(178, 41, 46) !important;
}
/* selected categories */
#selections {
	position:relative;
	margin: -50px 0 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#main-content .facetwp-selections ul {
	position: relative;
	margin: 0;
	padding: 35px 10px 4px 5px;
	border-top: 1px solid rgba(0,0,0,.2);
	background: rgba(0,0,0,.05);
	/* color: #fff; */
	list-style: none;
}
.facetwp-selections ul::before {
	content: "Applied filters:";
	position: absolute;
	left: 11px;
	top: 6px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
#main-content .facetwp-selections ul li {
	position: relative;
	margin: 5px;
	padding: 3px 0px 3px 5px !important;
	border-radius: 5px;
	color: #b2292e;
	font-size: 12px !important;
	font-weight: 600;
	/* background: #eae9e7 !important; */
}
.facetwp-selections li::after {
	background-size:contain;
	position:absolute;
	left:0;
	top:5px;
	width:11px !important;
	height:11px !important;
	background-position:0 -1px;
	background-size:11px 11px !important;
}
.facetwp-selections li .facetwp-selection-label,
.facetwp-selections li .facetwp-selection-value {
	text-transform: lowercase;
}
.facetwp-selections li .facetwp-selection-value {
	font-weight: normal;
}
button.clear-filters {
	position: absolute;
	right: 14px;
	top: 7px;
	margin: 0 0 10px;
	padding: 3px 10px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background: #b2292e;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
button.clear-filters:hover {
	background: rgba(0,0,0,.5);
}
.facetwp-facet.facetwp-facet-fwp_count {
	float: left;
	margin:20px 0 0;
	font-weight: normal;
}
.facetwp-facet.facetwp-facet-items_per_page {
	float: left;
	margin: 15px 0 0 40px;
}
.facetwp-facet.facetwp-facet-items_per_page::after {
	content: "per page";
	position: relative;
  top: 1px;
  margin-left: 5px;
  font-size: 13px;
	font-weight: normal;
  text-transform: uppercase;
}

/* Divi code module (to make it visible) */
.code-module {
	display: none;
}




/* hero images */
.hero-container {
	position: relative;
	width: 100%;
}
.et_pb_section.hero-container { /* Divi builder */
	background-position: 50% 50%;
}
.et_pb_section.hero-container .hero { /* Divi builder */
	/* padding: 70px 0; */
	padding: 21% 0;
}

.page-id-77 .hero-container figure::after,  /* mission-history */
.page-id-77 .et_pb_section.hero-container .et_pb_title_container::before {
	background: none;  /* no screen on dark image */
}
.hero-container figure img { /* page-template */
	display: block;
	width: auto !important;
	min-width: 100%;
	max-width: none;
}
#main-content .hero-container h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: 'Poppins',sans-serif;
	font-size: 8vw;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	text-transform: uppercase;
}
.et_pb_section.hero-container .et_pb_title_container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
  height: 100%;
  max-width: none;
}
#main-content .hero-container p.credit {
	position: absolute;
	right: 2%;
	bottom: -20px;
	color: #777;
	font-size: 11px;
}
#main-content .hero-container p.credit span {
	font-weight: 600;
}


figure.no-margin img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}











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

#main-header {
	position: fixed !important;
	background: #b2292e;
}
/* PREHEADER */
#top-header {
	display: none;
  background: none;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	transition: top .5s;
}
#top-header.et-fixed-header {
	position: absolute;
	top: -40px !important;
}
#top-header .container {
	padding-top: 0;
}
#top-header a,
#main-header a {
	color: #fff;
	text-decoration:none;
}
#top-header a {
	font-size: 13px;
}
#searchform,
#et-secondary-nav {
	float: right;
}
#top-header .announcement-container {
	display: none;  /* appendAround.js */
	float: left;
	margin: 17px 10px 0 0;
}
#main-header .announcement-container {
	display: none;
}
#top-header .announcement-container p,
#main-header .announcement-container p {
	margin-top: 0;
	line-height: 1;
}
#top-header .announcement-container a,
#main-header .announcement-container a {
	padding: 4px 10px;
	background: #000;
	font-size: inherit;
}
#main-header .announcement-container a {
	display: block;
	width: 106%;
	margin: 0 -3%;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
#top-header .announcement-container a:hover,
#main-header .announcement-container a:hover {
	background: #666;
}

#top-header .inner {
	float: right;
	/* padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,.5); */
}

/* secondary menu */
#et-secondary-menu {
	position: relative;
	top: 10px;
}
#et-secondary-menu > ul > li a {
	margin: 4px 15px 0 25px;
	line-height: 1.4;
}


/* translation widget */
#top-header .translate-container,
#main-header .translate-container {
	float: right;
  font-size: 15px;
  color: #fff;
	display: none;
}
#top-header .translate-container {
	display: none !important; /* appendAround.js */
}
/* #top-header .vote-container {
	display: none !important; appendAround.js
} */
#main-header .translate-container {
	margin: 12px 50px 0 0;
}
.gt_selector {
	width: 120px;
	padding-left: 35px;
	border: 1px solid rgba(255,255,255,.2);
  border-radius: 5px;
	color: #fff !important;
	font-weight: 600;
	background: url(../img/icons/language.png) no-repeat 7px 5px;
	background-size: 16px;
	text-align: center;
	-webkit-appearance:none; /* remove glossy style */
}
.gt_selector:hover {
	cursor: pointer;
}
.gt_selector:focus {
	border-color: #fda800;
}
.gt_selector,
.gt_selector option {
	font-size: 13px;
}

/* Vote 2020
.vote-container {
	display: none;
	float: right;
	margin: 14px 15px 0 0;
	padding: 1px 7px 1px;
	background-color: #0055d8;
  font-weight: 700;
	text-transform: uppercase;
	transition: color, background-color .5s;
}
.vote-container:hover {
	background-color: #fff;
}
.vote-container a {
	color: #fff;
	text-decoration: none;
}
.vote-container:hover a {
	color: #0055d8 !important;
}
.vote-container a span {
	display: none;
	font-weight: 400;
}
 */

#et_top_search {
	margin-top: 16px;
}
.et_search_outer form {
	width: 243px;
	background: rgba(255,255,255,.1) !important;
}
#main-header .et_search_outer input[type="search"] {
	width: 85%;
	font-size: 13px !important;
	font-weight: 600;
}


/* logo */
#main-header .logo_container {
	width: 100px;
}
#main-header #logo {
	max-width: 74%;
}
#main-header h1.site-title {
	display: none;
	position: relative;
	top: 10px;
	width: 180px;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
   transition: opacity .25s ease-in-out;
}
#main-header.et-fixed-header h1.site-title {
	opacity: 0;
}

/* main menu */
#main-header #et-top-navigation {
 display: none;
}
#main-header > .container {
	min-height: 50px;
}
#main-header.et-fixed-header {
	top: 0 !important;
}
.et_header_style_left #et-top-navigation {
	padding-top: 28px;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-bottom: 0;
}
nav#top-menu-nav {
	float: right;
}
#top-menu a {
	/* color: #27aae1; */
  color: #fff;
}
#top-menu a:hover {
	color: #1a74bb !important;
}
#top-menu li:hover,
#top-menu li:hover a {
	opacity: 1 !important;
}
.et_header_style_left #et-top-navigation nav > ul > li {
	padding-right: 15px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-bottom: 24px;
}


#top-menu-nav .nav li:last-child ul {
	left: -50px;
}
#top-menu-nav .nav li ul {
	padding: 10px 0;
	border-top: none;
}
#top-menu-nav .nav li li {
	line-height: 1.4;
}
#top-menu-nav .nav li li a {
	padding: 6px 0;
	color: #b2292e !important;
	font-size: 13px;
}
#top-menu-nav .nav li li a:hover {
	background: none;
	color: #231f20 !important;
}
#top-menu-nav .nav li.nav-work ul,
#top-menu-nav .nav li.nav-involved ul {
	width: 290px !important;
}
#top-menu-nav .nav li.nav-work li a,
#top-menu-nav .nav li.nav-involved li a {
	width: 250px !important;
}
#top-menu-nav #top-menu li.current-menu-ancestor > a,
#top-menu-nav #top-menu li li.current-menu-item > a {
	color: #fda800 !important;
}

/* Spanish 'Get Help' mobile-only */
#top-menu-nav #menu-item-201 {
	display: none;
}
/* remove arrow for items with submenu */
#top-menu > .menu-item > a:first-child {
	position: relative;
	padding-right: 0 !important;
	font-weight: 700;
	text-transform: uppercase;
}
#top-menu > .menu-item:first-child > a:first-child { /* home */
	font-size: 0;
	color: #b2292e;
}
#top-menu > .menu-item:first-child > a:first-child::before {
	content: "\f015";
	color: #fff;
	font-family: FontAwesome;
	font-size: 18px;
}
#top-menu .menu-item-has-children > a:first-child:after {
	content: ''; /* no down angle */
	margin-top: -2px;
}
#top-menu > .menu-item > a:first-child:hover {
	color: #fff !important;
}
#top-menu > #menu-item-141 > a:hover {
	background: #54565a;
}

/* you are here */
#top-menu > .menu-item > a:first-child:hover::after,
#top-menu .menu-item.current-menu-item > a:first-child::after {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
#top-menu .menu-item.donate.current-menu-item > a:first-child::after {
	display: none;
}
/* donate */
#top-menu > .menu-item.donate > a {
	padding: 10px 15px !important;
	background: #231f20;
}
#top-menu > .menu-item.donate > a:hover {
	background: #98989a;
}
#top-menu > .menu-item.donate > a:first-child:hover::after {
	display: none;
}

/* mobile menu */
#et_mobile_nav_menu {
	display: none; /* hide Divi mobile button */
}
button.rmp_menu_trigger {
	z-index: 999999 !important;
	background: none !important;
}
.rmp-container .responsive-menu-pro-item-link {
	font-weight: 600 !important;
}
.rmp-container {
	z-index: 999999 !important;
	margin-top: 50px !important;
}
.rmp-container #responsive-menu-pro-search-box,
.rmp-container #responsive-menu-pro-additional-content,
.rmp-container #responsive-menu-pro-title {
	padding: 25px 3% !important;
}
.rmp-container ul.responsive-menu-pro-submenu li.responsive-menu-pro-current-item > a {
	position: relative;
}
.rmp-container ul.responsive-menu-pro-submenu li.responsive-menu-pro-current-item > a::after {
	position: absolute;
	right: 2%;
}


/* secondary menu */
#et-secondary-menu .menu-item-185 a {
	display: inline-block;
	text-transform: uppercase;
}





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

#main-footer {
	background: #333;
}
#footer-widgets {
	padding: 6% 0 10%;
}
#footer-widgets .footer-widget {
	position: relative;
}
#footer-widgets .footer-widget:first-child {
	min-height: 145px;
}
#footer-widgets .footer-widget:nth-child(2) {
	min-height: 45px;
}
#footer-widgets .footer-widget:last-child {
	min-height: 100px;
	text-align: center;
}
#footer-widgets .footer-widget > div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* text-align: center; */
}
#footer-widgets .footer-widget li::before {
	display: none;
}

/* menu */
#footer-widgets #nav_menu-3 {
  margin: 10px 0;
}
#footer-widgets #nav_menu-3 li {
  margin: 10px 0 0;
	padding-left: 0;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
#footer-widgets #nav_menu-3 li:before {
	display: none;
}

/* social */
.et_monarch .et_social_mobile {
	/* background: rgba(0,0,0,0.75); */
	background: rgba(178,41,46,0.9);
}
.et_monarch .et_social_sidebar_networks {
	left: -18px;
}
#footer-widgets .footer-widget:nth-child(2) {
  margin: 30px 0 60px !important;
}
.et_monarch .et_social_sidebar_networks .et_social_icon {
	position: relative;
	left: 8px;
}
#footer-widgets .footer-widget .et_social_icons_container {
	width: 200px;
}
#footer-widgets .footer-widget .et_social_icons_container li {
	width: 50px !important;
	padding-left: 0 !important;
}

/* donate */
.footer-donate {
	width: 100%;
}
.footer-donate a,
.footer-subscribe a {
	display: inline-block;
	padding: 3px 20px;
	background-color: #b2292e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	text-transform: uppercase;
}
.footer-subscribe a {
  margin: 20px 0 0;
}
.footer-donate a:hover {
	background-color:#98989a;
}

/* subscribe */
.footer-subscribe {
	width: 220px;
	margin: 30px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-subscribe p.label {
	display: inline-block;
	margin: 2px 0 5px 0px;
}
/*
.footer-subscribe form {
	width: 220px;
}
.footer-subscribe form label {
	display: inline-block;
	margin-bottom: 4px;
}
.footer-subscribe form input {
	display: inline;
}
.footer-subscribe form input[type="text"] {
	width: 170px;
	padding: 8px 5px 7px 10px;
	border: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-subscribe form button[type="submit"] {
	display: inline;
	position: relative;
	top: 3px;
	left: -3px;
	margin: 0;
	padding: 4px 6px 3px;
	border-radius: 0 !important;
	background-color: #b2292e !important;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}
.footer-subscribe form button[type="submit"]:hover {
	background-color:#98989a !important;
	cursor: url(../img/icons/envelope.png), default;
}
*/






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

/* blog */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 10px 0 0;
	padding: 0;
}

/* our voices */
#sidebar .widget_recent_comments {
	display: none;
}
#sidebar #searchform {
	width: 100%;
	margin: 0 0 20px;
}
#sidebar .widget_recent_entries ul li {
	margin-top: 15px;
}
#sidebar .widget_recent_entries ul li:first-child {
	margin-top: 5px;
}
#sidebar .widget_recent_entries ul li a {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	text-transform: none;
}
#sidebar aside .widgettitle {
	font-size: 18px;
}

/* date archive widget */
#sidebar aside.date-archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar aside.date-archive li {
	margin: 3px 0 0;
	font-size: 13px;
	color: #fff;
}
#sidebar aside.date-archive li strong {
	display: inline-block;
	width: 37px;
}
#sidebar aside.date-archive li strong,
#sidebar aside.date-archive li a {
	font-weight: 400;
}
#sidebar aside.date-archive li span,
#sidebar aside.date-archive li a {
	display: none; /* display only year */
}
#sidebar aside.date-archive li strong a {
	display: inline; /* display only year */
	opacity: 1;
}

/* search */
#sidebar .et_pb_widget {
	position: relative;
}







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

#et-main-area {
	background: #fff;
}
body:not(.et-tb) #main-content .page-title-outer-container +  .container,
body:not(.et-tb-has-header) #main-content .page-title-outer-container +  .container {
	padding-top: 0;
}
/* titles */
#main-content .page-title-outer-container {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
	border-top: 20px solid #fff;
  background: #231f20;
}
#main-content .page-title-inner-container {
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 3%;
  color: #fff;
  text-align: center;
}
#main-content .page-title-inner-container p.pre-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
#main-content .page-title-inner-container h1.entry-title,
#main-content .page-title-inner-container p.section-title {
  margin: 0;
  color: #fff;
  font-size: 8vw;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}
#main-content .page-title-inner-container h1.entry-title span {
  display: block;
  margin: 10px 0 0;
}
h1.entry-title,
h1.page-title {
	padding: 0;
	/* color: #057380; */
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: none;
}
.single #main-content h1.entry-title,
.single #main-content h1.page-title {
	color: #54565a;
}
.et_post_meta_wrapper h1.entry-title,
h1.page-title,
h1.main_title {
	position: relative;
	left: -2px;
	margin-bottom: 5px;
	letter-spacing: -.75px;
}
h1.entry-title span.hidden {
	display: none;
}

/* section anchor links */
#main-content ul.section-anchors {
	position: relative;
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#main-content ul.section-anchors li {
	line-height: 2;
}
#main-content ul.section-anchors li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#main-content ul.section-anchors li a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
#main-content ul.section-anchors li a:hover {
	text-decoration: underline;
	color: #fda800;
}

/* headings */
.divi-section-heading h2 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
#left-area .entry-content h2 {
	clear: both;
	margin: 0 auto 15px;
	padding: 45px 0 0;
	color: #057380;
	font-size: 7vw;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
#left-area .entry-content h2:first-child {
	margin-top: 0;
}
#left-area .entry-content h3 {
	margin: 30px 0 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #c9c9c9;
	color: #231f20;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

#main-content .container {
	padding: 0 0 40px;
}


/* intro text */
.page .entry-content .intro {
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 16px;
}
.page .entry-content .intro-text,
.et_pb_pagebuilder_layout #main-content .entry-content .intro-text {
	position: relative;
	width: 95%;
	margin: 0 auto;
	font-family: 'Roboto Slab',serif;
	font-size: 5vw;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
}




/* back links */
#main-content p.back {
	margin: -35px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	font-size: 12px;
	line-height: 2;
}
.single-post #main-content p.back {
	position: relative;
	top: -15px;
}



/* breadcrumbs */
#breadcrumbs {
 	position:absolute;
	left:0;
	z-index:3;
	top:18px;
	margin:0 0 30px;
	color:#999;
	font-size:12px;
	line-height:1em;
}
#breadcrumbs * {
}
#breadcrumbs span>span>a {
	margin-left:0;
}
#breadcrumbs a {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
#breadcrumbs a:hover {
	border-bottom:1px solid #999;
}
#breadcrumbs span[rel="v:child"]::before,
#breadcrumbs span.breadcrumb_last::before {
	content:"\203a";
	font-family:FontAwesome !important;
	font-size:18px;
}
#breadcrumbs span[rel="v:child"]::before,
#breadcrumbs span.breadcrumb_last::before {
	margin:0 4px 0 3px;
}



/* collapsing text */
.collapsers .collapse-container {
	margin: 30px 0 0;
}
#left-area .entry-content .collapseomatic {
	position: relative;
	clear: none;
	margin: 10px 0 0;
	padding: 7px 35px 7px 5px;
	border-bottom: none;
	color: #057380;
	font-size: 18px;
	text-decoration: none;
	background: #f3f3f3;
}
#left-area .entry-content h2.collapseomatic {
	font-weight: 600;
	text-align: left;
}
#left-area .page .entry-content .collapseomatic:hover,
#left-area .page .entry-content .collapseomatic.colomat-close {
	background: #d6d7d8;
}
#left-area .page .entry-content .collapseomatic.colomat-close {
	color: #000;
}
.collapseomatic.noarrow {
	margin-bottom:0px !important;
}
.collapseomatic.noarrow:hover {
	background-color:#f5f5f5;
	cursor:default;
}
#left-area h2.item-title.collapseomatic,
#left-area h3.item-title.collapseomatic,
#left-area h4.item-title.collapseomatic {
	margin:15px 0 0;
	line-height: 1.3;
}
.collapseomatic::before {
	border:none !important;  /* no icon before trigger */
}
.collapseomatic::after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 12px;
	color: #057380;
	font: 600 18px/1em FontAwesome !important;
}
.collapseomatic.colomat-close::after {
	content:"\f106";
	color: #000;
}
.collapseomatic.noarrow::after {
	content:"";
}
#left-area .collapseomatic_content {
	margin: 0 !important;
	padding: 20px 0 25px !important;
}
#left-area .collapseomatic_content > h3:first-child {
	margin-top: 0!important;
}

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


/* Simple Tooltips plugin */
.Zebra_Tooltip .Zebra_Tooltip_Message {
	padding: 5px 10px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	text-align: center !important;
	white-space: nowrap !important;
}




/* PAGE BUILDER */

.page-builder .intro-text {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.4em;
}
.page-builder .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.page-builder .embed-container iframe,
.page-builder .embed-container object,
.page-builder .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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


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


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


/* page builder: image+text sections */
#left-area .page-builder .image-text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9;
}
#left-area .page-builder .image-text:first-child {
	margin-top: 20px;
	padding-top: 0;
	border-top: none;
}
#left-area .page-builder figure.align-left + .image-text-text-container {
	float: right;
}
#left-area .page-builder figure.align-right + .image-text-text-container {
	float: left;
}
#left-area .page-builder figure.half + .image-text-text-container {
	width: 49%;
}
#left-area .page-builder figure.third + .image-text-text-container {
	width: 65%;
}
#left-area .page-builder figure.quarter + .image-text-text-container {
	width: 73%;
}
#left-area .page-builder .image-text.image-top .image-text-text-container {
	width: 100%;
	text-align: center;
}
#left-area .page-builder .image-text p:first-child,
#left-area .page-builder .image-text h2,
#left-area .page-builder .image-text h3,
#left-area .page-builder .image-text h4 {
	margin-top: 0;
}
#left-area .page-builder .image-text + h2,
#left-area .page-builder .image-text + h3,
#left-area .page-builder .image-text + h4 {
	clear: both;
	padding-top: 40px;
}


/* page builder: icon+text sections */
#left-area .page-builder .icon-set { /* container class added by custom.js */
	margin: 0 0 50px;
}
#left-area .page-builder .icon-text {
	float: left;
	margin-top: 30px;
}
#left-area .page-builder .icon-text.half {
	width:48%;
	margin-left: 4%;
}
#left-area .page-builder .icon-text.third {
	width:30%;
	margin-left: 5%;
}
#left-area .page-builder .icon-text.quarter {
	width:22.75%;
	margin-left: 3%;
}
#left-area .page-builder .icon-text.half:nth-child(odd),
#left-area .page-builder .icon-text.third:first-child,
#left-area .page-builder .icon-text.third:nth-child(3n+1),
#left-area .page-builder .icon-text.quarter:first-child,
#left-area .page-builder .icon-text.quarter:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
#left-area .page-builder .icon-text figure {
	margin-top: 0;
}
#left-area .page-builder .icon-text.align-top figure {
	position: relative;
	margin: 0 auto;
}
#left-area .page-builder .icon-text.align-top.half figure {
	width: 30%;
}
#left-area .page-builder .icon-text.align-top.third figure {
	width: 50%;
}
#left-area .page-builder .icon-text.align-top.quarter figure {
	width: 70%;
}
#left-area .page-builder .icon-text.align-left figure {
	float: left;
	margin: 0 3% 0 0;
}
#left-area .page-builder .icon-text.align-left.half figure {
	width: 25%;
}
#left-area .page-builder .icon-text.align-left.third figure {
	width: 30%;
}
#left-area .page-builder .icon-text.align-left.quarter figure {
	width: 35%;
}
#left-area .page-builder .icon-text.align-left .icon-text-text-container {
	float: left;
}
#left-area .page-builder figure.half + .icon-text-text-container {
	width: 72%;
}
#left-area .page-builder figure.third + .icon-text-text-container {
	width: 67%;
}
#left-area .page-builder figure.quarter + .icon-text-text-container {
	width: 62%;
}
#left-area .page-builder .icon-text.align-top .icon-text-text-container {
	width: 100%;
	text-align: center;
}
#left-area .page-builder .icon-text p:first-child,
#left-area .page-builder .icon-text h2,
#left-area .page-builder .icon-text h3,
#left-area .page-builder .icon-text h4 {
	margin-top: 5px;
}
#left-area .page-builder .icon-text h2,
#left-area .page-builder .icon-text h3,
#left-area .page-builder .icon-text h4 {
	padding-bottom: 0;
	border-bottom: none;
	color: #1a74bb;
	font-size: 22px;
}
#left-area .page-builder .icon-text + h2,
#left-area .page-builder .icon-text + h3,
#left-area .page-builder .icon-text + h4 {
	clear: both;
	padding-top: 40px;
}


/* page builder: collapsing sections */

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




/* pagination */
.pagination {
	margin:30px 0 0;
	text-align:center
}
.pagination .page-numbers {
	display:inline-block;
	margin:0 1px;
	padding: 4px 10px 2px;
	border: 1px solid rgba(0,0,0,.15);
	background:#fcfcfc;
	font-size:12px !important;
}
.pagination .page-numbers:hover {
	border: 1px solid rgba(0,0,0,.25);
}
.pagination .page-numbers.current {
	color:#fff !important;
  background-color:#e2ddce;
}
.pagination .page-numbers.current:hover {
	border: 1px solid rgba(0,0,0,.15);
}
#left-area .pagination a {
	text-decoration: none;
	color: #b2292e;
}


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







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

/* slider */
.home #main-content .et_pb_slider .et_pb_slide {
	padding: 0 3% !important;
}
.home #main-content .et_pb_slider .et_pb_slide_description {
		position: absolute !important;
		bottom: 5vw !important;
		/* left: 50%;
    transform: translateX(-50%) !important; */
		width: 100%;
		padding: 0 !important;
}
.home #main-content .et_pb_slider .et_pb_slide_title {
	font-size: 7vw !important;
}
.home .et-pb-slider-arrows a {
	text-decoration: none !important;
	transition: transform .5s;
}
.home .et-pb-slider-arrows a:hover {
	color: #fff !important;
	transform: scale(1.3);
}
.home .et_pb_slide >.et_pb_container {
	max-width: 100% !important;
}
.home .et_pb_slide >.et_pb_container::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 200%;
	height: 40vw;
	margin: 0 calc(50% - 50vw);
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
}

/* features */
.home .features-section h2 {
	display: inline-block;
	padding: 5px 10px;
	background-color: #b2292e;
}
.home .features-section p {
	margin-top: 10px;
	text-shadow: 0 0 5px #000;
}
.home .features-section p a {
	color: #fff;
	text-decoration: none;
}
.home .features-section .feature-col {
	margin-bottom: 5px !important;
}
.home .features-section .feature-col-1 {
	width: 100%;
	margin-bottom: 5px;
}
.home .features-section .feature-col-2 {
	width: 50%;
}
.home .features-section .feature-col-3 {
	width: 50%;
}
.home .features-section .feature {
	width: 100%;
	text-align: left !important;
	box-shadow: none;
}
.home .features-section .feature-col-1 .feature {
	padding-top: 35% !important;
}
.home #main-content .features-section .feature-col .et_pb_promo_description {
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.home #main-content .features-section .feature-col .et_pb_promo_description * {
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.2;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}
.home .features-section .feature h2 {
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
  font-weight: 700 !important;
}
.home #main-content .features-section .et_pb_promo_description p,
.home #main-content .features-section .et_pb_promo_description div {
	font-weight: 700 !important;
	line-height: 1.3em !important;
	text-shadow: 0 0 5px rgba(0,0,0,.7) !important;
}

/* our work */
.home .our-work-section .heading-row {
	padding: 0 !important;
}
.home .our-work-section .et_pb_column {
	overflow: visible !important;
	position: relative;
	transition: transform .5s ease-in-out;
}
.home .our-work-section .et_pb_column:hover {
	transform:scale(1.025);
	transform:scale(1.05);
	z-index: 999999;
}
.home .our-work-section .et_pb_column {
	margin-bottom: 0 !important;
}
.home .our-work-section .et_pb_column .work-link.discrimination {
	background-size: 24% !important;
	background-position: 50% 26%;
}
.home .our-work-section .et_pb_column .work-link.justice {
	background-size: 33% !important;
	background-position: 50% 22%;
}
.home .our-work-section .et_pb_column .work-link.bornperfect {
	background-size: 30% !important;
	background-position: 50% 0;
}
.home .our-work-section .et_pb_column .work-link.youth {
	background-size: 27% !important;
	background-position: 50% 16%;
}
.home .our-work-section .et_pb_column .work-link.family {
	background-size: 28% !important;
	background-position: 50% 16%;
}
.home .our-work-section .et_pb_column .work-link.immigration {
	background-size: 26% !important;
	background-position: 50% 91%;
}

/* mission */
.home .mission-section h2 {
	font-size: 7vw;
}
.home .mission-section .et_pb_text_inner p {
	font-size: 5vw;
}

/* post-links */
.latest-section .entry-featured-image-url {
	margin-bottom: 0;
}
#main-content .latest-section article .post-meta {
	margin-top: 15px;
	text-transform: uppercase;
}
#main-content .latest-section article h1 {
	margin-top: 30px;
	font-size: 20px !important;
}
.home .latest-section .heading-row {
	padding: 0 !important;
}
.latest-section .entry-featured-image-url {
	height: 240px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.1);
}
.latest-section .entry-featured-image-url img {
min-height: 100%;
width: auto !important;
min-width: 100%;
max-width: 100%;
}


/* NCLR animation */
.home .animation-section {
	position: relative;
	height: 0;
	padding-top: 50%;
}
.home .animation-section .et_pb_row {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.home .animation-section .et_pb_module {
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(.6);
}
.home .animation-section .et_pb_module img {
	position: relative;
	left: 25.5%;
	opacity: 0;
}

/* NCL (white L) */
.home .animation-section .et_pb_module.anim-ncL-white img {
	left: 25.5%;
	opacity: 1;
}
/* R */
.home .animation-section .et_pb_module.anim-r img {
	left: -25.5%;
	opacity: 1;
}

/* run animation */
.home .animation-section.animate .et_pb_module img {
	animation-delay: 1s;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}
/* R */
.home .animation-section.animate .et_pb_module.anim-r img {
	animation-name: r1;
}
@keyframes r1 {
  0% {left: -25.5%}
	5% {}
	10% {left: -25.5%}
	15% {left: -19%}
	20% {left: -19%}
	25% {left: -12.5%}
	30% {left: -12.5%}
	35% {left: -5.75%}
	40% {left: -5.75%}
	45% {left: 0}
  50% {}
	55% {}
	60% {}
	65% {left: 0}
	70% {}
	75% {}
	80% {left: -25.5%}
	85% {}
	90% {}
	95% {}
	100% {left: -25.5%}
}
/* NCL (white L) */
.home .animation-section.animate .et_pb_module.anim-ncL-white img {
	animation-name: white;
}
@keyframes white {
  0% {opacity: 1;left: 25.5%}
	5% {opacity: 1}
	10% {opacity: 0}
	15% {}
	20% {}
	25% {}
	30% {}
	35% {}
	40% {}
	45% {}
  50% {}
	55% {}
	60% {}
	65% {}
	70% {}
	75% {}
	80% {opacity: 0}
	85% {}
	90% {}
	95% {}
	100% {opacity: 1;left: 25.5%}
}
/* NCL (red L) */
.home .animation-section.animate .et_pb_module.anim-ncL-red img {
	animation-name: red;
}
@keyframes red {
  0% {opacity: 0;left: 25.5%}
	5% {opacity: 0}
	10% {opacity: 1;left: 25.5%}
	15% {left: 19%}
	20% {left: 19%}
	25% {left: 12.5%}
	30% {left: 12.5%}
	35% {left: 8%}
	40% {left: 8%}
	45% {left: 0}
  50% {}
	55% {}
	60% {}
	65% {left: 0}
	70% {}
	75% {}
	80% {opacity: 1;left: 25.5%}
	85% {}
	90% {}
	95% {}
	100% {opacity: 0;left: 25.5%}
}
/* NCLG */
.home .animation-section.animate .et_pb_module.anim-ncLG img {
	animation-name: ncLG;
}
@keyframes ncLG {
  0% {opacity: 0;left: 19%;}
	5% {}
	10% {}
	15% {opacity: 0}
	20% {opacity: 1;left: 19%}
	25% {left: 12.5%}
	30% {left: 12.5%}
	35% {left: 8%}
	40% {left: 8%}
	45% {left: 0%}
  50% {opacity: 1;left: 0}
	55% {}
	60% {opacity: 1}
	65% {opacity: 0;left: 0}
	70% {}
	75% {}
	80% {}
	85% {}
	90% {}
	95% {}
	100% {opacity: 0;left: 0}
}
/* NCLGB */
.home .animation-section.animate .et_pb_module.anim-ncLGB img {
	animation-name: ncLGB;
}
@keyframes ncLGB {
  0% {opacity: 0;left: 12.5%}
	5% {}
	10% {}
	15% {}
	20% {}
	25% {opacity: 0}
	30% {opacity: 1;left: 12.5%}
	35% {left: 8%}
	40% {left: 8%}
	45% {left: 0}
  50% {opacity: 1;left: 0}
	55% {}
	60% {opacity: 1}
	65% {opacity: 0;left: 0}
	70% {}
	75% {}
	80% {}
	85% {}
	90% {}
	95% {}
	100% {opacity: 0;left: 0}
}
/* NCLGBT */
.home .animation-section.animate .et_pb_module.anim-ncLGBT img {
	animation-name: ncLGBT;
}
@keyframes ncLGBT {
  0% {}
	5% {}
	10% {}
	15% {}
	20% {}
	25% {}
	30% {}
	35% {opacity: 0;left: 8%}
	40% {opacity: 1;left: 8%}
	45% {left: 0}
  50% {opacity: 1;left: 0}
	55% {}
	60% {opacity: 1}
	65% {opacity: 0;left: 0}
	70% {}
	75% {}
	80% {}
	85% {}
	90% {}
	95% {}
	100% {opacity: 0;left: 0}
}
/* NCLGBTQ */
.home .animation-section.animate .et_pb_module.anim-ncLGBTQ img {
	animation-name: ncLGBTQ;
}
@keyframes ncLGBTQ {
  0% {}
	5% {}
	10% {}
	15% {}
	20% {}
	25% {}
	30% {}
	35% {}
	40% {}
	45% {opacity: 0;left: 0}
  50% {opacity: 1}
	55% {}
	60% {opacity: 1}
	65% {}
	70% {}
	75% {opacity: 0;left: 0}
	80% {}
	85% {}
	90% {}
	95% {}
	100% {opacity: 0;left: 0}
}




/* ABOUT US ***********************************************/

/* landing page */
.page-id-76 #main-content .section-links .et_pb_column {
	margin-bottom: 50px;
}
.page-id-76 #main-content .section-links .et_pb_module {
	text-align: center;
}
.page-id-76 #main-content .section-links .et_pb_module:first-child {
	margin-bottom: -20px;
}
.page-id-76 #main-content .section-links .et_pb_column:nth-child(-n+2) { /* first two */
	margin-right: 2.75%;
	padding-right: 2.75%;
	border-right: 1px solid #fff;
}
.page-id-76 #main-content .section-links h3 {
	font-size: 24px;
	font-weight: 700;
}
.page-id-76 #main-content .section-links .text {
	margin-bottom: 0;
	font-size: 16px;
}
.page-id-76 #main-content .section-links .more p {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}


/* WHO WE ARE *******/

.page-template-page-people #left-area .role {
	clear: both;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 10px solid #d0cfcd;
}
.page-template-page-people #left-area .role:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.page-template-page-people #left-area .dept-filters {
	margin: 0 0 20px;
	text-align: center;
}
.page-template-page-people #left-area .dept-filters button {
	display: block;
	margin: 5px auto;
	padding: 0;
	border: none;
	color: #999;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: color .5s;
}
.page-template-page-people #left-area .dept-filters button:first-of-type {
	display: none;
}
.page-template-page-people #left-area .dept-filters button.active {
	color: #000;
}
.page-template-page-people .profile-link {
	display: block;
}
.page-template-page-people .people {
  width: 102%;
  margin-left: -2%;
}
.page-template-page-people .person {
	position: relative;
	float: left;
  width: 48%;
  margin: 10px 0 0 2%;
	background: #000;
}
.page-template-page-people .person:first-of-type,
.page-template-page-people .person:nth-of-type(odd) {
  clear: left;
}
.page-template-page-people #main-content .person figure {
	position: relative;
}
.page-template-page-people #main-content .person h1,
.page-template-page-people #main-content .person p.position,
.page-template-page-people #main-content .person p.more {
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
.page-template-page-people #main-content .person h1 {
	padding: 8px 0 0;
	font-size: 12px;
	font-weight: 600;
}
.page-template-page-people #main-content .person p.position {
	width: 96%;
	padding: 8px 0;
	margin-top: 0;
	font-size: 12px;
	line-height: 1.4;
}
.page-template-page-people #main-content .person h1 a,
.page-template-page-people #main-content .person p.position a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.page-template-page-people #main-content .person p.more {
	display: none;
	margin-top: 0px;
	color: #fda800;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-people #main-content .person p.more a::after,
.page-template-page-people #main-content .person p.more a.more,
.page-template-page-people #main-content .person:hover p.more a,
.page-template-page-people #main-content .person p.more a:hover {
	color: #fda800;
	cursor: pointer;
	text-decoration: none;
}
.page-template-page-people #left-area .collapseomatic_content .about {
	margin: 0 0 25px;
	/* font-size: 14px; */
}
.page-template-page-people #left-area .collapseomatic_content .about p {
	margin-top: 0;
}

/* single people posts */
.single-people #main-content h1 span {
	display: block;
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 400;
}
.single-people #main-content h1 span::before {
	content: "(";
}
.single-people #main-content h1 span::after {
	content: ")";
}
.single-people #main-content > .container {
	padding: 0 0 70px !important;
}
.single-people #main-content #left-area {
	padding-top: 0 !important;
}
.single-people .person-photo {
	margin: 0 0 10px;
}
.single-people .entry-content {
	padding: 40px 20px;
	background: #eae9e7;
}
.single-people .entry-content .et_main_title {
	padding-bottom: 0;
}
.single-people .entry-content h1.entry-title {
	margin: 0;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}
.single-people #main-content .entry-content p.position {
	margin: 5px 0 20px;
	font-size: 18px;
	font-weight: 600;
}
.single-people #main-content .profile h4 {
	display: none;
	margin: 20px 0 0;
	font-size: 16px;
	text-transform: uppercase;
}
.single-people #main-content .profile blockquote {
	line-height: 1.5;
}
.single-people #main-content .profile blockquote br {
	display: none;
}
.single-people #main-content .profile blockquote em {
	font-style: normal;
}


/* OUR VOICES *******/

.blog .hero-container .entry-title::before {
	content: "The NCLR blog";
	display: block;
  margin: 0 0 10px;
	font-size: 4vw;
  font-weight: 800;
}
.blog #left-area > article {
	margin: 40px 0 0;
}
.blog #left-area > article:first-of-type {
	margin-top: 50px;
}
.blog #left-area > article h1.entry-title,
.tax-topic #left-area .post-list article h1.entry-title,
.archive.tag #left-area article h1.entry-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
}
.blog #left-area > article h1.entry-title a,
.tax-topic #left-area .post-list article h1.entry-title a,
.archive.tag #left-area article h1.entry-title a {
	color: #b2292e;
	text-decoration: none;
}
.blog #left-area > article h1.entry-title a:hover,
.tax-topic #left-area .post-list article h1.entry-title a:hover,
.archive.tag #left-area article h1.entry-title a:hover {
	color: #057380;
	text-decoration: underline;
}
.blog #left-area > article .post-meta,
.tax-topic #left-area .post-list article .post-meta {
	margin-top: 0;
}
.single-post #left-area > article .post-meta {
	margin-top: 10px;
}
.blog #left-area > article .post-meta,
.single-post #left-area > article .post-meta,
.archive.author #left-area > article .post-meta,
.tax-topic #left-area .post-list article .post-meta {
	visibility: hidden;
	font-size: 0 !important;
}
.blog #left-area > article .post-meta span,
.single-post #left-area > article .post-meta span,
.archive.author #left-area > article .post-meta span,
.tax-topic #left-area .post-list article .post-meta span {
	visibility: visible;
}
.blog #left-area > article .post-meta span + span,
.single-post #left-area > article .post-meta span + span,
.archive-author #left-area > article .post-meta span + span,
.tax-topic #left-area .post-list article .post-meta span + span {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #c9c9c9;
}
.blog #left-area > article .post-meta a[rel="category tag"],
.blog #left-area > article .post-meta a[rel="tag"],
.archive.author #left-area > article .post-meta a[rel="category tag"],
.archive.author #left-area > article .post-meta a[rel="tag"],
.tax-topic #left-area .post-list article .post-meta a[rel="category tag"],
.tax-topic #left-area .post-list article .post-meta a[rel="tag"] {
	display: none;
}
.blog #left-area > article .post-meta span,
.blog #left-area > article .post-meta span a,
.single-post #left-area > article .post-meta span,
.single-post #left-area > article .post-meta span a,
.archive.author #left-area > article .post-meta span,
.archive.author #left-area > article .post-meta span a,
.tax-topic #left-area .post-list article .post-meta span,
.tax-topic #left-area .post-list article .post-meta span a {
	color: #777;
	/* color: rgba(5,115,128,.7); */
	font-size: 14px;
	text-transform: uppercase;
}

.single-post .post .entry-content {
	padding-top: 0;
}
.single-post #left-area .post-tags {
	margin: 25px 0 23px;
	font-size: 12px;
	text-transform: uppercase;
}
.single-post #left-area .post-tags .label {
	margin-right: 7px;
}
.single-post #left-area .post-tags .tag + .tag {
	margin-left: 7px;
	padding-left: 0;
}
.single-post #left-area .post-tags a {
	text-decoration: none;
}
.single-post #left-area .post-tags a:hover {
	text-decoration: underline;
}
.single-post #left-area .post-meta + img {
  float: right;
	max-width: 400px;
  margin: 20px 0 15px 3%;
}


/* tags display */

.archive.tag #left-area article .post-meta {
	display: none;
}

/* topics cloud */
.tagcloud a {
	display: block;
	margin: 3px 0 0;
	padding: 0;
	background: none;
	color:#b2292e;
	text-decoration:none;
}
.tagcloud a:hover {
	background: none;
	color:#733041;
	text-decoration:underline;
}




/* Press & Media ********/

.page-template-page-press #left-area .collapseomatic_content {
	padding-bottom: 0 !important;
}
.page-template-page-press #releases {
	margin-top: -40px;
}
.page-template-page-press #releases h2 span {
	font-weight: 400 !important;
}
.page-template-page-press #media {
	margin: 0 -1000px 50px;;
	background: #eae9e7;
}
.page-template-page-press #media .container {
	max-width: 1200px;
}
.page-template-page-press article.release {
	margin: 30px 0 0;
}
.page-template-page-press article.release h1 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.page-template-page-press #media iframe {
	margin: 20px 0 0;
	padding: 3%;
	border: 1px solid #fff;
}

/* single press release post */
.single-press_release #main-content h1.entry-title {
	margin: 20px 0 0px;
}
.single-press_release #main-content .featured-image {
	/* float: right; */
  width: 100%;
  max-width: 500px;
  /* margin: 60px 0 10px 2%; */
  margin: 30px 0 -30px;
}


/* Publications & Resources ********/

.page-template-page-publications-resources #releases,
.page-template-page-publications-resources #newsletters,
.page-template-page-publications-resources #annual-reports {
	padding: 0 0 50px;
}
.page-template-page-publications-resources #releases,
.page-template-page-publications-resources #newsletters {
	background: #eae9e7;
}
.page-template-page-publications-resources #releases .container,
.page-template-page-publications-resources #newsletters .container {
	max-width: 1200px;
}
.page-template-page-publications-resources #releases h2,
.page-template-page-publications-resources #newsletters h2 {
	margin-bottom: 35px;
}
.page-template-page-publications-resources #annual-reports {
	margin-top: 0;
}
.page-template-page-publications-resources #annual-reports > .container {
	padding-top: 0 !important;
}
.page-template-page-publications-resources article.release {
	margin: 30px 0 0;
}
.page-template-page-publications-resources article.release h1 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

/* annual reports */
.page-template-page-publications-resources #annual-reports .report-thumb {
	position: relative;
	float: left;
	width: 32.66%;
	height: 200px;
	overflow: hidden;
	margin: 10px 0 0 1%;
}
.page-template-page-publications-resources #annual-reports .report:first-of-type .report-thumb,
.page-template-page-publications-resources #annual-reports .report:nth-of-type(3n+1) .report-thumb {
	margin-left: 0;
}
.page-template-page-publications-resources #annual-reports .report-thumb img {
	display: block;
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	min-height: 100%;
	width: auto;
  max-width: none;
  min-width: 100%;
	transition: transform .5s;
}
.page-template-page-publications-resources #annual-reports .report-thumb:hover img {
	transform: translate(-50%,-50%) scale(1.05);
}
.page-template-page-publications-resources #annual-reports .report-thumb a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.page-template-page-publications-resources #annual-reports .report-thumb:hover a::after {
	background: none;
}
.page-template-page-publications-resources #annual-reports .report-thumb figcaption {
	position: absolute;
	top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  z-index: 9999;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto Slab", sans-serif;
  text-shadow: 0 0 5px #000;
	transition: opacity .5s;
}
.page-template-page-publications-resources #annual-reports .report-thumb:hover figcaption {
	opacity: .3;
}
.page-template-page-publications-resources #annual-reports .report-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	transition: opacity .5s;
}
.page-template-page-publications-resources #annual-reports .report-thumb:hover::after {
	opacity: 0;
}

/* e-newsletters */
.page-template-page-publications-resources #newsletters article h1 {
	margin: 0;
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-publications-resources #newsletters article h1 a {
	text-decoration: none;
}
.page-template-page-publications-resources #newsletters article h1 a:hover {
	text-decoration: underline;
}
.page-template-page-publications-resources #newsletters article h4 {
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: 700;
}
.page-template-page-publications-resources #newsletters article h4 + p {
	margin: 5px 0 0;
}

.page-template-page-newsletter .hero-container figure::after {
	background: none;
}
.page-template-page-newsletter .entry-title.main_title {
	opacity: 0;
}
body.page-template-page-newsletter:not(.et-tb) #main-content .container {
	padding-top: 20px;
}
.page-template-page-newsletter #main-content .page-title-outer-container {
	width: auto;
	margin: 0 calc(50% - 50vw);
	border-top: none;
}
.page-template-page-newsletter #main-content .container,
.single-newsletter #main-content .container {
	padding-bottom: 0;
}
.single-newsletter .et_main_title,
.single-newsletter .anchor-links {
	position: relative;
	max-width: 700px;
	margin: 0px auto;
}
.single-newsletter .section-title a {
	color: #fff;
	text-decoration: none;
}
.single-newsletter .section-title a:hover {
	text-decoration: underline;
}
.page-template-page-newsletter #main-content .intro {
	margin-bottom: 0;
}
.page-template-page-newsletter .subscribe-image img {
	position: relative;
	width: 267px;
	margin: 0 auto;
}
.page-template-page-newsletter #main-content .pub-date,
.single-newsletter #main-content .pub-date {
	margin-top: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.page-template-page-newsletter .story,
.single-newsletter .story {
	position: relative;
	margin: 45px 0 0;
	padding: 55px 0 0;
	border-top: 1px solid #d0cfcd;
}
.page-template-page-newsletter .story:first-of-type,
.single-newsletter .story:first-of-type {
	padding-top: 0;
	border-top: none;
}
.page-template-page-newsletter .story:first-of-type {
	margin-top: 50px;
}
.single-newsletter .story:first-of-type {
	margin-top: 30px;
}
.page-template-page-newsletter .story .et_main_title,
.single-newsletter .story .et_main_title {
	padding-bottom: 0;
}
.page-template-page-newsletter .story figure,
.page-template-page-newsletter .story figure img,
.single-newsletter .story figure,
.single-newsletter .story figure img {
	width: 100%;
}
.page-template-page-newsletter .story h1,
.single-newsletter .story h1 {
	margin: 20px 0 0;
}
.page-template-page-newsletter #main-content .latest + .page-title-outer-container,
.single-newsletter #main-content article + .page-title-outer-container {
	width: auto;
	margin: 60px calc(50% - 50vw) 0 ;
}
.page-template-page-newsletter #main-content .section-title.recent,
.single-newsletter #main-content .section-title.recent {
	font-size: 24px;
}
.page-template-page-newsletter .intro,
.page-template-page-newsletter .recent-issues,
.single-newsletter .recent-issues {
	margin: 0 calc(50% - 50vw);
	padding: 50px 0;
	background-color: #eae9e7;
}
.page-template-page-newsletter .recent-issues.archive {
	padding-top: 0;
}
.page-template-page-newsletter .recent-issues:not(.archive) article:nth-child(n+2),
.single-newsletter .recent-issues article:nth-child(n+2) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 5px solid #fff;
}
.page-template-page-newsletter .recent-issues.archive article:nth-child(n+2) {
	margin-top: 15px;
}
.page-template-page-newsletter #main-content .recent-issues article h1.entry-title,
.single-newsletter #main-content .recent-issues article h1.entry-title {
	font-size: 20px;
}
.page-template-page-newsletter #main-content .recent-issues article h1.entry-title a,
.single-newsletter #main-content .recent-issues article h1.entry-title a {
	font-weight: 600;
}
.page-template-page-newsletter #main-content .recent-issues article h1.entry-title a::after,
.single-newsletter #main-content .recent-issues article h1.entry-title a::after {
	top: -1px;
}
.page-template-page-newsletter .recent-issues .donate,
.single-newsletter .recent-issues .donate {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 60px;
	border-top: 5px solid #fff;
	padding: 35px 0 0;
}
.page-template-page-newsletter .recent-issues .donate img,
.single-newsletter .recent-issues .donate img {
	display: block;
	position: relative;
	width: 285px;
	margin: 0 auto;
}

/* financials */
.page-template-page-publications-resources #financials ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-template-page-publications-resources #main-content #financials li {
	margin: 10px 0 0;
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	background: none;
	font-size: 18px;
}
.page-template-page-publications-resources #financials li::before {
	content: "\f1c1";
	position: relative;
	top: 0px;
	margin-right: 10px;
	color: #b2292e;
	font-size: 18px;
	font-family: FontAwesome;
}
.page-template-page-publications-resources #financials li a {
	text-decoration: none;
}
.page-template-page-publications-resources #financials li a:hover {
	text-decoration: underline;
}




/* Jobs & Opportunities ********/

.page-template-page-jobs #main-content .entry-content h2 {
	margin-bottom: 25px;
}
.page-template-page-jobs #main-content article.job h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}
.page-template-page-jobs p.none {
	font-style: italic;
}
.page-template-page-jobs #main-content article.job:nth-child(n+2) {
	margin-top: 40px;
}
.eeo {
	margin: 70px 0 0;
	opacity: .7;
}

/* single job/opportunity post */





/* OUR WORK ***********************************************/

.page-template-page-our-work #left-area .program-links {
	margin: 25px 0 0;
	padding-bottom: 25px;
	border-bottom: 15px solid #d0cfcd;
}
.page-template-page-our-work #left-area .program-links:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.page-template-page-our-work #left-area .program-link.top-level {
	position: relative;
	display: block;
	margin-bottom: -5px;
	text-decoration: none;
}
.page-template-page-our-work #left-area .program-link.top-level::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
}
.page-template-page-our-work #left-area .program-link.top-level h2 {
	position: relative;
	padding: 100px 0;
	/* color: #fda800; */
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
	.page-template-page-our-work #left-area .program-link.top-level h2 {
		padding: 90px 0 60px;
	}


.page-template-page-program-landing #main-content .hero-container h1,
.page-template-page-program #main-content .hero-container h1 {
	padding-top: 12%;
	background-size: 10vw !important;
	font-weight: 400;
}
/* top-level programs */
.page-template-page-program.page-id-84 #main-content .hero-container h1,
.page-template-page-program.page-id-85 #main-content .hero-container h1,
.page-template-page-program.page-id-89 #main-content .hero-container h1,
.page-template-page-program.page-id-90 #main-content .hero-container h1,
.page-template-page-program.page-id-95 #main-content .hero-container h1,
.page-template-page-program.page-id-100 #main-content .hero-container h1 {
	font-weight: 800;
}
.page-template-page-program.page-id-84 #main-content .hero-container h1,
.page-template-page-program.parent-pageid-84 #main-content .hero-container h1 {
	background: url(../img/icons/icon-immigration.png) no-repeat 50% 0;
}
.page-template-page-program.page-id-85 #main-content .hero-container h1,
.page-template-page-program.parent-pageid-85 #main-content .hero-container h1 {
	background: url(../img/icons/icon-relationships.png) no-repeat 50% 0;
}
.page-template-page-program.page-id-89 #main-content .hero-container h1,
.page-template-page-program.parent-pageid-89 #main-content .hero-container h1 {
	background: url(../img/icons/icon-youth.png) no-repeat 50% 0;
	background-size: 9vw !important;
}
.page-template-page-program.page-id-90 #main-content .hero-container h1,
.page-template-page-program.parent-pageid-90 #main-content .hero-container h1 {
	background: url(../img/icons/icon-born-perfect.png) no-repeat 50% 0;
	background-size: 8.5vw !important;
}
.page-template-page-program.page-id-95 #main-content .hero-container h1,
.page-template-page-program.parent-pageid-95 #main-content .hero-container h1 {
	background: url(../img/icons/icon-justice.png) no-repeat 50% 0;
}
.page-template-page-program.page-id-100 #main-content .hero-container h1,
.page-template-page-program.parent-pageid-100 #main-content .hero-container h1 {
	background: url(../img/icons/icon-discrimination.png) no-repeat 50% 0;
}
.page-template-page-program #main-content .hero-container h1::before {
	display: block;
  margin: 0 0 10px;
	font-size: 4vw;
  font-weight: 800;
}
.page-template-page-program.parent-pageid-84 #main-content .hero-container h1::before {
	content: "Immigration & Asylum";
}
.page-template-page-program.parent-pageid-85 #main-content .hero-container h1::before {
	content: "Relationships & Family";
}
.page-template-page-program.parent-pageid-89 #main-content .hero-container h1::before {
	content: "Youth";
}
.page-template-page-program.parent-pageid-95 #main-content .hero-container h1::before {
	content: "Racial & Economic Justice";
}
.page-template-page-program.parent-pageid-100 #main-content .hero-container h1::before {
	content: "Discrimination";
}


.page-template-page-program #main-content > .container {
	padding-top: 10px !important;
}
.page-template-page-program #left-area .entry-content > p {
	font-family: 'Roboto Slab',serif;
	font-size: 4vw;
	font-weight: 300;
	line-height: 1.8;
}

/* 'parent' programs */
.page-template-page-program #left-area section.program-links {
	padding-top: 20px;
	border-top: 10px solid #d0cfcd;
}
#left-area section.program-links li {
	display: block;
	height: 100px;
	margin: 10px 0 0;
	padding-left: 0;
	background: none;
}
#left-area section.program-links li:first-of-type {
	margin-top: 0;
}
#left-area section.program-links li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#left-area section.program-links li div {
	position: relative;
	width: 100%;
	height: 100%;
}
#left-area section.program-links li div::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}
#left-area section.program-links li h2,
.image-link-section .image-link h2 {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	width: calc(100% - 30px);
	margin:0 15px;
	padding: 0;
	border-bottom: none;
	color: #fda800;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}


/* image links */
.image-link-section .image-link {
	display: block;
	height: 250px;
	margin: 10px 0 0;
}
#left-area section.program-links li:first-of-type {
	margin-top: 0;
}
#left-area section.program-links li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.image-link-section .image-link .et_pb_module,
.image-link-section .image-link .et_pb_promo_description {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.image-link-section .image-link .et_pb_promo_description::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
.image-link-section .image-link:hover .et_pb_promo_description::before {
	background: rgba(0,0,0,.3);
}
.image-link-section .image-link h2 {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	width: calc(100% - 30px);
	margin:0 15px;
	padding: 0;
	border-bottom: none;
	color: #fda800 !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.image-link-section .image-link:hover h2 {
	color: #fff !important;
}
@media screen and (min-width:981px) {
	.image-link-section .image-link {
		width: 32.66%;
	}
	.image-link-section .four-col .image-link {
		width: 24.25%;
	}
	.image-link-section .image-link {
		margin: 0 0 0 1%;
	}
	.image-link-section .image-link:first-child {
		margin: 0;
	}
}

/* 'child' programs */
.page-template-page-program section.features {
	width: 100%;
}
.page-template-page-program section.advocacy {
	background: #eae9e7;
}
.page-template-page-program section.features .container {
	max-width: 1200px;
}
.page-template-page-program h1.section-heading {
	margin: 0 0 30px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.page-template-page-program section.features article {
	margin-bottom: 20px;
}
.page-template-page-program section.features h2.feature-cat,
.page-template-page-program section.features article h1 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
  line-height: 1.4;
}
.page-template-page-program section.features h2.feature-cat {
	margin-bottom: 5px;
	color: #000;
}
.page-template-page-program #main-content section.advocacy p.location {
	margin-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.page-template-page-program #main-content section.advocacy .summary img,
.page-template-page-program #main-content section.advocacy .summary p + p {
	display: none;
}
.page-template-page-program section.features a.more {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.page-template-page-program section.features .feature + .feature {
	margin-top: 50px;
}

/* Born Perfect */
.page-id-90 #main-content .map {
	padding: 20px 0;
}
.page-id-90 #main-content .hero-container + .container {
	padding-bottom: 0;
}
.page-id-90 .story-container-inner > div.story-section {
	display: none; /* => 768px */
}
.page-id-90 .story-container-inner > div.story-section:first-child {
	display: block;
}
.page-id-90 .story-section:first-of-type .story .text {
	background: #057380 url(../../../uploads/2020/06/Born-Perfect-logo.stacked.white_.png) no-repeat 88% 5%;
	background-size: 110px;
}
.page-id-90 .story-section:first-of-type .story .text .inner {
	padding: 40px 30px 20px;
}
.page-id-90 #left-area .gform_wrapper {
	float: left;
	clear: both;
	margin-top: 30px;
}
.page-id-90 .committee {
	background: #eae9e7;
}
.page-id-90 .committee h3 {
	text-align: center;
}
.page-id-90 .committee .list {
	column-count: 2;
	column-gap: 2%;
	margin: 30px 0 0;
	text-align: center;
}
.page-id-90 #main-content .committee .list p:first-child {
	margin-top: 0;
}
.page-id-90 #main-content .committee .list a {
  text-decoration: none;
}
.page-id-90 #main-content .committee .list a:hover {
  text-decoration: underline;
}
.page-id-90 #main-content .committee p.hashtag {
  margin: 40px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.page-id-90 #main-content .committee p.hashtag a {
  text-decoration: none;
}

/* Get Help content on Immigration/Asylum page */
.page-template-page-program.page-id-84 #main-content .section-help {
	padding: 30px 0;
	background: #b2292e;
	color: #fff;
	font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
	font-size: 24px;
	text-align: center;
}
.page-template-page-program.page-id-84 #main-content .section-help h1 {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}
.page-template-page-program.page-id-84 #main-content .section-help a {
	color: #fff;
	text-decoration: underline;
}
.page-template-page-program.page-id-84 #main-content .section-help a:hover {
	text-decoration: none;
}
.page-template-page-program.page-id-84 #main-content .section-help .phone {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 32px;
  line-height: 1.9em;
	text-transform: uppercase;
}


/* Don't Say Gay take action */
.page-id-28750 #main-content .story-section,
.page-id-28750 #main-content .features {
  display: none;
}


/* Urvashi Vaid Survey: Resources */

.page-template-page-survey .resources {
	margin: 50px 0 0;
}

/* resource post */
.page-template-page-survey #main-content article {
	margin-top: 40px;
}
.page-template-page-survey #main-content article figure {
	width: 150px;
	margin: 10px 0 15px;
	border: 1px solid rgba(0,0,0,.1);
}
.page-template-page-survey #main-content p.resource-type,
.single-survey_resource #main-content p.resource-type {
	display: inline-block;
	margin: 0 0 7px;
	padding: 3px 10px;
	background-color: #3d228a;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
.page-template-page-survey #main-content p.resource-type {
	font-size: 14px;
}
.single-survey_resource #main-content p.resource-type {
	font-size: 16px;
}
.page-template-page-survey #main-content .summary {
	font-size: 18px;
}


.page-template-page-survey #main-content .resources article h1 {
	font-size: 24px;
}
.page-template-page-survey #main-content h1 a.more,
.single-survey_resource #main-content h1 a.more {
	font-weight: 600;
	text-transform: none;
}
.single-survey_resource figure {
	margin: 20px 0 30px;
}




/* Cases / Policies ********/

.page-template-page-cases article.item,
.page-template-page-policies article.item,
.page-template-page-press article.item,
.page-template-page-resources article.item,
.archive article {
	margin: 40px 0 0;
}
.page-template-page-resources article.item:first-of-type {
	margin-top: 0;
}
.page-template-page-cases article.item h1,
.page-template-page-policies article.item h1,
.page-template-page-press article.item h1,
.page-template-page-resources article.item h1,
.archive article h1 {
	font-size: 18px;
	font-weight: 600;
  line-height: 1.4;
	margin: 0 0 10px;
	padding: 0;
}
.page-template-page-cases article.item h1 span.amicus,
.archive.tax-program_area article h1 span.amicus,
.single-cases h1.entry-title span.amicus {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.page-template-page-cases article.item h1 span.amicus::before,
.page-template-page-cases article.item h1 span.amicus::after,
.archive.tax-program_area article h1 span.amicus::before,
.archive.tax-program_area article h1 span.amicus::after {
	font-size: 11px;
}
.page-template-page-cases article.item h1 span.amicus::before,
.archive.tax-program_area article h1 span.amicus::before,
.single-cases h1.entry-title span.amicus::before {
	content: "(";
	margin-right: 1px;
}
.page-template-page-cases article.item h1 span.amicus::after,
.archive.tax-program_area article h1 span.amicus::after,
.single-cases h1.entry-title span.amicus::after {
	content: ")";
	margin-left: 1px;
}
.archive #left-area article p.post-type {
	display: inline-block;
	margin: 0 0 5px;
	padding: 2px 5px 1px;
	background: rgba(0,0,0,.4);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	opacity: .8;
	text-transform: uppercase;
}


/* program area taxonomy ********/
.page-template-page-cases #main-content > .container,
.page-template-page-policies #main-content > .container,
.page-template-page-resources #main-content > .container {
	padding-top: 0 !important;
}
#left-area article.item .programs,
.archive.tax-program_area #left-area article .programs,
.single #left-area article .programs {
	list-style: none;
	margin: 5px 0 10px;
	padding: 0;
}
#left-area article.item .programs li,
.archive.tax-program_area #left-area article .programs li,
.single #left-area article .programs li {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
	background: none;
	font-size: 14px;
}
#left-area article .programs li span,
.single #left-area article .programs li span {
	position: relative;
  top: 1px;
  font-size: 15px;
}
#left-area article .programs li a,
.single #left-area article .programs li a {
	text-decoration: none;
	opacity: 1;
}
#left-area article .programs li a:hover,
.single #left-area article .programs li a:hover {
	text-decoration: underline;
}
.archive #left-area .entry-content article h1 + .summary {
	margin-top: 10px;
}
#left-area .item .summary p,
.archive #left-area .entry-content article .summary p {
	display: inline;
}
#main-content .summary > p:first-child {
	margin-top: 0;
}
#left-area .item .summary span.more,
.archive #left-area .entry-content article .summary span.more {
	margin-left: 10px;
}
#left-area .item .summary a.more,
.archive #left-area .entry-content article .summary a.more {
	font-weight: 400;
}
#left-area .item .summary a.more::after,
.archive #left-area .entry-content article .summary a.more::after {
	top: -1px;
}

/* single case / policy */
.single-cases #left-area .summary > .wp-block-image:first-child {
	margin-top: -24px;
}
.single-cases h1.entry-title span.amicus {
	margin-left: 5px;
	font-size: 20px;
}
.single-cases h1.entry-title span.amicus::before,
.single-cases h1.entry-title span.amicus::after {
	font-size: 16px;
}
.single .item-meta {
	font-size: 14px;
	font-weight: 400;
	opacity: .8;
	text-transform: uppercase;
}
.single #left-area .item-meta p {
	margin-top: 15px;
}
.single #left-area .item-meta p span {
	font-weight: 600;
}
.single #left-area .item-meta-list {
	clear: both;
	padding: 10px 0 0;
}
.single #left-area .item-meta-list + .item-meta-list {
	padding-top: 0;
}
.single #left-area .item-meta-list h3 {
	font-weight: 600;
}
.single #left-area .item-meta > .item-meta-list:first-child {
	padding-top: 0;
}
.single #left-area .item-meta > .item-meta-list:first-child h3 {
	margin-top: 0;
}
.single #left-area .item-meta-list ul,
.single #left-area .item-meta-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.single #left-area .item-meta-list li {
	margin: 15px 0 0;
	padding: 0;
	background: none;
}
.single #left-area .item-meta-list li a {
	font-size: 14px;
	font-weight: 400;
}
.single-cases .item-meta,
.single-policies .item-meta,
.single-resource .item-meta {
	margin: 0 0 40px;
}
.single-cases #left-area .item-meta-list.temp li a {
	text-decoration:none;
}
.single-cases #left-area .item-meta-list.temp li a:hover {
	text-decoration:underline;
}
.single-cases #left-area .item-meta-list.temp li a::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left: 4px;
	top:0;
	margin-right: -10px; /* prevent wrap */
	color: #b2292e;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}

/* taxonomy archives ********/
.archive.tax-program_area #main-content > .container {
	padding-top: 20px !important;
}
.archive.tax-program_area h1.entry-title {
	letter-spacing: normal;
}
/* .archive.tax-program_area .program-list article {
	margin: 15px 0 0;
}
.archive.tax-program_area .program-list article:first-of-type {
	margin-top: 30px;
}
.archive.tax-program_area .program-list article h1 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
} */







/* GET INVOLVED ***********************************************/

/* landing page */
.page-id-108 .hero-container {
	z-index: -1; /* stack below DAF modal */
}
.page-id-108 .other-ways-section {
	clear: both;
	padding-top: 40px;
	border-top: 15px solid #d0cfcd;
}
/* donor-advised funds button */
#daf_link {
	position: relative;
	width: 220px;
  margin: 20px auto 0;
	padding: 12px 25px;
	border: 2px solid #b2292e;
  color: #b2292e !important;
	font-size: 14px;
	text-decoration: none !important;
  text-transform: uppercase;
	background-color: #fff !important;
}
#daf_link:hover {
	border-color: #057380
	color: #057380;
}
#daf_modal_content .modal-submit-button {
	background-color: #b2292e;
}
#daf_modal_content #daf-input {
	padding: 8px 10px 5px;
}
#daf_modal_content a {
	color: #b2292e !important;
}
#daf_modal_content .modal-footer {
	border-color: #b2292e !important;
}

/* corporate partners */
.page-id-114 #left-area h3.thanks {
	margin: 60px 0 0;
	font-family: 'Roboto Slab', serif;
}
.page-id-114 .logo {
	margin-bottom: 0;
}
.page-id-114 .logo img {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}


/* Events *******/
.page-template-page-events article.event {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,.5);
}
.page-template-page-events article.event h1 {
	width: 100%;
	margin: 0;
  padding: 0;
	font-size: 6vw;
	font-weight: 600;
}
.page-template-page-events .event-banner {
	margin: 30px 0 40px;
}
.page-template-page-events #main-content .event-meta,
.single-event #main-content .event-meta {
	margin: 5px 0 20px;
	font-size: 14px;
  opacity: .8;
  text-transform: uppercase;
}
.single-event #main-content .event-meta {
	text-align: center;
}
.page-template-page-events .event-meta span + span,
.single-event .event-meta span + span {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #b9b9b9;
}
.page-template-page-events .event-description img,
.single-event .event-description img {
	display: block;
	margin: 30px auto 40px;
}
.single-event .event-description .alignleft img,
.single-event .event-description .alignright img {
	margin: 10px 0 0;
}
.page-template-page-events .event a.event-thumb {
	display: block;
	margin: 0 0 30px;
	border: 1px solid #e9e9e9;
}
.single-event #main-content .featured-image {
  position: relative;
  margin: 40px auto 20px;
  width: 100%;
  max-width: 600px;
}
.single-event #main-content h2 + h3 {
	margin-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
}
.page-template-page-events .no-results {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid teal;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}


/* gala */
.postid-20330 #main-content h3.thanks {
	margin: 60px 0 0;
	font-family: 'Roboto Slab', serif;
}
.postid-20330 .logo {
	margin-bottom: 0;
}
.postid-20330 .logo img {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}
/* 2024 */
.postid-30454.single-event #main-content .featured-image {
  max-width: 100%;
}
.postid-30454.single-event .sponsors {
	border: 1px solid rgba(0, 0, 0, .3);
	padding: .5vw 1vw 2vw;
}


/* individual event posts */
.single-event h1.entry-title {
	width: 100%;
	margin: 20px 0 0;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

/* Donor page */
.page-template-page-donors #left-area .entry-content article {
	margin: 35px 0 0;
}
.page-template-page-donors #left-area .entry-content article img {
	float: right;
	min-width: 150px;
	margin: 20px 0 15px 3%;
}
.page-template-page-donors #left-area .entry-content article h1 {
	margin-bottom: -10px;
	padding-bottom: 0;
	font-size: 24px;
	font-weight: 600;
}

/* florida pride summit 2024 */

.postid-31250 #left-area .sponsors img {
	margin: 0;
	filter: grayscale(100%);
}
.postid-31250 #left-area .sponsors img:hover {
	filter: grayscale(0%);
}
.postid-31250 #left-area .sponsors a {
	display: block;
	position: relative;
	overflow: hidden;
	transition: transform .5s; /* hover zoom */
}
.postid-31250 #left-area .sponsors a:hover {
	transform: scale(1.1);
}
#footer-widgets #block-11 .wp-block-column a:hover {
}


/* donate now */
.blackbaud-donation-form {
	background-color: #e9e9e9;
	width: 100%;
	max-width: 685px;
	min-width: 320px;
	margin: 25px 0 40px;
	border: none;
	overflow: hidden;
}


/* Donate now: Year-end (2023) */
.page-id-30426 .hero-container figure::after,
.page-id-30428 .hero-container figure::after,
.page-id-30429 .hero-container figure::after {
  background: none;
}
.page-id-30426 iframe,
.page-id-30428 iframe,
.page-id-30429 iframe {
  margin-top: 40px;
  padding: 10px 0 0;
  box-shadow: 0 0 7px rgba(0,0,0,.15);
}
.page-id-30426 #main-content > .container,
.page-id-30428 #main-content > .container,
.page-id-30429 #main-content > .container {
  padding-top: 30px !important;
}

/* planned giving form */
.page-id-27044 #main-content .gform_wrapper {
	margin-top: 30px;
	background: rgba(255,255,255,.1);
}
.page-id-27044 #main-content .gform_wrapper * {
	color: #fff !important;
}
.page-id-27044 #main-content .gform_wrapper input[type="text"],
.page-id-27044 #main-content .gform_wrapper input[type="email"],
.page-id-27044 #main-content .gform_wrapper input[type="tel"],
.page-id-27044 #main-content .gform_wrapper select {
	color: #000 !important;
}
.page-id-27044 #main-content .gform_wrapper .gsection {
	padding-bottom: 0;
}
.page-id-27044 #main-content .gform_wrapper .gfield--type-section {
	margin-top: 30px;
}
.page-id-27044 #main-content .gform_fields > .gfield--type-section:first-child {
	margin-top: 0;
}
.page-id-27044 #main-content .gform_wrapper input[type="submit"] {
	background-color: #666 !important;
}
.page-id-27044 #main-content .gform_wrapper input[type="submit"]:hover {
	background-color: #333 !important;
}
.page-id-27044 #main-content .gform_confirmation_wrapper {
	padding: 20px !important;
	background: #fff !important;
}
@media screen and (min-width:480px) {
	.page-id-27044 #main-content #field_9_24 label {
		float: left;
		max-width: 300px;
		margin-top: 10px;
	}
	.page-id-27044 #main-content #field_9_24 .ginput_container {
		float: left;
		max-width: 130px;
		margin-left: 10px;
	}
}






/* GET HELP ***********************************************/

/* landing page */
.page-id-121 .form-links .link,
.page-id-122 .form-links .link {
	background-position: 16% 49% !important;
}
.page-id-121 .form-links .link h2,
.page-id-122 .form-links .link h2 {
	font-size: 3.7vw;
}
.page-template-page-program.page-id-84 .section-help .phone,
.page-id-121 .contact-section .phone,
.page-id-122 .contact-section .phone {
	display: inline-block;
	position: relative;
	padding-left: 0;
	font-size: 24px;
	line-height: 1.4;
}
.page-template-page-program.page-id-84 .section-help .phone::before,
.page-id-121 .contact-section .phone::before,
.page-id-122 .contact-section .phone::before {
	content: "";
	position: absolute;
	left: -70px;
	top: 8px;
	width: 45px;
	height: 80px;
	background: url('http://www.nclrights.org/wp-content/uploads/2020/04/phone-icon.png') no-repeat;
	background-size: contain;
}


/* intake form */
#content-area > #form-data:first-child {
	margin: -50px 0;
}
.visual-form-builder .vfb-legend {
  display:none;
}
.visual-form-builder ul.vfb-section-1 {
  padding: 20px 0 0;
}
.visual-form-builder fieldset.verification {
  padding: 20px 0;
}
#main-content .container #form-data input[type="submit"] {
    padding: 10px 15px;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}










/* CONTACT US ***********************************************/

.page-id-129 .address-section .divi-section-heading h2 {
	margin-bottom: -10px;
}
.page-id-129 .email-section .divi-section-heading h2 {
	margin-bottom: 20px;
}
.page-id-129 #main-content .email-section p {
	margin-top: 10px;
}
.page-id-129 .helpline-section .divi-section-heading h2 {
	margin-bottom: -15px;
}










/* STORIES ***********************************************/

/* story previews */
.story-section .et_pb_row {
  width: 100%;
  max-width: none;
  padding: 50px 0 0;
}
.story-section .story figure {
	display: none; /* =>768px */
}
.story-section .story .text {
	width: 100%;
	background-color: #057380;
	font-size: 15px;
}
.story-section .story .text .inner {
	padding: 20px 30px;
	color: #fff;
}
#main-content .story-section .story p.story-heading {
	display: inline-block;
	margin: 10px 0;
	padding: 6px 10px 4px;
	background: #000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-id-90 #main-content .story-section:first-of-type .story p.story-heading {
	margin: -20px 0 20px;
}
#main-content .story-section .story .text .inner p {
	margin-top: 15px;
}
#main-content .story-section .story .text .inner a {
	color: #fff;
}
#main-content .story-section .story .text .inner a::after {
	top: -1px;
	color: #fff;
}

/* full stories */
.single-story #main-content > .container {
	padding: 0 0 70px !important;
}
.single-story #main-content #left-area {
	padding-top: 0 !important;
}
.single-story .story-photo {
	margin: 0 0 10px;
}
.single-story .entry-content {
	padding: 30px 20px 40px;
	background: #eae9e7;
}
.single-story .entry-content .et_main_title {
	padding-bottom: 0;
}
.single-story .entry-content h1.entry-title {
	margin: 0;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}
.single-story #main-content .story-heading {
	display: inline-block;
	margin: 0 0 20px;
	padding: 6px 10px 4px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.single-story #main-content .entry-content p.position {
	margin: 5px 0 20px;
	font-size: 18px;
	font-weight: 600;
}





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

mark {
	background: rgba(240,246,46,.5)
}
.search-results .page-title h1 {
	color: #1a74bb;
}
.search-results #left-area > article {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #d9d9d9;
}
.search-results #left-area > article:first-of-type {
	margin-top: 30px;
	padding-top: 0;
	border-top: none;
}
.search-results #left-area > article h1 {
	margin: 0 0 20px;
}
.search-results #left-area > article a.entry-featured-image-url,
.search-results #left-area > article .custom-field-image {
	display: block;
	float: left;
	width: 25%;
	max-width: 250px;
	margin: 10px 5% 10px 0;
	border: 1px solid #e9e9e9;
}
.search-results #left-area > article .custom-field-image {
	position: relative;
	max-height: 300px;
	overflow-y: hidden;
}
.search-results #left-area > article .custom-field-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.search-results #left-area > article span.field-label {
	font-weight: 600;
}
.search-results #left-area > article span.field-label + p {
	display: inline;
}






/* Email Signature ***********************************************/

.page-id-28434 .example {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.page-id-28434 .example table {
  margin: 0;
  border: none;
}
.page-id-28434 .example td {
  border-top: none;
}
.page-id-28434 #content-area .example td.text {
  padding: 3px 0 !important;
}
.page-id-28434 #content-area .example td.logo {
  padding: 3px 20px 0 0 !important;
}





/* VOTE 2020 ***********************************************/

.page-id-25778 #main-content .hero-container h1 {
	top: 70%;
	font-size: 10vw;
	text-shadow: 0 0 25px #000;
}
.page-id-25778 #main-content .et_pb_countdown_timer {
	color: #fda800 !important;
}
.page-id-25778 #main-content .box-links .et_pb_promo {
	border-color: #fda800 !important;
}
.page-id-25778 #main-content .box-links .et_pb_promo h2 {
	color: #fda800 !important;
}
.page-id-25778 #main-content a.more {
	text-transform: none;
}
.page-id-25778 #main-content a.more:hover {
	color: #000;
}
.page-id-25778 .et_pb_section.hero-container .et_pb_title_container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.7);
}





/* ADVOCACY SCRIPT EMBED ***********************************************/

.advocacy-actionwidget {
	border-radius: 0 !important;
	box-shadow: none !important;
}
.postid-25502 .advocacy-actionwidget,
.postid-25502 .advocacy-actionwidget iframe {
	height: 1000px !important;
	color: #000 important;
}




/* LIGHTBOX *****************************************/

.lity-hide {
	display: none;
}




/* 2020 Report *****************************************/

.page-id-26134 #main-content .entry-title {
	opacity: 0;
}
.page-id-26134 #main-content .report-nav-button::after {
	display: inline-block !important;
	margin-left: 3px !important;
	transform: scale(1.4);
}



/* We Serve with Love Campaign *****************************************/

.page-id-27578 .collapseomatic.noarrow {
	color: #b2292e;
	text-decoration: underline;
}
.page-id-27578 .collapseomatic.noarrow:hover {
	color: #000;
	text-decoration: none;
	background: none;
}
.page-id-27578 .collapseomatic_content {
	margin-left: 0;
}





/* 2022 Gala Sponsors ****************************/

.page-id-29165 #main-content .hero-container h1 {
  top: auto;
  bottom: 2%;
}





/* Mpox ****************************/

.page-id-29260 #left-area .image-text {
  float: left;
  width: calc(100% - 160px);
}





/* HealthCare is Caring Campaign *****************************************/

.page-id-30342 #main-content .hero-section h1 {
	width: 45vw;
	height: 18vw;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../../../uploads/2023/11/healthcare-is-caring.title_.png) no-repeat;
	background-size: contain;
}
.page-id-30342 .hero-section .et_pb_module {
	position: relative;
	margin-bottom: 20px;
}
.page-id-30342 .hero-section .et_pb_module::after {
	content: "\f144";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: "FontAwesome";
	font-size: 5vw;
	color: #fff;
	opacity: .5;
	/* transition: opacity .5s; */
}
/*
.page-id-30342 .hero-section .et_pb_module:hover::after {
	opacity: .5;
}
*/
.page-id-30342 #main-content .story h3 {
	display: inline-block;
	margin-left: 0px;
	padding: 5px 5px;
	background: #000;
	font-size: 14px !important;
	line-height: 1.3;
}
.page-id-30342 a.thickbox {
	display: block;
	position: relative;
	z-index: 2;
}
.page-id-30342 a.thickbox,
.page-id-30342 .et_pb_button,
.page-id-30342 .share img {
	transition: transform .5s;
}
.page-id-30342 a.thickbox:hover,
.page-id-30342 .et_pb_button:hover {
	transform: scale(1.05);
}
.page-id-30342 .share img:hover {
	transform: scale(1.1);
}
.page-id-30342 .et_pb_button {
	border: none !important;
}
.page-id-30342 #main-content .story {
	margin: 10px 0 0;
	padding: 26vw 10px 3vw 0!important;
	text-align: right !important;
}
.page-id-30342 #main-content .story .et_pb_promo_description {
	padding-bottom: 0 !important;
}
.page-id-30342 #main-content .storybox {
	display:none;
}
.page-id-30342 #main-content .join-text h3 {
	margin: 0 0 -15px;
	color: #b2292e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.page-id-30342 #main-content .resources {
	line-height: 1.2;
}
.page-id-30342 #main-content .resources h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.page-id-30342 #main-content .resources p {
	margin-top: 15px;
}
.page-id-30342 #main-content .resources strong {
	font-size: 14px;
	font-weight: 400;
}
.page-id-30342 #main-content .resources a {
	font-weight: 600;
	text-decoration: none;
}
.page-id-30342 #main-content .resources a:hover {
	text-decoration: underline;
}

#TB_window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
		width: 90%;
    max-width: 90%;
		overflow-y: scroll;
    margin: 0 !important;
		border-bottom: 15px solid #fff;
}
#TB_ajaxContent {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    box-sizing: border-box;
}
.page-id-30342 #TB_ajaxContent .story-thumbs {
	margin-top: -16px;
}
.page-id-30342 #TB_ajaxContent .story-thumbs img + img {
	margin-left: 7px;
}
.page-id-30342 #TB_ajaxContent h4 {
	margin: 10px 0 0;
	padding: 0;
	color: #b2292e;
	font-size: 24px;
	font-weight: 700;
}
.page-id-30342 #TB_ajaxContent .location {
	margin: 0;
	padding: 0;
	color: #b2292e;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
}
.page-id-30342 #TB_ajaxContent p {
	margin: 15px 0 0;
	padding: 0;
}







/* WE ARE ABUNDANT *****************************************/

.page-id-30811 {
	background: url(../../../uploads/2024/03/we-are-abundant-bg.jpg) no-repeat 0 0 !important;
}
.page-id-30811 #page-container,
.page-id-30811 #et-main-area,
.page-id-30811 .et_pb_section:nth-child(n+2) {
	background: none !important;
}
.page-id-30811 .et_pb_section:nth-child(n+2) {
	padding-top: 0 !important;
}
.page-id-30811 .et_pb_section:nth-child(n+2) > div {
	padding: 30px 2% 20px !important;
}
.page-id-30811 #main-footer {
	background: url(../../../uploads/2024/03/we-are-abundant-flowers.png) no-repeat 0 0 !important;
	background-position: center 50%;
	background-size: cover !important;
	min-height: 800px;
}
.page-id-30811 #main-footer > * {
	opacity: 0;
}
.page-id-30811 .et_pb_section:nth-child(n+2) .chunk {
	background: rgba(255,255,255,.5) !important;
}
.page-id-30811 #page-container {
	padding-top: 0 !important;
}
.page-id-30811 #top-header,
.page-id-30811 #main-header {
	display: none;
}
.page-id-30811 #main-content {
	font-family: "lft-etica-mono", sans-serif;
}
.page-id-30811 #main-content h1,
.page-id-30811 #main-content h2,
.page-id-30811 #main-content h3,
.page-id-30811 #main-content h4 {
	/* font-family: "almaq-rough", sans-serif;
	font-family: "almaq-refined", sans-serif; */
	font-family: "pf-fuel-grime", sans-serif;
	font-weight: 400;
	font-style: normal;	font-weight: 400;
	font-style: normal;
}
.page-id-30811 #main-content h1 {
	font-size: 60px;
}
.page-id-30811 #main-content h2 {
	text-transform: uppercase;
	font-size: 48px;
}
.page-id-30811 #main-content h3 {
	font-size: 36px;
}
.page-id-30811 #main-content h4 {
	font-size: 24px;
}
.page-id-30811 #main-content .et_pb_section_1 .et_pb_text_0 .et_pb_text_inner {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
/* sidebar */
.page-id-30811 #main-content .et_pb_column_1_3 {
	padding-top: 0;
}
.page-id-30811 #main-content .et_pb_column_1_3 > div {
	margin-bottom: 50px;
}
.page-id-30811 #main-content .video-captions {
	margin: 20px 0 30px;
	font-family: "pf-fuel-grime", sans-serif;
	font-size: 24px;
}
.page-id-30811 #main-content .video-captions a {
	color:#fff;
	text-decoration:none;
}
.page-id-30811 #main-content .video-captions a:hover {
	text-decoration:underline;
}



/* Pride is Powerful */
.page-id-31012 .blackbaud-donation-form {
	margin-bottom: 0;
}
