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

	Elements.css for Squivotheme
	Sep 2018
	
	Replace Colours:
	100 , 100 , 100
	137 , 0 , 126
	22 , 17 , 141
	
	Replace Fonts:
	font-family: 'Playfair Display', serif;
	"Cormorant Infant"
	
**********************************/

/* Content */

.main-page-header{
	position:relative;
	width:100%;
	max-width:1800px;
	margin:0 auto;
	height:650px;
	max-height:650px;
	z-index:10;
	font-size:16px;
	background:transparent;
	overflow:hidden;
}

.main-page-header.instructor{
	height:auto !important;
}

.main-page-header.instructors{
	/*SB 2012 - new instructor pics might be shorter of taller - check responsive.css too*/
	height:750px;
	max-height:750px;
}

.main-page-header.discipline-archive{
	height:30vw;
}

.mission-statement{
	position:absolute;
	top:0px;
	right:0px;
	padding:5px 10px;
	color:white;
	font-family: 'Playfair Display SC', serif;
	z-index:100;
	font-weight:500;
	font-style:italic;
	background:rgba( 0 , 0 ,0 , .25 );
}

.title-container{	
	position:absolute;
	width:100%;
	bottom:0px;
	margin-right:0;
	margin-left:0;
	z-index:100;
	/*background: -webkit-linear-gradient( rgba( 236 , 0 , 140 , .6 ) , rgba( 236 , 0 , 140 , .9 ) );*/
	background: #571F3F;
}

.title-container.narrow::after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	/*background: -webkit-linear-gradient( rgba( 236 , 0 , 140 , .6 ) , rgba( 236 , 0 , 140 , .9 ) );*/
	background: #571F3F;
	z-index:1;
}

.title-container.discipline.narrow::after{
	/*background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , .6  ) ,  rgba( 217 , 164 , 65 , .9  ) );*/
	background:#BDB4B4;
}

.title-container.discipline{	
	/*background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , .6  ) ,  rgba( 217 , 164 , 65 , .9  ) );*/
	background:#BDB4B4;
}

.title-container h1{
	position:relative;
	text-align:left;
	font-weight:500;
	margin:0;
	font-size:50px;
	line-height:60px;
	padding:10px;
	padding-left:0;
	padding-left:50px;
	/*background: -webkit-linear-gradient( rgb( 200 , 200 , 200 ) 10% , rgb( 255 , 255 , 255 ) );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    z-index:500;
}

.title-container.discipline h1{
	/*background: -webkit-linear-gradient( rgb( 35 , 31 , 32 ) 10% , rgb( 88 , 89 , 91 ) );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color:#571F3F;
}
.title-container.mobile,
.title-container.stand-alone,
.main-page-header.instructor .title-container{
	position:relative;
}

.title-container.mobile{
	/*background: -webkit-linear-gradient( rgba( 236 , 0 , 140 , 1 ) , rgba( 236 , 0 , 140 , .8 ) );*/
	display:none;
}

.title-container.discipline.mobile{	
	/*background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , 1  ) ,  rgba( 217 , 164 , 65 , .8  ) );*/
}

.title-container.mobile h1{
	font-size:35px;
	line-height:40px;
}

.featured-txt-wrapper{
	display:table;
	width:100%;
	height:100%;
}

.featured-image-txt{
	font-size:30px;
	font-size:2vw;
	position:relative;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	color:rgb( 255 , 255 , 255 );
	font-family: "Cormorant Infant" , Georgia , serif;
	z-index:2;
	top:-6%;
	padding:0 1%;
}

.featured-image-txt h1{
	border:none;
	display:block;
	font-size:60px;
	font-size:6vw;
	margin:0;
	padding:0;
}

.page-item .featured-image-txt h1{
	font-size:60px;
}

.page-item .featured-image-txt{
	font-size:30px;
}

.content-area,
.site-content{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.article-content{
	position:relative;
	display:block;
	font-size:18px;
	width:100%;
	margin: 0 auto;
	text-align:left;
}

.hentry {
	padding:0;
}

.entry-header,
.sub-entry-content,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1800px;
	padding:0;
	width: 100%;
	color:rgb( 25 , 25 , 25 );
	text-align:left;
}

/* Entry Content */

.entry-content,
.post-content{
	position:relative;
	z-index:1;
}

.entry-content.padded{
	padding:100px 0;
}

.entry-content p{
	margin-left:5px;
}

.entry-content ol,
.entry-content ul{
	margin-left: 45px;
}

.entry-content ul li {
  list-style: none; 
  position:relative;
}

.entry-content ul li::before {
  /*color: rgb( 236 , 0 , 140 );*/
  color:#790E4C; 
  content: "\2022"; 
  font-size: 22px; 
  line-height:16px;
  position:absolute;
  top: 3px; 
  left:-15px;
}

.entry-content ul li.no-style::before{
	content:'';
}

.entry-content h3{
	color:#790E4C
}

.text-panels{
	position:relative;
	padding:100px 0 0;
}

.text-panel{
	display:inline-block;
	position:relative;
	vertical-align: top;
	width:50%;
	float:left;
	padding: 0;
	margin:0 auto;
}

.text-panel.left{
	padding-left:100px;
}

.text-panel.right{
	padding-right:100px;
}

.text-panel.wide{
	width:100%;
	float:none;
	padding:0 100px;
}

.text-panel-clear{
	clear:both;
}

.text-panel-clear.padded{
	padding-bottom:100px;
}

.body-text{
	margin:0 auto;
	width:100%;
	max-width:850px;
	padding:0 25px;
	text-align:left;
}

.text-panel.left .body-text{
	padding-right:50px;
}

.text-panel.right .body-text{
	padding-left:50px;
}

.entry-content .body-text p{
	margin:25px 0;
	padding:0 25px;
}

.inline-video{
	width:90%;
	height:22vw;
}

.related-instructor-container{
	
}

ul.related-instructor-links{
	list-style-type:none;
	margin:0;
	padding:0;
}

.related-instructor-links li::before{
	display:none;
}

li.related-instructor-link{
	display:inline-block;
	vertical-align: top;
	position:relative;
	max-width:120px;
	/*width:auto;*/
	width:120px;
	margin:10px;
	background:transparent;
	line-height:17px;
}

.related-instructor-link > a{
	display: block;
	overflow:hidden;
	font-weight:100;
	text-align:center;
}

.related-instructor-link > a > span{
	height:120px;
	width:120px;
	max-width:120px;
	overflow:hidden;
	display: block;
	position:relative;
	margin-bottom:5px;
	border-radius:50%;
}

.related-instructor-link > a > img{
	width:100px;
	height:auto;
	margin:0 auto;
}

.inline-image.half{
	float:left;
	width:49%;
	margin-left:1%;
	margin-bottom:1%;
}
/*****************************
	
	Custom Posts & Pages
	
*****************************/

.page-item{
	position:relative;
	display:block;
	background:rgb( 255 , 255 , 255 );  
}

.page-item-content{
	position:relative;
}

.page-item-content p{
	position:relative;
	max-width:750px;
	width:100%;
	margin:0 auto;
	padding-top:25px;
}

.page-item-content p:empty{
	margin:0;
	padding:0;
}

.page-item-content ul{
	margin:25px auto;
	text-align:left;
	list-style: none;
	max-width: 750px;
}

.page-item-content li{
	position:relative;
	padding:15px 15px 15px 25px;
}

.page-item-content li:before{
	position:absolute;
	content:'';
	left:10px;
	top:15px;
	bottom:15px;
	width:1px;
	background:rgb( 25 , 25 , 25 );
}

.page-item-content li:nth-child(odd):before{
	position:absolute;
	content:'';
	left:10px;
	top:15px;
	bottom:15px;
	width:1px;
	background:rgb( 227 , 24 , 55 );
}

.page-item-content li:nth-child(odd){
	background:rgb( 255 , 255 , 255 );
}

.page-item-image{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	height:300px;
	width:100%;
	padding:0;
}

.page-item-image.inline{
	height:600px;
	width:55%;
}

.page-item-container{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	padding:75px 100px;
	font-size:16px;
	width:100%;
}

.page-item-container.inline{
	width:45%;
}

.page-item-container.width-manager,
.page-item-container.no-bg{
	display:block;
	width:100%;
	max-width:1024px;
	margin:0 auto;
}

.page-item-title{
	position:relative;
}


/*gallery*/
#gallery-wrapper{
	position:relative;
	position:absolute;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:all .2s linear;
	z-index:1;
	overflow:hidden;
}

#gallery-wrapper.off{
	left:100%;
	right:-100%;
}

.gallery-title{
	position: absolute;
    margin: 0 auto;
    left: 0;
    z-index: 1000;
    right: 0;
    padding:.5%;
    background: rgba( 0 , 30 , 63 , .8 );
    color:white;
}

#gallery-container{
	position:relative;
	display:block;
	width:100%;
	height:100%;
}

#gallery-container.slider{
	white-space: nowrap;
	font-size:0;
	border-bottom:none;
}

.mm-gallery .gallery-item{
	position:absolute;
	display:inline-grid;
	grid-template-columns: 1fr;
	align-items:center;
	align-content:center;
	justify-content: center;
	visibility: visible;
	white-space: normal;
	height:100%;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:1;
	transition:all 2s ease;
}

#gallery-container.slider .gallery-item{
	transition:none;
}

.mm-gallery .gallery-item.off{
	opacity:0;
	visibility: hidden;
}

#gallery-container.slider .gallery-item{
	display:inline-grid;
	grid-template-columns: 1fr;
	align-items:center;
	align-content:center;
	justify-content: center;
	position:relative;
	width:100vw;
}

#gallery-container.slider .gallery-item.off{
	opacity:1;
}

#gallery-container.slider .gallery-item.off .caption-box-container{
	bottom:-100%;
}

.gallery-size-thumbnail .gallery-item{
	float:left;
	margin:1px;
	width: 125px;
}
/*gallery buttons*/
.gallery-button{
	position:absolute;
	width:45px;
	height:45px;
	background:rgba( 255 , 255 , 255 , 0 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:40%;
	z-index:9999;
	transition:all .2s ease;
	cursor:hand;
	cursor:pointer;
}

.gallery-left{
	left:10px;
}

.gallery-right{
	right:10px;
}

.gallery-left:hover,
.gallery-right:hover{
	background:rgba( 255 , 255 , 255 , 1 );
}

.gallery-button img{
	width:45px;
	height:45px;
}

.gallery-left.off{
	left:-200px !important;
	opacity:0;
}
.gallery-right.off{
	right:-200px !important;
	opacity:0;
}


/* gallery text*/
.caption-box-container{
	display:block;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	transition:all .4s ease;
}

.caption-box{
	background:rgb( 255 , 255 , 255  );
	padding:10px;
	width:auto;
	z-index:1;
}

.caption-box-content{
	position: relative;
    display: inline-block;
    background: white;
    padding: 10px 2.5%;
	font-size:1.6vw;
	line-height:1.6vw;
	color:rgb( 25 , 25 , 25 );
	z-index:2;
}

.homepost-content-wrapper,
.homepost-content-wrapper.top{
	/*position:absolute;
	top:50px;
	width:100%;
	margin-left:auto;
	margin-right:auto;*/
	transition:.2s;
}

.homepost-content-wrapper.bottom{
	/*top:auto;
	bottom:225px;
	margin-left:auto;
	margin-right:auto;*/
}

.blur-bg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	filter:blur(5px) grayscale(100%);
}

.blur-bg-cover{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#120D06;
	background:#BDB4B4;
	background:#F7F6F2;
	opacity:.6;
}

.dark .blur-bg-cover{
	background:#120D06;
}

.homepost-content h1,
.homepost-content h2{
	background:#F7F6F2;
	color:#790E4C;
	padding:15px 30px;
	border-radius:15px;
	margin-bottom:15px;
	font-weight:100;
	letter-spacing: 2px;
	font-size:26px;
	line-height:28px;
	display:inline-block;
}

.homepost-content h2,
.homepost-content h2:hover,
.light .homepost-content h2,
.light .homepost-content h2:hover{
	background:#790E4C;
	color:#F7F6F2;
}

.homepost-content *{
	font-weight:300;
}

.light .homepost-content *{
	color:#120D06;
}

.light .homepost-content a{
	color:#790E4C;
	font-weight:300;
}

.dark .homepost-content *{
	color:#F7F6F2;
}

.dark .homepost-content a{
	color:#f2e7ed;
	font-weight:300;
}

.dark .homepost-content h2,
.dark .homepost-content h2:hover{
	background:#F7F6F2;
	color:#790E4C;
}

.gallery-item .homepost-content,
.gallery-item .homepost-link{
	transition:.8s;
	bottom:0px;
	opacity:1;
}

.gallery-item.off .homepost-content,
.gallery-item.off .homepost-link{
	bottom:-10px;
	opacity:0;
}

/*
.homepost-content-wrapper.right{
	top:40%;
	bottom:auto;
	right:50px;
	width:70%;
	left:auto;
	text-align:right;
}

.homepost-content-wrapper.left{
	top:40%;
	bottom:auto;
	right:auto;
	left:50px;
	width:70%;
	text-align:left;
}*/

.homepost-content-container{
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:25px;
	background:transparent;
	overflow:hidden;
}

.homepost-content-container .homepost-content{
	position:relative;
	display:inline-block;
	padding:10px 20px;
	margin-bottom:25px;
	border-radius:15px;
	line-height:14px;
	line-height:18px;
	max-width:650px;
}

.homepost-content-container .homepost-content p{
	margin:10px 0;
	
}
.homepost-content-wrapper.dark .homepost-content{
	/*
	background:linear-gradient( rgba( 230 , 230 , 230 , .8 ) , rgba( 255 , 255 , 255 , .9 ) );
	border:1px solid white;*/
	background:#BDB4B4;
	color:#120D06;
	background:transparent;
}

.homepost-content-wrapper.light .homepost-content{
	/*background: -webkit-linear-gradient( rgba( 236 , 0 , 140 , .8 )  ,  rgba( 236 , 0 , 140 , .9 ) );*/
	/*background: -webkit-linear-gradient( rgba( 25 , 25 , 25 , .8 )  ,  rgba( 0 , 0 , 0 , .9 ) );
	border:1px solid rgb( 0 , 0 , 0  );*/
	background:#571F3F;
	color:#F7F6F2;
	background:transparent;
}


.homepost-content-container .homepost-link{
	position:relative;
	display:block;
	width:100%;
}


.homepost-content-wrapper .homepost-link .button-wrapper a{
	/*background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , 1  ) ,  rgba( 217 , 164 , 65 , .9  ) );
	border:1px solid rgba( 217 , 164 , 65 , 1 );
	color:white;*/
}

.homepost-content-wrapper.light .homepost-link .button-wrapper a{
	/*color:rgb( 25 , 25 , 25 );*/
}

.homepost-content-wrapper .homepost-link .button-wrapper a:hover{
	/*border:1px solid rgba( 255 , 255 , 255 , 1 );*/
}


#home-page-gallery-buttons{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	bottom:100px;
	padding:20px;
	z-index:999;
}
#home-page-gallery-buttons.off{
	display:none;
}

.homepost-button{
	position:relative;
	display:inline-block;
	border-radius:50%;
	background:#790E4C;
	border:1px solid #BDB4B4;
	height:15px;
	width:15px;
	margin:5px 7px;
	cursor:hand;
	cursor:pointer;
	transform:scale(1.2);
}

.homepost-button.off:hover{
	background:#120D06;
	transform:scale(1.2);
}

.homepost-button.off{
	background:#F7F6F2;
	border:1px solid #BDB4B4;
	transform:scale(1);
	transform-origin: center;
}

.site-document{
	position:relative;
	display:inline-grid;
	grid-template-columns:1fr;
	grid-gap:0;
	align-items:center;
	margin:0 25px 25px;
	background:#790E4C;
	/*background: -webkit-linear-gradient( rgba( 245 , 245 , 245 , .2 ) , rgba( 245 , 245 , 245 , .4 )); */
	padding:15px 30px;
	border-radius:15px;
	cursor:hand;
	cursor:pointer;
	transition:.2s;
}
.site-document.external{
	background:#571F3F;	
}

.site-document:hover{
	background: #BDB4B4;
}

.site-document p{
	margin:0 !important;
	padding:0 !important;
}

.site-document p.download-icon{
	display:inline-block;
	display:none;
	position:relative;
	vertical-align: top;
	height:auto;
	width:0;
}

.site-document p.download-info{
	display:inline-block;
	position:relative;
	vertical-align: top;
	
}

.site-document p.download-info a,
.site-document p.download-info a:hover{
	text-decoration:none;
}

.site-document p.download-info a .document-updated{
	font-weight:100;
	color:#BDB4B4;
	transition:.2s;
}

.site-document:hover p.download-info .document-updated{
	color:#F7F6F2;
}

.site-document .document-title{
	font-size:16px;
	line-height:19px;
	letter-spacing:2px;
	text-transform: uppercase;
	transition:.2s;
	display:block;
	font-weight:100;
	color:#F7F6F2;
}
.site-document:hover .document-title{
	color:#571F3F;
}

.site-video h4{
	height:50px;
}
.site-document .document-updated{
	font-size:12px;
	text-decoration:none;
	display:block;
	margin-top:2px;
}

.site-video iframe{
	width:100%;
	height:500px;
}

.wp-block-embed__wrapper iframe{
	width:100%;
}

/*MAP*/
.map-container{
	height:30vw;
	max-height:675px;
	width:100%;
	margin:0 auto;
}

.map-container img{
	max-width:none;
}

.mobile-map{
	display:none;
	overflow:hidden;
}


/*  Hidden containers*/
.site-container-title{
	position:relative;
	cursor:hand;
	cursor:pointer;
	padding-left:25px;
}

h2{
	padding:5px;
	margin:0;
}

h2,
.site-container-title.on h2,
.site-container-title h2:hover{
	/*
	background: -webkit-linear-gradient( rgba( 68 , 10 , 137 , 1 ) ,  rgba( 236 , 0 , 140 , 1 ) );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color:#790E4C;
	font-family:'acherus_grotesque' , sans-serif;
	font-weight:100;
}

h2 > a,
h2 > a:hover{
	text-decoration:none;
}

h2:hover,
.contact-footer h2,
.site-container-title h2{
	color:rgb( 25 , 25 , 25 );
	-webkit-text-fill-color:currentcolor;
}
.site-container-title.on,.site-container.on{
	background:transparent;
}
/*
.site-container-title.on h2{
	color:rgb( 236 , 0 , 140 );
	color: #BDB4B4;
}*/

.site-container-title:before{
	content:'+';
	position:absolute;
	left:10px;
	top:15px;
	color: #571F3F;
}

.site-container-title.on:before{
	content:'-';
}

.site-container{
	display:none;
}

.site-container.on{
	display:block;
	padding:10px 50px;
	margin-bottom:20px;
	border-bottom:1px solid #BDB4B4;
}
.site-container h3,
.site-container h4{
	padding-left:0;
}


.mobile-section-display{
	display:none;
}


.info-box{
	/*
	background:rgba( 217 , 164 , 65 , .05 );
	background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , .05  ) ,  rgba( 217 , 164 , 65 , .1  ) );
	border-left:3px solid rgba( 217 , 164 , 65 , .5 );
	*/
	background:#BDB4B4;
	color:#F7F6F2;
	margin:25px 0;
	padding:15px 30px;
	transition:1s;
	border-radius:15px;
}

/*
.info-box:hover{
	border-left:3px solid rgba( 217 , 164 , 65 , 1 );
}*/

.info-box > .icon{
	position:relative;
	display:inline-block;
	margin-right:15px;
	height:auto;
	float:left;
	color:#571F3F;
}

.info-box h4.header{
	margin:-3px 0 0;
	padding-left:0;
	padding-bottom:3px;
	border-bottom:1px solid rgba( 217 , 164 , 65 , .5 );
}

/* Main Site Button Design */

.button-wrapper a.site-button{
	display:inline-block;
	position:relative;
	padding: 10px 20px;
	/*background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , 0  ) ,  rgba( 217 , 164 , 65 , 0  ) );
	border:1px solid rgba( 217 , 164 , 65 , 1 );*/
	transition:.2s;
	border-radius:15px;
	margin:0 25px 25px;
	background:#790E4C;
	letter-spacing:2px;
	font-weight:100;
	text-transform: uppercase;
	color:#F7F6F2;
	border:1px solid #571F3F;
	color:#571F3F;
	background:transparent;
	color:#790E4C;
	border:1px solid #790E4C;
}

.button-wrapper a.site-button:hover{
	/*background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , .5  ) ,  rgba( 217 , 164 , 65 , .75  ) );*/
	text-decoration:none;
	background:#BDB4B4;
	color:#571F3F;
}

.dark .button-wrapper a.site-button{
	color:#ffffff;
	border:1px solid #ffffff;	
}

.button-wrapper.center{
	text-align:center;
}

.button-wrapper.right{
	text-align:right;
}

.button-wrapper.left{
	text-align:left;
}



.staff-panels{
	position:relative;
	padding:75px 50px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap:50px;
}

.staff-panel{
	position:relative;
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	border-radius:15px;
}

.staff-panel h2{
	margin-bottom:0;
	line-height:30px;
}

.staff-panel .bio-image{	
	overflow:hidden;
	position:relative;
	width:100%;
	height:40vw;
	max-height:700px;
	border-radius:15px;
}

.staff-panel .bio-image img{
	position:relative;
	width:100%;
}

.staff-header{
	position:absolute;
	width:75%;
	background:#F7F6F2;
	z-index:10;
	bottom:50px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding:15px 30px;
	box-shadow: 5px 10px 15px rgb( 9 , 9 , 9 , .3 );
}

.bio-panel{
	padding:50px;
	padding-bottom: 100px;
}

.bio-name{
	margin:0;
	padding-left:0;
}
.bio-name > a{
	font-family: 'acherus_grotesque' , sans-serif;
	font-weight:100;
	letter-spacing:2px;
	font-size:20px;
	line-height:22px;
	display:inline-block;
	margin:0;
}

.bio-name > a:hover{
	text-decoration: none;
}

.bio-info{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:33%;
}

.bio-text{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:60%;
	padding-left:100px;
}

.bio-text p:first-child{
	margin-top:0;
}

.staff-panel .bio-title{
	position:relative;
	color:#120D06;
	font-weight:100;
	font-size: 85%;
    margin-top: -5px;
}

.bio-info .bio-image{
	border-top:0;
	border-radius:15px;
}
/*
.bio-image .over-container{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	background-image:linear-gradient( rgba( 0 , 0 , 0 , 0 ) 50% , rgba( 0 , 0 , 0 , .75  ) );
	transition:.2s;
	visibility:hidden;
	opacity:0;
}

.bio-image:hover .over-container{
	visibility:visible;
	opacity:1;
}*/

.staff-panel .button-wrapper{
	position:absolute;
	width:100%;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	bottom:0;
	display:inline-block;
}

.bio-image .button-wrapper a.site-button{
	color:white;
	bottom:-40px;
}

.bio-image:hover .button-wrapper a.site-button{
	bottom:40px;
}

.bio-image .button-wrapper a:hover{
	/*
	background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , .5  ) ,  rgba( 217 , 164 , 65 , .75  ) );
	color:white;*/
	text-decoration:none;
}

.bio-text .button-wrapper{
	position:relative;
	width:100%;
	text-align:center;
	display:inline-block;
}

#staff-bio-overlay{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba( 0 , 0 , 0 , .7 );
	opacity:0;
	visibility:hidden;
	z-index:1000;
	transition:.1s;
}

#staff-bio-overlay.on{
	opacity:1;
	visibility:visible;
}
/*
.discipline-list{
	position:relative;
	width:100%;
	padding-left:100px;
	padding-bottom:100px;
}

.discipline-panel{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	float:left;
	width:50%;
	height:35vw;
	max-height:600px;
	padding:0;
	margin:0;
	text-align:left;
	background:transparent;
}

.discipline-content{
	position:absolute;
	display:block;
	top:100px;
	left:0;
	right:100px;
	bottom:0;
	padding:0;
	cursor:hand;
	cursor:pointer;
	transition:.2s;
	z-index:1;
	box-shadow:0px 2px 5px rgb( 200 , 200 , 200 );
	
}

.discipline-panel:nth-child(odd){
	border-left:none;
}

.discipline-panel h2{
	margin:0 auto;
	display:block;
	background: -webkit-linear-gradient( rgba( 217 , 164 , 65 , .6 ) ,  rgba( 217 , 164 , 65 , .8 ) );
	color:white;
	position:absolute;
	bottom:0;
	width:100%;
	-webkit-text-fill-color:white;
	padding:10px;
	transition:.2s;
	text-align:center;
}

.discipline-content:hover h2{
	padding-bottom:20px;
}

.discipline-panel > a{
	text-decoration:none;
	display:block;
	width:100%;
	text-align:center;
	color:white;
}*/

.tile-list{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:75px;
	padding:75px;
}

.tile{
	display:block;
	border-radius:15px;
	background:#BDB4B4;
	height:35vw;
	cursor:hand;
	cursor:pointer;
	box-shadow:0px 5px 15px rgba( 0 , 0 , 0 , .1 );
	transition:.2s;
}

.tile h3{
	background:#F7F6F2;
    font-family: 'acherus_grotesque' , sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 22px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding:15px 30px;
	display:inline-block;
	margin-top:50px;
	max-width:50%;
	width:auto;
	text-decoration: none;
	transition:.2s;
	
}

.tile.alt h3{
	background:#790E4C;
	color:#F7F6F2;
}

.tile:hover{
	box-shadow:0px 5px 15px rgba( 0 , 0 , 0 , .3 );
}

.tile.not_active{
	cursor:default;
}


.entry-content p:empty{
	padding:0;
	margin:0;
}

.marrmac-greyscale-logo{
	position:fixed;
	opacity:.1;
	width:100%;
	top:125px;
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
	z-index:0;
}

.marrmac-greyscale-logo img{
	width:40vw;
	max-width:500px;
	opacity:.25;
}

.instagram-container{
	position:relative;
	height:auto;
	display:block;
}

.instagram-container .instagram-item{
	display:inline-block;
	width:125px;
	height:125px;
	margin:10px;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	background-color:rgb( 245 , 245 , 245 );
	transition:.2s;
	border:1px solid rgba( 217 , 164 , 65 , 1 );
	border-radius:3px;
}

.instagram-container .instagram-item:hover{
	opacity:.7;
}

td{
	border-top:1px solid #BDB4B4;
	padding-left:15px;
	border-left:1px solid #BDB4B4;
}

td:first-child{
	border-left:none;
}

table,
th{
	border-bottom:1px solid #BDB4B4;
}

tr:nth-child(odd) td{

}

tr:nth-child(even) td{

}


.homepost-content ul{
	list-style-type: none;
	font-weight:bold;
	padding:15px;
	padding-top:0;
	margin-top:5px;
}

.homepost-content ul li{
	margin-bottom:10px;
}

#sb_instagram{
	background:transparent !important;
}

.sbi_load_btn{
	background:#790E4C !important;
}

.sbi_follow_btn.sbi_custom a{
	background:#571F3F !important;
}

.sbi_follow_btn.sbi_custom a:hover{
	background:#790E4C !important;
}

iframe