.format > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.format {
    font-size: 1rem;
}

.format p {
    padding-top: 0.5em;
}

@media only screen and (min-width: 37.5em) {
    .format {
        font-size: 1rem;
    }
    .format p {
        padding-top: 0.7em;
    }
}

@media only screen and (min-width: 74em) {
    .format p {
        padding-top: 1.2em;
    }
}

.format h1 {
    padding-top: 2rem;
    font-size: 4em;
    margin: 0 auto 0 auto;
    line-height: 1.2em;
    max-width: 850px;
    text-align: center;
}

@media only screen and (min-width: 37.5em) {
    .format h1 {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 74em) {
    .format h1 {
        font-size: 4rem;
    }
}

.format h2, .format h3, .format h4, .format h5, .format h6 {
    line-height: 1;
}
.format h2, .format h3, .format h4, .format h5, .format h6, .format p {
    margin: 0;
}

.format h2 {
    padding-top: 2.8rem;
    font-size: 1.9rem;
    font-size: 2em;
    margin: 0 auto 0 auto;
    line-height: 1.2em;
    max-width: 850px;
    text-align: center;
}
@media only screen and (min-width: 37.5em) {
    .format h2 {
        padding-top: 3rem;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 74em) {
    .format h2 {
        padding-top: 3rem;
        font-size: 3rem;
    }
}
.format h3 {
    padding-top: 1.2rem;
    font-size: 1.7rem;
}
@media only screen and (min-width: 37.5em) {
    .format h3 {
        padding-top: 1.6rem;
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 74em) {
    .format h3 {
        padding-top: 2rem;
        font-size: 2.1rem;
    }
}
.format h4 {
    padding-top: 1.2rem;
    font-weight: 700;
    font-size: 1.5rem;
}
@media only screen and (min-width: 37.5em) {
    .format h4 {
        padding-top: 1.4rem;
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 74em) {
    .format h4 {
        padding-top: 1.8rem;
        font-size: 1.9rem;
    }
}
.format h5 {
    padding-top: 0.8rem;
    font-weight: 700;
    font-size: 1.4rem;
}
@media only screen and (min-width: 37.5em) {
    .format h5 {
        padding-top: 1rem;
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 74em) {
    .format h5 {
        padding-top: 1.3rem;
        font-size: 1.7rem;
    }
}
.format h6 {
    padding-top: 0.8rem;
    font-weight: 700;
    font-size: 1.3rem;
}
@media only screen and (min-width: 37.5em) {
    .format h6 {
        padding-top: 1rem;
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 74em) {
    .format h6 {
        padding-top: 1.2rem;
        font-size: 1.5rem;
    }
}

.format small {
    font-size: 12px;
}

.format a:not(.btn) {
    text-decoration: none;
    text-underline-position: under;
    text-decoration-color: rgba(0,0,0,.12);
}

.format a:not(.btn):hover {
    text-decoration-color: #fff;
    text-decoration: underline;
}

.format iframe {
    width: 100%;
}

.format table {
    border-collapse: collapse;
    overflow: auto;
    margin: 0.5rem 0 1rem;
    width: 100%;
}

.table-wrapper {
    overflow-x: auto;
}

.format table:not([border="0"]) td, .format table:not([border="0"]) th {
    padding: 6px 12px;
    text-align: center;
}

.format table tr:hover td {
    background-color: #f7f7f7;
    color: #000;
}

.block-table.is-style-stripes td {
    border-bottom: 1px solid #ebebeb;
}

.format .block-table.is-style-stripes tr:nth-child(odd) {
    background-color: transparent;
}

.format .block-table.is-style-stripes thead th {
    color: #fff;
}

.format .block-table.is-style-stripes thead tr {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #77eb86), to(#d9e021));
    background: -webkit-linear-gradient(left, #fff 0%, #77eb86 50%, #d9e021 100%);
    background: -moz-linear-gradient(left, #fff 0%, #77eb86 50%, #d9e021 100%);
    background: -o-linear-gradient(left, #fff 0%, #77eb86 50%, #d9e021 100%);
    background: linear-gradient(to right, #fff 0%, #77eb86 50%, #d9e021 100%);
}
.format table:not([border="0"]):not(.is-style-stripes) td,
.format table:not([border="0"]):not(.is-style-stripes) th {
    border: 1px solid #cecece;
}


.format table th, .format table td, .format table tr {
    padding: 0.5rem;
    border: 1px solid #dedede;
}

.format code {
    padding: 0 2px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #f5f7fc;
    font-family: "Source Code Pro", monaco, menlo, consolas, monospace;
}
.format blockquote {
    margin: 2rem 0;
    padding: 0 4rem;
    border-left: 3px solid silver;
    color: #a0a0a0;
}

.format ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}

.format ul li {
    position: relative;
}

.format ul li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: -1em;
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    border-width: .35em 0 .35em .45em;
    border-style: solid;
    border-color: transparent #fff;
}

.format ol {
    margin: 0.75em 0;
    padding: 0 1em 0 2em;
    list-style: none;
    counter-reset: format-counter;
}

.format ol li {
    position: relative;
    margin-bottom: 0.45rem;
    counter-increment: format-counter;
}

.format ol li:before {
    content: counter(format-counter);
    position: absolute;
    top: 0.1em;
    left: -2.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #009ad1;
    color: white;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.5;
}

.format ol ol li::before {
    background: #0086b6;
}

.format ol ol ol li::before {
    background: #006f96;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
.format a:not([class]):not([class=""]):not([style]):not([style=""]):before {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out 0.2s;
    -moz-transition: opacity .3s ease-in-out 0.2s;
    -o-transition: opacity .3s ease-in-out 0.2s;
    transition: opacity .3s ease-in-out 0.2s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    [class^="icon-"]:before, [class*=" icon-"]:before,
    .format a:not([class]):not([class=""]):not([style]):not([style=""]):before {
        opacity: 1;
    }
}

html.wf-winehouse-active [class^="icon-"]:before,
html.wf-winehouse-active [class*=" icon-"]:before,
html.wf-winehouse-active .format a:not([class]):not([class=""]):not([style]):not([style=""]):before {
    opacity: 1;
}

.format ul[class*='blocks'] {
    margin: inherit;
    padding: inherit;
}

.format ul[class*='blocks'] li:before {
    display: none;
}