body {
	font-family: helrom, Arial, sans-serif;
}
.customContainer {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px; 
}
@media (max-width: 1199.98px) { 
	.customContainer { 
  padding-left: 15px;
  padding-right: 15px; 
	}
}
.customContainer a {
	color: #000;
	text-decoration: underline;
}
.customContainer img { width: 100%; }
.customContainer hr { border-color: #000; }
.customContainer h1 { 
	font-family: HelveticaNeueLTStd-ThIt;
  font-size: 54px;
	color: rgba(69,123,196,1); 
}
.customContainer.magento h1 { 
	font-family: Helvetica-Neue-Thin-Italic,"Helvetica Neue Thin Italic","Microsoft JhengHei",Arial,sans-serif; 
}
.customContainer.magento p,
.customContainer.magento ul, .customContainer.magento li { 
	font-family: Helvetica,"Microsoft JhengHei",Arial,sans-serif; 
	font-size: 16px;
}

@media (max-width: 599.98px) { 
	.customContainer h1 { 
  font-size: 54px; 
	}
}
.customContainer h2 { 
	font-family: helvbld, Arial, sans-serif;
	font-size: 21px;
	color: rgba(74,202,146,1); 
	text-transform: uppercase;
	text-align: left;
	padding: 1rem 0;
}

.customContainer ul { list-style-type: disc; }
.customContainer ul .noBullet { list-style-type: none; margin-left: -2.4rem;}
.customContainer li { padding-bottom: 1rem; }
.customContainer .italic { font-style: italic; }
.customContainer .noPad { padding-bottom: 0; margin-bottom: 0;}
ol.lowerRoman { list-style-type: lower-roman; }
ol.upperAlpha { list-style-type: upper-alpha; }

.customContainer .footNote {
	font-size: 0.75rem;
}
.customContainer .footNote li {
  position: relative;
  list-style: none;
}
.customContainer .footNote li.ask1:before {
  content: "*";
  position: absolute;
  left: -15px;
}
.customContainer .footNote li.ask2:before {
  content: "**";
  position: absolute;
  left: -20px;
}

.header-mobile .brand-box .branding .logo img { height: auto !important; }
span.date { display: none !important; }
.page-title { display: none !important; }
@media only screen and (max-width: 767px) {
div.top-nav-pencil-banner .wrapper p { font-size: 16px; margin-bottom: 0; }