/* @override 
	https://utopsie.com/work/cglr/wp-content/themes/cglr-theme/assets/styles/style.css?* */

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

Stylesheet: Global Stylesheet

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

@import "style.css";
@import "colors.css";

:root {
	--white: #fff;
/*	--gray-xlight: rgba(0, 0, 0, 0.05);
	--gray-mlight: rgba(0, 0, 0, 0.1);
	--gray-light: rgba(0, 0, 0, 0.2);
	--gray-mid:rgba(0, 0, 0, 0.4);
	--gray-dark:rgba(0, 0, 0, 0.8);*/
	--gray-xlight: #F3F3F3;
	--gray-mlight: #E6E6E6;
	--gray-light: #D9D9D9;
	--gray-mid:#9E9E9E;
	--gray-dark:#4D4D4D;
	--black: #000;
	/* */
	--darkred: #BF3837;
	--bluedark: #09678D;
	--bluemid: #078BC0;
	--bluemid-light: #329FCB;
	--bluelight: #4CBFBF;
}

/*********************
MAIN
*********************/


.frame .blocktitle,
.frame .cattitle {
	display: none!important;
}


body {
	
}
body a {
	color: var(--bluedark);
}
body a:focus, a:hover {
	color: var(--bluemid);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "freight-display-pro", serif!important;
font-style: normal;
font-weight: 900!important;
color: inherit;
text-rendering: optimizeLegibility;
}
.h1, h1 {
    font-size:3rem
}

.h2, h2 {
    font-size:2.5rem
}

.h3, h3 {
    font-size:1.9375rem
}

.h4, h4 {
    font-size: 1.56rem;
}

.h5, h5 {
    font-size:1.25rem
}

.h6, h6 {
    font-size:1rem
}
p , ul, ol {
	font-size: 1.125rem;
}
b, strong {
font-weight: 900;
line-height: inherit;
}
select {
	padding: .25rem .5rem;
}
.grid-container {
	width: 100%;
}
.off-canvas-content {
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	position: relative;
}
.off-canvas-content .content {
	flex-grow: 1;
}
.menu .active>a {
	background: var(--gray-light);
	color: #fefefe;
}
.top-bar {
	background-color: var(--white);
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
	font-weight: 500;
	height: 126px;
	padding: 0 2rem 1rem!important;
	position: relative;
	z-index: 1000;
}
.header .top-bar, 
.header .top-bar ul {
    background-color: transparent;
}
.header .top-bar .top-bar-center ul {
	background-color: white;
}
.top-bar .homelink {
	font-size: 0;
}
.top-bar .homelink svg {
	height: 3.25rem;
}
.top-bar .top-bar-left {
	position: relative;
	width: 16rem;
	max-width: 16rem!important;
	z-index: 2;
	/*background-color: yellow;*/
}
.top-bar .top-bar-center {
	/*background-color: red;*/
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0 15rem;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.top-bar .top-bar-center > ul {
	display: flex;
	gap: 1rem
}
.top-bar .top-bar-right {
	z-index: 1;
}
.top-bar ul {
	/*background: transparent;*/
}
.top-bar>ul {
	display: flex;
	gap: 3rem;
}
.top-bar .top-bar-center ul.submenu * {
	/*border: 1px solid red;*/
}
.top-bar .top-bar-center ul.submenu.is-dropdown-submenu {
	/*display: flex;*/
/*	flex-direction: row;
	flex-wrap: wrap;
	width: 40rem;
	border: none;
	padding: 2rem 1rem;
	border-radius: 3px;
	margin-left: -1rem;
	gap: 1rem*/
/*background: radial-gradient(at top, white 70%, #f6f6f6 100%);*/

	border-radius: 0 0 15px 15px!important;
	/*overflow: hidden;*/
	/*border: 1px solid #333!important;*/
/*background-image: -webkit-linear-gradient(-150deg, rgba(255, 255, 255, 0) 83.1%, #f1f1f1 100%), -webkit-linear-gradient(top, white 36.8%, #fcfcfc 85.8%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(-150deg, rgba(255, 255, 255, 0) 83.1%, #f1f1f1 100%), -moz-linear-gradient(top, white 36.8%, #fcfcfc 85.8%, #f5f5f5 100%);
background-image: -ms-linear-gradient(-150deg, rgba(255, 255, 255, 0) 83.1%, #f1f1f1 100%), -ms-linear-gradient(top, white 36.8%, #fcfcfc 85.8%, #f5f5f5 100%);
background-image: linear-gradient(240deg, rgba(255, 255, 255, 0) 83.1%, #f1f1f1 100%), linear-gradient(to bottom, white 36.8%, #fcfcfc 85.8%, #f5f5f5 100%);*/

/*border: 1px solid red;*/

top: -600%!important;
transition: top 250ms ease-in-out, opacity 200ms ease-in-out;
z-index: -1;
pointer-events: none;
opacity: 0;

background-color: white;
/*display: flex;*/
}
.top-bar .top-bar-center .is-active ul.submenu.is-dropdown-submenu {
	top: 100%!important;
	opacity: 1;
	pointer-events: auto;
}

.top-bar.initiated {
	/*background-color: yellow;*/
}
.top-bar .top-bar-center ul.submenu:before {
/*	  content: '';
		display: block;
    position: absolute;
    width: 110%;
    height: 120%;
    top: 0;
    left: -5%;
    z-index: -10;
    opacity: .5;
		background-color: red;*/
}
.top-bar .top-bar-center .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::before {
	content: '';
	display: block;
	position: absolute;
	background-color: white;
	bottom: 100%;
	width: 350%;
	left: -20%;
	height: 3rem;
	
}
.top-bar .top-bar-center .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: .75rem;
	height: .75rem;
	border: inset 4px;
	content: '';
	border: none;
	/*background-color: red;*/
	right: 5px;
	left: auto;
	margin-top: -5px;
	background-image: url(../svg/chv_down.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.top-bar.initiated .menu.vertical.is-dropdown-submenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: none;
	padding: 2rem 1rem;
	border-radius: 3px;
	margin-left: -1rem;
	gap: 1rem;
	width: 20rem;
	
}
.top-bar.initiated .wide .menu.vertical.is-dropdown-submenu {
	width: 40rem;
	gap: 0;
	align-items: stretch;
}
.top-bar .top-bar-center ul.submenu li.what {
	width: 100%;
}
.top-bar .top-bar-center ul.submenu li.mandate {
	width: 50%;
}
.top-bar .top-bar-center ul.submenu li.programs {
	width: 50%;
}
.top-bar .top-bar-center ul.submenu a {
	display: flex;
	flex-direction: column-reverse;
	gap: .5rem;
	/*background-color: yellow;*/
	padding: 1rem 2rem;
}
.top-bar .top-bar-center ul.submenu a span {
	text-transform: none;
	color: var(--gray-dark);
	line-height: normal;
	font-size: .875rem;
	font-weight: normal;
}
.top-bar .menu a {
	text-transform: uppercase;
}
.top-bar a {
	color: var(--bluedark);
	transition: color 250ms ease-in-out;
}
.top-bar a:hover {
	color: var(--bluemid);
}
.top-bar .menu .active>a {
	background: transparent;
	font-weight: 500;
	color: var(--bluemid);
}
.top-bar .button {
	min-width: 0rem!important;
}
.top-bar .button.getinvolved {
	border:  none;
	padding: 0;
	border-radius: 0;
	margin: 0;
	background-color: transparent;
}
.top-bar .button.getinvolved a {
	font-weight: 600;
	display: block;
	background-color: var(--gray-light);
	padding: .75rem 1.5rem;
	border-radius: 3px;
	background-color: var(--darkred);
	border: 1px solid var(--darkred);
	cursor: pointer;
	transition: all 250ms ease-in-out;
	color: white;
}
.button.getinvolved a:hover {
	color: var(--darkred);
	background-color: white;
}
.top-bar .button a {
	/*color: white;*/
/*	font-size: 1rem;
	background-color: var(--darkred)!important;
	padding: .75rem 1.15rem;
	border: none;*/
}
.main {
	padding: 1rem 0;
}
.hentry {
	display: flex;
	flex-direction: column;
	gap: 1rem
}
/*********************
PARTS
*********************/
.page .article-header {
	display: none;
}
.cell.main {
	padding: 0;
}
/*********************
PARTS
*********************/
.entry-content .frame {
	margin-bottom: 0;
}
.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading {
	max-width: 75rem;
	/*background-color: red;*/
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 0;
	line-height: 1.25;
}
.entry-content .wp-block-columns,
.entry-content .wp-block-image,
.entry-content .wp-block-gallery,
.entry-content .wp-block-heading {
	max-width: 75rem;
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin-left: auto;
	margin-right: auto;
}
.entry-content>p {
	/*margin: 0;*/
}
.single-event .entry-content>p,
.single-post .entry-content>p {
	margin-bottom: 1rem;
}
.hero {
	width: 100%;
	height: 75dvh;
	background-color: var(--gray-light);
	padding: 2rem;
	border-radius: 1rem;
}
.carousel {
	height: 40dvh;
	padding: 2rem;
}
.sectiontitle {
/*	font-size: 2.5rem;
	
	/*text-align: center;*!/
	margin-bottom: 2rem;*/
}
.introgroup {
	padding-bottom: 2rem;
}
.introgroup h2  {
	font-size: 3.5rem;
	line-height: 1;
}
.introgroup h2.sectiontitle {
	font-size: 2rem;
}
.introgroup h3  {
	font-size: 2.5rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	min-height: 8rem;
}

.introgroup .wp-block-column {
	margin-bottom: 4rem;
}
.introgroup img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}






.articlegrid {
	background-color: var(--gray-light);
	padding: 2rem 0;
}

.articlegrid {
	background-color: var(--gray-light);
	padding: 2rem 0;
}

.thumb {
	width: 100%;
	aspect-ratio: 1.75 / 1;
	background-color: var(--gray-light);
	margin-bottom: 1rem;
}
.articlegrid .title {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: .5rem;
}
.articlegrid .excerpt {
	/*margin-bottom: 1rem;*/
}
.morelink {
	font-size: .75rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 1rem;
}

.button {
	background-color: transparent;
	/*border: 1px solid #333;*/
	/*border-radius: 2rem;*/
	/*padding: 1rem 2rem;*/
	color: var(--black);
	
	font-size: .875rem;
	font-weight: 500;
	min-width: 15rem;
}
.button:hover {
	background-color: var(--gray-light);
	color: var(--black);
}
.title {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: .5rem;
}
.subtitle {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.divider {
	width: 100%;
	height: 1px;
	background-color: var(--gray-light);
	/*margin-top: 2rem;*/
	margin-bottom: 2rem;
}
.upcoming .divider {
	margin-top: 2rem;
}
.news {
	/*background-color: var(--gray-light);*/
	/*padding: 2rem 0;*/
}
.item {
	width: 100%;
	margin-bottom: 2.5rem;
}
.news .title {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: .5rem;
}
.cta .excerpt {
	margin-bottom: 2rem;
}
.cta .divider {
	margin-top: 2rem;
}
.newsletter {
	padding-bottom: 4rem;
}

.readmore {
	background-color: var(--gray-light);
	padding: 2rem 0;
}

.history {
	padding: 2rem 0 4rem;
}
.history .divider {
	margin: 2rem 0;
}
.num {
	font-size: 2rem;
}
.structure {
	background-color: var(--gray-light);
	padding: 2rem 0;
}

.people {
	padding: 2rem 0;
}
.people .subtitle {
	text-align: center;
}
.people .grid .item {
	text-align: center;
}
.people .grid .item .thumb {
	width: 60%;
	aspect-ratio: 1 / 1.25;
	margin-left: auto;
	margin-right: auto;
}
.staff .thumb {
	aspect-ratio: 1 / 1
}
.staff .contacts {
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
}
.staff .contacts .item {
	width: 2rem;
	height: 2rem;
	display: block;
	background-color: var(--gray-light);
	border-radius: 1rem;
}
.ourwork {
	padding: 2rem 0;
}
.cta .frame {
	padding: 2rem 0;
}
.hero .text	 {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.page-template-template-what .hero .text	 .morebutton {
	margin-left: 0;
}

.frame {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.sectionsubtitle {
	margin-bottom: 4rem;
}
.mandate-prosperity {
	padding: 2rem 0;
}
.mandate-safeguard {
	background-color: var(--gray-light);
	padding: 2rem 0;
}


.mandate-challenges {
	padding: 2rem 0;
}
.mandate-challenges .divider {
	margin: 2rem 0;
}

.getinvolved .text {
	margin-bottom: 2rem;
}
.page-template-template-mandate .readmore {
	background-color: unset;
}
.page-template-template-mandate .cta {
	background-color: var(--gray-light);
}
.page-template-template-mandate .newsletter {
	background-color: var(--gray-light);
	margin-bottom: -1rem;
}
.chevron {
	font-size: 4rem;
	font-weight: 300;
	text-align: center;
}

.page-template-template-programs .cta {
	background-color: var(--gray-light);
}
.page-template-template-programs .newsletter {
	background-color: var(--gray-light);
	margin-bottom: -1rem;
}
.program {
	padding: 2rem 0;
}
.program .sectiontitle {
	text-align: left;
}
.program .text {
	margin-bottom: 2rem;
}
.program.next {
	background-color: var(--gray-light);
}
.program .item {
	padding: 2rem 0;
}
.frame.program-updates {
	padding: 0.5rem 0 4rem;
	background-color: transparent;
	position: relative;
}
.frame.program-updates .button {
	margin-top: 1rem;
}
.programupdates {
	padding: 2rem 0;
}
.page-template-template-singleprogram .entry-content {
	padding: 2rem 0;
}
.page-template-template-singleprogram .hero .text {
	/*width: unset;*/
}
.hero .button {
	margin-top: 2rem;
	width: 15rem;
}
.latestnews {
	padding: 2rem 0;
	background-color: var(--gray-light);
}
.page-template-template-singleprogram .articlegrid {
	background-color: transparent;
}

.page-template-template-singleprogram .cta {
	background-color: var(--gray-light);
}
.page-template-template-singleprogram .newsletter {
	background-color: var(--gray-light);
	margin-bottom: -1rem;
}


.page-template-template-insights .events {
	padding: 2rem 0;
}
.page-template-template-insights .events .divider {
	margin: 2rem 0;
}
.explorer {
	padding: 2rem 0;
	background-color: var(--gray-light);
	/*margin-left: -1rem;*/
	/*margin-right: -1rem;*/
}
.explorer input {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	width: 100%;
}
.explorer .results {
	padding: 1rem 0 2rem;
}
.explorer .results .sectiontitle {
	text-align: left;
	font-size: 1.25rem;
}


.page-template-template-singleinsight .events .divider {
	margin: 2rem 0;
}
/*********************
HOME PAGE
*********************/
.page-template-template-home .carousel {
	background-image: url(../jpg/bg_carousel_home.jpg) ;
	background-position-y: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10rem;
	background-size: contain;
}
/*********************
ARTICLES LIST
*********************/
.frame.articles-list {
	background-color: transparent;
	/*margin: 3rem 0;*/
	
}
.frame.articles-list.bgcolor {
	/*background-color: transparent;*/
}
.frame.articles-list.bgcolor:before {
/*	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--bluelight);
	opacity: .25;*/
}


/****************************
ONE PLUS THREE
****************************/

.frame.oneplusthree {
	background-color: transparent;
	padding-bottom: 3rem;
}





/*********************
SINGLE POST / PROGRAM / EVENT
*********************/
.single-post .article-header,
.single-program .article-header,
.single-event .article-header {
	aspect-ratio: 3 / 1;
	position: relative;
	margin-bottom: 1rem;
}
.single-post .article-header .thumb,
.single-program .article-header .thumb,
.single-event .article-header .thumb {
	position: absolute;
	aspect-ratio: 3 / 1;
	z-index: -1;
}
.single-post .article-header .thumb img,
.single-program .article-header .thumb img,
.single-event .article-header .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 33%
}
.single-post .article-header .grid-container,
.single-program .article-header .grid-container,
.single-event .article-header .grid-container {
	height: 100%;
	/*background-color: red;*/
}
.single-post .article-header .grid-container .grid-x,
.single-program .article-header .grid-container .grid-x,
.single-event .article-header .grid-container .grid-x {
	height: 100%;
	/*background-color: orange;*/
}
.single-post .article-header .grid-container .grid-x .cell,
.single-program .article-header .grid-container .grid-x .cell,
.single- b .article-header .grid-container .grid-x .cell {
	height: 100%;
	/*background-color: aqua;*/
}
.single-post .titleframe,
.single-program .titleframe,
.single-event .titleframe {
	height: 100%;
	/*background-color: yellow;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 3rem;
}
.single-post [hide_title="true"] .titleframe,
.single-program [hide_title="true"] .titleframe,
.single-event [hide_title="true"] .titleframe {
	display: none;
}
.single-post .titlebox,
.single-program .titlebox,
.single-event .titlebox {
	position: relative;
	padding: 1rem;
	/*background-color: red;*/
	/*padding-bottom: 3rem;*/
}
.single-post .titlebox:before,
.single-program .titlebox:before,
.single-event .titlebox:before {
	content: '';
	display: block;
	position: absolute;
	background-color: var(--bluedark);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .85;
}
.single-post .entry-title,
.single-program .entry-title,
.single-event .entry-title {
	color: white;
	text-shadow: 0 1px 11px rgba(0, 0, 0, 0.32);
	font-family: "freight-display-pro", serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.1;
	padding-bottom: 1rem;
	margin: 0;
	/*margin-bottom: .75rem;*/
	margin-top: 0rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.single-post .byline,
.single-program .byline {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	border-bottom: 1px solid #333;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}
.single-post .byline .actions,
.single-program .byline .actions,
.single-event .byline .actions {
	display: flex;
	gap: 1.5rem
}

.single-post .byline .actions div,
.single-program .byline .actions div,
.single-event .byline .actions div {
	/*border: 1px solid #333;*/
	/*padding: .35rem 1rem;*/
	/*border-radius: 3px;*/
	/*color: black;*/
	/*transition: all 250ms ease-in-out;*/
	/*background-color: red;*/
}

.single-post .byline .actions .share,
.single-program .byline .actions .share,
.single-event .byline .actions .share {
	display: flex;
	align-items: center;
}
.single-post .byline .actions div:hover,
.single-program .byline .actions div:hover,
.single-event .byline .actions div:hover {
	/*color: white;*/
	/*background-color: black;*/
}
.single-post .wp-block-image,
.single-program .wp-block-image,
.single-event .wp-block-image {
	margin-bottom: 1rem;
}
.single-post .articlefooter,
.single-program .articlefooter,
.single-event .articlefooter {
	border-top: 1px solid #333;
	margin-top: 3rem;
	padding-top: 1rem;
	margin-bottom: 4rem;
}

/*********************
EVENTS PAGE
*********************/
.page-events .header-large .swiperthumbs:before {
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.21) 47%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.21) 47%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.21) 47%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.21) 47%, rgba(255, 255, 255, 0) 100%);
}
.page-events .header-large .titlebox {
	/*background-color: transparent;*/
	/*color: white;*/
} 
.page-events .header-large .titlebox .subtitle {
	/*color: white;*/
	/*opacity: .6;*/
}
.page-events .header-large .titlebox .title {
	/*color: white;*/
	/*border-bottom-color: white;*/
}
.page-events .header-large .titlebox .text {
	/*color: white;*/
	/*text-shadow: 0 1px 5px rgba(0, 0, 0, 0.33);*/
}
.page-events .header-large .titlebox:before {
/*	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--bluelight);
	opacity: .85;*/
}

/*********************
SINGLE EVENT
*********************/

.single-event .bylineframe {
	/*background-color: yellow;*/
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	/*border-bottom: 1px solid #333;*/
	/*background-color: red;*/
	white-space: nowrap;
}
.single-event .byline {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	border-bottom: 1px solid #333;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	/*margin-bottom: 3rem;*/
	/*background-color: orange;*/
}
.single-event .actions {
	/*background-color: magenta;*/
	justify-content: flex-end;
}
.single-event .actions .print {
	display: none;
}
.single-event .date {
	font-size: .875rem;
	line-height: 1.77;
	font-weight: 500;
	display: flex;
	gap: .75rem;
	padding: .35rem .75rem;
	/*margin-bottom: .75rem;*/
	border: 1px solid #333;
	border-radius: 3px;
	text-transform: uppercase;
	/*background-color: aqua;*/
	/*width: 50%*/
	color: black;
}
.single-event .postinfo {
	/*background-color: yellow;*/
	opacity: .5;
}


/*********************
SHARING
*********************/
.sharedaddy {
	display: none;
}
.actions .sharedaddy {
	display: block;
}

.sharedaddy {
	/*background-color: rgba(255, 0, 0, 0.14);*/
}
.single .sharedaddy {
	/*margin-top: 4rem;*/
}
.single .sd-sharing {
	margin-bottom: 0;
}
.single .sharedaddy h3.sd-title {
	display: none;
	/*font-size: 0;*/
}
.single .sd-content ul li {
	margin-bottom: 0; 
}
.single .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover {
	opacity: 1;
}
.single .sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
.single .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button,
.single .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button,
.single .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	color: var(--darkred)!important;
	background-color: white!important;
	border: 1px solid var(--darkred);
}
.single .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover,
.single .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button:hover,
.single .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button:hover,
.single .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button:hover {
	color: white!important;
	background-color: var(--darkred)!important;
	/*border: 1px solid var(--darkred);*/
}
.single-event .sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
.single-event .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button,
.single-event .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button,
.single-event .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	color: var(--bluelight)!important;
	background-color: white!important;
	border: 1px solid var(--bluelight);
}
.single-event .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover,
.single-event .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button:hover,
.single-event .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button:hover,
.single-event .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button:hover {
	color: white!important;
	background-color: var(--bluelight)!important;
	/*border: 1px solid var(--bluelight);*/
}

.single .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:before {
	font-size: 1.33rem;
	top: 1px;
	left: 1.5px;
}
.single .sharedaddy .sd-social-icon .sd-content ul li.share-facebook a.sd-button:before {
}
.single .sharedaddy .sd-social-icon .sd-content ul li[class*='share-'] a {
	width: 2.5rem;
	height: 2.5rem;
	max-width: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}




/*********************
CTA FOOTER
*********************/
.cta-footer {
	padding-top: 4rem;
	padding-bottom: 10rem;
	background-image: url(../jpg/cta-footer-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 0;
	color: var(--bluedark);
}
.cta-footer .title {
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	border-bottom: 2px solid var(--bluedark);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	/*font-weight: normal;*/
	text-transform: uppercase;
}
.cta-footer .item {
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	/*background-color: yellow;*/
}
.cta-footer .item .title {
	font-family: "freight-display-pro", serif;
	font-size: 2.25rem;
	margin-bottom: 1rem;
	font-weight: 600;
	border: none;
	padding-bottom: 0;
	text-transform: none;
}
.cta-footer .item .subtitle {
	font-size: .875rem;
	flex: 1 0 auto;
	margin-bottom: 0;
	padding: 0 15%;
}
.cta-footer .item .button,
#getinvolved .item .button,
.program-updates .button {
	color: var(--bluedark);
	fill: var(--bluedark);
	background-color: rgba(255,255,255,0.5);
	border: 1px solid var(--bluedark);
}
#getinvolved .item .button:hover,
.program-updates .button:hover {
	color: white;
	fill: white;
	background-color: var(--bluedark);
}
.cta-footer .item .button:hover{
	color: white;
	fill: white;
	background-color: var(--darkred);
	border-color: var(--darkred);
}
.cta-footer .item .button a:hover,
#getinvolved .item .button a:hover,
.program-updates .button a:hover {
	color: unset;
}


/*********************
FOOTER STYLES
*********************/
.footer {
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
  clear: both;
  margin-top: 0; 
	color: white;
	background-color: var(--bluedark);
	background-image: url(../jpg/footer-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 2rem 0 15rem;
	/*font-size: 1.125rem;*/
}
.footer :focus {
	/*outline: none;*/
}
.off-canvas.position-right {
	padding: 2rem;
	background-color: var(--bluedark);
}
.footer a,
.off-canvas a {
	color: white;
}
.off-canvas a:focus {
		outline: none;
	}
.footer p,
.off-canvas p {
	font-size: 1rem;
}
.footer .header,
.off-canvas .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid white;
	margin-bottom: 1rem;
}
.footer .homeurl,
.off-canvas .homeurl {
	font-size: 0;
	margin-bottom: 1rem;
}
.footer .homeurl a {
	padding: 0;
	font-size: 0;
}
.footer .homeurl svg {
	height: 4rem;
}
.footer .button.getinvolved,
.off-canvas .button.getinvolved {
	border:  none;
	padding: 0;
	border-radius: 0;
	margin: 0;
	background-color: transparent;
	
	min-width: 0;
}
.footer .button.getinvolved a,
.off-canvas .button.getinvolved a {
	font-weight: 600;
	display: block;
	padding: .75rem 1.5rem;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid white;
	cursor: pointer;
	transition: all 250ms ease-in-out;
	color: white;
	margin: 0;
}
.off-canvas .button.getinvolved a {
	margin-left: -1rem;
	margin-right: -1rem;
	padding: .5rem 1rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.footer .getinvolved a:hover,
.off-canvas .getinvolved a:hover {
	color: var(--bluedark);
	background-color: white;
}
.footer .menu,
.off-canvas .menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}
.footer .menu .sub-menu span,
.off-canvas .menu .sub-menu span {
	display: none;
}
.footer .menu .active>a,
.off-canvas .menu .active>a {
	background: transparent;
	color: white;
	opacity: .5;
}
.footer .title,
.off-canvas .title {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: .4rem;
	padding-top: .25rem;
}
.footer .social,
.off-canvas .social {
	display: flex;
	margin-bottom: .6rem;
}
.footer a,
.off-canvas a {
	padding: 0.5rem;
	margin-left: -0.5rem;
	font-size: 1rem;
}

.off-canvas .homelink a {
	font-size: 0;
}
.footer .menu a, 
.off-canvas .menu a {
	padding-top: .4rem;
	padding-bottom: .4rem;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 250ms ease-in-out;
	line-height: 1.4;
}
.footer .menu a:hover,
.off-canvas .menu a:hover {
	color: white;
	opacity: .5;
}
.footer .menu .menu-item-has-children>a,
.off-canvas .menu .menu-item-has-children>a {
	/*display: none;*/
	pointer-events: none;
}
.footer .menu .sub-menu,
.off-canvas .menu .sub-menu {
	margin-left: 0;
	list-style: none;
	margin-bottom: .5rem;
	
}
.footer .menu .sub-menu li a,
.off-canvas .menu .sub-menu li a {
	display: flex;
	font-size: .875rem;
}
.footer .menu .sub-menu li a:before,
.off-canvas .menu .sub-menu li a:before {
	content: '';
	display: block;
	position: relative;
	width: 1rem;
	height: 1rem;
	background-image: url(../svg/bullet.svg);
	background-size: .5rem;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: .5rem;
	/*background-color: red;*/
}
.footer .menu .sub-menu li.current-menu-item a:before,
.off-canvas .menu .sub-menu li.current-menu-item a:before {
	background-image: url(../svg/bullet_current.svg);
}
.footer .menu .sub-menu ::marker {
	/*color: red;*/
	/*margin-right: 0;*/
}
.footer .addresses {
	/*background-color: yellow;*/
	width: 100%;
	display: flex;
	gap: 1.75rem;
}


.footer nav,
.off-canvas nav {
	display: flex;
	justify-content: flex-end;
	gap: 2rem;
}
.footer nav .link a {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	/*background-color: red;*/
}
.footer nav .link a:hover {
	opacity: .5;
}
.footer nav .link.fb a {
	background-image: url(../svg/footer-icon-fb.svg);
}
.footer nav .link.tw a {
	background-image: url(../svg/footer-icon-tw.svg);
}
.footer nav .link.ig a {
	background-image: url(../svg/footer-icon-ig.svg);
}
.footer nav .link.ln a {
	background-image: url(../svg/footer-icon-ln.svg);
}
.footer nav .link.em a {
	background-image: url(../svg/footer-icon-em.svg);
}
.footer .email,
.footer .phone {
	text-align: right;
	margin-bottom: .25rem;
}
.footer .email:hover a,
.footer .phone:hover a {
	color: white;
	opacity: .5;
}
.footer .copyright {
	opacity: .5;
}
.footer .footerlogos {
	padding-top: 2rem;
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}
.footer .footerlogos a {
	padding: 0;
}
.footer .footerlogos img {
	width: 7rem;
}


/*********************
POP-UP REVEALS
*********************/
.page .reveal,
.single .reveal {
	width: auto;
	padding: 3rem 6rem 5rem;
	border-radius: 5px;
	box-shadow: 0 7px 21px rgba(0, 0, 0, 0.2);
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
	transition: all 250ms ease-out 50ms;
	opacity: 0;
	margin-top: 1rem;
}
.page .reveal[aria-hidden="false"],
.single .reveal[aria-hidden="false"] {
	opacity: 1;
	margin-top: 0;
}
.reveal-overlay {
	background-color: transparent!important;
	padding: 2rem;
}

.reveal-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--black);
	opacity: .2;
	transition: all 250ms ease-in-out;
}
.is-reveal-open .reveal-overlay:before {
	opacity: .4;
}



.reveal .close-button {
	color: var(--bluedark);
	top: 3rem;
	right: 6rem;
}
.reveal .close-button:hover {
	color: var(--bluelight);
}




.reveal .intro {
	margin-bottom: 2rem;
}
.reveal form {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem
}
.reveal form .left,
.reveal form .right {
	width: calc(50% - 1.5rem);
}
.reveal .bottom {
	/*background-color: yellow;*/
	width: 100%;
	display: flex;
	align-items: center;
}
.reveal .bottom p {
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
}
.reveal label {
	font-weight: 500;
	text-transform: uppercase;
}
.reveal input,
.reveal textarea,
.reveal select {
	margin-top: .5rem;
}
.reveal input[type="submit"] {
	background-color: transparent;
	border: 1px solid #333;
	padding: .5rem 1rem;
	border-radius: 3px;
	color: black;
	transition: all 250ms ease-in-out;
}
.reveal input[type="submit"]:hover {
	color: white;
	background-color: black;
}
.reveal .wpcf7-spinner {
	display: block;
	background-color: var(--gray-mid);
}

.reveal .wpcf7-response-output {
	/*background-color: yellow;*/
	position: absolute;
	bottom: 7.5rem;
	right: 8rem;
}
#printthis .wpcf7-response-output {
	position: relative;
	margin: 0;
	bottom: unset;
	right: unset;
	margin-top: 2rem;
}
#getinvolved.reveal * {
	/*border: 1px solid #333;*/
}

.reveal h1,
#getinvolved.reveal .title {
	font-size: 1.25rem;
	color: var(--bluedark);
	margin-bottom: 3rem;
	text-transform: uppercase;
	/*padding-left: 1rem;*/
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif!important;
	font-weight: 700!important;
	border-bottom: 1px solid var(--bluedark);
	padding-bottom: 1.75rem;
}
#getinvolved.reveal .title {
	margin-left: 1rem;
	
}
#getinvolved.reveal .item .title {
	font-family: "freight-display-pro", serif!important;
	font-size: 1.5rem;
	/*font-weight: 900!important;*/
	margin-bottom: 4rem;
	margin-left: unset;
	line-height: normal;
}



#getinvolved.reveal .item .title {
	font-family: "freight-display-pro", serif;
	font-size: 2.125rem;
	margin-bottom: 1rem;
	font-weight: 600;
	border: none;
	padding-bottom: 0;
	text-transform: none;
}
#getinvolved.reveal .item {
	/*background-color: yellow;*/
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 1rem;
}
#getinvolved.reveal .item .subtitle {
	font-size: .875rem;
	flex: 1 0 auto;
	margin-bottom: 0;
	padding: 0;
	margin-bottom: 1rem;
	color: vardark;
	/*padding: 0 1rem;*/
}
#getinvolved.reveal .item .button a:hover {
	color: unset;
}

#printthis .thumb {
	aspect-ratio: 1 / 1.25;
	margin-bottom: 0;
}
#printthis form {
	/*width: 60%;*/
	flex-direction: column;
} 
#printthis form input[type="submit"] {
	/*position: absolute;*/
	/*bottom: 4rem;*/
}
#remindme .eventinfos {
	margin-bottom: 2rem;
}
#remindme .eventinfos .eventtitle {
	font-size: 1.25rem;
	font-weight: 500;
}

#remindme .thumb {
	aspect-ratio: 1 / 1.25;
	margin-bottom: 0;
}
#remindme form input[type="submit"] {
	position: absolute;
	bottom: 4rem;
}
/*********************
FORMS
*********************/
.page-template-template-form .article-header {
	display: block;
}
.page-template-template-form .article-header h1 {
	font-family: "freight-display-pro", serif;
	color: var(--bluedark);
}
.page-template-template-form .entry-content {
	min-height: 40rem;
}

[type=color], 
[type=date], 
[type=datetime-local], 
[type=datetime], 
[type=email], 
[type=month], 
[type=number], 
[type=password], 
[type=search], 
[type=tel], 
[type=text], 
[type=time], 
[type=url], 
[type=week], 
textarea {
	border: 1px solid var(--gray-mid);
	border-radius: 5px;
	background-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--gray-dark);
}
select {
	border: 1px solid var(--gray-mid);
	border-radius: 5px;
	background-color: white;
	font-family: inherit;
	color: var(--gray-dark);
	-webkit-box-shadow: none;
	box-shadow: none;
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
}


.reveal .wpcf7-form {
	padding: 3rem;
	background-color: var(--gray-xlight);
	border-radius: 5px;
	row-gap: 0;
}
.reveal .wpcf7-form [type=submit] {
	padding: .75rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 3px;
	color: var(--gray-xlight);
	background-color: var(--bluedark);
	border: 1px solid var(--bluedark);
	transition: all 250ms ease-in-out;
	cursor: pointer;
}
.reveal .wpcf7-form [type=submit]:hover {
	color: var(--bluedark);
	background-color: transparent;
}














/*********************
SECTIONS COLORS & DETAILS
*********************/



/*********************
ARCHIVE - INSIGHTS
*********************/
.archive .mainheader {
	/*background-color: red;*/
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	margin-top: 5rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid var(--gray-dark);
	margin-bottom: 2rem;
}
.archive .mainheader .page-title {
	color: var(--bluedark);
}
.archive .mainheader .thumb {
	width: 7rem;
	aspect-ratio: 1/1;
	position: relative;

	background-color: transparent;
}
.archive .mainheader .thumb path {
	fill: var(--bluedark);
}
.archive .mainheader .taxonomy-description {
	width: 100%;
}
/*.knowledge-board .item .thumb {
	width: 60%;
	max-width: 7rem;
	aspect-ratio: 1/1;
	margin: 0 auto 2rem auto;
}*/
.archive .mainheader .thumb.vide {
	/*background-color: yellow;*/
	border-radius: 4rem;
	border: 5px solid var(--bluedark);
}
.archive article {
	/*background-color: yellow;*/
	margin-bottom: 2rem;
}
.archive article .article-header h2 {
	font-size: 1.75rem;
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif!important;
	font-weight: 500!important;
	/*line-height: 1.4;*/
	margin-bottom: 1rem;
}
.archive article .thumb {
	position: relative;
}
.archive article .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive article .date {
font-weight: 500;
font-size: .875rem;
text-transform: uppercase;
margin-bottom: .5rem;
}
.archive article .excerpt {
padding-bottom: 1rem;
border-bottom: 1px solid var(--gray-mid);
}



/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignframeleft, .entry-content img.alignframeleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignframeright, .entry-content img.alignframeright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .alignframecenter, .entry-content img.alignframecenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; 
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }


/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }



/*.wp-block[data-align=center]>.wp-block-image {
text-align: center;
}
*/






/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }



/*********************
RESPONSIVE
*********************/

/*********************
MEDIA QUERIES
*********************/

/* Small only */

@media screen and (max-width: 39.9375em) {
	.header .top-bar {
		/*background-color: var(--white);*/
		/*font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;*/
		/*font-weight: 500;*/
		height: 25vw;
		padding: 1.5rem 0rem 1.5rem!important;
		/*position: relative;*/
		/*z-index: 1000;*/
		/*flex-wrap: nowrap;*/
		flex-direction: column;
	}
	.header .top-bar .homelink svg {
	 height: auto; 
	}
	.header .top-bar .top-bar-left {
		/*-webkit-box-flex: 0;*/
		/*-webkit-flex: 0 0 70%;*/
		/*-ms-flex: 0 0 70%;*/
		/*flex: 0 0 70%;*/
		/*max-width: 70%;*/
		width: 70vw;
		/*background-color: orange;*/
		/*max-width: unset!important;*/
	}
	.header .top-bar .top-bar-right {
		/*-webkit-box-flex: 0;*/
		/*-webkit-flex: 0 0 30%;*/
		/*-ms-flex: 0 0 30%;*/
		/*flex: 0 0 30%;*/
		/*max-width: 30%;*/
		width: 15vw;
		/*background-color: yellow;*/
	}
	.header .top-bar, .header .top-bar ul {
		background-color: transparent;
	}
	
	.header .top-bar .top-bar-right .menu a {
		font-size: 0;
		padding-top: 1rem;
	}
	.header .top-bar .top-bar-right .menu a svg {
		width: 1.75rem;
		/*background-color: red;*/
	}
	.header .top-bar .top-bar-right .menu a svg path {
		fill: var(--bluedark);
	}
	
	
	
.page .reveal, 
.single .reveal {
/*width: auto;*/
padding: 2rem;
border-radius: 5px;
/*box-shadow: 0 7px 21px rgba(0, 0, 0, 0.2);*/
/*font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;*/
/*transition: all 250ms ease-out 50ms;*/
/*opacity: 0;*/
margin-top: 0rem;
}
.reveal .close-button {
/*color: var(--bluedark);*/
top: 1.75rem;
right: 2rem;
}
#getinvolved.reveal .item {
/*background-color: yellow;*/
/*display: flex;*/
/*flex-direction: column;*/
height: auto;
/*padding: 0 1rem;*/
}
.reveal h1, 
#getinvolved.reveal .title {
font-size: 1.125rem;
/*color: var(--bluedark);*/
margin-bottom: 1.5rem;
/*text-transform: uppercase;*/
/* padding-left: 1rem; */
font-family: 'objektiv-mk3', Roboto, Arial, sans-serif!important;
font-weight: 700!important;
/*border-bottom: 1px solid var(--bluedark);*/
/*padding-bottom: 1.75rem;*/
}
#getinvolved.reveal .item .subtitle {
/*font-size: .875rem;*/
flex: 0 0 auto;
/*margin-bottom: 0;*/
/*padding: 0;*/
/*margin-bottom: 1rem;*/
/*color: vardark;*/
/* padding: 0 1rem; */
}
	
	
	
	
	
}

/* For general iPad layouts */

@media only screen and (device-width: 768px) {
	
}

/* For portrait layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	
}
/* For landscape layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	
}

/* Medium and up */

@media screen and (min-width: 40em) {
	
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	p , ul, ol {
		font-size: .875rem;
	}
	.button {
	/*padding: 0;*/
	/*border-width: 1px;*/
	/*border-color: white;*/
	/*border-style: solid;*/
	/*border-radius: 3px;*/
	/*transition: all 250ms ease-in-out;*/
	/*display: inline-block;*/
	font-size: .75rem;
	/*font-weight: 500;*/
	/*text-transform: uppercase;*/
}





		.top-bar .homelink {
		/*background-color: red;*/
	}
	.top-bar .top-bar-left {
		/*position: relative;*/
		width: 13rem;
		max-width: 13rem!important;
		/*z-index: 2;*/
		/*background-color: yellow;*/
	}
	.top-bar .homelink svg {
		height: 2.25rem;
	}

.top-bar .top-bar-center {
/* background-color: red; */
position: absolute;
width: 100%;
left: 0;
padding: 0 28vw;
display: flex;
justify-content: center;
z-index: 1;
}
	.top-bar .top-bar-center > ul {
		display: flex;
		justify-content: space-between;
		gap: 0;
		/*background-color: yellow;*/
		width: 100%;
		/*border: 1px solid #333;*/
	}
	.top-bar .dropdown.menu>li>a {
		padding: .7rem .75rem;
	}
	.top-bar .top-bar-center ul.submenu a {
		/*display: flex;*/
		/*flex-direction: column-reverse;*/
		gap: .5rem;
		/*background-color: yellow;*/
		padding: .75rem .75rem;
	}
	.top-bar .top-bar-center ul.submenu a span {
/*text-transform: none;*/
color: var(--gray-dark);
line-height: 1.4;
font-size: .75rem;
/*font-weight: normal;*/
}
	.top-bar.initiated .wide .menu.vertical.is-dropdown-submenu {
width: 47vw;
/*gap: 0;*/
/*align-items: stretch;*/
}
	.top-bar.initiated .menu.vertical.is-dropdown-submenu {
		/*display: flex;*/
		/*flex-direction: row;*/
		/*flex-wrap: wrap;*/
		/*border: none;*/
		padding: 1rem .75rem;
		/*border-radius: 3px;*/
		margin-left: -.75rem;
		gap: .75rem;
		width: 17rem;
		/*background-color: yellow;*/
	}
/*	.top-bar .dropdown.menu>li>a {
	padding: .66rem .75rem;
	}*/
	.top-bar .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.25rem;
	}
	.top-bar .top-bar-center .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: .66rem;
		height: .66rem;
		border: inset 4px;
		content: '';
		border: none;
		 /*background-color: red; */
		right: 5px;
		left: auto;
		margin-top: -5.5px;
		background-image: url("https://utopsie.com/work/cglr/wp-content/themes/cglr-theme/assets/images/chv_down.svg");
		background-position: center;
		background-repeat: no-repeat;
	}
	.top-bar .dropdown.menu>li>a, 
	.top-bar .button.getinvolved a {
	/*font-weight: 600;*/
	/*display: block;*/
	/*background-color: var(--gray-light);*/
	font-size: 1.4vw;
	padding: .66rem .5rem;
	/*border-radius: 3px;*/
	/*background-color: red;*/
	/*border: 1px solid var(--darkred);*/
	/*cursor: pointer;*/
	/*transition: all 250ms ease-in-out;*/
	/*color: white;*/
	}
	
	
	
	
	.cta-footer {
/*padding-top: 4rem;*/
/*padding-bottom: 10rem;*/
/*background-image: url("https://utopsie.com/work/cglr/wp-content/themes/cglr-theme/assets/images/cta-footer-bg.jpg");*/
/*background-position: center bottom;*/
/*background-repeat: no-repeat;*/
/*background-size: 100%;*/
/*margin-bottom: 0;*/
/*color: var(--bluedark);*/
padding-left: 3rem;
padding-right: 3rem;
}
	.cta-footer .title {
/*font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;*/
font-size: 1rem;
/*font-weight: 600;*/
border-bottom: 2px solid var(--bluedark);
padding-bottom: 1rem;
margin-bottom: 1rem;
/* font-weight: normal; */
/*text-transform: uppercase;*/
}
.cta-footer .item .title {
/*font-family: "freight-display-pro", serif;*/
font-size: 1.66rem;
margin-bottom: 1rem;
line-height: normal;
/*font-weight: 600;*/
/*border: none;*/
/*padding-bottom: 0;*/
/*text-transform: none;*/
}	
.cta-footer .item .subtitle {
/*font-size: .875rem;*/
/*flex: 1 0 auto;*/
margin-bottom: 0;
padding: 0 7.5%;
}
	.cta-footer .item .button {
/*color: var(--bluedark);*/
/*fill: var(--bluedark);*/
/*background-color: rgba(255,255,255,0.5);*/
/*border: 1px solid var(--bluedark);*/
/*margin: 0 2rem;*/
min-width: 12rem;
}
	.cta-footer .item .button a {
padding: 1rem 1.5rem;
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
color: inherit;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.footer {
		font-size: .875rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.footer .button.getinvolved a {
	font-size: .75rem;
}
	.footer .menu a {
		font-size: .875rem;
padding-top: .33rem;
padding-bottom: .33rem;
/*text-transform: uppercase;*/
/*font-weight: 600;*/
/*transition: all 250ms ease-in-out;*/
/*line-height: 1.4;*/
}
	
	
	.footer .addresses {
		flex-direction: column;
		gap: 0
	}
	.footer .addresses .item {
		margin: 0;
	}
	
	.footer .title, .off-canvas .title {
font-size: .875rem;
/*text-transform: uppercase;*/
/*font-weight: 600;*/
/*margin-bottom: .4rem;*/
/*padding-top: .25rem;*/
}
	.footer p {
font-size: .875rem;
}
	
	
	
	
	
.page .reveal, 
.single .reveal, 
.archive .reveal {
padding: 2rem;
border-radius: 5px;
margin-top: 0rem;
width: auto;
max-width: unset;
}
.reveal .close-button {
top: 1.75rem;
right: 2rem;
}
#getinvolved.reveal .item {
/*height: auto;*/
}
.reveal h1, 
#getinvolved.reveal .title {
font-size: 1.125rem;
margin-bottom: 1rem;
line-height: ;
}
#getinvolved.reveal .item .title {
	/*font-family: "freight-display-pro", serif!important;*/
	font-size: 1.75rem;
	/*font-weight: 900!important;*/
	/*margin-bottom: 4rem;*/
	/*margin-left: unset;*/
	line-height: 1.1;
}
#getinvolved.reveal .item .subtitle {
flex: 1 0 auto;
}
	
	
	
	#getinvolved .item .button, .program-updates .button {
/*color: var(--bluedark);*/
/*fill: var(--bluedark);*/
/*background-color: rgba(255,255,255,0.5);*/
/*border: 1px solid var(--bluedark);*/
min-width: 8rem;
}
	
	
	
	
	
	
	
	
	
	
}

/* Large and up */

@media screen and (min-width: 64em) {
	
}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
		p , ul, ol {
		font-size: .9375rem;
	}
	.top-bar .top-bar-center > ul {
		/*background-color: aqua;*/
	}
	top-bar .homelink svg {
		height: 2.5rem;
	}
			.button {
		/*padding: 0;*/
		/*border-width: 1px;*/
		/*border-color: white;*/
		/*border-style: solid;*/
		/*border-radius: 3px;*/
		/*transition: all 250ms ease-in-out;*/
		/*display: inline-block;*/
		font-size: .875rem;
		/*font-weight: 500;*/
		/*text-transform: uppercase;*/
	}
	
}

