/* CUSTOM DOT STYLES
 * -------------------------- */
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800&display=swap');

html {
	font-size: 100%;
}

body {
	font-size: 87.5%;
}

#s4-workspace,
p,
#s4-workspace p,
table,
#s4-workspace table,
td,
#s4-workspace td {
	color: #4a4a4a;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.8 !important;
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
    margin-top: 0;
}

main h1.ms-rteElement-H1B,
main h2.ms-rteElement-H2B,
main h3.ms-rteElement-H3B,
main h4.ms-rteElement-H4B {
    color: #f15c39;
}

main h1.ms-rteElement-H1B::after,
main h2.ms-rteElement-H2B::after,
main h3.ms-rteElement-H3B::after,
main h4.ms-rteElement-H4B::after {
  border-bottom: 1px solid #f9c218;
	content: "";
	display: block;
  margin-bottom: .5em;
  padding-top: 0;
}

.pl-page-title {
    font-size: 1.75rem;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0 !important;
}

.cta-btn-2 > h3,
.cta-btn-3 > h3 {
	color: #12569a !important;
	font-size: 1.125rem;
}

.ms-rteFontSize-1 {
    font-size: .75rem;
}

.ms-rteFontSize-2 {
    font-size: 0.875rem;
}

.ms-rteFontSize-3 {
    font-size: 1.125em;
}

.ms-rteFontSize-4 {
    font-size: 1.5rem;
}

.ms-rteFontSize-5 {
    font-size: 2rem;
}

.ms-rteFontSize-6 {
    font-size: 3rem;
}

.ms-rteStyle-Accent1 {
    color: #000;
}

.ms-rteStyle-Accent2 {
    color: #888;
}

