/* @override 
	https://utopsie.com/work/cglr/wp-content/themes/cglr-theme/blocks/style.css?*
	https://councilgreatlakesregion.org/wp-content/themes/cglr-theme/blocks/style.css?* */
	
@import "foundation.min.css";
@import "colors.css";

/****************************************
 FIX FOR FOUNDATION GLITCHES IN BACKEND 
 ****************************************/
.components-panel__header.edit-post-sidebar__panel-tabs ul {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}
ul.wp-submenu {
	margin-left: 0;
}

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

* {
	box-sizing: border-box;
}
body {
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
	color: var(--gray-dark);
}
.block-editor-block-list__layout .block-editor-block-list__block {
	width: 100%;
}
.frame {
	width: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.05);
	/*padding: 1rem;*/
	padding: 1rem;
	margin-bottom: 0;
}
.button,
.wp-admin .frame .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: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}
.button a {
	padding: 1rem 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	color: inherit;
}
.button :focus {
	outline: none;	
}
.button .label,
.wp-admin .button .label {
	display: block;
	padding: 0;
	font-size: .875rem;
	line-height: normal;
	white-space: nowrap;
	background: unset;
	color: inherit;
	pointer-events: none;
}
.button .flechenext,
.button .fileicon {
	display: flex;
	width: .75rem;
	height: .75rem;
	
	/*background-color: magenta;*/
}
.wp-admin .button .flechenext,
.wp-admin .button .fileicon {
	justify-content: center;
	align-items: center;
}
.wp-admin .button .flechenext svg,
.wp-admin .button .fileicon svg {
	width: 100%;
}
.button .flechenext path,
.button .fileicon path {
	fill: inherit;
}

.wp-admin .frame {
	padding-top: 3rem;
	margin-bottom: 1rem;
}
.blocktitle {
	/*display: none;*/
	opacity: .3;
}
.cattitle {
	/*display: none;*/
	opacity: .3;
}
.subtitle {
	padding-left: 0;
	font-size: 1rem;
}

.frame .blocktitle {
	display: block;
	padding: .5rem .75rem;
	border-radius: .5rem;
	background-color: rgba(0, 0, 0, 0.25);
	/*color: white;*/
	font-size: .75rem;
	position: absolute;
	top: .5rem;
	left: .5rem;
}

/*.wp-admin*/ .cattitle {
	display: block;
	padding: .5rem .75rem;
	border-radius: .5rem;
	background-color: rgba(0, 0, 0, 0.25);
	color: white;
	font-size: .75rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
}


/****************************
HEADER LARGE
****************************/

/*** fixmenubug ***/
.header[role="banner"] {
	position: relative;
	z-index: 100;
	background-color: rgba(255, 255 255, 0.44);
	margin-bottom: -1rem;
}
.off-canvas-content>.content {
	position: relative;
	z-index: 50;
	/*opacity: .3;*/
}





.frame.header-large {
	width: 100%;
	aspect-ratio: 2.275 / 1;
	position: relative;
	/*z-index: 10;*/
	padding: 0;
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
}
.frame.header-large .swiper {
	/*z-index: -1;*/
}
.wp-admin .frame.header-large {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}





.header-large .swiper {
	/*background-color: yellow;*/
	width: 100%;
	height: 100%;
}
.header-large .thumbs {
	/*background-color: teal;*/
	position: absolute;
	z-index: 3;
	width: 100%;
	pointer-events: none;
	/*display: none;*/
}
.header-large .swiperthumbs {
	/*position: absolute;*/
	/*background-color: rgba(254, 255, 0, 0.43);*/
	z-index: 2;
	/*width: auto;*/
	height: 6rem;
	/*width: 100%;*/
}
.header-large .swiperthumbs .swiper-slide {
	/*display: none;*/
}
.header-large .swiperthumbs:before {
	content: '';
	/*width: 100%;*/
	height: 9rem;
	position: absolute;
	left: -100rem;
	right: -100rem;
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.17) 47%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.17) 47%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.17) 47%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.17) 47%, rgba(0, 0, 0, 0) 100%);
	transition: all 250ms ease-in-out;
	opacity: .3;
}
.header-large .swiperthumbs.swiper-initialized:before {
	opacity: 1;
}
.header-large .swiperthumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
	pointer-events: auto;
	position: relative;
}
.header-large .swiperthumbs .title {
	/*font-size: 1.5rem;*/
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.47);
	margin: 0;
	color: white;
}
.wp-admin .header-large .swiperthumbs .title {
	font-size: .875rem;
	padding: 1rem 0;
	cursor: unset;
}
.header-large .swiperthumbs .swiper-slide-thumb-active .title {
	font-weight: 600;
	/*color: red;*/
}
.header-large .swiperthumbs .swiper-slide {
	width: auto!important;
	flex-grow: 1;
	padding: 0 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid white;
	display: none;
}
.header-large.multiple .swiperthumbs .swiper-slide {
	display: flex;
}

.header-large .swiper-button-next, 
.header-large .swiper-button-prev {
	position: absolute;
	
	top: 3.75rem;
	color: white;
	z-index: 5;
	display: none;
}
.header-large.multiple .swiper-button-next, 
.header-large.multiple .swiper-button-prev {
	display: flex;
}
.header-large .swiper-button-prev {
    left: 2rem;
    right:auto
}

.header-large .swiper-button-prev:after {
    content: 'prev'
}

.header-large .swiper-button-next {
    right: 2rem;
    left:auto
}

.header-large .swiper-button-next:after{
    content: 'next'
}

.header-large .swiper-button-next:after, 
.header-large .swiper-button-prev:after {
	font-size: 2rem;
}
.wp-admin .header-large .swiper-button-next, 
.wp-admin .header-large .swiper-button-prev {
	display: none;
}
.header-large .swiper-pagination-bullet {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	background-color: white;
	opacity: .6;
}
.header-large .swiper-pagination-bullet-active  {
	background-color: white;
	opacity: 1;
}
.header-large .swiper-slide .grid-container,
.header-large .swiper-slide .grid-container .grid-x {
	height: 100%;
}


.wp-admin .header-large .swiper .swiper-slide {
	position: relative;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}
.wp-admin .header-large .swiper-slide .mainimage {
	position: absolute;
	width: 100%;
	height: 100%;
}


.wp-admin .header-large .swiper-slide, 
.header-large .mainimage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header-large .mainimage img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-large .mainimage.video:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 9rem;
	display: block;
	/*position: relative;*/
	/*background-color: red;*/
	z-index: 2;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
}
.header-large .mainimage.video video {
	/*max-width: 100%;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*background-color: yellow;*/
}
.header-large .titleboxframe {
	/*background-color: rgba(253, 255, 0, 0.64);*/
	display: block;
	position: relative;
	width: 100%;
	/*left: 0;*/
	/*right: 0;*/
	/*min-height: 10rem;*/
	height: 100%;
	z-index: 10;
}
.header-large .titlebox {
	padding: 1rem;
	position: absolute;
	width: 100%;
	/*left: 10%;*/
	/*right: 10%;*/
	bottom: 3rem;
	z-index: 2;
	/*background-color: rgba(255	, 255, 255, .85);*/
	/*color: white;*/
	/*max-width: 40rem;*/
	/*margin: 0 auto;*/
	/*background-color: transparent;*/
}
.header-large .titlebox:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .85;
}
.wp-admin .header-large .titlebox {
	transform: scale(0.7);
	bottom: 1rem
}
.header-large .titlebox .subtitle {
	opacity: .6;
	margin: 0;
	margin-bottom: .5rem;
}
.header-large.subcoul-white .titlebox .subtitle {
	opacity: 1;
}
.header-large .titlebox .title {
	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;
	/*border-bottom: 1px solid #333;*/
}
.header-large .titlebox .text {
	margin-bottom: 0;
	padding-right: .25rem;
}
.header-large .titlebox .text_short {
	margin-bottom: 0;
	padding-right: .25rem;
	display: none;
}
.header-large .titlebox .button {
	/*display: inline-block;*/
	margin-top: 1.125rem;
	margin-bottom: 0;
	/*padding: 0 0 0 0;*/
	/*background-color: transparent;*/
	/*color: white;*/
	/*border-color: white;*/
	/*padding: 1rem 1.5rem;*/
	/*background-color: transparent;*/
}
.header-large .titlebox .button a {
	padding: .75rem 1rem;
}

.wp-admin .header-large .swiperthumbs,
.wp-admin .header-large .titlebox .button {
	pointer-events: none;
}
/****************************
HEADER MEDIUM
****************************/
.frame.header-large.format-md {
	width: 100%;
	aspect-ratio: 2.275 / 0.66;
	position: relative;
	padding: 0;
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
}


/****************************
GENERAL
****************************/


.morebutton {
	text-align: center;
	margin: 2rem auto 0rem;
}

.frame .sectiontitle {
	font-size: 2rem;
	font-weight: 900;
	border-bottom: 2px solid #333;
	padding-top: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	line-height: normal;
	padding-bottom: 1.5rem!important;
}
.frame .sectionheader .title {
	font-size: 1.25rem;
	/*font-weight: 900;*/
	border-bottom: 1px solid #333;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.frame .content .subject {
	text-transform: uppercase;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.frame .content .title {
	font-size: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.frame .content .text {
	margin-bottom: 1rem;
}
.frame .content .thumb {
	width: 100%;
	margin-bottom: 1rem;
	aspect-ratio: 3 / 2;
	position: relative;
}
.frame .content .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.frame .content .item .title {
	font-size: 1.5rem;
  line-height: 1.4;
}
.frame .content .contents {
	height: 100%;
	/*background-color: orange;*/
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--gray-mid);
}
}
.frame .content .contents * {
	/*border: 1px solid red;*/
}
.frame .content .excerpt {
	/*background-color: yellow;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-grow: 1;
	flex-basis: auto;
	/*height: 100%;*/
	/*width: 100%;*/
	/*align-self: flex-end;*/
	
}
.frame .content .excerpt p {
	/*font-size: .875rem;*/
	font-size: .9375rem;
	/*line-height: 1.35;*/
	/*font-size: 1rem;*/
	line-height: 1.55;
}
html :where(.wp-block)[data-align=left]>* {
	/*margin-right: 0;*/
}
html :where(.wp-block)[data-align=right]>* {
	/*margin-left: 0;*/
}
[data-align="left"] .frame {
	/*background-color: yellow;*/
}
[data-align="right"] .frame .sides {
	/*flex-direction: row-reverse;*/
}
.alignframeleft .sides {
	flex-direction: row-reverse;
}

/****************************
RECENT COLUMN
****************************/

.recent-col {
	padding-bottom: 3rem;
}

.recent-col .sectiontitle {
	font-family: "freight-display-pro", serif;
	color: var(--bluemid);
}

.recent-col .item {
	margin-bottom: 3rem;
}
.recent-col .item .thumb {
	height: 100%;
}
.recent-col .item .title {
	color: var(--bluemid);
}

.recent-col .item .date {
	font-weight: 600;
	font-size: .875rem;
	text-transform: uppercase;
	margin-bottom: .75rem;
}
.recent-col .item .excerpt {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gray-mid);
}
.recent-col .item .excerpt p {
	/*font-size: .875rem;*/
}


/****************************
RECENT ROW
****************************/
.recent-row .sectiontitle {
	font-family: "freight-display-pro", serif;
	/*color: var(--bluemid);*/
}
.recent-row .item {
	margin-bottom: 3rem;
}
.recent-row .item div {
	/*border: 1px solid red;*/
}
.recent-row .item .thumb {
	/*height: 100%;*/
}
.recent-row .item .title {
	/*color: var(--bluemid);*/
}

.recent-row .item .date {
	font-weight: 500;
	font-size: .875rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
.recent-row .item .excerpt {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gray-mid);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.recent-row .item .excerpt {
	/*font-size: .875rem;*/
	/*font-size: 1.125rem;*/
}


/****************************
PROGRAM UPDATES
****************************/

.frame.program-updates:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #bdd5de;
	/*opacity: .25;*/
	z-index: -1;
}

.wp-admin .frame.program-updates:before {
	z-index: 0;
}
.wp-admin .frame.program-updates {
	pointer-events: none;
	background-color: transparent;
}
.program-updates .sectiontitle {
	font-family: "freight-display-pro", serif;
	color: var(--bluedark);
	border: none;
	margin-bottom: 1rem;
}
.wp-admin .program-updates .content {
	position: relative;
	z-index: 1;
}
.program-updates .item {
	background-color: white;
	display: flex;
	gap: 0;
	flex-direction: column;
	margin-bottom: 3rem;
	/*height: 100%;*/
}
.program-updates .item .cathead a {
	display: block;
	background-color: var(--gray-dark);
	background-color: var(--bluedark);
	font-size: .75rem;
	font-weight: 500;
	color: white;
	padding: .35rem .65rem;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
	color: white;
}
.program-updates .item .cathead a:hover {
	background-color: var(--bluemid);
	color: white;
	
}
.program-updates .item .cathead a {
	/*padding: 0;*/
}
.program-updates .item .cathead a:hover {
}
.program-updates .item .thumb {
	/*height: 100%;*/
	width: 100%;
	aspect-ratio: 3 / 2;
	margin: 0;
}
.program-updates .item a {
	display: block;
	flex-grow: 1;
	/*background-color: yellow;*/
	padding: .75rem 1rem;
}
.program-updates .item a:hover {
	color: var(--bluemid);
}
.recent-col .item .title {
	color: var(--bluemid);
}

.program-updates .item .date {
	font-weight: 500;
	font-size: .875rem;
	text-transform: uppercase;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: .66rem;
	padding-top: .5rem;
	border-top: 1px solid var(--gray-mid);
	color: var(--gray-mid);
}
.recent-col .item .excerpt {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gray-mid);
}
.recent-col .item .excerpt p {
	/*font-size: .875rem;*/
}


/****************************
ARTICLES LIST
****************************/
.frame.articles-list {
	background-color: var(--gray-light);
	padding: 3rem 0;
}
.articles-list .sectiontitle {
	font-family: "freight-display-pro", serif;
}
.articles-list .categorie {
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 500;
	margin-bottom: .5rem;
}
.articles-list .item {
	margin-bottom: 4rem;
}
.articles-list .item .thumb {
	height: 100%;
	background-color
}
.articles-list .date {
	margin-bottom: .5rem;
	font-size: .875rem;
	line-height: normal;
	font-weight: 500;
	display: inline-block;
	padding: .25rem .75rem;
	margin-bottom: .75rem;
	border: 1px solid #333;
	border-radius: 5px;
	text-transform: uppercase;
}
.articles-list  .content .excerpt {
	/*padding-bottom: 1rem;*/
	border-bottom: 1px solid var(--gray-mid);
}
.articles-list  .content .excerpt p {
/*font-size: .875rem;*/
/*line-height: 1.6;*/
}

/****************************
ONE PLUS THREE
****************************/
.wp-admin .oneplusthree {
	pointer-events: none;
}
.oneplusthree .machine {
	border: 1px solid red;
	display: flex;
	gap: 1rem;
}
.oneplusthree .sectiontitle {
	font-family: "freight-display-pro", serif;
	/*color: var(--bluedark);*/
	/*border: none;*/
	/*margin-bottom: 1rem;*/
}
.oneplusthree .sectionheader .title {
	border: none;
	font-size: 1.25rem;
	text-transform: uppercase;
	opacity: .8
}
.oneplusthree .newer .item {
	/*margin-bottom: 0;*/
	/*padding-bottom: 2.5rem;*/
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.oneplusthree .newer > .cell:last-of-type .item {
	/*background-color: red;*/
	border-bottom: 1px solid #333;
	margin-bottom: 2rem;
	padding-bottom: 4rem;
}
.oneplusthree .older {
	padding-top: 0;
}
.oneplusthree .older .item  {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 0;
	/*height: 100%;*/
	/*background-color: orange;*/
}
.oneplusthree .newer .item .thumb {
	margin: 0;
	aspect-ratio: unset;
	height: 100%;
}
.oneplusthree .newer > .cell:last-of-type .contents {
	border-bottom: none;
}
.oneplusthree .item .grid-x {
	/*min-width: 100%;*/
	/*width: calc(100% + 2rem);*/
	/*background-color: rgba(255, 0, 0, 0.34);*/

}
.oneplusthree .older .item>a {
	/*background-color: yellow;*/
	/*flex: 1;*/
	/*border-bottom: 1px solid red;*/
}
.oneplusthree .item .date {
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: .75rem;
}
.oneplusthree.type-event .date {
	font-size: .875rem;
	line-height: normal;
	font-weight: 500;
	display: inline-block;
	padding: .25rem .75rem;
	margin-bottom: 1rem;
	border: 1px solid #333;
	border-radius: 3px;
	text-transform: uppercase;
	align-self: flex-start;
}
.oneplusthree .categorie {
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 500;
	margin-bottom: .5rem;
}
.oneplusthree.type-event .categorie {
	
	min-height: 21px;
}

.oneplusthree .older .sectionheader .title {
	/*border-top: 1px solid #333;*/
	/*padding-top: 2rem;*/
	margin-top: -0.5rem;
}
.frame.oneplusthree  .content .title {
	margin-bottom: ;
}
.frame.oneplusthree  .content .excerpt p {
	/*font-size: .9375rem;*/
	    /*font-size: .75rem;*/
			/*font-size: 1rem!important;*/
    /*line-height: 1.4;*/
		
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		/*border: 1px solid red;	*/
		height: 100%;
}
.frame.oneplusthree a[data-equalizer-watch="goo"] {
	/*border: 1px solid red;*/
}

.frame.oneplusthree .excerpt[data-equalizer-watch="mar"] {
	/*border: 1px solid magenta;*/
}

/****************************
CAROUSEL
****************************/
.frame.carousel {
	background-color: transparent;
}
.carousel .sectiontitle {
	font-family: "freight-display-pro", serif;
	color: var(--bluedark);
	border-bottom-color: var(--bluedark);
}
.carousel .swiperframe {
	width: calc(100% - 1.875rem);
	/*width: 100%;*/
	/*background-color: teal;*/
	margin-left: .9375rem;
	position: relative;
}
.carousel .swiperframe:before {
	content: '';
	width: 3rem;
	height: 100%;
	display: block;
	position: absolute;
	left: 3rem;
	background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}
.wp-admin .carousel .swiperframe:before {
	left: 0rem;
}
.carousel .swiperframe:after {
	content: '';
	/*background-color: red;*/
	width: 3rem;
	height: 100%;
	display: block;
	position: absolute;
	right: 3rem;
	top: 0;
	background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}
.wp-admin .carousel .swiperframe:after {
	right: 0rem;
}
.carousel .swiper {
	margin-top: 2rem;
	padding-bottom: 2rem;
	/*background-color: yellow;*/
	margin-left: 3rem;
	margin-right: 3rem;
	/*opacity: 0;*/
}
.carousel .swiper .swiper-wrapper {
	opacity: 0;
	/*transition: opacity 250ms ease-in-out;*/
	
}
.wp-admin .carousel .swiper .swiper-wrapper {
	opacity: 1;
}
.carousel .swiperframe .loadinganim {
	opacity: 1;
	position: absolute;
	/*background: red;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -10;
}
.wp-admin .carousel .swiperframe .loadinganim {
	opacity: 0;
	pointer-events: none	;
}
.carousel .swiperframe .loadinganim img {
	width: 9rem;
	height: 9rem;
}
.carousel .swiper.swiper-initialized .swiper-wrapper {
	/*background-color: white;*/
	opacity: 1;
}
.carousel .swiperframe .swiper-initialized .loadinganim {
	opacity: 0;
}

.wp-admin .carousel .swiper {
	/*width: 100%;*/
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 2rem;
}
.wp-admin .swiper-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding-bottom: 0;
}
.carousel .item {
	box-sizing: border-box;
	padding: 0 2.5rem;
	text-align: center;
	/*background-color: yellow;*/
	position: relative;
}
.carousel .item .thumb {
	width: 60%;
	max-width: 6rem;
	max-height: 6rem;
	aspect-ratio: 1/1;
	position: relative;
	margin: 0 auto 2rem auto;
	background-color: transparent;
}
.carousel .item .thumb img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	left: 0;
}
.carousel .item .thumb path {
	fill: var(--bluedark);
}


.carousel .swiper .item .title {
	font-size: 1rem;
	font-weight: 800;
	line-height: normal;
	padding: 0;
	margin-bottom: 0.5rem;
	color: var(--bluedark);
	text-transform: uppercase;
}
.carousel .item .subtitle {
	font-size: .875rem;
	font-weight: 500;
}
.carousel .swiper-button-next, 
.carousel .swiper-button-prev {
	position: absolute;
	z-index: 5;
}
.carousel .swiper-button-next:after, 
.carousel .swiper-button-prev:after {
	color: var(--bluedark);
	font-size: 2rem;
}
.carousel .swiper-button-prev {
	left: 0.5rem;
}
.carousel .swiper-button-next {
	right: 0.5rem;
}
.carousel .swiper-pagination-bullet-active {
	background: var(--bluedark);
}
/****************************
CTA - SECTION
****************************/
.frame.cta-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.cta-section {
	color: white;
}
.cta-section .subject {
	font-weight: 500;
}
.cta-section .content .title {
	font-family: "freight-display-pro", serif;
	font-size: 3rem;
	padding: 0;
}
.cta-section .button {
	color: white;
	/*display: inline-block;*/
	/*padding: 1rem 1.5rem;*/
	background-color: transparent;
	border-color: white;
	/*border-radius: 3px;*/
	/*transition: all 250ms ease-in-out;*/
	margin-top: 1.5rem;
}
.cta-section .button:hover {
	background-color: white;
}



/*.entry-content .alignframeleft, */
/*.entry-content img.alignframeleft*/
.entry-content [blockalign='left'],
.entry-content [blockalign='left'] img {
  margin-right: 1.5em;
  display: inline;
  float: left; 
}

.entry-content [blockalign='right'] {
  margin-left: 1.5em;
	
}

/*.entry-content .alignframeright, */
/*.entry-content img.alignframeright,*/
.entry-content [blockalign='right'],
.entry-content [blockalign='right'] img {
  display: inline;
  float: right; 
}
.entry-content .alignframecenter, 
.entry-content img.alignframecenter,
.entry-content [blockalign='center'] {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; 
}


/****************************
TWO COLUMNS
****************************/

.frame.twocolumns {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.wp-admin .frame.twocolumns {
	min-height: 30rem;
}


.wp-admin .frame.twocolumns .content,
.wp-admin .frame.twocolumns .content .grid-container,
.wp-admin .frame.twocolumns .content .grid-container .sides {
	height: 100%;
}



.twocolumns {
	color: white;
}
.twocolumns .textcontent {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.twocolumns[textalign="top"] .textcontent {
	justify-content: flex-start;
}
.twocolumns[textalign="mid"] .textcontent {
	justify-content: center;
}
.twocolumns[textalign="bot"] .textcontent {
	justify-content: flex-end;
}
.twocolumns[textalign="jus"] .textcontent .text {
	flex: 5;
}

.twocolumns .subject {
	font-weight: 500;
}
.twocolumns .content .title {
	font-family: "freight-display-pro", serif;
	font-size: 3rem;
	line-height: normal;
	/*font-weight: 900;*/
	padding: 0;
}
.twocolumns .button {
	color: white;
	/*display: inline-block;*/
	/*padding: 1rem 1.5rem;*/
	background-color: transparent;
	border-color: white;
	/*border-radius: 3px;*/
	/*transition: all 250ms ease-in-out;*/
	margin-top: 1.5rem;
	/*display: inline-block;*/
}
.twocolumns .button:hover {
	background-color: white;
}








/****************************
NUMBERED LIST
****************************/
.numbered-list {
	padding-bottom: 3rem;
}
.numbered-list .sectiontitle {
	font-family: "freight-display-pro", serif;
	/*border-bottom-color: white;*/
}
.numbered-list .item {
	margin-bottom: 3rem;
}
.numbered-list .item .num {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -.05em;
}
.wp-admin .numbered-list .item .num {
	font-size: 2rem;
	white-space: pre;
}
.numbered-list .content .item .title {
	
	font-size: 1.5rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
}
.numbered-list .content .item .subtitle {
	font-size: 1.25rem;
	margin-bottom: 0;
}
.wp-admin .numbered-list .content .item .subtitle {
	padding-left: 0;
}
.numbered-list .content .item .subtitle ol li {
	margin-bottom: .75rem;
}
.numbered-list .separator {
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--gray-mid);
	margin-bottom: 3rem;
}
.wp-admin .numbered-list .separator {
	margin-top: 3rem;
}
.numbered-list .increment-1 .separator {
	display: none;
}

.numbered-list-sublist .item ul {
	/*background-color: yellow;*/
	list-style: none;
	margin: 0;
	display: grid;
  grid-template-columns: repeat(2, 1fr);
/*	column-count: 2;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;*/
	border-left: 1px solid var(--gray-mid);
	padding-left: 1.25rem;
}
.numbered-list-sublist .item ul li {
	/*color: red;*/
}
.numbered-list-sublist .item ul ul {
	margin-left: 1rem;
	margin-bottom: .5rem;
	font-size: .875rem;
	display: block;
	padding-right: 1rem;
	padding-left: 0;
  /*grid-template-columns: repeat(2, 1fr);*/
/*	column-count: 1;
	columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;*/
	border: none;
}

/****************************
SINGLE BLOCK
****************************/
.frame.single-block {
	padding-bottom: 4rem;
}
.frame.single-block .title {
	font-family: "freight-display-pro", serif;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: normal;
	/*border-bottom: 2px solid #333;*/
	padding-top: 2rem;
	padding-bottom: 1rem;
	/*margin-bottom: 2rem;*/
}
.frame.single-block .subject {
	padding-top: 3rem;
	margin-bottom: -1rem;
}




/****************************
KNOWLEDGE BOARD
****************************/

.knowledge-board .sectiontitle {
	font-family: "freight-display-pro", serif;
	border-bottom-color: white;
	/*color: var(--bluedark);*/
	/*border: none;*/
	/*margin-bottom: 1rem;*/
}
.knowledge-board .header .subtitle {
	margin-bottom: 5rem;
}
.knowledge-board .centered {
	justify-content: center;
}

.knowledge-board .item {
	padding-bottom: 4rem;
	text-align: center;
}
.knowledge-board .item .thumb {
	width: 60%;
	max-width: 6rem;
	margin-right: 6rem;
	aspect-ratio: 1/1;
	position: relative;
	margin: 0 auto 2rem auto;
	background-color: transparent;
	/*background-color: red;*/
}
.knowledge-board .item .thumb.vide {
	/*background-color: yellow;*/
	border-radius: 4rem;
	border: 5px solid white;
}
.knowledge-board .item .thumb img {
/*	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	left: 0;
	filter: invert(1) saturate(0) brightness(2);*/
}
.knowledge-board .item .thumb svg {
	width: 100%;
	height: 100%;
}
.knowledge-board .item .thumb path {
	fill: white;
}
.knowledge-board .item .thumb.vide img {
	display: none;
	border: none;
}
.knowledge-board .item .title {
	font-size: .875rem;
	font-weight: 600;
	line-height: normal;
	padding: 0;
	margin-bottom: 0.5rem;
}
.knowledge-board .item .subtitle {
	font-size: .875rem;
	font-weight: 500;
	padding: 0 2rem;
}



/****************************
EXPLORER	
****************************/
.explorer .sectiontitle {
	font-family: "freight-display-pro", serif;
}
.explorer .input-group .input-group-button [type="submit"] {
	padding: 0;
	display
	/*align-self: ;*/
}
.explorer .input-group .input-group-field {
	/*border-radius: 0;*/
	/*-webkit-box-flex: 9;*/
	/*-webkit-flex: 1 1 0px;*/
	/*-ms-flex: 1 1 0px;*/
	/*flex: 1 1 0px;*/
	/*min-width: 0;*/
}
.explorer .input-group .input-group-button {
	/*-webkit-box-flex: 1;*/
	/*-webkit-flex: 1 1 0px;*/
	/*-ms-flex: 1 1 0px;*/
	/*flex: 0 1 auto;*/
	/*min-width: 0;*/
}
.explorer .input-group .input-group-button .button {
	min-width: 0;
	font-size: .5rem;
	padding: 0 .5rem;
}
.explorer .header input,
.explorer .header select {
	margin: 0;
	border-radius: 5px;
	padding: .25rem .5rem .125rem;
	/*margin-top: .5rem;*/
}


.page-events .explorer .sectiontitle {
	color: var(--bluelight);
}
.explorer .accordion-item a.accordion-title {
	color: var(--gray-mid);
	display: flex;
	gap: 1rem;
	
	/*padding-right: 4rem;*/
}
.page-events .explorer .accordion-item a.accordion-title .title {
	/*line-height: 2rem;*/
}
.page-events .explorer .accordion-item a:hover,
.explorer.coul-4cbfbf .accordion-item a:hover {
	color: var(--bluelight);
}
.explorer.coul-bf3837 .accordion-item a:hover {
	color: var(--darkred);
}
.page-events .explorer .accordion-item a.accordion-title .datecapsule {
	font-size: .875rem;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
}
.explorer .accordion-content {
	padding-top: 0.5rem;
	/*padding-right: 4rem;*/
	
	background-color: white;
	margin-bottom: 2rem;
	border-radius: 3px;
	padding: 1.66rem;
}
.page-events .explorer .accordion-content a {
	color: var(--bluelight);
}
.page-events .explorer .accordion-content .title {
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 0;
	margin-right: 4rem;
}
.page-events .explorer .accordion-content .excerpt p {
	font-size: 1rem;
}

.explorer .header .typeselector {
	transition: all 250ms ease-in-out;
}

.explorer .header .categorieselector {
	transition: all 250ms ease-in-out;
}
.explorer.type-event.ready .header .categorieselector {
	pointer-events: none;
	/*opacity: .7;*/
}
.explorer .header .categorieselector .title {
	transition: all 250ms ease-in-out;
}
.explorer.type-event.ready .header .categorieselector .title {
	opacity: .3;
}
.explorer .header .categorieselector .selector {
	transition: all 250ms ease-in-out;
}
.explorer.type-event.ready .header .categorieselector .selector {
	color: transparent;
	border: none;
	background-image: none;
}

.explorer .header .searchselector {
	transition: all 250ms ease-in-out;
}
.explorer.type-event.ready .header .searchselector,
.explorer.type-post.ready .header .searchselector {
	pointer-events: none;
}
.explorer .header .searchselector .title {
	transition: all 250ms ease-in-out;
}
.explorer.type-event.ready .header .searchselector .title,
.explorer.type-post.ready .header .searchselector .title {
	opacity: .3;
}
.explorer.ready .header .searchselector input {
	border: none;
	box-shadow: none;
}
.explorer.ready .header .searchselector input::placeholder {
	color: transparent;
}





.explorer .header .title {
	font-size: .875rem;
	/*margin: 0;*/
	padding: 0;
}

.explorer .results-header {
	height: 5rem;
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.explorer .results-header .placeholder {
	display: flex;
	gap: .33rem;
	align-items: center;
	/*opacity: 1;*/
}
.explorer .results-header.paginated .placeholder {
	display: none;
	/*opacity: .3;*/
}
.explorer .results-header .results-title {
	display: flex;
	gap: .33rem;
	align-items: center;
	display: none;
	/*opacity: .3;*/
}
.explorer .results-header.paginated .results-title {
	display: flex;
	/*opacity: 1;*/
}

.explorer .results-header .results-pagination {
	display: none;
	/*display: flex;*/
	/*opacity: .3;*/
}
.explorer .results-header.paginated .results-pagination {
	display: flex;
	/*opacity: 1;*/
}

.explorer .page-navigation {
  margin-top: 0; 
}

.explorer .pagination .current {
	border-radius: 3px;
}

.accordion {
background: transparent;
}
.accordion .loading {
	/*color: red;*/
	font-weight: 500;
	padding: 1.25rem 0;
	display: flex;
	gap: .75rem;
	
}
.accordion .loading:before {
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	/*background-color: var(--bluelight);*/
	background-image: url(../svg/loading.svg);
	background-size: 4rem;
	/*width: 4rem;*/
	/*height: 4rem;*/
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
.accordion-title {
position: relative;
display: block;
padding: 1.25rem 1rem;
border: none;
border-bottom: 1px solid var(--gray-mid);
font-size: 1.25rem;
line-height: 1;
}
.accordion-title:focus, 
.accordion-title:hover {
background-color: transparent;
}
.accordion-content {
/*display: none;
padding: 1rem;
border: none;
border-bottom: 0;
background-color: transparent;
color: #0a0a0a;*/
}

.accordion {
margin-left: 0;
background: transparent;
list-style-type: none;
border-top: 1px solid #333;
}
.accordion-title {
position: relative;
display: block;
padding: 1.25rem 0;
border: none;
border-bottom: 0;
font-size: 1.25rem;
line-height: 1;
color: #1779ba;
}
.accordion-title:focus, 
.accordion-title:hover {
background-color: transparent;
}
.accordion-title::before {
	position: absolute;
	top: 30%;
	right: 1rem;
	margin-top: -.33rem;
	content: '+';
	font-size: 2rem;
	font-weight: 300;
}
.accordion-title .datecapsule {
	min-width: 100%;
	font-size: .8125rem;
	line-height: normal;
	font-weight: 500;
	display: inline-block;
	padding: .25rem .75rem;
	/*margin-bottom: .75rem;*/
	border: 1px solid #333;
	border-radius: 3px;
	text-transform: uppercase;
	color: black;

}
.accordion-title .categoriescapsule {
	display: flex;
	/*flex-wrap: wrap;*/
	column-gap:  1rem;
	row-gap: .35rem;
	flex-direction: column;
	
	/*flex-wrap: wrap;*/
	/*background-color: yellow;*/
	height: 1.75rem;
	overflow: hidden;
	transition: all 250ms ease-in-out;
	/*column-gap: .75rem;*/
}
.is-active .accordion-title .categoriescapsule {
	/*background-color: red;*/
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100%;
	width: 100%;
	height: 100%;
}
.accordion-title .categoriescapsule .capsule {
	color: var(--gray-mid);
	font-size: .75rem;
	font-weight: bold;
	
	/*line-height: normal;*/
	/*white-space: nowrap;*/
	text-transform: uppercase;
	letter-spacing: -.02em;
	/*background-color: red;*/
}
.accordion-title .dateframe {
	display: flex;
	/*align-items: ;*/
	height: 100%;
	/*background-color: yellow;*/
	
}
.accordion-title .dateframe .date {
	color: var(--gray-mid);
	font-size: .8375rem;
	line-height: 1.75rem;
	font-weight: bold;

	text-transform: uppercase;
	letter-spacing: -.02em;
}
.frame .accordion-title .titleframe {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.5rem;
	color: var(--gray-dark);
	/*background-color: aqua;*/
}
.frame .accordion-title .titleframe .categorie {
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: .25rem;
	white-space: nowrap;
	/*background-color: red;*/
}
.frame .accordion-title .titleframe .title {
	/*display: flex;*/
	/*width: 100%;*/
	font-size: 1.25rem;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0;
	padding-bottom: 0;
	/*padding-right: 4rem;*/
	margin: 0 4rem 0 0 ;
	/*background-color: silver;*/
	/*color: var(--gray-dark);*/
	/*color: red;*/
	/*background-color: yellow;*/
	/*left: 0;*/
}

.accordion-item {
	border-bottom: 1px solid #333;
}
.accordion-content {
	display: none;
	padding: 1rem 0;
	border: none;
	border-bottom: 0;
	background-color: transparent;
	color: inherit;
}
.frame .accordion-content .title {
	font-size: 1.75rem;
	line-height: 1.4;
	padding-bottom: 0;
	margin-top: -0.5rem;
}
.frame .accordion-content .excerpt {
	margin-right: 4rem;
	/*background-color: yellow;*/
}
.frame .accordion-content .excerpt p {
	line-height: 1.5;
}
.excerpt-read-more {
	display: block;
	clear: both;
	margin-top: .5rem;
	margin-bottom: .5rem;
	padding: .5rem 0;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 600;
}
/****************************
PROGRAMS		
****************************/
.program-list .sectiontitle {
	font-family: "freight-display-pro", serif;
	color: var(--bluedark);
	border-bottom-color: var(--bluedark);
}
.program-list .content {
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: -1rem;
}
.program-list .content .title {
	font-family: "freight-display-pro", serif;
	font-size: 2.75rem;
	color: var(--bluedark);
}
.program-list {
	background-color: white;
}
.program-list .section + .section {
	background-color: var(--gray-xlight);
	padding-top: 3rem;
}
.program-list .section .intro {
	column-count: 2;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #333;
}
.program-list .subtitle {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.program-list .item .excerpt {
	/*background-color: yellow;*/
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.program-list .item .excerpt h2 {
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif!important;
	/*font-size: 1.25rem;*/
	font-weight: 500!important;
	color: var(--bluedark);
	margin-bottom: 1rem;
	font-size: 1.5rem!important;
  line-height: 1.4!important;
}
.program-list .item .excerpt p {
	font-size: 1.125rem;
	line-height: 1.35!important;
}
.program-list .content .item .title {
	/*font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;*/
	font-size: 2.5rem!important;
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.program-list .item .subtitle {
	font-size: .875rem;
	margin-bottom: 0;
	/*flex-grow: 1;*/
}
.program-list .item .button {
	margin-top: 2rem;
}
.program-list .programs .item + .item {
	border-top: 1px solid #333;
	padding-top: 3rem;
}



/****************************
PEOPLE LIST
****************************/
.frame.people-list .sectiontitle {
	font-family: "freight-display-pro", serif;
	/*color: var(--bluedark);*/
	/*border-bottom-color: var(--bluedark);*/
	/*margin-bottom: 1rem;*/
}
.wp-admin .frame.people-list {
	margin-bottom: 1rem;
}
.people-list .header {
	margin-bottom: 2rem;
}
.people-list .centered {
	justify-content: center;
}

.people-list .item {
	padding-bottom: 4rem;
	text-align: center;
	/*border: 1px solid #333;*/
}
.people-list .item .thumb {
	width: 90%;
	max-width: 12rem;
	aspect-ratio: 1/1;
	position: relative;
	margin: 0 auto 1rem auto;
	background-color: transparent;
}
.people-list .item .thumb img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	left: 0;
}
.people-list .item .title {
	font-size: .875rem;
	font-weight: 600;
	line-height: normal;
	padding: 0;
	margin-bottom: 0.5rem;
}
.people-list .item .subtitle {
	font-size: .875rem;
	font-weight: 500;
	padding: 0 2rem;
	margin-bottom: 1rem;
}
.people-list .item .linkedin {
	width: 100%;
	display: flex;
	justify-content: center;
}
.people-list .item .linkedin a {
	width: 1.5rem;
	height: 1.5rem;
	/*background-color: var(--gray-mid);*/
	border-radius: 3px;
	display: block;
	/*background-image: url(../assets/images/footer-icon-ln-b.svg);*/
}

/****************************
STAFF LIST
****************************/
.frame.staff-list .sectiontitle {
	font-family: "freight-display-pro", serif;
	color: var(--bluedark);
	border-bottom-color: var(--bluedark);
	/*margin-bottom: 1rem;*/
}
.frame.staff-list .content .title {
	font-family: "freight-display-pro", serif;
	font-size: 2.75rem;
	color: var(--bluedark);
}
.frame.staff-list .header .subtitle {
	/*font-size: 1.25rem;*/
	margin-bottom: 2rem;
	/*font-size: .875rem;*/
	/*margin-bottom: 0;*/
}
.frame.staff-list .item .thumb {
	aspect-ratio: 1 / 1;
}
.frame.staff-list .item .name {
	/*font-size: 1.5rem;*/
	font-weight: 500;
	/*line-height: normal;*/
	font-size: 1.5rem;
  line-height: 1.4;
	padding: 0;
	margin-bottom: 0.5rem;
	color: var(--bluedark);
}
.frame.staff-list .item {
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid var(--gray-mid);
}
.frame.staff-list .item .bio {
	font-size: 1rem;
	/*font-weight: 500;*/
	margin-bottom: 2rem;
	/*padding: 0 2rem;*/
	
}
.frame.staff-list .item .bio p {
	line-height: 1.35;
}
.frame.staff-list .item .links {
	display: flex;
	gap: 1rem;
}
.frame.staff-list .item .links .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;*/
}
.frame.staff-list .item .links .link a:hover {
	opacity: .5;
}
.frame.staff-list .item .links .link.fb a {
	background-image: url(../svg/footer-icon-fb-b.svg);
}
.frame.staff-list .item .links .link.tw a {
	background-image: url(../svg/footer-icon-tw-b.svg);
}
.frame.staff-list .item .links .link.ig a {
	background-image: url(../svg/footer-icon-ig-b.svg);
}
.frame.staff-list .item .links .link.ln a {
	/*background-image: url(../assets/images/footer-icon-ln-b.svg);*/
}
.frame.staff-list .item .links .link.em a {
	/*background-image: url(../assets/images/footer-icon-em-b.svg);*/
}



/****************************
PERSON TITLE
****************************/
.frame.person-title {
	display: none;
}
.wp-admin .frame.person-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	padding-bottom: 1px;
}
.person-title .title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	/*color: red;*/
}
.person-title .history {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.wp-admin .linkedin,
.wp-admin .twitter,
.wp-admin .email {
	margin-bottom: 1rem;
	font-size: .875rem;
}



/****************************
OTHER STYLES
****************************/

/*Default WP Button*/
.wp-admin .editor-styles-wrapper .wp-block-button__link,
.wp-block-button__link {
	border-radius: 3px;
	font-size: 1rem;
	transition: all 250ms ease-in-out;
	text-transform: uppercase;
}
.wp-block-button__link {
	border: 1px solid #32373c;
}
.wp-block-button__link:after {
/*	content: '';
	display: inline-block;
	width: .75rem;
	height: .75rem;
	margin-left: .75rem;
	background-image: url(../assets/images/rarrow.svg);
	filter: invert(1);
	transition: all 250ms ease-in-out;*/
}
.wp-block-button__link .flechenext {
	display: inline-block;
	margin-left: .75rem;
	width: .75rem;
	
}
.wp-block-button__link .flechenext path {
	transition: all 250ms ease-in-out;
}
.has-bluedark-background-color {
	background-color: var(--bluedark);
	border: 1px solid var(--bluedark);
}
.wp-block-button__link.has-bluedark-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-bluedark-background-color:hover .flechenext path {
	fill: var(--bluedark);
}
.has-bluedark-background-color:hover {
	background-color: transparent;
	color: var(--bluedark)!important;
}

.has-bluemid-background-color {
	background-color: var(--bluemid);
	border: 1px solid var(--bluemid);
}
.has-bluemid-background-color:hover {
	background-color: transparent;
	color: var(--bluemid)!important;
}
.wp-block-button__link.has-bluemid-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-bluemid-background-color:hover .flechenext path {
	fill: var(--bluemid);
}

.has-bluelight-background-color {
	background-color: var(--bluelight);
	border: 1px solid var(--bluelight);
}
.has-bluelight-background-color:hover {
	background-color: transparent;
	color: var(--bluelight)!important;
}
.wp-block-button__link.has-bluelight-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-bluelight-background-color:hover .flechenext path {
	fill: var(--bluelight);
}

.has-darkred-background-color {
	background-color: var(--darkred);
	border: 1px solid var(--darkred);
}
.has-darkred-background-color:hover {
	background-color: transparent;
	color: var(--darkred)!important;
}
.wp-block-button__link.has-darkred-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-darkred-background-color:hover .flechenext path {
	fill: var(--darkred);
}

.has-black-background-color {
	background-color: var(--black);
	border: 1px solid var(--black);
}
.has-black-background-color:hover {
	background-color: transparent!important;
	color: var(--black)!important;
}
.wp-block-button__link.has-black-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-black-background-color:hover .flechenext path {
	fill: var(--black);
}

.has-graydark-background-color {
	background-color: var(--gray-dark);
	border: 1px solid var(--gray-dark);
}
.has-graydark-background-color:hover {
	background-color: transparent;
	color: var(--gray-dark)!important;
}
.wp-block-button__link.has-graydark-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-graydark-background-color:hover .flechenext path {
	fill: var(--gray-dark);
}

.has-graymid-background-color {
	background-color: var(--gray-mid);
	border: 1px solid var(--gray-mid);
}
.has-graymid-background-color:hover {
	background-color: transparent;
	color: var(--gray-mid)!important;
}
.wp-block-button__link.has-graymid-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-graymid-background-color:hover .flechenext path {
	fill: var(--gray-mid);
}

.has-graylight-background-color {
	background-color: var(--gray-light);
	border: 1px solid var(--gray-light);
}
.has-graylight-background-color:hover {
	background-color: transparent;
	color: var(--gray-light)!important;
}
.wp-block-button__link.has-graylight-background-color .flechenext path {
	fill: white;
}
.wp-block-button__link.has-graylight-background-color:hover .flechenext path {
	fill: var(--gray-light);
}

.wp-block-button .has-white-background-color {
	background-color: white!important;
	border: 1px solid white;
	color: var(--gray-light);
}
.wp-block-button .has-white-background-color:hover {
	background-color: var(--gray-light)!important;
	color: white;
}
.wp-block-button__link.has-white-background-color .flechenext path {
	fill: var(--gray-light);
}
.wp-block-button__link.has-white-background-color:hover .flechenext path {
	fill: white;
}

.wp-admin .editor-styles-wrapper :where(.wp-block-file__button),
:where(.wp-block-file__button) {
	border-radius: 3px;
	display: inline-block;
	padding: .5em 1.5em;
	background-color: var(--gray-dark)!important;
	border: 1px solid var(--gray-dark);
	transition: all 250ms ease-in-out;
}
:where(.wp-block-file__button):hover {
	background-color: transparent!important;
	color:var(--gray-dark)!important ;
}








.wp-block[data-align=left] > .wp-block-image {
    margin:.5em 1em .5em 0;
		margin-right: auto;
		width: auto!important;
}

.wp-block[data-align=right] > .wp-block-image {
    margin:.5em 0 .5em 1em;
		margin-left: auto;
		width: auto!important;
}

.wp-block[data-align=center] > .wp-block-image {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
		width: auto!important;
}





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

/* Small only */

@media screen and (max-width: 39.9375em) {


.frame.header-large {
	/*width: 100%;*/
	aspect-ratio: 1 / 1.25;
	/*position: relative;*/
	/*padding: 0;*/
	/*font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;*/
}

.frame.header-large.format-md {
/*width: 100%;*/
aspect-ratio: 1.125 / 1;
/*position: relative;*/
/*padding: 0;*/
/*font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;*/
}

.frame.header-large .swiperthumbs {
	display: none;
}

.header-large .swiper-button-next, .header-large .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: .75rem;
	color: white;
	z-index: 5;
	display: none;
}

.header-large .titlebox {
	/*padding: 1rem;*/
	width: 100%;
	bottom: 1rem;
}

.header-large.multiple .titlebox {
	/*padding: 1rem;*/
	width: 100%;
	bottom: 4rem;
}
.header-large .titlebox .title {
	font-size: 1.75rem;
}

.header-large .titlebox .text {
	display: none;
}
.header-large .titlebox .text_short {
	display: block;
	font-size: 0.875rem;
}

.header-large .titlebox .subtitle {
	font-size: .75rem;
}

.header-large .titlebox .text {
	font-size: .875rem;
}

.header-large .swiper-pagination {
	position: absolute;
	top: unset;
	bottom: 1.33rem;
	pointer-events: none;
}






.frame .sectiontitle {
		font-size: 1.75rem;
		font-weight: 900;
		border-bottom: 2px solid #333;
		padding-top: 0.5rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		line-height: normal;
		padding-bottom: 1.5rem!important;
	}
	.frame .content .title {
font-size: 1.75rem;
padding-bottom: 1rem;
margin-bottom: 0rem;
}

	.frame .content .item .title {
font-size: 1.125rem;
}
.frame .content .subject {
text-transform: uppercase;
font-size: .875rem;
margin-bottom: 1rem;
}
.frame.program-updates {
padding: 0.5rem 0 2rem;
background-color: transparent;
position: relative;
}
	.program-updates .item {
background-color: white;
display: flex;
gap: 0;
flex-direction: column;
margin-bottom: 2rem;
/* height: 100%; */
}
	.program-updates .item .date {
font-size: .75rem;

}
	.button .label, .wp-admin .button .label {
white-space: normal;
}
.morebutton {
text-align: center;
margin: 0 auto 0rem;
}
	.excerpt-read-more {
/*display: block;*/
/*clear: both;*/
margin-top: 0;
margin-bottom: 0;
/*padding: .5rem 0;*/
/*text-transform: uppercase;*/
font-size: .75rem;
/*font-weight: 600;*/
}
	
	.page-template-template-home .carousel {
background-image: url("../jpg/bg_carousel_home-2.jpg");
background-position-y: bottom;
background-repeat: repeat-x;
padding-bottom: 5rem;
background-size: 200%;
}
	
	
	.carousel .swiperframe:before {
content: '';
width: 3rem;
height: 100%;
display: block;
position: absolute;
left: 0;
background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
z-index: 2;
/*border: 1px solid #333;*/
}
	.carousel .swiperframe:after {
content: '';
/* background-color: red; */
width: 3rem;
height: 100%;
display: block;
position: absolute;
right: 0rem;
top: 0;
background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
z-index: 2;
/*border: 1px solid red;*/
}	
	
	
	.carousel .swiper {
margin-top: 0;
padding-bottom: 1rem;
/* background-color: yellow; */
margin-left: 0rem;
margin-right: 0rem;
/* opacity: 0; */
}
	.carousel .swiper-button-prev {
left: 0rem;
}
	.carousel .swiper-button-next {
right: 0rem;
}
	
	.frame.cta-section {
padding-top: 2rem;
padding-bottom: 1rem;
}
	.cta-section .button {
	width: 100%;
	margin-bottom: 2rem;
	
	}
	
	
	.recent-col .item {
margin-bottom: 2rem;
}
	.recent-col .item .thumb {
/* height: 100%; */
height: auto;
}
	
	
	.frame.oneplusthree {
background-color: transparent;
padding-bottom: 0;
}
	.oneplusthree .sectionheader .title {
border: none;
font-size: .875rem;
text-transform: uppercase;
opacity: .8;
padding-top: .5rem;
}
	.oneplusthree .older .item {
/*display: flex;*/
/*flex-direction: column;*/
/*align-items: stretch;*/
margin-bottom: 2rem;
/* height: 100%; */
/* background-color: orange; */
}
	.oneplusthree .older .item .excerpt {
		padding-bottom: 1rem;
}

.cta-footer, .off-canvas-content .cta-footer {
	padding-top: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 3rem;
	background-image: url("../jpg/cta-footer-bg-2.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 300%;
	margin-bottom: 0;
	color: var(--bluedark);
}

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

.footer[role="contentinfo"] {
	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-2.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 400%;
	/*padding: 2rem 0 15rem;*/
	/* font-size: 1.125rem; */
	padding-left: 1rem!important;
	padding-right: 1rem!important;
}

.footer[role="contentinfo"] .header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid white;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.footer[role="contentinfo"] .menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.footer[role="contentinfo"] nav[role="navigation"] {
	display: flex;
	justify-content: flex-start;
	gap: 2rem;
	border-bottom: 1px solid white;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.footer[role="contentinfo"] .social {
	display: flex;
	margin-bottom: 2rem;
}

.footer[role="contentinfo"] .email, .footer[role="contentinfo"] .phone {
	text-align: left;
	margin-bottom: .25rem;
}

.footer[role="contentinfo"] .footerlogos {
	margin-top: 1rem;
	padding-top: .5rem;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 2rem;
}

.footer[role="contentinfo"] .footerlogos img {
	width: 7rem;
}






.program-list .content .item {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	margin-bottom: 1.5rem;
}

.program-list .programs .item + .item {
	/*border-top: 1px solid #333;*/
	padding-top: 1rem;
}

.program-list .content .item .title {
	/* font-family: 'objektiv-mk3', Roboto, Arial, sans-serif; */
	font-size: 2rem!important;
	line-height: 1.2;
	padding-bottom: 0;
	margin-bottom: 1rem;
}

.program-list .item .excerpt h2 {
	font-family: 'objektiv-mk3', Roboto, Arial, sans-serif!important;
	/* font-size: 1.25rem; */
	font-weight: 500!important;
	color: var(--bluedark);
	margin-bottom: 1rem;
	font-size: 1.25rem!important;
	line-height: 1.3!important;
}

.program-list .item .excerpt p {
	font-size: 1rem;
	line-height: 1.35!important;
}

.program-list .section .sectionheader {
	padding: 0 1rem;
}

.program-list .section .intro {
	column-count: 1;
	margin-bottom: 1rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #333;
}




.single-post .article-header, .single-program .article-header, .single-event .article-header {
	aspect-ratio: 1.5 / 1!important;
	position: relative;
	margin-bottom: 1rem;
}

.single-post .article-header .thumb, .single-program .article-header .thumb, .single-event .article-header .thumb {
	/*position: absolute;*/
	aspect-ratio: 1.5 / 1!important;
	/*z-index: -1;*/
}

.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: 1rem;
}

.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: 1.75rem!important;
	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;
}






.frame.people-list .content .item .title {
	padding-bottom: .25rem;
}
.people-list .item .subtitle {
font-size: .875rem;
font-weight: 500;
padding: 0 2rem;
margin-bottom: .5rem;
}
.people-list .item {
padding-bottom: 0;
text-align: center;
/* border: 1px solid #333; */
}




.articles-list .item .thumb {
height: auto;
}









.oneplusthree .newer .item .thumb {
margin: 0;
aspect-ratio: 3 / 2;
height: auto;
margin-bottom: 1rem;
}








.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 75vw;
    -webkit-transform: translateX(75vw);
    -ms-transform: translateX(75vw);
    transform:translateX(75vw)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(75vw);
    -ms-transform: translateX(75vw);
    transform:translateX(75vw)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform:translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-75vw);
    -ms-transform: translateX(-75vw);
    transform:translateX(-75vw)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25);
    box-shadow:inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}



}
	
/* 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) {

.title {
font-size: 1rem;
font-weight: 500;
margin-bottom: .33rem;
}

.subtitle {
padding-left: 0;
font-size: .75rem;
margin-bottom: 1.5rem;
}



.morebutton {
text-align: center;
margin: 1rem auto 0rem;
}










.frame .sectiontitle {
font-size: 1.75rem;
/*font-weight: 900;*/
/*border-bottom: 2px solid #333;*/
padding-top: 1.5rem;
/*padding-bottom: .75rem;*/
margin-bottom: 1.5rem;
/*line-height: normal;*/
padding-bottom: 1.25rem!important;
}
.frame .content .subject {
text-transform: uppercase;
font-size: .9375rem;
margin-bottom: .75rem;
}
.frame .content .title {
font-size: 1.5rem;
padding-bottom: .75rem;
margin-bottom: .75rem;
}

.frame .content .item .title {
font-size: 1.125rem;
line-height: 1.4;
}








.frame.header-large {
width: 100%;
aspect-ratio: 1.75 / 1;
position: relative;
padding: 0;
font-family: 'objektiv-mk3', Roboto, Arial, sans-serif;
}
.header-large .titlebox {
/*padding: 1rem;*/
/*position: absolute;*/
/*width: 100%;*/
/* left: 10%; */
/* right: 10%; */
bottom: 2.33rem;
z-index: 2;
/* background-color: rgba(255 , 255, 255, .85); */
/* color: white; */
/* max-width: 40rem; */
/* margin: 0 auto; */
/* background-color: transparent; */
}
.header-large .titlebox .title {
/*font-family: "freight-display-pro", serif;*/
font-size: 2.5rem;
/*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;*/
/* border-bottom: 1px solid #333; */
}
.header-large .titlebox .text {
	font-size: .875rem;
}
.header-large .swiperthumbs {
/* position: absolute; */
/* background-color: rgba(254, 255, 0, 0.43); */
z-index: 2;
/* width: auto; */
height: 4.5rem;
/* width: 100%; */
padding: 0 4rem;
}
.header-large .swiperthumbs .swiper-slide {
	/*width: auto!important;*/
	/*flex-grow: 1;*/
	padding: 0 1rem;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*border-bottom: 2px solid white;*/
	/*display: none;*/
}
.header-large .swiperthumbs .title {
	font-size: 1.66vw;
}
.header-large .swiper-button-next, 
.header-large .swiper-button-prev {
/*position: absolute;*/
top: 2.4rem;
/*color: white;*/
/*z-index: 5;*/
/*display: none;*/
}





.page-template-template-home .carousel {
/*background-image: url("https://utopsie.com/work/cglr/wp-content/themes/cglr-theme/assets/images/bg_carousel_home.jpg");*/
/*background-position-y: bottom;*/
/*background-repeat: repeat-x;*/
padding-bottom: 6rem;
/*background-size: contain;*/
}





.frame.program-updates {
padding: 0.5rem 0 2.5rem;
background-color: transparent;
position: relative;
}
.program-updates .item {
background-color: white;
display: flex;
gap: 0;
flex-direction: column;
margin-bottom: 1.75rem;
/* height: 100%; */
}


.frame.cta-section {
padding-top: 2rem;
padding-bottom: 2rem;
}
.cta-section .content .title {
font-family: "freight-display-pro", serif;
font-size: 2.5rem;
padding: 0;
}
.cta-section .content .text {
	font-size: .875rem;
}
.frame.cta-section .content .thumb {
	aspect-ratio: unset;
	height: 100%;
}


.frame.oneplusthree .sectionheader .title {
border: none;
font-size: .875rem;
text-transform: uppercase;
opacity: .8;
}

.oneplusthree .categorie {
text-transform: uppercase;
font-size: .625rem;
/*font-weight: 500;*/
margin-bottom: .25rem;
}
.oneplusthree.type-event .date {
font-size: .75rem;
line-height: normal;
font-weight: 500;
display: inline-block;
padding: .125rem .66rem;
margin-bottom: 1rem;
border: 1px solid #333;
border-radius: 3px;
text-transform: uppercase;
align-self: flex-start;
}

.oneplusthree .morebutton {
	margin-top: 2rem;
}


.frame.program-list {
	
}
.frame.program-list .sectiontitle {
	margin-left: 1.66rem;
	margin-right: 1.66rem;
}
.frame.program-list .section {
	padding-left: 1.66rem;
	padding-right: 1.66rem;
}

.program-list .content .item .title {
/* font-family: 'objektiv-mk3', Roboto, Arial, sans-serif; */
font-size: 2.25rem!important;
/*padding-bottom: 0;*/
margin-bottom: 1.5rem;
}
.program-list .item .excerpt h2 {
/*font-family: 'objektiv-mk3', Roboto, Arial, sans-serif!important;*/
/* font-size: 1.25rem; */
/*font-weight: 500!important;*/
/*color: var(--bluedark);*/
margin-bottom: .75rem;
font-size: 1.125rem!important;
/*line-height: 1.4!important;*/
}
.program-list .item .excerpt p {
font-size: 1rem;
/*line-height: 1.35!important;*/
}
.program-list .item .button {
margin-top: 1rem;
}
.program-list .item .image {
	aspect-ratio: unset;
	height: 100%;
	width: 100%;
}
.program-list .item .image .thumb {
	width: 100%;
	height: 100%;
	
}
































}

/* Large and up */

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

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
			.top-bar .homelink {
			/*background-color: aqua;*/
		}
		
	.
}








