@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

*{
    box-sizing:        border-box;
	-moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
}

html{
	padding: 0px;
	margin: 0px;
	border: 0px;
	min-height: 100%;
	width: 100%;
	background-color: rgb(255,255,255);
    opacity: 0;
    transition: opacity 0.5s;
}			
body{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	max-width: 100%;
	min-height: 100%;
	font-family: 'Poppins', sans-serif;
	color: rgb(43,39,40);
}

h1{
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 500;
	margin: 1em 0 1em 0;
	color: rgba(0,102,102,1.00);
}
h1:first-of-type{
	margin-top: 0;
}

h1 + h2{
	margin-top: -1em;
}

h2{
	color: rgba(47,140,140,1.00);
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0;
}

h3{
	color: rgb(184,40,47);
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	padding: 0;
	margin: 0;
}	
h4{
	font-size: 1.4em;
	color: rgb(180,180,180);
	font-weight: 300;
	margin: 0;
}

hr{
	border: none;
	height: 1px;
	background-color: rgb(171, 97, 56);
}

p{
	margin: 0 0 1em 0;
	font-weight: 400;
}

/*-----------------------TITLE BAR ----------------------------------*/

#title {
  	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
	margin: 0;
	background-color: white;
	background-image: -o-linear-gradient(260deg, rgba(76, 106, 141,0.5) 0%, rgb(255,255,255) 30%);
	background-image: linear-gradient(190deg, rgba(76, 106, 141,0.5) 0%, rgb(255,255,255) 30%);
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
	padding-bottom: 3.1em;
}

#title>div:first-of-type{
	width: calc(100% - 4em);
	
	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;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

#title>div>div{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
	text-align: left;
}

.title-logo{
	padding: 1em 0;
}
.title-logo img{
	vertical-align: middle;
   max-width: 450px;
	width: 100%;
}

.social-links{
  text-align: right;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
	font-size: 120%;
}
.social-links a{
	display: inline-block;
	vertical-align: middle;
    margin: 0.12em 0.1em 0.12em 0;
}
.social-links a.phone{
	background-color: rgba(29, 65, 147,1.00);
}
.social-links a{
	background-color: rgba(47, 140, 140,1.00);
}
.social-links a.email{
	background-color: rgb(153,153,153);
}
.social-links div{
	display: inline-block;
	margin: 0 1.5em 0 0.75em;
	white-space: nowrap;
	font-weight: 700;
	color: rgb(115,114,114);
	line-height: 1em;
	text-align: left;
	vertical-align: middle;
	width: 8.0em;
	letter-spacing: 0.1em;
}
.social-links div:first-line{
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0;
}
.social-links img{
	float:left;
	width: 2em;
	height: 2em;
   margin: 0.125em;
}
.social-links span span{
   white-space: nowrap;
   display: inline-block;
}



/*-----------------------------------NAV STYLE -----------------------*/

.navControl{
   background-color: rgba(0,102,102,1.00);
	color: white;
	font-size: min(6vw,2em);
	font-weight: bold;
}
#navContainer{
	position: absolute;
	bottom: 0;
	left: 0;
}
.navHolder{
	background-color: rgb(0, 102, 102);
	position: relative;
	width: 100%; 
	z-index: 5;
}
	.navHolder .social-links {
		display:none; 
		position:relative;
		text-align:center;
		padding: 5px 5px;
	}
	.navHolder .social-links>div{
		float: none;
		display:inline-block;
	}

ul.nav{
	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;
   	-ms-flex-wrap: nowrap;
   	flex-wrap: nowrap;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
ul.nav li{
	position: relative;
	overflow: visible;
}
ul.nav>li{
	display: inline-block;
	padding: 0;
}
ul.nav li>a{
	padding: 0.3em 1em;
}
	
ul.nav>li>a{
	font-weight: bold;
	display: block; 
	display: table-cell;
	width: 100%;
	text-decoration: none;
	vertical-align:middle;
	padding: 0 2em;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-align: center;
	height: 3.1em;
}
	ul.nav>li:first-of-type>a>span{display:none;}
	ul.nav>li:first-of-type>a>img{display:initial;}

ul.nav li:hover>a, ul.nav li.selected>a{
	background-color: rgba(255,255,255,0.2);
}
ul.nav>li ul{
	position: absolute;
	top: 100%;
	left: 60%;
	min-width: 100%;
	overflow: hidden;
	list-style:none;
	padding: 0;
	white-space: nowrap;
	max-height: 0;
	-webkit-transition:        max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s;
	background-color: rgba(255,255,255,0.95);
	text-align:center;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,1);
	box-shadow: 0 0 15px rgba(0,0,0,1);
	color: rgba(0,102,102,1.00);
}
ul.nav>li>ul{
	left: 0%;
	overflow: hidden;
}
ul.nav>li ul:hover{
	overflow:visible;
}
ul.nav li:hover>ul{
	max-height: 600px;
	visibility: visible;
	z-index: 2;
}
ul.nav li>ul{
	z-index: 1;
}
ul.nav>li ul>li:first-of-type{
	border-style: solid;
	border-color: rgb(200,200,200);
	border-width: 0.25em 0 0 0;
}
ul.nav>li ul>li:last-of-type{
	border-style: solid;
	border-color: rgb(200,200,200);
	border-width: 0 0 0.25em 0;
}
ul.nav>li>ul>li a{
	display: block;
	text-align:left;
	text-decoration:none;
	width: 100%;
	height: 100%;
	color: rgba(0,102,102,1.00);
   padding: 0.5em 1em;
   text-align: center;
}
ul.nav>li>ul>li a:hover,
ul.nav>li>ul>li a.selected{
	background-color: rgba(47,140,140,1.00);
	color: white;
}
ul.nav>li>ul>li ul{
	top: 10%;
	visibility: hidden;
}
ul.nav>li>ul>li:hover ul{
	visibility: visible;
}

/* ----------------------- FOOTER ------------------------------ */

.footer>div{
	width: calc(100% - 4em);
	margin: 0 auto;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
}

.footer>div>div{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;	
	-webkit-box-align: center;	
	-ms-flex-align: center;	
	align-items: center;
	padding: 0.5em 0;
	min-width: 280px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.footer-logo{
	line-height: 1.1em;
	font-weight: 900;
	font-size: 1.8em;
	color: rgba(29,65,147,1.00);
	text-align: right;
	
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;	
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.footer-logo>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-logo img{
	float: right;
	vertical-align: middle;
	margin-left: 0.5em;
	width: 250px;
	height: auto;
}

.footer .contact-block{
	color: rgb(115,114,114);
	white-space: nowrap;
	line-height: 1.4em;
	font-size: 0.95em;
	padding: 1em 0;
}
.contact-block>div:first-of-type{
	font-size: 1.2em;
	font-weight: 700;
}
.footer .contact-phone{
	font-size: 1.5em;
	font-weight: 700;
}
.footer .contact-phone a{
	display: inline-block;
	vertical-align: middle;
	background-color: rgb(14,85,50);
	background-color: rgba(47,140,140,1.00);
	overflow: hidden;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
}
.footer .contact-phone img{
	width: 100%;
	height: 100%;
}
.footer .map-link{
	display: inline-block;
	font-weight: 700;
}
.footer .map-link img{
	vertical-align: middle;
	margin: 0 0.5em 0 1em;
}

.sub-footer{
	background-color: rgba(0,102,102,1.00);
	color: white;
	font-size: 0.6em;
	color: white;
	text-align: center;
	line-height: 1.4em;
	padding: 2em;
	font-weight: 300;
	letter-spacing: 0.08em;
}
.sub-footer>div{
	color: rgba(255,255,255,0.4);
}

/* ----------------------------- GENERIC STYLES -------------------------*/


.generic-page{
	width: 100%;
	padding: 4em 0;
}
.generic-page > div{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 2em 2em;
	background-color: rgba(255,255,255,0.6);
}
.whole-page-container{
	background-color: white;
	overflow:hidden;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}


.tbl{
	display: table;
	width:  100%;
	border-collapse: collapse;
}
.tr{display: table-row}
.td{
	display: table-cell;
	padding: 0.1em 0.3em;
}

section{
	position: relative;
	line-height: 1.8em;
   overflow: hidden;
	background: url('../images/panther_logo_watermark_vC.png') no-repeat calc(100% - 50px) calc(100% - 30px)/auto min(calc(100% - 60px),600px), linear-gradient(180deg, white 50%, rgba(47,140,140,0.5) 100%);
}
.generic{
	width: calc(100% - 4em);
	margin: 0 auto;
	padding: 3em 0;
	max-width: 1400px;
   margin: auto;
}
/*
.generic table{
	font-size: 0.8em;
	max-width: 600px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	outline: none;
	background-clip: content-box;
}
*/

.ref-frame{
	width: 100%;
	height: 3500px;
}

.downloads-tbl{
	max-width: 1200px;
	width: 100%;
	margin: 2em auto;
	border: 1px solid rgba(127,127,127,0.5);
	border-radius: 0.2em;
	padding: 0.5em;
	border-collapse: collapse;
}
.downloads-tbl th{
	background-color: rgba(134,134,134,1.00);
	padding: 0.1em 0.5em;
	color: white;
	letter-spacing: 0.1em;
	font-size: 115%;
	font-weight: 600;
}
.downloads-tbl th:first-of-type{
	text-align: left;
}
.downloads-tbl td{
	padding: 0.2em 0.6em;
	border-bottom: 1px solid rgba(127,127,127,0.5);
}
.downloads-tbl tr:nth-of-type(even){
	background-color: rgba(230,230,230,1);
}
.downloads-tbl tr:last-of-type td{
	border-bottom: none;
}

/* ----------------------------- GENERIC PAGE ----------------------------- */

.BGM-generic-page h2{
	margin-left: 2rem;
	margin-bottom: 1em;
}

/* ---------------------------- HOME PAGE -------------------------------- */

.slideShow{
   padding-bottom: 50%;
   min-height: 400px;
   position: relative;
}

.intro{
	font-size: 1.1em;
}
.intro h1{
	text-align: center;
	font-size: 3em;
	font-weight: 400;
}
.intro #jaf h1{
	text-align: left;
}
.event-bar{
	background-color: rgba(153,153,153,1.00);
}
.event-bar>div{

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 1em 0.5em 0 0.5em;
}
.event-bar>div>div{
   margin: 0em 0.5em 1em 0.5em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
}

.week-container{
	background-color: rgba(0,75,75,1.00);
	padding: 0em;
	border-radius: 0.5em;
}
.week-container h3{
	color: white;
   line-height: 1.7em;
}
.days-container{
	background-color: white;
	padding: 0.5em;
	border-radius: 0 0 0.5em 0.5em;
	min-height: 10em;
}
.week-day-container{
	clear: left;
}
.week-day{
	font-size: 1.6em;
	font-weight: bold;
	color: rgba(124,56,0,1.00);
	float: left;
	width: 3em;
	line-height: 1em;
}
.week-day-event{
	margin-left: 5em;
}
.week-day-event a{
	color: inherit;
	text-decoration: none;
}
.week-day-event:hover{
	background-color: rgb(230,230,230);
}


.donation-request>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.donation-request>div>div{
	font-size: 1.3em;
	
	-webkit-box-flex: 2;
	-ms-flex: 2 1 350px;
	flex: 2 1 350px;
}
.donation-request>div>div a{
	display: block;
	margin: 0 auto 1em auto;
	background-color: rgb(171, 97, 56);
	border-radius: 0.4em;
	color: white;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	text-align: center;
	padding: 0.5em;

}
.donation-request>div>img{
	max-width: 100%
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}


.image-preview{
	position: relative;
   min-height: 200px;
}
.image-preview a{
	position: absolute;
	bottom: 1em;
	right: 1em;
	color: white;
	background-color: rgba(124,83,0,1.00);
	padding: 0.5em 2em;
	display: block;
	box-shadow:  0.2em 0.2em 1em black,  0.2em 0.2em 1em black;
	text-decoration: none;
	text-align: center;
	font-size: 1.2vw;
}
.image-preview>div:first-of-type{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.image-preview>div>div{
	flex: 1 1 33.333%;
	height: auto;
}
.image-preview>div>div>img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	min-width: 150px;
   object-fit: cover;
   object-position: top;
   max-height: 375px;
}
.image-preview>div:last-of-type{
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	line-height: 1em;
	color: white;
	font-size: 6vw;
	text-shadow: 0.05em 0.05em 0.2em black,  0.2em 0.2em 1em black;
}

/* ------------------------- ABOUT PAGE ------------------------------- */

.staff .BGM-resource-category-container{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0 -2em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.staff>div:nth-of-type(n+2) .BGM-resource-catHeader{margin-top: 2em;}

.staff .BGM-resource-item-container{
   -webkit-box-flex: 1;
   -ms-flex: 1 1 500px;
   flex: 1 1 500px;
   margin: 2em;
}

.staff .BGM-resource-item{
   height: 100%;
   /* background-color: rgba(215, 173, 108, 0.2); */
   background-color: transparent;
   padding: 0;
}
.staff .BGM-resource-img{max-height: 25em;}


/* ------------------------- VIDEO GALLERY ----------------------------- */

.BGM-vidFeature-container>div:first-of-type{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.BGM-vidFeature-container>div:nth-of-type(2){
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 0;
}
.BGM-moreVid-container{
	padding: 0 2em 2em 2em;
}

/* ---------------------------- CALENDAR PAGE --------------------------- */

.BGM-single-event-container > h2,
.BGM-single-day-container > h2{
   margin: 0 0 1em 0;
}
.btn-GoogleAdd{
   display: block;
   text-decoration: none;
   background-color: rgb(43, 74, 112);
   color: white;
   text-align: center;
   padding: 0.5em;
}
.calendar{
   overflow: hidden;
}



.olCalendar{
	opacity: 0; 
	border-radius: 8px 8px 0 0;
	list-style-position: inside; 
	margin: 0px; 
	padding: 0px; 
	font-family: inherit; 
	cursor:default;
	height: 100%;
	border-radius: 0.5em;
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.olCalendar>li{
	background-color: white;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	z-index: 1;
	
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 14%;
	flex: 1 1 14%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.olCalendar>li:last-of-type{
	border-radius: 0 0 0.5em 0;
}
.olCalendar li:nth-last-of-type(7){
	border-radius: 0 0 0 0.5em;
}
.olCalendar li.hasEvents{
		background-color: rgba(220,155,23,1.00); 
		color:white;
}

.olCalendar li.month{
	width: 100%; 
	font-size: 1.3em;
	line-height: 1.2em;
	color: white; 
	border: none; 
	text-transform: uppercase; 
	background-color: rgba(0,75,75,1.00); 
	padding: 2px 0px; 
	border-radius: 8px 8px 0 0;
	position: relative;
	
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.olCalendar li.month>div:first-of-type{
	font-family: 'Material icons';
	position: absolute;
	right: 0.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
}
.olCalendar li.month>div:last-of-type{
	font-family: 'Material icons';
	position: absolute;
	left: 0.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
}
.olCalendar li.top{
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: rgba(0,47,47,1.00);
}
.olCalendar li ul{
	position: absolute;
	bottom: calc(100% + 0.5em);
	left: -1500%;
	width: 350%;
	border-radius: 0.5em;
	text-align: left;
	background-color: rgb(240,240,240);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	color: black;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	list-style-position: outside;
	list-style: disc;
	padding-left: 2em;
	
}
.olCalendar li ul:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-color: rgb(240,240,240) transparent transparent transparent;
	border-style: solid;
	border-width: 10px 30px 0 30px;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.olCalendar li:hover ul{
	left: 50%;
	opacity: 1;
}
.olCalendar ul li{
	padding: 0.25em;
	border-radius: 0 0.5em 0.5em 0;;
}
.olCalendar ul li:hover{
	background-color: rgb(220,220,220);
}


/* ---------------------------- NEWS PAGE --------------------------------- */

.agenda {
    display: inline-block;
    margin: 0 0 0.5em 1em;
	 float: right;
    background-color: rgb(14,85,50);
    border-radius: 0.4em;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 0.5em 2em;
}

.BGM-blog-group{
}

.BGM-eBlog{
	padding: 1em;
	max-width: 1200px;
	margin: auto;
}

.BGM-eBlog .byline{
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
	text-align: center;
	position: relative;
	background-color: rgb(20, 48, 85);
	border-radius: 0.5em;
}
.BGM-eBlog .byline span:nth-of-type(1){
	position: absolute;
	top: -3em;
	left: 0;
	white-space: nowrap;
}
.BGM-eBlog .byline span:nth-of-type(2){
	position: absolute;
	top: -3em;
	left: 5em;
	white-space: nowrap;
}
.BGM-eBlog .byline span:nth-of-type(3){
	display: block;
	color: white;
	line-height: 1em;
	background-color: rgba(255,255,255,0.4);
	padding: 0.3em 1em 0.4em 1em;
	border-radius: 0.5em 0.5em 0 0;
}
.BGM-eBlog .byline span:nth-of-type(4){
	display: block;
	color: white;
	line-height: 1em;
	font-size: 3em;
	font-weight: 700;
	padding: 0.2em 0.2em;
	min-width: 2em;
	
}
.BGM-eBlog .byline span:nth-of-type(5){
	display: none;
}
.BGM-eBlog .byline span:nth-of-type(6){
	display: block;	
	color: white;
	line-height: 1em;
	background-color: rgba(255,255,255,0.7);
	padding: 0.4em 1em 0.3em 1em;
	font-weight: 700;
	border-radius: 0 0 0.5em 0.5em;
}
.BGM-eBlog .byline span:nth-of-type(7){
	display: none;
}
.BGM-eBlog .byline span:nth-of-type(8){
	display: none;
}
.BGM-eBlog h2 {
    margin-bottom: 2em;
}


/* ------------------------ LINK PAGE ------------------------------- */

.MMHSlinks img{ border: none;}
.BGM-resource-item{background-color: rgb(220,240,220); }


/* ----------------------- CONTACT PAGE ------------------------------ */

.contact-container{
	width: calc(100% - 4em);
	margin: 0 auto;
	padding: 0;
}
.contact-page{
}
.news-container{
	width: calc(100% - 4em);
	margin: 0 auto;
	padding: 3em 0;
}
.shiv-contact{
	display: flex;
	justify-content: space-between;
	gap: 2em;
	align-items: stretch;
	padding: 4em 2em 2em 2em;
	flex-wrap: wrap;
}
.shiv-contact > div{
	flex: 1 1 350px;
}

#BGM_contactMap{
	height: calc(100% - 7em);
}

/* -------------------------- PRIVATE FILES/LINKS ----------------------- */

.private-links-container{
   display: flex;
   align-items: stretch;
   justify-content:space-around;
   flex-wrap: wrap;
}
.private-links-container a{
   flex: 1 1 calc(33% - 4em);
   text-align: left;
   padding: 1em;
   background-color: rgba(255,255,255,0.7);
   border-radius: 0.5em;
   border: 1px solid rgb(240,240,240);
   margin: 0.5em 1em;
	text-decoration: none;
}
.pf-container{
	width: 1400px;
	max-width: calc(100% - 4em);
	margin: 0 auto;
	padding: 3em 0;
}


/* -------------------------- DEFAULT OVERRIDES --------------------------*/


.BGM-map-address-container{
    background-color: rgba(153,153,153,1.00);
    color: white;
    line-height: 1.2em;
    padding: 1em;
}
.BGM-map-address-container a{color: rgba(29,65,147,1.00);}

.bgm-ss-caption{
	padding: 1em;
	font-size: 1.4em;
	font-weight: 300;
	background-color: rgba(0,0,0,0.4);
	}
#bgm-ss-enunciator{bottom: 0;}



.bgm-vid-gallery-big-screen{margin: 0 0 2em 0; -webkit-box-shadow: none; box-shadow: none; padding-bottom: 70vh;}
#vidDetails>div:first-of-type{width: calc(100% - 4em); margin: 0 auto;}


.BGM-imgCenter{max-width: 100%!important;}

.BGM-eBlogMultiImg{height: 15em;}

.BGM-file-ex-display{width: auto;}

.BGM-form.logout-form{
	width: auto;
}

.BGM-store-product-image img{
	border: 1px solid rgb(150,150,150);
}
.BGM-gallery-alt5-group-container figure:last-of-type .BGM-thumb {
    max-width: 700px;
}

.BGM-upcomingEvent-Container{
	padding: 2em;
	width: 1500px;
	max-width: 100%;
	margin: 2em auto;
}


.BGM-imgRight img, .BGM-imgLeft img{
	max-height: 400px;
}







/* --------------------- MEDIA QUERIES ------------------------------------ */


@media screen and (max-width: 1600px){
}

@media screen and (max-width: 1500px){
}

@media screen and (max-width: 1400px){
	body{font-size: 0.8em;}
}

@media screen and (max-width: 1200px){
}

@media screen and (max-width: 1100px){
   .social-links{font-size: 0.9em;}
}

@media screen and (max-width: 1000px){
   .social-links{font-size: 0.8em;}
}

@media screen and (max-width: 900px){
}

@media screen and (max-width: 850px){
}

@media screen and (max-aspect-ratio: 1), 
screen and (orientation: portrait),
screen and (max-width: 800px){
	
	#title{
		position: fixed;
		top: 0;
		left: 0%;
		bottom: 0;
		width: 30%;
		min-width: 18em;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		padding: 45px 0 0 0;
		overflow: auto;
		-webkit-transform: translateX(-105%);
		-ms-transform: translateX(-105%);
		transform: translateX(-105%);
		-webkit-transition: -webkit-transform 0.25s;
		transition: -webkit-transform 0.25s;
		-o-transition: transform 0.25s;
		transition: transform 0.25s;
		transition: transform 0.25s, -webkit-transform 0.25s;
	}
	#title{z-index: 5; -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); box-shadow: 5px 5px 10px rgba(0,0,0,0.5); background-color: rgb(230,230,230);}
	#title>div:first-of-type{-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
	#title>div:last-of-type{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
	#title>div{display: block!important;}
	#title>div>div:first-of-type>a>img{width: 100%;}
	.title-logo{text-align: center!important;}
	.title-logo img{ max-width: 100%!important; width: 100%!important;}
	
	.social-links{display:block!important; text-align: center!important;}
	.social-links>div,
	.social-links>a:nth-of-type(-n+2){display:none;}

	.navControl{display: block}
	#navContainer{position: relative;}
	.navHolder{width: 100%; height: auto; padding: 2em 0;}
	ul.nav{-ms-flex-wrap: wrap;flex-wrap: wrap; height: auto;}
	ul.nav>li{-webkit-box-flex: 1;-ms-flex: 1 1 100%;flex: 1 1 100%; max-width: 100%;}
	ul.nav>li>a{padding: 0.5em 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	ul.nav>li ul{position: relative; left: 0}
	ul.nav>li>ul>li a{white-space: normal; text-align: left;}
	ul.nav>li ul>li ul>li>a{padding: 0.5em 1em 0.5em 2em; background-color: rgba(255,255,255,0.05)}
	
	.bgm-ss-caption{font-size: 1.8em; text-align: center;}
	.section-flex>div:first-of-type{padding-right: 0;}
	.section-flex>div:last-of-type{padding-left: 0; padding-top: 2em;}

	.image-preview a{font-size: 1em;}

   .private-links-container a{flex: 1 1 calc(50% - 4em);}
	
	.music-sections{display: none;}
   
}
	

@media screen and (max-width: 700px){
}

@media screen and (max-width: 600px){
}
@media screen and (max-width: 500px){  
   .donation-request>div>div{font-size: 1.3em;}
   .donation-request>div>img{max-width: 300px; margin: 0 auto;}
   .private-links-container a{flex: 1 1 calc(100% - 4em);}
	.ref-frame{height: 3700px;}

}

@media screen and (max-width: 450px){
}

@media screen and (max-width: 400px){
	.footer-logo>div{font-size: 0.8em;}
	.ref-frame{height: 4050px;}
}



@media print{
	.main{width: 1400px!important}
	.noprint{display:none;}
	.BGM-CMS-admin-control, .BGM-CMS-form-container, #bgm-cms-screen, .aux-link-container, .homeRule, .slide-show{display:none;}
	*{background-color: white!important; background-image: none!important; background: initial!important;}
}

/*-----------*/