/* Editor styles */

body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

/* HEADLINES */
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 400;
    text-transform: none;
    word-wrap: break-word;
}

h1,
h2,
h4,
h5 { font-family: "Stag Sans Medium", sans-serif; }

h1 {
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin: 1.7645rem 0 1.4116rem 0;
}

h2 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 1.3235rem 0 1.0588rem 0;
}

h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 1.2355rem 0 0.9884rem 0;
}

h4 {
    font-size: 1.529rem;
    line-height: 1.647rem;
    margin: 0.7645rem 0 0.6116rem 0;
}

h5 {
    font-size: 1rem;
    line-height: 1.412rem;
    margin: 0.5rem 0 0.4rem 0;
}

h6 {
    font-size: 0.824rem;
    line-height: 1.176rem;
    margin: 0.412rem 0 0.3296rem 0;
    color: #555555;
}

/* GENERAL TYPOGRAPHY */
b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

p {
    margin: 0 0 1.25rem;
}

p:last-child {
    margin: 0;
}

/* Misc classes */
.lead {
    font-size: 1.294rem;
    line-height: 1.765rem;
}

.pure-button-external {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 100%;
    padding: 0.4em 1em 0.5em;
    color: #3b464f !important;
    background-color: transparent;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #3b464f !important;
    -webkit-transition: border 250ms ease-in-out, background 250ms ease-in-out, color 250ms ease-in-out;
    transition: border 250ms ease-in-out, background 250ms ease-in-out, color 250ms ease-in-out;
    border: none !important;
    background-color: #ffcc00;
    color: #3b464f !important;
    border: 2px solid #ffcc00 !important;
    /* Firefox: Get rid of the inner focus border */
}

