@font-face {
    font-family: 'pacifico';
    src: url('../fonts/pacifico/pacifico.eot');
    src: local('☺'), url('../fonts/pacifico/pacifico.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pacifico/pacifico.woff') format('woff'),
        url('../fonts/pacifico/pacifico.woff') format('woff'),
        url('../fonts/pacifico/pacifico.ttf') format('truetype'),
        url('../fonts/pacifico/pacifico.svg#josefinsans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefinsans';
    src: url('../fonts/josefinsans/josefinsans.eot');
    src: local('☺'), url('../fonts/josefinsans/josefinsans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/josefinsans/josefinsans.woff') format('woff'),
        url('../fonts/josefinsans/josefinsans.ttf') format('truetype'),
        url('../fonts/josefinsans/josefinsans.svg#josefinsans') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-size: 100%;
    overflow-y: scroll;
    color: #000000;
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: no-repeat;
}

::-moz-selection,
::-moz-selection {
    background: #1ea0d6;
    text-shadow: none;
    color: #000000;
}

::-moz-selection,
::selection {
    background: #1ea0d6;
    text-shadow: none;
    color: #000000;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
    height: auto;
}

a img {
    display: block;
}

main a:hover img,
main a:focus img,
main a:active img {
    outline: 2px solid #000000;
}

button::-moz-focus-inner {
    border: 0;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}


/* helpers */

.invisible,
.jumpinvisible,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.jumpinvisible {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 100;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    border: none;
    outline: none;
    border: 3px solid #000000;
    color: #000000;
    background-color: #ffffff;
}

.jumpinvisible:focus {
    left: auto;
    top: 0;
    width: auto;
    height: auto;
    min-height: 1rem;
    margin: 0;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    clip: auto;
}

@media all and (min-width: 768px) {
    .jumpinvisible {
        font-size: 1.5rem;
    }

    .jumpinvisible:focus {
        min-height: 1.875rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clearBoth {
    float: none;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.mainwrapper {
    position: relative;
    min-height: 100%;
    background-color: #ffcc33;
}


/* blue stuff */

.bgcontainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: linear-gradient(90deg, #ffcc33 50%, #1ea0d6 50%);
}

.mainheader {
    position: relative;
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 2rem 0 4rem 0;
    /*overflow: hidden;*/
}

@media all and (min-width: 1280px) {
    .mainheader {
        max-width: 70rem;
        padding: 4rem 0 7rem 0;
    }
}

.site-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 6rem;
    height: 8rem;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.site-title a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 80%;
    height: 80%;
    outline: none;
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out, background-size 0.2s ease-out, padding 0.2s ease-out;
    -o-transition: width 0.2s ease-out, height 0.2s ease-out, background-size 0.2s ease-out, padding 0.2s ease-out;
    transition: width 0.2s ease-out, height 0.2s ease-out, background-size 0.2s ease-out, padding 0.2s ease-out;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
    width: 100%;
    height: 100%;
    outline: 1px solid transparent;
}

.site-title a:before {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: ' ';
    pointer-events: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iNTMuMTIzMjE5bW0iCiAgIGhlaWdodD0iNzAuNTU5MDUybW0iCiAgIHZpZXdCb3g9IjAgMCAxODguMjMxODggMjUwLjAxMjM5IgogICBpZD0ic3ZnNDIxMiIKICAgdmVyc2lvbj0iMS4xIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ibG9nby1mb2N1cy5zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM0MjE0IiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0iYmFzZSIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp6b29tPSIxLjk3OTg5OSIKICAgICBpbmtzY2FwZTpjeD0iMy42MTY0MjUxIgogICAgIGlua3NjYXBlOmN5PSI5OS4wODk2NTIiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9InB4IgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgZml0LW1hcmdpbi10b3A9IjAiCiAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIgogICAgIGZpdC1tYXJnaW4tcmlnaHQ9IjAiCiAgICAgZml0LW1hcmdpbi1ib3R0b209IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxNjAwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijg0OCIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNDIxNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyLjc0MTE5NywtMTg3LjQwNjg4KSI+CiAgICA8cGF0aAogICAgICAgc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiNmZmNjMzM7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIgogICAgICAgZD0iTSAxMDkuMjE5NTcsNDM1LjkzMTI2IEMgOTcuMjQzMTgxLDQzMS42MjA5NyA4Mi43NjI2Nyw0MTUuMzUzNzQgNjguMDYyNDc5LDM4OS42OTU4OCA0NC44NjQ2NTMsMzQ5LjIwNjE2IDI3Ljk2NjA3NiwzMDEuMDMxMDkgMjMuNjgxOTU3LDI2My4xNzQyNyBjIC0wLjkyMTIzNiwtOC4xNDA1NCAtMC43Nzk1NSwtMjMuMDAwNTUgMC4yNzY5MDYsLTI5LjA0MTg4IDAuOTg2NDM5LC01LjY0MDk1IDMuMzM2MDk3LC0xMy40NjQyIDUuMDg0MDU3LC0xNi45Mjc1IDcuMzY0OTI2LC0xNC41OTI0IDI2LjU4OTk3MiwtMjMuNjI5OTUgNTkuMDg1NTI5LC0yNy43NzU2NiAxNS40OTIwMjEsLTEuOTc2NDMgNDEuMjA0MzUxLC0yLjA5OTU0IDU2LjgyMTA4MSwtMC4yNzIwNCAyNS45ODI5NSwzLjA0MDU3IDQzLjg3Mzc5LDkuMTU5NDYgNTMuNTk1MzMsMTguMzMwMjYgNS4zODY0OSw1LjA4MTM1IDguMjY2NzcsMTAuOTc4OTggMTAuNTYxNywyMS42MjYxIDEuNTU4MTYsNy4yMjg5NiAxLjk0NTM4LDI0LjMwOTE3IDAuNzkyMjMsMzQuOTQ1MTggLTEuOTUyNjMsMTguMDA5OTQgLTcuMDQwMiwzOC44OTc5MyAtMTQuNzg2NDYsNjAuNzA4NjUgLTIwLjE4NzM4LDU2Ljg0MDU2IC01MS4xMzAxMywxMDQuNzM5MDkgLTcxLjgwODAxLDExMS4xNTY4NyAtNC4yMjQyNSwxLjMxMTA3IC0xMC40NTI3MSwxLjMxNDE3IC0xNC4wODQ3NSwwLjAwNyBsIDAsLTEwZS02IHogbSAxMS45ODUwNiwtMTguMTAyNjUgYyAxOS45NTEyLC0xMy40NTIxNyA1MS4xMTg4LC03MS42MzAxMyA2My4xMDEzMiwtMTE3Ljc4NTk3IDQuNjkxMzcsLTE4LjA3MDgxIDYuNzMyNTgsLTMxLjg0MTkyIDYuNzc0OTMsLTQ1LjcwNzIgMC4wMzM1LC0xMC45NTcxMSAtMC44MDA0OCwtMTYuOTM0NDcgLTMuMzQ3MTYsLTIzLjk5MTEzIC0xLjI5Mzc3LC0zLjU4NDkzIC0yLjAxMzQ4LC00Ljc1NDk5IC00LjM2MjgzLC03LjA5MjgxIC03LjY2ODAzLC03LjYzMDM3IC0yNi4wMTE0MSwtMTMuMTY1NDYgLTUwLjI5MDY1LC0xNS4xNzUxNCAtOS4xNzg5NCwtMC43NTk3NyAtMzEuNzE0MTYsLTAuMzI2MDIgLTQwLjE1MzU2NywwLjc3Mjg3IC0yNS45MTUzOTcsMy4zNzQ0IC00MS41NTUwMzUsMTAuNDA5NTYgLTQ2LjM3MTYyNiwyMC44NTkyOSAtMTEuMzkyODQxLDI0LjcxNzA4IC0wLjMxMjk4NSw3OC45OTM4NSAyNy40NjQxOTcsMTM0LjUzODU0IDguMTk3ODgzLDE2LjM5MjkyIDE3LjY3NTgyNiwzMS45MDYxNiAyNS4xMTQxNiw0MS4xMDYxOSA0LjQ1MTY2Niw1LjUwNTk5IDEyLjA1MDMxNiwxMi43MzA1MiAxNC42NDI3NjYsMTMuOTIxODIgMi42MjQzMywxLjIwNTk1IDMuODQ4MDIsMC45Njc2NyA3LjQyODQ2LC0xLjQ0NjQ2IHoiCiAgICAgICBpZD0icGF0aDgxMzAiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgogIDwvZz4KPC9zdmc+Cg==');
    background-size: 100% 100%;
    background-position: center center;
    background-clip: content-box;
}

.site-title img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.site-title a:hover img,
.site-title a:focus img,
.site-title a:active img {
    width: 90%;
    height: 90%;
}

@media all and (min-width: 480px) {
    .site-title {
        right: 10%;
    }
}

@media all and (min-width: 768px) {
    .site-title {
        top: 0rem;
        right: -2%;
        width: 12rem;
        height: 16rem;
    }
}

@media all and (min-width: 900px) {
    .site-title {
        right: 8%;
    }
}

@media all and (min-width: 1024px) {
    .site-title {
        right: 4%;
    }
}

@media all and (min-width: 1280px) {
    .site-title {
        right: 32%;
    }
}


/* Navigation */

.nav-search-container {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media all and (min-width: 640px) {
    .nav-search-container {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

@media all and (min-width: 768px) {
    .nav-search-container {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.mainnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 0 auto;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.mainnav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media all and (min-width: 640px) {
    .mainnav ul {
        margin-right: 0.5rem;
        padding-top: 0.5rem;
    }
}

@media all and (min-width: 768px) {
    .mainnav ul {
        margin-right: 0;
        padding-top: 0;
    }
}

.mainnav a {
    display: block;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    font-size: 1rem;
    font-family: josefinsans, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}

.mainnav .current-menu-item a {
    outline: 1px solid transparent;
    color: #000000;
    background-color: #1ea0d6;
}

.mainnav a:hover,
.mainnav a:focus,
.mainnav a:active {
    outline: 1px solid transparent;
    color: #000000;
    background-color: #1ea0d6;
}

.mainnav .current-menu-item a:focus {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

@media all and (min-width: 768px) {
    .mainnav a {
        padding: 1rem 2rem 1rem 2rem;
        font-size: 2rem;
    }

    .mainnav .current-menu-item a:focus {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
}

.search-form {
    width: 100%;
    margin-left: 0.5rem;
    padding: 0.625rem 2rem 0.625rem 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media all and (min-width: 640px) {
    .search-form {
        width: auto;
        margin-left: 0;
    }
}

@media all and (min-width: 768px) {
    .search-form {
        margin-left: 2rem;
        width: 100%;
    }
}

@media all and (min-width: 1280px) {
    .search-form {
        width: auto;
        margin-left: 0;
    }
}

.search-submit {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-field,
.search-submit {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.0625rem 0.375rem 0.0625rem 0.375rem;
    font-size: 1rem;
    font-family: josefinsans, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    border: none;
    color: #000000;
}

.search-field {
    width: 7rem;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background-color: #ffffff;
}

.search-field:focus {
    width: 8.5rem;
    outline: 1px solid transparent;
}

.focuscontainer {
    position: relative;
}

.fakefocus {
    width: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.search-field:focus~.fakefocus {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    content: '';
    background-color: transparent;
    pointer-events: none;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.search-submit {
    outline: none;
    cursor: pointer;
    appearance: none;
    background-color: #1ea0d6;
}

@media all and (min-width: 1280px) {
    .search-submit {
        background-color: #ffcc33;
    }
}

.search-submit:focus,
.search-submit:hover {
    background-color: #1ea0d6;
}

@media all and (min-width: 1280px) {

    .search-submit:focus,
    .search-submit:hover {
        background-color: #ffcc33;
    }
}

.search-submit:before {
    width: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.search-submit:focus:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    content: '';
    background-color: transparent;
    pointer-events: none;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.search-submit::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media all and (min-width: 768px) {

    .search-field,
    .search-submit {
        padding: 0.125rem 0.75rem 0.125rem 0.75rem;
        font-size: 2rem;
    }

    .search-field {
        width: 14rem;
    }

    .search-field:focus {
        width: 17rem;
    }
}


/* ribbon */

.ribbon {
    position: absolute;
    left: 2rem;
    z-index: 2;
    display: inline-block;
    margin: 5rem 0 0 0;
    padding: 0;
    color: #ffffff;
    outline: 1px solid transparent;
    background: #000000;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

.ribbon h2 {
    margin: 0;
    padding: 0.25em 0 0.25rem 0;
    text-align: center;
}

.ribbon p,
.ribbon h2,
.ribbon code {
    font-size: 0.875rem;
    font-family: pacifico, Arial, Cursive;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75);
    background-color: #000000;
    height: 43px;
}

.ribbon p {
    position: absolute;
    bottom: 0.5rem;
    right: -0.5rem;
    margin: 0;
    padding: 0;
    background-color: #000000;
}

.ribbon a {
    text-decoration: underline;
}

.ribbon span {
    display: block;
}

.ribbon a:hover,
.ribbon a:focus,
.ribbon a:active {
    outline: 1px solid transparent;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.75);
}

.ribbon:before,
.ribbon:after {
    position: absolute;
    display: block;
    content: '';
    border: 1.6rem solid;
    border-color: rgba(0, 0, 0, 0);
    border-color: #000000;
    z-index: -1;
    outline: 1px solid transparent;
    -webkit-transform: translate3d(0, 0, 0.1pc);
    transform: translate3d(0, 0, 0.1pc);
}

.ribbon:before {
    top: 0;
    left: -1.75rem;
    border-left-color: transparent;
}

.ribbon:after {
    top: 0;
    right: -1.75rem;
    border-right-color: transparent;
}

@media all and (min-width: 640px) {
    .ribbon {
        left: 5rem;
        margin-top: 3rem;
    }
}

@media all and (min-width: 768px) {
    .ribbon {
        bottom: -2rem;
        left: 0;
        margin: 0 8rem 0 8rem;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .ribbon h2 {
        padding: 0.5rem 0 0.5rem 0;
    }

    .ribbon p,
    .ribbon h2,
    .ribbon code {
        font-size: 1.5rem;
        height: auto;
    }

    .ribbon:before,
    .ribbon:after {
        border-width: 2.75rem;
    }

    .ribbon:before {
        left: -3.75rem;
    }

    .ribbon:after {
        right: -3.75rem;
    }
}

@media all and (min-width: 1024px) {
    .ribbon {
        left: 3rem;
    }
}

@media all and (min-width: 1280px) {
    .ribbon {
        margin: 3rem 2rem 3rem 2rem;
    }
}

@media all and (min-width: 1580px) {
    .ribbon {
        margin: 3rem 6rem 3rem 6rem;
    }
}


/* main content */

#content {
    position: relative;
    max-width: 90%;
    margin: 0 auto 3rem auto;
}

@media all and (min-width: 1280px) {
    #content {
        max-width: 64rem;
        margin: 0 auto;
    }
}

main {
    margin: 0 0 8rem 0;
}

.homepage-intro {
    padding: 1.5rem;
    margin: 2rem 0 8rem 0;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.secondary {
    margin: 0;
}

.card {
    width: 100%;
    min-height: 20rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 2rem 0 4rem 0;
    padding: 2rem 1rem 2rem 1rem;
    background-color: #ffffff;
}

.home .card {
    margin-top: 0;
    margin-bottom: 7rem;
}


@media all and (min-width: 768px) {
    .card {
        margin: 3rem 0 8rem 0;
        padding: 3rem 3rem 3rem 3rem;
    }

    .home .card {
        perspective: 140px;
        background-color: transparent;
    }
}

main .card:last-of-type {
    margin-bottom: 2rem;
}

.home .card:before,
.home .card:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transform: rotate3d(1, 0, 1, 1.25deg);
    outline: 1px solid transparent;
}

.home .card:before {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.home .card:after {
    display: none;
}

@media all and (min-width: 768px) {
    .home .card:after {
        display: block;
    }
}

.home .card:before {
    transform: rotate3d(1, 0, 1, 1.25deg);
}

.home .card:after {
    transform: rotate3d(1, 0, 1, 3.2deg);
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.25);
}

.home .card:nth-child(2n+2):before {
    transform: rotate3d(1, 0, 1, -1.75deg);
}

.home .card:nth-child(2n+2):after {
    transform: rotate3d(1, 0, 1, -3.75deg);
}

.home .card:nth-child(3n+3):before {
    transform: rotate3d(0, 1, 1, -0.75deg);
}

.home .card:nth-child(3n+3):after {
    transform: rotate3d(0, 0.3, 0.5, -1.75deg);
}

.home .card:before,
.home .card:after {
    z-index: -2;
}


.entry-header {
    position: relative;
    padding-top: 1rem;
}

.entry-header h1 {
    display: inline-block;
    position: relative;
    margin: 0.25rem 0 0.75rem 0;
    padding: 0;
    font-size: 1.75rem;
    font-family: pacifico, Arial, Cursive;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    text-decoration: none;
}

.entry-header h1 a {
    color: #000000;
    text-decoration: none;
    outline: none;
    background-image: none;
    background-size: 100% 0.4rem;
    background-position: 0 86%;
    background-repeat: no-repeat;
}

.entry-header a:hover,
.entry-header a:focus,
.entry-header a:active {
    background-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
    animation-name: underliner;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes underliner {
    0% {
        background-size: 0% 0.4rem;
    }

    50% {
        background-size: 50% 0.4rem;
    }

    100% {
        background-size: 100% 0.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    .entry-header a:hover,
    .entry-header a:focus,
    .entry-header a:active {
        animation: none;
        background-image: none;
        text-decoration: underline;
    }
}

@supports not (animation-name: underliner) {

    .entry-header a:hover,
    .entry-header a:focus,
    .entry-header a:active {
        animation: none;
        background-image: none;
        text-decoration: underline;
    }
}

.entry-header a:focus {
    outline: 1px solid transparent;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    padding: 0;
    font-family: pacifico, Arial, Cursive;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}

.entry-content h2 {
    font-size: 1.75rem;
    margin: 0.125rem 0 0.75rem 0;
}

.best-practice {
    position: absolute;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0.25rem 0 0 1rem;
    padding: 0.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.best-practice svg {
    display: block;
    width: 2rem;
    height: 2rem;
}

.best-practice--best {
    background-color: #7ceb28;
}

.best-practice--bad {
    background-color: #d62a1e;
}

.best-practice--bad svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.entry-content h3 {
    font-size: 1.5rem;
    margin: 0.125rem 0 0.75rem 0;
}

.entry-content h4 {
    font-size: 1.5rem;
    margin: 0.125rem 0 0.5rem 0;
}

/* responsive tables as lists */
@media not print {

    .entry-content .responsive-tables {
        max-width: 100%;
        overflow-y: auto;
        margin-bottom: 2rem;
    }

    .entry-content table {
        display: block;
        width: 100%;
    }

    .entry-content tr {
        display: block;
    }

    .entry-content th,
    .entry-content td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .entry-content thead {
        display: none;
    }

    .entry-content tbody {
        display: block;
        width: 100%;
    }

    /* th in tbody => make it look like a small headline */
    .entry-content tbody th:first-child {
        display: block;
        font-family: josefinsans, Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        vertical-align: top;
        text-align: left;
        margin-bottom: 0.5rem;
    }

    .entry-content tr {
        position: relative;
        margin-bottom: 1rem;
    }

    .entry-content td {
        padding: 0.25rem;
        width: 100%;
        border: none;
        font-family: josefinsans, Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.125em;
        border-top: 1px solid #dbdbdb;
    }

    .entry-content td p {
        font-size: inherit;
        line-height: inherit;
        margin-bottom: 0.25rem;
    }

    .entry-content td ul {
        font-size: inherit;
        line-height: inherit;
        margin-bottom: 0.25rem;
    }

    .entry-content td ul li {
        font-size: inherit;
        line-height: inherit;
        margin-bottom: 0.25rem;
    }

    .entry-content table tr:nth-child(odd) td {
        background-color: #dbdbdb;
        border-top: 1px solid #ffffff;
    }

    /* show content of data-attribute on :before */
    .entry-content td:before {
        display: inline;
        font-weight: bold;
        margin: 0;
        padding: 0;
        content: attr(data-tablehead) ":\00a0";
        background-color: transparent;
    }

}

.entry-content caption {
    display: table-caption;
    caption-side: top;
    padding: 0;
    font-family: pacifico, Arial, Cursive;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 1.5rem;
    margin: 0.125rem 0 0.5rem 0;
}

@media all and (min-width: 768px) {
    .entry-content table {
        position: relative;
        display: table;
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
        border-spacing: 0;
        border-collapse: collapse;
        border: 1px solid #dbdbdb;
        background-color: #ffffff;
    }

    .entry-content caption {
        font-size: 1.75rem;
        margin: 0.25rem 0 1.5rem 0;
    }

    .entry-content tbody {
        position: relative;
        display: table-row-group;
        width: auto;
        height: auto;
        border: none;
    }

    .entry-content thead {
        position: relative;
        display: table-header-group;
        visibility: visible;
        width: auto;
        height: auto;
        border: none;
    }

    .entry-content tfoot {
        position: relative;
        display: table-footer-group;
        visibility: visible;
        width: auto;
        height: auto;
        border: none;
    }

    .entry-content tr {
        position: relative;
        display: table-row;
        visibility: visible;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        border-spacing: 0;
    }

    .entry-content th,
    .entry-content td {
        position: relative;
        display: table-cell;
        width: auto;
        padding: 0.5rem;
        font-family: josefinsans, Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #000000;
        text-align: left;
        vertical-align: top;
        border: 1px solid #dbdbdb;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background-color: #dbdbdb;
    }

    .entry-content td {
        font-weight: normal;
        background-color: transparent;
    }

    .entry-content table tr:nth-child(odd) td {
        background-color: transparent;
        border: 1px solid #dbdbdb;
    }

    .entry-content thead td,
    .entry-content table thead tr:nth-child(odd) td {
        font-weight: bold;
        background-color: #dbdbdb;
    }

    .entry-content tbody th:first-child {
        width: auto;
        display: table-cell;
        margin-bottom: 0;
    }

    .entry-content td:before {
        display: none;
    }

}


.timebox {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.timebox p {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 0 0.25rem 0;
}

.timebox dfn {
    font-style: normal;
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

.post-time {
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #000000;
}

@media all and (min-width: 768px) {

    .entry-header h1 {
        font-size: 2.5rem;
        margin: 0.5rem 0 1.25rem 0;
    }

    .entry-header a:focus {
        outline: 1px solid transparent;
    }

    .entry-content h2 {
        font-size: 2.25rem;
        margin: 0.25rem 0 1.5rem 0;
    }

    .entry-content h3 {
        font-size: 2rem;
        margin: 0.25rem 0 1.5rem 0;
    }

    .entry-content h4 {
        font-size: 1.75rem;
        margin: 0.25rem 0 1.5rem 0;
    }

    .post-time {
        top: 0;
        font-size: 1rem;
    }

    .timebox dfn {
        font-size: 1rem;
    }
}

.entry-content p {
    margin: 0 0 1.75rem 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #000000;
    text-decoration: none;
}

.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.homepage-intro a {
    display: inline;
    color: #007eb3;
    /* WCAG2 AAA */
    text-decoration: underline;
    background-color: transparent;
}

.entry-content p a:hover,
.entry-content p a:focus,
.entry-content p a:active,
.entry-content ul a:hover,
.entry-content ul a:focus,
.entry-content ul a:active,
.entry-content ol a:hover,
.entry-content ol a:focus,
.entry-content ol a:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    outline: 1px solid transparent;
}

.entry-content p a:hover code,
.entry-content p a:focus code,
.entry-content p a:active code,
.entry-content ul a:hover code,
.entry-content ul a:focus code,
.entry-content ul a:active code,
.entry-content ol a:hover code,
.entry-content ol a:focus code,
.entry-content ol a:active code {
    background-color: #666666;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 1.25rem 0;
    padding: 0 0 0 1.125rem;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #000000;
    text-decoration: none;
}

.entry-content li {
    margin: 0 0 0.75rem 0;
}

.figure-box {
    display: table;
    margin: 0 auto 2.5rem auto;
    padding: 0.5rem;
    background-color: #1ea0d6;
}

/* core bug wordpress: https://core.trac.wordpress.org/ticket/39307 */
.figure-box p:empty {
    display: none;
}

.figure-box img {
    display: inline-block;
}

.figure-box figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #000000;
    background-color: #ffcc33;
}

.entry-content .figure-box figcaption p,
.entry-content .figure-box figcaption ol,
.entry-content .figure-box figcaption ul {
    font-size: 1rem;
}

.figure-box figcaption a {
    display: inline;
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
}

.figure-box figcaption a:hover,
.figure-box figcaption a:focus,
.figure-box figcaption a:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    outline: 1px solid transparent;
}

@media all and (min-width: 768px) {
    .entry-content p {
        font-size: 1.625rem;
    }

    .entry-content ul,
    .entry-content ol {
        margin: 0 0 1.5rem 0;
        padding: 0 0 0 1.5rem;
        font-size: 1.625rem;
    }
}

.entry-header figure {
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.entry-header figure img {
    margin: 0;
    padding: 0;
}

.entry-content hr {
    clear: both;
    border: none;
    border-bottom: 1px solid #000000;
    margin: 1.5em 0 1.5rem 0;
}

.entry-content blockquote {
    margin: 0 0 2rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.entry-content blockquote p:last-of-type {
    margin-bottom: 0;
}

.entry-content blockquote p:first-of-type {
    position: relative;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.entry-content blockquote p:first-of-type:before {
    display: inline;
    font-size: inherit;
    content: '»';
    speak: none;
}

.entry-content blockquote p:first-of-type:after {
    display: inline;
    font-size: inherit;
    content: '«';
    speak: none;
}

.entry-content blockquote cite {
    display: block;
    font-size: 1rem;
    font-style: italic;
    text-align: right;
}

@media all and (min-width: 768px) {
    .entry-content blockquote {
        padding: 1rem 3rem 1rem 3rem;
    }

    .entry-content blockquote p:first-of-type {
        font-size: 1.75rem;
    }

    .entry-content blockquote cite {
        font-size: 1.5rem;
    }

}

.featured-image {
    max-width: 100%;
}

.featured-image a {
    display: block;
}

.comments-area {
    width: 90%;
    margin: 0 auto;
}

@media all and (min-width: 768px) {
    .commentscomments-area {
        width: 80%;
    }
}

@media print {
    .comments-area {
        display: none;
    }
}

.comments-title {
    display: block;
    margin: 0 0 1rem 0;
    font-family: pacifico, Arial, Cursive;
    font-size: 1.625rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #000000;
}

.comment-list {
    display: block;
    margin: 0;
    padding: 0;
}

.comment-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0 0 3rem 0;
    padding: 2.3rem;
    perspective: 150px;
}

.comment-block:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    background-color: #73b1ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(1, 0, 1, 1.25deg);
    outline: 1px solid transparent;
}

li:nth-child(2n+2) .comment-block:before {
    transform: rotate3d(1, 0, 1, -1.75deg);
}

li:nth-child(3n+3) .comment-block:before {
    transform: rotate3d(0, 1, 1, -0.75deg);
}

.comment-headline {
    display: block;
    margin: 0;
    font-family: pacifico, Arial, Cursive;
    font-size: 1.625rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #000000;
}

.comment-author img {
    float: left;
    margin-right: 1rem;
}

.comment-date {
    display: inline-block;
    width: auto;
    margin: 0 0 0.2rem 0;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #000000;
    outline: none;
    text-decoration: underline;
}

.comment-date time {
    display: inline-block;
    padding: 3px;
    border-bottom: 1px solid #000000;
    -webkit-transition: border-bottom-color 0.5s ease;
    -o-transition: border-bottom-color 0.5s ease;
    transition: border-bottom-color 0.5s ease;
    -moz-transition: border-bottom-color 0.5s ease;
    -ms-transition: border-bottom-color 0.5s ease;
}

.comment-date:hover time,
.comment-date:focus time,
.comment-date:active time {
    color: #ffffff;
    background-color: #000000;
    border-bottom: 1px solid #ffffff;
    outline: 1px solid transparent;
}

.comment {
    display: block;
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    outline: none;
    text-decoration: none;
}

.comment-respond {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0 0 4rem 0;
    padding: 2.3rem;
    perspective: 150px;
}

.comment-respond:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    background-color: #ccc314;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(1, 0, 1, -1.75deg);
    outline: 1px solid transparent;
    -webkit-transform: rotate3d(1, 0, 1, -1.75deg);
    -moz-transform: rotate3d(1, 0, 1, -1.75deg);
    -ms-transform: rotate3d(1, 0, 1, -1.75deg);
    -o-transform: rotate3d(1, 0, 1, -1.75deg);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.comment-reply-title {
    margin: 0 0 1.25rem 0;
    font-family: pacifico, Arial, Cursive;
    font-size: 1.625rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

.comment-respond p,
.comment-respond label {
    display: block;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

.comment-respond a {
    outline: none;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 2px;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    text-decoration: underline;
}

.comment-respond a:hover,
.comment-respond a:focus,
.comment-respond a:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
}

.comment-respond a:focus {
    outline: 1px solid transparent;
}

.comment-respond label {
    margin-bottom: 0.5rem;
}

@media all and (min-width: 768px) {
    .comment-form-comment {
        float: left;
        width: 48%;
        margin-right: 2%;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 48%;
        margin-left: 2%;
    }
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    box-sizing: border-box;
    width: calc(100% - 1rem);
    padding: 0.5rem;
    border: none;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 1rem;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
    border-color: #000000;
    outline: 1px solid transparent;
}

.comment-form-url {
    clear: right;
}

.form-submit {
    clear: both;
}

.comment-form-comment textarea {
    box-siting: border-box;
    display: block;
    width: calc(100% - 1rem);
    min-height: 13rem;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    border: none;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    resize: vertical;
}

.comment-form-comment textarea:focus {
    border-color: #000000;
    outline: 1px solid transparent;
}

.comment-respond p.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
}

.comment-respond p.comment-form-cookies-consent input {
    margin-right: 0.5rem;
}

.comment-respond p.comment-form-cookies-consent label {
    margin-bottom: 0;
}

.submit::-moz-focus-inner {
    border: 0;
}

.submit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: none;
    font-size: 1rem;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    border-top: 2px solid #1ea0d6;
    border-bottom: 2px solid #1ea0d6;
    background-color: #1ea0d6;
    outline: none;
}

.submit:hover,
.submit:focus {
    background-color: #ffcc33;
    border-color: #ffcc33;
}

.submit:focus {
    outline: 1px solid transparent;
    border-color: #000000;
}

.meta-infos {
    margin: 0;
    padding: 0;
}

.meta-infos dt,
.meta-infos dd {
    font-size: 0.875rem;
    line-height: 1.2;
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.meta-infos dd {
    margin: 0 0 1rem 0;
}

.meta-infos .author {
    float: left;
    margin-right: 3px;
}

.meta-infos .author-name {
    clear: right;
}

.post-tags,
.post-categories {
    clear: both;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-tags li,
.post-categories li {
    display: block;
    float: left;
    margin: 0 8px 8px 0;
    padding: 0;
}

.post-tags a,
.post-categories a {
    font-size: 0.875rem;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 7px;
    color: #000000;
    text-decoration: none;
    outline: none;
    background-color: #ccc314;
}

.post-tags a:hover,
.post-tags a:focus,
.post-tags a:active,
.post-categories a:hover,
.post-categories a:focus,
.post-categories a:active {
    padding: 5px;
    border: 2px solid #000000;
    background-color: #ffcc33;
    outline: 1px solid transparent;
}

.post-tags a {
    background-color: #1ea0d6;
}

.post-tags a:hover,
.post-tags a:focus,
.post-tags a:active {
    background-color: #ffcc33;
}

#cancel-comment-reply-link,
.comment-reply-link,
.comments-link,
.trackback-link,
.more-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 1rem;
    outline: none;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
}

@media all and (min-width: 768px) {

    #cancel-comment-reply-link,
    .comment-reply-link,
    .comments-link,
    .trackback-link,
    .more-link {
        font-size: 1.5rem;
    }
}

.comment-reply-link {
    font-size: 1.125rem;
}

#cancel-comment-reply-link {
    display: block;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active,
.comments-link:hover,
.comments-link:focus,
.comments-link:active,
.trackback-link:hover,
.trackback-link:focus,
.trackback-link:active,
.more-link:hover,
.more-link:focus,
.more-link:active {
    text-decoration: none;
    outline: 1px solid transparent;
}


/* subpages */

.subpage-title {
    margin: 0 0 0.5rem 0;
    font-family: pacifico, Arial, Cursive;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

.subpage-title a {
    text-decoration: none;
}

ul.subpages-list {
    display: block;
    margin: 0 0 2rem 0;
    padding: 0;
    list-style-type: none;
}

.subpages-list li {
    display: block;
    margin: 0;
    padding: 1rem 0 1rem 0;
    border-top: 1px solid #99965c;
}

.subpages-list li:last-of-type {
    border-bottom: 1px solid #99965c;
}

.subpages-date {
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

p.subpage-excerpt {
    font-size: 1.5rem;
    margin-bottom: 0;
}


/* widgets */

.widget-title {
    display: inline-block;
    margin: 0 0 0.5rem 0;
    font-family: pacifico, Arial, Cursive;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

.widget-area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.widget {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 90%;
    padding: 1rem;
    margin: 0 2% 3rem 2%;
    perspective: 50px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.widget_archive {
    flex-wrap: wrap;
    order: initial;
}

@media all and (min-width: 768px) {
    .widget-area {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .widget {
        width: 20%;
        margin: 0 2% 3rem 2%;
        z-index: 1;
    }

    .widget_archive {
        width: 40%;
    }
}

.widget:before {
    box-sizing: border-box;
    display: block;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transform: rotate3d(1, 0, 1, 1.25deg);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    outline: 1px solid transparent;
    -webkit-transform: rotate3d(1, 0, 1, 1.25deg);
    -moz-transform: rotate3d(1, 0, 1, 1.25deg);
    -ms-transform: rotate3d(1, 0, 1, 1.25deg);
    -o-transform: rotate3d(1, 0, 1, 1.25deg);
}

.widget:nth-child(2n+2):before {
    transform: rotate3d(1, 0, 1, -1.75deg);
}

.widget:nth-child(3n+3):before {
    transform: rotate3d(0, 1, 1, -0.75deg);
}

.widget_tag_cloud:before {
    background-color: #1ea0d6;
}

.widget_archive:before {
    background-color: #99965c;
}

.widget_categories:before {
    background-color: #ccc314;
}

.widget ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 2rem 0;
    padding: 0;
    list-style-type: none;
}

@media all and (min-width: 768px) {
    .widget_archive ul {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

.widget li {
    font-size: 0.875rem;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

.widget.widget_archive li {
    margin: 0 0.5rem 0 0.5rem;
}

.widget a {
    display: inline-block;
    margin: 0;
    padding: 2px;
    color: #000000;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
    text-decoration: none;
    color: #ffffff;
    outline: 1px solid transparent;
    background-color: #000000;
}

.widget.widget_tag_cloud a {
    text-align: center;
}


/* footer */

.mainfooter {
    width: 100%;
}

.mainfooter .sociallinks {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin: 2.75rem 0 1rem 0;
    padding: 0;

}

@media print {
    .mainfooter .sociallinks {
        display: none;
    }
}

.mainfooter .sociallinks li {
    display: block;
    margin: 0;
    padding: 0;
}

.mainfooter .sociallinks a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 3.75rem;
    border: 0.125rem solid transparent;
    background-color: transparent;
}

.mainfooter .sociallinks a:hover,
.mainfooter .sociallinks a:focus,
.mainfooter .sociallinks a:active {
    border-color: #000000;
    background-color: #ffffff;
    outline: 1px solid transparent;
}

.mainfooter .sociallinks svg {
    display: block;
    margin: 0;
    padding: 0.1875rem;
    width: 100%;
    height: 100%;
    fill: #000000;
}

_:-moz-tree-row(hover),
.mainfooter .sociallinks svg {
    width: 88%;
    height: 92%;
}

.footercontainer {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    z-index: 1;
    perspective: 20px;
}

.footercontainer .menu {
    position: relative;
    display: table;
    margin: 2.5rem auto 0 auto;
    padding: 0;
    list-style-type: none;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.footercontainer .menu li {
    display: inline-block;
}

.footercontainer .menu a {
    display: inline-block;
    margin: 0;
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    line-height: 1;
    color: #000000;
    text-decoration: none;
}

@media all and (min-width: 768px) {
    .footercontainer .menu a {
        padding: 8px 16px 8px 16px;
        font-size: 1rem;
    }
}

.footercontainer .menu a:hover,
.footercontainer .menu a:focus,
.footercontainer .menu a:active {
    color: #000000;
    outline: 1px solid transparent;
    background-color: #ffcc33;
}

.footercontainer:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: -1rem;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(1, 0, 1, 1.25deg);
    outline: 1px solid transparent;
    background-color: #99965c;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.footer-additions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-additions small {
    line-height: 1.3;
    margin-bottom: 1rem;
}

.footer-link {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active {
    text-decoration: none;
    color: #ffffff;
    outline: 1px solid transparent;
    background-color: #000000;
}

@media print {
    .footer-link---privacy-policy {
        display: none;
    }
}

/* code highlighting (prism) */
.entry-content h1>code,
.entry-content h2>code,
.entry-content h3>code,
.entry-content h4>code,
.entry-content p>code,
.entry-content a>code,
.entry-content li>code,
.entry-content dd>code,
.entry-content td>code {
    font-size: 85%;
    padding: 0 5px;
    background-color: #eeeeee;
}

pre {
    position: relative;
}

pre[class*="language-"] {
    padding-top: 2.5rem;
}

pre[class*="language-"] {
    border-radius: 0;
    margin: 0 0 1.5rem 0;
    padding-top: 2rem;
}

pre[class*="language-"][data-language]::before,
pre[rel]::before {
    content: attr(rel);
    display: block;
    width: auto;
    background-color: #73b1ff;
    border-radius: 0;
    color: black;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    padding: 0.125rem 1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

pre[rel]:before {
    content: attr(rel);
}


/* codepen */

.cp_embed_iframe {
    margin: 0 0 1.5rem 0;
}


/* PRISM Plugin accessibility overwrites */

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
    /*color: #f92672;*/
    color: #ff6670;
}

.token.boolean,
.token.number {
    /*color: #ae81ff;*/
    color: #d0a1ff;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #080807;
}

.page-header {
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}

.page-header h1 {
    display: block;
    position: relative;
    font-size: 2.5rem;
    margin: 0.5rem 0 1.25rem;
    padding: 0;
    font-family: pacifico, Arial, Cursive;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.page-header dl {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    display: block;
}

.page-header dd,
.page-header dt {
    margin: 0;
    padding: 0;
    display: block;
}

.pagination-container {
    margin: 0 0 1.5rem 0;
    padding: 1.5rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}

.pagination-container li a {
    z-index: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 1rem 0 0;
    padding: 0.5rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #000000;
    text-align: center;
    text-decoration: none;
    perspective: 2px;
}

.pagination-container li a:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(1, 0, 1, 1.25deg);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
    outline: 1px solid transparent;
    background-color: #ffcc33;
}

.pagination-container li a[aria-current] {
    color: #ffffff;
}

.pagination-container li a[aria-current]:before {
    background-color: #000000;
}

.pagination-container li a:before {
    transform: rotate3d(1, 0, 1, 1.25deg);
}

.pagination-container li:nth-child(2n+2) a:before {
    transform: rotate3d(1, 0, 1, -1deg);
}

.pagination-container li:nth-child(3n+3) a:before {
    transform: rotate3d(0, 1, 1, -0.75deg);
}

.pagination-container li a[href]:hover,
.pagination-container li a[href]:focus,
.pagination-container li a[href]:active {
    outline: 2px solid transparent;
    color: #ffffff;
    text-decoration: underline;
}

.pagination-container li a[href]:hover:before,
.pagination-container li a[href]:focus:before,
.pagination-container li a[href]:active:before {
    outline: 1px solid transparent;
    background-color: #000000;
}

.pagination {
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* WP Forms Overrides */
div.accessabilly-form.wpforms-container-full {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0 0 3rem 0;
    padding: 2.3rem;
    perspective: 150px;
}

div.accessabilly-form.wpforms-container-full:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    background-color: #ffcc33;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(1, 0, 1, 1.25deg);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    outline: 1px solid transparent;
}


div.accessabilly-form.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
    margin-bottom: 1rem;
}

div.accessabilly-form.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    display: none;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

div.accessabilly-form.wpforms-container-full .wpforms-form input[type="text"],
div.accessabilly-form.wpforms-container-full .wpforms-form input[type="email"],
div.accessabilly-form.wpforms-container-full .wpforms-form textarea {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5rem;
    border: none;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 1rem;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

div.accessabilly-form.wpforms-container-full .wpforms-form textarea {
    min-height: 10rem;
}

div.accessabilly-form.wpforms-container-full .wpforms-form input[type="text"]:focus,
div.accessabilly-form.wpforms-container-full .wpforms-form input[type="email"]:focus,
div.accessabilly-form.wpforms-container-full .wpforms-form textarea:focus {
    border-color: #000000;
    outline: 1px solid transparent;
}

div.accessabilly-form.wpforms-container-full .wpforms-form button[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: none;
    font-size: 1.5rem;
    font-family: josefinsans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    border-top: 2px solid #1ea0d6;
    border-bottom: 2px solid #1ea0d6;
    background-color: #1ea0d6;
    outline: none;
    padding: 0 0.25rem;
}

div.accessabilly-form.wpforms-container-full .wpforms-form button[type="submit"]:focus {
    outline: 1px solid transparent;
    border-color: #000000;
}

.wpforms-confirmation-container-full {
    border: 0;
    padding: 0;
    margin-bottom: 2rem;
    color: #000000;
    background: none;
}

/* Print Styles */

@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        overflow: visible !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    .entry-content a[href]:after {
        content: " ("attr(href) ")";
        color: #707070 !important;
        font-family: verdana, arial, sans-serif;
        font-size: 70%;
        font-weight: normal;
    }

    .entry-content abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .entry-content a[href^="#"]:after,
    .entry-content a[href^="javascript:"]:after,
    .entry-content pre a[href]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .mainheader {
        margin: 0;
        padding: 0;
        width: 100%;
        min-width: 100%;
        min-height: initial;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .mainnav {
        display: none;
    }

    .entry-content p .more-link {
        display: none;
    }

    .entry-meta {
        display: none;
    }

    .site-title {
        margin: 0 2rem 0 0;
        padding: 0;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        -ms-flex-positive: 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
    }

    .ribbon {
        -ms-flex-positive: 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        position: relative;
        margin: 2rem 0 0 0;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        background: #ffffff !important;
        color: #000000 !important;
        border: none;
    }

    .ribbon span {
        display: none;
    }

    .ribbon-content {
        background: #ffffff !important;
        color: #000000 !important;
        border: none;
    }

    .ribbon:before,
    .ribbon:after {
        display: none;
    }

    .ribbon p,
    .ribbon h2,
    .ribbon code {
        background: #ffffff !important;
        color: #000000 !important;
        opacity: 1;
    }

    .card {
        display: block;
        clear: both;
        height: auto;
        float: none;
    }

    .home .card {
        margin-bottom: 1rem;
        page-break-inside: avoid;
    }

    .mainfooter {
        display: block;
        position: relative;
        bottom: auto;
        height: auto;
        overflow: auto;
        width: 100%;
        clear: both;
    }

    .mainwrapper {
        display: block;
        clear: both;
        height: 100%;
        min-height: 100%;
        padding-bottom: 0;
        position: relative;
    }

    .secondary {
        display: none;
    }

    .footercontainer ul {
        display: none;
    }

    .bgcontainer {
        display: none;
    }
}