/*
 * TABLE OF CONTENTS
 * =================
 * 1. Variables
 * 2. Reset
 * 3. Base / Global
 * 4. Layout / Grid
 * 5. Typography
 * 6. Header & Navigation
 * 7. Navigation Block (Frontpage)
 * 8. Figures & Images
 * 9. Link Lists
 * 10. Content Boxes & Color Themes
 * 11. Forms
 * 12. Footer
 * 13. Sitemap
 * 14. Accordion
 * 15. Utilities
 * 16. Media Queries
 */

/* ==========================================================================
   1. Variables
   ========================================================================== */
:root {
    /* Brand colors */
    --color-primary: #993563;
    --color-text: #333;
    --color-text-light: #777;
    --color-border: #999;
    --color-border-warm: #c1b7af;
    --color-bg: #ffffff;
    --color-bg-light: #fafafa;
    --color-bg-warm: #f2eeec;
    --color-bg-warm-dark: #e8e4e2;
    --color-hover-dark: #6b2f4f;

    /* Theme colors */
    --color-work: #ffcd9c;
    --color-school: #f1f0ee;
    --color-accommodation: #a5c1c4;
    --color-news: #f0e7ec;
    --color-company: #993563;
    --color-nav: #ffd13e;

    /* Typography */
    --font-body: 'Mercury SSm A', 'Mercury SSm B', serif;
    --font-heading: "VAGRoundedLTPro-Bold", sans-serif;

    /* Spacing */
    --gutter: 50px;

    /* Layout */
    --page-width: 55em;
    --page-width-wide: 65em;
}

/* ==========================================================================
   2. Reset
   ========================================================================== */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ==========================================================================
   3. Base / Global
   ========================================================================== */
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* - lobotomized owl - */
* + *,
* + div[class]:not(.cookiescript_injected_wrapper) {
    margin-top: 1.5em;
}

.image.imageDouble.imageDouble, .box.navigationItem.navigationItem, .navigationBlock > .image.image {
    margin-top: 0;
}


.mdc-checkbox__background {
    translate: 0 -25px;
}

/* Triple-class specificity hack to override CookieScript's inline styles */
.cookiescript_checkbox.cookiescript_checkbox.cookiescript_checkbox {
    margin-top: 0;
}


.epi-quickNavigator-editLink a span {
    margin-top: 0;
}

/* - lobotomized owl resets - */
br,
* + div,
li + li,
.topMarginsOff,
.topMarginsOff > *,
.mainBody,
.navigationBlock,
.navigationBlock > *,
.siteLogo,
.mainMenuTrigger,
.topMainMenu,
.navbar-search,
.searchButton,
.fullWidthArea {
    margin-top: 0;
}


html {
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: var(--color-primary);
}

a:focus,
a:hover {
    text-decoration: none;
}

a[href^="mailto"] {
    display: inline-block;
    margin-top: 0;
    word-break: break-all;
}


.clearfix:before,
.clearfix:after,
.navigationBlock:before,
.navigationBlock:after {
    content: "";
    display: table;
}

.clearfix:after,
.navigationBlock:after {
    clear: both;
}

.hidden {
    display: none;
}

.screenReaderContent {
    height: 10px;
    left: -999em;
    overflow: hidden;
    position: absolute;
    width: 10px;
}


/* ==========================================================================
   4. Layout / Grid
   ========================================================================== */
[class*=pageBoundary] {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0 var(--gutter);
    width: var(--page-width); /*960 - corresponding with main mediaquery*/
}

.pageBoundaryWide {
    width: var(--page-width-wide); /*1040*/
}

.row {
    margin: 0 -50px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

[class*=column-] {
    float: left;
    margin-top: 1.5em;
    min-height: 1em;
    padding: 0 var(--gutter);
    width: 100%;
}

.column-1 {
    width: 50%;
}


.marginBottom {
    margin-bottom: 2em;
}


/* ==========================================================================
   5. Typography
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5,
.linkList.large,
.siteLogo,
.navigationBlock .independent,
.xform span:not([class]),
label,
legend {
    font-family: var(--font-heading);
    font-size-adjust: 0.504;
    font-weight: 200;
    font-style: normal;
    line-height: 1.2;
}


h2, .h2, h3, .h3 {
    font-family: var(--font-heading);
    font-size-adjust: 0.516;
    font-weight: normal;
    font-style: normal;
}

.figure .heading,
.linkList .heading,
.eventListElement .heading,
.listItemWithImage .heading,
.contact .heading {
    font-family: var(--font-body);
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    font-size-adjust: none;
}


.intro {
    font-size: 18px;
    line-height: 30px;
    margin-top: .5em;
}


blockquote {
    font-size: 14px;
}

blockquote::before {
    color: var(--color-primary);
    content: "\00AB";
    margin-right: 5px;
}

blockquote + .quotee {
    color: var(--color-text-light);
    font-size: 13px;
    margin-top: 0;
    text-transform: uppercase;
}

blockquote + .quotee::after {
    color: var(--color-primary);
    content: "\00BB";
    font-size: 14px;
    margin-left: 5px;
}


h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-top: 1.5em;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
}


h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
p + ul,
p + ol {
    margin-top: 0;
}


ol,
ul {
    margin-left: 1em;
}


/* ==========================================================================
   6. Header & Navigation
   ========================================================================== */
.pageHeader {
    background-color: var(--color-bg-light);
    font-family: var(--font-heading);
    font-size-adjust: 0.504;
    font-weight: 200;
    font-style: normal;
    overflow: hidden;
    padding: 1em 0 .8em;
    position: relative;
    z-index: 2;
    margin-top: 0;
}

.pageHeader a {
    color: var(--color-primary);
    line-height: 1;
    text-decoration: none;
}

.pageHeader.menuContext {
    background-color: var(--color-primary);
    color: white;
}

.pageHeader.menuContext a {
    color: white;
}

.siteLogo,
.mainMenuTrigger,
.topMainMenu {
    margin-top: 0;
}

.mainMenuTrigger {
    float: right;
    width: 15%;
}

.siteLogo {
    float: left;
    padding-top: 5px;
    width: 20%;
    min-width: 102px;
}

.siteLogo h1 {
    display: inline;
    font-size: 1em;
}

.siteLogo .offset {
    margin-left: -39px;
}

.siteLogo a {
    font-size: 26px;
    line-height: 1;
}

.siteLogo img {
    border: 0;
    margin-top: -5px;
    height: 45px;
}

.topMainMenu {
    width: 65%;
    float: left;
    padding-top: 5px;
}

.topMainMenuList {
    float: right;
}

.topMainMenu li {
    list-style: none;
}

.topMainMenu ul li {
    display: inline-block;
}

.topMainMenu ul li a.active {
    text-decoration: underline;
}

.mainMenuTrigger::after {
    background: url(ui/close_x.svg);
    content: "";
}

.siteMenuTrigger {
    background: url(ui/menutrigger.svg) no-repeat right 9px;
    background-size: 20px 19px;
    float: right;
    margin-right: -35px;
    padding: 8px 30px 4px 0;
    font-size: 18px;
}

.siteMenuTrigger.active {
    background-image: url(ui/close_x.svg);
}

.navbar-search {
    float: right;
    margin-top: 5px;
}

.searchButton {
    margin-top: 5px;
}

.search-query {
    margin-bottom: 0px !important;
    margin-top: 7px;
    width: 200px !important;
    color: #aaa;
}

.deactivate,
.loadMoreImagesTrigger,
.loadMoreFigureTextTrigger {
    display: none;
}

.js .loadMoreImagesTrigger,
.js .loadMoreFigureTextTrigger {
    display: block;
}


.breadcrumbs {
    margin-left: 0px;
}


.breadcrumbs li {
    list-style: none;
    display: inline-block;
}

.breadcrumbs a {
    text-decoration: none;
}


.breadcrumbs li a:after {
    content: "/";
    padding: 0 0.5em;
}


/* ==========================================================================
   8. Figures & Images (see also section 9 for link lists)
   ========================================================================== */

.mainMenu {
    clear: both;
    color: var(--color-primary);
    float: left;
    padding-top: 2em;
    padding-bottom: 1.5em;
    width: 100%;
}

.mainMenu .linkList {
    margin-bottom: 0;
}

.mainMenu .linkList a {
    background-image: url(ui/arrow-right-purple.svg);
    background-position: 99% center;
    background-position: calc(100% - 5px) center;
    border-color: var(--color-border-warm);
}

.mainMenu .linkList:not(.large) a {
    font-family: serif;
}

.mainMenu .linkList.large {
    margin-top: -.25em;
}

.mainMenu .linkList.large a {
    color: var(--color-primary);
}

.mainMenu .h2,
.mainMenu .linkList.single a {
    color: var(--color-primary);
    display: block;
    font-family: var(--font-heading);
    font-size-adjust: 0.504;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    margin-top: 0;
    padding-top: .4em;
    padding-right: 1.5em;
    padding-bottom: .4em;
}


.mainMenu .linkList,
.mainMenu .linkList li:first-child a {
    border: 0;
}

.mainMenu .linkList + .linkList,
.mainMenu .linkList + .h2,
.mainMenu .h2 + .linkList {
    border-top: 1px solid var(--color-border-warm);
    margin-top: 0;
}

.mainMenu button {
    background-color: transparent;
    border: 0;
    display: block;
    text-align: left;
    width: 100%;
    -webkit-appearance: none;
}

.mainMenu .toggler:focus,
.mainMenu .toggler:hover {
    background-color: var(--color-bg-warm);
    outline: none;
}

.mainMenu a.active {
    background-color: var(--color-bg-warm);
}

.mainMenu .subMenu li.active {
    background-color: var(--color-bg-warm);
}

.js .mainMenu .toggler {
    cursor: pointer;
    position: relative;
}

.js .mainMenu .toggler::after {
    background: url(ui/angle-down.svg) no-repeat right center;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 12px;
    transition: transform .25s;
}

.mainMenu .toggler.active::after {
    transform: rotate(180deg);
}


.js .mainMenu {
    bottom: 0;
    display: none;
    left: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 3.75em;
    z-index: 1;
}

.js .mainMenu::before {
    background-color: white;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.js .mainMenu.open {
    display: block;
    opacity: 1;
}

.js .mainMenu .linkList.collapsable {
    display: none;
}


/* ==========================================================================
   7. Navigation Block (Frontpage)
   ========================================================================== */
.navigationBlock {
    display: grid;
}

.navigationBlock a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.navigationBlock .heading {
    display: inline;
    font-size: 23px;
    position: relative;
}

.navigationBlock .heading::after,
.eventListElement .heading::after {
    background: url(ui/arrow-right.svg) no-repeat right center;
    bottom: .2em;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: -40px;
    width: 16px;
    transition: right .1s;
}

.navigationBlock a:focus .heading,
.navigationBlock a:hover .heading {
    border-bottom: 0;
}

.navigationBlock a:focus .heading::after,
.navigationBlock a:hover .heading::after {
    right: -45px;
}

.navigationBlock .independent {
    font-size: 21px;
    line-height: 26px;
}

.navigationBlock .intro {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1em;
}


.navigationBlock .table-md {
    order: -2;
}

.navigationBlock .box {
    margin: 0;
    padding: 2em var(--gutter);
}

.navigationBlock .box:not(.table-md) .content {
    height: 100%;
}

.navigationBlock .image {

    display: block;
    margin: 0;
    padding-top: 60%;
    order: -1;

    background-position: center center;
    background-size: cover;
}


.navigationBlock.newsFeature {
    margin-top: 3em;
    margin-bottom: 1em;
}


.figure {
    margin-right: -50px;
    margin-left: -50px;
}

.figure + .figure {
    margin-top: 0;
}

.figure .inner {
    overflow: hidden;
    position: relative;
}

.figure .image {
    padding: 0;
    margin: 0;
}

.figure .image img {
    width: 100%;
}

.figure .image iframe {
    max-width: 100%;
    vertical-align: middle;
}

.figure .caption {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 1.5em;
}

.figure .caption p {
    margin-top: 0;
}

.figure .heading {
    margin-top: 0;
    margin-bottom: 5px;
}


.loadMoreImagesTrigger,
.loadMoreFigureTextTrigger {
    border-bottom: 1px solid;
    padding: 0 1.5em .5em 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.loadMoreImagesTrigger::after,
.loadMoreFigureTextTrigger::after {
    background: url(ui/angle-down-black.svg) no-repeat 0 0;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: .5em;
    width: 12px;
    transition: all .15s;
}

a.loadMoreImagesTrigger,
a.loadMoreFigureTextTrigger {
    color: var(--color-text);
}

a.loadMoreImagesTrigger {
    margin-top: 10px;
}


/* ==========================================================================
   9. Link Lists
   ========================================================================== */
.linkList {
    border-bottom: 1px solid var(--color-border);
    list-style: none;
    margin-top: 0.5em;
    margin-bottom: 3em;
    margin-left: 0;
}

.linkList .listItem,
.linkList p {
    margin-top: 0;
}

.linkList a,
.linkList button,
.link {
    background: url(ui/arrow-right.svg) no-repeat right .9em;
    background-position: 99% .9em;
    background-position: calc(100% - 5px) .9em;
    background-size: 12px;
    border-top: 1px solid var(--color-border);
    color: var(--color-text);
    display: block;
    padding: .5em 2em .5em 0;
    text-decoration: none;
    padding-left: 5px;
}

.mainMenu .h2.toggler {
    padding-left: 5px;
}

.linkList li:first-child a {
    border-top: 1px solid var(--color-border);
}

.linkList a:focus,
.linkList a:hover,
.link:focus,
.link:hover {
    background-color: var(--color-bg-warm);
    outline: none;
}

.linkList strong,
.linkList .heading {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
}


.linkList .facebook,
.linkList .twitter,
.linkList .email {
    background: url(ui/facebook.svg) no-repeat left center;
    background-size: 25px;
    padding-left: 35px;
}

.linkList .facebook:focus,
.linkList .facebook:hover,
.linkList .twitter:focus,
.linkList .twitter:hover,
.linkList .email:hover,
.linkList .email:focus {
    background-image: url(ui/facebook_hover.svg);
    background-position: 5px center;
    padding-left: 40px;
}

.linkList .twitter {
    background-image: url(ui/twitter.svg);
}

.linkList .email {
    background-image: url(ui/email.svg);
}

.linkList .twitter:focus,
.linkList .twitter:hover {
    background-image: url(ui/twitter_hover.svg);
}

.linkList .email:focus,
.linkList .email:hover {
    background-image: url(ui/email_hover.svg);
}


.linkList.large li {
    font-size: 22px;
    line-height: 26px;
}

.linkList.large a {
    background-size: 18px;
    padding-top: .5em;
    padding-right: .75em;
    padding-bottom: .5em;
}

.linkList.jobPost strong {
    display: inline-block;
}

.linkList.jobPost h2 {
    color: var(--color-primary);
    line-height: 1;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size-adjust: 0.516;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.linkList.jobPost p:last-child {
    margin-bottom: 6px;
}

.link {
    border-bottom: 1px solid var(--color-border);
}

.news .link:focus,
.news .link:hover {
    background-color: white;
}


.company .link,
.company .linkList a {
    background-image: url(ui/arrow-right-inverted.svg);
    border-color: white;
}

.company .link:focus,
.company .link:hover,
.company .linkList a:focus,
.company .linkList a:hover {
    background-color: var(--color-hover-dark);
}


.box .linkList {
    margin-bottom: 0;
}


.eventListElement {
    margin-bottom: 1.5em;
}

.eventListElement a {
    background-color: var(--color-bg-warm-dark);
    display: block;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    text-decoration: none;
}

.eventListElement a:focus,
.eventListElement a:hover {
    background-color: var(--color-bg-warm);
}

.eventListElement .heading {
    border-top: 1px solid;
    margin-top: .5em;
    padding-top: .75em;
    position: relative;
}

.eventListElement .heading::after {
    bottom: auto;
    right: 5px;
    top: .75em;
}

.eventListElement .eventInfo {
    border-bottom: 1px solid;
    margin-top: .25em;
    padding-bottom: .75em;
}

.eventListElement .heading,
.eventListElement .eventInfo {
    font-size: 16px;
    border-color: #666;
}


.listItemWithImage {
    margin-bottom: 3em;
}


.imageOffset {
    margin: 0 -50px;
}

.imageOffset img {
    width: 100%;
}


.signVideo {
    margin-right: -50px;
    margin-left: -50px;
}

.signVideoTrigger {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 34px;
    padding: 5px;
    text-align: left;
    width: 100%;
    -webkit-appearance: none;
}

.signVideoTrigger::before {
    background: url(ui/sign-hands.png) no-repeat;
    background-size: 34px 34px;
    content: "";
    display: block;
    float: left;
    height: 34px;
    margin-right: .75em;
    position: relative;
    width: 34px;
}

.signVideoTrigger .duration {
    font-weight: 400;
    margin-left: 1.5em;
}

.signVideo iframe {
    min-height: 200px;
    width: 100%;
}


/* ==========================================================================
   10. Content Boxes & Color Themes
   ========================================================================== */
.box {
    clear: both;
    display: block;
    margin-right: -50px;
    margin-left: -50px;
}

.box .content {
    display: block;
    padding: var(--gutter);
}

.box.simple .content {
    padding-top: 0;
    padding-bottom: 25px;
}

.box .blockHeading {
    margin-top: 0;
}

.box + .box,
.box.simple + .box.simple {
    margin-top: 0;
}

.box + .box.simple {
    margin-top: 2.5em;
}


.fullWidthArea {
    clear: both;
    margin-top: 3em;
    margin-bottom: -3em;
    overflow: hidden;
    width: 100%;
}

.fullWidthArea .box {
    margin-right: 0;
    margin-left: 0;
}

.fullWidthArea .box .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: var(--page-width);
}


/* - color variants - */
.work {
    background-color: var(--color-work);
}

.school {
    background-color: var(--color-school);
}

.accommodation {
    background-color: var(--color-accommodation);
}

.news {
    background-color: var(--color-news);
}

.company {
    background-color: var(--color-company);
}

.company,
.company a {
    color: #fff;
}

.NAV {
    background-color: var(--color-nav);
}

.NAV a {
    color: var(--color-text);
}

.greyWarm {
    background-color: var(--color-bg-warm-dark);
}

.work a,
.school a,
.accommodation a,
.news a {
    color: var(--color-text);
}


/* ==========================================================================
   11. Forms
   ========================================================================== */
input[type=text],
textarea,
select {
    border: 1px solid var(--color-primary);
    font-size: 16px;
    line-height: normal;
    max-width: 30.5em;
    padding: 5px;
    width: 100%;
}

textarea {
    min-height: 6em;
}


input[type=submit],
input[type=reset], button[type=submit] {
    background-color: var(--color-primary);
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}


label {
    display: block;
}

label + * {
    margin-top: 0;
}

fieldset {
    border: 0;
}


.xform table {
    width: 100%;
}

.xform td {
    padding-bottom: 1em;
}

.xform .orientationHorizontal label {
    display: inline-block;
    margin-right: 1.5em;
}

.xform span:not([class]) {
    font-size: 24px;
}

.field-validation-error {
    background-color: var(--color-nav);
    clear: both;
    float: left;
    margin-top: 1px;
    padding: 3px 10px;
    width: 100%;
}


/* ==========================================================================
   12. Footer
   ========================================================================== */
.pageFooter {
    clear: both;
    float: left;
    margin-top: 3em;
    padding-bottom: var(--gutter);
    width: 100%;
}

.pageFooter .linkList a {
    display: inline-block;
    margin-top: 0;
    word-break: break-all;
    width: 100%;
}

.pageFooter .linkList a:focus,
.pageFooter .linkList a:hover {
    background-color: white;
}

.no-js .pageFooter {
    margin-top: 0;
}


/* ==========================================================================
   13. Sitemap
   ========================================================================== */
.sitemap {
    line-height: 1.4;
    margin-bottom: 3em;
}

.sitemap ul {
    list-style: none;
    margin-left: 0;
}

.sitemap ul ul {
    margin: 0;
}

.sitemap ul ul ul {
    margin: 0 0 0 12px;
}

.sitemap ul li {
    font-family: var(--font-heading);
    font-size: 32px;
}

.sitemap ul ul li {
    font-size: 24px;
    margin-top: .5em;
}

.sitemap ul ul ul li {
    font-size: 21px;
    margin-top: .25em;
}

.sitemap ul ul ul ul li {
    font-size: 18px;
}

.sitemap ul ul ul ul li {
    font-size: 16px;
}

.sitemap a {
    display: inline-block;
    text-decoration: none;
}

.sitemap a:focus,
.sitemap a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   16. Media Queries
   ========================================================================== */

@media screen and (min-width: 25em) {
    .linkList.large li {
        font-size: 28px;
        line-height: 34px;
    }

    .topMainMenu {
        display: none;
    }
}


@media screen and (min-width: 45em) {
    /*720*/
    .topMainMenu {
        display: block;
    }

    h1 {
        font-size: 40px;
        margin-top: 40px;
    }


    .column-md-4 {
        width: 33.333%;
    }

    .column-md-6 {
        width: 50%;
    }

    .column-md-4:nth-child(3n + 4),
    .column-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .column-md-8 {
        width: 66.666%;
    }

    .column-md-8 .figure .inner,
    .column-md-8 .signVideo .inner {
        width: 150%;
    }

    .column-md-8 blockquote,
    .column-md-8 blockquote + .quotee {
        border-left: 5px solid var(--color-bg-warm-dark);
        clear: right;
        float: right;
        margin-right: -50%;
        padding-left: 45px;
        position: relative;
        right: -50px;
        width: 50%;
    }

    .column-md-8 blockquote::before {
        left: 27px;
        position: absolute;
    }

    .push-md-4 {
        margin-right: 33.333%;
    }


    .table-md {
        display: table;
    }

    .tablecell-md {
        display: table-cell;
    }


    .siteMenuTrigger {
        margin-right: 0;
    }


    .navigationBlock {
        grid-template-columns: 50% 50%;
        grid-auto-flow: row;
        align-items: stretch;
    }

    .navigationBlock > * {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .navigationBlock .image {
        order: unset;
        grid-row: 1 / span 2;
    }

    .navigationBlock .navigationItem {
        order: unset;
        grid-row: 1 / span 2;
    }

    .navigationBlock .table-md {
        order: unset;
        grid-row: 1 / span 1;
    }

    .navigationBlock .table-md ~ .navigationItem {
        grid-row: 2 / span 1;
    }

    .navigationBlock .table-md ~ .image {
        grid-row-end: span 2;
    }

    .navigationBlock .image:last-child {
        grid-column: 2;
    }

    .navigationBlock .image ~ .navigationItem {
        grid-column: 2;
    }

    .navigationBlock .columnConstraint {
        margin-left: auto;
    }

    .navigationBlock .image ~ * .columnConstraint {
        margin-left: 0;
    }


    .navigationBlock .table-md {
        min-height: 12em;
    }

    .navigationBlock .tablecell-md {
        vertical-align: middle;
    }

    .navigationBlock .navigationItem {
        min-height: 16em;
        padding: 0;
    }

    .navigationBlock .navigationItem a {
        padding: 2em var(--gutter);
    }

    .navigationBlock .navigationItem.work a:focus,
    .navigationBlock .navigationItem.work a:hover {
        background-color: #ffd6af;
    }

    .navigationBlock .navigationItem.school a:focus,
    .navigationBlock .navigationItem.school a:hover {
        background-color: #faf9f8;
    }

    .navigationBlock .navigationItem.accommodation a:focus,
    .navigationBlock .navigationItem.accommodation a:hover {
        background-color: #b2cacd;
    }

    .navigationBlock .heading {
        font-size: 26px;
    }

    .navigationBlock .image {
        min-height: 16em;
        padding-top: unset;
    }

    .navigationBlock .imageDouble {
        min-height: 28em;
    }

    .navigationBlock a {
        color: var(--color-text);
    }


    .newsFeature .image,
    .newsFeature .content {
        height: 0;
        overflow: hidden;
        padding-bottom: 45%;
    }

    .newsFeature .navigationItem,
    .newsFeature .navigationItem a {
        padding-bottom: 150%;
    }

    .newsFeature .navigationItem a:focus,
    .newsFeature .navigationItem a:hover {
        background-color: #f4eef2;
    }


    .linkList.large li {
        font-size: 32px;
        line-height: 40px;
    }


    .figure + .figure {
        margin-top: 1px;
    }

    .figure .caption {
        height: 100%;
        margin-top: 0;
        padding: 2.5em 5.682% 1.5em;
        position: absolute;
        right: 0;
    }

    .loadMoreImagesTrigger {
        bottom: 3em;
        position: absolute;
        width: auto;
        width: calc(100% - 100px);
    }

    .loadMoreImagesTrigger.collapse::after {
        transform: rotate(180deg);
    }

    .figure .caption .loadMoreFigureTextTrigger {
        display: none;
    }

    .figure .caption .figureText,
    .figure .caption .figureText.hidden {
        display: block;
    }


    .imageOffset {
        margin-right: -25px;
        margin-left: -25px;
    }


    .fullWidthArea .box .inner .content {
        width: 66.666%;
    }


    .pageFooter {
        padding-top: 40px;
        padding-bottom: 100px;
    }


    .sitemap {
        margin-right: -60%;
    }

    .sitemap ul ul ul {
        margin-left: 24px;
    }
}


@media screen and (min-width: 55em) {
    /*880 - corresponding with .pageBoundary*/
    .column-lg-5 {
        width: 41.666%;
    }

    .column-lg-7 {
        width: 58.333%;
    }

    .push-lg-2 {
        margin-right: 16.666%;
    }

    .columnConstraint {
        width: 21.25em;
    }

    .navigationBlock .navigationItem,
    .navigationBlock .image {
        min-height: 20em;
    }

    .navigationBlock .navigationItem a {
        padding-top: 3em;
    }

    .navigationBlock .imageDouble {
        min-height: 32em;
    }


    .linkList.large li {
        font-size: 36px;
    }
}


@media screen and (min-width: 85em) {
    .pageBoundaryWide {
        width: 75em; /*1200*/
    }

    .navigationBlock .navigationItem,
    .navigationBlock .image {
        min-height: 23em;
    }

    .navigationBlock .navigationItem a {
        padding-top: 4em;
    }

    .navigationBlock .imageDouble {
        min-height: 35em;
    }
}

/* ==========================================================================
   15. Utilities
   ========================================================================== */
div.devision-heading {
    margin-bottom: -30px;
}

.superfix {
    overflow: hidden !important;
}

.columnConstraint {
    color: var(--color-text);
}

.courseListingBlock .eventListElement {
    margin-top: 1.5em;
}

.text-center {
    text-align: center;
}


/* ==========================================================================
   14. Accordion
   ========================================================================== */
.accordion {
    background-color: var(--color-bg-light);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 15px;
    margin-bottom: 10px;
}

.accordion_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 0;
}

.accordion_panel.active_panel {
    margin-top: 1.5em;
}

.active, .accordion:hover {
    background-color: #e7e3e1;
}

.accordion:after {
    content: '\002B';
    color: var(--color-text-light);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active.accordion:after {
    content: "\2212";
}

li.accordion_panel {
    overflow: visible;
    max-height: 100000px;
    padding: 0;
    margin-top: 0;
}

.accordion:first-of-type {
    margin-top: 20px;
}
