/*.messages {*/
/*    padding: 15px 20px 15px 35px;*/
/*    word-wrap: break-word;*/
/*    border: 1px solid;*/
/*    border-width: 1px 1px 1px 0;*/
/*    border-radius: 2px;*/
/*    background: no-repeat 10px 17px;*/
/*    overflow-wrap: break-word;*/
/*}*/

/*[dir="rtl"] .messages {*/
/*    padding-right: 35px;*/
/*    padding-left: 20px;*/
/*    text-align: right;*/
/*    border-width: 1px 0 1px 1px;*/
/*    background-position: right 10px top 17px;*/
/*}*/

/*.messages + .messages {*/
/*    margin-top: 1.538em;*/
/*}*/

/*.messages__list {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*}*/

/*.messages__item + .messages__item {*/
/*    margin-top: 0.769em;*/
/*}*/

/*.messages--status {*/
/*    color: #325e1c;*/
/*    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;*/
/*    background-color: #f3faef;*/
/*    background-image: url(/core/misc/icons/73b355/check.svg);*/
/*    box-shadow: -8px 0 0 #77b259;*/
/*}*/

/*[dir="rtl"] .messages--status {*/
/*    margin-left: 0;*/
/*    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;*/
/*    box-shadow: 8px 0 0 #77b259;*/
/*}*/

/*.messages--warning {*/
/*    color: #734c00;*/
/*    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;*/
/*    background-color: #fdf8ed;*/
/*    background-image: url(/core/misc/icons/e29700/warning.svg);*/
/*    box-shadow: -8px 0 0 #e09600;*/
/*}*/

/*[dir="rtl"] .messages--warning {*/
/*    border-color: #f4daa6 transparent #f4daa6 #f4daa6;*/
/*    box-shadow: 8px 0 0 #e09600;*/
/*}*/

/*.messages--error {*/
/*    color: #a51b00;*/
/*    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;*/
/*    background-color: #fcf4f2;*/
/*    background-image: url(/core/misc/icons/e32700/error.svg);*/
/*    box-shadow: -8px 0 0 #e62600;*/
/*}*/

/*[dir="rtl"] .messages--error {*/
/*    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;*/
/*    box-shadow: 8px 0 0 #e62600;*/
/*}*/

/*.messages--error p.error {*/
/*    color: #a51b00;*/
/*}*/

:root{
    --package-background: #F5F5F5;
    --package-selected-color: #7783A0;
    --package-font-color: var(--primary-color);
    --package-selected-font-color: var(--white);
    --package-description: black;
    --package-description-selected: white
}

.progress__track {
    border-color: #b3b3b3;
    border-radius: 10em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
    background-image: linear-gradient(#e7e7df, #f0f0f0);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
    height: 16px;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0 1px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    border: 1px #07629a solid;
    border-radius: 10em;
    background: #057ec9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-size: 40px 40px;
}

[dir="rtl"] .progress__bar {
    margin-right: -1px;
    margin-left: 0;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress__bar {
        -webkit-transition: none;
        transition: none;
        -webkit-animation: none;
        -moz-animation: none;
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, -80px 0;
    }
}

@-ms-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, -80px 0;
    }
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, -80px 0;
    }
}

.js .dropbutton-widget {
    border: 1px solid #ccc;
    background-color: white;
}

.js .dropbutton-widget:hover {
    border-color: #b8b8b8;
}

.dropbutton .dropbutton-action > * {
    padding: 0.1em 0.5em;
    white-space: nowrap;
}

.dropbutton .secondary-action {
    border-top: 1px solid #e8e8e8;
}

.dropbutton-multiple .dropbutton {
    border-right: 1px solid #e8e8e8;
}

[dir="rtl"] .dropbutton-multiple .dropbutton {
    border-right: 0 none;
    border-left: 1px solid #e8e8e8;
}

.dropbutton-multiple .dropbutton .dropbutton-action > * {
    margin-right: 0.25em;
}

[dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * {
    margin-right: 0;
    margin-left: 0.25em;
}

/*html, body, [canvas=container], [off-canvas] {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/

html, body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*[canvas] {*/
/*    z-index: 1;*/
/*}*/

/*[canvas=container] {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow-y: auto;*/
/*    position: relative;*/
/*    background-color: white;*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/

/*[canvas=container]:before, [canvas=container]:after {*/
/*    clear: both;*/
/*    content: '';*/
/*    display: table;*/
/*}*/

[off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: black;
    color: white;
    -webkit-overflow-scrolling: touch;
}

[off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0;
}

[off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0;
}

[off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0;
}

[off-canvas*=left] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0;
}

[off-canvas*=reveal] {
    z-index: 0;
}

[off-canvas*=push] {
    z-index: 1;
}

[off-canvas*=overlay] {
    z-index: 9999;
}

[off-canvas*=shift] {
    z-index: 0;
}

[off-canvas] {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
}

[off-canvas*=shift][off-canvas*=top] {
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
    -webkit-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

@media print {
    [off-canvas] {
        display: none !important;
    }
}

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

@font-face {
    font-family: 'icomoon';
    src: url(/themes/custom/atheme/css/fonts/icomoon.eot?ky6yeg=);
    src: url(/themes/custom/atheme/css/fonts/icomoon.eot?ky6yeg=#iefix) format("embedded-opentype"), url(/themes/custom/atheme/css/fonts/icomoon.woff2?ky6yeg=) format("woff2"), url(/themes/custom/atheme/css/fonts/icomoon.ttf?ky6yeg=) format("truetype"), url(/themes/custom/atheme/css/fonts/icomoon.woff?ky6yeg=) format("woff"), url(/themes/custom/atheme/css/fonts/icomoon.svg?ky6yeg=#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
}

#mfPreviewBar {
    display: none;
}

/*.icon-instagram::before {*/
/*    content: '\e900';*/
/*}*/

.icon-issuu::before {
    content: '\e901';
}

.icon-youtube_bg::before {
    content: '\e902';
}

.icon-facebook_bg::before {
    content: '\e903';
}

.icon-twitter_bg::before {
    content: '\e904';
}

.icon-google::before {
    content: '\e910';
}

.icon-spinner::before, .ajax-progress-fullscreen::before {
    content: '\e905';
}

.icon-expand_less::before {
    content: '\e906';
}

.icon-expand_more::before {
    content: '\e907';
}

.icon-add_circle_black::before, a.rich-text-button__big::before, a.rich-text-button__big--dark::before {
    content: '\e908';
}

.icon-add_circle_outline::before, .node-event .node-event__event-info .node-event__event-info--date .addtocalendar a.atcb-link::before {
    content: '\e909';
}

.icon-previous::before {
    content: '\e90a';
}

.icon-next::before {
    content: '\e90b';
}

.icon-first::before {
    content: '\e90d';
}

.icon-last::before {
    content: '\e90c';
}

.icon-quote-open::before, blockquote p::before {
    content: '\e90e';
}

.icon-quote-close::before, blockquote p::after {
    content: '\e90f';
}

.icon-check::before, .checkbox-custom .checkmark::after {
    content: '\e91e';
    color: #fff;
}

.icon-check::after, li.facet-item input[type='checkbox']:checked + label::after {
    content: '\e91e';
    color: #fff;
}

.icon-AAA::before {
    content: '\e91d';
    color: #7b7b7b;
}

.icon-phone::before, .node-service.node--view-mode-numbers-list .field--name-field-service-phone::before {
    content: '\e911';
}

.icon-search::before {
    content: '\e912';
}

.icon-calendar::before, .paragraph-consultation .view-doctor-consult-tags .view-content .views-row > .views-field > .field-content::before {
    content: '\e913';
}

.icon-help::before {
    content: '\e914';
}

.icon-file::before {
    content: '\e915';
}

/*.icon-facebook::before {*/
/*    content: '\e916';*/
/*}*/

/*.icon-twitter::before {*/
/*    content: '\e917';*/
/*}*/

/*.icon-linkedin::before {*/
/*    content: '\eaca';*/
/*}*/

.icon-youtube::before {
    content: '\e918';
}

.icon-bike::before {
    content: '\e919';
}

.icon-car::before {
    content: '\e91a';
}

.icon-public-transport::before {
    content: '\e91b';
}

.icon-chevron-right::before, .breadcrumb ol li + li::before {
    content: '\e91c';
}

.icon-ellipse::before {
    content: '\e91f';
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    color: #525252;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type='checkbox'], input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.paragraph-attachments td {
    padding: 3px 20px 3px 0;
}

.paragraph-attachments .download-all-files {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gentona Bold';
    font-weight: normal;
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    background: #faaf33;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding: 19px 32px 19px 31px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
}

.paragraph-attachments .download-all-files:hover, .paragraph-attachments .download-all-files:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.paragraph-attachments .download-all-files:hover::after, .paragraph-attachments .download-all-files:focus::after {
    display: block;
}

.paragraph-attachments .download-all-files:active {
    color: #fff;
    outline: none;
}

.paragraph-attachments .download-all-files .ext {
    display: none;
}

.paragraph-googlemap {
    margin: 20px 0 30px;
}

.paragraph-googlemap .field--name-field-googlemap iframe {
    width: 100%;
    display: block;
}

.paragraph-googlemap iframe {
    pointer-events: none;
}

.group-2col .paragraph-googlemap, .group-3col .paragraph-googlemap {
    margin: 0;
}

.node-page.node--view-mode-teaser, .node-page.node--view-mode-search-result {
    display: block;
    margin-bottom: 50px;
}

.node-page.node--view-mode-teaser:hover, .node-page.node--view-mode-search-result:hover {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
}

.node-page.node--view-mode-teaser:hover h2, .node-page.node--view-mode-search-result:hover h2 {
    color: #faaf33;
}

.node-page.node--view-mode-teaser:hover img, .node-page.node--view-mode-search-result:hover img {
    transition: 2000ms filter ease-in;
    -webkit-transition: 2000ms -webkit-filter ease-in-out;
    -moz-transition: 2000ms -moz-filter ease-in-out;
    -ms-transition: 2000ms -ms-filter ease-in-out;
    -o-transition: 2000ms -o-filter ease-in-out;
    -webkit-filter: contrast(80%);
    filter: contrast(80%);
}

.node-page.node--view-mode-teaser h2, .node-page.node--view-mode-search-result h2 {
    margin: 0 0 10px;
}

.node-page.node--view-mode-teaser .group-left, .node-page.node--view-mode-search-result .group-left {
    display: none;
}

.lt-ie9 .node-page.node--view-mode-teaser .group-left, .lt-ie9 .node-page.node--view-mode-search-result .group-left {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
}

.lt-ie9 .node-page.node--view-mode-teaser .group-left:last-child, .lt-ie9 .node-page.node--view-mode-search-result .group-left:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-page.node--view-mode-teaser .group-left, .node-page.node--view-mode-search-result .group-left {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 31.97279%;
    }

    .node-page.node--view-mode-teaser .group-left:last-child, .node-page.node--view-mode-search-result .group-left:last-child {
        margin-right: 0;
    }
}

.node-page.node--view-mode-teaser .group-right, .node-page.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 100%;
}

.node-page.node--view-mode-teaser .group-right:last-child, .node-page.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

.lt-ie9 .node-page.node--view-mode-teaser .group-right, .lt-ie9 .node-page.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    float: right;
}

.lt-ie9 .node-page.node--view-mode-teaser .group-right:last-child, .lt-ie9 .node-page.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-page.node--view-mode-teaser .group-right, .node-page.node--view-mode-search-result .group-right {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 65.98639%;
        float: right;
    }

    .node-page.node--view-mode-teaser .group-right:last-child, .node-page.node--view-mode-search-result .group-right:last-child {
        margin-right: 0;
    }
}

.node-page.node--view-mode-teaser .field-group-link .read-more, .node-page.node--view-mode-search-result .field-group-link .read-more {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    color: #e2001a;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.node-page.node--view-mode-teaser .field-group-link .read-more:hover, .node-page.node--view-mode-search-result .field-group-link .read-more:hover {
    color: #cc0017;
}

.node-page .node-page__tags {
    padding: 20px 0;
}

.node-page .node-page__tags .node-page__tags--tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

.node-overviewpage.node--view-mode-teaser, .node-overviewpage.node--view-mode-search-result {
    display: block;
    margin-bottom: 50px;
}

.node-overviewpage.node--view-mode-teaser:hover, .node-overviewpage.node--view-mode-search-result:hover {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
}

.node-overviewpage.node--view-mode-teaser:hover h2, .node-overviewpage.node--view-mode-search-result:hover h2 {
    color: #faaf33;
}

.node-overviewpage.node--view-mode-teaser:hover img, .node-overviewpage.node--view-mode-search-result:hover img {
    transition: 2000ms filter ease-in;
    -webkit-transition: 2000ms -webkit-filter ease-in-out;
    -moz-transition: 2000ms -moz-filter ease-in-out;
    -ms-transition: 2000ms -ms-filter ease-in-out;
    -o-transition: 2000ms -o-filter ease-in-out;
    -webkit-filter: contrast(80%);
    filter: contrast(80%);
}

.node-overviewpage.node--view-mode-teaser h2, .node-overviewpage.node--view-mode-search-result h2 {
    margin: 0 0 10px;
}

.node-overviewpage.node--view-mode-teaser .group-left, .node-overviewpage.node--view-mode-search-result .group-left {
    display: none;
}

.lt-ie9 .node-overviewpage.node--view-mode-teaser .group-left, .lt-ie9 .node-overviewpage.node--view-mode-search-result .group-left {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
}

.lt-ie9 .node-overviewpage.node--view-mode-teaser .group-left:last-child, .lt-ie9 .node-overviewpage.node--view-mode-search-result .group-left:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-overviewpage.node--view-mode-teaser .group-left, .node-overviewpage.node--view-mode-search-result .group-left {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 31.97279%;
    }

    .node-overviewpage.node--view-mode-teaser .group-left:last-child, .node-overviewpage.node--view-mode-search-result .group-left:last-child {
        margin-right: 0;
    }
}

.node-overviewpage.node--view-mode-teaser .group-right, .node-overviewpage.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 100%;
}

.node-overviewpage.node--view-mode-teaser .group-right:last-child, .node-overviewpage.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

.lt-ie9 .node-overviewpage.node--view-mode-teaser .group-right, .lt-ie9 .node-overviewpage.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    float: right;
}

.lt-ie9 .node-overviewpage.node--view-mode-teaser .group-right:last-child, .lt-ie9 .node-overviewpage.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-overviewpage.node--view-mode-teaser .group-right, .node-overviewpage.node--view-mode-search-result .group-right {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 65.98639%;
        float: right;
    }

    .node-overviewpage.node--view-mode-teaser .group-right:last-child, .node-overviewpage.node--view-mode-search-result .group-right:last-child {
        margin-right: 0;
    }
}

.node-overviewpage.node--view-mode-teaser .field-group-link .read-more, .node-overviewpage.node--view-mode-search-result .field-group-link .read-more {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    color: #e2001a;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.node-overviewpage.node--view-mode-teaser .field-group-link .read-more:hover, .node-overviewpage.node--view-mode-search-result .field-group-link .read-more:hover {
    color: #cc0017;
}

.node-overviewpage__tags {
    padding: 20px 0;
}

.node-overviewpage__tags .node-overviewpage__tags--tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

.node-news.node--view-mode-teaser, .node-news.node--view-mode-search-result {
    display: block;
    margin-bottom: 50px;
}

.node-news.node--view-mode-teaser:hover, .node-news.node--view-mode-search-result:hover {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
}

.node-news.node--view-mode-teaser:hover h2, .node-news.node--view-mode-search-result:hover h2 {
    color: #faaf33;
}

.node-news.node--view-mode-teaser:hover img, .node-news.node--view-mode-search-result:hover img {
    transition: 2000ms filter ease-in;
    -webkit-transition: 2000ms -webkit-filter ease-in-out;
    -moz-transition: 2000ms -moz-filter ease-in-out;
    -ms-transition: 2000ms -ms-filter ease-in-out;
    -o-transition: 2000ms -o-filter ease-in-out;
    -webkit-filter: contrast(80%);
    filter: contrast(80%);
}

.node-news.node--view-mode-teaser h2, .node-news.node--view-mode-search-result h2 {
    margin: 0 0 10px;
}

.node-news.node--view-mode-teaser .group-left, .node-news.node--view-mode-search-result .group-left {
    display: none;
}

.lt-ie9 .node-news.node--view-mode-teaser .group-left, .lt-ie9 .node-news.node--view-mode-search-result .group-left {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
}

.lt-ie9 .node-news.node--view-mode-teaser .group-left:last-child, .lt-ie9 .node-news.node--view-mode-search-result .group-left:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-news.node--view-mode-teaser .group-left, .node-news.node--view-mode-search-result .group-left {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 31.97279%;
    }

    .node-news.node--view-mode-teaser .group-left:last-child, .node-news.node--view-mode-search-result .group-left:last-child {
        margin-right: 0;
    }
}

.node-news.node--view-mode-teaser .group-right, .node-news.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 100%;
}

.node-news.node--view-mode-teaser .group-right:last-child, .node-news.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

.lt-ie9 .node-news.node--view-mode-teaser .group-right, .lt-ie9 .node-news.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    float: right;
}

.lt-ie9 .node-news.node--view-mode-teaser .group-right:last-child, .lt-ie9 .node-news.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-news.node--view-mode-teaser .group-right, .node-news.node--view-mode-search-result .group-right {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 65.98639%;
        float: right;
    }

    .node-news.node--view-mode-teaser .group-right:last-child, .node-news.node--view-mode-search-result .group-right:last-child {
        margin-right: 0;
    }
}

.node-news.node--view-mode-teaser .field-group-link .read-more, .node-news.node--view-mode-search-result .field-group-link .read-more {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    color: #e2001a;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.node-news.node--view-mode-teaser .field-group-link .read-more:hover, .node-news.node--view-mode-search-result .field-group-link .read-more:hover {
    color: #cc0017;
}

.node-news .node-news__publication-info {
    margin-bottom: 10px;
}

.node-news .node-news__publication-info .node-news__publication-info--type {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

.node-news .node-news__publication-info .node-news__publication-info--date {
    font-family: 'Avenir Next Pro Regular';
    font-style: italic;
}

.node-news .node-news__tags {
    padding: 20px 0;
}

.node-news .node-news__tags .node-news__tags--tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

.node-event.node--view-mode-teaser, .node-event.node--view-mode-search-result {
    display: block;
    margin-bottom: 50px;
}

.node-event.node--view-mode-teaser:hover, .node-event.node--view-mode-search-result:hover {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
}

.node-event.node--view-mode-teaser:hover h2, .node-event.node--view-mode-search-result:hover h2 {
    color: #faaf33;
}

.node-event.node--view-mode-teaser:hover img, .node-event.node--view-mode-search-result:hover img {
    transition: 2000ms filter ease-in;
    -webkit-transition: 2000ms -webkit-filter ease-in-out;
    -moz-transition: 2000ms -moz-filter ease-in-out;
    -ms-transition: 2000ms -ms-filter ease-in-out;
    -o-transition: 2000ms -o-filter ease-in-out;
    -webkit-filter: contrast(80%);
    filter: contrast(80%);
}

.node-event.node--view-mode-teaser h2, .node-event.node--view-mode-search-result h2 {
    margin: 0 0 10px;
}

.node-event.node--view-mode-teaser .group-left, .node-event.node--view-mode-search-result .group-left {
    display: none;
}

.lt-ie9 .node-event.node--view-mode-teaser .group-left, .lt-ie9 .node-event.node--view-mode-search-result .group-left {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
}

.lt-ie9 .node-event.node--view-mode-teaser .group-left:last-child, .lt-ie9 .node-event.node--view-mode-search-result .group-left:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-event.node--view-mode-teaser .group-left, .node-event.node--view-mode-search-result .group-left {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 31.97279%;
    }

    .node-event.node--view-mode-teaser .group-left:last-child, .node-event.node--view-mode-search-result .group-left:last-child {
        margin-right: 0;
    }
}

.node-event.node--view-mode-teaser .group-right, .node-event.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 100%;
}

.node-event.node--view-mode-teaser .group-right:last-child, .node-event.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

.lt-ie9 .node-event.node--view-mode-teaser .group-right, .lt-ie9 .node-event.node--view-mode-search-result .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    float: right;
}

.lt-ie9 .node-event.node--view-mode-teaser .group-right:last-child, .lt-ie9 .node-event.node--view-mode-search-result .group-right:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .node-event.node--view-mode-teaser .group-right, .node-event.node--view-mode-search-result .group-right {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 65.98639%;
        float: right;
    }

    .node-event.node--view-mode-teaser .group-right:last-child, .node-event.node--view-mode-search-result .group-right:last-child {
        margin-right: 0;
    }
}

.node-event.node--view-mode-teaser .field-group-link .read-more, .node-event.node--view-mode-search-result .field-group-link .read-more {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    color: #e2001a;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.node-event.node--view-mode-teaser .field-group-link .read-more:hover, .node-event.node--view-mode-search-result .field-group-link .read-more:hover {
    color: #cc0017;
}

.node-event .node-event__event-info {
    margin-bottom: 10px;
}

.node-event .node-event__event-info .node-event__event-info--type {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

.node-event .node-event__event-info .node-event__event-info--date, .node-event .node-event__event-info .node-event__event-info--location {
    font-family: 'Avenir Next Pro Regular';
    font-style: italic;
}

.node-event .node-event__event-info .node-event__event-info--date .addtocalendar {
    position: absolute;
}

.node-event .node-event__event-info .node-event__event-info--date .addtocalendar a.atcb-link {
    font-size: 0;
    margin-left: 10px;
}

.node-event .node-event__event-info .node-event__event-info--date .addtocalendar a.atcb-link::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
}

.node-event .node-event__event-info .node-event__event-info--date .addtocalendar ul.atcb-list {
    margin: 10px 0 0 5px;
    padding: 5px 0;
    left: 30px;
    top: -20px;
    -webkit-transiton: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -transition: opacity .2s;
    box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.12);
}

.node-event .node-event__event-info .node-event__event-info--date .addtocalendar ul.atcb-list li {
    padding: 5px 10px;
}

.node-event .node-event__event-info .node-event__event-info--date .addtocalendar ul.atcb-list li a {
    font-family: 'Avenir Next Pro Light';
    font-style: normal;
}

.node-event .node-event__tags {
    padding: 20px 0;
}

.node-event .node-event__tags .node-event__tags--tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

.path-zoeken .content, .path-search .content {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.path-zoeken .content::after, .path-search .content::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

@media screen and (min-width: 57rem) {
    .path-zoeken .content, .path-search .content {
        display: flex;
    }
}

@media screen and (min-width: 57rem) {
    .path-zoeken aside, .path-search aside {
        flex: 0 0 260px;
    }
}

.path-zoeken aside .block-facets, .path-search aside .block-facets {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

@media screen and (min-width: 57rem) {
    .path-zoeken aside .block-facets, .path-search aside .block-facets {
        padding: 20px;
        margin-bottom: 20px;
    }
}

.path-zoeken aside .block-facets h2, .path-search aside .block-facets h2 {
    color: #faaf33;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px 0;
}

@media screen and (min-width: 57rem) {
    .path-zoeken aside .block-facets h2, .path-search aside .block-facets h2 {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 0 0 16px 0;
    }
}

.path-zoeken aside .block-facets ul, .path-search aside .block-facets ul {
    margin: 0;
    padding-left: 10px;
}

.path-zoeken aside .block-facets ul li.facet-item, .path-search aside .block-facets ul li.facet-item {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    padding: 4px 0;
}

@media screen and (min-width: 57rem) {
    .path-zoeken aside .block-facets ul li.facet-item, .path-search aside .block-facets ul li.facet-item {
        float: none;
        display: inherit;
    }
}

.path-zoeken .layout-content .view-filters, .path-zoeken .layout-content .view-header, .path-search .layout-content .view-filters, .path-search .layout-content .view-header {
    padding: 10px;
}

@media screen and (min-width: 57rem) {
    .path-zoeken .layout-content .view-filters, .path-zoeken .layout-content .view-header, .path-search .layout-content .view-filters, .path-search .layout-content .view-header {
        margin-bottom: 20px;
    }
}

.path-zoeken .layout-content .search__total, .path-search .layout-content .search__total {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

header, footer, .main {
    zoom: 1;
}

header::after, footer::after, .main::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.region {
    zoom: 1;
    margin: 0;
    padding: 0;
}

.region::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.region-hero {
    overflow-x: hidden;
}

.region__inner {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.region__inner::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.region-related {
    padding: 0 16px;
}

.node .group-1col:last-child .masonry__brick:last-child .paragraph-panel {
    margin-bottom: 4.5rem;
}

.node .group-1col:last-child .masonry__brick:last-child .paragraph-panel.panel__grey {
    margin-bottom: 0;
}

/*[canvas='container'] {*/
/*    overflow-y: initial;*/
/*}*/

/*[canvas='container'] {*/
/*    display: flex;*/
/*    min-height: 100vh;*/
/*    flex-direction: column;*/
/*}*/

/*[canvas='container'] .content-wrapper {*/
/*    flex: 1;*/
/*}*/

/*[off-canvas*='right'] {*/
/*    width: 300px;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html, button, input, select, textarea {
    font-family: 'Avenir Next Pro Medium';
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
}

h1 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 30px 0;
    color: #232323;
    line-height: 42px;
}

h2 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 22px 0;
    padding: 0;
    line-height: 36px;
}

h3 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 30px;
}

h4, .paragraph-blocks2col .container-textblock .paragraph-blockitem h5 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 24px;
}

h5 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 6px 0;
    padding: 0;
    line-height: 18px;
}

h6 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 6px 0;
    padding: 0;
}

p {
    margin-top: 0;
}

strong {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

em {
    font-family: 'Avenir Next Pro Regular';
    font-style: italic;
}

pre {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 400;
}

pre strong {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 700;
}

pre em {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 400;
    font-style: italic;
}

blockquote {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 700;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}

blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    color: #525252;
    margin-left: 46px;
    margin-right: 36px;
}

.lt-ie9 blockquote p {
    font-size: 30px;
    font-size: 1.875rem;
}

@media screen and (min-width: 57rem) {
    blockquote p {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

blockquote p::before, blockquote p::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-size: 1.625rem;
    color: #525252;
}

.lt-ie9 blockquote p::before, .lt-ie9 blockquote p::after {
    font-size: 32px;
    font-size: 2rem;
}

@media screen and (min-width: 57rem) {
    blockquote p::before, blockquote p::after {
        font-size: 32px;
        font-size: 2rem;
    }
}

blockquote p::before {
    position: absolute;
    top: 0;
    left: 0;
}

blockquote p::after {
    float: right;
    margin-right: -46px;
}

.publication-date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    color: #767676;
}

.publication-date.date--large {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
}

.publication-date .field-label-inline {
    display: inline;
}

.publication-date time {
    text-transform: lowercase;
}

.default-tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

header {
    background-color: transparent;
}

.lt-ie9 header {
    overflow: hidden;
    box-shadow: inset 0 -1px 0 #e9e9e9;
    position: relative;
}

@media screen and (min-width: 57rem) {
    header {
        /*overflow: hidden;*/
        box-shadow: inset 0 -1px 0 #e9e9e9;
        position: relative;
    }
}

header .region__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .header__left {
    flex: 0 0 224px;
}

.lt-ie9 header .header__left .block-system-branding-block {
    position: absolute;
    top: 0;
    z-index: 10;
}

@media screen and (min-width: 57rem) {
    header .header__left .block-system-branding-block {
        position: absolute;
        top: 0;
        z-index: 10;
    }
}

header .header__right {
    display: none;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.lt-ie9 header .header__right {
    display: block;
}

@media screen and (min-width: 57rem) {
    header .header__right {
        display: block;
    }
}

header .header__right > div {
    display: none;
    flex: 1 1 100%;
    flex-direction: row-reverse;
}

.lt-ie9 header .header__right > div {
    display: block;
}

@media screen and (min-width: 57rem) {
    header .header__right > div {
        display: block;
    }
}

.lt-ie9 header .header__right > div {
    display: flex;
}

@media screen and (min-width: 57rem) {
    header .header__right > div {
        display: flex;
    }
}

header .header__top {
    display: none;
    position: relative;
}

.lt-ie9 header .header__top {
    display: block;
}

@media screen and (min-width: 57rem) {
    header .header__top {
        display: block;
    }
}

header .header__bottom {
    display: none;
    position: relative;
}

.lt-ie9 header .header__bottom {
    display: block;
}

@media screen and (min-width: 57rem) {
    header .header__bottom {
        display: block;
    }
}

header .header__bottom::before {
    position: absolute;
    content: '';
    top: 0;
    left: 4em;
    height: 1px;
    /*width: 100%;*/
    background-color: #e9e9e9;
    opacity: .5;
}

.lt-ie9 header .header__bottom::before {
    left: 230px;
    width: 5600px;
}

/*@media screen and (min-width: 57rem) {*/
/*    header .header__bottom::before {*/
/*        left: 230px;*/
/*        width: 5600px;*/
/*    }*/
/*}*/

a.site-logo img {
    width: 160px;
    /*padding: 33px 0 0;*/
    display: block;
    margin-top: 12px;
}

.lt-ie9 a.site-logo img {
    width: 160px;
    max-width: 160px;
}

@media screen and (min-width: 57rem) {
    a.site-logo img {
        width: 160px;
        max-width: 224px;
    }
}

footer {
    color: #fff;
    background-color: #7b003b;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer.form-footer .panel a {
    color: #7B003B;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    list-style-image: none;
    padding: 0;
}

footer .footer__middle, footer .footer__bottom {
    font-size: 14px;
    font-size: 0.875rem;
}

footer .footer__middle > div, footer .footer__bottom > div {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

footer .footer__middle > div::after, footer .footer__bottom > div::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 footer .footer__middle > div, .lt-ie9
footer .footer__bottom > div {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 45rem) {
    footer .footer__middle > div, footer .footer__bottom > div {
        display: flex;
        flex-wrap: wrap;
    }
}

.lt-ie9 footer .footer__middle > div > div, .lt-ie9
footer .footer__bottom > div > div {
    flex: 1 1 auto;
    display: flex;
}

@media screen and (min-width: 45rem) {
    footer .footer__middle > div > div, footer .footer__bottom > div > div {
        flex: 1 1 auto;
        display: flex;
    }
}

footer .footer__middle {
    border-bottom: 1px solid #6e0234;
    padding: 30px 0 32px;
}

.lt-ie9 footer .footer__middle {
    padding: 60px 0 32px;
}

@media screen and (min-width: 45rem) {
    footer .footer__middle {
        padding: 60px 0 32px;
    }
}

footer .footer__bottom {
    padding: 18px 0 30px;
}

.lt-ie9 footer .footer__bottom {
    padding: 18px 0 60px;
}

@media screen and (min-width: 45rem) {
    footer .footer__bottom {
        padding: 18px 0 60px;
    }
}

footer .footer__bottom--left {
    padding-bottom: 10px;
}

.lt-ie9 footer .footer__middle--left > div {
    width: 50%;
}

@media screen and (min-width: 45rem) {
    footer .footer__middle--left > div {
        width: 50%;
    }
}

footer .footer__middle--left > div:last-child {
    padding-top: 20px;
}

.lt-ie9 footer .footer__middle--left > div:last-child {
    padding-top: 0;
}

@media screen and (min-width: 45rem) {
    footer .footer__middle--left > div:last-child {
        padding-top: 0;
    }
}

footer .footer__middle--left a {
    text-decoration: none;
}

footer .footer__middle--left .text-formatted p {
    opacity: .5;
}

footer .footer__middle--left h4, footer .footer__middle--left .paragraph-blocks2col .container-textblock .paragraph-blockitem h5, .paragraph-blocks2col .container-textblock .paragraph-blockitem footer .footer__middle--left h5 {
    color: #fff;
}

footer .footer__middle--right {
    align-items: flex-end;
    padding-top: 20px;
}

.lt-ie9 footer .footer__middle--right {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

@media screen and (min-width: 45rem) {
    footer .footer__middle--right {
        padding-top: 0;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.lt-ie9 footer .footer__bottom--right {
    flex-direction: row-reverse;
}

@media screen and (min-width: 45rem) {
    footer .footer__bottom--right {
        flex-direction: row-reverse;
    }
}

.sticky-footer-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.sticky-footer {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.2);
    max-width: 78.75rem;
    border-top: 2px solid #faaf33;
    background: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.sticky-footer::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .sticky-footer nav.menu--sticky-footer {
    width: 80%;
    float: left;
}

@media screen and (min-width: 57rem) {
    .sticky-footer nav.menu--sticky-footer {
        width: 80%;
        float: left;
    }
}

.lt-ie9 .sticky-footer nav.menu--sticky-footer {
    width: 72%;
}

@media screen and (min-width: 90rem) {
    .sticky-footer nav.menu--sticky-footer {
        width: 72%;
    }
}

.sticky-footer .mini-search-form {
    display: none;
}

.lt-ie9 .sticky-footer .mini-search-form {
    display: block;
    width: 15%;
    margin-left: 5%;
    max-width: 239px;
    float: left;
    position: relative;
    top: 12px;
}

@media screen and (min-width: 57rem) {
    .sticky-footer .mini-search-form {
        display: block;
        width: 15%;
        margin-left: 5%;
        max-width: 239px;
        float: left;
        position: relative;
        top: 12px;
    }
}

.lt-ie9 .sticky-footer .mini-search-form {
    width: 20%;
    margin-left: 8%;
}

@media screen and (min-width: 90rem) {
    .sticky-footer .mini-search-form {
        width: 20%;
        margin-left: 8%;
    }
}

.sticky-footer .mini-search-form input {
    padding: 10px 40px 6px 12px;
}

.sticky-footer .mini-search-form input::placeholder {
    font-family: 'Avenir Next Pro Medium';
    color: #525252;
}

.sticky-footer .mini-search-form .form-submit {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    color: transparent;
    text-shadow: none;
    background-size: 18px 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.sticky-footer .mini-search-form .form-submit:focus {
    outline: 1px dashed #faaf33;
}

nav.menu--main ul.links, nav.menu--main ul.menu {
    margin: 2.1875rem 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}

nav.menu--main ul.links > li, nav.menu--main ul.menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.menu--main ul.links > li.menu-item--active-trail a, nav.menu--main ul.menu > li.menu-item--active-trail a {
    color: #e2001a;
    position: relative;
}

/*nav.menu--main ul.links > li.menu-item--active-trail a::after, nav.menu--main ul.menu > li.menu-item--active-trail a::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    background-color: #e2001a;*/
/*    border-radius: 3px 3px 0 0;*/
/*}*/

nav.menu--main ul.links > li > a, nav.menu--main ul.menu > li > a {
    display: block;
    text-decoration: none;
}

nav.menu--main ul.links > li > a:hover, nav.menu--main ul.links > li > a:focus, nav.menu--main ul.links > li > a.is-active, nav.menu--main ul.menu > li > a:hover, nav.menu--main ul.menu > li > a:focus, nav.menu--main ul.menu > li > a.is-active {
    outline: none;
}

nav.menu--main ul.menu > li a {
    color: #232323;
    margin-left: 30px;
    /*padding: 3rem 0 2.1875rem 0;
    padding: 3rem 0 0 0;*/
}

nav.menu--main ul.menu > li a:hover, nav.menu--main ul.menu > li a:focus, nav.menu--main ul.menu > li a.is-active {
    color: #e2001a;
    position: relative;
}

nav.menu--secondary-menu ul.links, nav.menu--secondary-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

nav.menu--secondary-menu ul.links > li, nav.menu--secondary-menu ul.menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.menu--secondary-menu ul.links > li.menu-item--active-trail a, nav.menu--secondary-menu ul.menu > li.menu-item--active-trail a {
    color: #e2001a;
    position: relative;
}

nav.menu--secondary-menu ul.links > li > a, nav.menu--secondary-menu ul.menu > li > a {
    display: block;
    text-decoration: none;
}

nav.menu--secondary-menu ul.links > li > a:hover, nav.menu--secondary-menu ul.links > li > a:focus, nav.menu--secondary-menu ul.links > li > a.is-active, nav.menu--secondary-menu ul.menu > li > a:hover, nav.menu--secondary-menu ul.menu > li > a:focus, nav.menu--secondary-menu ul.menu > li > a.is-active {
    outline: none;
}

nav.menu--secondary-menu ul.menu li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Avenir Next Pro Medium';
    color: #767676;
    margin-left: 30px;
    padding: 1.5rem 0 1rem;
}

nav.menu--secondary-menu ul.menu li a.icon-AAA {
    font-size: 0;
}

nav.menu--secondary-menu ul.menu li a.icon-AAA::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-size: 0.625rem;
}

.lt-ie9 nav.menu--secondary-menu ul.menu li a.icon-AAA::before {
    position: relative;
    top: 4px;
}

@media screen and (min-width: 45rem) {
    nav.menu--secondary-menu ul.menu li a.icon-AAA::before {
        position: relative;
        top: 4px;
    }
}

nav.menu--secondary-menu ul.menu li a.icon-AAA:hover::before, nav.menu--secondary-menu ul.menu li a.icon-AAA:focus::before, nav.menu--secondary-menu ul.menu li a.icon-AAA.is-active::before {
    color: #e2001a;
}

nav.menu--secondary-menu ul.menu li a:hover, nav.menu--secondary-menu ul.menu li a:focus, nav.menu--secondary-menu ul.menu li a.is-active {
    color: #e2001a;
    position: relative;
}

nav.menu--secondary-menu ul.menu li a:hover::after, nav.menu--secondary-menu ul.menu li a:focus::after, nav.menu--secondary-menu ul.menu li a.is-active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #e2001a;
    border-radius: 2px 2px 0 0;
}

nav.menu--social-links ul.menu {
    display: flex;
    padding-bottom: 20px;
    padding-right: 20px;
    float: left;
}

.lt-ie9 nav.menu--social-links ul.menu {
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    padding-right: 0;
    float: none;
}

@media screen and (min-width: 45rem) {
    nav.menu--social-links ul.menu {
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        padding-right: 0;
        float: none;
    }
}

nav.menu--social-links ul.menu li:first-child a {
    margin-left: 0;
}

nav.menu--social-links ul.menu li a {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 0;
    margin-left: 10px;
    text-decoration: none;
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background: #62002f;
    border-radius: 50%;
}

.lt-ie9 nav.menu--social-links ul.menu li a {
    width: 52px;
    height: 52px;
}

@media screen and (min-width: 45rem) {
    nav.menu--social-links ul.menu li a {
        width: 52px;
        height: 52px;
    }
}

nav.menu--social-links ul.menu li a:hover, nav.menu--social-links ul.menu li a:focus, nav.menu--social-links ul.menu li a.active {
    background: #480023;
}

nav.menu--social-links ul.menu li a::before {
    font-size: 16px;
    font-size: 1rem;
    width: 24px;
    line-height: 24px;
    z-index: 5;
    line-height: 35px;
    position: absolute;
    left: 10px;
}

.lt-ie9 nav.menu--social-links ul.menu li a::before {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 52px;
    left: 14px;
}

@media screen and (min-width: 45rem) {
    nav.menu--social-links ul.menu li a::before {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 52px;
        left: 14px;
    }
}

nav.menu--footer ul.menu {
    display: flex;
}

nav.menu--footer ul.menu li:first-child a {
    margin-left: 0;
}

nav.menu--footer ul.menu li a {
    text-decoration: none;
    margin-left: 30px;
}

nav.menu--sticky-footer ul.menu {
    display: flex;
    margin: 0;
    padding: 0;
}

.lt-ie9 nav.menu--sticky-footer ul.menu {
    justify-content: space-between;
}

@media screen and (min-width: 45rem) {
    nav.menu--sticky-footer ul.menu {
        justify-content: space-between;
    }
}

nav.menu--sticky-footer ul.menu li {
    flex: 0 0 25%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lt-ie9 nav.menu--sticky-footer ul.menu li {
    flex: 0 0 auto;
}

@media screen and (min-width: 45rem) {
    nav.menu--sticky-footer ul.menu li {
        flex: 0 0 auto;
    }
}

nav.menu--sticky-footer ul.menu a {
    font-family: 'Avenir Next Pro Light';
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 19px;
    padding: 14px 10px 5px;
    color: #525252;
}

.lt-ie9 nav.menu--sticky-footer ul.menu a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 18px 20px 19px;
}

@media screen and (min-width: 45rem) {
    nav.menu--sticky-footer ul.menu a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 18px 20px 19px;
    }
}

.lt-ie9 nav.menu--sticky-footer ul.menu a {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gentona Bold';
    font-weight: normal;
    text-align: left;
    padding-left: 27px;
}

@media screen and (min-width: 57rem) {
    nav.menu--sticky-footer ul.menu a {
        font-size: 16px;
        font-size: 1rem;
        font-family: 'Gentona Bold';
        font-weight: normal;
        text-align: left;
        padding-left: 27px;
    }
}

nav.menu--sticky-footer ul.menu a:hover, nav.menu--sticky-footer ul.menu a.is-active, .menu-item--active-trail nav.menu--sticky-footer ul.menu a {
    color: #232323;
}

nav.menu--sticky-footer ul.menu a::before {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'icomoon' !important;
    text-align: center;
    color: #767676;
    display: block;
    height: 26px;
}

.lt-ie9 nav.menu--sticky-footer ul.menu a::before {
    font-size: 19px;
    font-size: 1.1875rem;
    padding-bottom: 6px;
    padding-right: 8px;
    height: initial;
}

@media screen and (min-width: 45rem) {
    nav.menu--sticky-footer ul.menu a::before {
        font-size: 19px;
        font-size: 1.1875rem;
        padding-bottom: 6px;
        padding-right: 8px;
        height: initial;
    }
}

.lt-ie9 nav.menu--sticky-footer ul.menu a::before {
    display: inline;
    text-align: left;
    margin-left: -27px;
}

@media screen and (min-width: 57rem) {
    nav.menu--sticky-footer ul.menu a::before {
        display: inline;
        text-align: left;
        margin-left: -27px;
    }
}

nav.menu--secondary-menu {
    padding-right: 70px;
}

.block-dropdown-language {
    position: absolute;
    width: 77px;
    right: -20px;
    top: 25px;
}

.block-dropdown-language ul {
    list-style: none;
}

.block-dropdown-language ul a {
    display: none;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #e2001a;
    right: 23px;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-toggle {
    top: 0;
    left: 0;
    width: auto;
    z-index: 20;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget {
    border: 0;
    overflow: visible;
    display: block;
    padding-right: 0;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget .dropbutton {
    border: 0;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton {
    position: relative;
    left: 0;
    width: 77px;
    list-style: none;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action {
    margin-right: 0;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action::after {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    content: '';
    border: 1px solid rgba(226, 0, 26, 0.07);
    width: 40px;
    height: 22px;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -20px;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 30px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 50;
    background: #fff;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action a:hover, .block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action a:focus {
    color: #525252;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action.secondary-action {
    border-left: 1px solid rgba(250, 175, 51, 0.2);
    border-right: 1px solid rgba(250, 175, 51, 0.2);
    border-bottom: 1px solid #f9f9f9;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action.secondary-action a:hover {
    color: #faaf33;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action.secondary-action::after {
    display: none;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action.secondary-action:first-child {
    border-top: 1px solid rgba(250, 175, 51, 0.2);
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action.secondary-action:last-child {
    border-bottom: 1px solid rgba(250, 175, 51, 0.2);
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget ul.dropbutton li.dropbutton-action.secondary-action + li.dropbutton-action.secondary-action {
    border-top: solid 1px #f9f9f9;
}

.block-dropdown-language .dropbutton-multiple .dropbutton-widget span.language-link {
    font-family: 'Avenir Next Pro Medium';
    color: #e2001a;
    font-size: 14px;
    margin: 0 auto;
    padding: 6px 10px 6px 28px;
}

.block-dropdown-language .dropbutton-multiple.open {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
}

.block-dropdown-language .dropbutton-multiple.open .dropbutton-widget {
    border: 0;
    overflow: visible;
    display: block;
    padding-right: 0;
}

.block-dropdown-language .dropbutton-multiple.open .dropbutton-widget ul.dropbutton {
    border: 0;
    width: 77px;
    position: relative;
}

.block-dropdown-language .dropbutton-multiple.open .dropbutton-widget ul.dropbutton::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 77%;
    top: 24px;
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.07);
}

.block-dropdown-language .dropbutton-multiple.open .dropbutton-widget ul.dropbutton li.dropbutton-action.secondary-action {
    border-top: 1px solid rgba(250, 175, 51, 0.2);
}

.block-dropdown-language .dropbutton-multiple.open .dropbutton-widget ul.dropbutton li.dropbutton-action::after {
    content: '';
    display: none;
}

.block-dropdown-language .dropbutton-multiple.open .dropbutton-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #faaf33;
    border-top: transparent;
}

.block-dropdown-language .dropbutton-multiple.open li.dropbutton-action {
    border: 0;
}

.block-dropdown-language .dropbutton-multiple.open li.dropbutton-action::after {
    display: none;
}

.js-toggle-right-slidebar {
    padding: 18px 15px 15px;
    position: absolute;
    top: 28px;
    right: 10px;
    width: 45px;
    cursor: pointer;
}

.lt-ie9 .js-toggle-right-slidebar {
    display: none;
}

@media screen and (min-width: 57rem) {
    .js-toggle-right-slidebar {
        display: none;
    }
}

.sidebar#mobile-nav {
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    text-align: center;
}

.user-logged-in .sidebar#mobile-nav {
    padding-top: 40px;
}

.sidebar#mobile-nav nav.menu--main {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.sidebar#mobile-nav nav.menu--main ul.menu {
    display: block;
    padding: 20px 0 10px;
    margin: 0;
}

.sidebar#mobile-nav nav.menu--main ul.menu li {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

.sidebar#mobile-nav nav.menu--main ul.menu li a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #232323;
    text-decoration: none;
    display: block;
    padding: 8px;
    border-left: 2px solid #fff;
    margin-left: 0;
}

.sidebar#mobile-nav nav.menu--main ul.menu li a:hover, .sidebar#mobile-nav nav.menu--main ul.menu li a.is-active {
    color: #e2001a;
    border-bottom: 0;
    border-left: 2px solid #e2001a;
}

.sidebar#mobile-nav nav.menu--main ul.menu li a::after {
    display: none;
}

.sidebar#mobile-nav nav.menu--main ul.menu li.menu-item--expanded ul {
    padding: 6px 0;
}

.sidebar#mobile-nav nav.menu--main ul.menu li.menu-item--expanded ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 14px;
}

.sidebar#mobile-nav nav.menu--secondary-menu {
    padding-right: 0;
}

.sidebar#mobile-nav nav.menu--secondary-menu ul.menu {
    background-color: #fff;
    display: block;
    padding: 10px 0 20px;
    margin: 0;
}

.sidebar#mobile-nav nav.menu--secondary-menu ul.menu li {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

.sidebar#mobile-nav nav.menu--secondary-menu ul.menu li a {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Avenir Next Pro Medium';
    color: #767676;
    text-decoration: none;
    display: block;
    padding: 8px;
    border-left: 2px solid #fff;
    margin-left: 0;
}

.sidebar#mobile-nav nav.menu--secondary-menu ul.menu li a:hover, .sidebar#mobile-nav nav.menu--secondary-menu ul.menu li a.is-active {
    color: #e2001a;
    border-bottom: 0;
    border-left: 2px solid #e2001a;
}

.sidebar#mobile-nav nav.menu--secondary-menu ul.menu li a.icon-AAA {
    display: none;
}

.sidebar#mobile-nav nav.menu--secondary-menu ul.menu li a::after {
    display: none;
}

.sidebar#mobile-nav nav.menu--social-links ul {
    margin: 0 auto;
    padding: 0 0 0 15px;
    list-style: none;
}

.sidebar#mobile-nav nav.menu--social-links ul li a {
    text-decoration: none;
}

.sidebar#mobile-nav nav.menu--social-links ul li a::before {
    left: 7px;
}

.sidebar#mobile-nav .mini-search-form {
    width: 100%;
}

.sidebar#mobile-nav .mini-search-form form input[type='text'] {
    font-size: 16px;
    font-size: 1rem;
    color: #525252;
    max-width: none;
    background-color: #fff;
    padding: 6px 4px 6px 60px;
    margin-left: -46px;
    float: left;
    height: 46px;
    border: 0;
}

.sidebar#mobile-nav .mini-search-form form input[type='submit'], .sidebar#mobile-nav .mini-search-form form input[type='submit']:hover, .sidebar#mobile-nav .mini-search-form form input[type='submit']:active {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0 / 0 a;
    text-shadow: none;
    background: #fff url(/themes/custom/atheme/img/search.svg) no-repeat 12px 13px;
    background-size: 20px 20px;
    border: 0;
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0;
    box-shadow: -6px 0 1px -5px #525252;
}

.sidebar#mobile-nav .block-language {
    float: none;
    padding: 10px 0;
}

.sidebar#mobile-nav .block-language ul.links {
    overflow: hidden;
    display: inline-block;
}

button, input, select, textarea {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
}

form input[type='text'], form input[type='email'], form input[type='password'], form input[type='url'], form input[type='tel'], form input[type='number'], form input[type='date'], form textarea {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Avenir Next Pro Medium';
    line-height: 24px;
    background: #fff;
    /*border: 1px solid #767676;*/
    border-radius: 2px;
    box-sizing: border-box;
    padding: 9px 12px 7px;
    width: 100%;
    color: #232323;
}

.lt-ie9 form input[type='text'], .lt-ie9
form input[type='email'], .lt-ie9
form input[type='password'], .lt-ie9
form input[type='url'], .lt-ie9
form input[type='tel'], .lt-ie9
form input[type='number'], .lt-ie9
form input[type='date'], .lt-ie9
form textarea {
    max-width: 630px;
}

@media screen and (min-width: 45rem) {
    form input[type='text'], form input[type='email'], form input[type='password'], form input[type='url'], form input[type='tel'], form input[type='number'], form input[type='date'], form textarea {
        max-width: 630px;
    }
}

form input[type='text']:focus, form input[type='email']:focus, form input[type='password']:focus, form input[type='url']:focus, form input[type='tel']:focus, form input[type='number']:focus, form input[type='date']:focus, form textarea:focus {
    border-color: #767676;
    outline: none;
}

form input[type='text']::placeholder, form input[type='email']::placeholder, form input[type='password']::placeholder, form input[type='url']::placeholder, form input[type='tel']::placeholder, form input[type='number']::placeholder, form input[type='date']::placeholder, form textarea::placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #767676;
}

form input[type='number'], form input[type='date'] {
    width: auto;
}

form textarea {
    min-height: 100px;
}

.lt-ie9 form textarea {
    max-width: 630px;
}

@media screen and (min-width: 45rem) {
    form textarea {
        max-width: 630px;
    }
}

form .form-item label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
    color: #767676;
    display: block;
    margin: 22px 0 8px;
}

form .form-checkboxes input, form .form-radios input {
    margin: 0 4px 0 1px;
    vertical-align: bottom;
    position: relative;
    top: -10px;
}

form .form-checkboxes input:focus, form .form-radios input:focus {
    border-color: #767676;
    outline: none;
}

form .form-checkboxes label, form .form-radios label {
    font-size: 16px;
    font-size: 1rem;
    color: #232323;
    display: inline-block;
    margin: 6px 0;
}

form div.description, form div[id$='description'] {
    font-family: 'Avenir Next Pro Regular';
    font-style: italic;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    color: #767676;
    margin: 6px 0;
}

form .form-type-select {
    width: 100%;
}

.lt-ie9 form .form-type-select {
    max-width: 630px;
}

@media screen and (min-width: 45rem) {
    form .form-type-select {
        max-width: 630px;
    }
}

form select {
    background: #fff;
    border: 1px solid #767676;
    box-sizing: border-box;
    padding: 14px;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 9px 16px;
    height: 41px;
    color: #232323;
    background-image: url(/themes/custom/atheme/img/arrow-down.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form select:focus {
    border-color: #767676;
    outline: none;
}

form select::-ms-expand {
    display: none;
}

form select:-moz-focusring {
    color: transparent;
    text-shadow: none;
}

form .form-select {
    position: relative;
}

form select[multiple='multiple'] {
    background: #fff;
    border: 1px solid #767676;
    box-sizing: border-box;
    padding: 14px;
    width: 100%;
    height: auto;
    padding: 0;
}

form select[multiple='multiple']:focus {
    border-color: #767676;
    outline: none;
}

form select[multiple='multiple'] option {
    padding: 6px;
}

form .select2-container--default .select2-selection--single, form .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #767676;
    border-radius: 2px;
    height: 41px;
    font-weight: normal;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow, form .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 8px;
    right: 4px;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered, form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 39px;
    color: #525252;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered li, form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
}

form .select2-container--default .select2-selection--single .select2-selection__choice, form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #767676;
    border-radius: 2px;
}

form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #767676;
}

form .select2-container--default .select2-search--inline .select2-search__field {
    line-height: 28px;
}

form .form-type-webform-document-file .form-managed-file .button, form .form-type-webform-audio-file .form-managed-file .button, form .form-type-webform-video-file .form-managed-file .button, form .form-type-webform-image-file .form-managed-file .button {
    margin: 10px 0;
    text-transform: none;
    background: transparent;
    color: #faaf33;
    border: 0;
    padding: 0;
    text-decoration: underline;
}

form .form-type-webform-document-file .form-type-checkbox, form .form-type-webform-audio-file .form-type-checkbox, form .form-type-webform-video-file .form-type-checkbox, form .form-type-webform-image-file .form-type-checkbox {
    position: relative;
}

form .form-type-webform-document-file .form-type-checkbox input.form-checkbox, form .form-type-webform-audio-file .form-type-checkbox input.form-checkbox, form .form-type-webform-video-file .form-type-checkbox input.form-checkbox, form .form-type-webform-image-file .form-type-checkbox input.form-checkbox {
    position: absolute;
    top: 5px;
}

form .form-type-webform-document-file .form-type-checkbox label.option, form .form-type-webform-audio-file .form-type-checkbox label.option, form .form-type-webform-video-file .form-type-checkbox label.option, form .form-type-webform-image-file .form-type-checkbox label.option {
    padding: 0;
    margin: 10px 0 0 20px;
    font-weight: 300;
}

form .form-type-webform-document-file .form-type-checkbox label.option .file, form .form-type-webform-audio-file .form-type-checkbox label.option .file, form .form-type-webform-video-file .form-type-checkbox label.option .file, form .form-type-webform-image-file .form-type-checkbox label.option .file {
    background-position: left 3px;
}

form input.button, form button {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gentona Bold';
    font-weight: normal;
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    background: #faaf33;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding: 19px 32px 19px 31px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    background: #faaf33;
    margin: 20px 0;
}

form input.button:hover, form input.button:focus, form button:hover, form button:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

form input.button:hover::after, form input.button:focus::after, form button:hover::after, form button:focus::after {
    display: block;
}

form input.button:active, form button:active {
    color: #fff;
    outline: none;
}

form input.button .ext, form button .ext {
    display: none;
}

form fieldset, form fieldset.form-composite {
    margin: 20px 0;
}

form fieldset legend, form fieldset.form-composite legend {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
    color: #767676;
    display: block;
    margin: 22px 0 8px;
}

form fieldset.webform-address, form fieldset.webform-contact, form fieldset.webform-name, form fieldset.form-composite.webform-address, form fieldset.form-composite.webform-contact, form fieldset.form-composite.webform-name {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
}

form.webform-submission-form .webform-has-field-prefix.optional label {
    float: left;
}

form.webform-submission-form .webform-has-field-prefix.optional .field-prefix {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
    color: #767676;
    display: block;
    margin: 22px 0 8px;
    font-style: italic;
    float: left;
    margin: 20px 0 0 5px;
}

form.webform-submission-form .form-type-checkbox label.option {
    margin-left: 25px;
}

form.webform-submission-form .webform-type-fieldset {
    padding: .35em 1.5em 1.5em;
}

form.webform-submission-form .webform-type-fieldset legend .fieldset-legend {
    padding: 0 10px;
}

form.webform-submission-form label[for='edit-on-behalf-of'] {
    margin-top: 3rem;
}

.checkbox-custom {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 1px #e9e9e9;
    border-radius: 2px;
    background-color: transparent;
}

.checkbox-custom:hover input ~ .checkmark {
    background-color: transparent;
}

.checkbox-custom input:checked ~ .checkmark {
    background-color: #faaf33;
    border: solid 1px #f49a06;
}

.checkmark::after {
    content: '';
    position: absolute;
    display: none;
}

.checkbox-custom input:checked ~ .checkmark::after {
    display: block;
}

.checkbox-custom .checkmark::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-size: 0.625rem;
    left: 2px;
    top: 3px;
}

li.facet-item input[type='checkbox'] {
    opacity: 0;
    width: 0;
    height: 0;
}

li.facet-item input:checked ~ .checkmark {
    background-color: #faaf33;
    border: solid 1px #f49a06;
}

li.facet-item label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

li.facet-item label::before, li.facet-item label::after {
    position: absolute;
    content: '';
    display: inline-block;
}

li.facet-item label::before {
    height: 18px;
    width: 18px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    left: 0;
    top: 2px;
}

li.facet-item label::after {
    height: 5px;
    width: 9px;
}

li.facet-item input[type='checkbox']:checked + label::before {
    background: #faaf33;
    border: 1px solid #ffa420;
}

li.facet-item input[type='checkbox']:checked + label::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-size: 0.625rem;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 6px;
}

li.facet-item input[type='checkbox'] + label::after {
    content: none;
}

select {
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: none;
}

input::placeholder {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
    color: #232323;
}

table {
    border: 0;
    display: block;
    overflow-x: auto;
    max-width: 100%;
}

.lt-ie9 table {
    display: table;
}

@media screen and (min-width: 45rem) {
    table {
        display: table;
    }
}

table tr th {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    background-color: transparent;
    padding: 17px 30px 12px;
    border: 0;
    border-bottom: solid 1px #e9e9e9;
    text-align: left;
}

table tr th + th {
    border-left: solid 1px #e9e9e9;
}

table tr td {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 30px 14px;
    border: 0;
}

table tr td + td {
    border-left: solid 1px #e9e9e9;
    font-style: normal;
}

table tbody > tr:nth-child(even) {
    background-color: #f9f9f9;
}

.ajax-progress-fullscreen {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
}

.ajax-progress-fullscreen::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    height: 36px;
    width: 36px;
    display: block;
    color: #525252;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    margin-left: -18px;
    background-color: transparent;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.js input.form-autocomplete {
    background-image: none;
    background-position: 100% center;
}

.search-api-autocomplete-suggestion {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
    padding: 12px 18px;
    position: relative;
}

.search-api-autocomplete-suggestion .autocomplete-suggestion-note {
    font-size: 16px;
    font-size: 1rem;
}

.search-api-autocomplete-suggestion .autocomplete-suggestion-user-input {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
    font-weight: normal;
}

.search-api-autocomplete-search.ui-widget.ui-widget-content {
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.08);
    border: 1px solid #f9f9f9;
    border-top: 0;
}

.search-api-autocomplete-search .ui-menu-item-wrapper {
    border: 0;
    color: #525252;
    margin: 0;
    padding: 0;
}

.search-api-autocomplete-search .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion {
    background: rgba(250, 175, 51, 0.2);
    color: #525252;
}

.search-api-autocomplete-search .ui-menu-item {
    list-style-image: none;
}

.search-api-autocomplete-search .ui-menu-item:hover {
    background: rgba(250, 175, 51, 0.2);
}

.search-api-autocomplete-search a {
    text-decoration: none;
}

.js input .form-autocomplete {
    background-image: none;
}

.breadcrumb {
    font-size: 14px;
    font-size: 0.875rem;
    color: #767676;
    margin: 0 auto;
}

.breadcrumb ol {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb ol li {
    position: relative;
}

.breadcrumb ol li .breadcrumb-element {
    display: inline-block;
    color: #767676;
    text-decoration: none;
    line-height: 23px;
    padding: 19px 10px 18px 0;
}

.breadcrumb ol li a:hover {
    text-decoration: underline;
}

.breadcrumb ol li + li {
    margin-left: 26px;
}

.breadcrumb ol li + li::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 23px;
    left: -25px;
    color: #767676;
    padding: 0 8px 0 2px;
}

.breadcrumb ol li:last-child a {
    color: #767676;
}

.card, .container-contact, .wide-container .map-container, .paragraph-webform .container--webform {
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
    line-height: 23px;
}

.card-shadow, .container-contact, .wide-container .map-container, .paragraph-webform .container--webform {
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.05);
}

.card-border, .paragraph-blocks2col .container-textblock .paragraph-blockitem {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}

a .card-horizontal {
    color: #767676;
}

a .card-border, a .paragraph-blocks2col .container-textblock .paragraph-blockitem, .paragraph-blocks2col .container-textblock a .paragraph-blockitem {
    border: 1px solid #e9e9e9;
}

a:hover .card-border, a:hover .paragraph-blocks2col .container-textblock .paragraph-blockitem, .paragraph-blocks2col .container-textblock a:hover .paragraph-blockitem {
    border-color: #767676;
}

.card-vertical {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.card-vertical__text {
    text-align: center;
}

.card-vertical__text h4, .card-vertical__text .paragraph-blocks2col .container-textblock .paragraph-blockitem h5, .paragraph-blocks2col .container-textblock .paragraph-blockitem .card-vertical__text h5 {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

.card-horizontal {
    display: flex;
    height: 100%;
    background: #fff;
    position: relative;
}

.card-horizontal__icon {
    position: absolute;
    top: 18px;
    right: 18px;
}

.card-horizontal__icon + .field--name-node-title {
    margin-right: 50px;
}

.card-horizontal__image {
    position: relative;
}

.card-horizontal__text {
    padding: 24px;
}

.card-horizontal__text .summary {
    word-break: break-word;
}

.card-horizontal__text .field--name-node-link {
    margin-top: 30px;
}

.card-horizontal__text .read-more--link {
    position: absolute;
    bottom: 24px;
}

.card-horizontal__text h4, .card-horizontal__text .paragraph-blocks2col .container-textblock .paragraph-blockitem h5, .paragraph-blocks2col .container-textblock .paragraph-blockitem .card-horizontal__text h5 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
}

.card-horizontal__text h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 5px;
}

.card-horizontal--doctor {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    padding: 18px;
    height: 150px;
    display: flex;
    align-items: center;
}

a .card-horizontal--doctor {
    color: #767676;
    text-decoration: none;
    background-color: #fff;
}

a:hover .card-horizontal--doctor {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    color: #fff;
    background: #faaf33;
}

a:hover .card-horizontal--doctor h4, a:hover .card-horizontal--doctor .paragraph-blocks2col .container-textblock .paragraph-blockitem h5, .paragraph-blocks2col .container-textblock .paragraph-blockitem a:hover .card-horizontal--doctor h5 {
    color: #fff;
}

.card-horizontal__image--doctor {
    width: 114px;
    height: 114px;
}

.card-horizontal--doctor__image {
    position: relative;
    width: 114px;
    height: 114px;
}

.card-horizontal--doctor__text {
    padding: 18px;
    color: #767676;
}

.card-horizontal--doctor__text h4, .card-horizontal--doctor__text .paragraph-blocks2col .container-textblock .paragraph-blockitem h5, .paragraph-blocks2col .container-textblock .paragraph-blockitem .card-horizontal--doctor__text h5 {
    display: inline-block;
    margin-bottom: 0;
}

.card-horizontal--doctor__text .tag--yellow {
    margin-top: 11px;
}

.card-vertical--doctor {
    color: #767676;
    text-align: center;
    padding: 24px;
}

.card-vertical--doctor__text {
    padding-top: 10px;
    line-height: 15px;
}

.card-vertical--doctor__text h4, .card-vertical--doctor__text .paragraph-blocks2col .container-textblock .paragraph-blockitem h5, .paragraph-blocks2col .container-textblock .paragraph-blockitem .card-vertical--doctor__text h5 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
}

.card-date {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
    color: #767676;
}

.card-tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

.card-recently-read {
    border: solid 2px #7b003b;
    border-radius: 5px;
    margin-top: 15px;
}

.card-horizontal--col-2 {
    zoom: 1;
    height: 100%;
    background: #fff;
    position: relative;
    padding: 24px;
}

.lt-ie9 .card-horizontal--col-2 {
    display: flex;
}

@media screen and (min-width: 45rem) {
    .card-horizontal--col-2 {
        display: flex;
    }
}

.card-horizontal--col-2::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .card-horizontal__left {
    flex: 0 0 50%;
    padding-right: 30px;
}

@media screen and (min-width: 45rem) {
    .card-horizontal__left {
        flex: 0 0 50%;
        padding-right: 30px;
    }
}

.card-horizontal__right {
    padding-top: 30px;
}

.lt-ie9 .card-horizontal__right {
    flex: 0 0 50%;
    padding-top: 0;
}

@media screen and (min-width: 45rem) {
    .card-horizontal__right {
        flex: 0 0 50%;
        padding-top: 0;
    }
}

.lt-ie9 .card-horizontal__right .field--name-service-referenced-doctors .service-doctorlink {
    display: inline-block;
    width: 50%;
    padding-left: 16px;
}

@media screen and (min-width: 57rem) {
    .card-horizontal__right .field--name-service-referenced-doctors .service-doctorlink {
        display: inline-block;
        width: 50%;
        padding-left: 16px;
    }
}

.card-horizontal__right .field--name-service-referenced-doctors .service-doctorlink a {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    color: #232323;
    display: flex;
}

.card-horizontal__right .field--name-service-referenced-doctors .service-doctorlink a::before {
    content: '';
    flex: 0 0 6px;
    display: block;
    height: 6px;
    width: 6px;
    background: #faaf33;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: .6rem;
}

.button {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gentona Bold';
    font-weight: normal;
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    background: #faaf33;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding: 19px 32px 19px 31px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

.button:hover, .button:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.button:hover::after, .button:focus::after {
    display: block;
}

.button:active {
    color: #fff;
    outline: none;
}

.button .ext {
    display: none;
}

.button a {
    color: #fff;
    text-decoration: none;
}

.button a:hover {
    color: #fff;
}

.button--red {
    background: #e2001a;
}

.button--red:hover {
    background: #c90017;
}

.button--red:active {
    background: #c90017;
}

.button--purple {
    background: #7b003b;
}

.button--purple:hover {
    background: #62002f;
}

.button--purple:active {
    background: #62002f;
}

.button--yellow {
    background: #faaf33;
}

.button--yellow:hover {
    background: #f9a51a;
}

.button--yellow:active {
    background: #f9a51a;
}

.read-more {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    color: #e2001a;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.read-more:hover {
    color: #cc0017;
}

.read-more--link a {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    color: #e2001a;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.read-more--link a:hover {
    color: #cc0017;
}

.node.node--view-mode-full > .contextual {
    width: 100%;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

body.container-size--narrow .node.node--view-mode-full > .contextual {
    width: 40.625rem;
}

body.container-size--default .node.node--view-mode-full > .contextual, body.container-size--wide .node.node--view-mode-full > .contextual {
    width: 80.75rem;
}

.node.node--view-mode-full > .contextual.open .trigger {
    border-radius: 18px 18px 0 0;
    border-bottom: 0;
}

.node.node--view-mode-full > .contextual .trigger {
    background-size: 21px 21px;
    height: 36px !important;
    width: 36px !important;
    border-radius: 18px;
}

.node.node--view-mode-full > .contextual .contextual-links li a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 120%;
}

#sliding-popup {
    background: #f8f2f5;
    border-top: 1px solid rgba(123, 0, 59, 0.2);
}

#sliding-popup h2 {
    color: #7b003b;
}

#sliding-popup p {
    color: #7b003b;
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: #f8f2f5;
    color: #7b003b;
}

.popup-content {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 18px 25px;
    background: #f8f2f5;
    color: #7b003b;
}

.lt-ie9 .popup-content {
    display: flex;
}

@media screen and (min-width: 57rem) {
    .popup-content {
        display: flex;
    }
}

.popup-content::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.eu-cookie-compliance-message {
    flex: 1 1 50%;
    padding-bottom: 10px;
    max-width: inherit;
}

.lt-ie9 .eu-cookie-compliance-message {
    padding-bottom: 0;
    margin-right: 30px;
}

@media screen and (min-width: 57rem) {
    .eu-cookie-compliance-message {
        padding-bottom: 0;
        margin-right: 30px;
    }
}

.eu-cookie-compliance-message p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}

.eu-cookie-compliance-message h2 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #7b003b;
}

.eu-cookie-compliance-message a {
    color: #7b003b;
}

.eu-cookie-compliance-buttons {
    display: inline-block;
    flex: 1 1 auto;
    max-width: inherit;
    float: none;
    margin: 0;
}

.eu-cookie-compliance-buttons button {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gentona Bold';
    font-weight: normal;
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    background: #faaf33;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding: 19px 32px 19px 31px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    background: #7b003b;
    font-weight: normal;
    background-image: none;
    color: #fff;
    margin: 0;
}

.eu-cookie-compliance-buttons button:hover, .eu-cookie-compliance-buttons button:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.eu-cookie-compliance-buttons button:hover::after, .eu-cookie-compliance-buttons button:focus::after {
    display: block;
}

.eu-cookie-compliance-buttons button:active {
    color: #fff;
    outline: none;
}

.eu-cookie-compliance-buttons button .ext {
    display: none;
}

.eu-cookie-compliance-buttons button:hover {
    background: #62002f;
}

.eu-cookie-compliance-buttons button:active {
    background: #62002f;
}

.eu-cookie-compliance-more-button {
    font-size: 14px;
    font-size: 0.875rem;
    color: #7b003b;
}

.eu-cookie-compliance-more-button:hover {
    color: #480023;
}

.view--filters-top .block-facet--links {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    padding: 0;
}

.view--filters-top .block-facet--links::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.facets-widget-links ul {
    padding: 2.5rem 0 0;
    margin: 0;
    display: flex;
}

.lt-ie9 .facets-widget-links ul {
    padding: 0;
}

@media screen and (min-width: 68.75rem) {
    .facets-widget-links ul {
        padding: 0;
    }
}

.facets-widget-links ul li.facet-item {
    flex: 0 0 auto;
    padding-right: 30px;
    list-style: none;
}

.facets-widget-links ul li.facet-item a {
    display: block;
    padding: 5px 0;
    color: #767676;
    text-decoration: none;
}

.facets-widget-links ul li.facet-item a:hover, .facets-widget-links ul li.facet-item a:focus, .facets-widget-links ul li.facet-item a.is-active {
    color: #232323;
    border-bottom: 1px solid #faaf33;
}

.facets-widget-links ul li.facet-item .facet-item__status {
    display: none;
}

nav.pager {
    text-align: center;
}

nav.pager ul.pager__items {
    display: inline-block;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    height: 44px;
    margin-top: 47px;
}

nav.pager ul.pager__items li.pager__item {
    float: left;
    list-style-type: none;
}

nav.pager ul.pager__items li.pager__item.pager__item--next a span.visually-hidden {
    display: none;
}

nav.pager ul.pager__items li.pager__item.pager__item--ellipsis {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    font-family: 'Avenir Next Pro Medium';
    font-size: 16px;
    font-size: 1rem;
    background: transparent;
    border-right: 1px solid #e9e9e9;
    color: #232323;
    height: 42px;
    box-shadow: none;
    display: inline-block;
    line-height: 24px;
    padding: 10px 19px 8px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    color: #767676;
    padding-left: 14px;
    padding-right: 14px;
}

nav.pager ul.pager__items li.pager__item.pager__item--ellipsis:hover {
    background: #fff;
    outline: none;
}

nav.pager ul.pager__items li.pager__item.pager__item--ellipsis.active, nav.pager ul.pager__items li.pager__item.pager__item--ellipsis:focus {
    background: #e9e9e9;
    outline: none;
}

nav.pager ul.pager__items li.pager__item.is-active {
    background: #e9e9e9;
}

nav.pager ul.pager__items li.pager__item.pager__item--last, nav.pager ul.pager__items li.pager__item.pager__item--first {
    display: none;
}

nav.pager ul.pager__items li.pager__item a {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    font-family: 'Avenir Next Pro Medium';
    font-size: 16px;
    font-size: 1rem;
    background: transparent;
    border-right: 1px solid #e9e9e9;
    color: #232323;
    height: 42px;
    box-shadow: none;
    display: inline-block;
    line-height: 24px;
    padding: 10px 19px 8px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

nav.pager ul.pager__items li.pager__item a:hover {
    background: #fff;
    outline: none;
}

nav.pager ul.pager__items li.pager__item a.active, nav.pager ul.pager__items li.pager__item a:focus {
    background: #e9e9e9;
    outline: none;
}

nav.pager ul.pager__items li.pager__item.pager__item--first a, nav.pager ul.pager__items li.pager__item.pager__item--last a {
    font-size: 0;
}

nav.pager ul.pager__items li.pager__item.pager__item--first a::before, nav.pager ul.pager__items li.pager__item.pager__item--last a::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.messages {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    padding: 15px 20px 15px 35px;
    margin: 2em 0;
}

.messages::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.nav-icon {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #232323;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
    top: 7px;
}

.nav-icon span:nth-child(4) {
    top: 14px;
}

.nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.g-recaptcha {
    margin: 20px 0 0;
}

p.rich-text-intro {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #767676;
    line-height: 30px;
}

span.opacity-5 {
    opacity: .5;
}

p:last-child {
    margin-bottom: 0;
}

span.highlight {
    display: inline-block;
    background-color: #feefd8;
    color: #525252;
    padding: 0 6px;
}

a.rich-text-button, a.rich-text-button--dark {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gentona Bold';
    font-weight: normal;
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    background: #faaf33;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding: 19px 32px 19px 31px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin: 10px 0 4px;
}

a.rich-text-button:hover, a.rich-text-button:focus, a.rich-text-button--dark:hover, a.rich-text-button--dark:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a.rich-text-button:hover::after, a.rich-text-button:focus::after, a.rich-text-button--dark:hover::after, a.rich-text-button--dark:focus::after {
    display: block;
}

a.rich-text-button:active, a.rich-text-button--dark:active {
    color: #fff;
    outline: none;
}

a.rich-text-button .ext, a.rich-text-button--dark .ext {
    display: none;
}

a.rich-text-button__big, a.rich-text-button__big--dark {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Gentona Bold';
    font-weight: normal;
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    background: #faaf33;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
    line-height: 1;
    padding: 19px 32px 19px 31px;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 20px;
    display: inline-block;
    margin: 10px 0;
}

a.rich-text-button__big:hover, a.rich-text-button__big:focus, a.rich-text-button__big--dark:hover, a.rich-text-button__big--dark:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a.rich-text-button__big:hover::after, a.rich-text-button__big:focus::after, a.rich-text-button__big--dark:hover::after, a.rich-text-button__big--dark:focus::after {
    display: block;
}

a.rich-text-button__big:active, a.rich-text-button__big--dark:active {
    color: #fff;
    outline: none;
}

a.rich-text-button__big .ext, a.rich-text-button__big--dark .ext {
    display: none;
}

a.rich-text-button__big::before, a.rich-text-button__big--dark::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 16px;
}

.text-formatted ul {
    padding-left: 7px;
    width: 100%;
}

.text-formatted ul li {
    list-style: none;
    position: relative;
    padding: 2px 0 0 7px;
}

.text-formatted ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -8px;
    height: 7px;
    width: 7px;
    background: #faaf33;
    border-radius: 50%;
}

.text-formatted ul li ul {
    padding-left: 7px;
}

.file {
    padding-left: 20px;
    display: inline-block;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

[dir='rtl'] .file {
    padding-left: inherit;
    padding-right: 20px;
    background-position: right center;
}

.file--general, .file--application-octet-stream {
    background-image: url(/themes/custom/atheme/img/icons/application-octet-stream.png);
}

.file--package-x-generic {
    background-image: url(/themes/custom/atheme/img/icons/package-x-generic.png);
}

.file--x-office-spreadsheet {
    background-image: url(/themes/custom/atheme/img/icons/x-office-spreadsheet.png);
}

.file--x-office-document {
    background-image: url(/themes/custom/atheme/img/icons/x-office-document.png);
}

.file--x-office-presentation {
    background-image: url(/themes/custom/atheme/img/icons/x-office-presentation.png);
}

.file--text-x-script {
    background-image: url(/themes/custom/atheme/img/icons/text-x-script.png);
}

.file--text-html {
    background-image: url(/themes/custom/atheme/img/icons/text-html.png);
}

.file--text-plain {
    background-image: url(/themes/custom/atheme/img/icons/text-plain.png);
}

.file--application-pdf {
    background-image: url(/themes/custom/atheme/img/icons/application-pdf.png);
}

.file--application-x-executable {
    background-image: url(/themes/custom/atheme/img/icons/application-x-executable.png);
}

.file--audio {
    background-image: url(/themes/custom/atheme/img/icons/audio-x-generic.png);
}

.file--video {
    background-image: url(/themes/custom/atheme/img/icons/video-x-generic.png);
}

.file--text {
    background-image: url(/themes/custom/atheme/img/icons/text-x-generic.png);
}

.file--image {
    background-image: url(/themes/custom/atheme/img/icons/image-x-generic.png);
}

.addtoany_list {
    display: block;
    margin: 30px 0;
}

.addtoany_list p {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.addtoany_list a > span {
    padding: 10px;
}

.container-size--narrow .addtoany_list {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    max-width: 40.625rem;
    padding: 0;
}

.container-size--narrow .addtoany_list::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.region-cta .region__inner--full {
    background: #f9f9f9;
}

.cta-container {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    max-width: 53.125rem;
    padding: 60px 30px;
}

.cta-container::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .cta-container {
    padding: 127px 16px;
}

@media screen and (min-width: 45rem) {
    .cta-container {
        padding: 127px 16px;
    }
}

.cta-container__subtitle {
    padding-bottom: 10px;
    color: #e2001a;
}

.container-contact {
    text-align: center;
    margin-top: -100px;
    padding: 26px;
}

.container-contact p {
    margin: 0;
}

.container-contact .phone {
    font-size: 24px;
    font-size: 1.5rem;
}

.container-contact .phone a {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none;
}

.container-contact .phone::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 6px;
    color: #232323;
    opacity: .37;
}

.container-contact .mail {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 5px;
}

.container-contact .mail a {
    color: #767676;
}

.container-contact .mail a span.mailto {
    display: none;
}

.flexy {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.flexy .item {
    flex: 1;
    padding: 19px 24px 22px;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.flexy .item h4, .flexy .item .paragraph-blocks2col .container-textblock .paragraph-blockitem h5, .paragraph-blocks2col .container-textblock .paragraph-blockitem .flexy .item h5 {
    margin-bottom: 12px;
}

.flexy .item:last-of-type {
    border-right: 1px solid #e9e9e9;
}

.center {
    padding-top: 32px;
    padding-bottom: 38px;
    text-align: center;
}

.wide-container {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;
}

.wide-container::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.wide-container .map-container {
    zoom: 1;
}

.wide-container .map-container::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.wide-container .group-left {
    padding-top: 54px;
    padding-left: 72px;
}

.lt-ie9 .wide-container .group-left {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
}

.lt-ie9 .wide-container .group-left:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .wide-container .group-left {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 31.97279%;
    }

    .wide-container .group-left:last-child {
        margin-right: 0;
    }
}

.wide-container .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 100%;
}

.wide-container .group-right:last-child {
    margin-right: 0;
}

.lt-ie9 .wide-container .group-right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    float: right;
}

.lt-ie9 .wide-container .group-right:last-child {
    margin-right: 0;
}

@media screen and (min-width: 45rem) {
    .wide-container .group-right {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 65.98639%;
        float: right;
    }

    .wide-container .group-right:last-child {
        margin-right: 0;
    }
}

.map {
    width: 100%;
    height: 366px;
}

.markerlist {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

.markerlist li {
    margin: 0 0 30px;
    cursor: pointer;
}

.node-news.node--view-mode-teaser, .node-news.node--view-mode-search-result {
    margin-bottom: 0;
}

.lt-ie9 .node-news.node--view-mode-teaser, .lt-ie9 .node-news.node--view-mode-search-result {
    max-width: 620px;
}

@media screen and (min-width: 45rem) {
    .node-news.node--view-mode-teaser, .node-news.node--view-mode-search-result {
        max-width: 620px;
    }
}

.node-news.node--view-mode-full {
    padding: 4.5rem 0;
}

.node-news.node--view-mode-related-news {
    height: 100%;
}

.node-news .card-horizontal__text {
    flex: 1 1 60%;
}

.node-news .card-horizontal__image {
    flex: 1 1 40%;
    border-left: solid 1px #f9f9f9;
    display: none;
}

.lt-ie9 .node-news .card-horizontal__image {
    display: block;
}

@media screen and (min-width: 45rem) {
    .node-news .card-horizontal__image {
        display: block;
    }
}

.node-news .card-horizontal__image div {
    height: 100%;
}

.node-news .card-horizontal__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: center;
    object-fit: cover;
}

h1.news-title {
    margin-top: 13px;
    margin-bottom: 27px;
}

h3.news-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 12px;
    word-break: break-word;
}

h3.news-title a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #232323;
    text-decoration: none;
}

.block-views-blocknews-related-block {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    padding: 30px 0;
}

.block-views-blocknews-related-block::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .block-views-blocknews-related-block {
    padding: 73px 0 90px;
}

@media screen and (min-width: 57rem) {
    .block-views-blocknews-related-block {
        padding: 73px 0 90px;
    }
}

.block-views-blocknews-related-block .view-news-related {
    padding-top: 14px;
}

.block-views-blocknews-related-block > h2 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    border-bottom: solid 2px #fad59b;
    padding-bottom: 17px;
}

.block-views-blocknews-related-block .card-horizontal__text {
    flex: 1 1 60%;
}

.block-views-blocknews-related-block .card-horizontal__image {
    flex: 1 1 40%;
    border-left: solid 1px #f9f9f9;
}

.node-doctor a:hover .field--name-field-doctor-service-node {
    color: #fff;
}

.node-doctor a:hover .tag--yellow {
    color: #fff;
    border-color: #fff;
}

.node-doctor.node--view-mode-teaser, .node-doctor.node--view-mode-search-result {
    margin: 30px 0 0;
    max-width: 620px;
}

.lt-ie9 .node-doctor.node--view-mode-teaser, .lt-ie9 .node-doctor.node--view-mode-search-result {
    margin-top: 60px;
}

@media screen and (min-width: 45rem) {
    .node-doctor.node--view-mode-teaser, .node-doctor.node--view-mode-search-result {
        margin-top: 60px;
    }
}

.node-doctor .hero__text__name {
    margin-bottom: 30px;
}

.node-doctor .hero__text__name h1 {
    margin: 0;
}

.node-doctor.node--view-mode-hero {
    padding-bottom: 2rem;
}

.node-doctor.node--view-mode-hero .service-routelink {
    padding-top: 20px;
}

.lt-ie9 .node-doctor.node--view-mode-hero .service-routelink {
    position: absolute;
    right: 0;
    padding-right: 82px;
}

@media screen and (min-width: 45rem) {
    .node-doctor.node--view-mode-hero .service-routelink {
        position: absolute;
        right: 0;
        padding-right: 82px;
    }
}

.node-doctor.node--view-mode-hero .service-routelink a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
    color: #767676;
}

.node-doctor.node--view-mode-hero .service-routelink a .ext {
    display: none;
}

.node-doctor.node--view-mode-hero .service-routelink .routelink-number {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

.node-doctor.node--view-mode-hero .doctor-read-more-anchor {
    margin-top: 27px;
}

.node-doctor .node-service.node--view-mode-contact-hours .hours-toggle {
    display: block;
}

.node-doctor .node-service.node--view-mode-contact-hours .hours-top {
    display: none;
}

.field--name-field-doctor-service-node {
    font-family: 'Avenir Next Pro Medium';
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
}

.field--name-field-doctor-photo {
    width: 114px;
    height: 114px;
}

.node-facility .field--name-field-facility-campus > div {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    color: #767676;
}

.node-facility.node--view-mode-full {
    padding-top: 4.5rem;
}

.node-facility.node--view-mode-full .field--name-field-facility-campus > div::after {
    content: ' - ';
}

.node-facility.node--view-mode-full .field--name-field-facility-campus > div:last-child::after {
    content: '';
}

.node-facility.node--view-mode-teaser {
    position: relative;
    height: 100%;
}

.node-treatment.node--view-mode-full .treatment__intro-text {
    max-width: 725px;
    margin-top: 32px;
}

.node-treatment.node--view-mode-full .node--view-mode-contact-hours {
    border: 0;
}

.node-treatment.node--view-mode-full > .container-header:not(.paragraph) {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    display: flex;
}

.node-treatment.node--view-mode-full > .container-header:not(.paragraph)::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.node-treatment.node--view-mode-hero .hero__text--medium .field--name-node-title {
    padding-top: 20px;
}

.node.node-page.node--view-mode-full {
    padding-top: 4.5rem;
}

.node.node-page.node--view-mode-full .group-wrapper.group--anchors {
    margin-top: 42px;
}

.lt-ie9 .node.node-page.node--view-mode-full .group-wrapper.group--anchors {
    margin-top: 96px;
}

@media screen and (min-width: 45rem) {
    .node.node-page.node--view-mode-full .group-wrapper.group--anchors {
        margin-top: 96px;
    }
}

.container-size--wide .node.node-page.node--view-mode-full > .container.container__title {
    padding-bottom: 38px;
}

.node.node-page .hero__text {
    padding-bottom: 20px;
    color: #767676;
    display: none;
}

.lt-ie9 .node.node-page .hero__text {
    flex: 1 1 40%;
    max-width: 40%;
    padding-right: 4%;
    margin-top: 10px;
    padding-bottom: 0;
    min-height: 195px;
}

.lt-ie9 .node.node-page .hero__text h1 {
    margin: 0 0 20px;
}

@media screen and (min-width: 53rem) {
    .node.node-page .hero__text {
        flex: 1 1 40%;
        max-width: 40%;
        padding-right: 4%;
        margin-top: 10px;
        padding-bottom: 0;
        min-height: 195px;
    }

    .node.node-page .hero__text h1 {
        margin: 0 0 20px;
    }
}

.lt-ie9 .node.node-page .hero__text {
    flex: 1 1 45%;
    max-width: 45%;
    min-height: 204px;
    margin-top: 5px;
}

@media screen and (min-width: 57rem) {
    .node.node-page .hero__text {
        flex: 1 1 45%;
        max-width: 45%;
        min-height: 204px;
        margin-top: 5px;
    }
}

.lt-ie9 .node.node-page .hero__text {
    align-self: center;
}

@media screen and (min-width: 68.75rem) {
    .node.node-page .hero__text {
        align-self: center;
    }
}

.lt-ie9 .node.node-page .hero__text {
    flex: 1 1 50.95238%;
    max-width: 50.95238%;
    padding-right: 10.39682%;
}

.lt-ie9 .node.node-page .hero__text h1 {
    margin: 0 0 30px;
}

@media screen and (min-width: 90rem) {
    .node.node-page .hero__text {
        flex: 1 1 50.95238%;
        max-width: 50.95238%;
        padding-right: 10.39682%;
    }

    .node.node-page .hero__text h1 {
        margin: 0 0 30px;
    }
}

.lt-ie9 .node.node-page .hero__text {
    padding-bottom: 62px;
    padding-top: 30px;
}

@media screen and (min-width: 45rem) {
    .node.node-page .hero__text {
        padding-bottom: 62px;
        padding-top: 30px;
    }
}

.container-size--wide .node.node-page .hero__text {
    display: block;
}

.node-service.node--view-mode-full {
    padding-top: 0;
}

.node-service.node--view-mode-teaser a, .node-service.node--view-mode-recently-viewed a, .node-service.node--view-mode-search-result a {
    text-decoration: none;
    display: block;
    height: 100%;
}

.lt-ie9 .node-service.node--view-mode-teaser a, .lt-ie9 .node-service.node--view-mode-recently-viewed a, .lt-ie9 .node-service.node--view-mode-search-result a {
    min-height: 174px;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-teaser a, .node-service.node--view-mode-recently-viewed a, .node-service.node--view-mode-search-result a {
        min-height: 174px;
    }
}

.node-service.node--view-mode-hero {
    padding-bottom: 2rem;
}

.node-service.node--view-mode-hero .service-routelink {
    padding-top: 20px;
}

.lt-ie9 .node-service.node--view-mode-hero .service-routelink {
    position: absolute;
    right: 15.4%;
    bottom: -41px;
    padding-top: 0;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-hero .service-routelink {
        position: absolute;
        right: 15.4%;
        bottom: -41px;
        padding-top: 0;
    }
}

.node-service.node--view-mode-hero .service-routelink a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
    color: #767676;
}

.node-service.node--view-mode-hero .service-routelink a .ext {
    display: none;
}

.node-service.node--view-mode-hero .service-routelink .routelink-number {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

.node-service.node--view-mode-hero .service-read-more-anchor {
    margin-top: 27px;
}

.node-service.node--view-mode-contact-hours {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.node-service.node--view-mode-contact-hours h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
}

.node-service.node--view-mode-contact-hours .service-contacthours {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 31px;
    padding-bottom: 54px;
}

.lt-ie9 .node-service.node--view-mode-contact-hours .service-contacthours {
    padding-top: 62px;
    padding-bottom: 108px;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-contact-hours .service-contacthours {
        padding-top: 62px;
        padding-bottom: 108px;
    }
}

.node-service.node--view-mode-contact-hours .service-contacthours::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.node-service.node--view-mode-contact-hours .service-contacthours__contact {
    flex: 1 1 auto;
    margin-bottom: 2rem;
    padding-right: 2rem;
}

.node-service.node--view-mode-contact-hours .service-contacthours__contact h3 {
    margin-bottom: 25px;
}

.node-service.node--view-mode-contact-hours .service-contacthours__hours {
    flex: 0 1 685px;
}

.node-service.node--view-mode-contact-hours .phone-wrapper {
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.03);
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 2px solid #27ae60;
    padding: 13px 12px 11px;
    margin-bottom: 18px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    max-width: 400px;
}

.node-service.node--view-mode-contact-hours .phone-wrapper.status-closed {
    border-left: 2px solid #e2001a;
}

.node-service.node--view-mode-contact-hours .phone-wrapper .service-phone {
    float: left;
}

.node-service.node--view-mode-contact-hours .phone-wrapper .service-phone::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #232323;
    position: absolute;
    left: 12px;
    font-size: 20px;
    opacity: .37;
}

.node-service.node--view-mode-contact-hours .phone-wrapper .service-phone a {
    font-family: 'Avenir Next Pro Medium';
    color: #232323;
    padding-left: 26px;
    text-decoration: none;
    line-height: 24px;
}

.node-service.node--view-mode-contact-hours .phone-wrapper .office-hours-status {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
    float: right;
}

.node-service.node--view-mode-contact-hours .phone-wrapper .office-hours-status::before {
    content: '● ';
}

.node-service.node--view-mode-contact-hours .phone-wrapper .office-hours-status.office-hours-status--open {
    color: #27ae60;
}

.node-service.node--view-mode-contact-hours .phone-wrapper .office-hours-status.office-hours-status--closed {
    color: #e2001a;
    font-style: normal;
}

.node-service.node--view-mode-contact-hours .mail-wrapper {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
}

.node-service.node--view-mode-contact-hours .mail-wrapper a {
    color: #525252;
}

.node-service.node--view-mode-contact-hours .mail-wrapper a:hover {
    color: #393939;
}

.node-service.node--view-mode-contact-hours .mail-wrapper a span.mailto {
    display: none;
}

.node-service.node--view-mode-contact-hours .office-hours {
    padding-top: 20px;
}

.lt-ie9 .node-service.node--view-mode-contact-hours .office-hours {
    padding-top: 0;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-contact-hours .office-hours {
        padding-top: 0;
    }
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item {
    display: flex;
    padding-bottom: 9px;
}

.lt-ie9 .node-service.node--view-mode-contact-hours .office-hours .office-hours__item {
    width: 13.28467%;
    float: left;
    padding-right: 1.16788%;
    padding-bottom: 0;
    flex-direction: column;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-contact-hours .office-hours .office-hours__item {
        width: 13.28467%;
        float: left;
        padding-right: 1.16788%;
        padding-bottom: 0;
        flex-direction: column;
    }
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item:last-child {
    padding-right: 0;
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 36px;
    display: block;
}

.lt-ie9 .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span {
    line-height: 17px;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span {
        line-height: 17px;
    }
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.office-hours__item-comments {
    display: none;
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.office-hours__item-label {
    text-align: left;
    flex: 0 0 2.6rem;
    text-transform: lowercase;
    font-weight: normal;
    color: #525252;
}

.lt-ie9 .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.office-hours__item-label {
    flex: none;
    text-align: initial;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.office-hours__item-label {
        flex: none;
        text-align: initial;
    }
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.office-hours__item-slots {
    color: #000;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-align: center;
    flex: 1;
    display: flex;
    padding: 0;
    justify-content: space-evenly;
}

.lt-ie9 .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.office-hours__item-slots {
    height: 100%;
    padding: 10px 4px 7px;
    flex: none;
    display: block;
    margin-left: 0;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.office-hours__item-slots {
        height: 100%;
        padding: 10px 4px 7px;
        flex: none;
        display: block;
        margin-left: 0;
    }
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.slot--closed {
    color: #e2001a;
    border-color: rgba(226, 0, 26, 0.2);
}

.node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.slot-separator {
    display: block;
    background-color: #f9f9f9;
    height: 100%;
    width: 1px;
}

.lt-ie9 .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.slot-separator {
    height: 1px;
    width: auto;
    margin: 7px -5px 8px;
}

@media screen and (min-width: 45rem) {
    .node-service.node--view-mode-contact-hours .office-hours .office-hours__item span.slot-separator {
        height: 1px;
        width: auto;
        margin: 7px -5px 8px;
    }
}

.node-service.node--view-mode-contact-hours .hours-toggle {
    display: none;
    text-decoration: underline;
    color: #767676;
    cursor: pointer;
}

.node-service.node--view-mode-contact-hours .hours-top {
    overflow: hidden;
}

.node-service.node--view-mode-contact-hours .hours-bottom {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
    color: #232323;
    line-height: 24px;
    padding: 8px 18px 4px;
    margin-top: 18px;
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(250, 175, 51, 0.2);
    border: 1px solid #faaf33;
}

.node-service.node--view-mode-contact-hours .hours-bottom a {
    color: #232323;
    text-decoration: underline;
}

.node-service.node--view-mode-numbers-list .field--name-field-service-phone {
    position: relative;
}

.node-service.node--view-mode-numbers-list .field--name-field-service-phone::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #232323;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 20px;
    opacity: .37;
}

.node-service.node--view-mode-numbers-list .field--name-field-service-phone a {
    font-family: 'Avenir Next Pro Medium';
    color: #232323;
    padding-left: 7px;
    text-decoration: none;
    line-height: 24px;
}

.node-service.node--view-mode-visiting-hours-list a.field-group-link .card-horizontal {
    min-height: 130px;
}

.node-service.node--view-mode-visiting-hours-list .office-hours-status {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    line-height: 23px;
}

.node-service.node--view-mode-visiting-hours-list .office-hours-status::before {
    content: '● ';
}

.node-service.node--view-mode-visiting-hours-list .office-hours-status.office-hours-status--open {
    color: #27ae60;
}

.node-service.node--view-mode-visiting-hours-list .office-hours-status.office-hours-status--closed {
    color: #e2001a;
    font-style: normal;
}

.node-service.node--view-mode-visiting-hours-list .office-hours__item-label {
    display: none;
}

.node.node--view-mode-full > .container:not(.paragraph) {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.node.node--view-mode-full > .container:not(.paragraph)::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.container-size--narrow .node.node--view-mode-full > .container:not(.paragraph) {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    max-width: 40.625rem;
}

.container-size--narrow .node.node--view-mode-full > .container:not(.paragraph)::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.node.node--view-mode-hero {
    position: relative;
}

.node.node--view-mode-hero .hero {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.node.node--view-mode-hero .hero::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.node.node--view-mode-hero .hero__content {
    padding: 30px 0 18px;
}

.node.node--view-mode-hero .hero__content .publication-date {
    margin-top: 18px;
}

.lt-ie9 .node.node--view-mode-hero .hero__content {
    padding: 60px 0 27px;
    display: flex;
}

@media screen and (min-width: 53rem) {
    .node.node--view-mode-hero .hero__content {
        padding: 60px 0 27px;
        display: flex;
    }
}

@media screen and (min-width: 57rem) {
    .node.node--view-mode-hero .hero__content {
        padding: 60px 0 36px;
    }
}

.lt-ie9 .node.node--view-mode-hero .hero__content--large {
    padding: 60px 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 53rem) {
    .node.node--view-mode-hero .hero__content--large {
        padding: 60px 0;
        margin-bottom: 30px;
    }
}

.node.node--view-mode-hero .hero__content--large .hero__text--small {
    padding-bottom: 20px;
}

.node.node--view-mode-hero .hero__content--large .hero__image--large img {
    position: relative;
    z-index: 2;
}

.lt-ie9 .node.node--view-mode-hero .hero__content--large .hero__image--large::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: -60px;
    height: calc(100% + 120px);
    left: 91.825397%;
    right: -128px;
    background: #faaf33;
}

@media screen and (min-width: 53rem) {
    .node.node--view-mode-hero .hero__content--large .hero__image--large::before {
        content: '';
        z-index: 1;
        position: absolute;
        top: -60px;
        height: calc(100% + 120px);
        left: 91.825397%;
        right: -128px;
        background: #faaf33;
    }
}

.node.node--view-mode-hero .hero__text {
    padding-bottom: 20px;
    color: #767676;
}

.lt-ie9 .node.node--view-mode-hero .hero__text {
    flex: 1 1 40%;
    max-width: 40%;
    padding-right: 4%;
    margin-top: 10px;
    padding-bottom: 0;
    min-height: 195px;
}

.lt-ie9 .node.node--view-mode-hero .hero__text h1 {
    margin: 0 0 20px;
}

@media screen and (min-width: 53rem) {
    .node.node--view-mode-hero .hero__text {
        flex: 1 1 40%;
        max-width: 40%;
        padding-right: 4%;
        margin-top: 10px;
        padding-bottom: 0;
        min-height: 195px;
    }

    .node.node--view-mode-hero .hero__text h1 {
        margin: 0 0 20px;
    }
}

.lt-ie9 .node.node--view-mode-hero .hero__text {
    flex: 1 1 45%;
    max-width: 45%;
    min-height: 204px;
    margin-top: 5px;
}

@media screen and (min-width: 57rem) {
    .node.node--view-mode-hero .hero__text {
        flex: 1 1 45%;
        max-width: 45%;
        min-height: 204px;
        margin-top: 5px;
    }
}

.lt-ie9 .node.node--view-mode-hero .hero__text {
    align-self: center;
}

@media screen and (min-width: 68.75rem) {
    .node.node--view-mode-hero .hero__text {
        align-self: center;
    }
}

.lt-ie9 .node.node--view-mode-hero .hero__text {
    flex: 1 1 50.95238%;
    max-width: 50.95238%;
    padding-right: 10.39682%;
}

.lt-ie9 .node.node--view-mode-hero .hero__text h1 {
    margin: 0 0 30px;
}

@media screen and (min-width: 90rem) {
    .node.node--view-mode-hero .hero__text {
        flex: 1 1 50.95238%;
        max-width: 50.95238%;
        padding-right: 10.39682%;
    }

    .node.node--view-mode-hero .hero__text h1 {
        margin: 0 0 30px;
    }
}

.node.node--view-mode-hero .hero__text__name {
    padding-top: 20px;
}

.node.node--view-mode-hero .hero__text__name h1 {
    display: inline-block;
}

.lt-ie9 .node.node--view-mode-hero .hero__image {
    padding-top: 0;
    flex: 1 1 60%;
}

@media screen and (min-width: 53rem) {
    .node.node--view-mode-hero .hero__image {
        padding-top: 0;
        flex: 1 1 60%;
    }
}

.lt-ie9 .node.node--view-mode-hero .hero__image {
    flex: 1 1 49.04762%;
}

@media screen and (min-width: 57rem) {
    .node.node--view-mode-hero .hero__image {
        flex: 1 1 49.04762%;
    }
}

.node.node--view-mode-hero .hero__image::after {
    position: absolute;
    visibility: visible;
    content: '';
    background-color: #faaf33;
    height: 54px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media screen and (min-width: 57rem) {
    .node.node--view-mode-hero .hero__image::after {
        height: 104px;
    }
}

.node.node--view-mode-hero .hero__text--small {
    color: #767676;
}

.lt-ie9 .node.node--view-mode-hero .hero__text--small {
    flex: 1 1 37.302%;
    padding-right: 5%;
}

@media screen and (min-width: 45rem) {
    .node.node--view-mode-hero .hero__text--small {
        flex: 1 1 37.302%;
        padding-right: 5%;
    }
}

.node.node--view-mode-hero .hero__text--medium {
    color: #767676;
}

.lt-ie9 .node.node--view-mode-hero .hero__text--medium {
    flex: 1 1 50.95238%;
    max-width: 725px;
}

.lt-ie9 .node.node--view-mode-hero .hero__text--medium .field-name-node-title {
    max-height: 84px;
    overflow: hidden;
}

.lt-ie9 .node.node--view-mode-hero .hero__text--medium .introtext {
    margin-top: 36px;
}

@media screen and (min-width: 45rem) {
    .node.node--view-mode-hero .hero__text--medium {
        flex: 1 1 50.95238%;
        max-width: 725px;
    }

    .node.node--view-mode-hero .hero__text--medium .field-name-node-title {
        max-height: 84px;
        overflow: hidden;
    }

    .node.node--view-mode-hero .hero__text--medium .introtext {
        margin-top: 36px;
    }
}

.node.node--view-mode-hero .hero__image--large {
    position: relative;
    z-index: 2;
}

.lt-ie9 .node.node--view-mode-hero .hero__image--large {
    flex: 1 1 62.698%;
}

@media screen and (min-width: 45rem) {
    .node.node--view-mode-hero .hero__image--large {
        flex: 1 1 62.698%;
    }
}

.summary {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 0;
}

a.field-group-link {
    text-decoration: none;
    display: block;
}

.group--panel .view--search.view--filters-left.view--col-2 {
    position: relative;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 {
    margin-bottom: -85px;
    background: #fff;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2::before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    width: 2000px;
    background: #fff;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 {
        margin-bottom: -85px;
        background: #fff;
    }

    .group--panel .view--search.view--filters-left.view--col-2::before {
        content: '';
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2000px;
        width: 2000px;
        background: #fff;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-filters {
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-filters {
        position: absolute;
        width: 100%;
    }
}

.group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item {
    float: none;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item.form-type-select {
    position: absolute;
    top: 75px;
    padding: 16px 0;
    max-width: 100%;
    z-index: 2;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item.form-type-select {
    top: 180px;
    max-width: 60%;
    padding: 16px 0;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item.form-type-select {
        top: 180px;
        max-width: 60%;
        padding: 16px 0;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item.form-type-select {
    max-width: 297px;
}

@media screen and (min-width: 90rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item.form-type-select {
        max-width: 297px;
    }
}

.group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item.form-type-select > label {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    color: #232323;
    line-height: 24px;
    margin-bottom: 18px;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-filters .bef-exposed-form .form--inline > .form-item.form-type-select select {
    border: 1px solid #e9e9e9;
    max-width: 620px;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-facets {
    margin-top: 30px;
    padding: 140px 0 5px;
    margin-bottom: 20px;
    position: relative;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-facets {
    display: flex;
}

@media screen and (min-width: 45rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-facets {
        display: flex;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-facets {
    width: 30%;
    background: #fff;
    margin-top: -73px;
    margin-bottom: -85px;
    padding: 220px 0 20px;
    float: left;
    display: block;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-facets::before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    width: 2000px;
    background: #fff;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-facets {
        width: 30%;
        background: #fff;
        margin-top: -73px;
        margin-bottom: -85px;
        padding: 220px 0 20px;
        float: left;
        display: block;
    }

    .group--panel .view--search.view--filters-left.view--col-2 .view-facets::before {
        content: '';
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2000px;
        width: 2000px;
        background: #fff;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-facets {
    width: 324px;
}

@media screen and (min-width: 90rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-facets {
        width: 324px;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-facets .block-facet--checkbox {
    flex: 1 0 50%;
    padding-bottom: 22px;
}

@media screen and (min-width: 45rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-facets .block-facet--checkbox {
        flex: 1 0 50%;
        padding-bottom: 22px;
    }
}

.group--panel .view--search.view--filters-left.view--col-2 .view-facets .block-facet--checkbox > h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 18px;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-facets .block-facet--checkbox .facets-widget-checkbox > ul {
    list-style: none;
    padding: 0;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-facets .block-facet--checkbox .facets-widget-checkbox > ul li {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
    color: #232323;
    padding-bottom: 12px;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-facets .block-facet--checkbox .facets-widget-checkbox > ul li .facet-item__count {
    display: none;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-empty {
    background: #f9f9f9;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-empty {
    padding-left: 80px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    min-height: 340px;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-empty {
        padding-left: 80px;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
        min-height: 340px;
    }
}

.group--panel .view--search.view--filters-left.view--col-2 .view-content {
    zoom: 1;
    background: #f9f9f9;
    margin-top: 0;
    padding-bottom: 40px;
}

.group--panel .view--search.view--filters-left.view--col-2 .view-content::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-content {
    padding-bottom: 121px;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-content {
        padding-bottom: 121px;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-content {
    padding-left: 80px;
}

@media screen and (min-width: 90rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-content {
        padding-left: 80px;
    }
}

.group--panel .view--search.view--filters-left.view--col-2 .view-content > .views-row {
    padding: 12px 0;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-content > .views-row {
    padding: 12px;
}

@media screen and (min-width: 45rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-content > .views-row {
        padding: 12px;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-content > .views-row {
    padding: 12px 0 12px 24px;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-content > .views-row {
        padding: 12px 0 12px 24px;
    }
}

.group--panel .view--search.view--filters-left.view--col-2 nav.pager {
    background: #f9f9f9;
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 nav.pager {
    margin-left: 30%;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 nav.pager {
        margin-left: 30%;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 nav.pager {
    margin-left: 324px;
}

@media screen and (min-width: 90rem) {
    .group--panel .view--search.view--filters-left.view--col-2 nav.pager {
        margin-left: 324px;
    }
}

.lt-ie9 .group--panel .view--search.view--filters-left.view--col-2 .view-content + nav.pager ul {
    position: relative;
    margin-top: 16px;
    top: -100px;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search.view--filters-left.view--col-2 .view-content + nav.pager ul {
        position: relative;
        margin-top: 16px;
        top: -100px;
    }
}

.view--col-1.view-service-numbers > .view-content > .views-row {
    padding-bottom: 24px;
}

.view--col-1.view-service-numbers.view--grouped .view-content > h3 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    border-bottom: solid 2px #fad59b;
    padding-bottom: 17px;
    margin: 30px 0 16px;
}

.lt-ie9 .view--col-1.view-service-numbers.view--grouped .view-content > h3 {
    margin: 44px 0 30px;
}

.lt-ie9 .view--col-1.view-service-numbers.view--grouped .view-content > h3:first-child {
    margin-top: 0;
}

@media screen and (min-width: 45rem) {
    .view--col-1.view-service-numbers.view--grouped .view-content > h3 {
        margin: 44px 0 30px;
    }

    .view--col-1.view-service-numbers.view--grouped .view-content > h3:first-child {
        margin-top: 0;
    }
}

.view--col-1.view-service-numbers.view--grouped .view-content > h3:first-child {
    margin-top: 0;
}

.view--col-1.view-service-numbers.view--grouped nav.pager {
    padding-top: 30px;
}

.view--col-1.view-service-visitinghours > .view-content > .views-row {
    padding-bottom: 24px;
}

.view--col-1.view-service-visitinghours > .view-content .field--type-office-hours.field--label-inline .field__label {
    float: left;
    margin-right: 10px;
    color: #767676;
}

.view--col-1.view-service-visitinghours > .view-content .field--type-office-hours.field--label-inline .field__label::after {
    content: ':';
}

.view--col-1.view-service-visitinghours > .view-content .field--type-office-hours.field--label-inline .office-hours__item-label {
    display: none;
}

.view--col-1.view-service-visitinghours > .view-content .field--type-office-hours.field--label-inline .office-hours__item-slots {
    vertical-align: unset;
}

.view--col-1.view-service-visitinghours.view--grouped .view-content > h3 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    border-bottom: solid 2px #fad59b;
    padding-bottom: 17px;
    margin: 30px 0 16px;
}

.lt-ie9 .view--col-1.view-service-visitinghours.view--grouped .view-content > h3 {
    margin: 44px 0 30px;
}

.lt-ie9 .view--col-1.view-service-visitinghours.view--grouped .view-content > h3:first-child {
    margin-top: 0;
}

@media screen and (min-width: 45rem) {
    .view--col-1.view-service-visitinghours.view--grouped .view-content > h3 {
        margin: 44px 0 30px;
    }

    .view--col-1.view-service-visitinghours.view--grouped .view-content > h3:first-child {
        margin-top: 0;
    }
}

.view--col-1.view-service-visitinghours.view--grouped .view-content > h3:first-child {
    margin-top: 0;
}

.view--col-1.view-service-visitinghours.view--grouped nav.pager {
    padding-top: 30px;
}

.bef-exposed-form .fieldset-legend {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    color: #232323;
}

.bef-exposed-form .form-checkboxes input {
    top: -13px;
}

.bef-exposed-form .form-submit {
    display: block;
}

.bef-exposed-form .form--inline > .form-item {
    float: none;
}

.bef-exposed-form .form--inline > .form-item.form-type-select {
    max-width: 297px;
}

.bef-exposed-form .bef-links {
    text-align: right;
}

.bef-exposed-form .bef-links > div {
    display: inline-block;
    padding: 0 5px;
}

.view-taxonomy-term > .view-content {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    padding-bottom: 4.5rem;
    padding-top: 2.5rem;
}

.view-taxonomy-term > .view-content::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.view--col > .view-content > .views-row {
    padding-bottom: 24px;
}

.view--col > .view-content > .views-row:last-child {
    padding-bottom: 0;
}

.view--col-1 > .view-content > .views-row {
    padding-bottom: 2.5rem;
}

.lt-ie9 .view--col-1 > .view-content > .views-row {
    padding-bottom: 4.5rem;
}

@media screen and (min-width: 45rem) {
    .view--col-1 > .view-content > .views-row {
        padding-bottom: 4.5rem;
    }
}

.view--col-1 > .view-content > .views-row:last-child {
    padding-bottom: 0;
}

.view--col-2 > .view-content {
    zoom: 1;
}

.view--col-2 > .view-content::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .view--col-2 > .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

@media screen and (min-width: 45rem) {
    .view--col-2 > .view-content {
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
    }
}

.view--col-2 > .view-content > .views-row {
    padding-top: 12px;
}

.lt-ie9 .view--col-2 > .view-content > .views-row {
    flex: 0 0 50%;
    padding: 12px;
}

@media screen and (min-width: 45rem) {
    .view--col-2 > .view-content > .views-row {
        flex: 0 0 50%;
        padding: 12px;
    }
}

.view--col-2 > .view-content > .views-row .views-field {
    height: 100%;
}

.view--col-2 > .view-content > .views-row .views-field > .field-content {
    height: 100%;
}

.view--col-2 > .view-content > .views-row .views-field > .field-content .node {
    height: 100%;
}

.view--col-3 > .view-content {
    zoom: 1;
}

.view--col-3 > .view-content::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .view--col-3 > .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.lt-ie9 .view--col-3 > .view-content > h3 {
    flex: 1 1 100%;
}

@media screen and (min-width: 45rem) {
    .view--col-3 > .view-content {
        display: flex;
        /*flex-wrap: wrap;*/
        /*margin-left: -12px;*/
        /*margin-right: -12px;*/
        flex: 1;
    }

    .view--col-3 > .view-content > h3 {
        flex: 1 1 100%;
    }
}

.view--col-3 > .view-content > .views-row {
    padding-top: 12px;
}

.lt-ie9 .view--col-3 > .view-content > .views-row {
    flex: 1 0 50%;
    padding: 12px;
}

@media screen and (min-width: 45rem) {
    .view--col-3 > .view-content > .views-row {
        flex: 1 0 50%;
        padding: 12px;
    }
}

.lt-ie9 .view--col-3 > .view-content > .views-row {
    flex: 0 0 33.33%;
}

@media screen and (min-width: 57rem) {
    .view--col-3 > .view-content > .views-row {
        flex: 0 0 33.33%;
    }
}

.view--col-3 > .view-content > .views-row .views-field {
    height: 100%;
}

.view--col-3 > .view-content > .views-row .views-field > .field-content {
    height: 100%;
}

.view--col-3 > .view-content > .views-row .views-field > .field-content .node {
    height: 100%;
}

.view--col-3.view--grouped .view-content > h3 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    border-bottom: solid 2px #fad59b;
    padding-bottom: 17px;
    margin: 30px 0 16px;
}

.lt-ie9 .view--col-3.view--grouped .view-content > h3 {
    margin: 54px 12px 16px;
}

.lt-ie9 .view--col-3.view--grouped .view-content > h3:first-child {
    margin-top: 0;
}

@media screen and (min-width: 45rem) {
    .view--col-3.view--grouped .view-content > h3 {
        margin: 54px 12px 16px;
    }

    .view--col-3.view--grouped .view-content > h3:first-child {
        margin-top: 0;
    }
}

.view--col-3.view--grouped .view-content > h3:first-child {
    margin-top: 0;
}

.view--col-4 > .view-content {
    zoom: 1;
}

.view--col-4 > .view-content::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.lt-ie9 .view--col-4 > .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.lt-ie9 .view--col-4 > .view-content > h3 {
    flex: 1 1 100%;
}

@media screen and (min-width: 45rem) {
    .view--col-4 > .view-content {
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
    }

    .view--col-4 > .view-content > h3 {
        flex: 1 1 100%;
    }
}

.view--col-4 > .view-content > .views-row {
    padding-top: 12px;
}

.lt-ie9 .view--col-4 > .view-content > .views-row {
    flex: 1 0 50%;
    padding: 12px;
}

@media screen and (min-width: 45rem) {
    .view--col-4 > .view-content > .views-row {
        flex: 1 0 50%;
        padding: 12px;
    }
}

.lt-ie9 .view--col-4 > .view-content > .views-row {
    flex: 0 0 25%;
}

@media screen and (min-width: 57rem) {
    .view--col-4 > .view-content > .views-row {
        flex: 0 0 25%;
    }
}

.view--col-4 > .view-content > .views-row .views-field {
    height: 100%;
}

.view--col-4 > .view-content > .views-row .views-field > .field-content {
    height: 100%;
}

.view--col-4 > .view-content > .views-row .views-field > .field-content .node {
    height: 100%;
}

.view--search .view-filters {
    margin-top: 2.5rem;
}

.lt-ie9 .view--search .view-filters {
    max-width: 620px;
    margin-top: 4.5rem;
}

@media screen and (min-width: 45rem) {
    .view--search .view-filters {
        max-width: 620px;
        margin-top: 4.5rem;
    }
}

.lt-ie9 .view--search .view-filters {
    max-width: 45%;
    margin-top: -134px;
    margin-bottom: 168px;
}

@media screen and (min-width: 68.75rem) {
    .view--search .view-filters {
        max-width: 45%;
        margin-top: -134px;
        margin-bottom: 168px;
    }
}

.view--search .form--inline {
    box-shadow: 0 10px 25px rgba(35, 35, 35, 0.15);
    display: flex;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}

.view--search .form-type-search-api-autocomplete {
    flex: 1 1 auto;
}

.view--search .form-type-search-api-autocomplete input.form-autocomplete {
    max-width: none;
    padding: 18px;
    background-position: 98% center;
    border: 0;
    border-radius: 0;
    margin-top: 2px;
}

.view--search .form-actions {
    flex: 0 0 58px;
}

.view--search .form-actions .form-submit {
    margin: 0;
    padding: 0;
    width: 58px;
    height: 58px;
    color: transparent;
    font: 0 / 0 a;
    text-shadow: none;
    background: transparent url("/themes/custom/atheme/img/search.svg") no-repeat 20px 20px;
    background-size: 18px 18px;
}

.view--search .form-actions .form-submit:focus {
    outline: 1px dashed #faaf33;
}

.group--panel .view--search .view-filters {
    margin-top: 0;
}

.lt-ie9 .group--panel .view--search .view-filters {
    margin-top: 0;
}

@media screen and (min-width: 45rem) {
    .group--panel .view--search .view-filters {
        margin-top: 0;
    }
}

.lt-ie9 .group--panel .view--search .view-filters {
    max-width: 36%;
    margin-top: -207px;
    margin-bottom: 224px;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search .view-filters {
        max-width: 36%;
        margin-top: -207px;
        margin-bottom: 224px;
    }
}

.lt-ie9 .group--panel .view--search .view-filters {
    max-width: 45%;
}

@media screen and (min-width: 90rem) {
    .group--panel .view--search .view-filters {
        max-width: 45%;
    }
}

.lt-ie9 .group--panel .view--search .view-facets {
    margin-top: -73px;
}

@media screen and (min-width: 68.75rem) {
    .group--panel .view--search .view-facets {
        margin-top: -73px;
    }
}

.path-search aside .block-facets {
    background-color: #7b003b;
}

.path-search .layout-content .view-filters, .path-search .layout-content .view-header {
    background-color: #7b003b;
}

.path-sitemap .sitemap-box {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.path-sitemap .sitemap-box h2 {
    margin: 0;
    color: #faaf33;
}

body.container-size--default:not(.path-taxonomy) .block-system-main-block .node-homepage {
    max-width: 100%;
}

.lt-ie9 body.container-size--default:not(.path-taxonomy) .block-system-main-block .node-homepage .container-homepage {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.lt-ie9 body.container-size--default:not(.path-taxonomy) .block-system-main-block .node-homepage .container-homepage::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

@media screen and (min-width: 57rem) {
    body.container-size--default:not(.path-taxonomy) .block-system-main-block .node-homepage .container-homepage {
        zoom: 1;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 80.75rem;
        background-color: transparent;
        padding: 0 16px;
    }

    body.container-size--default:not(.path-taxonomy) .block-system-main-block .node-homepage .container-homepage::after {
        overflow: hidden;
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
}

.lt-ie9 .container-homepage {
    display: flex;
}

@media screen and (min-width: 57rem) {
    .container-homepage {
        display: flex;
    }
}

.container-homepage__left {
    margin: 40px 0;
}

.lt-ie9 .container-homepage__left {
    flex: 0 1 800px;
    margin: 90px 82px 80px 0;
}

@media screen and (min-width: 57rem) {
    .container-homepage__left {
        flex: 0 1 800px;
        margin: 90px 82px 80px 0;
    }
}

.container-homepage__right {
    flex: 1 1 auto;
    background: #f9f9f9;
    position: relative;
    margin: 30px 0;
    padding: 30px;
}

.lt-ie9 .container-homepage__right {
    margin: 0;
}

.lt-ie9 .container-homepage__right::before {
    content: '';
    z-index: 2;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100vw;
    width: 100vw;
}

@media screen and (min-width: 57rem) {
    .container-homepage__right {
        margin: 0;
    }

    .container-homepage__right::before {
        content: '';
        z-index: 2;
        background: #f9f9f9;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100vw;
        width: 100vw;
    }
}

.hero-homepage {
    border-bottom: solid 7px #faaf33;
}

.hero-homepage__text {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    line-height: 42px;
    z-index: 2;
}

.hero-homepage__image {
    height: 240px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.lt-ie9 .hero-homepage__image {
    height: 480px;
}

@media screen and (min-width: 57rem) {
    .hero-homepage__image {
        height: 480px;
    }
}

.hero-homepage__image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.42) 0%, rgba(196, 196, 196, 0) 100%);
    z-index: 1;
}

.node--view-mode-promoted-news {
    margin-bottom: 14px;
}

.node--view-mode-promoted-news .card-horizontal__text {
    flex: 1 1 auto;
    padding: 24px 32px 0;
}

.node--view-mode-promoted-news h3.news-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    margin: 10px 0 7px;
}

.node--view-mode-promoted-news .card-horizontal__image {
    flex: 1 0 200px;
}

.view-news-promoted .node--view-mode-related-news h3.news-title {
    margin: 10px 0 7px;
}

.view-news-promoted .node--view-mode-related-news .card-horizontal__text.field--name-node-link {
    margin-top: 18px;
}

.field--name-field-news-promotedtext {
    padding: 10px 0;
    margin-bottom: 30px;
}

.region-hero .menu--sticky-footer {
    background-color: #fff8ee;
    border-bottom: solid 1px rgba(250, 175, 51, 0.2);
}

.lt-ie9 .region-hero .menu--sticky-footer {
    height: 221px;
}

@media screen and (min-width: 57rem) {
    .region-hero .menu--sticky-footer {
        height: 221px;
    }
}

.region-hero .menu--sticky-footer ul.menu {
    display: block;
    justify-content: center;
    height: 100%;
}

.lt-ie9 .region-hero .menu--sticky-footer ul.menu {
    display: flex;
}

.lt-ie9 .region-hero .menu--sticky-footer ul.menu li {
    flex: 0 1 270px;
}

@media screen and (min-width: 57rem) {
    .region-hero .menu--sticky-footer ul.menu {
        display: flex;
    }

    .region-hero .menu--sticky-footer ul.menu li {
        flex: 0 1 270px;
    }
}

.region-hero .menu--sticky-footer ul.menu a {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
    height: 100%;
    padding: 30px 75px;
    position: relative;
    text-align: left;
}

.lt-ie9 .region-hero .menu--sticky-footer ul.menu a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    padding: 135px 20px 0;
    text-align: center;
    border-left: solid 1px rgba(250, 175, 51, 0.2);
    border-right: solid 1px rgba(250, 175, 51, 0.2);
}

.lt-ie9 .region-hero .menu--sticky-footer ul.menu a:hover {
    background: #fff;
}

@media screen and (min-width: 57rem) {
    .region-hero .menu--sticky-footer ul.menu a {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 24px;
        padding: 135px 20px 0;
        text-align: center;
        border-left: solid 1px rgba(250, 175, 51, 0.2);
        border-right: solid 1px rgba(250, 175, 51, 0.2);
    }

    .region-hero .menu--sticky-footer ul.menu a:hover {
        background: #fff;
    }
}

.region-hero .menu--sticky-footer ul.menu a::before {
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    left: 16px;
    top: 25px;
    color: #faaf33;
}

.lt-ie9 .region-hero .menu--sticky-footer ul.menu a::before {
    font-size: 50px;
    font-size: 3.125rem;
    left: 50%;
    margin-left: 0;
    top: 76px;
    transform: translateX(-50%);
    width: 50px;
}

@media screen and (min-width: 57rem) {
    .region-hero .menu--sticky-footer ul.menu a::before {
        font-size: 50px;
        font-size: 3.125rem;
        left: 50%;
        margin-left: 0;
        top: 76px;
        transform: translateX(-50%);
        width: 50px;
    }
}

body.container-size--default:not(.path-taxonomy) .block-system-main-block > * {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    max-width: 40.625rem;
}

body.container-size--default:not(.path-taxonomy) .block-system-main-block > *::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.paragraph-appslinks > .field__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.paragraph-appslinks > .field__items > .field__item {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
    flex: 1 0 50%;
    padding: 12px;
    color: #767676;
}

.lt-ie9 .paragraph-appslinks > .field__items > .field__item {
    flex: 0 0 25%;
}

@media screen and (min-width: 57rem) {
    .paragraph-appslinks > .field__items > .field__item {
        flex: 0 0 25%;
    }
}

.paragraph-appslinks > .field__items > .field__item .node-appswebsites {
    height: 100%;
}

.paragraph-consultation .view-doctor-consult-tags .view-content .views-row {
    display: flex;
}

.paragraph-consultation .view-doctor-consult-tags .view-content .views-row > .views-field {
    display: inline-block;
    position: relative;
    padding-right: 36px;
}

.paragraph-consultation .view-doctor-consult-tags .view-content .views-row > .views-field > .field-content {
    position: relative;
    padding-left: 26px;
}

.paragraph-consultation .view-doctor-consult-tags .view-content .views-row > .views-field > .field-content::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: 0;
    color: #faaf33;
}

.paragraph-consultation .view-doctor-consult-tags .view-content .views-row > .views-field ul {
    list-style: none;
    padding-left: 0;
}

.paragraph-consultation > .consult--explain {
    padding-bottom: 20px;
}

.paragraph-consultation > .consult-wrapper {
    padding-top: 10px;
}

.lt-ie9 .paragraph-consultation > .consult-wrapper {
    width: 60%;
    max-width: 725px;
}

@media screen and (min-width: 57rem) {
    .paragraph-consultation > .consult-wrapper {
        width: 60%;
        max-width: 725px;
    }
}

.paragraph-consultation > .consult-wrapper > .consult-days > .consult-day {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
}

.lt-ie9 .paragraph-consultation > .consult-wrapper > .consult-days > .consult-day {
    padding: 0;
}

@media screen and (min-width: 45rem) {
    .paragraph-consultation > .consult-wrapper > .consult-days > .consult-day {
        padding: 0;
    }
}

.paragraph-consultation > .consult-wrapper > .consult-days > .consult-day:nth-child(odd) {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
}

.paragraph-consultation > .consult-wrapper > .consult-days > .consult-day:nth-child(even) {
    background: #f9f9f9;
}

.paragraph-consultation > .consult--legend {
    font-size: 12px;
    font-size: 0.75rem;
    color: #7b003b;
    position: relative;
    margin-top: 5px;
    padding-left: 15px;
}

.lt-ie9 .paragraph-consultation > .consult--legend {
    margin-top: 15px;
}

@media screen and (min-width: 45rem) {
    .paragraph-consultation > .consult--legend {
        margin-top: 15px;
    }
}

.paragraph-consultation > .consult--legend::before {
    content: '';
    width: 6px;
    height: 6px;
    border: solid 3px #7b003b;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-left: -12px;
    margin-top: 9px;
}

.paragraph-consultation .paragraph-consultationday {
    font-size: 14px;
    font-size: 0.875rem;
}

.lt-ie9 .paragraph-consultation .paragraph-consultationday {
    display: flex;
}

@media screen and (min-width: 45rem) {
    .paragraph-consultation .paragraph-consultationday {
        display: flex;
    }
}

.paragraph-consultation .paragraph-consultationday .day--name {
    padding: 5px 10px;
    text-transform: capitalize;
}

.lt-ie9 .paragraph-consultation .paragraph-consultationday .day--name {
    flex: 1 1 35%;
    padding: 18px 30px;
}

@media screen and (min-width: 45rem) {
    .paragraph-consultation .paragraph-consultationday .day--name {
        flex: 1 1 35%;
        padding: 18px 30px;
    }
}

.paragraph-consultation .paragraph-consultationday .day--slot {
    padding: 5px 10px;
}

.lt-ie9 .paragraph-consultation .paragraph-consultationday .day--slot {
    padding: 18px 30px;
    border-left: solid 1px #e9e9e9;
    flex: 1 1 22%;
}

@media screen and (min-width: 45rem) {
    .paragraph-consultation .paragraph-consultationday .day--slot {
        padding: 18px 30px;
        border-left: solid 1px #e9e9e9;
        flex: 1 1 22%;
    }
}

.paragraph-consultation .paragraph-consultationday .day--slot.slot--conventioned {
    position: relative;
}

.paragraph-consultation .paragraph-consultationday .day--slot.slot--conventioned::before {
    content: '';
    width: 6px;
    height: 6px;
    border: solid 3px #7b003b;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-left: -12px;
    margin-top: 10px;
}

.paragraph-embedcode {
    margin: 0;
}

.footer__middle--left .paragraph-embedcode {
    margin: 0;
}

.lt-ie9 .footer__middle--left .paragraph-embedcode {
    margin: 20px 0 0;
}

@media screen and (min-width: 45rem) {
    .footer__middle--left .paragraph-embedcode {
        margin: 20px 0 0;
    }
}

.footer__middle--right .paragraph-embedcode {
    margin: 0;
}

.group-wrapper {
    position: relative;
}

.masonry__anchors {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    display: none;
    z-index: 10;
    position: sticky;
    margin-top: -30px;
    top: 25px;
}

.lt-ie9 .masonry__anchors {
    display: block;
}

@media screen and (min-width: 45rem) {
    .masonry__anchors {
        display: block;
    }
}

.masonry__anchors::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.toolbar-horizontal .masonry__anchors {
    top: 45px;
}

.toolbar-horizontal.toolbar-tray-open .masonry__anchors {
    top: 85px;
}

.masonry__anchors--inner {
    box-shadow: 0 2px 24px rgba(35, 35, 35, 0.06);
    background: #fff;
    border: 1px solid #faaf33;
    border-radius: 5px;
    padding-left: 24px;
    position: relative;
    z-index: 2;
}

.masonry__anchors--inner a.button {
    font-family: 'Avenir Next Pro Medium';
    position: relative;
    line-height: 52px;
    background: #fff;
    color: #767676;
    border-radius: 0;
    padding: 6px 0 0;
    margin-right: 30px;
}

.masonry__anchors--inner a.button:hover, .masonry__anchors--inner a.button.active {
    color: #232323;
}

.masonry__anchors--inner a.button:hover::after, .masonry__anchors--inner a.button.active::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #faaf33;
    border-radius: 3px 3px 0 0;
}

.lt-ie9 .group--anchors .masonry__bricks {
    margin-top: -30px;
}

@media screen and (min-width: 45rem) {
    .group--anchors .masonry__bricks {
        margin-top: -30px;
    }
}

.paragraph-image {
    margin-bottom: 1.8rem;
}

.paragraph-image .image--group-image {
    float: left;
    margin: 0 1.6rem 0 0;
    width: 50%;
}

.paragraph-image.image--align__right .image--group-image {
    float: right;
    margin: 0 0 0 1.6rem;
}

.paragraph-image.image--align__right .caption {
    text-align: right;
}

.paragraph-image.image--image-width__33 .image--group-image {
    width: 33%;
}

.paragraph-image .caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    color: #767676;
    padding-top: 6px;
}

.paragraph-listpages .paragraph-listpages__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
}

.paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item {
    position: relative;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.lt-ie9 .paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item {
    flex: 0 1 50%;
}

@media screen and (min-width: 45rem) {
    .paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item {
        flex: 0 1 50%;
    }
}

.lt-ie9 .paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item {
    flex: 0 1 33.33%;
}

@media screen and (min-width: 57rem) {
    .paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item {
        flex: 0 1 33.33%;
    }
}

.paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item .summary {
    color: #767676;
    padding-top: 0;
}

.paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item .node--view-mode-list-item {
    height: 100%;
}

.lt-ie9 .paragraph-listpages .paragraph-listpages__items.paragraph-listpages__items--col4 .paragraph--listpages__item {
    flex: 0 1 50%;
}

@media screen and (min-width: 45rem) {
    .paragraph-listpages .paragraph-listpages__items.paragraph-listpages__items--col4 .paragraph--listpages__item {
        flex: 0 1 50%;
    }
}

.lt-ie9 .paragraph-listpages .paragraph-listpages__items.paragraph-listpages__items--col4 .paragraph--listpages__item {
    flex: 0 1 25%;
}

@media screen and (min-width: 57rem) {
    .paragraph-listpages .paragraph-listpages__items.paragraph-listpages__items--col4 .paragraph--listpages__item {
        flex: 0 1 25%;
    }
}

.paragraph-panel.panel__grey {
    background-color: #f9f9f9;
}

.paragraph-panel .group--panel__title {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.paragraph-panel .group--panel__title::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.paragraph-panel h2.panel-title {
    font-family: 'Gentona Bold';
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem;
    border-bottom: solid 2px #fad59b;
    padding-bottom: 17px;
}

.masonry__brick .paragraph-panel {
    padding: 42px 0;
}

.lt-ie9 .masonry__brick .paragraph-panel {
    padding: 73px 0 85px;
}

@media screen and (min-width: 45rem) {
    .masonry__brick .paragraph-panel {
        padding: 73px 0 85px;
    }
}

.lt-ie9 .group--anchors .masonry__brick:first-child .paragraph-panel {
    padding: 103px 0 85px;
}

@media screen and (min-width: 45rem) {
    .group--anchors .masonry__brick:first-child .paragraph-panel {
        padding: 103px 0 85px;
    }
}

.container-size--narrow .masonry__brick:first-child .paragraph-panel {
    padding: 0 0 42px;
}

.lt-ie9 .container-size--narrow .masonry__brick:first-child .paragraph-panel {
    padding: 0 0 85px;
}

@media screen and (min-width: 45rem) {
    .container-size--narrow .masonry__brick:first-child .paragraph-panel {
        padding: 0 0 85px;
    }
}

.field-name-field-service-paragraphs .paragraph-richtext .text-formatted {
    max-width: 38.625rem;
    color: #767676;
}

.container-size--wide .node--view-mode-full .paragraph-richtext .text-formatted {
    max-width: 38.625rem;
}

.routeplanner-wrapper {
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.07);
    background-color: #fff;
    display: flex;
    height: 570px;
}

.routeplanner-wrapper .routeplanner-form {
    width: 100%;
    padding: 0;
    display: flex;
    padding: 20px 0 54px;
    flex-direction: column;
    justify-content: space-between;
}

.lt-ie9 .routeplanner-wrapper .routeplanner-form {
    width: 360px;
}

@media screen and (min-width: 45rem) {
    .routeplanner-wrapper .routeplanner-form {
        width: 360px;
    }
}

.lt-ie9 .routeplanner-wrapper .routeplanner-form {
    width: 480px;
}

@media screen and (min-width: 57rem) {
    .routeplanner-wrapper .routeplanner-form {
        width: 480px;
    }
}

.routeplanner-wrapper .routeplanner-form > div {
    padding-left: 60px;
    padding-right: 60px;
}

.lt-ie9 .routeplanner-wrapper .routeplanner-form > div {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 45rem) {
    .routeplanner-wrapper .routeplanner-form > div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.lt-ie9 .routeplanner-wrapper .routeplanner-form > div {
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (min-width: 57rem) {
    .routeplanner-wrapper .routeplanner-form > div {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.routeplanner-wrapper .routeplanner-map {
    position: relative;
    flex: 1;
    display: none;
}

.lt-ie9 .routeplanner-wrapper .routeplanner-map {
    display: block;
}

@media screen and (min-width: 45rem) {
    .routeplanner-wrapper .routeplanner-map {
        display: block;
    }
}

.routeplanner-wrapper .google-map {
    position: absolute;
    display: flex;
    background: #f9f9f9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.routeplanner-wrapper .google-map .no-maps {
    color: #232323;
    flex: 1;
    align-self: center;
    text-align: center;
}

.routeplanner-wrapper .route-trip .input-label {
    position: relative;
}

.routeplanner-wrapper .route-trip .input-label::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid #faaf33;
    border-radius: 4px;
}

.routeplanner-wrapper .route-trip .input-box {
    position: relative;
    padding-top: 6px;
    padding-bottom: 36px;
}

.routeplanner-wrapper .route-trip .input-box::before {
    position: absolute;
    content: '';
    left: -17px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(250, 175, 51, 0.2);
}

.routeplanner-wrapper .route-start input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    position: relative;
    color: #232323;
    padding: 10px 12px 8px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    width: 100%;
}

.routeplanner-wrapper .route-start input:focus {
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.03);
    outline: none;
}

.routeplanner-wrapper .map-options {
    display: flex;
}

.routeplanner-wrapper .map-options label[class^='icon-'], .routeplanner-wrapper .map-options label[class*=' icon-'] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

.routeplanner-wrapper .map-options label[class^='icon-']::before, .routeplanner-wrapper .map-options label[class*=' icon-']::before {
    color: #a7a7a7;
    display: block;
    padding: 24px 0 18px;
    text-align: center;
    font-size: 26px;
}

.routeplanner-wrapper .map-options .map-option {
    flex: 1;
}

.routeplanner-wrapper .map-options .map-option input[type='radio'] {
    display: none;
}

.routeplanner-wrapper .map-options .map-option label {
    color: #767676;
    display: block;
    height: 100%;
}

.routeplanner-wrapper .map-options .map-option label:hover {
    cursor: pointer;
    color: #525252;
}

.routeplanner-wrapper .route-mode {
    padding-bottom: 30px;
    border-bottom: 1px solid #f9f9f9;
    justify-content: space-between;
}

.routeplanner-wrapper .route-mode .route-mode__item {
    flex: 0 1 92px;
}

.routeplanner-wrapper .route-mode .route-mode__item label .label {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: block;
    border-radius: 2px;
    padding: 5px 0 4px;
}

.routeplanner-wrapper .route-mode .route-mode__item label:hover .label {
    color: #232323;
    background-color: #fef7eb;
}

.routeplanner-wrapper .route-mode .route-mode__item label:hover::before {
    color: #faaf33;
}

.routeplanner-wrapper .route-mode .route-mode__item input[type='radio']:checked + label::before {
    color: #faaf33;
}

.routeplanner-wrapper .route-mode .route-mode__item input[type='radio']:checked + label .label {
    color: #232323;
    background-color: #fef7eb;
}

.routeplanner-wrapper .route-end .map-options {
    display: flex;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}

.routeplanner-wrapper .route-end .route-end__item:first-child {
    border-right: 1px solid #e9e9e9;
}

.routeplanner-wrapper .route-end .route-end__item label .tile {
    display: block;
    height: 100%;
    padding: 12px 12px 16px;
    line-height: 15px;
}

.routeplanner-wrapper .route-end .route-end__item label:hover .tile {
    background-color: #fef7eb;
    height: 100%;
}

.routeplanner-wrapper .route-end .route-end__item input[type='radio']:checked + label .tile {
    color: #525252;
    background-color: #fef7eb;
}

.routeplanner-wrapper .route-end .route-end__item .title {
    font-family: 'Avenir Next Pro Medium';
    font-size: 16px;
    font-size: 1rem;
    color: #232323;
    line-height: 19px;
    display: block;
    padding-bottom: 8px;
}

.routeplanner-wrapper .route-end .route-end__item .text {
    font-size: 12px;
    font-size: 0.75rem;
    color: #767676;
}

.routeplanner-wrapper .route-button .button-wrapper a {
    background: #faaf33;
    text-align: center;
    width: 100%;
}

.routeplanner-wrapper .route-button .button-wrapper a:hover {
    background: #f9a51a;
}

.routeplanner-wrapper .route-button .button-wrapper a:active {
    background: #f9a51a;
}

.routeplanner-wrapper .route-button .button-wrapper a.disabled {
    background: #e9e9e9;
    cursor: initial;
}

.routeplanner-wrapper .route-button .button-wrapper a.disabled:hover {
    background: #e9e9e9;
}

body.path-node .pac-container {
    box-shadow: 0 12px 12px rgba(35, 35, 35, 0.1);
    border-right: 1px solid #e9e9e9;
}

body.path-node .pac-container .pac-item {
    font-family: 'Avenir Next Pro Medium';
    font-size: 16px;
    color: #525252;
    padding: 8px 12px;
    border-top: 1px solid #e9e9e9;
}

body.path-node .pac-container .pac-item-query {
    font-family: 'Avenir Next Pro Regular';
    font-size: 16px;
    color: #525252;
}

body.path-node .pac-container .pac-item-selected, body.path-node .pac-container .pac-item-selected:hover {
    background-color: #fef7eb;
}

body.path-node .pac-container .pac-selected {
    background-color: #fef7eb;
}

body.path-node .pac-container .pac-selected:hover {
    background-color: #fef7eb;
}

body.path-node .pac-container .pac-icon {
    background-image: url("/themes/custom/atheme/img/map-pin.svg");
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-position: top left;
}

body.path-node .pac-container .pac-icon-marker, body.path-node .pac-container .pac-item-selected .pac-icon-marker, body.path-node .pac-container .pac-icon-search, body.path-node .pac-container .pac-item-selected .pac-icon-search {
    background-position: top left;
}

body.path-node .pac-containerpac-logo.hdpi::after, body.path-node .pac-container.pac-logo::after {
    display: none;
}

.paragraph-services > .field__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.paragraph-services > .field__items > .field__item {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
    flex: 1 0 50%;
    padding: 12px;
}

.lt-ie9 .paragraph-services > .field__items > .field__item {
    flex: 0 0 25%;
}

@media screen and (min-width: 57rem) {
    .paragraph-services > .field__items > .field__item {
        flex: 0 0 25%;
    }
}

.paragraph-services > .field__items > .field__item .field-label-inline, .paragraph-services > .field__items > .field__item .field__label {
    display: inline;
    color: #767676;
}

.paragraph-services > .field__items > .field__item .field-label-inline::after, .paragraph-services > .field__items > .field__item .field__label::after {
    content: ':';
}

.paragraph-services > .field__items > .field__item .field__item {
    display: inline;
}

.paragraph-services > .field__items > .field__item .field__item a {
    color: #525252;
}

.paragraph-services > .field__items > .field__item .office-hours {
    display: inline;
}

.paragraph-services > .field__items > .field__item .office-hours .office-hours__item {
    display: inline;
}

.paragraph-services > .field__items > .field__item .office-hours .office-hours__item-label {
    display: none;
}

.paragraph-services > .field__items > .field__item .office-hours .office-hours__item-slots {
    vertical-align: initial;
    color: #525252;
}

.paragraph-simpleimage {
    max-width: 54rem !important;
    position: relative;
}

.stepitem .paragraph-simpleimage {
    margin-bottom: 1rem;
}

.paragraph-simpleimage::before {
    content: '';
    position: absolute;
    right: 86%;
    top: 50px;
    height: 78px;
    background: rgba(250, 175, 51, 0.2);
    width: 188%;
    z-index: 1;
}

.stepitem .paragraph-simpleimage::before {
    display: none;
}

.paragraph-simpleimage .caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    color: #767676;
    padding-top: 6px;
}

.paragraph--type--steps {
    margin-left: 24px;
}

.paragraph--type--steps > .field--name-field-steps-steps {
    border-left: 1px solid #e9e9e9;
}

.paragraph--type-stepitem {
    max-width: 725px;
    box-shadow: 0 2px 25px rgba(35, 35, 35, 0.05);
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 24px;
    margin-left: 24px;
    margin-bottom: 24px;
}

.paragraph--type-stepitem > .paragraph-stepitem__title:hover {
    cursor: pointer;
}

.paragraph--type-stepitem > .paragraph-stepitem__title--open {
    margin-bottom: 1.8rem;
}

.paragraph--type-stepitem > .paragraph-stepitem__title--open::after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 10px;
    background-image: url(/themes/custom/atheme/img/icons/stepsitem-open.svg);
}

.paragraph--type-stepitem > .paragraph-stepitem__title--closed::after {
    content: '';
    width: 8px;
    height: 14px;
    position: absolute;
    top: 7px;
    right: 8px;
    background-image: url(/themes/custom/atheme/img/icons/stepsitem-closed.svg);
}

.paragraph--type-stepitem > h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    margin: 0;
    position: relative;
}

.paragraph--type-stepitem > h3::before {
    content: '';
    width: 11px;
    height: 11px;
    border: solid 3px #faaf33;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-left: -55px;
    margin-top: 10px;
}

.lt-ie9 .paragraph--type-stepitem > .stepitem .paragraph-richtext {
    padding-right: 72px;
    margin-bottom: 1.8rem;
}

@media screen and (min-width: 45rem) {
    .paragraph--type-stepitem > .stepitem .paragraph-richtext {
        padding-right: 72px;
        margin-bottom: 1.8rem;
    }
}

.paragraph--type-stepitem > .stepitem .paragraph-richtext ul {
    margin-top: 0;
}

.paragraph--type-stepitem > .stepitem .paragraph:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.paragraph-team > h3 {
    margin: 10px 0;
}

.lt-ie9 .paragraph-team .field--name-field-team-members {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

@media screen and (min-width: 45rem) {
    .paragraph-team .field--name-field-team-members {
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
    }
}

.paragraph-team .field--name-field-team-members > .field__item {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
    margin-top: 16px;
    color: #767676;
}

.lt-ie9 .paragraph-team .field--name-field-team-members > .field__item {
    flex: 1 0 50%;
    padding: 12px;
}

@media screen and (min-width: 45rem) {
    .paragraph-team .field--name-field-team-members > .field__item {
        flex: 1 0 50%;
        padding: 12px;
    }
}

.lt-ie9 .paragraph-team .field--name-field-team-members > .field__item {
    flex: 0 0 25%;
}

@media screen and (min-width: 57rem) {
    .paragraph-team .field--name-field-team-members > .field__item {
        flex: 0 0 25%;
    }
}

.paragraph-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
}

.paragraph-blocks .paragraph-blockitem {
    position: relative;
    padding-right: 24px;
    margin-bottom: 2rem;
}

.lt-ie9 .paragraph-blocks .paragraph-blockitem {
    flex: 0 1 50%;
}

@media screen and (min-width: 45rem) {
    .paragraph-blocks .paragraph-blockitem {
        flex: 0 1 50%;
    }
}

.lt-ie9 .paragraph-blocks .paragraph-blockitem {
    flex: 0 1 33.33%;
}

@media screen and (min-width: 57rem) {
    .paragraph-blocks .paragraph-blockitem {
        flex: 0 1 33.33%;
    }
}

.paragraph-blocks .textblock-text {
    padding-bottom: 1rem;
}

.paragraph-blocks2col {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
    width: 100%;
    padding: 0;
}

.paragraph-blocks2col .container-textblock {
    padding: 12px;
    flex: 0 1 100%;
}

.lt-ie9 .paragraph-blocks2col .container-textblock {
    flex: 0 1 50%;
}

@media screen and (min-width: 45rem) {
    .paragraph-blocks2col .container-textblock {
        flex: 0 1 50%;
    }
}

.paragraph-blocks2col .container-textblock .paragraph-blockitem {
    background: #fff;
    position: relative;
    padding: 24px;
    height: 100%;
}

.paragraph-treatments > .field__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.paragraph-treatments > .field__items > .field__item {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 12px;
    flex: 1 0 50%;
    padding: 12px;
    color: #767676;
}

.lt-ie9 .paragraph-treatments > .field__items > .field__item {
    flex: 0 0 25%;
}

@media screen and (min-width: 57rem) {
    .paragraph-treatments > .field__items > .field__item {
        flex: 0 0 25%;
    }
}

.group--panel__content {
    border: 1px solid transparent;
}

.paragraph-webform .container--webform {
    max-width: 725px;
    background-color: #fff;
    padding: 28px 48px;
}

.paragraph-webform input.button {
    margin: 36px 0 20px;
}

.paragraph--type-group.container-size--wide .group--panel__content > .paragraph {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    position: relative;
    padding-bottom: 2.5rem;
}

.paragraph--type-group.container-size--wide .group--panel__content > .paragraph::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.paragraph--type-group.container-size--wide .group--panel__content > .paragraph:last-child {
    padding-bottom: 0;
}

.paragraph--type-group.container-size--wide .group--panel__content > .paragraph-blocks2col {
    padding-left: 0;
    padding-right: 0;
}

.paragraph--type-group.container-size--wide .group--panel__content > .paragraph-blocks2col:last-child {
    padding-bottom: 0;
}

.paragraph--type-group.container-size--narrow .group--panel__content > .paragraph {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 40.625rem;
    padding: 0 16px;
}

.paragraph--type-group.container-size--narrow .group--panel__content > .paragraph::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.paragraph--type-group.container-size--narrow .group--panel__content > .paragraph.paragraph-webform {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 28px 48px;
    padding-bottom: 2.5rem;
}

.path-taxonomy .taxonomy-term--view-mode-hero {
    position: relative;
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__content {
    padding: 30px 0 18px;
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__content .publication-date {
    margin-top: 18px;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__content {
    padding: 60px 0 27px;
    display: flex;
}

@media screen and (min-width: 53rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__content {
        padding: 60px 0 27px;
        display: flex;
    }
}

@media screen and (min-width: 57rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__content {
        padding: 60px 0 36px;
    }
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__content--large {
    padding: 60px 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 53rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__content--large {
        padding: 60px 0;
        margin-bottom: 30px;
    }
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__content--large .hero__text--small {
    padding-bottom: 20px;
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__content--large .hero__image--large img {
    position: relative;
    z-index: 2;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__content--large .hero__image--large::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: -60px;
    height: calc(100% + 120px);
    left: 91.825397%;
    right: -128px;
    background: #faaf33;
}

@media screen and (min-width: 53rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__content--large .hero__image--large::before {
        content: '';
        z-index: 1;
        position: absolute;
        top: -60px;
        height: calc(100% + 120px);
        left: 91.825397%;
        right: -128px;
        background: #faaf33;
    }
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
    padding-bottom: 20px;
    color: #767676;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
    flex: 1 1 40%;
    max-width: 40%;
    padding-right: 4%;
    margin-top: 10px;
    padding-bottom: 0;
    min-height: 195px;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text h1 {
    margin: 0 0 20px;
}

@media screen and (min-width: 53rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
        flex: 1 1 40%;
        max-width: 40%;
        padding-right: 4%;
        margin-top: 10px;
        padding-bottom: 0;
        min-height: 195px;
    }

    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text h1 {
        margin: 0 0 20px;
    }
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
    flex: 1 1 45%;
    max-width: 45%;
    min-height: 204px;
    margin-top: 5px;
}

@media screen and (min-width: 57rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
        flex: 1 1 45%;
        max-width: 45%;
        min-height: 204px;
        margin-top: 5px;
    }
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
    align-self: center;
}

@media screen and (min-width: 68.75rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
        align-self: center;
    }
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
    flex: 1 1 50.95238%;
    max-width: 50.95238%;
    padding-right: 10.39682%;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text h1 {
    margin: 0 0 30px;
}

@media screen and (min-width: 90rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text {
        flex: 1 1 50.95238%;
        max-width: 50.95238%;
        padding-right: 10.39682%;
    }

    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text h1 {
        margin: 0 0 30px;
    }
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__text__name {
    padding-top: 20px;
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__text__name h1 {
    display: inline-block;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__image {
    padding-top: 0;
    flex: 1 1 60%;
}

@media screen and (min-width: 53rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__image {
        padding-top: 0;
        flex: 1 1 60%;
    }
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__image {
    flex: 1 1 49.04762%;
}

@media screen and (min-width: 57rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__image {
        flex: 1 1 49.04762%;
    }
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__image::after {
    position: absolute;
    visibility: visible;
    content: '';
    background-color: #faaf33;
    height: 54px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media screen and (min-width: 57rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__image::after {
        height: 104px;
    }
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__text--small {
    color: #767676;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--small {
    flex: 1 1 37.302%;
    padding-right: 5%;
}

@media screen and (min-width: 45rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--small {
        flex: 1 1 37.302%;
        padding-right: 5%;
    }
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__text--medium {
    color: #767676;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--medium {
    flex: 1 1 50.95238%;
    max-width: 725px;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--medium .field-name-node-title {
    max-height: 84px;
    overflow: hidden;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--medium .introtext {
    margin-top: 36px;
}

@media screen and (min-width: 45rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--medium {
        flex: 1 1 50.95238%;
        max-width: 725px;
    }

    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--medium .field-name-node-title {
        max-height: 84px;
        overflow: hidden;
    }

    .path-taxonomy .taxonomy-term--view-mode-hero .hero__text--medium .introtext {
        margin-top: 36px;
    }
}

.path-taxonomy .taxonomy-term--view-mode-hero .hero__image--large {
    position: relative;
    z-index: 2;
}

.lt-ie9 .path-taxonomy .taxonomy-term--view-mode-hero .hero__image--large {
    flex: 1 1 62.698%;
}

@media screen and (min-width: 45rem) {
    .path-taxonomy .taxonomy-term--view-mode-hero .hero__image--large {
        flex: 1 1 62.698%;
    }
}

.path-taxonomy .taxonomy-term--view-mode-full > .container:not(.paragraph) {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    margin-bottom: 4.5rem;
}

.path-taxonomy .taxonomy-term--view-mode-full > .container:not(.paragraph)::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
    display: inline-block;
}

.tag--link {
    display: inline-block;
}

.tag--link a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

.tag--red a {
    color: #e2001a;
}

.tag--red a:hover {
    background: #e2001a;
    color: #fff;
}

.tag--yellow {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
    color: #faaf33;
    border-color: rgba(250, 175, 51, 0.2);
}

.tag--purple {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
    color: #fff;
    border-color: #7b003b;
    background: #7b003b;
}

.tag-recently-read {
    border-radius: 2px;
}

html ::selection {
    color: #525252;
    background: #adadad;
}

/*body:not(.cke_editable), [canvas='container'] {*/
/*    background-color: #fff !important;*/
/*}*/

img {
    max-width: 100%;
    display: block;
}

a {
    color: #e2001a;
}

a:hover, a:focus {
    transition: background 200ms linear, color 200ms ease-in;
    -o-transition: background 200ms linear, color 200ms ease-in;
    -ms-transition: background 200ms linear, color 200ms ease-in;
    -moz-transition: background 200ms linear, color 200ms ease-in;
    color: #cc0017;
}

a.color-link--dark {
    color: #525252;
}

a.color-link--xdark {
    color: #232323;
}

.publication-date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    color: #767676;
}

.publication-date.date--large {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
}

.publication-date .field-label-inline {
    display: inline;
}

.publication-date time {
    text-transform: lowercase;
}

.contextual-region .contextual .contextual-links a {
    height: auto;
    min-height: auto;
}

span.ext {
    display: none;
}

.custom-theme-content {
    width: 100% !important;
}

.custom-theme-content footer.form-footer {
    background: transparent !important;
    color: black;
}

.module-photo ul li{
    margin: 4px;
}

.social-media li .icon {
    color: white !important;
    font-size: 22px !important;
}
.registration_flow li.past {
    border-color: #faaf33 !important;
    background: #faaf33 !important;
}

.registration_flow li.current{
    border: 2px solid #faaf33 !important;
    color: #faaf33 !important;
}

button.left, input.submit.button {
    background: #faaf33 !important;
    background-image: linear-gradient(180deg,#faaf33,#faaf33) !important;
    text-shadow: 1px 1px 0 #faaf33 !important;
}

.navigation.menu--social-links{
    margin-bottom: 30px !important;
}

.social-media {
    display: flex !important;
}

.social-media .icon {
    display: inline-block !important;
    fill: currentColor !important;
    height: 1em !important;
    width: 1em !important;
}

.social-media li a{
    margin: 0 4px !important;
}

.social-media li a{
    background: #62002f !important;
    padding: 10px !important;
    display: block !important;
    border-radius: 50% !important;
}

.social-media li a:hover {
    background: #480023 !important;
}

.highlight--red a {
    background: #e2001a;
    color: white !important;
    border-radius: 3px;
    padding: 4px;
}

form footer {
    background: none;
}

.form__element .form__control .vue-tel-input, .form__element .form__control .vue-tel-input {
    border-color: #ddd !important;
}

.form__element .form__control .vue-tel-input:focus, .form__element .form__control .vue-tel-input:hover {
    border-color: #767676 !important;
}

.a2a_svg {
    border-radius: 90px !important;
}

.event-meta-block {
    margin-top: 50px;
    margin-left: 16px;
    width: 300px;
}

.dropdown{
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.125rem;
    color: #303642;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: block;
    /*padding: 0.25rem 1.5rem;*/
    clear: both;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 6px !important;
    text-align: center;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
}

.dropdown-item.active {
    color: #ffffff;
    text-decoration: none;
    background-color: #E4003A;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.menu--main ul.menu > li a.dropdown-item {
    margin: 0 6px !important;
    padding: 0 !important;
}

.checkbox-wrapper .checkmark ,.radio-wrapper .checkmark{
    border: 1px solid var(--field-input-border) !important;
}

.radio-wrapper [type=radio]:checked >.checkmark, .radio-wrapper [type=radio]:checked ~ .checkmark,
.checkbox-wrapper [type=checkbox]:checked > .checkmark, .checkbox-wrapper [type=checkbox]:checked ~ .checkmark {
    background-color: var(--field-checkbox-checked-border) !important;
}