/* HEADER STYLES-------------- */
.page-header {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	padding: 0 0;
	z-index: 9;
	background-color: transparent;
	padding-bottom: 14px;
  }
  .page-header.is-sticky {
   background: #ffffff;
}
.subhead{
	font-size: 21px;
	margin: 20px 0 15px 0;
	font-weight: 700;
	color: #002f39;
}
  .title{
	font-size: 27px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	color: #2e3092b5;
	letter-spacing: 1px;
	}
  .main-title{
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin: 12px 0;
	}

	@media screen and (max-width: 768px) {
	.main-title {
		font-size: 22px;
	}
	.title {
		font-size: 23px;
	}
}