.classCMSPageMainTitle {	
	color: #5b6770 !important;
	font-family: "HelveticaNeue-Light" !important;
	font-size: 36px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
}
.classCMSPageBlueTitle {
  color: #009bdf !important;
  font-family: "HelveticaNeue" !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}
.classCMSPageSmallText {
  color: #5b6770 !important;
  font-family: "HelveticaNeue" !important;
  font-size: 12px !important;
}
h7 {	
	color: #5b6770 !important;
	font-family: "HelveticaNeue-Light" !important;
	font-size: 36px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
}
h8 {
  color: #009bdf !important;
  font-family: "HelveticaNeue" !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}
h9 {
  color: #5b6770 !important;
  font-family: "HelveticaNeue" !important;
  font-size: 12px !important;

}
.grayButtonBlackText {
  text-decoration: none !important;
  width: 78px;
  height: 23px;
  color: #000000;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.redButtonWhiteText {
  text-decoration: none !important;
  width: 78px;
  height: 23px;
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.grayButtonWhiteText {
  text-decoration: none !important;
  width: 78px;
  height: 23px;
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.red-button {
  background-color: #ff0000;
  min-height: 54px;
  min-width: 300px;
  cursor: pointer;
  color: white;
  padding: 12px;
  padding-left: 40px;
  padding-right: 40px;
}
.gray-button {
  background-color: #cecece;
  min-height: 54px;
  min-width: 300px;
  cursor: pointer;
  color: black;
  padding: 12px;
  padding-left: 40px;
  padding-right: 40px;
}
