*{
	margin: 0;
	padding: 0;
}

html,
body{
	height: 100%;
}

.ph-space{
	position: absolute;
	top: 120px;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 1080px;
	color: #fff;
	/*background: url(../uploads/7215847534646788096_n.jpg) no-repeat center center;
	/*-webkit-background-size: cover;
	/*background-size: cover;	*/
}

.ph-item{		
	display: table-cell;
	width: 100%;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}

.pg-content{
	min-height: 768px;
	margin: 10%;
	margin-top: 50px;
	margin-bottom: 0;
	min-width: 600px;
	max-width: 1600px;
	display:flex;
	flex-direction: column;
	justify-self: center;
}

.pg-title{
	width:100%;
	justify-content: left;
	padding-bottom: 10px;
	text-align: center;
}

.pg-title h1 {
	margin: auto;
}

.gal-years {
	margin-bottom: 0px;
}

.gal-years span{
	color:#848494; 
	text-decoration: underline;
	cursor:pointer;
	padding:0 3px;
}

.gal-years span:hover, #op2022{
	color:#1588be;
	font-weight: bold;
}


.pg-main {
	display:none;
}

#pg-main .wrapper1270-main {
	min-height: 108px;
}

#pg-main-2022 {
	display:block;
}


.gal-years {
	margin-top: 30px;
	text-align: center;
}


.col-75{
	width:75%;

}

.underline{
	border-bottom: 1px solid #1588be;
	padding-bottom:10px;
}

.subhead{
	margin-top: 40px;
	margin-bottom: 20px;
	color:#1588be !important;
	font-family: "enriqueta" !important;
	font-weight: 600 !important;
	letter-spacing: 2px;
	font-size: 30px  !important;
}

.wrapper1270-main{
	max-width:1270px;
	margin:0px auto;
	display:flex;
	justify-content: center;
}

.wrapper1270-reg{
	max-width:1270px;
	margin:0px auto;
}

.textSection{
	padding-top:70px;
	text-align: center;
}

.textSection a:link{
	color: #1588be;
	text-decoration:none;
}

.textSection a:visited{
	color: #1588be;
	text-decoration:underline;
}

.textSection a:hover{
	color: #1588be;
	text-decoration:none;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.textSection a:active{
	color: #1588be;
	text-decoration:underline;
}

.textSection p, .textSection ul, .textSection h2{
	max-width:800px;
}

.textSection h2{
	color: #1588be;
  	font-family:"Avenir Next LT W01 Bold";
  	font-weight:normal;
  	font-size:1.2em;
	padding-top:20px;
	margin:0 auto;
}

.textSection table{
	margin-left:40px;
  }
  
  .textSection table tr:first-child td{
	font-family: "Avenir Next LT W01 Bold";
  }
  
  .textSection table td{
	width:250px;
  }

  @media only screen and (max-width: 1400px) {
	.textSection p, .newsSection a p{
		padding:0px 40px 0px 40px;
		max-width:none;
	}
	
	.textSection h1{
		padding: 0px 40px 40px 0px;
		margin-left: 40px;
	}
	
	.textSection h2, .newsSection a h2{
		padding:0px 40px 0px 40px;
	}
	
	.textSection ul{
		padding:0px 40px 0px 65px;
	}
	
	/*.gal_menu div{
		padding:0px 40px 0px 40px;
	}*/
	
	.gold div{
		padding:0px 40px 10px 40px;
	}
	
	}
	
	.gallery{
		justify-content: center;
		display:flex;
		flex-wrap:wrap;
	}
	
	.gallery img{
		width:100%;
		flex-basis: 49%;
	  	height: 350px;
	  	object-fit: cover;
		cursor:pointer;
		outline-offset: -4px;
		-moz-transition: outline 0.5s;
		-webkit-transition: outline 0.5s;
		transition: outline 0.5s;
		outline: solid 4px #ffffff;
	
	}
	
	.gallery img:hover, .newsSection img:hover{
		outline: solid 4px #092c47;
	}

	.gal_menu a, .newsSection a{
		display:inline-block;
		width: 100%;
	}
	
	
	
	.gal_menu a p{
		font-family:"Avenir Next LT W01 Bold" !important;
		font-size:20px;
		margin-top:0px;
		padding-left:10px;
	}
	
	.gal_menu a, .newsSection a, .gal_news a{
		color: #1588be;
		text-decoration: none;
		-moz-transition: background-color 0.5s, color 0.5s ;
		-webkit-transition: background-color 0.5s, color 0.5s;
		transition: background-color 0.5s, color 0.5s;
	}

	.gal_menu:hover a:hover, .newsSection:hover a:hover, .gal_news:hover a:hover{
		background-color: #092c47 !important;
		/*color:#cf2028 !important;*/
		color:#ffffff;
		font-weight: 900;
		text-decoration: none;
	}

	

	.gal_menu{
		justify-content:left;
	}
	
	.menuh{
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
	  	margin: auto;
	  	padding-bottom: 20px;
		min-height: 316px;
		flex: 0 0 48%;
	}
	
.menuh a p{
	line-height: 30px;
	max-width: 100%;
	text-align: left;
}
	.img_hover:hover{
		opacity:0.8;
	}
	
.menuh a:hover > p {
	color: white;
}

.row {
	width:100%;
	height:auto;
}

.gallery-archive {
	display:flex;
	flex-direction: column;
	align-items: center;
}

.archive-link {
	text-align: center;
	font-size: 22px;
	color: #1588be;
	font-weight: bold;
	cursor: pointer;
}

.year-options-cnt {
	display:block;
	position:relative;
	width: 170px;
	height:100px;
	color:white;

}

.year-options {
	display: none;
	width: 100%;
	height:100%;
	background-color: #092c47;
}

.archive-link:hover .year-options{
	display:block;
}

@media only screen and (max-width: 700px) {
	.pg-content{
		min-width: 320px;
		margin:1vw;
	}

	.subhead{
		font-size: 20px !important;
	}

	.textSection{
		text-align: center;
	}

	.row.wrapper1270-main{
		text-align: center;
		justify-content: center;
	}
}
