@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h1 Black */
.DNNContainer_Title_h1_black h1 .TitleH1_blue {
	/*color: #155396;*/
}

/* Title_h2_services */

.DNNContainer_Title_h2_black h2 {
  padding-left: 65px;
  padding-bottom: 18px;
  border-bottom: 1px solid #312a57;
}

.service-col-1 .DNNContainer_Title_h2_black h2 {
  background: transparent url('images/smsf-icon.png') left 2px no-repeat;
}

.service-col-2 .DNNContainer_Title_h2_black h2 {
  background: transparent url('images/wealth-creation-icon.png') left 2px no-repeat;
}

.service-col-3 .DNNContainer_Title_h2_black h2 {
  background: transparent url('images/pfm-icon.png') 4px 2px no-repeat;
}

.service-col-4 .DNNContainer_Title_h2_black h2 {
  background: transparent url('images/health-checks-icon.png') left 2px no-repeat;
}

.DNNContainer_Title_h2_black h2 .TitleH2_black {
	font-size: 18px;
	color: #060606;
	font-weight: 400;
	line-height: 1.1em;
}

.DNNContainer_Title_h2_black .Normal, 
.DNNContainer_Title_h2_black .Normal p {
	font-size: 14px;
	line-height: 1.5em;
	color: #181d24;
}
@media (max-width: 767px) {
	.DNNContainer_Title_h2_black h2 {padding-bottom: 35px;}
}