*{
	margin: 0;
	padding: 0;
}

html,
body{
	height: 100%;
}

body{
}

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

.col-75{
	width:75%;

}

.textSection{
	padding-top:70px;
	margin: auto;
	justify-content: center;
}

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

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

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

.show-title{
	color: #1588be;
	padding: 15px 5px 20px 0px;
	font-family:"BaskervilleMTW01-Roman";
	font-size: 2.3em;
	margin: 0px;
	font-weight:normal;
	padding-left:0px;
	line-height: 50px;
	text-align:center;
  }

.show-title p{
	text-align: center;
}

  .img_bor{
	border-bottom: 5px solid #1588be;
	padding-bottom: 5px;
}


.promo-line{
	width: 600px;
	height: 1px;
	background: #1588be;
	margin: auto;
  }
  .promo-line.two{
	width: 280px;
  }

  .top70{
	margin-top:70px !important;
}

.article-image{
	margin: auto;
}

.img-wrapper {
	display:flex;
	justify-content: center;
	margin-bottom: 70px;
}

.textSection p{
	text-align:justify;
	font-family: 'AvenirNextLTW01-Regular';
	font-size: 18px;
	margin-bottom: 20px;
}



@media only screen and (max-width: 670px) {
	.pg-content {
		min-width: 200px;
	}

	.promo-line{
		width: 90%;
	}
}

@media only screen and (max-width: 430px) {
	.col-75 {
		width: 100%;
	}

	.textSection h1 {
		padding:0;
		margin-left: 0;
	}

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

