/* RESET */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
{ margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
*, :after, :before { -webkit-box-sizing: inherit; box-sizing: inherit; }

/* GENERAL */
body { color: #424848; font-family: "Montserrat", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 22px; letter-spacing: 0.2px; }
::-webkit-scrollbar { width: 4px; height: 3px; }
::-webkit-scrollbar-thumb { height: 50px; background-color: #d24c42; }

/* LINKS */
a { color: #424848; text-decoration: none; }
a:hover { color: #d24c42; }

/* ALIGNMENT */
.column-center { float: none; margin: 0 auto; }
.header-center { text-align: center; }

/* BACKGROUND COLORS */
.bg-grey { background-color: #f9f9f9; }

/* COLORS */
.grey-text { color: #999; }

/* FONT SIZES */
h1, h2, h3, h4, h5, h6 { line-height: 120%; }
h1, .h1 { color: #d24c42; font-size: 50px; }
h2, .h2 { color: #d24c42; font-size: 46px; }
h3, .h3 { font-size: 42px; }
h4, .h4 { font-size: 40px; }
h5, .h5 { font-size: 36px; }
h6, .h6 { font-size: 32px; }
p, a, p .fa, a .fa { font-size: 16px; line-height: 22px; }
.p1, .a1, .p1 .fa, .a1 .fa { font-size: 28px; line-height: 36px; }
.p2, .a2, .p2 .fa, .a2 .fa { font-size: 24px; line-height: 32px; }
.p3, .a3, .p3 .fa, .a3 .fa { font-size: 22px; line-height: 30px; }
.p4, .a4, .p4 .fa, .a4 .fa { font-size: 20px; line-height: 28px; }
.p5, .a5, .p5 .fa, .a5 .fa { font-size: 18px; line-height: 24px; }
.p7, .a7, .p7 .fa, .a7 .fa { font-size: 14px; line-height: 18px; }
.p8, .a8, .p8 .fa, .a8 .fa { font-size: 12px; line-height: 16px; }
.p9, .a9, .p9 .fa, .a9 .fa { font-size: 10px; line-height: 14px; }

/* LISTS */
ul, ol { margin-bottom: 5px; list-style: none; }
ul.bulleted, ol.numbered { margin-left: 18px; }
ul.bulleted { list-style: disc; }
ol.numbered { list-style: decimal; }

/* SPACE */
p { margin-bottom: 10px; }
p:last-child { margin-bottom: 0; }