html, body { padding: 0; margin: 0; font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; color: #333; min-width: 380px; background-color: #222; }

img { max-width: 100%; }

hr { height: 1px; border: 0; background-color: #ddd; margin-bottom: 50px; }

h2 { font-size: 2.3em; margin: 0 0 30px 0; text-align: center; }

h3 { font-size: 1.8em; margin: 20px 0 20px 0; }

p { font-size: 1.38rem; color: #666; line-height: 1.6; }

.nav-open header { background: #444; z-index: 10; }

@media (min-width: 620px) { .nav-open header { background: none; } }

.nav-open nav { margin: 20px 0 0 0; border: 0; }

.nav-open nav a { display: block; }

@media (min-width: 620px) { .nav-open nav { border: 0; padding: 0 20px; } .nav-open nav a { display: inline; } }

nav { text-transform: uppercase; font-size: 0.8em; width: 100%; }

nav ul { margin: 0; padding: 0; }

nav li { display: block; }

@media (min-width: 620px) { nav { text-align: right; position: absolute; top: 0; right: 0; padding: 0 20px; } nav li { display: inline-block; } }

nav a { margin: 0 3px; padding: 20px 10px; color: rgba(255, 255, 255, 0.8); transition: 0.2s ease-in-out; display: none; font-size: 1rem; }

@media (min-width: 620px) { nav a { border-bottom: 2px solid rgba(255, 255, 255, 0); display: block; padding: 10px; } }

nav a.nav-toggle { display: inline; position: absolute; right: 10px; top: -22px; font-size: 1.9em; border: 0; }

@media (min-width: 620px) { nav a.nav-toggle { display: none; } }

nav a.nav-toggle:hover { border: 0; }

nav a:hover { color: #fff; }

@media (min-width: 620px) { nav a:hover { border-bottom: 2px solid rgba(255, 255, 255, 0.6); display: block; padding: 10px; } }

@media (min-width: 620px) { nav a.highlight { border: 1px #ccc solid; border-radius: 5px; } nav a.highlight:hover { background: #fff; color: #2578e8; } }

nav a.active { color: #fff; }

section, footer { padding: 60px 0; }

.external-link-icon { width: 12px; margin-left: 5px; }

.container { max-width: 1000px; width: 100%; margin: 0 auto; position: relative; box-sizing: border-box; padding: 0 20px; }

header { color: #fff; padding: 20px 0; width: 100%; background: #2578e8; }

header a { color: #fff; text-decoration: none; z-index: 1; position: relative; }

header a:hover { text-decoration: none; }

header .company-name { font-size: 1.7em; }

.nav-open header { background: #444; z-index: 10; }

@media (min-width: 620px) { .nav-open header { background: none; } }

.nav-open nav { margin: 20px 0 0 0; border: 0; }

.nav-open nav a { display: block; }

@media (min-width: 620px) { .nav-open nav { border: 0; padding: 0 20px; } .nav-open nav a { display: inline; } }

nav .button { position: absolute; right: 35px; top: 4px; }

.thirds { margin: 0px; padding: 40px 0px 0px 0px; list-style: none; }

@media (min-width: 768px) { .thirds { display: flex; } }

.thirds li { box-sizing: border-box; margin: 70px 0px; width: 100%; border: 1px solid #2578e8; border-radius: 3px; padding: 0 30px 25px 30px; text-align: center; }

@media (min-width: 768px) { .thirds li { width: 33%; margin: 0 15px; } }

.thirds li .image { display: inline-block; line-height: 0; background: white; margin-top: -40px; padding: 10px; box-shadow: 2px 7px 39px 9px #f7f7f7; border-radius: 50px; }

.thirds li p.sub-vision { font-size: 40px; font-style: italic; line-height: 1.1em; color: #2578e8; }

.thirds li svg { fill: #2578e8; padding: 5px; }

blockquote { padding: 0; margin: 120px 0 70px 0; position: relative; }

blockquote .quote { padding: 30px 50px; max-width: 500px; margin: 0 auto; border-radius: 3px; position: relative; font-size: 1.3em; text-align: center; box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.1); color: #000; font-style: italic; }

blockquote .quote::before { content: "\201C"; font-family: Georgia, serif; font-size: 90px; font-weight: bold; color: #2578e8; position: absolute; left: 0; top: -6px; text-align: center; width: 100%; }

blockquote .quote::after { content: ""; position: absolute; bottom: -30px; left: 50%; margin-left: -30px; border-width: 30px 30px 0; border-style: solid; border-color: #ffffff transparent; display: block; width: 0; }

blockquote .meta { text-align: center; vertical-align: middle; position: relative; z-index: 999; top: 35px; }

blockquote .meta .author { display: inline-block; vertical-align: middle; margin: 0 0 0 10px; }

blockquote .image { display: inline-block; width: 70px; margin: 0 0 0 15px; vertical-align: middle; }

blockquote .image img { max-width: 100%; border-radius: 200px; }

.newsletter { padding: 100px 0; }

footer { position: relative; color: #fff; }

footer, footer a { color: #999; }

footer h2 { font-size: 1.4em; margin: 30px 0; color: #ccc; }

footer .footer-columns { display: flex; flex-flow: wrap; margin: -10px -10px 10px -10px; }

footer a { text-decoration: none; }

footer a:hover { color: #fff; }

footer .legal-line { width: 100%; margin: 0; }

footer .legal-line a { font-style: italic; }

footer .legal-line .copyright { font-size: 16px; }

.posts { min-height: 200px; margin: 0 -20px; }

@media (min-width: 768px) { .posts { display: flex; } }

.posts .post { flex: 1; border: 1px solid #eee; margin: 0 0 50px 0; background: #fff; border-radius: 3px; }

@media (min-width: 768px) { .posts .post { margin: 0 20px; } }

.posts .post .image { height: 200px; background-position: center; background-size: cover; border-top-right-radius: 3px; border-top-left-radius: 3px; }

.posts .post .post-content { padding: 20px; }

.posts .post .date { color: #ccc; font-weight: bold; font-size: 1.1rem; }

.posts .post h3 { font-size: 1.5rem; }

.posts .post p { font-size: 1.1rem; }

.post-title h3 { margin: 0; }

.post-title .date { padding: 0; margin: 0; font-size: .8em; color: #888; }

@media (min-width: 768px) { .columns { display: flex; margin: 0 -30px; align-items: center; } .columns > div { flex: 1; padding: 0 30px; } }

.columns h2 { text-align: left; }

.content { background: #ffffff; }

.darker { padding: 60px 0px 0px 0px; }

.darker:last-child { padding-bottom: 60px; }

/*# sourceMappingURL=screen.css.map */