/*
Theme Name: MPavilion (24 10 17)
Description: Updated 2024 NEW STYLE
Author: Chris
Version: 1.0
*/

:root {
/*	--orange: var(--green);*/
	--orange: #84bd00;
	--green: #84bd00;
}

/* Helpers */
.grey-bg {
	background-color: #f2f2f2;
}

iframe {
	width: 100%;
}

body {
	font-size: .9em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
	opacity: 0 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

*,*:before,*:after {
  box-sizing: border-box
}

@font-face {
    font-family: 'MPAVILION';
    src: url("fonts/mpav/MPAV_TYPEFACE_V3.woff") format("woff"),url("fonts/mpav/MPAV_TYPEFACE_V3.ttf") format("truetype");
    font-style: normal;
    font-weight: bold
}

@font-face {
    font-family: 'Rotation';
    src: url("fonts/rotation/2A82AE_0_0.eot");
    src: url("fonts/rotation/2A82AE_0_0.eot?#iefix") format("embedded-opentype"),url("fonts/rotation/2A82AE_0_0.woff") format("woff"),url("fonts/rotation/2A82AE_0_0.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Rotation';
    src: url("fonts/rotation/2A82AE_1_0.eot");
    src: url("fonts/rotation/2A82AE_1_0.eot?#iefix") format("embedded-opentype"),url("fonts/rotation/2A82AE_1_0.woff") format("woff"),url("fonts/rotation/2A82AE_1_0.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Rotation';
    src: url("fonts/rotation/2A82AE_2_0.eot");
    src: url("fonts/rotation/2A82AE_2_0.eot?#iefix") format("embedded-opentype"),url("fonts/rotation/2A82AE_2_0.woff") format("woff"),url("fonts/rotation/2A82AE_2_0.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

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

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none;
	font-size: 1rem;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

blockquote h3 {
	font-size: 1.65rem;
	line-height: 1.55rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,body {
  height: 100%;
}

input:focus,select:focus,textarea:focus,button:focus,div:focus,a:focus {
    outline: none
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Rotation';
}

a {
  color: inherit
}

.copy-block .wp-caption:not(:last-child) {
	margin-bottom: 1rem;
}

.copy-block .wp-caption img:not(:last-child) {
	margin-bottom: .25rem;
}

.copy-block .wp-caption-text {
    font-size: .75rem;
    color: #999;
}

.wp-caption-text a {
    color: inherit
}

blockquote {
    border-top: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    margin: 3em auto;
    padding: 1.5em 1em 1.2em;
    color: var(--green)
}

blockquote p {
    font-size: 1.5em;
    margin-bottom: .5em;
    text-align: center;
    font-family: "MPavilion", sans-serif;
    hanging-punctuation: first;
    letter-spacing: .07em;
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: normal
}

blockquote p em {
    font-size: .75em;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Rotation", serif;
    line-height: 1.4
}

figure {
    margin: 0 0 .6em;
}

.figure__caption {
    font-style: italic;
    font-size: .6em;
    margin: 0 0 1.2em
}

.broken_link,a.broken_link {
    text-decoration: line-through
}

p:not(:last-child) {
    margin: 0 0 1em
}

b,strong {
    font-weight: bold
}

i,em {
    font-style: italic
}

h1 a,h2 a,h5 a,h3 a,nav a,.heading a,.button a,.filters a {
    text-decoration: none
}

.left-heading {
    font-size: 1rem;
    line-height: 1.2
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .type__mpav {
	font-family: "MPAVILION";
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin: 1rem 0 1rem;
}

h1:first-child,.h1:first-child,h2:first-child,.h2:first-child,h3:first-child,.h3:first-child, h4:first-child, .h4:first-child {
	margin-top: 0;
}

.left-heading h1,.left-heading h2 {
/*    color: var(--green);*/
    color: #000;
}

.table {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%
}

.turbolinks-progress-bar {
	position: fixed;
	z-index: 99999;
	background-color: var(--green);
}

main {
  padding: 85px 0 0;
	
}

main {
	transition: opacity linear .2s !important;
}
main.fadeout {
	opacity: 0 !important;
}

@media screen and (max-width: 1000px) {
	
	main {
		padding-top: 80px;
	}
	
}

.site-header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #999;
  background: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: auto;
  margin: 0;
  padding: 0 0 .5rem 0;
}

.site-header__right {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-header a {
	text-decoration: none;
	font-family: 'MPAVILION';
	text-transform: uppercase;
	font-size: 1.25em;
}

.site-header .open-search span {
  display: block
}

.site-header .logo {
	line-height: .9;
	position: relative;
	top: .25rem;
	margin-bottom: 0;
}

.site-header .logo a {
	display: inline-block;
}
.site-header .logo a:hover {
	cursor: pointer;
}

.site-header .logo svg {
  display: block;
  fill: var(--green);
}

.site-header .logo img {
	max-width: 260px;
	display: block;
}

.site-header .logo span {
	font-size: .9375rem;
	display: inline-block;
	line-height: 1;
}



.site-header nav ul li {
  display: inline-block;
  margin-right: 1.5rem;
  position: relative;
}

.site-header__program-btn a {
	background-color: var(--green);
	display: inline-block;
	color: #FFF;
	padding: .375rem 1.125rem .125rem;
	font-size: 1.125rem;
	border: 2px solid var(--green);
	position: relative;
}

.site-header__program-btn a:hover, header nav ul li.current_page_item.site-header__program-btn > a, header nav ul li.site-header__program-btn .current_page_item a, header nav ul li.current-menu-parent.site-header__program-btn>a {
	color: #000;
	background-color: transparent;
}

.site-header nav ul li.current-page-parent.menu-item-has-children>a,header nav ul li.current-menu-parent>a,header nav ul li.current_page_item>a,header nav ul li a:hover {
	color: #000;
}

nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	background: var(--green);
	height: 0px;
	transition: height .2s;
}
nav ul li a:hover::after {
	height: 4px;
}

.site-header nav ul li ul {
  position: absolute;
  padding: .75rem .875rem .875rem .875rem;
  left: -.875rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility 0s .3s;
  width: 260px;
  background-color: #FFF;
}

.site-header nav ul li.site-header__program-btn ul {
	width: calc(100% + 1.75rem);
}

.site-header nav ul li ul li {
  display: block;
  margin: 0;
}

.site-header nav ul li ul li:not(:first-child) {
	margin-top: .525rem;
}

.site-header nav ul li ul a {
	font-size: 1.25rem;
}

.site-header nav ul li.site-header__program-btn ul a {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.site-header nav ul li.children-open ul {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s .1s
}

.site-header .menu-sub-dd {
	display: none;
}


/* new menu targeting js function */
.site-header nav ul li a {
	position: relative;
	display: inline-block;
}
.site-header nav ul li a.currentPage, .site-header nav ul li a.childIsCurrent {
/*	color: var(--green);*/
	color: #000;
	position: relative;
	display: inline-block;
}
.site-header nav ul li a.currentPage::after,
.site-header nav ul li a.childIsCurrent::after {
	height: 2px;
}
.site-header nav ul li a.currentPage:hover::after,
.site-header nav ul li a.childIsCurrent:hover::after {
	height: 4px;
}
.site-header nav ul li.childIsCurrentLI .mainmenumainlink, .site-header nav ul li.currentPage .mainmenumainlink {
/*	color: var(--green); */
	color: #000;
}

.site-header__wrap {
	padding-top: 1em;
}

@media screen and (max-width: 900px) {
	.site-header nav ul li a.currentPage, .site-header nav ul li a.childIsCurrent, .site-header nav ul li a.currentPage:hover, .site-header nav ul li a.childIsCurrent:hover {
		color: #000;border-color: #fff;
	}
	.site-header nav ul li a.childIsCurrent, .site-header nav ul li a.currentPage {
		border-color: #FFFFFF;
	}
	.site-header nav ul li.childIsCurrentLI .mainmenumainlink, .site-header nav ul li.currentPage .mainmenumainlink, .site-header nav ul li.childIsCurrentLI .mainmenumainlink:hover, .site-header nav ul li.currentPage .mainmenumainlink:hover {
		color: #000;
		border-color: #FFFFFF;
	}
	.site-header nav ul li a.childIsCurrent, .site-header nav ul li a.currentPage {
/*		filter: invert(1);*/
		border-bottom: 2px solid #fff;
	}
}

@media screen and (max-width: 1100px) {
	
	.site-header .logo svg, .site-header .logo img {
	  width: 240px;
	  height: 51px;
	}
	
	.site-header .logo span {
		font-size: 1rem; 
	}
	
	.site-header nav ul li {
		margin-right: 1rem;
	}
	
	.site-header nav a {
		font-size: 1.125rem;
	}
	
}

@media screen and (max-width: 1000px) {
	
	.site-header .logo svg {
	  width: 200px;
	  height: 37px;
	}
	
	.site-header .logo span {
		font-size: .85rem;
		line-height: 1.05;
	}
	
	.site-header nav a {
		font-size: 1rem;
	}
	
}

@media (max-width: 56.25em) {
	
	.site-header__wrap {
		padding-top: 0;
	}
	
	.searchform form {
	  width: 100%;
	}
	
	.site-header .logo svg {
	  width: 200px;
	  height: 37px;
	}
	
	.site-header .logo span {
		font-size: .85rem; 
		line-height: 1.05;
	}
	
	.site-header nav {
	  position: absolute;
	  width: 100%;
	  padding: 0;
	  height: calc(100vh - 100%);
	  top: 100%;
	  display: block;
	  left: 0;
	  background-color: var(--green);
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	  z-index: 99999;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: all .25s ease;
	  transition: all .25s ease;
	  pointer-events: none; /* No interaction unless open */
	}
	
	.site-header--menu-active nav {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	
	.site-header nav a {
		font-size: 1.5rem;
	}
	
	.site-header nav ul li ul a {
		font-size: 1.25rem;
	}
	
	.site-header nav ul {
		padding: 1.5rem;
	}
	
	.site-header nav ul li {
		display: block;
		margin: 0;
	}
	
	.site-header nav ul li:not(:first-child) {
		margin-top: 1rem;
	}
	
	.site-header nav ul .site-header__program-btn a {
		border-color: #FFF;
		text-align: center;
	}
	
	.site-header nav ul li a {
		display: block;
		border-bottom: 2px solid #000;
		padding-bottom: .5em;
	}
	
	.site-header .menu-sub-dd {
		display: block;
		width: 32px;
		height: 36px;
		position: absolute;
		z-index: 2;
		right: 0;
		top: 0;
	}
	
	.site-header .menu-sub-dd:after {
		content: '';
		background-image: url(images/up-down-swatch.svg);
		position: absolute;
		top: .5rem;
		right: 0;
		height: 18px;
		width: 18px;
		background-size: 18px auto;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 3;
		-webkit-transition: all .25s ease;
	  transition: all .25s ease;
	}
	
	.site-header .children-open .menu-sub-dd:after {
		-webkit-transform: rotate(.5turn);
		transform: rotate(.5turn);
	}
	
	.site-header .site-header__program-btn .menu-sub-dd {
		background-color: #FFF;
		width: 42px;
		height: 48px;
	}
	
	.site-header .site-header__program-btn .menu-sub-dd:after {
		right: .675rem;
    top: .9375rem;
	}
	
	.site-header nav ul li ul.sub-menu {
	  position: relative;
	  padding: 0 0 0 0;
	  max-height: 0;
	  opacity: 1;
	  visibility: visible;
	  transition: max-height .5s;
	  overflow: hidden;
	  width: 100%;
	  background-color: transparent;
	  left: 0;
	}
	
	.site-header nav ul li ul.sub-menu li {
	  margin: .5rem 0 0;
	}
	
	.site-header nav ul li.current-page-parent.menu-item-has-children>a, .site-header nav ul li.current-menu-parent>a, .site-header nav ul li.current_page_item>a, .site-header nav ul li a:hover {
	  color: #000
	}
	
	.site-header nav ul li.children-open ul.sub-menu {
	  	max-height: 30em;
		margin-top: .5em;
	}
	
	.site-header nav ul li:not(.site-header__program-btn) .sub-menu a:not(.currentPage) {
		border-bottom: none;
	}
	
}

.noticeBar {
	height: 40px;
    background: #F26552;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1;
    font-size: 18px;
    line-height: 1;
    padding: 11px 0 0;
    color: #fff;
    font-family: "MPAVILION";
    font-weight: bold;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.header-subform-open header {
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
}

.header-subform-open.header-subform-closed header {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-subform-open.header-bottom header {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.searchform {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: var(--green);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 2;
    display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
    z-index: 4;
}

.searchform form {
    position: relative
}

.searchform input {
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 0 2em 0 0;
    font-family: "MPAVILION";
    font-weight: bold;
    letter-spacing: .02em;
    text-transform: uppercase
}

.searchform input::-webkit-input-placeholder {
  color: #1C1C1C;
}

.searchform input:-moz-placeholder {
  color: #1C1C1C;
  font-family: "MPAVILION";
  font-weight: bold;
  letter-spacing: .02em;
  text-transform: uppercase
}

.searchform input::-moz-placeholder {
  color: #1C1C1C;
  font-family: "MPAVILION";
  font-weight: bold;
  letter-spacing: .02em;
  text-transform: uppercase
}

.searchform input:-ms-input-placeholder {
  color: #1C1C1C;
  font-family: "MPAVILION";
  font-weight: bold;
  letter-spacing: .02em;
  text-transform: uppercase
}

.searchform input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 0
}

::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity .3s;
  color: #000
}

:-moz-placeholder {
  opacity: 1;
  transition: opacity .3s;
  color: #000
}

::-moz-placeholder {
  opacity: 1;
  transition: opacity .3s;
  color: #000
}

:-ms-input-placeholder {
  opacity: 1;
  transition: opacity .3s;
  color: #000
}

input:focus::-webkit-input-placeholder {
  opacity: 0
}

input:focus:-moz-placeholder {
  opacity: 0
}

input:focus::-moz-placeholder {
  opacity: 0
}

input:focus:-ms-input-placeholder {
  opacity: 0
}

.search-open .searchform {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

/*.IIV::-webkit-media-controls-play-button,.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px
}

.page-contents {
    background: #fff;
    position: relative
}*/

.events-slider {
    margin: 0 0 40px;
    visibility: hidden
}

.events-slider.slick-initialized {
    visibility: visible
}

.events-slider .slide {
    width: 350px;
    margin: 0 20px
}

.events-slider .slide img {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    display: block
}

.events-slider .slide .heading {
    text-align: left;
    transition: color .3s
}

.events-slider .slide .heading .cat {
    color: var(--green)
}

.events-slider .slide time {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: left
}

.events-slider .slick-prev,.events-slider .slick-next {
    opacity: 0;
    transition: opacity .3s
}

.events-slider:hover .slick-prev,.events-slider:hover .slick-next {
    opacity: 1
}

.wp-caption {
    max-width: 100% !important
}

.page-default {
    width: 82.9545454545%;
    margin: 0 auto;
    padding: 95px 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.page-default:after {
    content: " ";
    display: block;
    clear: both
}

.page-default .left-heading {
    width: 30.8219178082%;
    float: left;
    margin-right: 2.6666666667%
}

.page-default .content {
    width: 58.904109589%;
    float: right;
    margin-right: 0
}

.page-default .content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 18px
}


.partners-wrap {
    width: 82.9545454545%;
    margin: 0 auto;
    padding: 95px 0
}

.partners-wrap h1 {
/*    color: var(--green);*/
	color: #000;
}

.partners-wrap .partner-type {
    overflow: hidden;
    border-top: 3px solid var(--green);
    padding: 30px 0
}

.partners-wrap h3 {
    width: 20.5479452055%;
    float: left;
    margin-right: 2.6666666667%
}

.partners-wrap ul {
    width: 69.1780821918%;
    float: right;
    margin-right: 0
}

.partners-wrap ul li {
    width: 16.8316831683%;
    margin: 0 3.9603960396% 0 0;
    display: inline-block;
    vertical-align: middle
}

.partners-wrap ul li.logos {
    margin: 0 3.9603960396% 40px 0
}

.partners-wrap ul li:nth-child(5n+5) {
    margin-right: 0
}

.partners-wrap ul li img,.partners-wrap ul li a {
    max-width: 100%;
    max-height: 150px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto
}

.partners-wrap .collaborators ul {
    -webkit-columns: 3;
    columns: 3
}

.partners-wrap .collaborators ul li {
    width: auto;
    vertical-align: top;
    display: block;
    column-break-inside: avoid;
    text-align: center;
    margin: 0 0 30px
}

.share-buttons {
	display: flex;
	align-items: center;
	border-top: 1px solid #DDD;
	padding-top: 1rem;
	margin-top: 1rem;
}

.share-buttons span, .share-buttons ul {
  display: inline-block;
  vertical-align: middle;
}

.copy-block .share-buttons ul {
  margin: -.25rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.share-buttons ul li {
  margin-left: 1rem;
}

.share-buttons ul li a {
  display: block;
  border-bottom: none;
}

.share-buttons svg {
	fill: #000;
	display: block;
}

.share-buttons a:hover svg {
	fill: var(--green);
}

.program-single__sb-date-online {
	display: block;
  position: absolute;
  right: .125rem;
  top: .1rem;
  width: 1.325rem;
  height: auto;
}

.page-banner {
  height: calc(100vh - 340px);
  min-height: 850px;
  position: relative;
  background: #F1F2F2
}

.mapwrap {
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 0 1em
}

#map, #map-all {
    width: 100%;
    height: 100%;
    position: absolute
}


@media (max-width: 56.25em) {

    .container {
        padding: 0 25px
    }

    .page-banner {
        min-height: 0;
        height: 100vh
    }

    .visit .page-banner {
        height: 100vw
    }

    .home .page-contents {
        padding-top: 0
    }

    .pagination.button {
        font-size: 12px;
        line-height: 32px;
        height: 32px
    }

    .page-default,.page-default .left-heading,.page-default .content {
        width: 100%;
        float: none;
        margin: 0
    }

    .page-default .left-heading {
        padding-top: 40px
    }

    .page-default {
        padding: 0;
		margin-bottom: 2em;
        overflow: hidden
    }

    .header-subscribe {
        height: 60px;
        font-size: 16px
    }

    .header-subscribe .container {
        margin: 8px 0 0
    }

    .header-subscribe span {
        margin: 0 15px 0 0;
        width: 205px
    }

    .header-subscribe form {
        width: 220px;
        margin: 0 auto
    }

    .header-subscribe form input {
        font-size: 16px
    }

    .header-subscribe form input::-webkit-input-placeholder {
        font-size: 16px
    }

    .header-subscribe form input:-moz-placeholder {
        font-size: 16px
    }

    .header-subscribe form input::-moz-placeholder {
        font-size: 16px
    }

    .header-subscribe form input:-ms-input-placeholder {
        font-size: 16px
    }

    .header-subscribe .close-subscribe {
        top: 7px;
        right: 16px;
        width: 30px;
        height: 30px
    }

    .header-subscribe .close-subscribe svg {
        width: 12px;
        height: 12px;
        top: 9px;
        left: 9px;
        position: absolute;
        display: block
    }

    .header-subform-open header {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    .social-feed-container {
        width: 280px;
        height: 595px !important
    }

    .social-feed-container .brick.instagram.large,.social-feed-container .stamp {
        width: 280px;
        height: 280px
    }

    .social-feed-container .brick.instagram {
        width: 135px;
        height: 135px
    }

    .header-subscribe,.header-bottom.ready .header-subscribe {
        display: block
    }

    .page-intro,.page-intro .left-heading,.page-intro .content,.colabs-wrap,.colabs-wrap .collaborator,.press-timeframe,.program-date-heading {
        width: 100%;
        float: none
    }

    .page-intro {
        padding: 0 0 25px
    }

    .colabs-wrap .collaborator:nth-child(4n+1),.colabs-wrap .collaborator:nth-child(4n+2),.colabs-wrap .collaborator:nth-child(4n+3),.colabs-wrap .collaborator:nth-child(4n+4),.downloads .wrap div {
        margin: 0 0 25px
    }

    .cta-blocks-wrap {
        width: 100%
    }

    .cta-blocks-wrap .block {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 25px;
        padding: 25px
    }

    .press-heading {
        height: 55px
    }

    .press-heading a {
        font-size: 24px;
        line-height: 55px
    }

    .press-heading a svg {
        width: 25px;
        top: 21px
    }

    .sort-press {
        display: none
    }

    .press-item span.publication,.press-item span.date,.sort-press span.title,.press-item span.title,.downloads .wrap,.downloads .wrap div:nth-child(2n+1),.downloads .wrap div,.program-blocks {
        left: auto;
        position: relative;
        width: 100%
    }

    .press-item {
        padding: 1em 0;
        font-size: 10px;
        line-height: 12px
    }

    .press-item span {
        padding: 0
    }

    .press-item span.publication,.press-item span.date {
        font-style: italic;
        display: inline-block;
        width: auto
    }

    #prev {
        margin: -30px 0 0 -145px
    }

    #next {
        margin: -30px 0 0 120px
    }

    .profile {
        width: 100%
    }

    .intro {
        width: 100%;
        padding: 55px 0
    }

    .whats-on {
        padding: 70px 0;
        height: auto
    }

    .events-slider .slide {
        width: 270px
    }

    .button-wrap {
        position: relative;
        bottom: auto
    }

    .button {
        font-size: 12px;
        line-height: 32px;
        height: 32px
    }

    .wominjeka {
        padding: 70px 0
    }

    .wominjeka .content {
        width: 100%
    }

    .sort .filters {
        padding: 20px 15px 10px;
        text-align: left
    }

    .sort .filters li {
        margin: 0 5px 10px;
        font-size: 24px
    }

    .library-index {
        padding-top: 50px
    }

    .social-news {
        display: none
    }

    .left-heading .news-heading {
        height: auto;
        margin: 0 0 1.5em
    }

    .popup .inner {
        width: 270px;
        margin: -116px 0 0 -135px
    }

    .popup .title {
        font-size: 24px;
        line-height: 1
    }

    .popup.newsletter .title {
        padding: 20px;
        text-align: left
    }

    .popup.newsletter .title .h2 {
        margin: 5px 0 0
    }

    .popup form input {
        font-size: 12px;
        padding: 5px;
        line-height: 12px;
        height: 24px
    }

    .popup form input::-webkit-input-placeholder {
        font-size: 12px
    }

    .popup form input:-moz-placeholder {
        font-size: 12px
    }

    .popup form input::-moz-placeholder {
        font-size: 12px
    }

    .popup form input:-ms-input-placeholder {
        font-size: 12px
    }

    .popup form button {
        height: 24px;
        line-height: 24px
    }

    .popup.follow-us span {
        display: block
    }

    .popup.follow-us .title {
        padding: 34px 0 0;
        font-size: 24px;
        margin: 0 0 2px
    }

    .popup.follow-us .subheading {
        font-size: 14px;
        display: block;
        margin: 0 0 20px
    }

    .popup.follow-us ul {
        text-align: center
    }

    .popup.follow-us ul li {
        width: 55px;
        margin: 0 5px;
        display: inline-block
    }

    .popup.follow-us ul li a {
        font-size: 10px;
        text-decoration: none
    }

    .popup.follow-us ul li a i {
        font-size: 16px
    }

    .loading-takeover svg {
        width: calc(100% - 50px);
        margin: 0 25px
    }

    .partners-wrap {
        width: 100%;
        padding: 40px 0 0
    }

    .partners-wrap .partner-type {
        padding: 20px 0
    }

    .partners-wrap h3,.partners-wrap ul {
        width: 100%;
        margin: 0;
    }

    .partners-wrap ul li {
        font-size: 14px;
        line-height: 19px
    }

    .partner-type.collaborators ul {
        -webkit-columns: 1;
        columns: 1
    }

    .related-talks {
        margin: 40px 0 0
    }

    .related-talks .inner {
        padding: 30px 0 0
    }

    .related-talks .inner .library-index {
        width: 100%;
        padding: 25px 0 0
    }

    .related-talks .inner .library-index .article {
        width: 46.4285714286%;
        float: left
    }

    .related-talks .inner .library-index .article:nth-child(2n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .related-talks .inner .library-index .article:nth-child(2n+2) {
        margin-left: 53.5714285714%;
        margin-right: -100%;
        clear: none
    }

    .search-results-wrap {
        padding: 40px 0
    }

    .results-grid {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .results-grid:after {
        content: " ";
        display: block;
        clear: both
    }

    .results-grid .result-block:nth-child(3n+1),.results-grid .result-block:nth-child(3n+2),.results-grid .result-block:nth-child(3n+3) {
        width: 100%;
        float: none;
        margin: 0 0 50px
    }

    .page-sitemap {
        width: 100%
    }

    .page-sitemap .col {
        display: block;
        width: 100%;
        margin: 0 0 1em
    }

    .whats-on .program-blocks {
        padding: 40px 25px 0
    }
}

@media screen and (max-width: 550px) {
    .header-subscribe span {
        display:none
    }
}

@media screen and (max-width: 480px) {
    .library-index,.library-index .article {
        width:100%;
        width: 100%
    }

    .library-index .article:nth-child(2n+1),.library-index .article:nth-child(2n+2),.library-index .article:nth-child(2n+3),.library-index .article:nth-child(2n+4) {
        margin: 0 0 50px;
        float: none
    }
}

/* TAKT */
.row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 1200px;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
}
.row.reverse{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.col.reverse{
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
.col{
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	padding-right:.5rem;
	padding-left:.5rem;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	max-width:100%
}
.col--no-padding {
	padding-left: 0;
	padding-right: 0;
}
.col-xs{
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	max-width:100%
}
.col-xs-1{
	-ms-flex-preferred-size:8.33333333%;
	flex-basis:8.33333333%;
	max-width:8.33333333%
}
.col-xs-2{
	-ms-flex-preferred-size:16.66666667%;
	flex-basis:16.66666667%;
	max-width:16.66666667%
}
.col-xs-3{
	-ms-flex-preferred-size:25%;
	flex-basis:25%;
	max-width:25%
}
.col-xs-4{
	-ms-flex-preferred-size:33.33333333%;
	flex-basis:33.33333333%;
	max-width:33.33333333%
}
.col-xs-5{
	-ms-flex-preferred-size:41.66666667%;
	flex-basis:41.66666667%;
	max-width:41.66666667%
}
.col-xs-6{
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	max-width:50%
}
.col-xs-7{
	-ms-flex-preferred-size:58.33333333%;
	flex-basis:58.33333333%;
	max-width:58.33333333%
}
.col-xs-8{
	-ms-flex-preferred-size:66.66666667%;
	flex-basis:66.66666667%;
	max-width:66.66666667%
}
.col-xs-9{
	-ms-flex-preferred-size:75%;
	flex-basis:75%;
	max-width:75%
}
.col-xs-10{
	-ms-flex-preferred-size:83.33333333%;
	flex-basis:83.33333333%;
	max-width:83.33333333%
}
.col-xs-11{
	-ms-flex-preferred-size:91.66666667%;
	flex-basis:91.66666667%;
	max-width:91.66666667%
}
.col-xs-12{
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	max-width:100%
}
.col-xs-offset-0{
	margin-left:0
}
.col-xs-offset-1{
	margin-left:8.33333333%
}
.col-xs-offset-2{
	margin-left:16.66666667%
}
.col-xs-offset-3{
	margin-left:25%
}
.col-xs-offset-4{
	margin-left:33.33333333%
}
.col-xs-offset-5{
	margin-left:41.66666667%
}
.col-xs-offset-6{
	margin-left:50%
}
.col-xs-offset-7{
	margin-left:58.33333333%
}
.col-xs-offset-8{
	margin-left:66.66666667%
}
.col-xs-offset-9{
	margin-left:75%
}
.col-xs-offset-10{
	margin-left:83.33333333%
}
.col-xs-offset-11{
	margin-left:91.66666667%
}
.start-xs{
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	text-align:start
}
.center-xs{
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center
}
.end-xs{
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:end
}
.top-xs{
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start
}
.middle-xs{
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.bottom-xs{
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end
}
.around-xs{
	-ms-flex-pack:distribute;
	justify-content:space-around
}
.between-xs{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.first-xs{
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1
}
.last-xs{
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}
@media only screen and (min-width:56.3125em){
	
	.row {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.col {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.row--sm-padding {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.col--sm-padding {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.col-sm{
			-webkit-box-flex:1;
			-ms-flex-positive:1;
			flex-grow:1;
			-ms-flex-preferred-size:0;
			flex-basis:0;
			max-width:100%
	}
	.col-sm-1{
			-ms-flex-preferred-size:8.33333333%;
			flex-basis:8.33333333%;
			max-width:8.33333333%
	}
	.col-sm-2{
			-ms-flex-preferred-size:16.66666667%;
			flex-basis:16.66666667%;
			max-width:16.66666667%
	}
	.col-sm-3{
			-ms-flex-preferred-size:25%;
			flex-basis:25%;
			max-width:25%
	}
	.col-sm-4{
			-ms-flex-preferred-size:33.33333333%;
			flex-basis:33.33333333%;
			max-width:33.33333333%
	}
	.col-sm-5{
			-ms-flex-preferred-size:41.66666667%;
			flex-basis:41.66666667%;
			max-width:41.66666667%
	}
	.col-sm-6{
			-ms-flex-preferred-size:50%;
			flex-basis:50%;
			max-width:50%
	}
	.col-sm-7{
			-ms-flex-preferred-size:58.33333333%;
			flex-basis:58.33333333%;
			max-width:58.33333333%
	}
	.col-sm-8{
			-ms-flex-preferred-size:66.66666667%;
			flex-basis:66.66666667%;
			max-width:66.66666667%
	}
	.col-sm-9{
			-ms-flex-preferred-size:75%;
			flex-basis:75%;
			max-width:75%
	}
	.col-sm-10{
			-ms-flex-preferred-size:83.33333333%;
			flex-basis:83.33333333%;
			max-width:83.33333333%
	}
	.col-sm-11{
			-ms-flex-preferred-size:91.66666667%;
			flex-basis:91.66666667%;
			max-width:91.66666667%
	}
	.col-sm-12{
			-ms-flex-preferred-size:100%;
			flex-basis:100%;
			max-width:100%
	}
	.col-sm-offset-0{
			margin-left:0
	}
	.col-sm-offset-1{
			margin-left:8.33333333%
	}
	.col-sm-offset-2{
			margin-left:16.66666667%
	}
	.col-sm-offset-3{
			margin-left:25%
	}
	.col-sm-offset-4{
			margin-left:33.33333333%
	}
	.col-sm-offset-5{
			margin-left:41.66666667%
	}
	.col-sm-offset-6{
			margin-left:50%
	}
	.col-sm-offset-7{
			margin-left:58.33333333%
	}
	.col-sm-offset-8{
			margin-left:66.66666667%
	}
	.col-sm-offset-9{
			margin-left:75%
	}
	.col-sm-offset-10{
			margin-left:83.33333333%
	}
	.col-sm-offset-11{
			margin-left:91.66666667%
	}
	.start-sm{
			-webkit-box-pack:start;
			-ms-flex-pack:start;
			justify-content:flex-start;
			text-align:start
	}
	.center-sm{
			-webkit-box-pack:center;
			-ms-flex-pack:center;
			justify-content:center;
			text-align:center
	}
	.end-sm{
			-webkit-box-pack:end;
			-ms-flex-pack:end;
			justify-content:flex-end;
			text-align:end
	}
	.top-sm{
			-webkit-box-align:start;
			-ms-flex-align:start;
			align-items:flex-start
	}
	.middle-sm{
			-webkit-box-align:center;
			-ms-flex-align:center;
			align-items:center
	}
	.bottom-sm{
			-webkit-box-align:end;
			-ms-flex-align:end;
			align-items:flex-end
	}
	.around-sm{
			-ms-flex-pack:distribute;
			justify-content:space-around
	}
	.between-sm{
			-webkit-box-pack:justify;
			-ms-flex-pack:justify;
			justify-content:space-between
	}
	.first-sm{
			-webkit-box-ordinal-group:0;
			-ms-flex-order:-1;
			order:-1
	}
	.last-sm{
			-webkit-box-ordinal-group:2;
			-ms-flex-order:1;
			order:1
	}
}
@media only screen and (min-width:64em){
	.col-md{
			-webkit-box-flex:1;
			-ms-flex-positive:1;
			flex-grow:1;
			-ms-flex-preferred-size:0;
			flex-basis:0;
			max-width:100%
	}
	.col-md-1{
			-ms-flex-preferred-size:8.33333333%;
			flex-basis:8.33333333%;
			max-width:8.33333333%
	}
	.col-md-2{
			-ms-flex-preferred-size:16.66666667%;
			flex-basis:16.66666667%;
			max-width:16.66666667%
	}
	.col-md-3{
			-ms-flex-preferred-size:25%;
			flex-basis:25%;
			max-width:25%
	}
	.col-md-4{
			-ms-flex-preferred-size:33.33333333%;
			flex-basis:33.33333333%;
			max-width:33.33333333%
	}
	.col-md-5{
			-ms-flex-preferred-size:41.66666667%;
			flex-basis:41.66666667%;
			max-width:41.66666667%
	}
	.col-md-6{
			-ms-flex-preferred-size:50%;
			flex-basis:50%;
			max-width:50%
	}
	.col-md-7{
			-ms-flex-preferred-size:58.33333333%;
			flex-basis:58.33333333%;
			max-width:58.33333333%
	}
	.col-md-8{
			-ms-flex-preferred-size:66.66666667%;
			flex-basis:66.66666667%;
			max-width:66.66666667%
	}
	.col-md-9{
			-ms-flex-preferred-size:75%;
			flex-basis:75%;
			max-width:75%
	}
	.col-md-10{
			-ms-flex-preferred-size:83.33333333%;
			flex-basis:83.33333333%;
			max-width:83.33333333%
	}
	.col-md-11{
			-ms-flex-preferred-size:91.66666667%;
			flex-basis:91.66666667%;
			max-width:91.66666667%
	}
	.col-md-12{
			-ms-flex-preferred-size:100%;
			flex-basis:100%;
			max-width:100%
	}
	.col-md-offset-0{
			margin-left:0
	}
	.col-md-offset-1{
			margin-left:8.33333333%
	}
	.col-md-offset-2{
			margin-left:16.66666667%
	}
	.col-md-offset-3{
			margin-left:25%
	}
	.col-md-offset-4{
			margin-left:33.33333333%
	}
	.col-md-offset-5{
			margin-left:41.66666667%
	}
	.col-md-offset-6{
			margin-left:50%
	}
	.col-md-offset-7{
			margin-left:58.33333333%
	}
	.col-md-offset-8{
			margin-left:66.66666667%
	}
	.col-md-offset-9{
			margin-left:75%
	}
	.col-md-offset-10{
			margin-left:83.33333333%
	}
	.col-md-offset-11{
			margin-left:91.66666667%
	}
	.start-md{
			-webkit-box-pack:start;
			-ms-flex-pack:start;
			justify-content:flex-start;
			text-align:start
	}
	.center-md{
			-webkit-box-pack:center;
			-ms-flex-pack:center;
			justify-content:center;
			text-align:center
	}
	.end-md{
			-webkit-box-pack:end;
			-ms-flex-pack:end;
			justify-content:flex-end;
			text-align:end
	}
	.top-md{
			-webkit-box-align:start;
			-ms-flex-align:start;
			align-items:flex-start
	}
	.middle-md{
			-webkit-box-align:center;
			-ms-flex-align:center;
			align-items:center
	}
	.bottom-md{
			-webkit-box-align:end;
			-ms-flex-align:end;
			align-items:flex-end
	}
	.around-md{
			-ms-flex-pack:distribute;
			justify-content:space-around
	}
	.between-md{
			-webkit-box-pack:justify;
			-ms-flex-pack:justify;
			justify-content:space-between
	}
	.first-md{
			-webkit-box-ordinal-group:0;
			-ms-flex-order:-1;
			order:-1
	}
	.last-md{
			-webkit-box-ordinal-group:2;
			-ms-flex-order:1;
			order:1
	}
}
@media only screen and (min-width:75em){
	.col-lg{
			-webkit-box-flex:1;
			-ms-flex-positive:1;
			flex-grow:1;
			-ms-flex-preferred-size:0;
			flex-basis:0;
			max-width:100%
	}
	.col-lg-1{
			-ms-flex-preferred-size:8.33333333%;
			flex-basis:8.33333333%;
			max-width:8.33333333%
	}
	.col-lg-2{
			-ms-flex-preferred-size:16.66666667%;
			flex-basis:16.66666667%;
			max-width:16.66666667%
	}
	.col-lg-3{
			-ms-flex-preferred-size:25%;
			flex-basis:25%;
			max-width:25%
	}
	.col-lg-4{
			-ms-flex-preferred-size:33.33333333%;
			flex-basis:33.33333333%;
			max-width:33.33333333%
	}
	.col-lg-5{
			-ms-flex-preferred-size:41.66666667%;
			flex-basis:41.66666667%;
			max-width:41.66666667%
	}
	.col-lg-6{
			-ms-flex-preferred-size:50%;
			flex-basis:50%;
			max-width:50%
	}
	.col-lg-7{
			-ms-flex-preferred-size:58.33333333%;
			flex-basis:58.33333333%;
			max-width:58.33333333%
	}
	.col-lg-8{
			-ms-flex-preferred-size:66.66666667%;
			flex-basis:66.66666667%;
			max-width:66.66666667%
	}
	.col-lg-9{
			-ms-flex-preferred-size:75%;
			flex-basis:75%;
			max-width:75%
	}
	.col-lg-10{
			-ms-flex-preferred-size:83.33333333%;
			flex-basis:83.33333333%;
			max-width:83.33333333%
	}
	.col-lg-11{
			-ms-flex-preferred-size:91.66666667%;
			flex-basis:91.66666667%;
			max-width:91.66666667%
	}
	.col-lg-12{
			-ms-flex-preferred-size:100%;
			flex-basis:100%;
			max-width:100%
	}
	.col-lg-offset-0{
			margin-left:0
	}
	.col-lg-offset-1{
			margin-left:8.33333333%
	}
	.col-lg-offset-2{
			margin-left:16.66666667%
	}
	.col-lg-offset-3{
			margin-left:25%
	}
	.col-lg-offset-4{
			margin-left:33.33333333%
	}
	.col-lg-offset-5{
			margin-left:41.66666667%
	}
	.col-lg-offset-6{
			margin-left:50%
	}
	.col-lg-offset-7{
			margin-left:58.33333333%
	}
	.col-lg-offset-8{
			margin-left:66.66666667%
	}
	.col-lg-offset-9{
			margin-left:75%
	}
	.col-lg-offset-10{
			margin-left:83.33333333%
	}
	.col-lg-offset-11{
			margin-left:91.66666667%
	}
	.start-lg{
			-webkit-box-pack:start;
			-ms-flex-pack:start;
			justify-content:flex-start;
			text-align:start
	}
	.center-lg{
			-webkit-box-pack:center;
			-ms-flex-pack:center;
			justify-content:center;
			text-align:center
	}
	.end-lg{
			-webkit-box-pack:end;
			-ms-flex-pack:end;
			justify-content:flex-end;
			text-align:end
	}
	.top-lg{
			-webkit-box-align:start;
			-ms-flex-align:start;
			align-items:flex-start
	}
	.middle-lg{
			-webkit-box-align:center;
			-ms-flex-align:center;
			align-items:center
	}
	.bottom-lg{
			-webkit-box-align:end;
			-ms-flex-align:end;
			align-items:flex-end
	}
	.around-lg{
			-ms-flex-pack:distribute;
			justify-content:space-around
	}
	.between-lg{
			-webkit-box-pack:justify;
			-ms-flex-pack:justify;
			justify-content:space-between
	}
	.first-lg{
			-webkit-box-ordinal-group:0;
			-ms-flex-order:-1;
			order:-1
	}
	.last-lg{
			-webkit-box-ordinal-group:2;
			-ms-flex-order:1;
			order:1
	}
}

hr {
	border: none;
	border-top: 1px solid #f2f2f2;
	margin: 1.5rem 0;
}

hr:last-child {
	margin-bottom: 0;
}

.grey-bg hr {
	border-color: #ddd;
}

.copy-block hr:not(:first-child) {
	margin-top: 0;
}

button, input, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border-radius: 0;
	border: none;
	padding: 0;
	text-align: left;
}

a, svg, button {
	-webkit-transition: all .25s;
	transition: all .25s;
}

.no-scroll {
	overflow: hidden;
}

.type__rotat, .copy-block .type__rotat {
  font-family: 'Rotation';
  text-transform: none;
	font-weight: unset !important;
}

.type__reg, .copy-block .type__reg {
	font-weight: 400;
}

.type__p, .copy-block .type__p {
	font-size: 1rem;
}

h1, .h1 {
  font-size: 3.25rem;
  line-height: 1;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 56.65em) {
	.mob-banner-h1 {
		font-size: 3rem !important;
		line-height: 1;
	}
}
@media (max-width: 700px) {
	.mob-banner-h1 {
		font-size: 2rem !important;
		line-height: 1;
	}
}

h3, .h3 {
  font-size: 1.35rem;
  color: #000;
  line-height: 1;
}

h3larger, .h3larger {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.15rem;
	line-height: 1.3;
}

.copy-block p:not(:last-child), .copy-block .type__p:not(:last-child), .copy-block h2:not(:last-child), .copy-block .h2:not(:last-child), .copy-block h3:not(:last-child), .copy-block .h3:not(:last-child), .copy-block h5:not(:last-child), .copy-block .h5:not(:last-child), .copy-block h6:not(:last-child), .copy-block h6:not(:last-child), .copy-block ul:not(:last-child), .copy-block ol:not(:last-child) {
	margin-bottom: 1rem;
}

.type__org, .copy-block h1 strong, .copy-block h2 strong, .copy-block h3 strong, .copy-block h4 strong {
/*	color: var(--green);*/
	color: #000;
}

.wp-caption-text {
	font-size: .875rem;
	color: #565656;
	margin-bottom: 1em;
}

.copy-block p {
/*	font-size: .875em;*/
}


.copy-block ul, .copy-block li {
  margin-bottom: 1rem;
  list-style-type: none;
}


.copy-block li:before {
  content: " ";
/*  background-color: var(--green);*/
  background-color: #000;
  margin-left: -30px;
  margin-right: 7px;
  font-weight: 800;
  height: 3px;
  width: 15px;
  display: inline-block;
  position: absolute;
  margin-top: 8px;
}

.copy-block .news-listing__item-share li, .share-buttons li {
  margin-bottom: 2px;
}
.copy-block .news-listing__item-share li:before, .share-buttons li:before {
  display: none !important;
  /* to dash's showing up over the social media text entries */
}

.copy-block ul, .copy-block ol {
	padding: 0 0 0 2rem;
}

.copy-block ul {
	list-style: disc;
}

.copy-block ol {
	list-style: decimal;
}

.type__center {
	text-align: center;
}

.block__seperator {
	position: relative;
}

.block__seperator:before {
	content: '';
	position: absolute;
	left: 2.5rem;
	right: 2.5rem;
	height: 1px;
	background-color: #f2f2f2;
	top: 0;
}

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

button, .btn-1, .btn-2 {
	font-size: 1rem;
}

.button-larger, .btn-3, .btn-4 {
	font-size: 1.375rem;
}

.btn-3, .btn-4, button, .button  {
	font-family: "MPAVILION";
	font-weight: bold;
	text-transform: uppercase;
}

.btn-1 {
	padding-right: 1.25rem;
	border-bottom: 2px solid var(--green);
	text-decoration: none;
	position: relative;
	line-height: 1;
	display: inline-block;
}

.btn-1{
	font-family: 'MPAVILION';
	font-weight: 600;
	text-transform: uppercase;
}

.btn-1:after {
	content: '';
	background-image: url('images/arrow-1.svg');
	background-position: center;
	background-size: 13px;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	pointer-events: none;
	position: absolute;
	right: .125rem;
	bottom: 0;
	top: 0;
	margin: auto 0;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.btn-1:hover {
	padding-right: 1.5rem;
}

.btn-2 {
	font-size: .875rem;
	padding-right: 1.25rem;
	border-bottom: 1px solid #000;
	text-decoration: none;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.btn-2:after {
	content: '';
	background-image: url('images/arrow-2.svg');
	background-position: center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	pointer-events: none;
	position: absolute;
	right: .125rem;
	top: .1rem;
}

.btn-2:hover {
	padding-right: 1.5rem;
}

.btn-3 {
	padding-right: 1.25rem;
	border: 2px solid var(--green);
	text-decoration: none;
	position: relative;
	line-height: 1;
	display: inline-block;
	padding: .875rem 2.375rem .6rem 1.375rem;
	text-align: left;
}

.btn-3:after {
	content: '';
	background-image: url('images/arrow-1.svg');
	background-position: center;
	background-size: 15px auto;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: .85rem;
}

.btn-3--down:after {
	background-image: url('images/arrow-3.svg');
}

.btn-3:hover {
	background-color: var(--green);
}

.btn-3.noicon {
	padding-right: 1.375rem
}
.btn-2.noicon {
	padding-right: inherit;
}

.btn-3.noicon:after, .btn-2.noicon:after {
	display: none;
}

.btn-4 {
	border: 2px solid #FFF;
	text-decoration: none;
	position: relative;
	line-height: 1;
	display: inline-block;
	padding: .675rem 1.375rem .5rem;
	text-align: center;
	background-color: #FFF;
	color: #000;
}

.btn-dark {
	border: 2px solid #000;
	text-decoration: none;
	position: relative;
	line-height: 1;
	display: inline-block;
	padding: .675rem 1.375rem .5rem;
	text-align: left;
	background-color: #000;
	color: #989898
;
}
.btn-dark:hover {
	background-color: var(--green);
	color: #000;
}
.btn-dark:after {
	content: '';
	background-image: url('images/arrow-1.svg');
	background-position: center;
	background-size: 15px auto;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: .75rem;
	filter: invert(1);
}

.btn-orange {
	font-size: 1.375rem;
	padding-right: 1.25rem;
	border: 2px solid var(--green);
	text-decoration: none;
	position: relative;
	line-height: 1;
	display: inline-block;
	padding: .675rem 1.375rem .5rem;
	text-align: left;
	background-color: var(--green);
	color: #000;
	font-family: "MPAVILION";
  	font-weight: bold;
  	text-transform: uppercase;
}
.btn-orange:hover {
	background-color: #fff;
	color: #000;
}
.btn-orange:after {
	content: '';
	background-image: url('images/arrow-1.svg');
	background-position: center;
	background-size: 15px auto;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: .75rem;
}

.btn--full {
	width: 100%;
}

.copy-block .btn-1:not(:last-child), .copy-block .btn-2:not(:last-child), .copy-block .btn-3:not(:last-child), .copy-block img:not(:last-child), .copy-block figure:not(:last-child) {
	margin-bottom: 1rem;
}

figure:last-child {
/*	margin-bottom: 0;*/
}

.slick-prev,.slick-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 43px;
  width: 22px;
  padding: .5rem;
  cursor: pointer;
}

.slick-prev svg, .slick-next svg {
	fill: #FFF;
	stroke: #FFF;
	stroke-width: 1px;
	width: 14px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.slick-next {
  right: 1.5rem;
}

.slick-prev {
  left: 1.5rem;
}

@media (max-width: 56.25em) {
/*
	
	h1, .h1 {
	  font-size: 2.5rem;
  }
	
	h2, .h2 {
	  font-size: 1.675rem;
  }
  
  h3, .h3 {
	  font-size: 1.5rem;
  }
  
  h4, .h4 {
	  font-size: 1.125rem;
  }
  
  h5, .h5 {
	  font-size: 1rem;
	}
*/
  
  .btn-3 {
	  width: 100%;
	  font-size: 1.25rem;
  }
  
  .btn-4 {
	  font-size: 1.25rem;
  }
  
  .block__seperator:before {
	  left: 1.5rem;
	  right: 1.5rem;
  }
  
  .slick-prev,.slick-next {
	  display: none !important;
	}
  
}

/* Mobile Menu */
.site-header__menu-btn {
  cursor: pointer;
  padding: 1.25rem .75rem;
  margin-right: -.75rem;
  display: none;
}

.site-header__menu-btn div {
  display: block;
  width: 1.675rem;
  height: 2px;
  background: #000;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.site-header__menu-btn div::before, .site-header__menu-btn div::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 2;
  width: 1.675rem;
  height: 2px;
  background: #000;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.site-header__menu-btn div::before {
	-webkit-transform: translateY(-.5rem);
  transform: translateY(-.5rem);
}

.site-header__menu-btn div::after {
	-webkit-transform: translateY(.5rem);
  transform: translateY(.5rem);
}

.site-header--menu-active .site-header__menu-btn div {
  background: transparent;
}

.site-header--menu-active .site-header__menu-btn div::before, .site-header--menu-active .site-header__menu-btn div::after {
	background-color: var(--green);
}

.site-header--menu-active .site-header__menu-btn div::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header--menu-active .site-header__menu-btn div::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 56.25em) {
	
	.site-header__menu-btn {
		display: block;
	}
	
}

/* Footer */
.site-footer {
	position: relative;
}

.site-footer__top {
	background-color: #f2f2f2;
	padding: 3rem 0;
}

.site-footer__top-type {
	font-size: 1.5rem;
}

.site-footer__top-logos {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__top-logos li:not(:last-child) {
	margin-right: 2.5rem;
}

.site-footer__top-logos li a {
	display: inline-block;
}

@media (max-width: 56.25em) {
	
	.site-footer__top {
		padding-top: 1.175rem;
		text-align: center;
	}
	
	.site-footer__top-heading {
		margin-top: 2.75rem !important;
		font-size: 1rem;
	}
	
	.site-footer__top-logos {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.site-footer__top-logos li {
		padding: 0 1rem;
	}
	
	.site-footer__top-logos li:not(:last-child) {
		margin: 0;
	}
	
}

/* Footer bottom */
.site-footer__btm {
	background-color: var(--green);
	padding: 3.675rem 0 0;
}

.site-footer__btm-menu li {
	margin-bottom: .5rem;
}

.site-footer__btm-menu a {
	border-bottom: 2px solid transparent;
}

.site-footer__btm-menu a:hover, .site-footer__btm-menu .current_page_item a {
	border-bottom-color: #000;
}

.site-footer__btm-follow-socials {
	margin-top: 0;
}

.site-footer__btm-follow-socials li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

.site-footer__btm-follow-socials a {
	text-decoration: underline;
}

.site-footer__btm-follow-newsletter form {
	position: relative;
}

.site-footer__btm-follow-newsletter input {
	border-bottom: 1px solid #000;
	width: 100%;
	color: #000;
	padding: .25rem 2rem .25rem 0;
}

/*.site-footer__btm-follow-newsletter input::placeholder {
  color: #000
}

.site-footer__btm-follow-newsletter input::-webkit-input-placeholder {
  color: #000
}

.site-footer__btm-follow-newsletter input:-moz-placeholder {
  color: #000
}

.site-footer__btm-follow-newsletter input::-moz-placeholder {
  color: #000
}

.site-footer__btm-follow-newsletter input:-ms-input-placeholder {
  color: #000
}*/

.site-footer__btm-follow-newsletter svg {
	display: block;
	fill: #000;	
}

.site-footer__btm-follow-newsletter button {
	position: absolute;
	right: -.375rem;
	z-index: 2;
	top: 0;
	cursor: pointer;
	padding: .375rem;
}

.site-footer__btm-disc {
	text-align: right;
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 2rem;
}

.site-footer__btm-disc:before {
	content: '';
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	height: 1px;
	top: 0;
	background-color: #000;
}

.site-footer__btm-disc-copy {
	margin: 0;
}

.site-footer__btm-disc-copy a {
	text-decoration: none;
}

.site-footer__btm-disc-copy a:hover {
	text-decoration: underline;
}

@media (max-width: 56.25em) {
	
	.site-footer__btm-about {
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
		order:3
	}
	
	.site-footer__btm-menu {
		-webkit-box-ordinal-group:5;
		-ms-flex-order:4;
		order:4
	}
	
	.site-footer__btm-follow {
		margin-bottom: 4rem;
	}
	
	.site-footer__btm-follow-socials {
/*		margin-top: 3rem;*/
		margin-top: 0;
	}
	
	.site-footer__btm-disc {
		text-align: left;
	}
	
}

/* Page header */
.page-header {
  height: calc(100vh - 107px);
  /*position: fixed;
  top: 107px;*/
  width: 100%;
  background: #F1F2F2;
  text-align: center;
  position: relative;
}
.page-header.home-v2 {
	height: clamp(500px,100ch,calc(60vh));
}

/*.spacer {
	height: calc(100vh - 107px);
	pointer-events: none;
}*/

/*@media (max-width: 1000px) {
	
	.page-header {
    top: 91px;
	}
	
}*/

@media (max-width: 56.25em) {
	
	.page-header {
    height: calc(50vh - 91px);
	}
	
	/*.spacer {
		height: calc(50vh - 95px);
	}*/
	
}

/* Home slider */
.home-slider,.home-slider .slick-list,.home-slider .slick-track {
	height: 100%;
	text-align: left;
}

.home-slider__item {
	background-color: #FFF;
}

.home-slider__item, .home-slider__item a {
	display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.home-slider__item-img {
	background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
}

.home-slider__item--overlay:before {
	content: '';
	z-index: 4;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.25);
}

.home-slider__item a {
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.home-slider__item-wrap {
	position: relative;
	z-index: 6;
	height: 60vh;
	width: 100%;
}

.home-slider__item h2 {
	color: #FFF;
	line-height: 1;
}

.home-slider__item h1, .home-slider__item .h1 {
	font-size: 4em;
}

@media (max-width: 992px) {
	.home-slider__item h1, .home-slider__item .h1 {
		font-size: clamp(2em,5vw,4em);
	}
}

.home-slider__item-wrap .homesliderbutton:hover {
	background-color: var(--green); /*Coral*/
	border-color: var(--green);
	cursor: pointer;
}

.home-slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 3.5rem;
	display: none;
}

.home-slider .slick-dots li {
	display: inline-block;
	width: .625rem;
	height: .625rem;
  transition: all .25s ease;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99rem;
  background-color: rgba(255,255,255,.5);
  margin: 0 .375rem;
  cursor: pointer;
}

.home-slider .slick-dots li.slick-active {
	background-color: rgba(255,255,255,1);
}

@media (max-width: 56.25em) {
	
	.home-slider__item-wrap {
		height: 100%;
	}
	
	.home-slider .slick-dots {
		bottom: .75rem;
		display: block;
	}
	
	.home-slider__item-img {
		background-attachment: scroll;
	}
	
}

/* Home featured messages */
.home-featured-block__msg {
	margin-top: 2rem;
}


.home-featured-block__msg-sub {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #f2f2f2;
}

@media (max-width: 56.25em) {
	
	.home-featured-block__msg {
		margin-top: 1.5rem;
	}
	
	.home-featured-block__msg-sub {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}
	
}

/* Home watch now block */
.home-watch-now-block {
	display: none;
}

.home-watch-now-block__btn {
	background-color: var(--green);
  font-size: 1.25rem;
  text-align: center;
	line-height: 1;
	display: inline-block;
	padding: .675rem 1.375rem .5rem;
  border: 2px solid var(--green);
	color: #FFF;
	margin-top: 1rem;
	text-decoration: none;
}

@media (max-width: 56.25em) {
	
	.home-watch-now-block {
		display: block;
	}

}

/* Home featrured coming up */
.home-featured-block__comingup {
	margin: 2rem 0 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f2f2f2;
}

.home-featured-block__comingup-item {
	text-align: left;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.home-featured-block__comingup-item:not(:last-child) {
	border-bottom: 1px solid #000;
	padding-bottom: .5rem;
}

.home-featured-block__comingup-item:not(:first-child) {
	padding-top: .75rem;
}

.home-featured-block__comingup-heading {
	width: 70px;
	padding-top: .25rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 56.25em) {
	
	.home-featured-block .home-featured-block__comingup {
		display: none;
	}
	
	.home-featured-block__comingup {
		margin-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.home-featured-block__comingup-heading {
		width: 60px;
	}
	
}

/* Home copy statement */
.home-copy-statement {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.home-copy-statement__wrap > *:not(:last-child) {
	margin-bottom: 1.5rem;
}

@media (max-width: 56.25em) {
	
	.home-copy-statement {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
}


/* Global ack */
.global-ack {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 44;
	background-color: #f2f2f2;
	text-align: center;
	-webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 3rem 0 2.75rem;
}

.global-ack--active {
	-webkit-transform: translateY(0);
  transform: translateY(0);
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.global-ack {
		padding: 2rem 0 1.75rem;
	}

}



/* Global newsletter subscribe */
.global-newsletter {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 42;
	background-color: var(--green);
	padding: 2rem 0 1.75rem;
	-webkit-transition: all .5s ease;
  transition: all .5s ease;
	-webkit-transform: translateY(100%);
  transform: translateY(100%);
  
}

.global-newsletter--active {
	-webkit-transform: translateY(0);
  transform: translateY(0);
	box-shadow: 0 -2px 4px rgba(0,0,0,.125);
}

.global-newsletter__close-btn {
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	padding: .5rem;
	cursor: pointer;
}

.global-newsletter__wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.global-newsletter form {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;}

@media (min-width: 1200px) {
	.global-newsletter form {
		padding: .6em 2em;
	}
}

.global-newsletter input {
	border-bottom: 1px solid #000;
	width: 100%;
	color: #000;
	padding: .25rem 2rem .25rem 0;
	font-size: 1rem;
}

/*.global-newsletter input::placeholder {
  color: #000
}

.global-newsletter input::-webkit-input-placeholder {
  color: #000
}

.global-newsletter input:-moz-placeholder {
  color: #000
}

.global-newsletter input::-moz-placeholder {
  color: #000
}

.global-newsletter input:-ms-input-placeholder {
  color: #000
}*/

.global-newsletter form svg {
	display: block;
	fill: #000;	
}

.global-newsletter form button {
	position: absolute;
	right: -.375rem;
	z-index: 2;
	top: 0;
	cursor: pointer;
	padding: .375rem;
}

@media (min-width: 1200px) {
	.global-newsletter form button {
		top: .6em;
	}
}

@media (max-width: 56.25em) {
	
	.global-newsletter__wrap {
		display: block;
	}
	
	.global-newsletter__close-btn {
		right: .875rem;
		top: .5rem;
	}
	
}

/* Home social */
.home-socials {
	padding-bottom: 5rem;
}

.home-socials__wrap {
	padding-top: 5rem;
}

.home-socials__heading {
	font-size: 1.4375rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.home-socials__list {
	margin-bottom: 1.75rem;
}

.home-socials__list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

.home-socials__list a {
	font-size: .75rem;
}

.home-socials__container a {
	display: block;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home-socials__container a img {
	display: none;
}

.home-socials__container a:hover img {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-socials__container a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--green);
	z-index: 6;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .25s;
  transition: all .25s;
  mix-blend-mode: lighten;
}

.home-socials__container a:hover:after {
	opacity: .75;
}

@media (max-width: 56.25em) {
	
	.home-socials {
		padding-bottom: 4rem;
	}
	
	.home-socials__wrap {
		padding-top: 4rem;
	}
	
	.home-socials__container li {
		margin-bottom: 1rem;
	}
	
	.home-socials__container li:nth-child(5), .home-socials__container li:nth-child(6) {
		margin-bottom: 0;
	}
	
}

/* Home podcasts */
.home-podcasts {
	padding-bottom: 5rem;
}

.home-podcasts__wrap {
	padding-top: 5rem;
}

.home-podcasts__btn {
	margin-top: 2rem;
	display: inline-block;
}

.home-podcasts__article {
	margin-top: 1.5rem;
}

.home-podcasts__article a {
	text-decoration: none;
	display: block;
}

.home-podcasts__article figure {
	margin-bottom: .875rem;
	position: relative;
}

.home-podcasts__article figure:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--green);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .25s;
  transition: all .25s;
  mix-blend-mode: lighten;
}

.home-podcasts__article a:hover figure:after {
	opacity: .75;
}

.home-podcasts__article img {
	width: 100%;
	display: block;
}

.home-podcasts__article a:hover img {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 56.25em) {
	
	.home-podcasts {
		padding-bottom: 3rem;
	}
	
	.home-podcasts__wrap {
		padding-top: 3rem;
	}
	
	.home-podcasts__btn {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	
}

/* Home news */
.home-news {
	padding-bottom: 5rem;
}

.home-news__wrap {
	padding-top: 5rem;
}


.search .home-news__article {
	margin-bottom: 1rem;
}

.home-news__article a {
	text-decoration: none;
	display: block;
}

.home-news__article figure {
	position: relative;
}

.home-news__article figure div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 75%;
}

.home-news__article figure:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--green);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .25s;
  transition: all .25s;
  mix-blend-mode: lighten;
}

.home-news__article a:hover figure:after {
	opacity: .75;
}

.home-news__article a:hover figure div {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 56.25em) {
	
	.home-news {
		padding-bottom: 3rem;
	}
	
	.home-news__wrap {
		padding-top: 3rem;
	}
	
	.home-news__article {
		margin-top: 2rem;
	}
	
}

/* home visit */
.home-visit {
	padding: 5rem 0;
	background-color: #f2f2f2;
	position: relative;
}

.home-visit__locations-list {
	padding-right: 4rem;
}

.home-visit__location-item:last-child {
	border-bottom: 1px solid #d9d9d9;
}

.home-visit__location-btn {
	display: block;
	width: 100%;
	position: relative;
	padding: .75rem 0 .5rem;
	border-top: 1px solid #d9d9d9;
	cursor: pointer;
	color: #000;
}

.home-visit__location-btn svg {
  position: absolute;
  right: 0;
  top: .875rem;
  display: block;
  width: 1rem;
  height: auto;
  transition: transform .25s ease
}

.home-visit__location-item--expanded .home-visit__location-btn svg {
  transform: rotate(.5turn)
}

.home-visit__location-content {
  padding: .5rem 0 1rem;
  display: none;
}

.home-visit__location-content-wrap {
	display: flex;
	flex-flow: row nowrap;
}

.home-visit__location-content-img {
	width: 45%;
	padding-right: 1.5rem;
}

.home-visit__location-content-copy {
	flex-grow: 1;
}

.home-visit__location-map {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 50vw;
}

@media (max-width: 56.25em) {
	
	.home-visit {
		padding-top: 3rem;
	}
	
	.home-visit__locations {
		margin-top: 2rem;
	}
	
	.home-visit__locations-list {
		padding-right: 0;
		margin-top: 1.5rem;
	}
	
	.home-visit__location-content-wrap {
		display: block;
	}
	
	.home-visit__location-content-img {
		width: 100%;
		padding: 0 0 1rem;
	}
	
	.home-visit__location-map {
		margin-top: 2rem;
		height: 400px;
		width: 100vw;
		margin-left: -1rem;
		margin-right: -1rem;
		position: relative;
	}
	
	/*.home-visit__blocks {
		margin-top: 2.5rem;
	}
	
	.home-visit__blocks-blk {
		margin-top: 1.5rem;
	}*/
	
}

/* Home content */
.home-content {
	padding: 5rem 0;
}

.home-content__copy + .home-content__copy {
	padding-left: 4%;
}

@media (max-width: 56.25em) {
	
	.home-content {
		padding: 3rem 0;
	}

	.home-content__copy + .home-content__copy {
		margin-top: 1.5rem;
		padding-left: .5rem;
	}
	
}

/* Fitvids */
.fluid-width-video-wrapper{width:100%;position:relative;padding:0}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed{position:absolute;top:0;left:0;width:100%;height:100%}

/* Program filter block */
/*.program-filter--program {
	
}

.program-filter-wrap {
	-webkit-transition: padding .25s;
	transition: padding .25s;
}*/

.program-filter--program .program-filter-wrap {
	padding-top: 1.5rem;
}

.program-filter--org .program-filter-wrap {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}

/*.program-filter--open .program-filter-wrap, .program-filter--follow.program-filter--program.program-filter--open .program-filter--displayed {
	padding-bottom: 0;
}*/

.program-filter--org .program-filter-wrap:after {
	content: '';
	background-color: var(--green);
	top: 0;
	bottom: 0;
	left: 2.5rem;
	right: 2.5rem;
	z-index: 1;
	position: absolute;
}

.program-filter--program .program-filter-wrap .row {
	padding: 0;
}

.program-filter--follow {
	position: fixed;
	left: 0;
	top: 90px;
	right: 0;
	z-index: 88;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: #f2f2f2;
}

.program-filter--static .program-filter__toggle-filter {
	display: none;
}

.program-filter--follow.program-filter--program .program-filter-wrap {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.program-filter--reveal {
	-webkit-transform: translateY(3px);
	transform: translateY(0);
}

@media (min-width: 56.3125em) {
	
	.program-filter--follow.program-filter--displayed.program-filter--open .program-filter-wrap {
		padding-bottom: 0;
	}
	
}

.program-filter__intro {
	position: relative;
	z-index: 2;
	margin-bottom: .25rem;
}

.program-filter--org .program-filter__heading {
	color: #FFF;
}

/* Program heading */
.program-header {
	background-color: var(--green);
}

.program-header__wrap {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.program-header__sheading {
	margin: .25rem 0 0;
	display: block;
}

.program-header__heading {
	margin: 0 0 1rem;
}

.program-header__copy {
	color: #000;
	font-size: .8125rem;
	margin: 0;
}

/* Program toggle bar */
.program-filter__toggle-filter {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

/*.program-filter__intro + .program-filter__toggle-filter {
	margin-top: 1rem;
}*/

.program-filter__toggle-filter-heading {
	font-size: 1.25rem;
}

.program-filter__toggle-filter-heading span {
	display: inline-block;
	vertical-align: text-bottom;
}

.program-filter__toggle-filter-btn {
	font-size: 1.25rem;
	cursor: pointer;
}

.program-filter__toggle-filter-btn svg {
	fill: var(--green);
	display: inline-block;
	margin-left: .5rem;
	-webkit-transform: rotate(.5turn);
	transform: rotate(.5turn);
}

.program-filter__toggle-filter--active .program-filter__toggle-filter-btn svg {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

@media (max-width: 56.25em) {
	
	.program-filter--org .program-filter-wrap {
		background-color: var(--green);
	}
	
	.program-filter-wrap .row {
		padding: 0;
	}
	
	.program-filter--program.program-filter--static .program-filter__toggle-filter {
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
	
	/*.program-filter--open.program-filter--program .program-filter-wrap, .program-filter--open.program-filter--org .program-filter-wrap {
		padding-bottom: 1rem;
	}*/
	
}

/* Program filter */
.program-filter__filter-wrap {
	position: relative;
	z-index: 2;
}

.program-filter--follow .program-filter__filter-wrap {
	display: none;
	margin-top: .3rem;
}

.program-filter__filter-wrap--active {
	display: block;
}

.program-filter__filter {
	color: #FFF;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-top: .5rem;
	padding-left: .5rem;
	padding-right: .5rem;
}

.program-filter__filter-item {
/* 	width: 20%; */
	position: relative;
	z-index: 2;
}

.program-filter__filter-item-expand {
	position: absolute;
	right: 1.5rem;
	pointer-events: none;
	top: .875rem;
	width: .875rem;
	height: auto;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.program-filter--org .program-filter__filter-item-expand {
	fill: #FFF;
}

.program-filter__filter-item--active .program-filter__filter-item-expand {
	transform: rotate(.5turn);
}

@media (min-width: 56.3125em) {

	.program-filter__filter-item:first-child .program-filter__filter-item-wrap {
		left: -.5rem;
		width: calc(100% + 1rem);
		position: relative;
	}
	
	.program-filter__filter-item:last-child .program-filter__filter-item-wrap {
		width: calc(100% + 1rem);
	}

}

.program-filter__filter-item--active:after {
	content: '';
	position: absolute;
	left: .5rem;
	right: .5rem;
	top: 2.45rem;
	pointer-events: none;
	height: .75rem;
	background-color: #FFF;
	border-left: 1px solid var(--green);
	border-right: 1px solid var(--green);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s;
  transition: all .25s;
}

.program-filter--follow .program-filter__filter-item--active:after {
	background-color: #f2f2f2;
}

.program-filter--org .program-filter__filter-item--active:after {
	border-left-color: #FFF;
	border-right-color: #FFF;
	background-color: var(--green);
}

@media (min-width: 56.3125em) {
	
	.program-filter__filter-item--active:first-child:after {
		left: -.5rem;
	}
	
	.program-filter__filter-item--active:last-child:after {
		right: -.5rem;
	}
	
}

.program-filter__filter-item-wrap {
	padding: 0 .5rem;
	display: block;
}

.program-filter__filter-item--active:after {
	opacity: 1;
	visibility: visible;
}

.program-filter__filter-item-title {
	padding: .75rem 1rem .625rem;
	display: block;
	font-size: 1.125rem;
	line-height: 1;
	cursor: pointer;
	display: block;
	width: 100%;
	border: 1px solid var(--green);
	text-align: left;
	color: #000;
}

.program-filter--org .program-filter__filter-item-title {
	background-color: var(--green);
	border-color: transparent;
	color: #FFF;
}

.program-filter--org .program-filter__filter-item-title:hover {
	border-color: #FFF;
}

.program-filter--org .program-filter__filter-item--active .program-filter__filter-item-title {
	background-color: transparent;
	border: 1px solid #FFF;
}

.program-filter__filter-item-count {
	display: inline-block;
	text-decoration: underline;
	margin-right: .5rem;
}

@media (max-width: 56.25em) {
	
	.program-filter__filter {
		width: calc(100% + 1.5rem);
    left: -.75rem;
    right: -.75rem;
    flex-flow: row wrap;
	}
	
	.program-filter--follow {
/*		top: 80px;*/
		top: 98px;
	}
	
	.program-filter--open.program-filter--displayed {
		bottom: 0;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	.program-filter__filter-item-wrap {
		padding: 0;
		margin: 0 0.25rem;
		border: 1px solid var(--green) !important;
	}
	.program-filter__filter-item-title {
		border: none !important;
	}
	.program-filter__subfilter-search {
		margin-bottom: 0 !important;
	}
	.filter_search {
/*		margin-bottom: .5em !important;*/
		margin-bottom: 1em !important;
	}
	.program-filter__subfilter-search-field {
		border: none !important;
	}
	
	.program-filter__filter-item {
		order: 2;
		width: 50%;
	}
	
	.program-filter__filter-item:nth-child(1), .program-filter__filter-item:nth-child(2) {
		margin-bottom: .5rem;
	}
	
	.program-filter__filter-item:last-child {
		width: 100%;
		order: 1;
	}
	
	.program-filter__filter-item--active:after {
		/*height: .7rem;
		left: .25rem;
		right: .25rem;*/
		content: none;
	}
	
	.program-filter__filter-item-title {
		/*text-align: center;
		padding-left: .5rem;
		padding-right: .5rem;*/
		font-size: 1rem;
	}
	
	/*.program-filter__filter-item-expand {
		display: none;
	}*/
	
}

/* Program sub filter */
.program-filter__subfilter {
	display: none;
}

.program-filter__subfilter-empty {
	padding: .5rem;
}

.program-filter__subfilter--active {
	display: block;
}

.program-filter__subfilter-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: .5rem 0 0;
	padding: .5rem;
	border: 1px solid var(--green);
}

.program-filter--org .program-filter__subfilter-list {
	color: #FFF;
	border-color: #FFF;
}

@media (min-width: 56.3125em) {

	.program-filter__subfilter[data-type=date] .program-filter__subfilter-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.program-filter__subfilter[data-type=date] .program-filter__subfilter-item:last-child {
		grid-column: 4 / 5;
		grid-row: 1 / 3;
	}
	
}

.program-filter__subfilter-item {
	width: 25%;
	padding: .5rem;
	font-size: 1.125rem;
	text-align: center;
}

.program-filter__subfilter[data-type=series] .program-filter__subfilter-item {
	width: 25%;
}

.program-filter__subfilter[data-type=date] .program-filter__subfilter-item {
	width: 100%;
}

.program-filter__subfilter-link {
	text-decoration: none;
	display: block;
	border: 1px solid #FFF;
	background-color: #f2f2f2;
	padding: .5rem .5rem .25rem .5rem;
	color: #999;
}

.program-filter--org .program-filter__subfilter-link {
	border-color: #FFF;
	background-color: transparent;
	color: #FFF;
}

.program-filter__subfilter-item--active .program-filter__subfilter-link {
	background-color: #fdd9cd;
	color: #000;
}

.program-filter--org .program-filter__subfilter-item--active .program-filter__subfilter-link {
	background-color: #FFF;
	color: #000;
	border-color: var(--green);
}

.program-filter__subfilter-link span {
	display: inline-block;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .25s;
	transition: all .25s;
	line-height: 1;
}

.program-filter__subfilter-item:not(.program-filter__subfilter-item--active) .program-filter__subfilter-link:hover span {
	border-bottom-color: #999;
}

.program-filter--org .program-filter__subfilter-item .program-filter__subfilter-link:hover span {
	border-bottom-color: #FFF;
}

.program-filter__subfilter-search {
	position: relative;
}

.program-filter__subfilter-search-field {
	padding: .75rem 2.5rem .625rem 1rem;
	width: 100%;
	font-size: 1.125rem;
	border: 1px solid var(--green);
	-webkit-transition: all .25s;
  transition: all .25s;
}

.program-filter--org .program-filter__subfilter-search-field {
	background-color: var(--green);
	border-color: transparent;
	color: #FFF;
}

.program-filter--org .program-filter__subfilter-search-field:hover, .program-filter--org .program-filter__subfilter-search-field:focus {
	border: 1px solid #FFF;
}

.program-filter--org .program-filter__subfilter-search-field::placeholder {
  color: #FFF
}

.program-filter--org .program-filter__subfilter-search-field::-webkit-input-placeholder {
  color: #FFF
}

.program-filter--org .program-filter__subfilter-search-field:-moz-placeholder {
  color: #FFF
}

.program-filter--org .program-filter__subfilter-search-field::-moz-placeholder {
  color: #FFF
}

.program-filter--org .program-filter__subfilter-search-field:-ms-input-placeholder {
  color: #FFF
}

.program-filter__subfilter-search-btn {
	position: absolute;
  top: .325rem;
  right: .5rem;
	padding: .5rem;
	z-index: 2;
	cursor: pointer;
}

.program-filter__subfilter-search-btn svg {
	fill: #000;
}

.program-filter--org .program-filter__subfilter-search-btn svg {
	fill: #FFF;
}

.program-filter__subfilter-item-date {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.program-filter__subfilter-item-date-label {
	font-size: .8125rem;
	color: #999;
	display: block;
	width: 100%;
	text-align: left;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.program-filter--org .program-filter__subfilter-item-date-label {
	color: #000;
}

.program-filter__subfilter-item-date-field {
	background-color: #f2f2f2;
	padding: .5rem .5rem .375rem;
	border: none;
	-webkit-transition: all .25s;
  transition: all .25s;
  font-size: 1rem;
  width: 100%;
  color: #999;
}

.program-filter--org .program-filter__subfilter-item-date-field {
	color: #FFF;
	background-color: var(--green);
}

.program-filter__subfilter-item-date-field:focus, .program-filter__subfilter-item--active .program-filter__subfilter-item-date-field {
	background-color: #fdd9cd;
	color: var(--green);
}

.program-filter--org .program-filter__subfilter-item-date-field:focus {
	background-color: #FFF;
	color: #000;
}

.program-filter__subfilter-item-date-btn {
	background-color: #f2f2f2;
	padding: .75rem .5rem .5rem;
	font-size: 1rem;
	width: 100%;
	cursor: pointer;
	border: 1px solid #f2f2f2;
	margin-top: .25rem;
	color: #999;
}

.program-filter--org .program-filter__subfilter-item-date-btn {
	border-color: #FFF;
	background-color: #FFF;
	color: #000;
}

.program-filter__subfilter-item-date-btn:hover {
	background-color: #fdd9cd;
	color: var(--green);
}

.program-filter--org .program-filter__subfilter-item-date-btn:hover {
	background-color: transparent;
	color: #FFF;
}

@media (max-width: 56.25em) {
	
	.program-filter__subfilter-list {
		display: block;
		margin-top: .5rem;
		padding: .25rem 0 .5rem;
	}
	
	.program-filter__subfilter-search {
		/*padding: .5rem;*/
		margin-bottom: .5rem;
	}
	
	.program-filter__subfilter-search-field {
		font-size: 1rem;
	}
	
	.program-filter__subfilter-item {
		padding: .5rem .5rem 0 .5rem;
	}
	
	.program-filter__subfilter-item, .program-filter__subfilter[data-type=series] .program-filter__subfilter-item, .program-filter__subfilter[data-type=date] .program-filter__subfilter-item {
		width: 100%;
		font-size: 1rem;
	}
	
	.program-filter__subfilter-link {
		display: block;
	}
	
	/*.program-filter__subfilter-item-date {
		max-width: 180px;
		margin: 0 auto;
	}*/
	
	.program-filter__subfilter-item-date-btn {
		display: inline-block;
	}
	
}

/* Program events listing */
.program-events {
	padding: 2rem 0;
}

.program-events__header-count {
	display: inline-block;
}

.program-events__header-btns {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.program-events__header-online {
	position: relative;
  display: inline-block;
  text-decoration: none;
  margin-right: 1rem;
}

.program-events__header-online:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #000;
  margin: -.675rem .5rem 0 0;
}

.program-events__header-online:after {
  content: '';
  position: absolute;
  left: .25rem;
  top: .25rem;
  transform: scale(0);
  width: .675rem;
  height: .675rem;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375.147 375.147'%3E%3Cpath d='M344.96 44.48L119.147 270.293l-88.96-88.96L0 211.52l119.147 119.147 256-256z' fill='%23f37763'/%3E%3C/svg%3E");
  transition: all .25s ease;
}

.program-events__header-online--active:after {
  transform: scale(1);
}

.program-events__header-clear-icon {
	display: inline-block;
	vertical-align: middle;
	width: .625rem;
	height: .625rem;
	margin-right: .675rem;
}

.program-events__content {
	margin-top: 1rem;
	padding-top: 2rem;
	position: relative;
}

.program-events__content:after {
	content: '';
	position: absolute;
	left: 2.5rem;
	right: 2.5rem;
	top: 0;
	height: 1px;
	background-color: #e2e2e2;
}

.program-events__side-date {
	position: -webkit-sticky;
	position: sticky;
	top: 11rem;
}

.program-events__side-date-sub {
	display: block;
	margin-top: .5rem;
}

.program-events__side-date-month {
	display: block;
	margin-bottom: .125rem;
}

.program-events__side-date-day {
	display: block;
}

.program-events__listing {
	padding: 0;
}

.program-events__next {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: .5rem;
}

.program-events__listing-featured {
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	margin-bottom: 2rem;
}

.program-events__listing-featured:after {
	content: '';
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	height: 1px;
	background-color: #e2e2e2;
}

@media (max-width: 56.25em) {
	
	.program-events {
		padding-top: 1rem;
	}
		
	.program-events__header-tax {
		display: block;
	}
	
	.program-events__header-tax h2 {
		margin: .5rem 0 0;
	}
	
	.program-events__header-btns {
		margin-top: .5rem;
	}
	
	.program-events__content {
		padding-top: 1rem;
	}
	
	.program-events__content:after {
		left: 1.5rem;
		right: 1.5rem;
	}
	
	.program-events__side-date {
		font-size: 1.5rem;
		margin: 2.2rem 0 2.75rem;
	}
	
	.program-events__side-date br {
		display: none;
	}
	
	.program-events__side-date-day {
		font-size: 2rem;
	}
	
	.program-events__listing-featured:after {
		content: none;
		left: .5rem;
		right: .5rem;
	}
	
}

/* Program event */
.program-event {
	margin-bottom: 1rem;
	position: relative;
}

.program-events__listing--stacked .program-event:not(:last-child) {
	margin-bottom: 2rem;	
}

.program-events__listing--stacked .program-event:not(:last-child) {
	padding-bottom: 1.675rem;
}

.program-events__listing--stacked .program-event:not(:last-child):after {
	content: '';
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	height: 1px;
	background-color: #e2e2e2;
}

.program-event__link {
	text-decoration: none;
	display: block;
}

.program-events__listing--stacked .program-event__link {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.program-event__img-wrap {
	margin-bottom: .675rem;
	position: relative;
}

.program-events__listing--stacked .program-event__img-wrap {
	width: 30%;
	margin: 0;
}

.program-event__img {
	padding-bottom: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .25s;
  transition: all .25s;
}

.program-event__link:hover .program-event__img {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.program-event__img-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--green);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .25s;
  transition: all .25s;
  mix-blend-mode: lighten;
}

.program-event__link:hover .program-event__img-wrap:after {
	opacity: .75;
}

.program-event__date {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	background-color: #FFF;
	padding: .25rem .25rem .125rem;
	font-size: 1rem;
}

.program-event__date--reverted {
	background-color: #000;
	color: #FFF;
}

.program-events__listing--stacked .program-event__meta {
	width: 55%;
	padding: 0 1.5rem;
/*	margin-top: -.25rem;*/
}

.program-event__title {
	margin-bottom: 0;
}

.program-events__listing--stacked .program-event__title {

}

.program-event__times {

	margin: .5rem 0 0;
	color: #999;
	line-height: normal;
}

.program-events__listing--stacked .program-event__times {
	position: absolute;
	right: 0;
	width: 15%;
	top: 0;
	margin: 0;
}

.program-event__times .small{
	font-size: .75em;
}

.stackonlybr {
	display: none;
}
@media(min-width: 56.26em) {
	.program-events__listing--stacked .stackonlybr {
		display: inline;
	}
}

.program-event__excerpt {
	font-size: .875rem;
	margin: .5rem 0 0;
}

@media (max-width: 56.25em) {
	
	.program-event {
		margin-bottom: 2rem;
	}
	
	.program-event:last-child {
		margin-bottom: 0;
	}
	
	.program-events__listing--stacked .program-event:last-child {
		margin-bottom: 1rem;
	}

	.program-events__listing--stacked .program-event:not(:last-child):after {
		left: .5rem;
		right: .5rem;
	}
	
	.program-events__listing--stacked .program-event__link {
		display: block;
	}
	
	.program-events__listing--stacked .program-event__img-wrap {
		width: 100%;
	}
	
	.program-events__listing--stacked .program-event__meta {
		width: 100%;
		margin: 0;
		padding: 1rem 0 0;
	}
	
	.program-event__title, .program-events__listing--stacked .program-event__title {
		font-size: 1.25rem;
	}
	
	.program-events__listing--stacked .program-event__times {
		position: static;
		width: 100%;
		margin: .5rem 0;
	}
	
}

/* Program feat event */
.program-feat-event {
	margin-bottom: 2rem;
}

.program-feat-event__link {
	display: block;
	position: relative;
	text-decoration: none;
}

.program-feat-event__img {
	padding-bottom: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .25s;
  transition: all .25s;
  position: relative;
}

.program-feat-event--tag .program-feat-event__img:after {
	content: 'Featured';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	background-color: var(--green);
	padding: .25rem .5rem .125rem;
	color: #FFF;
	font-family: "MPAVILION";
  font-weight: bold;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.program-feat-event--last .program-feat-event__img {
	padding-bottom: 56.25%;
}

.program-feat-event__link:hover .program-feat-event__img {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.program-feat-event__img-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.2);
	z-index: 1;
	pointer-events: none;
}

.program-feat-event__img-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--green);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .25s;
  transition: all .25s;
  mix-blend-mode: lighten;
}

.program-feat-event__link:hover .program-feat-event__img-wrap:after {
	opacity: .75;
}

.program-feat-event__meta {
	position: absolute;
	z-index: 6;
	padding: 1rem 1rem .875rem 1rem;
	left: 0;
	width: 80%;
	bottom: 0;
	color: #FFF;
}

.text-white {
	color: #fff;
}

.program-feat-event__date {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	margin-right: .5rem;
	line-height: 1;
}

.program-feat-event__excerpt:not(:last-child) {
	font-size: .875rem;
	margin: .5rem 0 0;
}

.program-feat-event__title {
	color: #fff;
	margin-bottom: 0;
}
.program-feat-event__date {
	margin-top: .5em;
}

@media (min-width: 56.3125em) {
	
	.program-events__listing--stacked .program-feat-event__link {
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
		-ms-flex-flow: row nowrap;
	  flex-flow: row nowrap;
	}

	.program-events__listing--stacked .program-feat-event__img-wrap {
		width: 50%;
		position: relative;
	}
	
	.program-events__listing--stacked .program-feat-event__img {
		padding-bottom: 56.25%;
	}
	
	.program-events__listing--stacked .program-feat-event__img-wrap:before {
		content: none;
	}
	
	.program-events__listing--stacked .program-feat-event__meta {
		width: 50%;
		position: relative;
		color: #000;
		padding: 0 1.5rem;
	}
	
	.program-events__listing--stacked .program-feat-event__title {
		color: #000;
		font-size: 1.875rem;
	}
	
	.program-events__listing--stacked .program-feat-event__title br {
		display: none;
	}
	
	.program-events__listing--stacked .program-feat-event__title span {
		color: var(--green);
	}
	
}

@media (max-width: 56.25em) {
	
	.program-feat-event {
		margin-left: -1rem;
		margin-right: -1rem;
		margin-bottom: 0;
		max-width: none;
		flex: none;
		width: calc(100% + 2rem);
		padding: 0;
	}
	
	.program-feat-event__img:after {
		top: 1rem;
	}
	
	.program-feat-event--last .program-feat-event__img {
		padding-bottom: 75%;
	}
	
	.program-feat-event__meta {
		width: 100%;
		position: absolute;
		z-index: 6;
		padding: 1rem 1.5rem .875rem 1.5rem;
		left: 0;
		width: 80%;
		bottom: 0;
		color: #FFF;
	}
	
	.program-feat-event__title {
		font-size: 1.25rem;
		color: #FFF;
	}
	
	.program-feat-event__excerpt {
		display: none;
	}
	
}

/* Program single */
.program-single__sb-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 9rem;
}

.program-single .program-single__sb-dates {
	margin-top: 1rem;
	list-style: none;
	padding: 0;
}

.program-single__sb-date {
	position: relative;
	padding: 0 1.5rem .5rem 0;
	margin-bottom: .5rem;
	border-bottom: 1px solid #DDD;
}

.program-single__sb-date--passed {
	text-decoration: line-through;
	color: #999;
	border-bottom: none;
	padding: 0;
}

.program-single__sb-finished {
	background-color: var(--green);
	padding: 1rem;
	margin: 1.5rem 0 0;
	font-weight: 400;
}

.program-single__sb-dd {
	border: 2px solid var(--green);
	margin-bottom: 1rem;
}

.program-single__sb-dd--orange {
	background-color: var(--green);
	color: #FFF;
}

.program-single__sb-dd--orange .program-single__sb-dd-btn {
	color: #000;
}


.program-single__sb-dd-btn {	
	width: 100%;
	padding: 1rem 1rem .75rem;
	margin: 0 !important;
/*	color: #000;*/
}

.copy-block .program-single__sb-dd-btn:not(:last-child) {
	cursor: pointer;
	position: relative;
}

.program-single__sb-dd-btn svg {
	position: absolute;
	right: 1rem;
	top: .95rem;
	display: block;
	width: 1rem;
	height: auto;
	transition: transform .25s ease;
}

.program-single__sb-dd--expanded .program-single__sb-dd-btn svg {
	transform: rotate(.5turn);
}

.program-single__sb-dd-content {
	padding: .5rem 1rem 1rem;
	display: none;
}

.program-single__sb-dd-form ul {
	padding: 0;
	list-style: none;
}

.program-single__sb-dd-content-reminder p {
	margin-bottom: 1rem;
}

.program-single__sb-dd-form li:not(:last-child) {
	margin-bottom: 1rem;
}

.program-single__sb-dd-form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: .75rem 1.25rem .75rem .75rem;
	width: 100%;
	font-size: .875rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.437 407.437'%3E%3Cpath d='M386.258 91.567l-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z'/%3E%3C/svg%3E");
	background-position: right .75rem center;
	background-repeat: no-repeat;
	background-size: .875rem auto;
	background-color: #FFF;
}

.program-single__sb-dd-form input:not(.sr-only) {
	font-size: .875rem;
	width: 100%;
	padding: .75rem;
	background-color: #FFF;
}

.program-single__sb-dd-form-submit {
	font-size: .875rem;
	width: 100%;
	padding: .75rem;
	border: 1px solid #FFF;
	cursor: pointer;
	line-height: 1;
}

.program-single__sb-dd-form-submit:hover, .program-single__sb-dd-form-submit:disabled {
	background-color: #FFF;
	color: #000;
}

.program-single__sb-dd-form-error {
	overflow: hidden;
	max-height: 0;
	transition: max-height .5s ease;
}

.program-single__sb-dd-form--error .program-single__sb-dd-form-error {
	max-height: 5rem;
}

.program-single__sb-dd-form-error p {
	margin-top: .25rem;
	text-decoration: underline;
}

.program-single__sb-dd-form-success {
	overflow: hidden;
	max-height: 0;
	transition: max-height .5s ease;
}

.program-single__sb-dd-content--submitted .program-single__sb-dd-form-success {
	max-height: 5rem;
}

.program-single__sb-dd-form-success p {
	margin-top: .5rem;
	text-decoration: underline;
}

.program-single__sb-links {
	border-top: 1px solid #ddd;
	padding-top: 1rem;
	margin-top: 1rem;
}

@media (max-width: 56.25em) {
	
	.program-single__sb {
		margin-bottom: 1.5rem;
	}
	
	.program-single__sb-wrap {
		position: static;
	}
	
	.program-single__sb-finished {
		margin: 1rem 0 0;
	}
	
}

/* Program tags */
.program-tags {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-flow: row nowrap;
	z-index: 4;
}

.program-tags__tag-online {
	background-color: var(--green);
	display: inline-block;
	padding: .25rem .5rem .15rem 1.125rem;
}

.program-tags__tag-online:before {
	content: '';
	display: block;
	width: .375rem;
	height: .375rem;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: .4rem;
	top: .7125rem;
	z-index: 2;
}

.program-tags__tag-location {
	background-color: #FFF;
	display: inline-block;
	padding: .25rem .5rem .15rem;
}

/* Program single content */
.program-single__feat-img {
	position: relative;
}

.program-single__recordings, .program-single__recordings-row {
	padding: 0;
	position: relative;
}

.program-single__recordings-row:not(:last-child):not(:first-child) {
	padding-bottom: 1.5rem;
}

.program-single__recordings-row:not(:last-child):not(:first-child):before {
	background-color: #DDD;
	height: 1px;
	position: absolute;
	content: '';
	left: 1rem;
	right: 1rem;
	bottom: 1.5rem;
}

.program-single__recordings-row .col {
	margin-bottom: 1.5rem;
}

.program-single__recordings-row .program-single__recordings-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .75rem;
}

@media (max-width: 56.25em) {
	
	.program-single__recordings-row:not(:last-child):before {
		left: .5rem;
		right: .5rem;
	}
	
}

/* Program single collabs */
.program-collab__sb-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 10rem;
}

.program-collab__listing {
	position: relative;
}

.row.program-collab__listing {
	padding: 0;
}

.program-collab__listing:before {
	background-color: #f2f2f2;
	content: '';
	position: absolute;
	top: -3rem;
	left: 1rem;
	right: 1rem;
	height: 1px;
}

.program-collab__item {
	margin-bottom: 1rem;
}

.program-collab__link {
	text-decoration: none;
	display: block;
}

.program-collab__img {
	margin-bottom: .75rem;
	position: relative;
}

.program-collab__img--provided:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--green);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  mix-blend-mode: lighten;
}

.program-collab__link:hover .program-collab__img--provided:after {
  opacity: .75
}

.program-collab__link:hover .program-collab__img--provided div {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.program-collab__img--none {
	overflow: hidden;
	padding-bottom: 56.25%;
}

.program-collab__img--none svg {
	position: absolute;
	left: 0;
	right: 0;
	width: 300%;
	fill: var(--green);
}

.program-collab__link:hover .program-collab__img--none svg {
	fill: #000;
}

@media (max-width: 56.25em) {
	
	.program-collab__sb {
		margin: 0 0 1.5rem;
		position: relative;
	}
	
	.program-collab__sb:before {
		background-color: #f2f2f2;
		content: '';
		position: absolute;
		top: -2rem;
		left: .5rem;
		right: .5rem;
		height: 1px;
	}
	
	.program-collab__sb-wrap {
		position: static;
	}
	
	.program-collab__listing:before {
		content: none;
	}
	
}

/* News listing */
.news-listing {
	padding-top: 2rem;
}

/*.news-listing__sb-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 10rem;
}*/

.news-listing__sb-insta {
	background-color: #f2f2f2;
	padding: 1rem;
	margin-bottom: 1rem;
}

.news-listing__sb-insta-list .ig-post:not(:last-child) {
	margin-bottom: 1rem;
}

.news-listing__sb-insta-list figure {
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-listing__sb-newsletter {
	background-color: var(--green);
	padding: 1rem;
}

.news-listing__sb-newsletter-form {
	position: relative;
}

.news-listing__sb-newsletter-input {
	border-bottom: 1px solid #000;
	width: 100%;
	padding: .25rem 1.125rem .25rem 0;
}

/*.news-listing__sb-newsletter-input::placeholder {
  color: #000
}

.news-listing__sb-newsletter-input::-webkit-input-placeholder {
  color: #000
}

.news-listing__sb-newsletter-input:-moz-placeholder {
  color: #000
}

.news-listing__sb-newsletter-input::-moz-placeholder {
  color: #000
}

.news-listing__sb-newsletter-input:-ms-input-placeholder {
  color: #000
}*/

.news-listing__sb-newsletter-btn {
	position: absolute;
	right: -.5rem;
	top: -.125rem;
	z-index: 2;
	cursor: pointer;
	padding: .5rem;
}

@media (max-width: 56.25em) {
	
	.news-listing__sb {
		margin-top: 2rem;
	}
	
}

/* News listing item */
.news-listing__item {
	margin-bottom: 3rem;
	padding-bottom: 2.75rem;
	border-bottom: 1px solid #f2f2f2;
}

.news-listing__item-btn {
	margin: .5rem 0 1rem;
}

.news-listing__item-date {
	display: inline-block;
	vertical-align: top;
}

.news-listing .news-listing__item-share {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	list-style: none;
}

.news-listing__item-share li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: .75rem;
	margin-left: .5rem;
}

.news-listing__item-share li:before {
	position: absolute;
	content: '/';
	left: 0;
	top: .05rem;
}

.news-listing__paging a {
	text-decoration: underline;
}

@media (max-width: 56.25em) {
	
	.news-listing__item {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;	
	}
	
	.news-listing__item-date {
		display: block;
		margin: .5rem 0;
	}
	
	.news-listing__item-share li:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	
	.news-listing__item-share li:first-child:before {
		content: none;
	}
	
}

/* Images */
.bgimg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.lazyload-wrap {
	padding-bottom: 56.25%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lazyload-wrap--landscape {
	padding-bottom: 67.5%;
}

.lazyload-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.lazyload--bg, .lazyload--img {
  -webkit-transition: opacity .5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity .5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.lazyload,.lazyloading {
  opacity: 0;
}

.lazyload--bg {
	opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

.lazyload-figcaption {
	font-style: italic;
	margin: .675rem 0 0;
	font-size: .875rem;
}

/* Page flex */
.padded-block--top--lg {
	padding-top: 4rem;
}

.padded-block--top {
	padding-top: 3rem;
}

.padded-block--btm--lg {
	padding-bottom: 4rem;
}

.padded-block--btm {
	padding-bottom: 2.5rem;
}

.margin--btm-0, p.margin--btm-0 {
	margin-bottom: 0 !important;
}

@media (max-width: 56.25em) {
	
	.padded-block--top--lg {
		padding-top: 3rem;
	}
	
	.padded-block--top {
		padding-top: 2rem;
	}
	
	.padded-block--btm--lg {
		padding-bottom: 3rem;
	}
	
	.padded-block--btm {
		padding-bottom: 1.5rem;
	}
	
}

/* Page flex title strip */
.page-flx-title-strip {
	position: fixed;
	left: 0;
	right: 0;
	top: 107px;
	padding: .675rem 0 .5rem;
	z-index: 99;
	background-color: #FFF;
}

.page-flx-title-strip--grey {
	background-color: #f2f2f2;
}

.page-flx-title-strip + section {
	margin-top: 0rem;
}

@media (max-width: 56.25em) {
	
	.page-flx-title-strip {
		top: 90px;
	}
	
}

/* Page flex banner */
.page-flx-banner__img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 65vh;
	position: relative;
}

.page-flx-banner__heading {
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 23.5%;
	padding: 0.5rem 1.5rem;
	z-index: 2;
	display: none;
}

.page-flx-banner__img .page-flx-banner__heading {
	display: block;
}

.page-flx-banner__copy {
	margin-bottom: 1.5rem;
}

@media (max-width: 56.25em) {
	
	.page-flx-banner__heading {
		left: 0;
		padding: 1.5rem 0 0;
		position: static;
		display: block;
	}
	
	.page-flx-banner__img .page-flx-banner__heading {
		display: none;
	}
	
	.page-flx-banner__copy {
		margin-bottom: 1rem;
	}
	
}

/* Page flex columns block */
.page-flx-cb__l-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 9rem;
}

.page-flx-cb__r {
	padding: 0;
}

.page-flx-cb__r-col {
	margin-bottom: 1rem;
}

@media (max-width: 56.5em) {
	.page-flx-cb__r-col {
		margin-bottom: 2rem;
	}
}

.page-flx__figcaption {
	margin: .675rem 0 0;
	font-size: .875rem;
}

.page-flx-columns-block .page-flx__slider {
	padding: 0;
}

.page-flx__slider .slick-next {
	right: 1rem;
}

.page-flx__slider .slick-prev {
	left: 1rem;
}

.page-flx__slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	padding: 0;
	display: none !important;
}

.page-flx__slider .slick-dots li {
	display: inline-block;
	width: .375rem;
	height: .375rem;
	-webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999rem;
  background-color: rgba(0,0,0,.5);
  margin: 0 .25rem;
  cursor: pointer;
}

.page-flx__slider .slick-dots li.slick-active {
	background-color: rgba(0,0,0,1);
}

@media (max-width: 56.25em) {
	
	.page-flx-cb__r-col {
		margin-bottom: 1rem;
	}
	
	.page-flx-cb__l-wrap {
		position: static;
		margin-bottom: 2rem;
	}
	
	.page-flx-columns-block .page-flx__slider {
		padding-bottom: 1.25rem;
	}
	
	.page-flx__slider .slick-dots {
		display: block !important;
	}
	
}

/* Page flex full width block */
.page-flx-fw-block__col {
	margin-bottom: 1.5rem;
}

@media (max-width: 56.25em) {
	
	.page-flx-fw-block__col {
		margin-bottom: 1rem;
	}
	
}

/* Page flex accordians */
.accordian {
	margin-bottom: 1.5rem;
}

.accordian__item {
	border-top: 1px solid #f2f2f2;
}

.accordian__heading {
	font-size: 1.5rem;
	padding: 1rem 1.5rem .75rem 0;
	cursor: pointer;
	display: block;
	width: 100%;
	position: relative;
}

.accordian__heading-svg {
	display: block;
	fill: #000;
	-webkit-transition: all .25s;
  transition: all .25s;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.accordian [aria-expanded=true] .accordian__heading-svg {
	-webkit-transform: rotate(.5turn);
	transform: rotate(.5turn);
}

.accordian__panel {
  display: none;
  padding: 0 0 1rem;
  padding-right: 20%;
}

@media (max-width: 56.25em) {
	
	.accordian {
		margin-bottom: 1rem;
	}
	
	.accordian__panel {
		padding-right: 0;
	}
	
}

/* Location template */
.lc-template-map {
	margin-top: 1rem;
}

/* Home contents */
.home-contents {
	margin-top: -30vh;
	position: relative;
	z-index: 6;
}

@media (max-width: 56.25em) {
	
	.home-contents {
		margin-top: 0;
	}
	
}

/* Home feat events */
.home-featured-block {
	margin-top: 2rem;
}

@media (min-width: 56.3125em) {
	
	.home-featured-block__wrap {
		position: relative;
		z-index: 2;
		padding: 2rem 3rem 4rem 3rem;
	}
	
	.home-featured-block__wrap:before {
		background-color: #FFF;
		content: '';
		position: absolute;
		left: 2.5rem;
		right: 2.5rem;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.home-featured-events__wrap {
		display: flex;
		flex-flow: row wrap;
		margin-left: -1rem;
		margin-right: -1.5rem;
	}

	.home-featured-events__listing--col1 {
		width: 66%;
		padding-top: 2rem;
	}
	
	.home-featured-events__listing--col2 {
		width: 33%;
		padding-top: 2rem;
	}

	.home-featured-events__listing .program-feat-event__title {
		font-size: 1.125rem;
	}
	
	.home-featured-events__listing--col2 .program-feat-event__img {
		padding-bottom: 90%;
	}
	
	.home-featured-events__listing--col3 .program-feat-event__img {
		padding-bottom: 115%;
	}

}

@media (min-width: 75.0625em) {

	.home-featured-events__listing .program-feat-event__title {
		font-size: 1.25rem;
	}

}

@media (max-width: 75em) {
	
	.home-featured-events__listing .program-feat-event__meta {
		width: 100%;
	}
	
}

@media (max-width: 56.25em) {
	
	.home-featured-events {
		margin-top: 3rem;
	}
	
	.home-featured-events__wrap {
		margin: 1.5rem 0 3rem;
	}
	
	.home-featured-events .program-feat-event {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
	}
	
}

/* Home explore topics */
.home-explore-topics__wrap {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.home-explore-topics .home-explore-topics__listing {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row wrap;
  flex-flow: row wrap;
	text-align: center;
	width: 100%;
}

.home-explore-topics__list-item {
	width: 33.3333%;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
}

.home-explore-topics__list-link {
	text-decoration: none;
	display: block;
	position: relative;
	color: #FFF;
	padding-bottom: 75%;
}

a.home-explore-topics__list-link:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.2);
	-webkit-transition: all .5s;
  transition: all .5s;
	z-index: 2;
}

a.home-explore-topics__list-link:hover:after {
	background-color: rgba(0,0,0,.5);
}

.home-explore-topics__list-heading {
	padding: 1.5rem 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.home-explore-topics__list-heading h3 {
	color: #FFF;
}

.home-explore-topics__list-content {
	padding: 1.5rem 1rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.home-explore-topics__list-link:hover .home-explore-topics__list-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 56.25em) {
	
	.home-explore-topics__wrap {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.home-explore-topics__list-item {
		padding-left: .5rem;
		padding-right: .5rem;
		padding-top: 1rem;
		width: 50%;
	}
	
	.home-explore-topics__list-link {
		padding-bottom: 56.25%;
	}
	
	.home-explore-topics__list-heading {
		padding: .5rem;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.home-explore-topics__list-content {
		display: none;
	}
	
}

/* Library featured */
.library-featured__side {
	position: -webkit-sticky;
	position: sticky;
	top: 9rem;
	margin-bottom: 2rem;
}

.library-featured__listing {
	padding: 0;
}

.library-featured__listing-heading {
	margin-bottom: 1rem;
}

.library-featured__listing-featured {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.program-feat-event__type {
	position: absolute;
	z-index: 6;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: #000;
	color: #FFF;
	padding: .25rem .25rem .125rem;
	font-size: 1rem;
}

.library-featured__listing-featured-sub {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-top: 2rem;
	position: relative;
}

.library-featured__listing-featured-sub:before {
	content: '';
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 0;
	height: 1px;
	background-color: #ddd;
}

@media (max-width: 56.25em) {

	.library-featured__listing-featured-sub:before {
		content: none;
	}

}

/* Library listing */
.library-listing__filter {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.library-listing__filter-items {
	display: flex;
	align-items: center;
}

.library-listing__filter-item {
	margin-left: 1rem;
}

.library-listing__filter-item-link {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.library-listing__filter-item-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1.125rem;
	height: 1.125rem;
	border: 2px solid #000;
	margin: -.675rem .5rem 0 0;
	box-shadow: inset 0 0 0 2px #fff;
}

.library-listing__filter-item-link:after {
	content: '';
	position: absolute;
	left: .25rem;
	top: .25rem;
	transform: scale(0);
	width: .675rem;
	height: .675rem;
	pointer-events: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375.147 375.147'%3E%3Cpath d='M344.96 44.48L119.147 270.293l-88.96-88.96L0 211.52l119.147 119.147 256-256z' fill='%23f37763'/%3E%3C/svg%3E");*/
	transition: all .25s ease;
}

.library-listing__filter-item--active .library-listing__filter-item-link:after {
	transform: scale(1);
}
.library-listing__filter-item--active .library-listing__filter-item-link:before {
	background: var(--green);
}

.library-listing__sorting {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	position: relative;
}

.library-listing__sorting-form {
	width: 100%;
}

.library-listing__sorting-select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-bottom: 2px solid #ddd;
	padding: .125rem 1.25rem .125rem 0;
	max-width: 11rem;
	width: 100%;
	font-size: 1rem;
	margin-left: .5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.437 407.437'%3E%3Cpath d='M386.258 91.567l-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z'/%3E%3C/svg%3E");
	background-position: right .25rem center;
	background-repeat: no-repeat;
	background-size: .875rem auto;
	color:#000;
}

.library-listing__sorting-search {
	width: 100%;
	border: 2px solid #000;
	padding: .5rem 1.25rem .325rem .5rem;
	font-size: 1rem;
}

/*.library-listing__sorting-search::-webkit-input-placeholder {
	color: #000;
}

.library-listing__sorting-search:-moz-placeholder {
  color: #000;
}

.library-listing__sorting-search::-moz-placeholder {
  color: #000;
}

.library-listing__sorting-search:-ms-input-placeholder {
  color: #000;
}*/

.library-listing__sorting-search-btn {
	position: absolute;
	top: 0;
	right: 1rem;
	padding: .5rem;
	z-index: 2;
	cursor: pointer;
}

.library-listing__sorting-search-btn svg {
  fill: var(--green);
}

.library-listing__events {
	position: relative;
	padding-top: 1.25rem;
}

.library-listing__events:before {
	content: '';
	background-color: #f2f2f2;
	height: 1px;
	position: absolute;
	left: 2.5rem;
	right: 2.5rem;
	top: -.25rem;
}

@media (max-width: 56.25em) {
	
	.library-listing__sorting {
		flex-flow: row wrap;
	}
	
	.library-listing__sorting label {
		width: 100%;
		margin-bottom: .325rem;
	}
	
	.library-listing__sorting-select {
		margin-left: 0;
	}
	
	.library-listing__sorting-search-btn {
		right: .5rem;
	}
	
	.library-listing__events:before {
		left: 1.5rem;
		right: 1.5rem;
	}
	
}

/* Mpav maps */
.mpav-map {
	width: 100%;
	width: 100%;
	padding-bottom: 100%;
}

.map-marker-content {
	font-family: 'Rotation';
	font-size: 1rem;
}

.map-marker-content p {
	font-size: 15px;
}


.gm-style .gm-style-iw {
  background-color: var(--green) !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 220px !important;
  padding: 1.5rem !important;
  display: block !important;
  border-radius: 0 !important;
  max-width: 220px !important;
  box-shadow: none !important;
}

.gm-style .gm-style-iw-d {
	overflow: auto !important;
}

.gm-style .gm-style-iw button {
	top: .25rem !important;
	right: .25rem !important;
}

.gm-style .gm-style-iw-t::after {
  background: var(--green) !important;
}

@media (max-width: 56.25em) {
	
	.gm-style .gm-style-iw {
		padding: 1rem !important;
	}
	
}

.program-single__sb-dates li:before {
  display: none;
}


/* ===== UPDATES 2021 November 12 ===== */
.type-orange {
	color: var(--green);
}
.d-block {display: block;}
.margin--btm--0 {margin-bottom: 0 !important;}
.margin-block--top--0 {
	margin-top: 0;
}
.margin-block--btm--0 {
	margin-bottom: 0;
}
.padded-block--top--1em {
	padding-top: 1em;
}
.padded-block--btm--1em {
	padding-bottom: 1em;
}
.padded-block--top--2em {
	padding-top: 2em;
}
.padded-block--btm--2em {
	padding-bottom: 2em;
}

.page-flx-title-strip  {
	display: none !important;
}

/* New 'OnSite' page styling */
@media screen and (max-width: 1000px) {
	
	main {
		padding-top: 85px;  /* Clear the navbar on mobile  */
	}
	
	}
	.px-0 {padding-left: 0 !important; padding-right: 0 !important;}
	
	.onsite .page-flx-title-strip__title {
		margin-bottom: .5em;
	}
	
	.onsite.welcome {
		position: absolute;
		z-index: 2;
	}
	.onsite.welcome::after {
		content: '';
		position: fixed;
		height: 100%;
		top: 0; left: 0; right: 0; bottom: 0;
		background-color: rgba(0,0,0,0.7);
		z-index: 3;
		opacity: 0;
		transition: all ease .6s;
		pointer-events: none;
	}
	.onsite.welcome.open::after {
		opacity: 1;
	}
	.onsite.welcome .panel {
		color: #000;
		background-color: #F47761;
		padding: 1rem 1rem 1rem;
		position: relative;
		z-index: 10;
	}
	.onsite.welcome .panel:hover {
		cursor: pointer;
	}
	.onsite.welcome .content {
		margin-bottom: .5rem;
	}
	.onsite.welcome .content p {
		font-size: 12px;
		line-height: 17px;
	}
	.onsite.welcome .link a {
		font-size: 12px;
		line-height: 17px;
	}
	.onsite.welcome .collapse:after {
		content: '';
		background-image: url(//mpavilion.org/assets/themes/mpavilion/images/up-down-swatch.svg);
		position: absolute;
		bottom: 1rem;
		right: 2em;
		height: 18px;
		width: 18px;
		background-size: 18px auto;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 3;
		transform: scaleY(1);
	}
	.onsite.welcome .collapse {
		overflow: hidden;
		height: auto;
		max-height: 0;
		transition: all ease .6s;
	}
	.onsite.welcome .collapse.open {
		max-height: 500px;
		padding-top: 1rem;
	}
	.onsite.welcome .collapse.open:after {
		transform: scaleY(-1);
	}
	
	
	
	.onsite.anchors {
		padding-top: 4.5em;
	}
	.onsite.anchors .entry {
		width: 100%;
		display: block;
		margin-bottom: 1rem;
	}
	.onsite.anchors .entry .btn {
		margin-top: 0;
	}
	
	
	.onsite.onnext {
	}
	.onsite .entry .btn-entry {
		width: 100%;
		font-family: "MPAVILION";
		font-weight: bold;
		letter-spacing: .02em;
		text-transform: uppercase;
		font-size: 1.25rem;
		border: 2px solid #989898;
		text-decoration: none;
		position: relative;
		line-height: 1;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		padding: 1em;
		margin-bottom: 1rem;
		text-align: left;
	}
	
	.onsite .entry .btn-entry .details {
		display: flex;
		flex-direction: column;
		flex-basis: auto;
		justify-content: flex-start;
	}
	.onsite .entry  .btn-entry .imageside {
		flex-basis: max-content;
		flex-direction: column;
		display: flex;
		padding-right: 0;
		padding-left: 1rem;
	}
	
	.onsite .entry .btn-entry .thumbnail {
		float: right;
		margin-left: 0;
		width: auto;
		min-width: 100px;
		max-width: 150px;
		box-shadow: 0 0 3px rgba(0,0,0,.1);
	}
	.onsite .entry .timedate {
		color: #AEAEAE;
		font-size: 14px;
		line-height: 15px;
		font-weight: 300;
	}
	.onsite .entry .btn-entry .title {
		margin-bottom: .6rem;
		word-break: break-word;
	}
	
	.onsite.covidsafe {padding-bottom: 1em;}
	
	.onsite.podcasts {
		background-color: #F2F2F2;
		padding: 2em 0;
	}
	.onsite.podcasts .soundcloud_icon {
		display: flex;
		align-content: flex-end;
		justify-content: end;
	}
	.onsite.podcasts .soundcloud_icon svg {
		width: 50px;
		height: 50px;
		margin-top: -10px;
	}
	.onsite.podcasts .entry .btn-entry {
		border: none;
		background-color: #fff;
		margin-bottom: .5rem;
		text-decoration: none !important;
	}
	.onsite.podcasts .entry .btn-entry p {
		margin-bottom: .2rem;
	}
	.onsite.podcasts .entry .btn-entry .timedate {
		margin-top: 1rem;
	}
	.onsite.podcasts .entry .btn-entry .imageside {
		padding-right: 0;
	}
	.onsite.podcasts .entry .btn-entry .thumbnail {
		max-width: 100px;
		margin-right: 1rem;
	}
	
	.onsite.normalcontent {
		background-color: #fff;
		padding: 0;
	}

	.onsite.normalcontent:last-child {
		padding-bottom: 3em;
	}
	
	.onsite.upnextevents .entry {
		padding: 0;
		border: none;
	}
	.onsite.upnextevents .entry .btn-entry {
		border: none;
		margin-bottom: 0;
		padding: 1rem .5rem;
		display: block;
	}
	.onsite.upnextevents .entry .btn-entry .thumbnail {
		padding-bottom: 0;
		margin-left: 0;
		margin-bottom: 1rem;
		max-width: 400px;
		min-height: 30vw;
		background-size: cover;
		background-position: center center;
	}
	.onsite.upnextevents .entry .btn-entry .thumbnail img {
		margin: 0;
	}
	
	
	/* === Ultrasmall mobile === */
	@media screen and (max-width: 350px) {
		.onsite.onnext .entry .btn-entry {
			flex-direction: column;
			justify-content: flex-start;
		}
		.onsite.onnext .entry .btn-entry .details {
			flex-basis: 100%;
			margin-bottom: 1em;
		}
		.onsite.onnext .entry .btn-entry .imageside {
			flex-basis: 100%;
			padding-right: 0;
		}
		.onsite.onnext .entry .btn-entry .thumbnail {
			float: none;
			margin-left: 0;
			width: 100%;
			max-width: 100%;
		}
		.onsite.onnext .entry .btn-entry .details p {
			margin-bottom: .6em;
		}
	}
	
	/* === THIS IS MOBILE FIRST, THEREFORE THIS IS DESKTOP CHANGES */
	@media screen and (min-width: 768px) {
		.onsite.anchors .entry {
			width: auto;
			display: block;
			margin-right: 1em;
			margin-bottom: 1rem;
		}
		.onsite.upnextevents .entry .btn-entry .thumbnail {
			min-height: 220px;
		}
	}
	@media screen and (min-width: 1000px) {
		.onsite.welcome {
			width: 100%;
		}
		..onsite.welcome .panel {
			padding-top: 1rem !important;
		}
		.onsite.anchors .entry {
			width: auto;
			display: inline-block;
			margin-right: 1em;
			margin-bottom: 1em;
		}
		
	}



/* === TEMP DISABLED === Hide the digital reminder subscription box from front end */
.program-single__sb-finished {
	display: none;
}

@media screen and (max-width: 560px) {
	.d-xs-none {display: none;}
}
@media screen and (min-width: 560px) {
	.d-sm-none {display: none;}
}
@media screen and (min-width: 768px) {
	.d-md-none {display: none;}
}


/* Google maps popups arrow */
.gm-style .gm-style-iw-tc::after {
	background: var(--green);
}


.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 1em !important;}
.mt-2 {margin-top: 2em !important;}
.mt-3 {margin-top: 3em !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 1em !important;}
.mb-2 {margin-bottom: 2em !important;}
.mb-3 {margin-bottom: 3em !important;}

@media (max-width: 56.25em) {
	.mt-2-mobile {
		margin-top: 2em !important;
	}
}

.page-flx-banner__heading h1, .page-flx-banner__heading h2 {
	margin-top: 1rem !important; margin-bottom: .65rem !important;
}

svg.titleoffset {
	position: relative;
	top: -5px;
}

.feature_side_button {
	margin-top: 1em;
}

.feature_side_col h1 strong {
	color: var(--green);
}



/* Program page update 231114 */
.program-single__sb-date_comment, .program-single__sb-date_justtime {
	margin-top: -5px;
}

main {
	transition: opacity ease-in-out .2s .1s;
}
.preloadcover {
	opacity: 1;
}
.slick-slide {
	z-index: 998 !important;
}
.slick-slide.slick-active {
	z-index: 999 !important;
}
.home-slider {
	opacity: 0;
}
.home-slider.slick-initialized {
	opacity: 1;
}


@media screen and (max-width: 900px) {
	.px-xs-0 {padding-left: 0 !important; padding-right: 0 !important;}
	
	.library-listing {
		padding-bottom: 3.5em;
	}
	
}

.page-numbers {
	font-size: 20px;
}
.page-numbers.current {
	color: var(--green);
}


.linknoline {
	text-decoration: none;
	border-bottom: 0px solid #000;
	transition: border .05s;
}
.linknoline:not(.linknolinehover):hover {
/*	text-decoration: underline;*/
	border-bottom: 1px solid #000;
}


.home-event.bordered .topborderblock {
	border-top: 2px solid #F2F2F2;
	padding-top: 80px;
}
.home-event .entry .entrythumb {
	overflow: hidden;
	padding-top: 66%;
	position: relative;
	margin-bottom: 20px;
	background-color: var(--green);
}
.home-event .entry .entrythumb img {
	position: absolute;
	inset: 0;
    object-fit: cover;
	width: 100%;
	height: auto;
}

.home-contents-v2 {
	margin-top: 0;
}

.home-event .row.bump {
	margin-top: 80px;
}

.home-event .events {
	margin-bottom: 80px;
}



.homeeventslide {
			display: none;
		}
		@media (max-width: 992px) {
			.homeeventslide {
				display: block;
			}
			.homeeventdesktop {
				display: none;
			}
		}
		.homeeventslide .entry {
			width: 100%;
		}
		
		.homeeventslide .slick-list {
			margin-left: calc(1rem + 8px);
			padding-right: 4rem;
		}
		.homeeventslide .slick-slide {
			padding-right: 2rem;
		}

.home-slider-v2 {
		z-index: 20;
		position: relative;
	}
	.home-slider-v2 .slide {
		position: relative;
	}
	.home-slider-v2 .slide .bg {
		position: absolute;
		inset: 0;
		background-size: cover;
		z-index: -1;
	}
	.home-slider-v2 .slide .wrapper {
		position: relative;
		inset: 0;
		z-index: 30;
		display:flex;
		border: 2px solid yellow;
		align-content: center;
		align-items: center;
		min-height: clamp(500px,60vh,60vh);
	}
	.home-slider-v2 .slide .wrapper .row {
		text-align: left;
	}


.program-event__title .type__org {
	padding-right: .45rem; margin-right: .25rem;
	position: relative;
}
.program-event__title .type__org:after {
	content: '';
	position: absolute;
	right: -1px;
	height: .75em;
	width: 1px;
	background: #000;
	opacity: .2;
}

#mc_embed_signup_scroll {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-bottom: 1.2em;
}
#mc_embed_signup_scroll .mc-field-group {
	display: flex;
	flex-direction: column;
	gap: .75em;
}
#mc_embed_signup_scroll .mc-field-group input {
	border: 1px solid #000;
	min-height :2em;
	width: 100%;
}
#mc_embed_signup_scroll .button {
	color: #fff;
	background: #000;
	padding: 1em 2em;
}


.gm-style-iw-chr {
	position: absolute;
	top: -13px; right: -13px;
}
.map-marker-content {
	padding-right: 6px;
}