.format > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.format {
    font-size: 1rem;
    line-height: 1.5rem;
}
.format.title {font-size: 2rem; text-transform: uppercase;}


.format p {
    padding-top: 0.5rem;
    font-size: 1rem;
}

@media only screen and (min-width: 37.5em) {
    .format {
        font-size: .rem;
    }
    .format p {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }
    .format ul {
        padding-top: 0.7rem;
    }
}

@media only screen and (min-width: 74em) {
    .format p {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
    .format ul {
        padding-top: 1.4rem;
    }
}

.format h1 {
    padding-top: 3rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
    line-height: 1;
}

@media only screen and (min-width: 37.5em) {
    .format h1 {
        font-size: 2.1rem;
    }
}
@media only screen and (min-width: 74em) {
    .format h1 {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 37.5em) {
    .format h1 small {
        font-size: 1.8rem;
    }
}
.format h2, .format h3, .format h4, .format h5, .format h6 {
    line-height: 1.2;
}
.format h2, .format h3, .format h4, .format h5, .format h6, .format p {
    margin: 0;
}
.format h2,
.format .title {
    padding-top: 2.8rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
    line-height: 1;
    width: 100%;
}
.format h3 {
    padding-top: 2.4rem;
    font-size: 1.6rem;
}

.format h4 {
    padding-top: 2rem;
    font-weight: 700;
    font-size: 1.5rem;
}

.format h5 {
    padding-top: 1.8rem;
    font-weight: 700;
    font-size: 1.4rem;
}

.format h6 {
    padding-top: 0.8rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.format small {
    font-size: 12px;
}

.format a:not(.btn) {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: rgb(233,4,30);
    color: rgb(233,4,30);
}

.format a:not(.btn):hover {
    text-decoration-color: rgb(233,4,30);
}

.format iframe {
    width: 100%;
}

.format table {
    border-collapse: collapse;
    overflow: auto;
    margin: 0.5rem 0 2rem;
    width: 100%;
}

.table-wrapper {
    overflow-x: auto;
}

.format table:not([border="0"]) td, .format table:not([border="0"]) th {
    padding: 6px 12px;
    text-align: left;
}

.format table tr:hover td,.format table tr:hover th {
    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: #f7f7f7;
}

.format .block-table.is-style-stripes thead th {
    color: #0a8fd2;
}

.format .block-table.is-style-stripes thead tr {
    background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#e1e1e1));
    background: -webkit-linear-gradient(left, #f0f0f0 0%, #e1e1e1 100%);
    background: -moz-linear-gradient(left, #f0f0f0 0%, #e1e1e1 100%);
    background: -o-linear-gradient(left, #f0f0f0 0%, #e1e1e1 100%);
    background: linear-gradient(to right, #f0f0f0 0%, #e1e1e1 100%);
}
.format table:not([border="0"]):not(.is-style-stripes) td,
.format table:not([border="0"]):not(.is-style-stripes) th {
   /* border: 1px solid #dbdfe3;*/
     border: 0 none;
}

.format figure.is-style-stripes table:not([border="0"]) td,
.format figure.is-style-stripes table:not([border="0"]) th {
    border-color: transparent;
}

.format table th, .format table td, .format table tr {
    padding: 0.5rem;
    border: 1px solid #dbdfe3;
}

.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;
}

 ul:not(.list-bare) {
    list-style: none;
    padding-left: 0em;
    margin: 0;
}

ul:not(.list-bare) > li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 1rem;
	list-style-type: none;
line-height: 1.2;
}

 ul:not(.list-bare) > li:before, .format ul:not(.list-bare) > li:before  {
   content: '';
background: url("../img/ul-li-check.png") no-repeat;
width: 1em;
height: 1em;
display: block;
position: absolute;
left: 0;
background-size: contain;
top: 1px;
}

.format ol:not(.list-bare) {
    margin: 0;
    padding: 1.5em 1em 0 3.4em;
    list-style: none;
    counter-reset: format-counter;
    counter-reset: format-counter calc(var(--format-counter) - 1);
}

.format ol:not(.list-bare) > li {
    position: relative;
    margin-bottom: 2rem;
    counter-increment: format-counter;
    min-height: 3em;
}

.format ol:not(.list-bare) > li:before {
    content: counter(format-counter);
    position: absolute;
    top: 0em;
    left: -4.6em;
    display: inline-block;
    width: 4em;
    height: 4em;
    background: url('../img/arrow@2x.png') 0 0 / 100% auto  no-repeat;
    padding-left: 0.45em;
    color: white;
    text-align: center;
    font-size: 1em;
    line-height: 3em;
    font-weight: 700;
}

.format ol:not(.list-bare) ol > li::before {
    background: #0086b6;
}

.format ol:not(.list-bare) ol ol > li:before {
    background: #006f96;
}
.format ul[class*='blocks'] {
    margin: inherit;
    padding: inherit;
}

.format ul[class*='list-bare'] li:before,
.format ul[class*='blocks'] li:before {
    display: none;
}