@import url(http://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400italic);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:focus {
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

_:-ms-fullscreen,
:root .page {
    display: block;
    -webkit-box-orient: none;
    -moz-box-orient: none;
    box-orient: none;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: none;
    -moz-flex-direction: none;
    flex-direction: none;
    -ms-flex-direction: none
}

.page {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100vh
}

.page__header {
    background: #2980b9
}

.page__main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page__content {
    margin: 36px 0
}

@media (min-width: 768px) {
    .page__content {
        margin: 36px 0 48px
    }

    .page__content--columns {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        margin: 24px 0
    }
}

@media (min-width: 1024px) {
    .page__content {
        margin: 72px 0
    }
}

.page__column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 768px) {
    .page__column {
        margin: 0 0 72px 20px
    }

    .page__column:first-child {
        margin-left: 0
    }
}

.page__footer {
    border-top: 1px solid #d4d4d4;
    padding: 36px 0
}

@media (min-width: 768px) {
    .page__footer {
        padding: 48px 0
    }
}

.page__heading {
    color: #fff;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 32px;
    font-weight: 200;
    margin: 36px 0 24px 0
}

@media (min-width: 1024px) {
    .page__heading {
        font-size: 48px
    }
}

@media (min-width: 1024px) {
    .page__heading {
        margin: 72px 0 36px 0
    }
}

.page__opening {
    color: #fff;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    margin: 24px 0 36px 0
}

@media (min-width: 1024px) {
    .page__opening {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 1024px) {
    .page__opening {
        margin: 36px 0 72px 0
    }
}

.page__container {
    margin: auto;
    max-width: 960px;
    padding: 0 10px
}

.page__container::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width: 768px) {
    .page__container {
        padding: 0 45px
    }
}

@media (min-width: 1024px) {
    .page__container {
        padding: 0 90px
    }
}

.site-nav {
    margin: auto;
    max-width: 960px;
    position: relative
}

@media (max-width: 767px) {
    .site-nav {
        height: 60px;
        overflow: hidden;
        padding: 12px 10px;
        -webkit-transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }
}

@media (min-width: 768px) {
    .site-nav {
        margin-bottom: 60px;
        padding: 12px 45px;
        overflow: visible
    }
}

@media (min-width: 1024px) {
    .site-nav {
        padding: 36px 90px
    }
}

.site-nav__logo {
    display: block;
    position: absolute
}

.site-nav__toggle {
    border-radius: 3px;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 40px
}

.site-nav__toggle:after,
.site-nav__toggle:before {
    border-bottom: 2px solid #fff;
    box-sizing: content-box;
    content: "";
    left: 10px;
    position: absolute;
    width: 20px
}

.site-nav__toggle:after {
    top: 19px;
    height: 4px
}

.site-nav__toggle:before {
    top: 11px;
    height: 4px;
    border-top: 2px solid #fff
}

@media (min-width: 768px) {
    .site-nav__toggle {
        display: none
    }
}

@media (max-width: 767px) {
    .site-nav__items {
        background: #fff;
        height: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 60px;
        -webkit-transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }
}

@media (min-width: 768px) {
    .site-nav__items {
        float: right
    }
}

.site-nav__item {
    height: 36px
}

@media (max-width: 767px) {
    .site-nav__item:first-child {
        margin-top: 12px
    }
}

@media (min-width: 768px) {
    .site-nav__item {
        float: left
    }
}

.site-nav__link {
    color: #2980b9;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 15px;
    line-height: 36px;
    text-decoration: none
}

@media (max-width: 767px) {
    .site-nav__link {
        display: block;
        padding: 0 10px
    }

    .site-nav__link:hover {
        background: rgba(41, 128, 185, 0.1)
    }
}

@media (min-width: 768px) {
    .site-nav__link {
        color: #94c2df;
        margin-left: 20px
    }

    .site-nav__link:hover {
        color: #fff
    }
}

.site-nav__link--you-are-here {
    font-weight: 500
}

@media (max-width: 767px) {
    .site-nav--open {
        height: 264px;
        overflow: visible;
        -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    .site-nav--open .site-nav__toggle {
        background: rgba(255, 255, 255, 0.1)
    }

    .site-nav--open .site-nav__items {
        -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        height: 204px
    }
}

.sign-off {
    text-align: center;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 768px) {
    .sign-off {
        font-size: 15px;
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    .sign-off {
        text-align: left
    }
}

.sign-off a {
    color: #2980b9;
    text-decoration: none
}

.sign-off a:hover {
    text-decoration: underline
}

.social-handles {
    margin-top: 12px;
    text-align: center
}

.social-handles iframe {
    margin: 12px auto 0
}

@media (min-width: 768px) {
    .social-handles iframe {
        display: inline-block;
        margin: 0 0 0 10px
    }

    .social-handles iframe:first-of-type {
        margin-left: 0
    }
}

@media (min-width: 1024px) {
    .social-handles {
        display: block;
        margin-top: 18px
    }

    .social-handles iframe {
        float: left
    }
}

.warning {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    height: 100vh;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    width: 100vw;
    z-index: 9999
}

@media (min-width: 768px) {
    .warning {
        font-size: 15px;
        line-height: 24px
    }
}

.warning__box {
    margin: auto;
    max-width: 480px;
    width: 80vw
}

.warning__title {
    margin: 48px 0 24px;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px
}

@media (min-width: 1024px) {
    .warning__title {
        font-size: 32px;
        line-height: 40px
    }
}

.warning__button {
    background: #2980b9;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 15px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 24px auto;
    width: 80px
}

.index-page__header {
    background: #2980b9;
    padding: 72px 10px;
    width: 100%
}

@media (min-width: 1024px) {
    .index-page__header {
        padding: 144px 0
    }
}

.index-page__logo {
    display: block;
    margin: auto
}

.index-page__heading {
    color: #fff;
    margin-top: 36px;
    text-align: center;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 32px;
    font-weight: 200
}

@media (min-width: 1024px) {
    .index-page__heading {
        font-size: 48px
    }
}

.index-page__opening {
    color: #fff;
    text-align: center;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px
}

@media (min-width: 1024px) {
    .index-page__opening {
        font-size: 32px;
        line-height: 40px
    }
}

.index-page__show-me {
    background: #fff;
    color: #2980b9;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 15px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 48px auto 0;
    padding: 15px 20px;
    width: 140px
}

@media (min-width: 1024px) {
    .index-page__show-me {
        margin: 72px auto 0
    }
}

.index-page__content {
    margin-bottom: 48px
}

@media (min-width: 768px) {
    .index-page__content {
        margin-bottom: 72px
    }
}

.index-nav {
    margin-top: 48px
}

@media (min-width: 768px) {
    .index-nav__row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.index-nav__item {
    margin-top: 24px
}

@media (min-width: 768px) {
    .index-nav__item {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px
    }

    .index-nav__item:first-child {
        padding-left: 0
    }

    .index-nav__item:last-child {
        padding-right: 0
    }
}

.index-nav__heading {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

@media (min-width: 1024px) {
    .index-nav__heading {
        font-size: 24px;
        line-height: 28px
    }
}

.index-nav__link {
    color: #2980b9;
    text-decoration: none
}

.index-nav__desc {
    margin-top: 12px;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 768px) {
    .index-nav__desc {
        font-size: 15px;
        line-height: 24px
    }
}

@media (min-width: 768px) {
    .used-by__sites {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.used-by__site {
    margin: 24px auto 0;
    width: 248px
}

@media (min-width: 768px) {
    .used-by__site {
        display: block;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        margin-top: 48px
    }
}

.formatted {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 768px) {
    .formatted {
        font-size: 15px;
        line-height: 24px
    }
}

.formatted input,
.formatted label,
.formatted select {
    display: block;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 768px) {

    .formatted input,
    .formatted label,
    .formatted select {
        font-size: 15px;
        line-height: 24px
    }
}

.formatted label {
    font-weight: 500;
    margin-top: 12px;
    width: 100%
}

.formatted label abbr {
    display: none
}

.formatted textarea,
.formatted input[type="color"],
.formatted input[type="date"],
.formatted input[type="datetime"],
.formatted input[type="datetime-local"],
.formatted input[type="email"],
.formatted input[type="month"],
.formatted input[type="number"],
.formatted input[type="password"],
.formatted input[type="search"],
.formatted input[type="tel"],
.formatted input[type="text"],
.formatted input[type="time"],
.formatted input[type="url"],
.formatted input[type="week"],
.formatted textarea,
.formatted select[multiple=multiple] {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    color: #74848e;
    margin-top: 12px;
    padding: 6px 5px;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    width: 100%
}

@media (min-width: 768px) {

    .formatted textarea,
    .formatted input[type="color"],
    .formatted input[type="date"],
    .formatted input[type="datetime"],
    .formatted input[type="datetime-local"],
    .formatted input[type="email"],
    .formatted input[type="month"],
    .formatted input[type="number"],
    .formatted input[type="password"],
    .formatted input[type="search"],
    .formatted input[type="tel"],
    .formatted input[type="text"],
    .formatted input[type="time"],
    .formatted input[type="url"],
    .formatted input[type="week"],
    .formatted textarea,
    .formatted select[multiple=multiple] {
        font-size: 15px;
        line-height: 24px
    }
}

.formatted textarea:focus,
.formatted input[type="color"]:focus,
.formatted input[type="date"]:focus,
.formatted input[type="datetime"]:focus,
.formatted input[type="datetime-local"]:focus,
.formatted input[type="email"]:focus,
.formatted input[type="month"]:focus,
.formatted input[type="number"]:focus,
.formatted input[type="password"]:focus,
.formatted input[type="search"]:focus,
.formatted input[type="tel"]:focus,
.formatted input[type="text"]:focus,
.formatted input[type="time"]:focus,
.formatted input[type="url"]:focus,
.formatted input[type="week"]:focus,
.formatted textarea:focus,
.formatted select[multiple=multiple]:focus {
    background-color: #fff;
    border-left-color: #d4d4d4;
    outline: none
}

.formatted textarea {
    min-height: 144px;
    resize: vertical
}

@media (min-width: 768px) {
    .formatted textarea {
        max-width: 490px
    }
}

.formatted input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.formatted button.btn {
    margin-top: 12px;
    background: #2980b9;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 15px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.formatted .form {
    margin: 36px 0 12px 0
}

@media (min-width: 1024px) {
    .formatted .form {
        margin: 72px 0 12px 0
    }
}

.formatted .form__error {
    border: 1px solid red;
    color: red;
    padding: 12px 20px
}

.formatted .field:first-child label {
    margin-top: 0
}

.formatted .field--optional label {
    font-style: italic;
    font-weight: normal
}

.formatted .field__error {
    clear: both;
    color: red;
    padding-top: 12px;
    width: 100%
}

.formatted .field--recaptcha {
    margin-top: 12px
}

.formatted img,
.formatted iframe,
.formatted video,
.formatted .ce-element--type-image,
.formatted .ce-element--type-video,
.formatted [data-ce-tag=img] {
    clear: both;
    display: block;
    margin: 12px auto;
    max-width: 100%
}

@media (min-width: 1024px) {

    .formatted img,
    .formatted iframe,
    .formatted video,
    .formatted .ce-element--type-image,
    .formatted .ce-element--type-video,
    .formatted [data-ce-tag=img] {
        margin-top: 18px
    }
}

.formatted img.align-left,
.formatted iframe.align-left,
.formatted video.align-left,
.formatted .ce-element--type-image.align-left,
.formatted .ce-element--type-video.align-left,
.formatted [data-ce-tag=img].align-left {
    clear: initial;
    float: left;
    margin-right: 20px;
    margin-top: 12px
}

.formatted img.align-right,
.formatted iframe.align-right,
.formatted video.align-right,
.formatted .ce-element--type-image.align-right,
.formatted .ce-element--type-video.align-right,
.formatted [data-ce-tag=img].align-right {
    clear: initial;
    float: right;
    margin-left: 20px;
    margin-top: 12px
}

.formatted [data-ce-tag=img] img {
    margin: 0 0 0 0
}

.formatted img,
.formatted .ce-element--type-image,
.formatted [data-ce-tag=img] {
    height: auto
}

@media (max-width: 767px) {

    .formatted video,
    .formatted iframe {
        width: 100vw !important;
        height: 75vw !important
    }
}

.formatted video.framed,
.formatted iframe.framed {
    border: 1px solid #d4d4d4
}

.formatted .ce-element--type-image.above-heading,
.formatted img.above-heading,
.formatted [data-ce-tag=img].above-heading {
    margin-top: 36px
}

@media (min-width: 1024px) {

    .formatted .ce-element--type-image.above-heading,
    .formatted img.above-heading,
    .formatted [data-ce-tag=img].above-heading {
        margin-top: 48px
    }
}

.formatted ul,
.formatted ol {
    margin-top: 12px;
    padding-left: 20px
}

.formatted ul ul,
.formatted ul ol,
.formatted ol ul,
.formatted ol ol {
    margin-top: 0
}

@media (min-width: 1024px) {

    .formatted ul,
    .formatted ol {
        margin-top: 18px
    }
}

.formatted ul {
    list-style-type: disc
}

.formatted ol {
    list-style-type: decimal
}

.formatted table {
    -webkit-font-feature-settings: "kern", "liga", "tnum";
    -moz-font-feature-settings: "kern", "liga", "tnum";
    -ms-font-feature-settings: "kern", "liga", "tnum";
    font-feature-settings: "kern", "liga", "tnum";
    border-collapse: collapse;
    margin-top: 12px;
    table-layout: fixed;
    width: 100%
}

@media (min-width: 1024px) {
    .formatted table {
        margin-top: 18px
    }
}

.formatted table.v-head th:first-child,
.formatted table.v-head td:first-child {
    font-weight: 500;
    width: 150px
}

@media (min-width: 1024px) {

    .formatted table.v-head th:first-child,
    .formatted table.v-head td:first-child {
        width: 200px
    }
}

.formatted caption {
    caption-side: bottom;
    font-style: italic;
    margin-top: 12px
}

.formatted th {
    border-bottom: 1px solid #d4d4d4;
    font-weight: 500;
    padding: 12px 0;
    text-align: left
}

.formatted td {
    border-bottom: 1px solid #f8f8f8;
    padding: 12px 0
}

.formatted tr,
.formatted td,
.formatted th {
    vertical-align: middle
}

.formatted blockquote {
    border-left: 10px solid #f8f8f8;
    color: #909da5;
    margin: 18px 0;
    padding-left: 55px;
    position: relative;
    font-family: "Noto Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px
}

@media (min-width: 1024px) {
    .formatted blockquote {
        font-size: 28px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .formatted blockquote {
        padding: 0 10px 0 55px
    }
}

.formatted blockquote:after {
    content: "\201C";
    font-size: 72px;
    left: 10px;
    position: absolute;
    top: 7px
}

.formatted h2 .permalink,
.formatted h3 .permalink {
    color: #d4d4d4;
    display: none;
    font-weight: 400
}

.formatted h2 .permalink:hover,
.formatted h3 .permalink:hover {
    text-decoration: none
}

.formatted h2:hover .permalink,
.formatted h3:hover .permalink {
    display: inline
}

.formatted h2 {
    color: #3D4448;
    margin: 36px 0 12px 0;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px
}

@media (min-width: 1024px) {
    .formatted h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 1024px) {
    .formatted h2 {
        margin: 48px 0 12px 0
    }
}

.formatted h3 {
    margin: 24px 0 12px 0;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

@media (min-width: 1024px) {
    .formatted h3 {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .formatted h3 {
        margin: 36px 0 12px 0
    }
}

.formatted p {
    margin-top: 12px
}

@media (min-width: 1024px) {
    .formatted p {
        margin-top: 18px
    }
}

.formatted pre {
    background: #f8f8f8;
    font-family: courier, "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: bold;
    margin-top: 12px;
    overflow: auto !important;
    padding: 10px 20px
}

@media (min-width: 1024px) {
    .formatted pre {
        margin-top: 18px
    }
}

.formatted a {
    color: #2980b9;
    text-decoration: none
}

.formatted a:hover {
    text-decoration: underline
}

.formatted b,
.formatted strong {
    font-weight: 500
}

.formatted i,
.formatted em {
    font-style: italic
}

.formatted :not(pre)>code {
    background: #f8f8f8;
    border-radius: 3px;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: bold;
    padding: 3px 5px
}

.formatted time {
    position: relative;
    text-decoration: underline
}

.formatted time:after {
    background: #74848e;
    border-radius: 3px;
    color: #fff;
    content: attr(datetime);
    display: none;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    position: absolute;
    text-align: center;
    width: 100px
}

.formatted time:hover:after {
    display: inline-block
}

.formatted h3.third-party:after {
    background: #f8f8f8;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    content: '3rd-party';
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 3px 5px;
    vertical-align: top
}

.formatted p.definition {
    border-bottom: 1px solid #d4d4d4;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: bold;
    font-size: 16px;
    margin-top: 18px;
    padding-bottom: 6px
}

@media (min-width: 768px) {
    .formatted p.definition {
        font-size: 18px;
        margin-top: 24px
    }
}

.formatted p.note {
    background: #eaf3f8;
    color: #2980b9;
    font-style: italic;
    padding: 12px 20px
}

.formatted p.note:before {
    content: 'Note: ';
    font-weight: 500
}

.formatted p.note a {
    text-decoration: underline
}

.formatted .text-center {
    text-align: center
}

.formatted .text-left {
    text-align: left
}

.formatted .text-right {
    text-align: right
}

.formatted code[class*="language-"],
.formatted pre[class*="language-"] {
    color: #555;
    text-shadow: 0 1px white;
    font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.formatted pre[class*="language-"]::-moz-selection,
.formatted pre[class*="language-"] ::-moz-selection,
.formatted code[class*="language-"]::-moz-selection,
.formatted code[class*="language-"] ::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

.formatted pre[class*="language-"]::selection,
.formatted pre[class*="language-"] ::selection,
.formatted code[class*="language-"]::selection,
.formatted code[class*="language-"] ::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {

    .formatted code[class*="language-"],
    .formatted pre[class*="language-"] {
        text-shadow: none
    }
}

.formatted pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

.formatted :not(pre)>code[class*="language-"],
.formatted pre[class*="language-"] {
    background: #f8f8f8
}

.formatted :not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em
}

.formatted .token.comment,
.formatted .token.prolog,
.formatted .token.doctype,
.formatted .token.cdata {
    color: slategray
}

.formatted .token.punctuation {
    color: #999
}

.formatted .namespace {
    opacity: .7
}

.formatted .token.property,
.formatted .token.tag,
.formatted .token.boolean,
.formatted .token.number,
.formatted .token.constant,
.formatted .token.symbol,
.formatted .token.deleted {
    color: #905
}

.formatted .token.selector,
.formatted .token.attr-name,
.formatted .token.string,
.formatted .token.char,
.formatted .token.builtin,
.formatted .token.inserted {
    color: #690
}

.formatted .token.operator,
.formatted .token.entity,
.formatted .token.url,
.formatted .language-css .token.string,
.formatted .style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5)
}

.formatted .token.atrule,
.formatted .token.attr-value,
.formatted .token.keyword {
    color: #07a
}

.formatted .token.function {
    color: #DD4A68
}

.formatted .token.regex,
.formatted .token.important,
.formatted .token.variable {
    color: #e90
}

.formatted .token.important,
.formatted .token.bold {
    font-weight: bold
}

.formatted .token.italic {
    font-style: italic
}

.formatted .token.entity {
    cursor: help
}

body {
    background: #fff;
    color: #74848e
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ct-ignition__button--edit {
    background: #c93d68 !important
}

.ct-ignition__button--edit:hover {
    background: #d44c75 !important
}