﻿@charset "UTF-8";
@import url("https://use.typekit.net/mqa4rvl.css");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700");

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    background: #020a0f;
    font-family: 'Nunito Sans',sans-serif;
    color: #dfe3eb;
}

    body input, body button {
        -webkit-appearance: none;
        border-radius: 0;
    }

    body:not(.animations-initialized) *, body:not(.animations-initialized) *:before, body:not(.animations-initialized) *:after {
        animation-duration: 0s !important;
    }

.container-fluid:not(.container-fluid--padding) {
    padding: 0;
}


.YTwrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}


.YTvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media(min-width:768px) {
    .page-wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
    }
}

.page-content {
    width: 100%;
    padding: 20px 2.5vw;
    height: 100vh;
    transition: all .3s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}

.row-wrappable > .col {
    padding-bottom: 30px;
}

.tile {
    opacity: 0;
    transform: scale(.75);
}

    .tile.tile--animate-in {
        animation: tile__opacity .687s forwards cubic-bezier(.11,.51,.47,.91);
    }

@keyframes tile__opacity {
    0% {
        opacity: 0;
        transform: scale(.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.image-height-1 {
    height: 1rem;
}

.image-height-1_25 {
    height: 1.25rem;
}

.image-height-1_5 {
    height: 1.5rem;
}

.image-height-2 {
    height: 2rem;
}

.image-height-2_5 {
    height: 2.5rem;
}

.image-height-3 {
    height: 3rem;
}

.d-flex-1 {
    flex: 1;
}

.row--grey {
    background-color: #dfe3eb;
}


hr {
    border-top: solid 1px #014358;
    margin: 2rem 0;
}

.background-light-blue {
    background: #dfe3eb;
    color: #04101a;
}

.flex-grow {
    flex: 1;
}

.center-box {
    max-width: 1200px;
    margin: 0 auto;
}

.image-100-percent {
    width: 100%;
}

.margins {
    margin: 8px !important;
}

.margins-horizontal {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.margins-vertical {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.margin-top {
    margin-top: 8px !important;
}

.margin-right {
    margin-right: 8px !important;
}

.margin-bottom {
    margin-bottom: 8px !important;
}

.margin-left {
    margin-left: 8px !important;
}

.margins-16 {
    margin: 16px !important;
}

.margins-horizontal-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.margins-vertical-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.margin-top-16 {
    margin-top: 16px !important;
}

.margin-right-16 {
    margin-right: 16px !important;
}

.margin-bottom-16 {
    margin-bottom: 16px !important;
}

.margin-left-16 {
    margin-left: 16px !important;
}

.margins-24 {
    margin: 24px !important;
}

.margins-horizontal-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.margins-vertical-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.margin-top-24 {
    margin-top: 24px !important;
}

.margin-right-24 {
    margin-right: 24px !important;
}

.margin-bottom-24 {
    margin-bottom: 24px !important;
}

.margin-left-24 {
    margin-left: 24px !important;
}

.margins-40 {
    margin: 40px !important;
}

.margins-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.margins-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.paddings {
    padding: 8px !important;
}

.paddings-horizontal {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.paddings-vertical {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.padding-top {
    padding-top: 8px !important;
}

.padding-right {
    padding-right: 8px !important;
}

.padding-bottom {
    padding-bottom: 8px !important;
}

.padding-left {
    padding-left: 8px !important;
}

.paddings-16 {
    padding: 16px !important;
}

.paddings-horizontal-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.paddings-vertical-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.padding-top-16 {
    padding-top: 16px !important;
}

.padding-right-16 {
    padding-right: 16px !important;
}

.padding-bottom-16 {
    padding-bottom: 16px !important;
}

.padding-left-16 {
    padding-left: 16px !important;
}

.paddings-24 {
    padding: 24px !important;
}

.paddings-horizontal-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.paddings-vertical-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.padding-top-24 {
    padding-top: 24px !important;
}

.padding-right-24 {
    padding-right: 24px !important;
}

.padding-bottom-24 {
    padding-bottom: 24px !important;
}

.padding-left-24 {
    padding-left: 24px !important;
}

.paddings-40 {
    padding: 40px !important;
}

.paddings-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.paddings-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.visible-inline {
    display: inline-block !important;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: block !important;
    }

    .visible-inline-mobile {
        display: inline-block !important;
    }
}

@media screen and (min-width:575px) and (max-width:767.98px) {
    .hidden-tablet {
        display: none !important;
    }

    .visible-tablet {
        display: block !important;
    }

    .visible-inline-tablet {
        display: inline-block !important;
    }
}

@media screen and (min-width:575px) {
    .hidden-tablet-up {
        display: none !important;
    }

    .visible-tablet-up {
        display: block !important;
    }

    .visible-inline-tablet-up {
        display: inline-block !important;
    }
}

@media screen and (max-width:767.98px) {
    .hidden-tablet-down {
        display: none !important;
    }

    .visible-tablet-down {
        display: block !important;
    }

    .visible-inline-tablet-down {
        display: inline-block !important;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .hidden-laptop {
        display: none !important;
    }

    .visible-laptop {
        display: block !important;
    }

    .visible-inline-laptop {
        display: inline-block !important;
    }
}

@media screen and (min-width:768px) {
    .hidden-laptop-up {
        display: none !important;
    }

    .visible-laptop-up {
        display: block !important;
    }

    .visible-inline-laptop-up {
        display: inline-block !important;
    }
}

@media screen and (max-width:991.98px) {
    .hidden-laptop-down {
        display: none !important;
    }

    .visible-laptop-down {
        display: block !important;
    }

    .visible-inline-laptop-down {
        display: inline-block !important;
    }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    .hidden-pc {
        display: none !important;
    }

    .visible-pc {
        display: block !important;
    }

    .visible-inline-pc {
        display: inline-block !important;
    }
}

.img-responsive {
    width: 100%;
    display: block;
}

.contact-image-width {
    max-width: 35vw;
    height: auto;
}

.align-left {
    text-align: left !important;
    justify-content: flex-start;
}

.align-center {
    text-align: center !important;
    justify-content: center;
}

.align-right {
    text-align: right !important;
    justify-content: flex-end;
}

.push-left {
    margin-right: auto !important;
}

.push-right {
    margin-left: auto !important;
}

.push-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.primary-font {
    font-family: 'Nunito Sans',sans-serif;
}

.secondary-font {
    font-family: 'adelle';
}

.dropdown-menu {
    display: block;
    max-height: 0%;
    overflow: hidden;
    box-sizing: border-box;
    border: none;
    padding: 0;
    transition: max-height .177s ease-out;
    border-radius: 0;
    margin-top: .75em;
}

    .dropdown-menu .dropdown-item {
        padding: .75em 0;
        text-align: center;
    }

        .dropdown-menu .dropdown-item:first-child {
            padding-top: 1em;
        }

        .dropdown-menu .dropdown-item:last-child {
            padding-bottom: 1em;
        }

    .dropdown-menu.show {
        max-height: 200px;
    }

.sidebar {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: #04101a;
    color: #fff;
    transition: transform .3s ease-out;
    transform: translateX(-100%);
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media(min-width:1199.98px) {
    .sidebar:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 5px;
        opacity: .5;
        background: -moz-linear-gradient(left,transparent 0%,rgba(0,0,0,.57) 100%);
        background: -webkit-linear-gradient(left,transparent 0%,rgba(0,0,0,.57) 100%);
        background: linear-gradient(to right,transparent 0%,rgba(0,0,0,.57) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#91000000',GradientType=1);
    }
}

@media(min-width:576px) {
    .sidebar {
        width: 24rem;
        transform: translateX(-24rem);
    }
}

@media(min-width:1199.98px) {
    .sidebar {
        position: relative;
        transform: translateX(0);
    }
}

.sidebar.sidebar--active {
    transform: translateX(0);
}

.sidebar__header {
    padding: 1.6rem 0 1.6rem;
    text-align: center;
    background: #0076a9;
}

.sidebar__menu, .sidebar ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

    .sidebar__menu, .sidebar ul ul {
        background: #071c2c;
    }

        .sidebar ul ul > li:last-child {
            margin-bottom: 20px !important;
        }

.sidebar-close {
    position: absolute;
    z-index: 101;
    border-radius: 0;
    height: 40px;
    top: 5px;
    width: 100%;
    padding: 0;
    transform: translateX(-100%);
    transition: transform .3s ease-out;
    pointer-events: none;
    opacity: 0;
}

    .sidebar-close.sidebar-close--active {
        opacity: 1;
    }

@media(min-width:576px) {
    .sidebar-close {
        pointer-events: all;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        background: rgba(0,0,0,.3);
        opacity: 0;
        transition: opacity .3s ease-out;
    }

        .sidebar-close .sidebar-close__inner {
            display: none;
        }
}

@media(min-width:992px) {
    .sidebar-close {
        display: none;
    }
}

.sidebar-close.sidebar-close--active {
    transform: translateX(0%);
}

.sidebar-close .sidebar-close__inner {
    pointer-events: all;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
}

    .sidebar-close .sidebar-close__inner:after, .sidebar-close .sidebar-close__inner:before {
        position: absolute;
        top: 50%;
        width: 25px;
        height: 2px;
        background: #fff;
        content: '';
        display: block;
        right: 10px;
        transform: rotate(45deg);
    }

    .sidebar-close .sidebar-close__inner:after {
        transform: rotate(-45deg);
    }

.sidebar__language {
    display: flex;
    justify-content: space-between;
    padding: 1rem 25px;
    text-transform: uppercase;
    font-size: 1rem;
    background: #020a0f;
    color: #dfe3eb;
}

.sidebar__language-selector .btn {
    background: none !important;
    border: none;
    box-shadow: none !important;
    outline: none;
    padding: 0;
    font-size: inherit;
    text-transform: inherit;
    color: #dfe3eb;
}

    .sidebar__language-selector .btn:after {
        margin-left: .65em;
        color: #fe5b35;
        font-size: 1rem;
        top: 2px;
        position: relative;
        transition: transform .177s ease-out;
    }

.sidebar__language-selector.show .btn:after {
    transform: rotate(-180deg);
}

.sidebar__language-dropdown {
    background: #0076a9;
}

    .sidebar__language-dropdown.show {
        max-height: 9rem;
    }

    .sidebar__language-dropdown .dropdown-item {
        color: #dfe3eb;
        font-size: .9rem;
        text-align: left;
        padding-left: 1rem;
    }

        .sidebar__language-dropdown .dropdown-item:hover {
            background: inherit;
            padding-left: 2rem;
        }

.sidebar__menu-heading {
    font-size: 1.5rem;
    font-family: 'adelle';
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.7em;
    color: #dfe3eb;
    padding: 10px;
    background: #061826;
    padding: 10px 25px;
}

.menu > li, .sidebar__menu > li:not(.sidebar__menu-heading) {
    border-bottom: solid 1px #03334b;
}

.menu li a, .sidebar__menu-item {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #0076a9;
    background: #04101a;
    padding: 20px 25px;
    font-size: 1.15rem;
    text-transform: uppercase;
    position: relative;
    transition: padding-left .25s ease-out;
}

    .menu li a:hover, .menu li a:focus, .sidebar__menu-item:hover, .sidebar__menu-item:focus {
        color: #0076a9;
    }

        .menu li a:hover:not([aria-expanded='true']), .sidebar__menu-item:hover:not([aria-expanded='true']) {
            padding-left: 50px;
        }

    .menu > li.menu-item-has-children > a:before, .menu > li.menu-item-has-children > a:after, .sidebar__menu-item.dropdown-toggle:before, .sidebar__menu-item.dropdown-toggle:after {
        content: "";
        position: absolute;
        background-color: #ff5b35;
        transition: transform .25s ease-out;
        border: none;
    }

    .menu > li.menu-item-has-children > a:before, .sidebar__menu-item.dropdown-toggle:before {
        top: calc(50% - 7px);
        right: 30px;
        width: 2px;
        height: 12px;
        margin-left: -2px;
    }

    .menu > li.menu-item-has-children > a:after, .sidebar__menu-item.dropdown-toggle:after {
        top: 50%;
        right: 25px;
        width: 12px;
        height: 2px;
        margin-top: -2px;
    }

.menu > li.menu-item-has-children > ul {
    display: none;
}

.menu > li.menu-item-has-children.current-menu-ancestor > ul, .menu > li.menu-item-has-children.current-page > ul {
    display: block;
}

.menu > li.menu-item-has-children.current-menu-ancestor a, .sidebar__menu-item.dropdown-toggle[aria-expanded='true'] {
    background: #071c2c;
}

    .menu > li.menu-item-has-children.current-menu-ancestor a:before, .sidebar__menu-item.dropdown-toggle[aria-expanded='true']:before {
        transform: rotate(90deg);
    }

    .menu > li.menu-item-has-children.current-menu-ancestor a:after, .sidebar__menu-item.dropdown-toggle[aria-expanded='true']:after {
        transform: rotate(180deg);
    }

    .menu > li > .sub-menu, .sidebar__menu-item.dropdown-toggle[aria-expanded='true'] ul {
        border-bottom: solid 3px #0076a9;
    }

.sub-menu > li a, .sidebar__menu-item--secondary, .sidebar__menu-item--tertiary {
    font-size: .95rem;
    color: #86919c;
    padding: .75rem 45px;
    text-transform: none;
    text-transform: uppercase;
    background: #071c2c;
}

    .sub-menu > li a:after, .sub-menu > li a:before, .sidebar__menu-item--secondary:after, .sidebar__menu-item--secondary:before, .sidebar__menu-item--tertiary:after, .sidebar__menu-item--tertiary:before {
        display: none;
    }

    .sub-menu > li a:hover, .sub-menu > li a:focus, .sidebar__menu-item--secondary:hover, .sidebar__menu-item--secondary:focus, .sidebar__menu-item--tertiary:hover, .sidebar__menu-item--tertiary:focus {
        color: #86919c;
    }

        .sub-menu > li a:hover:hover:not([aria-expanded='true']), .sidebar__menu-item--secondary:hover:hover:not([aria-expanded='true']), .sidebar__menu-item--tertiary:hover:hover:not([aria-expanded='true']) {
            padding-left: 55px;
        }

    .sub-menu > li a.active, .sidebar__menu-item--secondary.active, .sidebar__menu-item--tertiary.active {
        color: #ff5b35;
        opacity: 1;
    }

    .sub-menu > li a.dropdown-toggle, .sidebar__menu-item--secondary.dropdown-toggle, .sidebar__menu-item--tertiary.dropdown-toggle {
        color: #dfe3eb;
        text-transform: none;
        font-size: 18px;
    }

        .sub-menu > li a.dropdown-toggle:hover, .sub-menu > li a.dropdown-toggle:focus, .sidebar__menu-item--secondary.dropdown-toggle:hover, .sidebar__menu-item--secondary.dropdown-toggle:focus, .sidebar__menu-item--tertiary.dropdown-toggle:hover, .sidebar__menu-item--tertiary.dropdown-toggle:focus {
            color: #dfe3eb;
        }

.menu .sub-menu .sub-menu li a, .sidebar__menu-item--tertiary {
    font-size: 14px;
    padding: 5px 55px;
    color: #73808c;
    text-transform: none;
}

    .menu .sub-menu .sub-menu li a:hover, .menu .sub-menu .sub-menu li a.active, .sidebar__menu-item--tertiary:hover, .sidebar__menu-item--tertiary.active {
        color: #ff5b35;
        opacity: 1;
    }

.sidebar__footer {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    margin: 2.6rem 0 2.75rem;
}

@media screen and (min-width:2000px) {
    .top-bar {
        margin: 2rem 0 2.5rem;
    }
}

@media screen and (max-width:991.98px) {
    .top-bar {
        margin: 15px 0 30px;
    }
}

.top-bar__search {
    width: 15rem;
    margin-left: auto;
}

@media(min-width:768px) {
    .top-bar__search {
        width: 18rem;
    }
}

.top-bar__search .top-bar__search-input {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: solid 1px #dfe3eb;
    color: #dfe3eb;
    width: 10.5rem;
    margin: 0;
}

@media(min-width:768px) {
    .top-bar__search .top-bar__search-input {
        width: 13.7rem;
    }
}

.top-bar__search .top-bar__search-button {
    font-size: 1rem;
    color: #dfe3eb;
    background: transparent;
    border-bottom: solid 1px #dfe3eb;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.btn-hamburger {
    background: transparent;
    position: relative;
}

@media(min-width:1200px) {
    .btn-hamburger {
        display: none;
    }
}

.btn-hamburger__inner, .btn-hamburger__inner:before, .btn-hamburger__inner:after {
    position: absolute;
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
    left: 0;
    background: #dfe3eb;
}

    .btn-hamburger__inner:before, .btn-hamburger__inner:after {
        content: '';
        display: block;
        top: calc(50% + 5px);
    }

    .btn-hamburger__inner:before {
        top: calc(50% - 7px);
    }

.tile {
    position: relative;
}

.tile--blue {
    background: #0076a9;
    color: #dfe3eb;
}

.tile--dark-blue {
    background: #071c2c;
    color: #0076a9;
}

.tile--teal {
    background: #014358;
    color: #dfe3eb;
}

.tile--white {
    color: #071c2c;
    background: #fff;
}

.tile--grey {
    color: #071c2c;
    background: #dfe3eb;
}

.tile--light-blue {
    background-color: #dfe3eb;
    color: #014358;
}

.tile--fill {
    height: 100%;
}

.tile--grey {
    background: #dfe3eb;
    color: #092438;
}

.tile--padding {
    padding: 1.25rem 1.25rem;
}

@media(max-width:575px) {
    .tile--padding {
        padding: 2rem 1rem;
    }
}

.tile--padding .tile__image {
    margin: -1.25rem -1.25rem 0 -1.25rem;
    width: calc(100% + 2.5rem);
}

@media(max-width:575px) {
    .tile--padding .tile__image {
        margin: -2rem -1rem 0 -1rem;
        width: calc(100% + 2rem);
    }
}

.tile--padding-large {
    padding: 1.75rem 1.75rem;
}

.tile--medium {
    font-size: 28px;
}

.tile--center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tile--vertical-center {
    display: flex;
    align-items: center;
}

.tile__background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tile__background-image--center-bottom {
    object-position: center center;
}

.tile__background-image--center-top {
    object-position: top center;
}

.tile__image {
    width: 100%;
}

.tile__image--bordered {
    border: solid .5rem #f8f4f4;
}

.tile__image--cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.tile__side-menu-wrapper {
    display: flex;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile__side-menu-wrapper {
        display: block;
    }
}

.tile__side-menu-list--dark-blue {
    background: #071c2c;
}

.tile__side-menu-list {
    display: flex;
    flex-direction: column;
    border: none;
    position: relative;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile__side-menu-list {
        flex-direction: row;
    }
}

.tile__side-menu-list--arrow .tile__side-menu-item .nav-link.active {
    position: relative;
}

    .tile__side-menu-list--arrow .tile__side-menu-item .nav-link.active:after {
        display: block;
        content: '';
        position: absolute;
        right: -3.5rem;
        width: 0;
        top: -1.1rem;
        height: 0;
        border-style: solid;
        border-width: 2.5rem 0 2.5rem 1.5rem;
        border-color: transparent transparent transparent #071c2c;
    }

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile__side-menu-list--arrow:after {
        bottom: -1.5rem;
        top: auto;
        right: calc(50% - 2.5rem);
        border-width: 1.5rem 2.5rem 0 2.5rem;
        border-color: #071c2c transparent transparent transparent;
    }
}

.tile__side-menu-list.tile__side-menu--push-left {
    position: relative;
    left: -2.25rem;
    border-top: solid 2px #0076a9;
    padding: 1rem 2rem 1rem 0;
    margin-bottom: -2rem;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile__side-menu-list.tile__side-menu--push-left {
        margin-bottom: auto;
        left: auto;
        padding: 0;
        margin: 0 -.75rem 2.5rem;
    }
}

.tile__side-menu-list .tile__side-menu-item {
    margin: .75rem 0;
    text-transform: uppercase;
    font-style: italic;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile__side-menu-list .tile__side-menu-item {
        flex: 1;
        text-align: center;
        min-width: 215px;
    }
}

.tile__side-menu-list .tile__side-menu-item a, .tile__side-menu-list .tile__side-menu-item a.active, .tile__side-menu-list .tile__side-menu-item a:focus, .tile__side-menu-list .tile__side-menu-item a:hover {
    border-radius: 0;
    background: none;
    border: none;
    color: #fff;
    border-bottom: solid 2px #05121d;
    padding-left: 2.25rem;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile__side-menu-list .tile__side-menu-item a, .tile__side-menu-list .tile__side-menu-item a.active, .tile__side-menu-list .tile__side-menu-item a:focus, .tile__side-menu-list .tile__side-menu-item a:hover {
        white-space: nowrap;
    }
}

.tile__side-menu-list .tile__side-menu-item a.active {
    background: #0076a9;
}

.tile__content {
    flex: 1;
}

.tile__intent {
    margin-left: 2.5rem;
}

.tile__content-block {
    width: 75%;
    background: #fff;
    padding: 1rem;
    margin: 0 auto;
    color: #071c2c;
}

@media screen and (min-width:575px) and (max-width:767.98px) {
    .tile__content-block {
        width: 85%;
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile__content-block {
        width: 95%;
    }
}

.tile__content-block--transparent {
    background: transparent;
    padding: 0;
}

.tile__title-bar {
    background: #071c2c;
    color: #fff;
    padding: .5rem 1.5rem;
}

.tile-btn {
    position: relative;
    text-transform: uppercase;
    font-family: 'adelle';
    font-size: 1.25rem;
    background: #dfe3eb;
    color: #0076a9;
    border-radius: 0;
    font-weight: 600;
    padding: 6px 15px;
    z-index: 80;
}

.tile-btn--empty {
    height: 2.2em;
}

.tile-btn:focus, .tile-btn:hover {
    color: #0076a9;
}

.tile-btn .tile-btn__gradient .tile-btn__text {
    display: block;
    width: 100%;
    animation: forwards btnTextSlideOut .5s ease-out;
}

.tile-btn:hover .tile-btn__gradient .tile-btn__text {
    animation: forwards btnTextSlideIn .5s ease-out;
}

.tile-btn__gradient {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0 15px;
}

    .tile-btn__gradient:before, .tile-btn__gradient:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 15px;
        z-index: 1;
        background: -moz-linear-gradient(left,#dfe3eb 0%,rgba(223,227,235,0) 100%);
        background: -webkit-linear-gradient(left,#dfe3eb 0%,rgba(223,227,235,0) 100%);
        background: linear-gradient(to right,#dfe3eb 0%,rgba(223,227,235,0) 100%);
    }

    .tile-btn__gradient:after {
        left: auto;
        right: 0;
        background: -moz-linear-gradient(left,rgba(223,227,235,0) 0%,#dfe3eb 100%);
        background: -webkit-linear-gradient(left,rgba(223,227,235,0) 0%,#dfe3eb 100%);
        background: linear-gradient(to right,rgba(223,227,235,0) 0%,#dfe3eb 100%);
    }

.tile-btn--orange .tile-btn__gradient:before, .tile-btn--orange .tile-btn__gradient:after {
    background: -moz-linear-gradient(left,#ff5b35 0%,rgba(255,91,53,0) 100%);
    background: -webkit-linear-gradient(left,#ff5b35 0%,rgba(255,91,53,0) 100%);
    background: linear-gradient(to right,#ff5b35 0%,rgba(255,91,53,0) 100%);
}

.tile-btn--orange .tile-btn__gradient:after {
    background: -moz-linear-gradient(left,rgba(255,91,53,0) 0%,#ff5b35 100%);
    background: -webkit-linear-gradient(left,rgba(255,91,53,0) 0%,#ff5b35 100%);
    background: linear-gradient(to right,rgba(255,91,53,0) 0%,#ff5b35 100%);
}

.tile-btn--blue .tile-btn__gradient:before, .tile-btn--blue .tile-btn__gradient:after {
    background: -moz-linear-gradient(left,#0076a9 0%,rgba(0,118,169,0) 100%);
    background: -webkit-linear-gradient(left,#0076a9 0%,rgba(0,118,169,0) 100%);
    background: linear-gradient(to right,#0076a9 0%,rgba(0,118,169,0) 100%);
}

.tile-btn--blue .tile-btn__gradient:after {
    background: -moz-linear-gradient(left,rgba(0,118,169,0) 0%,#0076a9 100%);
    background: -webkit-linear-gradient(left,rgba(0,118,169,0) 0%,#0076a9 100%);
    background: linear-gradient(to right,rgba(0,118,169,0) 0%,#0076a9 100%);
}

.tile-btn--plus {
    padding-right: 50px;
}

    .tile-btn--plus.tile-btn--gradient {
        padding-right: 30px;
    }

    .tile-btn--plus:before, .tile-btn--plus:after {
        content: "";
        position: absolute;
        background-color: #071c2c;
        transition: transform .25s ease-out;
        border: none;
    }

    .tile-btn--plus:before {
        top: calc(50% - 6px);
        right: 19px;
        width: 3px;
        height: 11px;
        margin-left: -2px;
        animation: forwards btnPlusToArrowTopDashOut .25s ease-out;
    }

    .tile-btn--plus:after {
        top: 50%;
        right: 15px;
        width: 11px;
        height: 3px;
        margin-top: -2px;
        animation: forwards btnPlusToArrowBottomDashOut .25s ease-out;
    }

    .tile-btn--plus:hover:before {
        animation: forwards btnPlusToArrowTopDashIn .5s ease-out;
    }

    .tile-btn--plus:hover:after {
        animation: forwards btnPlusToArrowBottomDashIn .5s ease-out;
    }

.tile-btn--very-small {
    padding: .25rem .5rem;
    margin: .15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
}

    .tile-btn--very-small img {
        width: .85rem;
        height: .85rem;
    }

.tile-btn--bottom-right {
    position: absolute;
    bottom: -.5rem;
    right: -.5rem;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile-btn--bottom-right {
        bottom: -.25rem;
        right: -.25rem;
    }
}

.tile-btn--bottom-left {
    position: absolute;
    bottom: -.5rem;
    left: -.5rem;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .tile-btn--bottom-left {
        bottom: -.25rem;
        left: -.25rem;
    }
}

.tile-btn--orange {
    background: #ff5b35;
    color: #dfe3eb;
}

    .tile-btn--orange:focus, .tile-btn--orange:hover {
        color: #dfe3eb;
    }

.tile-btn--blue {
    background: #0076a9;
    color: #dfe3eb;
}

    .tile-btn--blue:focus, .tile-btn--blue:hover {
        color: #dfe3eb;
    }

@keyframes btnPlusToArrowTopDashIn {
    50% {
        transform: rotate(90deg) translate(0,0);
        transform-origin: center center;
        height: 11px;
    }

    100% {
        transform: rotate(125deg) translate(1px,-1px);
        transform-origin: center right;
        height: 8px;
    }
}

@keyframes btnPlusToArrowBottomDashIn {
    50% {
        transform: rotate(180deg) translate(0,0);
        transform-origin: center center;
        width: 11px;
    }

    100% {
        transform: rotate(140deg) translate(1px,-3px);
        transform-origin: center center;
        width: 8px;
    }
}

@keyframes btnPlusToArrowTopDashOut {
    0% {
        transform: rotate(125deg) translate(1px,-1px);
        transform-origin: center right;
        height: 8px;
    }

    50% {
        transform: rotate(90deg) translate(0,0);
        transform-origin: center center;
        height: 11px;
    }

    100% {
        transform: rotate(0deg) translate(0,0);
        transform-origin: center center;
        height: 11px;
    }
}

@keyframes btnPlusToArrowBottomDashOut {
    0% {
        transform: rotate(140deg) translate(1px,-3px);
        transform-origin: center center;
        width: 8px;
    }

    50% {
        transform: rotate(180deg) translate(0,0);
        transform-origin: center center;
        width: 11px;
    }

    100% {
        transform: rotate(0deg) translate(0,0);
        transform-origin: center center;
        width: 11px;
    }
}

@keyframes btnTextSlideIn {
    0% {
        transform: translateX(0);
    }

    49% {
        transform: translateX(calc(100% + 15px));
    }

    49.1% {
        transform: translateX(calc(-100% - 15px));
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes btnTextSlideOut {
    0% {
        transform: translateX(0);
    }

    49% {
        transform: translateX(calc(-100% - 15px));
    }

    49.1% {
        transform: translateX(calc(100% + 15px));
    }

    100% {
        transform: translateX(0);
    }
}

body, html {
    font-size: 13px;
}

@media screen and (min-width:574.98px) {
    body, html {
        font-size: calc(13px + 3*((100vw - 574.98px)/865.02));
    }
}

@media screen and (min-width:1440px) {
    body, html {
        font-size: 16px;
    }
}

@media screen and (min-width:2000px) {
    body, html {
        font-size: 22px;
    }
}

.title {
    font-family: 'adelle';
    font-weight: 600;
    margin: 0;
}

.title--margin {
    margin-bottom: 1.75rem;
}

@media screen and (min-width:2000px) {
    .title {
        font-size: 2.5rem;
    }
}

.title--uppercase {
    text-transform: uppercase;
}

.title--white {
    color: #fff;
}

.title--small {
    font-size: 1.5rem;
}

.title--extra-small {
    font-size: 1.35rem;
}

.title--micro {
    font-size: 1rem;
}

.title--grey {
    color: #ced2d9;
}

.title--mini-border {
    position: relative;
}

    .title--mini-border:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -.25rem;
        left: 0;
        width: 4rem;
        height: 1px;
        background: #fff;
    }

    .title--mini-border.title--grey:after {
        background: #ced2d9;
    }

    .title--mini-border.title--mini-border-dark-blue:after {
        background: #014358;
    }

.title--intent {
    margin-left: 2.5rem;
}

@media screen and (min-width:768px) {
    .title--marker-transfers, .title--marker-search-icon, .titel--marker-sign, .titel--marker-dtp {
        display: flex;
        align-items: center;
    }

        .title--marker-transfers:before, .title--marker-search-icon:before {
            display: block;
            content: '';
            background: url("../images/icons/marker.png");
            height: 1.5em;
            width: 2.5em;
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            top: -.25em;
        }

        .title--marker-search-icon:before {
            background: url(../images/icons/search.png);
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center .25rem;
        }

        .titel--marker-sign:before {
            display: block;
            content: '';
            background: url("../images/icons/sign-icon.png");
            height: 1.5em;
            width: 2.5em;
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            top: -.25em;
        }

        .titel--marker-dtp:before {
            display: block;
            content: '';
            background: url("../images/icons/dtp-icon.png");
            height: 1.5em;
            width: 2.5em;
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            top: -.25em;
        }
}


.list .list__item a:hover {
    color: #d5dbe3;
    font-size: 1.2rem;
}

.sub-title {
    font-size: 1.25rem;
}

.align-left {
    text-align: left;
}

.text-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-light {
    color: #dfe3eb !important;
}

.readability {
    width: 80%;
    line-height: 1.75rem;
}

@media screen and (max-width:1439.98px) {
    .readability {
        width: 100%;
    }
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid {
    display: grid;
    grid-gap: 1.5vw;
    min-height: 0;
    min-width: 0;
}

@media screen and (max-width:991.98px) {
    .grid {
        grid-gap: 1.25rem;
    }
}

.grid > * {
    min-width: 0;
}

.list {
    margin: 10px -5px 10px -5px;
    padding-left: 25px;
    list-style-image: url(../images/icons/list-arrow.png);
    line-height: 30px;
}

@media screen and (min-width:2000px) {
    .list {
        line-height: 42px;
    }
}

.list--clean {
    margin: .5rem 0;
    padding: 0;
    list-style: none;
}

    .list--clean .list__item {
        margin: 0;
    }




.list--breadcrumbs {
    color: #0d3c5f;
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1.25rem;
}

    .list--breadcrumbs .list__item:last-child {
        color: #fff;
    }

@media screen and (min-width:0) and (max-width:574.98px) {
    .list--breadcrumbs {
        font-size: .9rem;
    }
}

.list--breadcrumbs .list__item {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

    .list--breadcrumbs .list__item:before {
        display: block;
        content: '';
        background: url(../images/icons/arrow-right.png);
        width: .75em;
        height: .75em;
        background-size: contain;
        margin-right: 1rem;
    }

    .list--breadcrumbs .list__item:first-child {
        margin-left: 0;
    }

        .list--breadcrumbs .list__item:first-child:before {
            display: none;
        }

.list--custom-images {
    list-style: none;
    padding: 0;
}

    .list--custom-images .list__item {
        position: relative;
        padding-left: 2.75rem;
    }

    .list--custom-images .list__item-image {
        position: absolute;
        margin-left: -2.5rem;
        top: .5em;
        height: .85em;
    }

.list-name-value {
    display: flex;
    flex-wrap: wrap;
}

    .list-name-value .list-name-value__name, .list-name-value .list-name-value__value {
        flex: 1;
        flex-basis: 50%;
    }

.list-name-value--center {
    width: 80%;
    min-width: 275px;
    margin: 0 auto;
}

.quote {
    position: relative;
    text-transform: uppercase;
    padding: 2rem 0;
    margin: 1rem 0;
}

    .quote:before, .quote:after {
        content: '“';
        display: block;
        color: #014358;
        font-size: 10rem;
        position: absolute;
        top: -3.5rem;
        left: -3.5rem;
    }

@media screen and (min-width:0) and (max-width:574.98px) {
    .quote:before, .quote:after {
        font-size: 7rem;
        top: -2rem;
        left: -1.75rem;
    }
}

.quote:after {
    content: '„';
    display: block;
    right: -3.5rem;
    left: auto;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .quote:after {
        right: -1.75rem;
        top: -1rem;
    }
}

.quote--large {
    font-size: 1.75rem;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .quote--large {
        font-size: 1.25rem;
    }
}

.quote__author {
    font-size: .75rem;
    color: #014358;
}

.title-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title-bar--margin {
    margin-bottom: 1.75rem;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    padding: .25rem .5rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 2rem;
    margin: .5rem 0;
    color: #071c2c;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #0076a9;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #0076a9;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #0076a9;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #0076a9;
    }

.link {
    color: #ff5b35;
    display: inline-block;
    position: relative;
}

    .link:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background-color: #ff5b35;
        transition: width .24s ease-out;
    }

    .link:hover, .link:active {
        color: #ff5b35;
    }

        .link:hover:before, .link:active:before {
            width: 100%;
        }

.link--dark-blue {
    color: #04101a;
}

    .link--dark-blue:before {
        background-color: #04101a;
    }

    .link--dark-blue:hover, .link--dark-blue:active {
        color: #04101a;
    }

.link--white {
    color: #fff;
}

    .link--white:before {
        background-color: #fff;
    }

    .link--white:hover, .link--white:active {
        color: #fff;
    }

.link--teal {
    color: #014358;
}

    .link--teal:before {
        background-color: #014358;
    }

    .link--teal:hover, .link--teal:active {
        color: #014358;
    }

.link--uppercase {
    text-transform: uppercase;
}

.link--arrow {
    background: url("../images/icons/list-arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.25rem;
    background-size: .75em;
}

.tabs {
    border-bottom: solid 1px #05121d;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

@media screen and (max-width:767.98px) {
    .tabs {
        flex-direction: column;
    }

        .tabs .tabs__btn a {
            padding-top: .5rem;
            padding-bottom: .5rem;
        }

            .tabs .tabs__btn a:hover:after, .tabs .tabs__btn a.active:after {
                width: 20%;
            }
}

.tabs__btn {
    flex: 1;
}

    .tabs__btn a {
        height: 100%;
        color: #fff !important;
        background: transparent !important;
        border: none !important;
        text-transform: uppercase;
        position: relative;
        padding: .25rem .5rem;
        font-size: 1.25rem;
    }

        .tabs__btn a:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 1px;
            background: #fff;
            transition: width .277s ease-out;
        }

        .tabs__btn a:hover:after {
            width: 50%;
        }

        .tabs__btn a.active {
            color: #ff5b35 !important;
        }

            .tabs__btn a.active:after {
                width: 50%;
            }

.accordion {
    background: transparent;
}

    .accordion .card {
        border-radius: 0;
        background: transparent;
        border: solid 1px #dfe3eb;
        color: #dfe3eb;
    }

        .accordion .card:last-child {
            border-bottom: solid 1px #dfe3eb;
        }

        .accordion .card .card-header {
            background: transparent;
            border-bottom: none;
            padding: .25rem;
            position: relative;
            padding-right: 3rem;
            transition: background .277s ease-out;
        }

            .accordion .card .card-header:hover {
                background: rgba(0,0,0,.3);
            }

            .accordion .card .card-header * {
                text-transform: uppercase;
            }

        .accordion .card .card-body {
            background: #dfe3eb;
            color: #014358;
        }

        .accordion .card .btn {
            color: #dfe3eb;
            text-decoration: none;
            white-space: normal;
            text-align: left;
        }

            .accordion .card .btn:before, .accordion .card .btn:after {
                content: "";
                position: absolute;
                background-color: #ff5b35;
                transition: transform .25s ease-out;
                border: none;
            }

            .accordion .card .btn:before {
                top: calc(50% - 7px);
                right: 30px;
                width: 2px;
                height: 12px;
                margin-left: -2px;
            }

            .accordion .card .btn:after {
                top: 50%;
                right: 25px;
                width: 12px;
                height: 2px;
                margin-top: -2px;
            }

            .accordion .card .btn[aria-expanded='true'] + ul {
                border-bottom: solid 3px #0076a9;
            }

            .accordion .card .btn[aria-expanded='true']:before {
                transform: rotate(90deg);
            }

            .accordion .card .btn[aria-expanded='true']:after {
                transform: rotate(180deg);
            }

footer {
    margin-top: 2.5rem;
    color: #014358;
    background: url("../images/footer.jpg");
    padding: 1.5rem .25rem;
}

.portfolio-preview {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto;
}

    .portfolio-preview .royalSlider {
        min-height: 350px;
    }

.portfolio-preview__slider {
    background: #071c2c;
}

.portfolio-preview__description {
    position: relative;
    padding: 1.5rem;
    background: #dce4e7;
    color: #014358;
}

@media screen and (max-width:767.98px) {
    .portfolio-preview {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

        .portfolio-preview .royalSlider {
            min-height: 300px;
        }
}

.tag-list {
    display: flex;
    margin: -1rem;
    overflow: hidden;
    flex-wrap: wrap;
}

    .tag-list .tag-list__tag {
        color: #0076a9;
        padding: 1rem;
    }

.wrap {
    position: relative;
    font-family: 'adelle';
    font-weight: 600;
    background: #fff;
    color: #04101a;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: .25rem 1.5rem;
    margin: 0 -.5rem;
}

    .wrap:before, .wrap:after {
        display: block;
        content: '';
        background: #fff;
        position: absolute;
        left: 0;
        width: .5rem;
        top: -2px;
        bottom: 50%;
        transform: perspective(5px) rotateY(-13deg);
    }

    .wrap:after {
        right: 0;
        left: auto;
        transform: perspective(5px) rotateY(13deg);
    }

.table__head {
    color: #071c2c;
    text-transform: uppercase;
    border-bottom: solid 2px #071c2c;
    font-size: 1.15rem;
}

.table__column {
    border: none !important;
    padding: .5rem 0 !important;
}

.table__body .table__row:first-child .table__column {
    padding-top: 2rem !important;
}

.table__body {
    color: #071c2c;
}

    .table__body .table__row .table__column {
        padding: 1rem .5rem !important;
        border-bottom: solid 1px #071c2c !important;
    }

.table.table--version-2 {
    border-collapse: separate;
    border-spacing: 0 .5em;
}

    .table.table--version-2 .table__head {
        color: #ced2d9;
        text-transform: uppercase;
        border-bottom: none;
        font-size: .85rem;
    }

        .table.table--version-2 .table__head .table__column {
            padding-bottom: 1rem !important;
        }

    .table.table--version-2 .table__body .table__row:first-child .table__column {
        padding-top: 1rem !important;
    }

    .table.table--version-2 .table__body .table__row {
        background: #092438;
        color: #dfe3eb;
    }

        .table.table--version-2 .table__body .table__row .table__column {
            border-bottom: none !important;
        }

    .table.table--version-2 .table__body .table__column--dark {
        background: #071c2c;
    }

    .table.table--version-2 .table__body .table__column--dark-blue {
        background: #092438;
    }

    .table.table--version-2 .table__body .table__column--orange {
        background: #ff5b35;
    }

.rsbottomnavigation .rsArrow.rsArrowLeft {
    top: auto;
    height: 40px;
    width: 40px;
    right: 40px;
    left: auto;
    background-color: #dfe3eb;
    background-size: 50%;
}

.rsbottomnavigation .rsArrow.rsArrowRight {
    display: block;
    top: auto;
    height: 40px;
    width: 40px;
    right: 0;
    left: auto;
    background-color: #dfe3eb;
    background-size: 50%;
}

.royalSlider--fill {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.grid--homepage {
    min-height: 680px;
    grid-template-columns: 2fr .8fr 2.3fr 2fr;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: 
    "transfers  transfers   service     casus" 
    "signVideo signVideo signVideo  casus"
    "signVideo signVideo signVideo  emmen"
    "phone      sign        sign        emmen" 
    "phone   sign        sign        about" 
    "grafisch   sign        sign        about" 
    "grafisch   slogan      slogan      about";
}

@media screen and (max-width:1439.98px) {
    .grid--homepage {
        grid-template-columns: 2.5fr .5fr .5fr 2.5fr;
        grid-template-rows: auto 250px auto 15% 25% auto;
        grid-template-areas: 
        "service    transfers  transfers   transfers" 
        "sign      sign       sign        emmen" 
        "signVideo signVideo signVideo signVideo"
        "phone      about       about        about" 
        "grafisch   grafisch        casus        casus" 
        "grafisch   grafisch      casus      casus" 
        "slogan slogan slogan slogan";
    }
}

@media screen and (max-width:1199.98px) {
    .grid--homepage {
        grid-template-columns: 2.5fr .75fr .25fr 2.5fr;
        grid-template-rows: auto 250px auto 15% 25% auto;
        grid-template-areas: "service    service  transfers   transfers" "signVideo      signVideo       signVideo        signVideo" "sign      sign       sign        sign" "emmen      emmen       phone        phone" "emmen   emmen        about        about" "grafisch   grafisch      casus      casus" "slogan slogan slogan slogan";
    }
}

@media screen and (max-width:991.98px) {
    .grid--homepage {
        grid-template-columns: 2.7fr .55fr .25fr 2.5fr;
        grid-template-rows: auto auto auto 15% 25% auto;
        grid-template-areas: 
        "service    transfers  transfers   transfers" 
        "sign      sign       sign        emmen" 
        "signVideo      signVideo       signVideo        signVideo" 
        "phone      about       about        about" 
        "grafisch   grafisch        casus        casus" "grafisch   grafisch      casus      casus" "slogan slogan slogan slogan";
    }
}

@media screen and (max-width:767.98px) {
    .grid--homepage {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 250px auto 15% 25% auto;
        grid-template-areas: "service    service" "transfers   transfers" "signVideo signVideo" "emmen  phone" "emmen about" "sign      sign" "grafisch   casus" "slogan slogan";
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--homepage {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 150px 15% 25% auto;
        grid-template-areas: "transfers" "signVideo" "service" "sign" "phone" "grafisch" "about" "slogan" "casus";
    }
}

.grid__homepage-transfers {
    grid-area: transfers;
}

.grid__homepage-service {
    grid-area: service;
}

.grid__homepage-emmen {
    grid-area: emmen;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid__homepage-emmen {
        display: none;
    }
}

.grid__homepage-phone {
    grid-area: phone;
}

.grid__homepage-grafisch {
    grid-area: grafisch;
    min-height: 250px;
}

.grid__homepage-sign {
    grid-area: sign;
    min-height: 250px;
}

.grid__homepage-sign-video {
    grid-area: signVideo;
    min-height: 600px;
}

.grid__homepage-sign-video iframe {
    min-height: 100%;
    min-width: 100%;
    display: block;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid__homepage-sign {
        min-height: 150px;
    }
}

.grid__homepage-about {
    grid-area: about;
    background-image: url("../images/tiles/medaille.png");
    background-position: top right 1rem;
    background-repeat: no-repeat;
    background-size: auto 80%;
}

    .grid__homepage-about .title {
        font-size: 1.75em;
        margin-right: 1.5rem;
    }

.grid__homepage-slogan {
    grid-area: slogan;
}

.grid__homepage-casus {
    grid-area: casus;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid__homepage-casus {
        margin-bottom: 5rem;
    }
}

.contact-form {
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (min-width:2000px) {
    .contact-form {
        max-width: 900px;
    }
}

.contact-form textarea {
    height: 150px;
}

@media screen and (min-width:2000px) {
    .contact-form textarea {
        height: 275px;
    }
}

@media screen and (min-width:2000px) {
    .contact-location-tiles > [class*="col"] {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .location-title > [class*="col"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left !important;
    }
}

.grid--transfers {
    grid-template-columns: 3.4fr .4fr .4fr 3.3fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "image services services services" "tabs tabs tabs tabs" "workshop workshop faq faq" "questions questions questions questions";
}

@media screen and (max-width:1439.98px) {
    .grid--transfers {
        grid-template-columns: 2.5fr .4fr .4fr 2.5fr;
    }
}

@media screen and (max-width:1199.98px) {
    .grid--transfers {
        grid-template-columns: 2.3fr 1.3fr 1.2 2.3fr;
    }
}

@media screen and (max-width:991.98px) {
    .grid--transfers {
        grid-template-columns: 2.5fr 1.7fr 2.5fr;
        grid-template-areas: "image services services" "tabs tabs tabs" "workshop workshop workshop" "faq faq faq" "questions questions questions";
    }
}

@media screen and (max-width:767.98px) {
    .grid--transfers {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
        grid-template-areas: "image" "services" "tabs" "workshop" "faq" "questions";
    }
}

.grid__transfers-image {
    grid-area: image;
    min-height: 175px;
}

.grid__transfers-services {
    grid-area: services;
}

.grid__transfers-tabs {
    grid-area: tabs;
}

.grid__transfers-workshop {
    grid-area: workshop;
}

.grid__transfers-faq {
    grid-area: faq;
}

.grid__transfers-questions {
    grid-area: questions;
}

.grid--helpdesk {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto 2.75rem 2.75rem 2.75rem 2.75rem;
    grid-template-areas: "intro phone phone" "email phone phone" "email photo btn-emmen" "email photo btn-wijk" "email photo btn-winschoten" "email photo  btn-deventer";
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .grid--helpdesk {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto 200px 2.75rem 2.75rem 2.75rem;
        grid-template-areas: "intro phone" "email phone" "email photo" "btn-emmen btn-wijk" "btn-winschoten btn-deventer";
    }
}

@media screen and (min-width:575px) and (max-width:767.98px) {
    .grid--helpdesk {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto 2.75rem 2.75rem 2.75rem 2.75rem;
        grid-template-areas: "intro intro" "phone phone" "email email" "photo btn-emmen" "photo btn-wijk" "photo btn-winschoten" "photo btn-deventer";
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--helpdesk {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto 200px 2.75rem 2.75rem 2.75rem 2.75rem;
        grid-template-areas: "intro" "phone" "email" "photo" "btn-emmen" "btn-wijk" "btn-winschoten" "btn-deventer";
    }
}

.grid__helpdesk-intro {
    grid-area: intro;
}

.grid__helpdesk-phone {
    grid-area: phone;
}

.grid__helpdesk-email {
    grid-area: email;
}

.grid__helpdesk-photo {
    grid-area: photo;
}

.grid__helpdesk-btn-emmen {
    grid-area: btn-emmen;
}

.grid__helpdesk-btn-de-wijk {
    grid-area: btn-wijk;
}

.grid__helpdesk-btn-winschoten {
    grid-area: btn-winschoten;
}

.grid__helpdesk-btn-deventer {
    grid-area: btn-deventer;
}

.grid--article {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "slider slider slider slider" "website website realisation realisation";
}

@media screen and (max-width:767.98px) {
    .grid--article {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto 300px auto;
        grid-template-areas: "slider slider" "realisation realisation" "website website";
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--article {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 300px auto;
        grid-template-areas: "slider" "realisation" "website";
    }
}

.grid__article-slider {
    grid-area: slider;
}

.grid__article-website {
    grid-area: website;
}

.grid__article-realisation {
    grid-area: realisation;
}

    .grid__article-realisation .grid__article-realisation-image {
        width: 75%;
        margin: 1.5rem auto;
        display: block;
    }

@media screen and (min-width:575px) and (max-width:767.98px) {
    .grid__article-realisation .grid__article-realisation-image {
        width: 85%;
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid__article-realisation .grid__article-realisation-image {
        width: 95%;
    }
}

.grid--website-tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width:991.98px) {
    .grid--website-tiles {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width:767.98px) {
    .grid--website-tiles {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--website-tiles {
        grid-template-columns: 1fr;
    }
}

.grid--reclamebureau {
    grid-template-columns: 1fr .2fr .2fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "intro intro intro photo";
}

@media screen and (max-width:991.98px) {
    .grid--reclamebureau {
        grid-template-areas: "intro intro intro intro";
    }
}

.grid__reclamebureau-intro {
    grid-area: intro;
}

.grid__reclamebureau-photo {
    grid-area: photo;
}

.grid--reclamebureau-team {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "image content" "image lists";
}

@media screen and (max-width:991.98px) {
    .grid--reclamebureau-team {
        grid-template-areas: "image content" "lists lists";
    }
}

@media screen and (max-width:991.98px) {
    .grid--reclamebureau-team {
        grid-template-areas: "image content" "lists lists";
    }
}

@media screen and (max-width:767.98px) {
    .grid--reclamebureau-team {
        grid-template-columns: 1.25fr 1fr;
        grid-template-areas: "image lists" "content content";
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--reclamebureau-team {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "content" "lists";
    }
}

.grid__reclamebureau-team-image {
    position: relative;
    grid-area: image;
}

.grid__reclamebureau-team-content {
    grid-area: content;
}

.grid__reclamebureau-team-content p{
	padding-bottom:1.5rem;
	padding-top:1rem;
}
.grid__reclamebureau-team-lists {
    grid-area: lists;
}

@media screen and (min-width:575px) and (max-width:767.98px) {
    .grid__reclamebureau-team-lists {
        padding: 0 !important;
    }
}

.grid--sign {
    grid-template-columns: 1fr .25fr 1fr;
    grid-template-rows: 350px auto;
    grid-template-areas: "buitenreclame autoreclame autoreclame" "binnenreclame binnenreclame ." "services services services";
}

@media screen and (min-width:575px) and (max-width:767.98px) {
    .grid--sign {
        grid-template-columns: 1fr;
        grid-template-rows: 350px 350px 350px auto;
        grid-template-areas: "buitenreclame" "autoreclame" "binnenreclame" "services";
    }
}

.grid__sign-buitenreclame {
    grid-area: buitenreclame;
}

@media screen and (min-width:575px) {
.grid__sign-services {
    grid-area: services;
	}
}


.grid__sign-autoreclame {
    grid-area: autoreclame;
}

.grid__sign-binnenreclame {
    grid-area: binnenreclame;
}

.grid--sign-subpagina {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto 150px 150px;
    grid-template-areas: "services services services services" "zeefdruk plot plot borduren" "zeefdruk digitaal digitaal borduren" "content content video video";
}

@media screen and (min-width:575px) and (max-width:767.98px) {
    .grid--sign-subpagina {
        grid-template-columns: 1fr .4fr 1fr;
        grid-template-rows: auto 300px auto 150px 150px;
        grid-template-areas: "services services services" "video video borduren" "zeefdruk content content" "plot plot plot" "digitaal digitaal digitaal";
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--sign-subpagina {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 300px auto 250px 150px 150px;
        grid-template-areas: "services services" "video video" "content content" "zeefdruk borduren" "plot plot" "digitaal digitaal";
    }
}

.grid__sign-subpagina-services {
    grid-area: services;
}

.grid__sign-subpagina-zeefdruk {
    grid-area: zeefdruk;
}

.grid__sign-subpagina-plot {
    grid-area: plot;
}

.grid__sign-subpagina-digitaal {
    grid-area: digitaal;
}

.grid__sign-subpagina-borduren {
    grid-area: borduren;
}

.grid__sign-subpagina-content {
    grid-area: content;
}

.grid__sign-subpagina-video {
    grid-area: video;
}

.grid--speerpunten {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 350px auto;
    grid-template-areas: "intro photo" "intro none";
}

@media screen and (max-width:1199.98px) {
    .grid--speerpunten {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:767.98px) {
    .grid--speerpunten {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "intro";
    }
}

.grid__speerpunten-intro {
    grid-area: intro;
}

.grid__speerpunten-photo {
    grid-area: photo;
}

@media screen and (max-width:767.98px) {
    .grid__speerpunten-photo {
        display: none;
    }
}

.grid--levertijden {
    grid-template-columns: 1fr .2fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "tabs tabs table" "faq faq faq" "questions questions questions";
}

@media screen and (max-width:767.98px) {
    .grid--levertijden {
        grid-template-columns: 1fr;
        grid-template-areas: "tabs" "table" "workshop" "faq" "questions";
    }
}

.grid__levertijden-tabs {
    grid-area: tabs;
}

.grid__levertijden-table {
    grid-area: table;
}

.grid__levertijden-workshop {
    grid-area: workshop;
}

.grid__levertijden-faq {
    grid-area: faq;
}

.grid__levertijden-questions {
    grid-area: questions;
}

.grid--reclame {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto 150px;
    grid-template-areas: "intro mogelijkheden" "intro image" "questions questions";
}

@media screen and (max-width:767.98px) {
    .grid--reclame {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 150px auto;
        grid-template-areas: "intro" "mogelijkheden" "image" "questions";
    }
}

.grid__reclame-intro {
    grid-area: intro;
}

.grid__reclame-mogelijkheden {
    grid-area: mogelijkheden;
}

.grid__reclame-image {
    grid-area: image;
}

.grid__reclame-questions {
    grid-area: questions;
}


.img-zoom__container {
    position: relative;
    align-self: center;
}



.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

.grid--plot {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "intro mogelijkheden" "slider grid__plot-img";
}

@media screen and (max-width:767.98px) {
    .grid--plot {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "intro" "mogelijkheden" "slider" "grid__plot-img";
    }
}

.grid__plot-slider {
    grid-area: slider;
}

.imgCaption:after  {
	content: 'Borduurlogo effect';
    display: block;
    z-index: 1000;
    background-color: #ff5b35;
    position: absolute;
    top: 0;
    padding: 0.7rem;
}

    .grid__plot-img img {
        max-height: 600px;
    }

.img__container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #fff;
}

    .img__container > * {
        flex: 1 0 47%;
        margin: .5rem;
        box-sizing: border-box;
    }


.grid__reclame-intro {
    grid-area: intro;
}

.grid__reclame-toepassing {
    grid-area: toepassing;
}

.grid__reclame-slider {
    grid-area: slider;
}



.grid--websites {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 150px auto;
    grid-template-areas: "stickers hosting hosting marketing" "stickers optimalisatie optimalisatie marketing" "websites websites intro intro";
}

@media screen and (max-width:991.98px) {
    .grid--websites {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 300px 225px auto 150px 300px;
        grid-template-areas: "stickers marketing" "hosting hosting" "intro intro" "optimalisatie optimalisatie" "websites websites";
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--websites {
        grid-template-columns: 1fr;
        grid-template-rows: 300px auto 225px 225px 150px 300px;
        grid-template-areas: "stickers" "intro" "marketing" "hosting" "optimalisatie" "websites";
    }
}

.grid__websites-stickers {
    grid-area: stickers;
}

.grid__websites-hosting {
    grid-area: hosting;
}

.grid__websites-optimalisatie {
    grid-area: optimalisatie;
}

.grid__websites-marketing {
    grid-area: marketing;
}

.grid__websites-websites {
    grid-area: websites;
}

.grid__websites-intro {
    grid-area: intro;
}

.grid--website {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "video video video video" "intro intro realisation realisation";
}

@media screen and (max-width:767.98px) {
    .grid--website {
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "video video video video" "realisation realisation realisation realisation" "intro intro intro intro";
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid--website {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "video video" "realisation realisation" "intro intro";
    }
}

.grid__website-video {
    grid-area: video;
}

.grid__website-intro {
    grid-area: intro;
}

.grid__website-realisation {
    grid-area: realisation;
}

    .grid__website-realisation .grid__website-realisation-image {
        width: 75%;
        margin: 1.5rem auto;
        display: block;
    }

@media screen and (min-width:575px) and (max-width:767.98px) {
    .grid__website-realisation .grid__website-realisation-image {
        width: 85%;
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid__website-realisation .grid__website-realisation-image {
        width: 95%;
    }
}

.grid--blog {
    position: relative;
    grid-template-columns: 7fr 3fr;
    grid-template-rows: auto 50%;
    grid-template-areas: "article menu" "image menu";
    margin-bottom: 8vw;
}

    .grid--blog .grid__blog-article {
        grid-area: article;
    }

    .grid--blog .grid__blog-menu {
        grid-area: menu;
    }

    .grid--blog .grid__blog-image {
        grid-area: image;
        height: 0;
        padding-bottom: 50%;
        padding-bottom: 50%;
    }

@media screen and (max-width:991.98px) {
    .grid--blog {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: "article" "image" "menu";
    }
}

.grid--blog .blog-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    font-size: .8em;
}



.grid__blog-menu ul li {
    line-height: 3;
    position: relative;
    list-style-position: inside;
}


    .grid__blog-menu ul li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: #ff5b35;
        transform: scaleX(0);
        transform-origin: left;
        transition: all 500ms ease-in;
    }

    .grid__blog-menu ul li:hover:before {
        transform: scaleX(1);
    }

.grid--blog .blog-clip img {
    max-width: 100%;
}

.grid--blog .tile--blog-article {
    padding-left: 160px;
}

@media screen and (max-width:767.98px) {
    .grid--blog .tile--blog-article {
        padding-left: 1rem;
    }
}

.grid--blog .tile--blog-content {
    display: block;
    padding: 1rem 5vw;
}


.grid--zoekresultaten {
    grid-template-columns: 1fr .5fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "results line" "results media" "results email" "results .";
}

@media screen and (max-width:991.98px) {
    .grid--zoekresultaten {
        grid-template-columns: .5fr .5fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "results results" "line line" "media email";
    }
}

@media screen and (max-width:767.98px) {
    .grid--zoekresultaten {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "results" "line" "media" "email";
    }
}

.grid__zoekresultaten-results {
    grid-area: results;
}

.grid__zoekresultaten-line {
    grid-area: line;
}

.grid__zoekresultaten-media {
    grid-area: media;
}

.grid__zoekresultaten-email {
    grid-area: email;
    font-size: 1.5rem;
}

.grid .table.table--version-2 .table__row .table__column:first-child {
    width: 100px;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid .table.table--version-2 .table__row .table__column:first-child {
        display: none;
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: middle;
    }
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid .table.table--version-2 .table__row .table__column:nth-child(2) {
        padding-left: 1rem !important;
    }
}

.grid .table.table--version-2 .table__row .table__column:last-child {
    width: 12rem;
}

@media screen and (min-width:0) and (max-width:574.98px) {
    .grid .table.table--version-2 .table__row .table__column:last-child {
        width: 1rem;
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: middle;
    }
}

.menu .current-menu-item > .sub-menu {
    display: block;
}

.menu .current-menu-item, .menu .current-menu-item a {
    background: #071c2c;
}

.navigation.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

    .navigation.pagination h2 {
        display: none;
    }

.page-numbers {
    padding: 0.5rem 1rem;
    border: solid 1px #03334b;
    background: #04101a;
    color: #0076a9;
    margin: 0 0.25rem;
}

    .page-numbers:hover, .page-numbers:active, .page-numbers:visited {
        background: #071c2c;
        color: #0076a9;
    }

    .page-numbers.current {
        background: #071c2c;
        padding: 0.5rem 1rem;
        border: solid 1px #03334b;
        margin: 0 0.25rem;
    }

.grid__homepage-transfers h2 {
    font-weight: bold;
    text-shadow: 0.25rem 0.25rem 5px rgba(0,0,0,0.6);
    text-transform: uppercase;
}

.hover-zoom {
    transform: scale(1);
    transition: transform 0.3s ease-out;
}

    .hover-zoom:hover {
        transform: scale(1.1);
    }

@media screen and (min-width: 1440px) {
    .padding-xl-40 {
        padding: 2.5rem !important;
    }
}

.grid--product {
    grid-template-columns: 7fr 8fr;
    grid-template-rows: auto auto auto auto;
    /* grid-template-areas: "intro gallery" "intro image-large" "accordion image-large" "accordion video"; */
    grid-template-areas: "intro image-large" "accordion gallery" "accordion gallery" "video .";
}

@media screen and (max-width: 991px) {
    .grid--product {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "intro" "gallery" "image-large" "accordion" "video";
    }
}

.grid__product-accordion {
    grid-area: accordion;
}

.grid__product-intro {
    grid-area: intro;
}

.grid__product-gallery {
    grid-area: gallery;
}

.grid__product-image-large {
    padding-bottom: 60%;
    grid-area: image-large;
    overflow: hidden;
}

    .grid__product-image-large h2 {
        z-index: 2;
        color: #0076a9;
        font-weight: 600;
    }

.grid__product-video {
    grid-area: video;
    padding-bottom: 60%;
}

    .grid__product-video video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        background: #000;
    }

.tile-gallery {
    /* margin: -0.5rem */;
    display: flex;
    flex-wrap: wrap;
}

    .tile-gallery .tile-gallery__image {
        /*cursor: pointer;
    display: block;
    width: calc(25% - 1rem); 
	width: calc(20% - 1rem);
    height: 0;
    position: relative;
    margin: 0.5rem;
    overflow: hidden;
    padding: 0 0 25% 0; */
        cursor: pointer;
        display: block;
        width: calc(20%);
        height: 0;
        position: relative;
        margin: 0;
        overflow: hidden;
        padding: 0 0 20% 0;
    }

        .tile-gallery .tile-gallery__image:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.3);
            transition: opacity 0.3s ease-out;
        }

        .tile-gallery .tile-gallery__image.tile-gallery__image--active:after {
            opacity: 0;
        }

        .tile-gallery .tile-gallery__image img {
            border: solid 1px #fff;
            display: block;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            object-position: center center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            right: 0;
        }

.cutout-text {
    position: absolute;
    left: -8rem;
    right: 0rem;
    bottom: 0rem;
    color: #fff;
    top: -8rem;
    mix-blend-mode: multiply;
    padding: 9.75rem 0 0 9.75rem;
    background-size: cover;
    font-size: 3rem;
    background-position: center -1rem center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion-2 {
    border: none;
}

    .accordion-2 .card {
        border: none;
    }

        .accordion-2 .card .card-header {
            border-radius: 0;
            background: #0076a9;
            color: #fff;
            text-align: center;
            padding: 1.5rem 0;
            text-transform: uppercase;
            cursor: pointer;
        }

            .accordion-2 .card .card-header:hover {
                background: #0087c2;
            }

            .accordion-2 .card .card-header h5 {
                font-size: 1.15rem;
                font-weight: bold;
            }

        .accordion-2 .card .card-body {
            background: #006b99;
            color: #fff;
            box-shadow: inset 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
            padding: 1.75rem 4.75rem;
        }

@media screen and (max-width: 1439px) {
    .accordion-2 .card .card-body {
        padding: 1.75rem;
    }
}

.accordion-2 .card .card-body--padding-small {
    padding: 1.75rem;
}

.materials {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
}

.materials__material {
    margin: 1rem;
    width: calc(33.3% - 2rem);
    position: relative;
}

    .materials__material img {
        width: 100%;
    }

.materials__tag {
    background: #dfe3eb;
    font-size: 0.65rem;
    color: #000000;
    position: absolute;
    bottom: -0.25rem;
    right: -0.45rem;
    padding: 0.25rem 1rem 0.25rem 0.5rem;
}

.font-small {
    font-size: 0.75rem;
}

.list.list--2-column {
    column-count: 2;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid--website-tiles-products .tile:last-child {
        display: none;
    }
}


.grid--printplot {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "intro intro services services" "post post post post"
}

.grid__printplot-intro {
    grid-area: intro;
}

.grid__printplot-services {
    grid-area: services;
    max-height: 300px;
}

.grid__printplot-img {
    grid-area: img;
}

.grid__printplot-post {
    grid-area: post;
}

.grid--autoreclame {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "intro intro image image" "post post post post"
}


@media screen and (max-width: 767.98px) {
    .grid--autoreclame {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "image image" "intro intro" "post post" "post post"
    }

    .grid__transfers-questions a {
        margin: 1.5rem 0;
    }
}

.grid__autoreclame-intro {
    grid-area: intro;
}

.grid__autoreclame-photo {
    grid-area: image;
}

.grid__autoreclame-post {
    grid-area: post;
}



.proces {
    grid-area: proces;
    background-color: #dfe3eb;
}

.proces__steps {
    display: flex;
}

    .proces__steps > * {
        flex: 1;
    }

.proces__title {
    margin-top: 1rem;
    color: #071c2c;
    text-align: center;
}

.proces__subtitle {
    text-align: center;
    color: #0076a9;
}

.item__title {
    color: #071c2c;
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1rem 0;
}

.item__block {
    color: #071c2c;
    display: none;
    line-height: 1.5;
    padding: 0 2rem;
    text-align: center;
}

@media only screen and (min-width:820px) and (max-width:1020px) {
    .item__block {
        padding: .5rem 0;
    }
}




.proces__item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    background-color: #e2e2e2;
    transition: all 500ms;
}

    .proces__item p.item__block {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s 0s ease-out;
        opacity: 0;
        transform: translateY(-1rem);
    }

    .proces__item:hover {
        background-color: #071c2c;
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }

        .proces__item:hover p.item__block {
            transition: all 0.5s 0.5s ease-out;
            max-height: 175px;
            opacity: 1;
            transform: translateY(0rem);
        }

    .proces__item .item__title {
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 1rem;
    }

    .proces__item:hover .item__block, .proces__item:hover .item__title {
        display: block;
        color: #fff;
    }

    .proces__item:hover .item__arrow {
        display: block;
    }

    .proces__item:last-child .item__arrow {
        display: none;
    }

.proces__icon {
    width: 80px;
    margin: 1rem;
}

.item__arrow {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    font-size: 2.4rem;
    background-color: #071c2c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 10;
    box-shadow: -2px 2px 4px #071c2c;

}



.sample__raster {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sample__text {
    display: block;
    width: 100%;
}

.sample__image {
    display: block;
    width: 50%;
}

@media only screen and (max-width:800px) {
    .proces__steps {
        flex-direction: column;
    }
	
	.item__title {
		color: #071c2c;
		font-size: 2vw;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 1rem 0;
}


    .item__arrow {
        position: absolute;
        top: auto;
        transform: translateY(auto);
        transform: translateX(50%) rotate(90deg);
        right: 50%;
        bottom: -20px;
        width: 30px;
        height: 30px;
        font-size: 1rem;
        width: 40px;
        height: 40px;
        font-size: 1.7rem;
    }
}


.grid--transfers {
    grid-template-columns: 3.4fr 0.4fr 0.4fr 3.3fr;
    grid-template-areas: "image services services services" "tabs tabs tabs tabs" "workshop workshop faq faq" "sample sample faq faq" "proces proces proces proces" "questions questions questions questions";
}


.grid__sample {
    grid-area: sample;
}


@media screen and (max-width: 1439.98px) {
    .grid--transfers {
        grid-template-columns: 2.5fr 0.4fr 0.4fr 2.5fr;
    }
}

@media screen and (max-width: 1199.98px) {
    .grid--transfers {
        grid-template-columns: 2.3fr 1.3fr 1.2 2.3fr;
    }
}

@media screen and (max-width: 991.98px) {
    .grid--transfers {
        grid-template-columns: 2.5fr 1.7fr 2.5fr;
        grid-template-areas: "image services services" "tabs tabs tabs" "workshop workshop workshop" "faq faq faq" "proces proces proces" "sample sample sample" "faq faq faq" "questions questions questions";
    }
}

@media screen and (max-width: 767.98px) {
    .grid--transfers {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
        grid-template-areas: "image" "services" "tabs" "workshop" "faq" "sample" "questions" "proces";
    }
}

.image--zoomed {
    overflow: hidden;
    position: relative;
	
}

    .image--zoomed img {
        transition: transform 1000ms;
		 min-height: 236px;
		object-fit: cover;
    }

    .image--zoomed:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media only screen and (min-width:700px) {

    .image--zoomed-glass::after {
        font-family: FontAwesome;
        content: "\f00e";
        color: #fff;
        z-index: 100;
        position: absolute;
        /* transform: translate(-50%, -50%); */
        right: 0;
        top: 0;
        background-color: #071c2c;
        font-size: 1rem;
        padding: .5rem;
    }
}

.page-template-homepage .page-content .grid--homepage {
    padding-bottom: 5rem;
}

.grid--transfers .tab-content .tab-pane p {
    max-width: 650px;
}

span.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

input[name*="checkbox"] {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

    input[name*="checkbox"]:checked {
        content: "\2713";
        display: block;
        background-color: #ff5b35;
        width: 20px;
        height: 20px;
        color: #fff;
    }

span.wpcf7-list-item {
    display: flex;
    align-items: center;
    width: 48%;
    margin: 0;
}

.wpcf7-list-item-label {
    order: 1;
    margin-left: 0.5rem;
    display: block;
}

@media only screen and (max-width:800px) {
    span.wpcf7-list-item {
        width: 100%;
    }

    .img__container > * {
        flex: 1 0 98%;
    }
}


.txt-shadow {
    text-shadow: 2px 2px 5px #000;
}

/* 
span.sample-checkbox {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

span.sample-checkbox > span {
    display:flex;
    flex:1;
    justify-content: center;
    align-items: center; 
}

*/

rsImg {
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease-in-out 0s;
    width: 497px;
    height: 334px;
    object-fit: cover;
}

@media screen and (max-width:991.99px), (min-width:1200px) and (max-width:1439.99px) {

    .grid--printplot {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "intro intro" "services services" "post post";
    }
}

@media screen and (max-width:575.98px) {
    .grid--sign {
        grid-template-columns: 1fr;
        grid-template-rows: 350px 350px 350px auto;
        grid-template-areas: "buitenreclame" "autoreclame" "binnenreclame";
    }

    .grid--printplot {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: "intro" "services" "post";
    }

        .grid--printplot .tile__image {
            height: 250px;
            object-fit: cover;
            object-position: center;
        }


    .grid--autoreclame {
        grid-template-columns: 1fr;
        grid-template-rows: 300px auto;
        grid-template-areas: "image" "intro" "post" "post";
    }

        .grid--autoreclame .tile__image {
            height: 250px;
            object-fit: cover;
            object-position: center;
        }
}

span.wpcf7-not-valid-tip {
	color:#000;
}
