@font-face {
    font-family: 'AkkuratdBold';
    src: url("../fonts/lineto-akkurat-bold.eot");
    src: url("../fonts/lineto-akkurat-bold.eot") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff2") format("woff2"), url("../fonts/lineto-akkurat-bold.woff") format("woff")
}

body {
    padding-top: 0;
    color: #484c56;
    font-family: "Interstate", sans-serif
}

.hover-default {
    opacity: 1;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

.hover-default:hover {
    opacity: .6
}

header {
    background: #333;
    color: #fff
}

header .columns {
    height: 90px
}

header .header-logo {
    display: block;
    width: 266px;
    margin-top: 22px
}

header .header-logo svg {
    width: 100%;
    height: auto;
    fill: #fff
}

header h4 {
    margin: 0;
    color: #fff;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 90px;
    text-transform: none
}

.main-nav {
    list-style: none;
    float: right;
    margin-top: 32px
}

.main-nav li {
    float: left;
    margin-left: .75em
}

.main-nav li a {
    display: block
}

.main-nav li a .description {
    display: none
}

.main-nav li a svg {
    width: 28px;
    height: auto
}

.main-nav li a svg:hover .icon-default-stroke {
    stroke: gray!important
}

.main-nav li a svg:hover .icon-default-fill {
    fill: gray!important
}

.main-nav li a svg .icon-default-stroke {
    stroke: #fff;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

.main-nav li a svg .icon-default-fill {
    fill: #fff;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

.main-nav li a[data-tooltip] {
    position: relative
}

.main-nav li a[data-tooltip]:after,
.main-nav li a[data-tooltip]:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s ease;
    transition: opacity .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s;
    transition: transform .2s ease, opacity .2s;
    transition: transform .2s ease, opacity .2s, -webkit-transform .2s ease;
    z-index: 5
}

.main-nav li a[data-tooltip]:before {
    content: attr(data-tooltip);
    top: 100%;
    right: 0;
    margin-top: 10px;
    padding: 10px 15px;
    background: #d6d2cc;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #484c56;
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap
}

.main-nav li a[data-tooltip]:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: '';
    border-bottom-color: #d6d2cc;
    border-top: none;
    top: 100%;
    left: 5px;
    margin-top: 4px
}

.main-nav li a[data-tooltip]:hover:after,
.main-nav li a[data-tooltip]:hover:before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 0.85;
    transform: translateY(0px)
}

#footer-container {
    padding: 5em 0 3.5em;
    background: #d6d2cc
}

#footer-container h6 {
    color: #484c56;
    font-weight: bold;
    text-transform: none
}

#footer-container a {
    color: #484c56;
    text-decoration: underline;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

#footer-container a:hover {
    color: #6b7180
}

#footer-container .footer-content h6 {
    margin-bottom: 3em
}

#footer-container .footer-content p {
    max-width: 22em
}

#footer-container .blog-link {
    margin-bottom: 3em
}

#footer-container .blog-link a {
    text-decoration: none
}

#footer-container .social-buttons li {
    margin: 0 2px
}

#footer-container .social-buttons li a {
    width: 29px;
    height: 29px;
    background: #484c56;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

#footer-container .social-buttons li a:hover {
    background: #6b7180
}

#footer-container .social-buttons li a i {
    color: #fff;
    font-size: 1em;
    line-height: 29px
}

#footer-container .footer-logo {
    display: block;
    width: 100%;
    max-width: 266px;
    margin-top: 5em
}

#footer-container .footer-logo svg {
    width: 100%;
    height: auto
}

#footer-container .footer-logo .logo-shape {
    fill: #484c56
}

.section-standard {
    margin: 4em 0 2.6em
}

.section-standard h3 {
    color: #484c56;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: none
}

.section-standard h4 {
    color: #484c56;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-weight: bold;
    text-transform: none
}

.section-intro {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background: #333;
    color: #fff
}

.section-intro:before {
    content: attr(data-title);
    position: absolute;
    top: -360px;
    right: 48%;
    height: 1em;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 28em;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap
}

.section-intro:after {
    content: attr(data-title);
    position: absolute;
    top: 90px;
    right: 48%;
    height: 1em;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 28em;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap
}

.section-intro .section-heading {
    position: relative;
    z-index: 1;
    margin-top: 66px
}

.section-intro .section-heading .section-number {
    display: inline-block;
    margin-right: 6.2em;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em
}

.section-intro .section-heading h1 {
    display: inline-block;
    color: #fff;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em
}

.section-intro .intro-text {
    max-width: 15em;
    margin: 66px 25px 50px 0
}

.section-next-page {
    display: block;
    padding: 4em 0;
    background: #ebe9e5;
    color: #484c56;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

.section-next-page:hover {
    background: #fbfaf9;
    color: #484c56
}

.section-next-page .number,
.section-next-page .title {
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.2em
}

.section-next-page .intro p {
    max-width: 15em
}

.section-next-page svg {
    width: 90px;
    height: auto;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.section-next-page svg .arrow-line {
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

.section-user-guide .user-guide-item {
    display: block;
    padding: 1.15em 0 .75em;
    border-top: 1px solid #cccccc;
    background: #fff;
    color: #484c56;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

.section-user-guide .user-guide-item:hover {
    background: #f6f5f4
}

.section-user-guide .user-guide-item .item-icon svg {
    width: 28px;
    height: auto
}

.section-user-guide .user-guide-item .item-number,
.section-user-guide .user-guide-item .item-title {
    display: inline-block;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 1.3em
}

.section-user-guide .user-guide-item .item-number {
    margin-right: 7.5em
}

.accordion-parent {
    margin-bottom: 0
}

.accordion-parent .accordion-item {
    margin-top: 0!important
}

.accordion-parent .accordion-item:nth-child(odd) .accordion-title {
    background: #474c55!important
}

.accordion-parent .accordion-item:nth-child(2n) .accordion-title {
    background: #4e525c!important
}

.accordion-title {
    height: auto!important;
    padding: 0
}

.accordion-title:before {
    content: ''!important
}

.is-active .accordion-title .icon-accordion {
    -webkit-transform: translateY(-50%) rotate(0deg)!important;
    -ms-transform: translateY(-50%) rotate(0deg)!important;
    transform: translateY(-50%) rotate(0deg)!important
}

.accordion-title .column {
    position: relative
}

.accordion-title .column h2 {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: calc(100% - 45px);
    margin-bottom: 0;
    padding: 1.2em 0;
    color: #fff;
    font-size: 1.25em!important;
    font-family: "AkkuratdBold", sans-serif;
    line-height: 1.25em;
    text-transform: none
}

.accordion-title .column .icon-accordion {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

.accordion-title .column .icon-accordion svg {
    width: 100%
}

.accordion-content {
    padding: 0!important
}

.accordion-content .column {
    min-height: 1em
}

.accordion-video {
    margin-bottom: 0!important
}

.footnotes {
    margin-bottom: 4em;
    padding-top: 1em;
    border-top: 1px solid #cccccc
}

.accordion-child {
    margin-bottom: 0
}

.accordion-child .accordion-item {
    margin-top: 0!important
}

.accordion-child .accordion-item:nth-child(odd) .accordion-title {
    background: #dfe1df!important
}

.accordion-child .accordion-item:nth-child(2n) .accordion-title {
    background: #e9eae9!important
}

.accordion-child .accordion-title h2 {
    color: #484c56
}

.accordion-child .accordion-title .accordion-arrow-line {
    stroke: #484c56
}

.overview-signatures {
    margin: 1.4em 0 2em;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    line-height: 1.25em
}

.overview-signatures svg {
    width: 80%;
    height: auto
}

.overview-signatures .martijn-wilder-signature {
    margin: 1em 0 .8em
}

.three-columns img {
    border-radius: 50%
}

.section-highlights {
    background: #f0f0ef;
    padding: 4em 0
}

.section-highlights .highlights-intro {
    max-width: 12em;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 1.85em;
    line-height: 1.25em
}

.figure-heading {
    background: #dfe1df
}

.figure-heading h3 {
    margin: 2.3em 0;
    color: #470858;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-transform: none
}

.section-quote-small {
    margin-bottom: 4em
}

.section-quote-small .quote {
    max-width: 15em;
    color: #470858;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 3em;
    line-height: 1.15em
}

.section-quote-large {
    margin-bottom: 4em
}

.section-quote-large .quote {
    max-width: 18em;
    color: #470858;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 4em;
    line-height: 1.15em
}

.collapsable-table {
    padding: 1em 0;
    border-top: 1px solid #cccccc
}

.section-glossary .collapsable-table {
    margin-left: 0;
    margin-right: 0
}

.single-column {
    overflow-x: auto
}

.single-column table {
    min-width: 1200px;
    border-collapse: collapse
}

.single-column table tr {
    border: 1px solid #fff
}

.single-column table td {
    vertical-align: top
}

.single-column table tbody tr,
.single-column table tbody tr:nth-child(2n),
.single-column table thead {
    background: none;
    color: #484c56
}

.single-column table tbody td {
    border-top: 1px solid #cccccc
}

.single-column table tbody tr:last-child td {
    border-bottom: 1px solid #fff
}

a[href$=".pdf"] {
    display: block;
    max-width: 16em;
    margin-bottom: 1rem;
    padding: 1em;
    background: #474c55;
    border-radius: 6px;
    color: #fff;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s
}

a[href$=".pdf"]:hover {
    background: #6a717f
}


/*# sourceMappingURL=arena.min.css.map */