body {
font-family: 'open_sansregular', arial, sans-serif;
font-size:16px;line-height:22px;
color:#4a4a4a;
}

/* COLORS */
.bg-body-copy{background-color:#4a4a4a}
.fg-red-copy{color:#4a4a4a}
.bg-grey-accent{background-color:#ababab}
.fg-grey-accent{color:#ababab}
.bg-red-accent{background-color:#4a4a4a}
.fg-red-accent{color:#4a4a4a}
.bg-blue-accent{background-color:#00232d}
.fg-blue-accent{color:#00232d}
.bg-green-accent{background-color:#4baf73}
.fg-green-accent{color:#4baf73}
.bg-magenta-accent{background-color:#b63555}
.fg-magenta-accent{color:#b63555}
.bg-purple-accent{background-color:#904085}
.fg-purple-accent{color:#904085}
.bg-yellow-accent{background-color:#eda351}
.fg-yellow-accent{color:#eda351}

/* TYPOGRAPHY */
h1{font-size:30px;line-height:36px;font-family:'open_sansbold', arial,sans-serif;padding-bottom:4px;}
h2{font-size:26px;line-height:33px;font-family:'open_sansbold', arial,sans-serif;}
h3{font-size:24px;line-height:28px;font-family:'open_sansbold', arial,sans-serif;}
h4{font-size:20px;line-height:28px;}
h5{font-size:18px;line-height:24px;}
h6{font-size:14px;line-height:18px;}
.introduction-text{font-size:18px;line-height:20px}
.body-link{font-size:14px;}
.body-link:hover{text-decoration:underline}
.body-link:visited{color:#ea5042}
.quote { color:#002337; font-size:24px;line-height:36px;font-family:'open_sansregular', arial,sans-serif;}
.small-text{color:#6e6b6f;font-size:12px;line-height:15px;}

@media screen and (max-width:767px){
    h1{font-size:24px;line-height:22px;padding-bottom:4px;}
    h2{font-size:18px;line-height:22px;}
    h3{font-size:16px;line-height:19px;}
    h4{font-size:16px;line-height:22px;}
    h5{font-size:15px;line-height:19px;}
    h6{font-size:14px;line-height:18px;}
}

@media screen and (min-width:768px){

}