/* COLORS

*/
/*  Headings */
h1, h2, h3, h5, .h7 {
    font-family: 'BrotherBold';
}
h1 {
	font-size: 36px;
	color: #28323d;
}
h2 {
	font-size: 21px;
	color: #3b4a5a;
}
h3, h6, #cpa-accordion h3 {
	font-size: 21px;
	color: #728496;
}
#cpa-accordion h3.ui-state-active {
    color: #fff;
    background: #728496;
    border: 1px solid #728496;
}
#cpa-accordion .ui-state-default {
    background: transparent;
}
h4 {
	font-size: 18px;
	font-family: 'RobotoCondensedBold';
	text-transform: uppercase;
	color: #ffffff;
}
h5 {
	font-size: 16px;
	color: #ffffff;
}
/* h6 {
	font-size: 14px;
	font-family: 'RobotoCondensedBold';
	text-transform: uppercase;
	color: #728496;
} */
/* Claire asked for H6 to mimic H3 sitewide in ticket #36833  */
.h7, .profile-metadata {
	font-size: 12px;
	text-transform: uppercase;
	color: #728496;
}
p {
	font-size: 16px;
	font-family: 'RobotoRegular';
	color: #3B4A5A;
	line-height: 1.8;
}

p a {
    font-family: RobotoBold;
    color: #EE7623;
}

p a:hover {
    font-family: RobotoBold;
    color: #C7611A;
}
hr {
    border-top: 2px solid #F2F2F2;
}

a.pdf-link {
    margin-right: 3px;
    padding-right: 15px;
    background: transparent url(/elements/img/pdf_link.png) no-repeat right center;
}

h3.webinar_upcoming_date {
   color: #728496;
}
