﻿/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    scroll-padding-top: 80px; /* adjust for sticky header */
}

    html.hasSubmenu {
        scroll-padding-top: 150px;
    }

html {
    scroll-behavior: smooth
}


article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 400;
}

h1 strong {
    font-weight: 600;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 0;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    overflow: visible;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

    fieldset ol {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@font-face {
    font-family: 'quotes';
    src: local('Arial');
    unicode-range: U+2018-2019,U+0027;
}

/*===================================
=            BASE STYLES            =
===================================*/
:root {
    --max-width: 1600px;
    --main-column: 1500px;
    --inner-column: 1200px;
    --text-width: 820px;
    --headerheight: 100px;
    --mobileheaderheight: 70px;
    /*--sbp-white: #ffffff;
    --sbp-inverse: #ffffff;
    --sbp-orange: #ca8f2a;
    --bodytext: #6b6564;
    --sbp-bodytext: #323338;
    --sbp-blue: #4d7584;
    --sbp-dark: #555150;
    --sbp-darkgreen: #555150;
    --sbp-forest: #858B25;
    --sbp-ochre: #ca8f2a;
    --sbp-pale: #d7d4d4;
    --sbp-paler: #f7f6f6;
    --sbp-stone: #d7d4d4;*/
    --mobilelayout: 1360px;
    --teaserGapX: 2.5vw;
    --teaserGapY: 2.5vw;
}

html {
    font-size: 1em;
    max-width: 100%;
    overflow-x: hidden;
}

body, html {
    font: normal 100% 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0 auto;
    line-height: 1.6;
    padding: 0;
    /*! height: 100%; */
}

::-moz-selection {
    background: rgba(30,30,30,0.2);
    text-shadow: none;
}

::selection {
    background: rgba(30,30,30,0.2);
    text-shadow: none;
}

section, header, footer, div, main, article, nav, aside {
    position: relative;
}

li {
    list-style-type: disc;
}

ul.bullet li {
    list-style-type: disc;
}

.no-bullets li {
    list-style-type: none;
    ;
}

a {
    outline: none;
    color: var(--sbp-link);
    background-color: transparent;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 175ms ease;
    -moz-transition: all 175ms ease;
    transition: all 175ms ease;
}

    a:active, a:hover {
        outline-width: 0;
    }

    a:hover {
    }

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

body, p, li, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    text-align: left;
}

h1, h2 {
    text-align: center;
    line-height: 1.25;
    padding: 0.225em 0;
    margin: 1em 0 0.865em 0;
}

h1 {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-size: 2.1em;
    font-weight: 600;
}

h2 {
    font-size: 2.1em;
    font-weight: 600;
}

h3 {
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 auto 0.365em auto;
    padding: 0.365em 0;
}

h4 {
    font-size: 1.5em;
    font-weight: 200;
    margin: 0 0 0.865em 0;
    padding: 0.225em 0;
}

p {
    font-size: 1.125rem;
    padding: 0;
    margin: 0 0 0.865em 0;
    max-width: var(--text-width);
    width: auto;
}

ul {
    margin: 0 auto 1.2em auto;
    padding: 0 0 0 12px;
}

li {
    font-size: 1.125rem;
    padding: 0 0 12px 20px;
}

.small p, .small li {
    font-size: 0.96rem;
}

th {
    font-weight: 400;
}

.song, hypatia {
    font-family: 'hypatia-sans-pro', sans-serif;
    font-weight: 300;
    font-style: normal;
}

ul.cols {
    columns: 2;
    column-gap: 60px;
}

    ul.cols li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        break-inside: avoid-column;
    }

.showAsColumns ul {
    padding-left: 0;
}

ul li.supporter-shortText {
    text-align: center;
    padding-left: 0;
}

.extrabold {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
}
/*===================================
=            ALIGNMENTS            =
===================================*/
.hidden {
    display: none !important;
}

.show {
    display: block;
}

.noshow {
    display: none;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.clear-fix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.align-right, .alignright {
    text-align: right;
}

.alignleft, .align-left {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.image-left {
    padding: 0 1.2em 0.9em 0;
    float: left;
}

.image-right {
    padding: 0 0 0.9em 1.2em;
    float: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.aligncenter h1, .aligncenter h2, .aligncenter h3, .aligncenter h4, .aligncenter p, .aligncenter ul, .aligncenter ol, .aligncenter li {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.inlineblock {
    display: inline-block;
}

.position-block {
    display: block;
}

.position-fixed {
    position: fixed;
}

.position-absolute {
    position: absolute;
}

.mobileOnly {
    display: none;
}

.desktopOnly {
    display: block;
}

.main-column-width {
    max-width: var(--main-column);
    margin: 0 auto;
}

.columnWidth .sectionContentWrapper {
    max-width: var(--main-column);
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
}

.mediumWidth .sectionContentWrapper, .mediumWidth.breadcrumbwrap {
    max-width: var(--inner-column);
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
}

    .mediumWidth.breadcrumbwrap .breadcrumb, .mediumWidth.breadcrumbwrap .breadcrumb ol {
        margin-left: 0;
    }

.textColumnWidth .sectionContentWrapper, .store-full-item.textColumnWidth .content, .textColumnWidth .content-wrapper {
    max-width: var(--text-width);
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
}

.textColumnWidth .cat-10.sectionContentWrapper {
    padding-left: 0;
    padding-right: 0;
}

.paddingTop50px .sectionContentWrapper {
    padding-top: 50px;
}

.sectionContentWrapper.alignInnerleft figure, .sectionContentWrapper.alignInnerleft img {
    text-align: left;
    margin-left: 0;
}

.sectionContentWrapper.alignInnerright figure, .sectionContentWrapper.alignInnerright img {
    text-align: right;
    margin-right: 0;
}


.maxwidth {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

/*===================================
=               FLEX               =
===================================*/
.width-auto {
    width: auto;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

    .flex-wrap article {
        margin: 0 0.9% 2% 0.9%
    }

.width100 article {
    flex: 0 1 100%;
    width: 100%;
}

.width48 article, .width48 > div {
    flex: 0 1 calc(49.99% - (var(--teaserGapX)) / 2);
    max-width: calc(49.99% - (var(--teaserGapX)) / 2);
}

.width32 article {
    flex: 0 1 calc(33.3% - (var(--teaserGapX) * 2) / 3);
    max-width: calc(33.3% - 2px - (var(--teaserGapX) * 2) / 3);
}

.width18 article {
    flex: 0 1 calc(20% - (var(--teaserGapX) * 4) / 5);
    max-width: calc(20% - (var(--teaserGapX) * 4) / 53);
}

.width24 article {
    position: relative;
    flex: 0 1 calc(24.9% - (var(--teaserGapX) * 3) / 4);
    max-width: calc(24.9% - (var(--teaserGapX) * 3) / 4);
}

hr.breakafterhr {
    width: 100%;
    height: 0px;
    border: 0;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.space-evenly {
    justify-content: space-evenly;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-stretch {
    align-items: stretch;
}

.col-1 {
    width: 8.333%;
}

.col-2 {
    width: 16.667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    flex: 0 0 33%;
}

.col-5 {
    width: 41.667%;
}

.col-6 {
    flex: 1 1 50%;
}

.col-7 {
    width: 58.333%;
}

.col-8 {
    width: 66.667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333%;
}

.col-11 {
    width: 91.667%;
}

.col-12 {
    width: 100%;
}

.col-auto {
    width: auto;
}

.col-spacer {
    flex: 1 1 auto;
}

.col-align-left {
    text-align: left;
}

.col-align-right {
    text-align: right;
}

.columns {
    display: flex;
    justify-content: space-between;
}

    .columns.textcolwidth {
        max-width: var(--text-width);
        margin-left: auto;
        margin-right: auto;
    }

.column {
    flex: 1 1 auto;
}

    .column.width33 {
        flex: 1 1 33%;
    }

/*===================================
=         ELEMENT BUILDER           =
===================================*/
.flex-row > .cell .cell-content {
    padding-left: 10px;
    padding-right: 10px;
}

.flex-row.margin-between > .cell {
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 0px;
    padding-right: 0px;
}

    .flex-row.margin-between > .cell:first-of-type {
        margin-left: 0;
    }

    .flex-row.margin-between > .cell:last-of-type {
        margin-right: 0;
    }

.flex-row.border-between > .cell:before {
    border-left: 1px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    margin: 0;
    margin-left: -5.5%;
}

.flex-row.border-between > .cell:first-of-type:before {
    border-left: 0px solid #ccc;
    display: none;
}

/*===================================
=             COLOURS               =
===================================*/

.text-blue {
    color: var(--sbp-blue);
}

.text-dark {
    color: var(--sbp-dark);
}

.text-darkgreen {
    color: var(--sbp-darkgreen);
}

.text-forest {
    color: var(--sbp-forest);
}

.text-ochre {
    color: var(--sbp-ochre);
}

.has-background-pale h1 a, .has-background-pale h2 a, .has-background-pale h3 a {
    color: var(--sbp-bodytext);
}

.text-pale {
    color: var(--sbp-pale);
}

.has-background-pale input[type=text], .has-background-paler input[type=text],
.has-background-pale input[type=email], .has-background-paler input[type=email],
.has-background-pale input[type=tel], .has-background-paler input[type=tel],
.has-background-pale input[type=number], .has-background-paler input[type=number],
.has-background-pale textarea, .has-background-paler textarea {
    background-color: var(--sbp-white);
}

.text-paler {
    color: var(--sbp-paler);
}

.text-stone {
    color: var(--sbp-stone);
}

.text-white {
    color: var(--sbp-white);
}

/*===================================
=               FORMS               =
===================================*/
form li {
    padding: 6px 12px 6px 0;
}

fieldset legend {
    display: none;
}

fieldset .group {
    margin: 0;
    padding: 0;
}

input, textarea, select {
    border-radius: 3px;
    line-height: normal;
    border: 1px solid #d2d2d2;
    background-color: #eee;
    margin: 2px 0 6px 0;
    padding: 12px 12px;
    width: 20em;
    font-size: 0.865rem;
    color: var(--sbp-bodytext);
    outline: none;
}

    input.searchinput {
        margin-left: 12px;
        width: 14em;
    }

textarea {
    font-family: inherit;
    width: 500px;
    font-size: 1rem;
}

input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin-left: 30px;
}

input:focus, textarea:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 5px rgba(130, 140, 150, 0.75);
    -moz-box-shadow: 0px 1px 5px rgba(130, 140, 150, 0.75);
    box-shadow: 0px 1px 5px rgba(130, 140, 150, 0.75);
}

input[type=submit], button, .button {
    cursor: pointer;
    width: auto;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: var(--sbp-white);
    background-color: var(--sbp-orange);
    padding: 13px 30px;
    border: 0px solid transparent;
    position: relative;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    input[type=submit]:hover, button:hover, .button:hover {
        border: 0px solid #bbb;
        color: rgba(255, 255, 255, 0.72) !important;
    }

.no-button, .no-button:hover {
    background-color: transparent;
    color: var(--sbp-orange);
}

.button.spaceabovebelow, button.spaceabovebelow {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.add-new {
    padding-left: 20px;
}

input[type="radio"], .donationOption input[type="radio"] {
    display: inline-block;
    width: 60px;
}

    input[type="radio"] + label,
    .donationOption input[type="radio"] + label {
        display: inline-block;
    }

.disabled, input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

    .disabled *, :disabled * {
        pointer-events: none
    }

label {
    display: inline-block;
    font-size: 0.965rem;
    font-weight: 400;
    width: 8em;
    margin-top: 3px;
}

fieldset .relatedGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    fieldset .relatedGroup .group {
        width: 50%;
        flex: 0 1 50%;
    }

    fieldset .relatedGroup.includesTitle .group {
        width: 40%;
    }

        fieldset .relatedGroup.includesTitle .group.isTitle {
            width: 20%;
        }

    fieldset .relatedGroup .group:first-of-type {
        margin-right: 2%;
    }

    fieldset .relatedGroup .group:last-of-type {
        margin-left: 2%;
    }

.group input, .group textarea {
    width: calc(100% - 24px);
    max-width: unset;
}

    .group input.button {
        width: auto;
    }

.floatLabel, select.autocomplete, input.autocomplete {
    font-size: 0.92rem;
    font-weight: 400;
    padding: 24px 12px 8px 12px;
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
}

input.autocomplete {
    padding: 18px 12px 14px 12px;
}

.floatLabel:focus {
    outline: none;
}

input[type="text"].floatLabel::-moz-placeholder,
input[type="text"].floatLabel::-webkit-input-placeholder,
input[type="text"].floatLabel:-ms-input-placeholder {
    color: #999;
    font-size: 0.82rem;
    font-family: inherit;
    font-style: normal;
}

.floatLabel + label, select.floatlabel + label {
    color: #878787;
    font-size: 0.92rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-transform: uppercase;
}

select.floatlabel + label {
    top: -3px;
    font-size: 0.82rem;
    color: #878787;
    width: auto;
    min-width: unset;
}

/* active state */
input.floatLabel:focus ~ label, input.floatLabel:valid ~ label, textarea.floatLabel:focus ~ label, textarea.floatLabel:valid ~ label {
    top: -2px;
    font-size: 0.7rem;
}

/* checkmark */
label.customCheckbox {
    display: inline-block;
    font-weight: 300;
    padding-left: 64px;
    text-align: left;
    font-size: 1rem;
    line-height: 140%;
    width: auto;
    color: var(--sbp-dark);
    vertical-align: middle;
}

.customCheckbox p {
    font-size: 0.92rem;
}

.customCheckbox input, .checkboxstyleblue input {
    position: relative;
    display: block;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
}

.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 25px;
    width: 25px;
    text-align: left;
    float: none;
    padding: 0;
    background-color: var(--sbp-white);
    cursor: pointer;
    border: 1px solid #aaa
}

.customCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark, .checkboxstyleblue input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customCheckbox input:checked ~ .checkmark:after,
.checkboxstyleblue input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customCheckbox .checkmark:after,
.checkboxstyleblue .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*  radio buttons */
.radiobutton input {
    position: absolute;
    opacity: 0;
    width: auto;
}

label.radiobutton {
    width: auto;
    display: block;
    flex: 0 0 auto;
    cursor: pointer;
    margin: 0 20px 0 0;
}

.radio-label {
    background-color: var(--sbp-dark);
    min-height: 2rem;
    padding: 1rem 2rem;
    border: 0px solid #D9BD4E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
    transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.viewswitches .radio-label {
    min-height: 1rem;
    padding: 0.65rem 1.8rem;
}

.viewswitches input:not(:checked) + .radio-label {
    color: var(--sbp-orange);
}

.viewswitches input:checked + .radio-label {
    background-color: var(--sbp-orange);
    color: var(--sbp-inverse);
}

.searchfilter-wrap {
    padding-top: 8px;
    padding-right: 0;
    right: 0;
}

    .searchfilter-wrap input {
        width: 18em;
    }

label.filtercount {
    width: auto;
    margin: 0 12px 0 12px;
}

@media screen and (max-width:920px) {
    .searchfilter-wrap {
        position: relative;
        margin-left: 4%;
    }
}

@media screen and (max-width:680px) {
    .searchfilter-wrap {
        flex: 1 0 100%;
        margin-left: unset;
    }

    .viewswitches {
        flex-wrap: wrap;
    }

    .searchfilter-wrap form {
        text-align: center;
        margin-top: 20px;
    }
}

/*===================================
=               SORT               =
===================================*/
.viewswitches {
    z-index: 40;
}

.controls.align-center span {
    align-self: center;
    font-size: 0.965rem;
}

label.sortby-select-label {
    font-size: 0.86rem;
    width: auto;
    margin-top: 0;
    margin-left: 20px;
}

.sortby-select {
    width: auto;
    background: var(--sbp-white);
    border: 0px;
    margin: 0 30px 0 0;
    padding: 12px 16px 12px 6px;
    text-align: left;
    background-color: var(--sbp-white);
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 4px top 50%;
    background-size: .65em auto;
}

    .sortby-select:focus {
        border: 1px solid #878787
    }

.filter-sidebar {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    animation: bg .5s;
    animation-fill-mode: both;
}

    .filter-sidebar.active {
        display: block;
        z-index: 40;
    }

@keyframes bg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.filter-wrapper {
    position: fixed;
    z-index: 400;
    height: calc(100% - var(--headerheight));
    left: 0;
    right: 0;
    top: var(--headerheight);
}

.filter-wrapper-overlay {
    background: rgba(30,30,30,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 401;
}

.filter-wrapper-inner {
    position: fixed;
    background: var(--sbp-white);
    left: 0;
    top: var(--headerheight);
    height: calc(100% - var(--headerheight));
    min-width: unset;
    width: 420px;
    z-index: 410;
    box-shadow: 0 4px 6px rgba(0,0,0,.16);
    animation: sb .5s;
    animation-fill-mode: both;
}

@keyframes sb {
    from {
        opacity: 0;
        left: -420px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

.filter-header {
    display: flex;
    border-bottom: 1px solid var(--sbp-pale);
    margin: 8px 0 20px 0;
    padding: 8px;
}

.filter-footer {
    text-align: center;
}

.filter-header > * {
    flex: 0 0 33%;
    width: 33%;
}

.filter-header .filter-header-label {
    margin: 12px 0 12px 12px;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 125%
}

button.filter-button.filter-button-close {
    font-size: 1.2rem;
    color: #676767;
    padding: 8px 30px 12px 12px;
    text-align: right;
}

    button.filter-button.filter-button-close:hover {
        border-bottom: 1px solid transparent;
    }

ul.filter-dropdown-listing {
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid var(--sbp-pale);
}

.column-span-mobile {
    column-count: 2
}

li.column-span {
    column-span: all;
}

li.filter-option {
    display: none;
}

.filter-sidebar.active li.filter-option {
    display: block;
}


.filters-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.filters-wrapper li.filters {
    padding: 0;
    margin: 0;
}

.filters-wrapper .filter-dropdown-listing {
    display: block;
}

    .filters-wrapper .filter-dropdown-listing:first-of-type {
        margin-right: 40px;
    }

.filters-wrapper li.filter-option {
    font-size: 0.92rem;
    padding: 0 0 6px 0;
    display: block;
}

button.filter-button, button.filter-toggle-control {
    background-color: transparent;
    margin: 0;
    padding: 12px 12px 12px 12px;
    border-bottom: 1px solid transparent;
}

button.filter-button, .filter-category {
    color: var(--sbp-headings) !important;
}

button.filter-toggle-control {
    display: flex;
    width: 100%;
    padding: 12px 32px 8px 0;
    justify-content: space-between;
}

.filter-toggle-icon i {
    font-size: 1.2rem;
    color: #676767;
}

button.filter-button:hover {
    color: unset;
    border-bottom: 1px solid var(--sbp-dark);
}

button.filter-toggle-control:hover {
    color: unset;
    border-bottom: 1px transparent var(--sbp-dark);
}


.filter-option label {
    width: auto;
    min-width: unset;
}

.filter-option input[type='checkbox'] {
    margin: 2px 6px 2px 2px;
}

    .filter-option input[type='checkbox']:disabled ~ .filter-option-label {
        color: #ccc;
    }


/* =====================  autocomplete  ===================== */
.ui-autocomplete {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--sbp-white);
    border: 1px solid #bbb;
    max-height: 16em;
    overflow-y: scroll;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    line-height: 1.35;
    display: none;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    max-width: 460px;
}

    .ui-autocomplete .ui-menu-item {
        font-size: 0.82rem;
        border-top: 1px solid #ccc;
        display: block;
        margin: 0;
        padding: 0.76em 0.5em;
        color: #393939;
        cursor: pointer;
        position: relative;
        min-height: 0;
    }

        .ui-autocomplete .ui-menu-item:first-child {
            border-top: none;
        }

        .ui-autocomplete .ui-menu-item:hover {
            background-color: #fafafa;
        }

/*===================================
=            MAIN LAYOUT            =
===================================*/
#main-body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fixedHeader .main-content {
    margin-top: var(--headerheight);
}

.content-wrapper {
    padding: 0 2%;
}

header {
    max-width: 100%;
    width: 100vw;
    margin: 0 auto;
    background: transparent;
    z-index: 120;
    height: var(--headerheight);
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    header.position-fixed {
        top: 0;
        background-color: var(--sbp-dark);
        border-bottom: 1px solid #777777;
    }

    header .content-wrapper {
        -webkit-transition: 0.36s ease-in-out;
        -moz-transition: 0.36s ease-in-out;
        -o-transition: 0.36s ease-in-out;
        transition: 0.36s ease-in-out;
        height: 100%;
        width: 96%;
    }

    header .logo, header .scrollLogo {
        text-align: left;
        position: relative;
        margin: 0 30px 0 0;
        padding: 0;
        flex: 0 1 auto;
        width: auto;
        min-width: 100px;
        order: 1;
        -webkit-transition: 0.6s ease-in-out;
        -moz-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        -ms-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }

        header .logo img, header .scrollLogo img {
            width: auto;
            max-width: 100%;
            margin-top: 8px;
            height: auto;
            max-height: 77px;
        }

.header-buttons {
    width: auto;
    min-width: 210px;
    height: auto;
    padding: 0;
    margin: 0 20px 0 0;
    text-align: right;
    order: 3;
}

    .header-buttons .button {
        padding: 12px 20px;
        margin: 0 2px;
        font-weight: 600;
        text-align: center;
        font-size: 0.86rem;
    }

.sitesearch {
    position: absolute;
    top: var(--headerheight);
    min-height: calc(100vh - var(--headerheight));
    background: var(--sbp-white);
    width: 100%;
    z-index: 42;
    display: none;
    transition: all .2s ease-out;
    box-shadow: 0 5px 3px -3px #bbb;
}

    .sitesearch.opened {
        display: block;
    }

.search-icon {
    padding: 0px;
    width: auto;
    min-width: unset;
    font-size: 1rem;
    margin: 0 0 0 16px;
    text-align: right;
    order: 5;
}

#search-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

.search-toggle {
    padding: 8px;
    font-size: 1rem;
    width: auto;
    background-color: transparent;
    cursor: pointer;
    color: var(--sbp-white);
}

    .search-toggle i {
        color: var(--sbp-white);
        font-size: 1.4rem;
    }

    .search-toggle:hover i {
        color: var(--sbp-orange);
    }

@media (hover: none) {
    .search-toggle i, .search-toggle:hover i {
        color: var(--sbp-white);
    }
}

.search-header .close {
    width: 32px;
    position: absolute;
    right: 0;
    top: -58px;
    text-align: right;
    font-size: 1.5rem;
    color: #898989;
}

    .search-header .close:hover {
        color: var(--sbp-dark);
    }

.search-combo {
    width: 100%;
    width: auto;
    border-radius: 3px;
    line-height: normal;
    border: 1px solid #d2d2d2;
    background-color: #eee;
    margin: 60px 0 20px 0;
    padding: 6px 4px 6px 6px;
    font-size: 1rem;
    color: var(--sbp-bodytext);
    outline: none;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .search-combo.hasFocus {
        -webkit-box-shadow: 0px 1px 5px rgba(130, 140, 150, 0.75);
        -moz-box-shadow: 0px 1px 5px rgba(130, 140, 150, 0.75);
        box-shadow: 0px 1px 5px rgba(130, 140, 150, 0.75);
    }

.search-assistant {
    width: auto;
}

.searchterm {
    width: 100%;
    width: auto;
    flex: 1 1 auto;
    min-width: unset;
    background: transparent;
    border: 0px;
    margin: 0;
    padding: 10px;
    display: inline-block;
    font-size: 16px;
}

    .searchterm:focus {
        border: 0px solid #ccc;
        -webkit-box-shadow: 0px 0px 0px rgba(130, 140, 150, 0);
        -moz-box-shadow: 0px 0px 0px rgba(130, 140, 150, 0);
        box-shadow: 0px 0px 0px rgba(130, 140, 150, 0);
    }

.search-controls {
    display: inline-block;
    font-size: 1rem;
    padding: 0 12px 0 8px;
    margin: 0;
    flex: 0 1 auto;
}

    .search-controls a {
        color: #898989;
        display: inline-block;
    }

        .search-controls a:hover {
            color: var(--sbp-dark);
        }

    .search-controls i {
        font-size: 1.48rem;
        padding: 4px;
    }

.search-results {
    margin-bottom: 50px;
}

.search-result {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--sbp-pale);
}

    .search-result:last-of-type {
        border-bottom: 0px;
    }

.search-results h3, .search-results p {
    margin-left: 0;
    text-align: left;
}

.search-results h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 auto 0.365em auto;
    margin-left: 0;
    padding: 0.365em 0;
    color: var(--sbp-headings);
}

.search-results .search-category {
    font-size: 0.82rem;
    color: #868C25;
    text-transform: capitalize;
    padding-right: 16px;
}

.search-results .highlight {
    background-color: #F9EEA3;
    background-color: rgba(134,140,37,0.16);
    background-color: #eee;
    padding: unset;
    color: unset;
}

#view-cart-wrap {
    order: 4;
    width: 64px;
    position: relative;
    margin: 0;
    text-align: center;
}

#view-cart-button {
    position: relative;
    color: #eee;
    /*! display: none; */
}

    #view-cart-button.visible {
        display: block;
    }

    #view-cart-button:hover {
        color: var(--sbp-orange);
    }

.menuToggle {
    display: none;
    width: 70px;
    text-align: right;
    order: 6;
    margin-left: 30px;
}



/*===================================
=                NAV                =
===================================*/

#nav-container {
    display: block;
    order: 2;
    flex: 1 0 auto;
    margin: 0;
    text-align: center;
}

ul#main-menu {
    margin: 0;
    padding: 0;
}

    ul#main-menu li {
        display: inline-block;
        color: #eee;
        font-size: 1rem;
        padding: 0px;
        margin: 0px;
        &:hover .submenu-wrap

{
    display: block;
    /* -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.25s; */
}

&:hover > a {
    color: #4F8EF7;
    background-color: #eee;
    color: var(--sbp-headings);
}

}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.menu-back {
    display: none;
}

ul#main-menu li a {
    color: #eee;
    padding: 8px 12px 40px 12px;
    margin: 0
}

ul#main-menu li .subheading .fas {
    display: none;
}

ul#main-menu li ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    ul#main-menu li ul.has-no-children {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        width: auto;
        max-width: var(--text-width);
        border: 1px solid red;
        column-count: 1;
    }

        ul#main-menu li ul.has-no-children li {
            border: 1px solid green;
            display: block;
            text-align: left;
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

ul#main-menu li li {
    display: block;
    min-width: unset;
    width: auto;
    padding-bottom: 12px;
    margin-right: 35px;
}

    ul#main-menu li li.menusub:not(ul#main-menu li li.menusub:last-of-type) {
        border-right: 1px solid #ccc;
        margin-left: 0px;
        padding-right: 35px;
    }

    ul#main-menu li li:last-of-type {
        margin-right: 0;
    }

ul#main-menu li ul ul {
    display: block;
    max-width: unset;
    margin-left: 0;
    padding-left: 0;
    display: block;
    margin-right: 25px;
}

ul#main-menu li li a, ul#main-menu li li a:hover {
    padding-left: 0;
}

ul#main-menu .submenu-wrap {
    display: none;
    background-color: #eee;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: var(--headerheight);
    left: 0;
    background: #f0f0f0;
    padding: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);
}

.submenu-inner {
    padding: 24px 40px;
}

h3.menu-breadcrumb {
    display: none;
}

.submenu-inner .submenu-inner {
    padding: 24px 20px 0 0;
    ;
}

ul#main-menu h2.subheading, ul#main-menu h2.subheading a {
    text-align: left;
    font-size: 1.5rem;
    margin: 0.25em 0 0 0;
    font-weight: 300;
}

ul#main-menu li ul li, ul#main-menu li ul li a {
    color: var(--sbp-headings);
}

    ul#main-menu li ul li a:hover {
        color: var(--sbp-orange);
        text-decoration: underline;
    }

@media (max-width: 1360px) {
    ul#main-menu li a {
        font-size: 0.86rem;
    }
}

@media (max-width: 1080px) {
    .menuToggle {
        display: block;
    }

    header .logo, header .scrollLogo {
        flex: 1 1 auto;
    }

    #nav-container {
        display: none;
        position: fixed;
        top: var(--headerheight);
        left: 0;
        right: 0;
        color: var(--sbp-headings);
        padding: 24px 16px;
        height: calc(100vh - var(--headerheight));
        background: var(--sbp-white);
        overflow-y: scroll;
    }

    .main-nav {
        height: auto;
    }

    ul#main-menu li a .fas {
        display: none;
    }

    .main-nav, ul#main-menu, .submenu-wrap, .submenu-inner {
        height: fit-content;
        min-height: 100%;
    }

    ul#main-menu {
        column-count: 1;
        column-gap: 0;
        width: auto;
    }

    .menu-back {
        display: block;
    }

        .menu-back a {
            color: var(--sbp-headings);
            display: inline-block !important;
        }

    ul#main-menu li {
        break-inside: avoid;
        min-width: unset;
        display: block;
        margin: 8px 0;
        padding: 6px 0;
        border-bottom: 1px solid var(--sbp-pale);
        &:hover .submenu-wrap

{
    display: none;
}

}

ul#main-menu li a {
    display: flex;
    justify-content: space-between;
    color: var(--sbp-headings);
    margin-bottom: 4px;
    padding: 8px 0px;
    font-size: 1rem;
}

    ul#main-menu li a.menulink:after {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        content: '\f054';
        margin-right: 10px;
    }

ul#main-menu li li a.menulink:after {
    display: none;
}

ul#main-menu li .menusubsub a:after {
    display: none;
}

ul#main-menu li .menu-back a:after {
    display: none;
}

ul#main-menu li .subheading {
    cursor: pointer;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul#main-menu li li.has_dropdown .subheading:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f054';
    margin-right: 10px;
}

ul#main-menu li li.menusub:not(ul#main-menu li li.menusub:last-of-type) {
    border-right: 0px;
    margin-left: 0px;
    padding-right: 0;
}

ul#main-menu li li {
    padding-bottom: 12px;
    margin-right: 0;
    padding-right: 0;
}

ul#main-menu h2.subheading, ul#main-menu h2.subheading a {
    font-size: 1rem;
    font-weight: 400;
}

    ul#main-menu h2.subheading a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        width: 100%;
    }

ul#main-menu li li.dropdown {
    display: inline-block;
}

ul#main-menu li ul {
    margin-left: 10px;
    flex-direction: column;
}

ul#main-menu .submenu-wrap, ul#main-menu .subsubmenu-wrap {
    position: absolute;
    background: var(--sbp-white);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: unset;
    display: none;
}

ul#main-menu .subsubmenu-wrap {
    z-index: 20;
}

ul#main-menu .submenu-wrap .submenu-inner, .subsubmenu-wrap .submenu-inner {
    margin: 0;
    padding: 8px;
    position: relative;
}

ul#main-menu li h3.menu-breadcrumb, ul#main-menu li h3.menu-breadcrumb a {
    font-weight: 700;
    display: block;
    font-size: 1rem;
    padding: 8px 0px;
}

ul#main-menu li h3.menu-breadcrumb {
    margin-bottom: 4px;
}

    ul#main-menu li h3.menu-breadcrumb a {
        text-decoration: underline;
        padding: 0px 0px;
    }

ul#main-menu ul ul li {
    display: block;
}

.submenu-inner {
    display: block;
}

}

@media (max-width: 768px) {
    #nav-container {
        top: var(--mobileheaderheight);
        height: calc(100vh - var(--mobileheaderheight));
        background: var(--sbp-white);
    }
}


.main-menu-btn {
    position: relative;
    display: inline-block;
    margin: 6px 18px 8px 0;
    padding: 0;
    width: 42px;
    height: 42px;
    text-indent: 0px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 120;
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    right: 2px;
    height: 4px;
    width: 38px;
    background: #e5e5e5;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -12px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 12px;
        left: 0;
    }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

    #main-menu-state:checked ~ #primary-menu {
        display: block;
    }


#menu {
    position: relative;
    /*! max-width: 80%; */
    margin: 0 auto;
    padding: 8px 0 8px 0;
    z-index: 9999;
    column-count: 3;
    column-gap: 10%;
    width: auto;
}

    #menu li {
        display: block;
        text-align: left;
        width: auto;
        min-width: 12.4em;
        padding: 0;
        margin-left: 0;
        border-right: 0px solid #888;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    #menu > li {
        margin-bottom: 30px;
        font-size: 1.4rem;
        font-family: 'hypatia-sans-pro', sans-serif;
        font-weight: 600;
    }

    #menu li a {
        padding: 6px 6px 10px 6px;
        color: #f8f8f8;
        border: 0 !important;
        text-transform: none;
        white-space: nowrap;
        display: block;
    }

    #menu li span {
        padding: 6px 6px 10px 6px;
        color: #ccc;
        white-space: nowrap;
        display: block;
    }

    #menu ul {
        min-width: 12.4em;
        width: auto;
        padding: 0;
        margin: 0;
    }

        #menu ul li a {
            font-size: 1.024rem;
            font-weight: 400;
            line-height: 115%
        }

@media (max-width: 1280px) {
    nav#nav {
        max-width: 92%;
    }

    #menu li, #menu li ul {
        min-width: 11em;
    }
}

@media (max-width:1060px) {
    #menu {
        max-width: 96%;
        column-gap: 9%;
    }
}

@media (max-width: 1020px) {
    #menu {
        column-count: 2;
        column-gap: 12%;
    }

        #menu li, #menu li ul {
            min-width: 13em;
        }
}

@media (max-width: 760px) {

    .navRow {
        margin: 60px auto 40px auto;
        height: calc(100vh - 100px);
    }

    nav#nav {
        height: calc(100vh - 100px);
    }

    #menu {
        column-count: 1;
        column-gap: 0;
    }

        #menu li, #menu li ul {
            min-width: unset;
        }

            #menu li a {
                text-transform: none;
                white-space: normal;
                padding-bottom: 13px
            }
}

.breadcrumbwrap {
    margin: 40px auto 0 auto;
    padding: 0;
}

.breadcrumb {
    margin: 0 auto;
    padding: 0;
}

    .breadcrumb ol {
        padding: 0;
        margin: 0 auto;
    }

    .breadcrumb li {
        display: inline-block;
        padding: 0 0em 0 0;
        font-size: 1rem;
    }

        .breadcrumb li span {
            padding-right: 0.6em
        }

/*===================================
=                MEDIA               =
===================================*/
figure.fitscreen img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    display: block;
}

.fixedHeader figure.fitscreen img {
    height: calc(100vh - var(--headerheight));
}

    .fixedHeader figure.fitscreen img.overlayCaptionImage {
        height: auto;
        object-fit: unset;
    }

.thumbnail {
    line-height: 1;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

    .thumbnail img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

/*===================================
=              SLIDER               =
===================================*/
.fullWidth .slider {
    max-width: 100%;
    width: 100vw;
}

.slider ul, .filmstrip {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    position: relative;
    list-style-type: none;
}

    .slider ul li, .filmstrip a {
        margin: 0 auto;
        padding: 0;
        position: relative;
        background: none;
        line-height: 1;
    }

    .filmstrip a {
        padding: 0 5px;
        display: inline-block;
        cursor: zoom-in
    }

.slider .slick-dots {
    bottom: 100px;
    right: 80px;
    width: auto;
    position: absolute;
    z-index: 10;
}

.slider img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.fullScreen .slider img {
    height: 100vh;
    height: calc(100vh - 92px);
    object-fit: cover;
}

/*========= PARALLAX IMAGE =========*/

.parallax-container {
    height: calc(100vh - var(--headerheight));
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .parallax-container {
        height: calc(100vh - var(--mobileheaderheight));
    }
}

.parallax-background-content {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

/*.hasSubmenu .parallax {
    top: 171px;
}*/

/*
.parallax-50.parallax {
    min-height: 50vh;
}

.parallax.parallax-90 .sectionContentWrapper, .parallax.parallax-90 .parallax-inner {
    height: auto;
    min-height: 90vh;
}

.parallax.parallax-80 .sectionContentWrapper, .parallax.parallax-80 .parallax-inner {
    height: auto;
    min-height: 80vh;
}

.parallax.parallax-75 .sectionContentWrapper, .parallax.parallax-75 .parallax-inner {
    height: auto;
    min-height: 70vh;
}

.parallax.parallax70 .sectionContentWrapper, .parallax.parallax70 .parallax-inner {
    height: auto;
    min-height: 70vh;
}

.parallax.parallax-60 .sectionContentWrapper, .parallax.parallax-60 .parallax-inner {
    height: auto;
    min-height: 60vh;
}

.parallax.parallax-50 .sectionContentWrapper, .parallax.parallax-50 .parallax-inner {
    height: auto;
    min-height: 50vh;
}

.parallax.parallax-33 .sectionContentWrapper, .parallax.parallax-33 .parallax-inner {
    height: auto;
    min-height: 33vh;
}
*/

.parallax-caption {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-top: 100vh;
    padding-bottom: 100vh;
    height: auto;
    min-height: 250vh;
}

.parallax-caption-mobile {
    display: none;
}

@media only screen and (max-device-width : 1080px) {
    /*
    .isTouchEnabled .parallax .parallax-inner, .isTouchEnabled .page-element.parallax .parallax-inner {
        background-attachment: scroll !important;
        background-size: cover;
        height: 100vh;
        overflow: hidden;
    } */

    /*
    .isTouchEnabled .parallax-caption {
        display: none;
    }

        .isTouchEnabled .parallax-caption.parallax-caption-mobile {
            display: block;
            position: relative;
            padding: 0;
            margin: 0;
            width: auto;
        }

            .isTouchEnabled .parallax-caption.parallax-caption-mobile .parallax-inner {
                width: auto;
            } */

    .isTouchEnabled .parallax-caption p, .isTouchEnabled .sf-caption p {
        font-size: 1.025rem;
    }
}


.parallax-caption .caption-inner, .sf-caption .caption-inner {
    width: 38%;
    max-width: var(--text-width);
    margin-right: auto;
    margin-left: 10%;
    background: rgba(30,30,30,0.7);
    padding: 30px;
}

.parallax-caption.parallaxCaptionCenter .caption-inner, .sf-caption.parallaxCaptionCenter .caption-inner {
    margin-right: auto;
    margin-left: auto;
}

.parallax-caption.parallaxCaptionRight .caption-inner, .sf-caption.parallaxCaptionRight .caption-inner {
    margin-right: 10%;
    margin-left: auto;
}

.parallax-caption .caption-inner p, .parallax-caption .caption-inner h1, .parallax-caption .caption-inner h2, .parallax-caption .caption-inner h3, .parallax-caption .caption-inner li,
.sf-caption .caption-inner p, .sf-caption .caption-inner h1, .sf-caption .caption-inner h2, .sf-caption .caption-inner h3, .sf-caption .caption-inner li {
    color: var(--sbp-inverse);
}

.parallax-caption.hidecaption, .sf-caption.hidecaption {
    display: none;
}

.captionAfterParallax {
    background: var(--sbp-white);
    padding: 8px 0 20px 0;
    margin-top: 0px;
}

    .captionAfterParallax p, figcaption.captionbelow p, .gallery-caption p {
        position: relative;
        padding: 0;
        width: auto;
        max-width: 720px;
        margin: 0.5rem auto;
        font-size: 0.865rem;
        color: #686667;
        line-height: 145%;
        text-align: center;
    }

/*========= SCROLLFADE IMAGE =========*/
.scrollfade-container {
    position: relative;
    height: 100%;
    padding-top: 0vh;
    z-index: 1;
}

    .scrollfade-container:after {
        display: block;
        content: '';
        height: calc(100vh - var(--headerheight));
    }

.scrollfade-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--headerheight));
    z-index: -1;
}

.sf-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--headerheight));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sf-caption {
    display: block;
    position: relative;
    /*min-height: 100vh;*/
    padding-top: calc(100vh - var(--headerheight));
    padding-bottom: calc(100vh - var(--headerheight));
}

@media (max-width: 768px) {
    .scrollfade-container:after {
        height: calc(100vh - var(--mobileheaderheight));
    }

    .scrollfade-background {
        height: calc(100vh - var(--mobileheaderheight));
    }

    .sf-bg {
        height: calc(100vh - var(--mobileheaderheight));
    }

    .sf-caption {
        padding-top: calc(100vh - var(--mobileheaderheight));
        padding-bottom: calc(100vh - var(--mobileheaderheight));
    }
}

/*===================================
=              GALLERY              =
===================================*/
.gallery.onethree, .gallery.twoacross, .gallery.threeacross, .gallery.fouracross, .gallery.fiveacross, .gallery.thumbnail-grid {
    margin: 0 auto;
    padding-top: 10px;
}

.gallery .gallery-image {
    margin: 0 0.5% 10px 0.5%;
    position: relative;
    position: relative;
}

.nomargin .gallery .gallery-image {
    margin: 0;
    max-width: 100%;
}

.gallery .gallery-image img {
    vertical-align: middle;
    height: auto;
    width: auto;
    max-width: 100%;
}

.breaker {
    display: none;
}

.gallery.onetwo .gallery-image, .gallery.twoacross .gallery-image {
    flex: 0 0 49%;
    max-width: 49%
}

.nomargin .gallery.onetwo .gallery-image, .nomargin .gallery.twoacross .gallery-image {
    flex: 0 1 50%;
    max-width: 50%
}

.gallery.onethree .gallery-image, .gallery.threeacross .gallery-image {
    flex: 0 0 32.3%;
    /*! max-width: 32.3%; */
}

.nomargin .gallery.onethree .gallery-image, .nomargin .gallery.threeacross .gallery-image {
    flex: 0 1 33.3%;
    max-width: 33.3%;
}

.gallery.masonry .gallery-image {
    flex: 0 0 32.3%;
}

.nomargin .gallery.masonry .gallery-image {
    flex: 0 1 33.3%;
}

.gallery.fouracross .gallery-image {
    flex: 0 0 24%;
    max-width: 24%;
}

.nomargin .gallery.fouracross .gallery-image {
    flex: 0 1 25%;
    max-width: 25%;
}

.gallery.fiveacross .gallery-image {
    flex: 0 0 19%;
    max-width: 19%;
}

.nomargin .gallery.fiveacross .gallery-image {
    flex: 0 1 20%;
    max-width: 20%;
}

.gallery.onetwo .gallery-image:first-of-type, .gallery.onethree .gallery-image:first-of-type {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    flex: 1 1 100% !important;
}

.gallery.onetwo .breaker:nth-child(4n+2) {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 0;
}

.gallery.twoacross .breaker:nth-child(4n) {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 0;
}

.gallery.onethree .breaker:nth-child(6n+2) {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 0;
}

.gallery.threeacross .breaker:nth-child(6n), .gallery.masonry .breaker:nth-child(6n) {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 0;
}

.gallery.fouracross .breaker:nth-child(8n) {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 0;
}

.gallery.fiveacross .breaker:nth-child(10n) {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 0;
}

.gallery-caption {
}

.gallery-image-caption {
    position: relative;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.gallery.thumbnail-grid .gallery-image-caption {
    display: none;
}

.gallery-image-caption p {
    text-align: center;
    margin-bottom: 0;
    font-size: 0.865rem;
    color: #686667;
    line-height: 145%;
}

/* retreats style imagegrid layout */

.imagegrid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}

    .imagegrid .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

        .imagegrid .row .gallery-img {
            flex: 0 32.5%;
        }

    .imagegrid img {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .imagegrid .row1 .mainimage {
        flex: 0 66.4%;
    }

    .imagegrid .row1 .containscolumn {
        flex: 0 32.5%;
        display: flex;
        flex-direction: column;
    }

/*===================================
=              VIDEO                =
===================================*/
.fullScreen .sectionContentWrapper.cat-5 .video-background {
    /* height: 100vh; */
}

.fullWidth .sectionContentWrapper.cat-5 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 100%;
    position: relative;
}

.fullWidth.video-fullscreenheight .sectionContentWrapper.cat-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100vw;
    height: calc(100vh - var(--headerheight));
}

.no-cssvhunit.no-cssvwunit .fullWidth.video-fullscreenheight .sectionContentWrapper.cat-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.video-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    max-width: 100%;
    /*! z-index: -1; */
    pointer-events: none;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    margin: 0 auto;
    background-color: rgb(0, 0, 0);
}

.video-fullscreenheight .video-wrap {
    position: absolute;
    /*! z-index: -999; */
    height: 100%;
    padding-bottom: 100%;
    max-width: unset;
}

.no-cssvhunit.no-cssvwunit .video-fullscreenheight .video-wrap {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    position: relative;
    object-fit: cover;
    margin: 0 auto;
    background-color: rgb(0, 0, 0);
    max-width: unset;
}

.video-embed {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
}

.video-fullscreenheight .video-embed {
}

.video-foreground.video-wrap {
    pointer-events: auto;
    z-index: 2;
}

.video-foreground .video-embed {
    pointer-events: auto;
}

.video-foreground.video-wrap + .overlaycaption {
    z-index: 5;
}

.video-background iframe, .video-foreground iframe {
    object-position: center center;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-aspect-ratio: 16/9) {
    .fullScreen .video-wrap {
        width: 100%;
    }
}


/*===================================
=                SVG                =
===================================*/
.svg-divider {
    position: absolute;
    top: calc(100% - 6.5vw);
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

    .svg-divider svg {
        display: block;
    }

    .svg-divider.sbp-waves-to-pale {
        background: transparent;
    }

        .svg-divider.sbp-waves-to-pale .st0 {
            fill: var(--sbp-pale);
        }

    .svg-divider.sbp-waves-1 {
        top: calc(100% - 6.5vw);
    }

/*===================================
=              CAPTIONs             =
===================================*/
.overlaycaption {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    max-width: var(--main-column);
    margin: 0 auto;
    text-align: left;
}

body.hasSubmenu .overlaycaption {
    top: 100px;
}

.overlaycaption.mobileOnly {
    display: none;
}

.overlaycaptioncenter {
    text-align: center;
}

.overlaycaption.centertop, .captionTop .overlaycaption {
    /*
    margin: 0 auto;
    max-width: var(--inner-column);
    text-align: center;
    top: 5%;
    */
}

.overlaycaption.overlaytopthird {
    top: 24%;
}

.overlaycaption.overlaybottomthird {
    bottom: 24%;
    top: unset;
}

.overlaycaption.overlaybottom {
    bottom: 5%;
    top: unset;
}

.hasDividerBottom .overlaycaption.overlaybottom {
    bottom: calc(5% + 60px);
}

.overlaycaptionright {
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: 1.5%;
}

.overlayverticalcenter {
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider .overlayverticalcenter {
    height: 100% !important;
}

.hasDividerBottom .slider .overlayverticalcenter {
    height: calc(100% - 2.5vw) !important;
}

.overlaycaption.stretchcaption {
    flex-direction: column;
    justify-content: space-between;
    height: 74%;
}

.overlaycaption .headerlogo {
    text-align: left;
    margin: 0 auto 0 0;
    padding-left: 0;
    max-width: 420px;
}

.caption-block .block-wrap {
    background-color: var(--sbp-dark);
}

.caption-block-left .block-wrap {
    order: 1;
}

.caption-block-left figure, .caption-block-left .slider {
    order: 2;
}

.caption-block-right .block-wrap {
    order: 2;
}

.caption-block-right figure, .caption-block-right .slider {
    order: 1;
}

.caption-block-below .block-wrap {
    order: 2;
}

.caption-block-below figure {
    order: 1;
}

.caption-block .block-wrap {
    flex: 0 1 40%;
    width: 40%;
}

.caption-block figure {
    flex: 1 1 60%;
}

.caption-block .slider, .fullWidth .caption-block .slider {
    width: 60%;
    flex: 1 1 60%;
}

.caption-block .block-content {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    box-sizing: border-box
}

    .caption-block .block-content h1, .caption-block .block-content h2, .caption-block .block-content h3, .caption-block .block-content h4, .caption-block .block-content p, .caption-block .block-content li {
        color: var(--sbp-inverse);
        margin-bottom: 0;
        margin-top: 0;
    }

        .caption-block .block-content p[style*="text-align: right"] {
            margin-right: 0;
            margin-left: auto;
        }

        .caption-block .block-content p[style*="text-align: center"] {
            margin-right: auto;
            margin-left: auto;
        }

        .caption-block .block-content p[style*="text-align: left"] {
            margin-right: auto;
            margin-left: 0;
        }

.caption-block.caption-block-below .block-wrap {
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: auto;
}

.caption-block-below .block-content h1, .caption-block-below .block-content h2, .caption-block-below .block-content h3, .caption-block-below .block-content h4, .caption-block-below .block-content p, .caption-block-below .block-content ul {
    margin-left: auto;
    margin-right: auto;
}

.caption-image-text .caption-text-part {
    margin-top: 50px;
}

.image-credit .caption-block-below .block-wrap {
    max-width: unset;
    margin-left: 0;
    flex: 1 1 auto;
    width: 100%;
}

    .image-credit .caption-block-below .block-wrap .block-content {
        padding: 10px 30px;
    }

        .image-credit .caption-block-below .block-wrap .block-content p {
            font-size: 0.96rem;
        }

        .image-credit .caption-block-below .block-wrap .block-content a {
            color: var(--sbp-inverse);
        }

figure.fitscreen .overlaycaption .headerlogo img {
    width: 100%;
    height: auto;
    position: relative;
    padding: 2px 12px 8px 12px;
    display: table;
    margin: 8px auto 8px 0;
    object-fit: contain;
    background-color: rgba(30,30,30,0.3);
}

.overlaycaption h1, .overlaycaption h2, .overlaycaption h3 {
    font-weight: 400;
    color: var(--sbp-inverse);
    padding: 2px 12px 10px 12px;
    display: table; /* so background applies to text only */
    margin: 8px auto 8px 0;
    background-color: rgba(30,30,30,0.3);
    line-height: 1.3;
    max-width: var(--text-width);
    text-align: left;
}

.overlay-caption-transparent .overlaycaption h1, .overlay-caption-transparent .overlaycaption h2,
.overlay-caption-transparent .overlaycaption h3, .overlay-caption-transparent .overlaycaption h4,
.overlay-caption-transparent .overlaycaption p {
    background: transparent;
}

.overlay-caption-wide .overlaycaption h1, .overlay-caption-wide .overlaycaption h2,
.overlay-caption-wide .overlaycaption h3, .overlay-caption-wide .overlaycaption h4,
.overlay-caption-wide .overlaycaption p {
    max-width: 100%;
}

.overlay-caption-wide .overlaycaption.overlaycaptionright {
    max-width: 100%;
}

h1.proportional, .overlaycaption h1.proportional {
    font-size: 6.5vw;
    font-size: clamp(1.8rem, 5.5vw + 1rem, 6.8rem);
    font-weight: 600;
    max-width: 100%;
    padding: 0px 12px 4px 12px;
    line-height: 115%;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
}

h3.proportional, .overlaycaption h3.proportional {
    font-size: 2vw;
    font-size: clamp(0.86rem, 1.5vw + 00.5rem, 2.26rem);
    max-width: 100%;
    padding: 0px 12px 4px 12px;
    line-height: 110%;
    margin-top: 0px !important;
    margin-bottom: 2px !important;
}

h1.normal, h2.normal, h3.normal, h4.normal, p.normal,
.overlaycaption h1.normal {
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
}

.pale .overlaycaption h1, .pale .overlaycaption h2, .pale .overlaycaption h3 {
    background: transparent;
    color: var(--sbp-headings);
}

.overlaycaption h1.darkGreyText, .overlaycaption h2.darkGreyText, .overlaycaption h3.darkGreyText {
    background-color: transparent;
    color: #929292;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.overlaycaption h1 {
    font-size: 2.8rem;
    font-weight: 600;
}

.overlaycaption h2 {
    font-size: 2rem;
}

.overlaycaption p {
    text-align: left;
    margin: 10px auto 0 0;
    width: auto;
    max-width: var(--text-width);
    color: var(--sbp-inverse);
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 140%;
    padding-left: 0;
    padding-right: 1%;
}

.overlaycaption.overlaycaptionright h1, .overlaycaption.overlaycaptionright h2, .overlaycaption.overlaycaptionright h3, .overlaycaption.overlaycaptionright p {
    margin: 8px auto;
}

.overlaycaption.centertop h1, .captionTop .overlaycaption h1,
.overlaycaption.centertop h2, .captionTop .overlaycaption h2,
.overlaycaption.centertop h3, .captionTop .overlaycaption h3 {
    margin: 8px auto;
    max-width: var(--main-column);
    text-align: center;
}

.overlaycaption.centertop p, .captionTop .overlaycaption p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.overlaycaption.stretchcaption h3 {
    font-size: 1.35rem;
}

.overlaycaptioncenter h1, .overlaycaptioncenter h2, .overlaycaptioncenter h3, .overlaycaptioncenter h4, .overlaycaptioncenter p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.overlaycaption h1[style*="text-align: right"], .overlaycaption h2[style*="text-align: right"], .overlaycaption h3[style*="text-align: right"], .overlaycaption p[style*="text-align: right"] {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.overlaycaption h1[style*="text-align: left"], .overlaycaption h2[style*="text-align: left"], .overlaycaption h3[style*="text-align: left"], .overlaycaption p[style*="text-align: left"] {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.overlaycaption h1[style*="text-align: center"], .overlaycaption h2[style*="text-align: center"], .overlaycaption h3[style*="text-align: center"], .overlaycaption p[style*="text-align: center"] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.heading-bold-no-shadow .overlaycaption h1, .heading-bold-no-shadow .overlaycaption h2 {
    background-color: transparent;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    max-width: unset;
    line-height: 1.25;
    margin: 0 auto;
    padding: 0;
}

.heading-bold-no-shadow .overlaycaption h1 {
    font-size: 3.7vw;
    font-weight: 600;
    font-size: clamp(1.8rem, 2.6vw + 1.4rem, 4.4rem);
}

.heading-bold-no-shadow .overlaycaption h2 {
    font-size: 3.34vw;
    font-weight: 300;
    font-size: clamp(1.8rem, 2.6vw + 1.1rem, 3.7rem);
}

figcaption.centredBelow p, .video .centredBelow p, .video-inline .centredBelow p {
    position: relative;
    padding: 0.6rem 20px;
    width: auto;
    max-width: 720px;
    margin: 0 auto;
    font-size: 0.865rem;
    color: #686667;
    line-height: 145%;
    text-align: center;
}

figcaption.centredBelow h3, .video .centredBelow h3 {
    position: relative;
    padding: 0 20px;
    width: auto;
    max-width: 720px;
    margin: 0.6rem auto;
    font-size: 1rem;
    color: #686667;
    line-height: 145%;
    text-align: center;
}

.paging {
    clear: both;
    max-width: var(--inner-column);
    margin: 50px auto;
    text-align: center;
}

    .paging .pagelink {
        display: inline-block;
        font-size: 1rem;
        line-height: 1;
        margin: 0 12px;
        padding: 10px 13px;
    }

        .paging .pagelink:hover {
            background: #eee;
        }

        .paging .page-showing, .paging .pagelink.active {
            background: var(--sbp-orange);
            color: var(--sbp-inverse);
        }

.showing-range {
    display: inline-block;
    margin: 12px auto 0 auto;
    font-size: 0.925rem;
}

/*===================================
=              CONTENT             =
===================================*/
.text-before {
    padding-top: 16px;
}

.articles.teasers {
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    align-items: stretch;
    gap: var(--teaserGapX) var(--teaserGapY);
}

    .articles.teasers.partners {
        margin-left: -1.725%;
        margin-right: -1.725%;
    }

.teasers.width32 article {
    margin: 0;
    border: 1px solid #BDBDBA;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    justify-content: center;
}


article.story-teaser .teaser-content {
    height: 100%;
}

.teasers article .thumbnail, .carousel article .thumbnail, article.story-teaser .thumbnail {
    overflow: hidden;
}

.teasers article.aspect32 .thumbnail, .carousel article.aspect32 .thumbnail {
    aspect-ratio: 3/2;
}

.teasers article.aspect-square .thumbnail, .carousel article.aspect-square .thumbnail {
    aspect-ratio: 1/1;
}

.teasers article.aspect300266 .thumbnail, .carousel article.aspect300266 .thumbnail {
    aspect-ratio: 300/266;
}

.teasers article.aspect43 .thumbnail, .carousel article.aspect43 .thumbnail {
    aspect-ratio: 4/3;
}

.teasers article.aspect21 .thumbnail, .carousel article.aspect21 .thumbnail {
    aspect-ratio: 2/1;
}

.teasers article .thumbnail img, .carousel article .thumbnail img, article.story-teaser .thumbnail img {
    height: 100%;
    transition: transform .5s ease;
}

.teasers article.hoverzoom:hover .thumbnail img, .carousel article.hoverzoom:hover .thumbnail img, article.story-teaser.hoverzoom:hover .thumbnail img {
    transform: scale(1.035);
}

.displaycard {
    padding: 0;
    box-shadow: 0 2px 20px 2px rgba(0,0,0,.16);
    transition: box-shadow 350ms ease-in-out,transform 350ms ease-in-out;
}

    .displaycard:hover:not(.displaycard.no-link) {
        box-shadow: 0 10px 20px 3px rgba(0,0,0,.26)
    }

.teasers article.displaycard {
    border: 0px;
}

.fullWidth .width100 .teaser {
    margin: 0;
    border: 0;
    display: block;
}

    .fullWidth .width100 .teaser .content {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

article.teaser .icon {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: unset;
    flex: 0;
}

    article.teaser .icon img {
        max-width: 100%;
        max-height: 100%;
        padding: 14px;
    }

.content-wrap {
    padding: 8px;
    background-color: transparent;
    position: relative;
}

.teaser .content-wrap {
    overflow: hidden;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /*! align-items: stretch; */
    /*! justify-content: space-between; */
}

    .teaser .content-wrap .content {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        /*! align-items: stretch; */
        justify-content: space-between;
        margin: 0 auto;
        height: 100%;
    }

.teaser .content p {
    flex: 1;
    align-self: flex-start
}

.teaser .heading {
}

.teaser h2 {
    line-height: 1.15;
    margin: 0 auto;
    padding: 16px 8px 20px 8px;
    font-size: 1.6rem;
    text-align: center;
    /*! text-transform: uppercase; */
}

    .teaser h2 a {
        text-transform: uppercase;
        display: block;
        width: 100%;
    }

.teaser h3 {
    text-align: center;
}

.listing {
    display: block;
}

    .listing.twocols {
        column-count: 2;
        column-gap: 30px;
        column-fill: balance;
    }

    .listing .teaser {
        display: block;
        border: 0;
        width: auto;
        max-width: unset;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .listing .content-wrap, .listing .content {
        padding: 0;
        margin-left: 0;
        display: block;
    }

    .listing .teaser .content {
        display: inline-block;
        width: 100%;
    }

        .listing .teaser .content p {
            padding: 0;
            margin: 0 0 2px 0;
            text-align: left;
            font-size: 1.125rem;
        }

.headingtop.teaser h2 {
    height: 78px;
    text-transform: unset;
}

.headingtop.teaser h2, .headingtop.teaser h3 {
    padding: 0;
    line-height: 1.15;
}

    .headingtop.teaser h2 a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px 0px 20px 0px;
        text-transform: none;
    }

.headingtop.teaser.dark h2 a {
    color: #ccc;
}

.headingtop.teaser:hover h2 a {
    background-color: var(--sbp-orange);
    color: var(--sbp-inverse);
}

.teaser .content p {
    margin-bottom: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 0.96rem;
}

.teasers-spacing-alt .teaser .heading h2 {
    flex: 0 1 auto;
    min-height: 3.6rem
}

.teasers-spacing-alt .teaser .content p {
    flex: 1 1 auto;
}

.actlikebuttons .teaser .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .actlikebuttons .teaser .content p {
        font-weight: 400;
        font-size: 1.125rem;
        padding: 10px;
        margin: 0 0 2px 0;
        line-height: 135%;
    }


.actionBox .teaser .content p:before {
    padding: 0;
    content: " ";
    display: block;
    margin: 8px auto 20px auto;
    width: 33%;
    border-bottom: 1px solid var(--sbp-white);
}

.has-background-pale.teaser .content p:before, .has-background-paler.teaser .content p:before {
    border-bottom: 1px solid var(--sbp-dark);
}

.teaser a.button {
    background-color: unset;
    border: 1px solid var(--sbp-white);
    color: var(--sbp-white);
    text-transform: uppercase;
    margin-bottom: 12px;
    padding: 12px 20px;
    z-index: 3;
}

    .teaser a.button:hover {
        background-color: var(--sbp-white);
        color: var(--sbp-dark);
    }

.teaser.forest a.button:hover {
    background-color: var(--sbp-white);
    color: var(--sbp-forest);
}

.teaser.blue a.button:hover {
    background-color: var(--sbp-white);
    color: var(--sbp-blue);
}

.call-to-action .teaser p:before {
    display: none;
}

.call-to-action .teaser:hover {
    background-color: var(--sbp-orange);
    color: var(--sbp-inverse);
}

    .call-to-action .teaser:hover p, .call-to-action .teaser:hover h2 a {
        color: var(--sbp-inverse);
    }

.contact-us .teaser {
    border: 0px;
}

    .contact-us .teaser .content p {
        color: #666;
        font-size: 0.962em;
        margin-bottom: 2px;
    }

.contact-us .width32 article {
    margin-left: 1%;
    margin-right: 1%
}

@media screen and (max-width:860px) {
    .contact-us .width32 article {
        flex-basis: 50%;
        max-width: 48%;
    }
}

@media screen and (max-width:640px) {
    .contact-us .width32.flex-row {
        flex-direction: column;
    }

    .contact-us .width32 article {
        flex-basis: 100%;
        max-width: 99%;
    }
}

#map div {
    position: unset;
}

.gmnoprint img {
    max-width: none !important;
}

/*===================================
=              COLUMNS              =
===================================*/
.twocol-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

    .twocol-inner .textPart {
        padding: 0px 30px 10px 30px;
    }

    .twocol-inner.ratio-50-50 .textPart {
        flex: 0 0 50%;
    }

    .twocol-inner.ratio-25-75 .textOne {
        flex: 0 0 25%;
    }

    .twocol-inner.ratio-25-75 .textTwo {
        flex: 0 0 75%;
    }

    .twocol-inner.ratio-75-25 .textOne {
        flex: 0 0 75%;
    }

    .twocol-inner.ratio-75-25 .textTwo {
        flex: 0 0 25%;
    }

    .twocol-inner.ratio-60-40 .textOne {
        flex: 0 0 60%;
    }

    .twocol-inner.ratio-60-40 .textTwo {
        flex: 0 0 40%;
    }

    .twocol-inner.ratio-40-60 .textOne {
        flex: 0 0 40%;
    }

    .twocol-inner.ratio-40-60 .textTwo {
        flex: 0 0 60%;
    }

    .twocol-inner .textPart .inner {
        height: 100%;
    }

.flex-can-shrink .twocol-inner .textPart {
    flex-shrink: 1 !important;
}

/*===================================
=                TABS              =
===================================*/
.tabs-container {
    width: auto;
    max-width: 100%;
}

.tabs-menu {
    width: 260px;
    flex: 1 0 260px;
    border-right: 1px solid #767576;
    padding: 0;
}

    .tabs-menu ul {
        padding: 0;
        margin: 40px 0;
    }

    .tabs-menu li {
        padding: 0 0 12px 0;
        margin: 0;
        line-height: 100%;
        text-align: left;
    }

    .tabs-menu a {
        /*! text-transform: uppercase; */
        color: #565656;
        padding: 12px 20px;
        display: block;
    }

        .tabs-menu a:hover, .tabs-menu a.active {
            color: var(--sbp-inverse);
            background: var(--sbp-orange);
        }

.tab-mobile-opener {
    display: none;
}

.tab-content-wrap {
    flex: 0 1 auto;
    width: calc(100% - 260px);
}

.tab-content {
    display: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    padding-left: 50px;
}

.tab-content-section {
    margin: 40px auto;
}

.tab-content.active {
    display: block;
    background: var(--sbp-white);
}

.tab-content h3 {
    margin-left: auto;
    text-align: center;
}

    .tab-content p, .tab-content h1, .tab-content h2, .tab-content h3[style*="text-align: left"] {
        margin-left: 0;
        text-align: left;
    }

/*===================================
=        Latest Content Slider      =
===================================*/
@media screen and (max-width: 1560px) {
    .columnWidth .carousel-wrap, .columnWidth .latest-content-slider-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.latest-content-slider, .carousel {
    position: relative;
    width: 100%;
}

    .latest-content-slider .slick-prev, .carousel .slick-prev {
        left: -40px;
        margin-left: 16px;
    }

    .latest-content-slider .slick-next, .carousel .slick-next {
        right: -40px;
        margin-right: 16px;
    }

        .latest-content-slider .slick-prev:before,
        .carousel .slick-prev:before,
        .latest-content-slider .slick-next:before,
        .carousel .slick-next:before {
            font: var(--fa-font-solid);
            font-weight: 900;
            font-size: 30px;
            line-height: 1;
            opacity: .75;
            color: var(--sbp-dark);
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
        }

        .latest-content-slider .slick-next:before,
        .carousel .slick-next:before {
            content: '\f054';
        }

    .latest-content-slider .slick-prev:before,
    .carousel .slick-prev:before {
        content: '\f053';
    }

    .latest-content-slider article {
        margin: 0 20px;
    }

        .latest-content-slider article .thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .carousel article, .slick-initialized.carousel article.slick-slide {
        margin: 0 16px 20px 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        height: 100%;
        background-color: var(--sbp-white);
    }

        .carousel article.teaser .content {
        }

        .carousel article.teaser .heading h2 {
        }

            .carousel article.teaser .heading h2 a {
                color: var(--sbp-headings);
            }

        .carousel article.teaser .content-wrap .content p {
            flex: 1 0 0
        }

    .carousel .content .teaser-cta {
        text-align: center;
        flex: 0 0 0;
    }

    .carousel article a.button {
        background-color: var(--sbp-orange);
    }

        .carousel article a.button:hover {
            background-color: var(--sbp-orange);
            color: rgba(255, 255, 255, 0.8);
        }

    .latest-content-slider .thumbnail,
    .latest-content-slider .content {
        flex: 1 1 50%;
        justify-content: center;
    }

    .latest-content-slider .content {
        padding: 0 20px 20px 12px;
        background-color: var(--sbp-pale);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .latest-content-slider h2 {
        color: var(--sbp-dark);
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.15;
        margin: 0 auto;
        padding: 16px 8px 20px 8px;
        font-size: 1.6rem;
    }

    .latest-content-slider .content h3 {
        text-transform: unset;
        font-size: 1.025rem;
        text-align: center;
        text-transform: uppercase;
    }

    .latest-content-slider h3:first-of-type::after {
        content: '';
        display: block;
        border-bottom: 1px solid var(--sbp-dark);
        margin: 1.2em auto 0 auto;
        width: 30%;
    }

    .latest-content-slider .authors {
        color: var(--sbp-dark);
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
    }

    .latest-content-slider .content p {
        max-width: 640px;
        width: 80%;
        margin: 10px auto;
        font-size: 1rem;
        text-align: center;
    }

    .latest-content-slider .slick-dots, .carousel .slick-dots {
        position: relative;
        bottom: unset;
        display: block;
        width: 100%;
        padding: 0;
        margin: 12px auto;
        list-style: none;
        text-align: center;
    }

        .latest-content-slider .slick-dots li button::before, .carousel .slick-dots li button::before {
            font-size: 14px;
            line-height: 18px;
            width: 24px;
            height: 20px;
            opacity: .5;
            color: #aaa;
        }

        .latest-content-slider .slick-dots li.slick-active button::before, .carousel .slick-dots li.slick-active button::before {
            opacity: .85;
            color: #aaa;
        }

@media screen and (max-width: 960px) {
    .latest-content-slider .teaser-content.flex-row {
        flex-direction: column;
        height: 100%;
    }

    .latest-content-slider .thumbnail {
        flex: 0 0 auto;
    }

    .latest-content-slider .content {
        flex: 1 1 100%;
        padding: 0 16px 16px 16px;
    }

    .latest-content-slider article .thumbnail img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }
}

.imagecompare-wrap, .imagecompare {
    margin: 0 auto;
    text-align: center;
}

    .imagecompare img {
        width: 100%;
    }

    .imagecompare .focus-style:focus {
        outline: none;
        box-shadow: 0px 0px 15px 5px #ddd;
    }

img-comparison-slider {
    --divider-width: 3px;
    --divider-color: #f0f0f0;
    --default-handle-opacity: 0.8;
    --default-handle-color: #fff;
    --default-handle-width: 50px;
    width: 100%;
}

.sbp-handle {
    cursor: e-resize;
    width: clamp(50px, 10vw, 80px);
}


.imagecompare figure {
    position: unset;
}

.imagecompare .before,
.imagecompare .after {
    margin: 0;
}

    .imagecompare .before figcaption,
    .imagecompare .after figcaption {
        background: #fff;
        border: 1px solid #c0c0c0;
        border-radius: 12px;
        color: var(--sbp-headings);
        font-weight: 400;
        opacity: 0.82;
        padding: 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 100%;
    }

    .imagecompare .before figcaption {
        left: 12px;
    }

    .imagecompare .after figcaption {
        right: 12px;
    }


/*===================================
=            CONTACT FORM           =
===================================*/
.contactform-container {
    margin: 0;
    padding: 0;
}

.contactform-initialtext {
    margin: 50px 0;
}

.contactform-container {
    position: relative;
}

    .contactform-container .inner {
        display: none;
    }

    .contactform-container form {
        margin: 30px auto 30px auto;
        max-width: var(--text-width);
        padding: 30px;
        position: relative;
    }

        .contactform-container form li {
            padding: 0 0 12px 0;
        }

        .contactform-container form .group label {
            width: auto;
        }

.email_nospam {
    display: none;
}

.formOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30,30,30,0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: none;
}

.formOverlayContent {
    text-align: center;
    align-self: stretch;
    color: var(--sbp-white);
    position: relative;
}

.formOverlay .close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    -ms-transform: translate(1.0rem,-1.0rem);
    transform: translate(1.0rem,-1.0rem);
    border-radius: 50%;
    background-color: var(--sbp-pale);
    height: 48px;
    width: 48px;
    text-align: center;
}

    .formOverlay .close i {
        background-color: none;
        color: #777;
        text-align: center;
        font-size: 1.6rem;
        padding: 12px;
        cursor: pointer;
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

.formOverlayContent h2, .formOverlayContent h3, .formOverlayContent p {
    color: var(--sbp-inverse);
    text-align: center;
}

/*===================================
=               FOOTER             =
===================================*/
footer {
}

    footer .svg-divider {
        z-index: 1;
        position: relative;
        top: unset;
        padding-top: 80px;
    }

        footer .svg-divider.sbp-footer-pale-to-dark {
            background: var(--sbp-pale);
        }

        footer .svg-divider.sbp-footer-paler-to-dark {
            background: var(--sbp-paler);
        }

.footer-inner {
    z-index: 2;
    background: var(--sbp-dark);
    margin-top: -4px;
    padding: 0px 0 0.2em 0;
}


footer .wrap {
    padding: 0.5em;
    margin: 0 auto;
    max-width: var(--main-column);
    background: var(--sbp-dark);
    color: var(--sbp-inverse);
    text-align: center;
}

footer h2 {
    color: var(--sbp-inverse);
}

footer h3 {
    color: var(--sbp-pale);
    font-size: 0.92rem;
    text-align: center;
}

footer p {
    color: var(--sbp-pale);
    font-size: 0.86rem;
    text-align: center;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    letter-spacing: normal;
}

footer .signupIntro {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

footer .ctct-form-embed.form_1 .ctct-form-defaults {
    background-color: var(--sbp-dark);
}

footer.no-divider {
    margin-top: 50px;
}

    footer.no-divider .footer-inner {
        padding-top: 50px;
    }

.footer-row {
    padding: 20px 0;
}

footer .borderline {
    border-top: 1px solid var(--sbp-pale);
    margin: 40px auto 40px auto;
    display: block;
}

footer .wrap p {
    margin: 10px auto;
    white-space: unset;
}

footer p a {
    color: var(--sbp-orange);
}

footer .logos ul {
    list-style-type: none;
    margin: 0 auto 20px auto;
    padding: 0;
}

footer .logos li {
    margin: 0 0 16px 0;
    padding: 0 10px;
    display: inline-block;
}

footer .logos img {
    max-width: 120px;
    width: auto;
    height: auto;
    max-height: 70px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

footer .logos .footerBreak {
    display: none;
}

footer .footer-social {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.25rem;
}

    footer .footer-social a {
        color: var(--sbp-forest);
    }

        footer .footer-social a:hover {
            color: #999;
        }

.ctct-form-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    max-width: 480px !important;
    padding: 12px 0 0 15px;
    font-size: 1rem !important;
}

div.ctct-form-embed div.ctct-form-defaults {
    padding: 0 !important;
    color: var(--sbp-pale) !important;
}

.ctct-form-embed.form_2 .ctct-form-defaults {
    background-color: var(--sbp-dark) !important;
}

.thinklikeamountain div.ctct-form-embed div.ctct-form-defaults {
    padding: 30px 20px !important;
}

div.ctct-form-embed div.ctct-form-defaults h2, div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
    color: var(--sbp-pale) !important;
    font-size: 1.125rem !important;
    text-align: left;
}

.cat-2 div.ctct-form-embed div.ctct-form-defaults h2, .cat-2 div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
    color: #323232 !important;
    font-size: 1rem !important;
}

.thinklikeamountain div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
    color: #323232 !important;
    margin-bottom: 30px;
    font-size: 1.125rem !important;
    text-align: left;
}

.thinklikeamountain div.ctct-form-embed div.ctct-form-defaults h2 {
    color: var(--sbp-headings) !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif !important;
}

div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
    min-height: 100px;
    display: block;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

    div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success p.ctct-form-text, div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success h2 {
        text-align: center;
        font-size: 0.86rem !important;
    }

.ctct-form-custom input[type="text"], .ctct-form-custom input[type="email"] {
    border: 1px solid #cccccc !important;
    border-radius: 0px !important;
    font-size: 0.86em !important;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif !important;
    color: var(--sbp-dark) !important;
    padding: 12px 12px !important;
    margin: 0 0 2px 0;
}

    .ctct-form-custom input[type="text"]::placeholder, .ctct-form-custom input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #888 !important;
        font-style: normal;
        font-size: 0.86em !important;
    }

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 !important;
}

p.ctct-form-text, p.ctct-form-errorMessage, p.ctct-gdpr-text {
    flex: 0 0 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif !important;
    font-size: 1.125rem !important;
    line-height: 155% !important;
    font-weight: 300 !important;
}


.ctct-form-errorMessage {
    display: none;
}

p.ctct-form-footer {
    display: none;
}

.ctct-form-custom #first_name_field_0, .ctct-form-custom #first_name_field_1, .ctct-form-custom #first_name_field_2 {
    order: 1;
    flex-basis: 50%;
    margin-right: 0;
    margin-left: 0;
}

.ctct-form-custom #last_name_field_0, .ctct-form-custom #last_name_field_1, .ctct-form-custom #last_name_field_2 {
    order: 2;
    flex-basis: 49.5%;
    margin-right: 0;
    margin-left: 0;
}

.ctct-form-custom #email_address_field_0, .ctct-form-custom #email_address_field_1, .ctct-form-custom #email_address_field_2 {
    order: 3;
    flex-basis: 69.5%;
}

.ctct-form-custom button {
    order: 4;
    flex-basis: 30%;
    height: 46px !important;
    padding: 11px 16px !important;
    border-bottom: 1px solid var(--sbp-orange);
    font: normal 100% 'Open Sans', sans-serif, Helvetica, Arial, sans-serif !important;
    font-size: 0.86em !important;
    background-color: var(--sbp-orange);
    margin: 0 0 2px 0 !important;
}

/*===================================
=             OVERLAYS             =
===================================*/
.fancybox__nav {
    position: unset;
}

body.compensate-for-scrollbar {
    padding-right: 0 !important;
}

.popupContent {
    display: none;
}

.team-bio {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--sbp-white);
    width: 100%;
    height: 100%;
}

.popupContent .content-wrap {
    margin: 0;
    width: 100%;
    height: calc(100vh - 200px);
    padding: 0;
    overflow: auto;
}

.popupContent.team-bio .content-wrap {
    height: auto;
    max-height: calc(100vh - 200px);
}

.popupContent .content-wrap .content {
    text-align: left;
    padding-right: 16px;
    max-width: 1160px;
}

    .popupContent .content-wrap .content article .content-wrap {
        margin: 0;
        width: auto;
        height: auto;
        padding: 0;
        overflow: unset;
    }

    .popupContent .content-wrap .content article .content {
        text-align: left;
        padding: 8px 12px;
        max-width: unset;
    }

        .popupContent .content-wrap .content article .content p {
            font-size: 1.125rem;
            line-height: 150%;
        }


.popupContent .content a {
    color: var(--sbp-orange);
}

.popupContent .content p {
    text-align: left;
    color: var(--sbp-inverse);
}

.popupContent .content h2, .popupContent .content h1, .popupContent .content h3 {
    text-align: left;
    color: var(--sbp-inverse);
    margin: 0;
}

.popupContent.visible .content h2 {
    font-size: 2rem;
}

.popupContent.popup-background-white .content {
    background-color: var(--sbp-white);
    color: var(--sbp-bodytext);
}

    .popupContent.popup-background-white .content p, .popupContent.popup-background-white .content h1, .popupContent.popup-background-white .content h2,
    .popupContent.popup-background-white .content h3, .popupContent.popup-background-white .content h4, .popupContent.popup-background-white .content li {
        color: var(--sbp-bodytext);
    }

.teaserInTeaser .popupContent .content p {
    font-weight: 300;
}


.popupContent .content h1, .popupContent .content h2, .popupContent .content h3, .popupContent .content h4 {
    color: var(--sbp-headings);
}

.popupContent .content p, .popupContent .content li {
    color: var(--sbp-bodytext);
    max-width: var(--text-width);
    margin-left: auto;
    margin-right: auto;
}


.popupContent .content h1, .popupContent .content h2, .popupContent .content h3, .popupContent .content h4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    max-width: var(--text-width);
    text-align: left;
}

.popupContent .content h2 {
    margin-bottom: 12px;
}

.popupContent .content-wrap .content ul {
    max-width: var(--text-width);
}


#overlay {
    display: none;
    width: 70%;
    padding: 8px;
    height: 70%;
    background-color: var(--sbp-white);
    border-radius: 6px;
}

.storeMessage {
    color: #333;
    font-weight: 600;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40%;
    max-width: 420px;
    text-align: center;
    margin: 30px auto;
    z-index: 50;
    padding: 30px 40px;
    display: none;
    background-color: rgba(250,250,245,0.95);
    box-shadow: 0 0 12px 3px #999999;
}

    .storeMessage ul {
        margin-left: 0;
    }

    .storeMessage li {
        list-style-type: none;
        margin-left: 0;
    }

.vbox-child {
    max-height: calc(100vh - 90px);
}

.infowindow, .infowindow p {
    text-align: center;
    padding-bottom: 6px;
}

    .infowindow h2 {
        margin: 0 0 12px 0;
        text-align: center;
    }

    .infowindow p {
        text-align: center;
        margin: 0 0 12px 0
    }

.infoimage img {
    max-width: 280px;
    max-width: 100%;
}

.gm-ui-hover-effect span {
    width: 28px !important;
    height: 28px !important;
    background-image: url("https://www.scotlandbigpicture.com/Images/close.png") !important;
}

button.gm-ui-hover-effect > span {
    display: none !important;
}

/* inserts the customized and clickable image instead */
button.gm-ui-hover-effect {
    opacity: 1 !important;
    background: url('https://www.scotlandbigpicture.com/Images/close.png') center center !important;
    background-repeat: no-repeat !important;
    background-size: 28px 28px !important;
    /* above is a good size or uncomment the next line */
    background-size: contain !important;
    right: -10px !important;
    top: -10px !important;
}

.gm-style-iw.gm-style-iw-c {
    overflow: visible;
}

/*===================================
=           MEDIA QUERIES           =
===================================*/
@media screen and (max-width: 1480px) {

    .navColumns {
        padding-top: 46px;
    }
}

@media screen and (max-width:1360px) {
    .team-members.width24 article {
        flex-basis: 31%;
        max-width: 31%;
    }
}

@media screen and (max-width: 1260px) {
    .store-wrapper .width18 article {
        flex: 1 1 31%;
        max-width: 31%;
    }

    .navColumns {
        padding-top: 28px;
    }
}

@media screen and (max-width:var(--inner-column)) {
    .wrap .sectionContentWrapper.cat-0 {
        padding: 20px 0 2em 0;
    }

    .speakers.width32 article {
        flex-basis: 50%;
        max-width: 48%;
    }
}

@media screen and (max-width:1080px) {
    .width18 article {
        flex-basis: 31%;
        max-width: 31%;
    }

    h1.proportional, .overlaycaption h1.proportional {
        font-weight: 500;
        max-width: 100%;
    }

    .filter-controls {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1024px) {
    .width24 article {
        flex-basis: 50%;
        max-width: 47.5%;
    }

    .teaser .heading h2 {
        font-size: 1.4375rem;
    }

    footer .logos img {
        max-width: 110px;
        max-height: 70px;
    }

    .overlaycaption p {
        font-size: 1.025rem;
    }
}

@media screen and (max-width:1020px) {
    .team-members.width24 article {
        flex-basis: 50%;
        max-width: 48%;
    }

    .viewswitches {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    label.sortby-select-label {
        margin-left: 0;
    }

        label.sortby-select-label .sortby-select {
            padding-left: 0;
            margin-right: 20px;
        }

    label.filtercount {
        width: auto;
        margin: 0 0 0 8px;
    }

    .width32 article, .store-wrapper .width32 article {
        flex: 0 1 calc(49.99% - (var(--teaserGapX)) / 2);
        max-width: calc(49.99% - (var(--teaserGapX)) / 2);
    }
}

@media screen and (max-width:920px) {
    .caption-block .block-content {
        padding: 20px 30px;
    }

    .fixedHeader .mobile-remove-fitscreen figure.fitscreen img {
        height: auto;
    }

    footer .footer-social a {
        margin: 0 5px;
    }
}

@media screen and (max-width:860px) {
    header .logo img, header .scrollLogo img {
        max-width: 360px;
    }

    .header-buttons {
        width: auto;
        min-width: unset;
    }

        .header-buttons a.button {
            padding: 12px 10px;
        }

    #view-cart-wrap {
        width: 50px;
    }

    .keep-aspect-ratio .slider .ratio-1 img {
        /* 2:1 */
        height: 50vw;
    }

    .keep-aspect-ratio .slider .ratio-2 img {
        /* 3:1 */
        height: 33.3vw;
    }

    .keep-aspect-ratio .slider .ratio-3 img {
        /* 3:2 */
        height: 66.7vw;
    }

    .keep-aspect-ratio .slider .ratio-4 img {
        /* 4:3 */
        height: 75vw;
    }

    .fixedHeader .slider .ratio-5 img {
        /* 5:4 */
        height: 80vw;
    }

    .keep-aspect-ratio .slider .ratio-6 img {
        /* 11:8 */
        height: 72.7vw;
    }

    .keep-aspect-ratio .slider .ratio-7 img {
        /* 16:9 */
        height: 56.25vw;
    }

    figure.fitscreen.mobilePosition-0 img {
        object-position: 0%;
    }

    figure.fitscreen.mobilePosition-5 img {
        object-position: 5%;
    }

    figure.fitscreen.mobilePosition-10 img {
        object-position: 10%;
    }

    figure.fitscreen.mobilePosition-15 img {
        object-position: 15%;
    }

    figure.fitscreen.mobilePosition-20 img {
        object-position: 20%;
    }

    figure.fitscreen.mobilePosition-25 img {
        object-position: 25%;
    }

    figure.fitscreen.mobilePosition-30 img {
        object-position: 30%;
    }

    figure.fitscreen.mobilePosition-35 img {
        object-position: 35%;
    }

    figure.fitscreen.mobilePosition-40 img {
        object-position: 40%;
    }

    figure.fitscreen.mobilePosition-45 img {
        object-position: 45%;
    }

    figure.fitscreen.mobilePosition-50 img {
        object-position: 50%;
    }

    figure.fitscreen.mobilePosition-55 img {
        object-position: 55%;
    }

    figure.fitscreen.mobilePosition-60 img {
        object-position: 60%;
    }

    figure.fitscreen.mobilePosition-65 img {
        object-position: 65%;
    }

    figure.fitscreen.mobilePosition-70 img {
        object-position: 70%;
    }

    figure.fitscreen.mobilePosition-75 img {
        object-position: 75%;
    }

    figure.fitscreen.mobilePosition-80 img {
        object-position: 80%;
    }

    figure.fitscreen.mobilePosition-85 img {
        object-position: 85%;
    }

    figure.fitscreen.mobilePosition-90 img {
        object-position: 90%;
    }

    figure.fitscreen.mobilePosition-95 img {
        object-position: 95%;
    }

    figure.fitscreen.mobilePosition-100 img {
        object-position: 100%;
    }

    .overlaycaption, .overlaycaption.overlaycaptioncenter, .overlaycaption.overlaycaptionright {
        width: 100%;
        max-width: unset;
        right: 0;
        left: 0;
        bottom: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

        .overlaycaption.centertop, .captionTop .overlaycaption {
            margin: 0 auto;
            width: auto;
            text-align: center;
            top: 5%;
        }

    .hearts-and-minds .overlaycaption.overlaycaptionright {
        width: 55%;
    }

    .overlaycaption h1, .overlaycaption h2, .overlaycaption h3, .overlaycaption h4 {
        padding: 2px 20px 10px 20px;
        display: block;
        margin: 8px 0 8px 0;
        text-align: center !important;
    }

    .overlaycaption h2, .overlaycaption h3, .overlaycaption h4 {
        padding-top: 10px;
    }

    .overlaycaption h1 {
        font-size: 2.5rem;
    }

    .overlaycaption.overlayverticalcenter h1 {
        margin-top: 0;
    }

    .overlaycaption p {
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .separate-title .overlaycaption {
        top: 16px;
    }

        .separate-title .overlaycaption h3.overlay-bottom-left {
            width: 96vw;
        }

    h1.proportional, .overlaycaption h1.proportional {
        font-size: 6.5vw;
        font-weight: 600;
        max-width: 100%;
        line-height: 115%;
    }

    .hasDividerBottom .overlaycaption.overlaybottom:has(h1.proportional) {
        bottom: calc(5% + 40px);
    }

    .wrap .sectionContentWrapper, .fullWidth .wrap .sectionContentWrapper {
        padding: 20px 3% 2em 3%;
    }

    .section-has-submenu .wrap .sectionContentWrapper, .section-has-submenu.fullWidth .wrap .sectionContentWrapper {
        padding: 3px 0;
    }

    .nopadding .wrap .sectionContentWrapper, .nopadding.fullWidth .wrap .sectionContentWrapper {
        padding: 0;
    }

    .caption-block .block-content {
        padding: 10px 24px;
    }

    footer {
        padding-top: 60px;
    }

    .col-6 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    footer .footer-social {
        margin: 40px auto 0 auto;
    }

    footer .wrap p {
        /*white-space: pre-wrap;*/
    }

    footer .credits {
        display: flex;
        flex-direction: column;
    }

        footer .credits span {
            margin: 8px 0;
        }

    .creditsBreak {
        display: none;
    }

    .ctct-form-custom {
        padding: 12px 0 0 0;
    }

    .carousel .slick-dots li, .latest-content-slider .slick-dots li {
        width: 46px;
        height: 32px;
        text-align: center;
    }

        .carousel .slick-dots li button, .latest-content-slider .slick-dots li button, carousel .slick-dots li button:before, .latest-content-slider .slick-dots li button:before {
            height: 32px;
        }

            .carousel .slick-dots li button::before, .latest-content-slider .slick-dots li button:before {
                font-size: 18px;
                line-height: 24px;
            }
}

/* @media screen and (max-aspect-ratio: 11/8) {
    .fixedHeader .slider img, .fixedHeader figure.fitscreen img {
        object-fit: cover;
        height: auto;
    }
}
}
*/

@media screen and (max-width:810px) {
    .caption-block {
        flex-direction: column;
    }

        .caption-block .block-wrap {
            flex: 0 0 100%;
            width: 100%;
        }

        .caption-block .block-content {
            padding: 20px 30px;
        }

        .caption-block .slider, .fullWidth .caption-block .slider {
            width: 100%;
            flex: 0 0 100%;
        }

    .caption-block-right figure, .caption-block-left figure {
        order: 1;
    }

    .caption-block-right .block-wrap, .caption-block-left .block-wrap {
        order: 2;
    }

    .tabs-menu {
        width: 0;
        display: none;
    }

    .tab-content-wrap {
        flex: 1 0 100%;
        width: 100%;
    }

    .tab-content {
        padding-left: 0;
    }

    .tab-mobile-opener {
        display: block;
    }

        .tab-mobile-opener button {
            background-color: var(--sbp-dark);
            color: var(--sbp-inverse);
            width: 100%;
            margin-bottom: 10px;
        }

    .speakers.width32 article {
        flex-basis: 100%;
        max-width: 100%;
    }

    .latest-content-slider .heading h2 {
        padding: 0;
        margin: 1em 0 0.26em 0;
    }

    .latest-content-slider .content p {
        max-width: 96%;
        width: auto;
    }

    .parallax-caption .caption-inner {
        width: 55%;
        margin-left: 5%;
        margin-right: auto;
    }

    .parallax-caption.parallaxCaptionRight .caption-inner {
        width: 55%;
        margin-left: auto;
        margin-right: 5%;
    }
}

@media screen and (max-width: 768px) {
    html.hasSubmenu {
        scroll-padding-top: 130px;
    }

    h2 {
        font-size: 1.6rem;
    }

    .flex-row.stackonmobile, .twocol-inner.text-text.stackonmobile {
        flex-direction: column;
    }

        .flex-row.stackonmobile > .cell:not(.flex-row.mobile-no-border > .cell) {
            margin-bottom: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid #ccc;
        }

        .flex-row.stackonmobile > .cell:last-of-type {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 0px solid #ccc;
        }


    ul.bullet.cols {
        columns: 1;
        column-gap: 0px;
        margin-right: 12px;
    }

    header, header.position-fixed {
        height: var(--mobileheaderheight);
    }

        header .content-wrapper {
            width: 96%;
        }

    .sitesearch {
        top: var(--mobileheaderheight);
    }

    header .logo, header .scrollLogo {
        min-width: 80px;
        flex: 1 1 auto;
    }

        header .logo img, header .scrollLogo img {
            max-height: 56px;
        }

        header .logo img, header .scrollLogo img {
            margin-top: 6px;
        }

    .fixedHeader .main-content {
        margin-top: 0px;
    }

    .header-buttons {
        display: none;
    }

    #headerfix, #headerfix.position-fixed {
        position: relative;
        background-color: var(--sbp-dark);
    }

    .header-buttons.mobileOnly {
        display: block;
        margin: var(--mobileheaderheight) auto 6px auto;
        padding: 10px 2% 10px 2%;
        text-align: center;
    }

        .header-buttons.mobileOnly .button {
            padding: 12px 14px;
        }

    .overlaycaption h1 {
        /*! font-size: 2.2rem; */
    }

    .overlaycaption h3 {
        font-size: 1.34rem;
    }

    .caption-image-text .caption-text-part {
        margin-top: 40px;
    }

    .width18 article, .store-wrapper .width18 article, .store-wrapper .width24 article {
        flex-basis: 48%;
        max-width: 48%;
    }

    .width48 article {
        flex-basis: 100%;
        max-width: 98%;
    }

    hr.breakafterhr {
        width: 0;
        display: none;
    }

    .teaser .heading h2 {
        font-size: 1.375rem;
    }

    .cat-2 figcaption.centredBelow p, .video .centredBelow p {
        max-width: 640px;
    }

    .width48 .tourDescription, .width48 .imagegrid {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .innerpadding768 {
        padding: 20px 4% 0 4%;
    }

    .filter-wrapper-inner {
        top: 69px;
        height: calc(100% - 69px);
        width: 420px;
    }

    .filter-controls .searchfilter-wrap {
        margin-left: 0
    }

    .infographic {
        flex-direction: column;
    }

    .infog, .retreat .infog, .nrn-partners .infog {
        width: 100% !important;
        flex: 1 0 100% !important;
        align-self: center;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

        .infog .icon {
            flex: 0 0 16%;
            text-align: center;
            align-self: center;
        }

        .retreat .infog .icon img {
            height: 32px;
        }

        .infog .description {
            flex: 1 1 auto;
            text-align: left;
            font-size: 0.862rem;
        }

            .infog .description p {
                text-align: left;
                font-size: 0.862rem;
            }

    .latest-content-slider .slick-dots, .carousel .slick-dots {
        padding: 0;
        margin: 8px auto 8px auto;
    }
}

@media screen and (max-width:767px) {
    .columnWidth .carousel-wrap, .columnWidth .latest-content-slider-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .carousel article, .slick-initialized.carousel article.slick-slide, article.story-teaser {
        margin: 0 auto 20px auto;
        max-width: 98%;
    }

    .latest-content-slider .content .authors {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .filter-controls {
        flex-wrap: wrap;
        justify-content: center;
    }

        .filter-controls .searchfilter-wrap {
            padding-top: 0px;
            padding-right: 0;
            margin-bottom: 12px;
        }

    .gallery .gallery-image,
    .gallery.onetwo .gallery-image, .gallery.onethree .gallery-image, .gallery.twoacross .gallery-image, .gallery.threeacross .gallery-image, .gallery.fouracross .gallery-image, .gallery.fiveacross .gallery-image, .gallery.thumbnail-grid .gallery-image, .gallery.masonry .gallery-image,
    .nomargin .gallery.onetwo .gallery-image, .nomargin .gallery.onethree .gallery-image, .nomargin .gallery.twoacross .gallery-image, .nomargin .gallery.threeacross .gallery-image, .nomargin .gallery.fouracross .gallery-image, .nomargin .gallery.fiveacross .gallery-image, .nomargin .gallery.thumbnail-grid .gallery-image, .nomargin .gallery.masonry .gallery-image {
        flex: 1 1 auto;
        max-width: 100%;
    }

        .gallery .gallery-image img {
            width: 100%;
        }

    .overlaycaption:not(.fitscreen .overlaycaption), .overlaycaption.overlaycaptioncenter:not(.fitscreen .overlaycaption), .overlaycaption.overlaycaptionright:not(.fitscreen .overlaycaption) {
        position: relative;
        margin: 20px 0 0px 0;
        padding-bottom: 30px;
        top: unset;
    }

    .overlaycaption h1:not(.fitscreen .overlaycaption h1, .video-fullscreenheight .overlaycaption h1),
    .overlaycaption h2:not(.fitscreen .overlaycaption h2, .video-fullscreenheight .overlaycaption h2),
    .overlaycaption h3:not(.fitscreen .overlaycaption h3, .video-fullscreenheight .overlaycaption h3) {
        padding: 0.225em 0;
        margin: 0 0 0.5em 0;
    }

    .dark .overlaycaption h1:not(.fitscreen .overlaycaption h1, .dark .video-fullscreenheight .overlaycaption h1),
    .dark .overlaycaption h2:not(.fitscreen .overlaycaption h2, .dark .video-fullscreenheight .overlaycaption h2),
    .dark .overlaycaption h3:not(.fitscreen .overlaycaption h3, .dark .video-fullscreenheight .overlaycaption h3) {
        background: none;
        padding: 0.225em 0;
        margin: 0 0 0.5em 0;
        color: var(--sbp-inverse);
    }

    .overlaycaption p:not(.fitscreen .overlaycaption p), .overlaycaption li:not(.fitscreen .overlaycaption li) {
        background: none;
        color: var(--sbp-headings);
    }

    .dark .overlaycaption p:not(.fitscreen .overlaycaption p), .dark .overlaycaption li:not(.fitscreen .overlaycaption li) {
        background: none;
        color: var(--sbp-inverse);
    }
}

@media screen and (max-width: 640px) {
    .hideOnMobile {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    .desktopOnly {
        display: none;
    }

    .heading-bold-no-shadow .overlaycaption h1 {
        font-size: clamp(1.32rem, 4vw + 0.5rem, 3rem);
    }

    .heading-bold-no-shadow .overlaycaption h2 {
        font-size: clamp(1.18rem, 3vw + 0.6rem, 1.92rem);
    }

    .width32 article, .width24 article, .width18 article, .store-wrapper .width18 article, .store-wrapper .width24 article, .store-wrapper .width32 article,
    .team-members.width24 article {
        flex-basis: 100%;
        max-width: 98%;
    }

    .articles.teasers.partners {
        margin-left: 0;
        margin-right: 0;
    }

    .slider .slick-dots {
        display: none;
    }

    .svg-divider {
    }

    /* .cat-5.sectionContentWrapper, .cat-4 figure, .cat-0 figure {
        display: flex;
        flex-direction: column;
    } */

    .separate-title .overlaycaption {
        top: 0;
    }

    .hearts-and-minds .overlaycaption.overlaycaptionright {
        max-width: 100%;
        width: auto;
    }

    .overlaycaption h2 {
        font-size: 1.48rem;
        padding: 0 12px 6px 12px;
    }

    .overlaycaption p {
        text-align: center;
        margin-left: auto;
    }

    input[type=submit], button, .button {
        white-space: unset;
    }

    .gallery.onethree, .gallery.twoacross, .gallery.threeacross, .gallery.fouracross, .gallery.fiveacross, .gallery.thumbnail-grid {
        flex-direction: column;
    }

        .gallery .gallery-image,
        .gallery.onetwo .gallery-image, .gallery.onethree .gallery-image, .gallery.twoacross .gallery-image, .gallery.threeacross .gallery-image, .gallery.fouracross .gallery-image, .gallery.fiveacross .gallery-image, .gallery.thumbnail-grid .gallery-image, .gallery.masonry .gallery-image,
        .nomargin .gallery.onetwo .gallery-image, .nomargin .gallery.onethree .gallery-image, .nomargin .gallery.twoacross .gallery-image, .nomargin .gallery.threeacross .gallery-image, .nomargin .gallery.fouracross .gallery-image, .nomargin .gallery.fiveacross .gallery-image, .nomargin .gallery.thumbnail-grid .gallery-image, .nomargin .gallery.masonry .gallery-image {
            flex: 1 1 auto;
            max-width: 100%;
        }

    .cat-2 figcaption.centredBelow p, .video .centredBelow p {
        max-width: 480px;
    }

    .filter-wrapper-inner {
        top: 69px;
        height: calc(100% - 69px);
        width: 100%;
    }

    h1.proportional, .overlaycaption h1.proportional {
        font-size: 6.25vw;
        font-weight: 600;
        max-width: 100%;
    }

    .hasDividerBottom .overlaycaption.overlaybottom:has(h1.proportional) {
        bottom: calc(5% + 30px);
    }

    .parallax-caption .caption-inner, .parallax-caption.parallaxCaptionRight .caption-inner {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:480px) {

    .search-icon {
        margin: 0 0 0px 16px;
    }

    .menuToggle {
        margin-left: 24px;
        width: 50px
    }

    .caption-image-text .caption-text-part {
        margin-top: 20px;
    }


    h2 {
        font-size: 1.48rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    footer {
        padding-top: 20px;
    }

        footer .fa-lg {
            font-size: 1em;
        }

    .cat-2 figcaption.centredBelow p, .video .centredBelow p {
        max-width: 320px;
    }

    .supporters ul.cols {
        columns: 1;
        column-gap: 0px;
    }

    figcaption.overlaycaption h3, .overlaycaption.stretchcaption h3 {
        font-size: 1.24rem
    }

    .filter-controls-filtersort {
        flex-direction: column;
    }

    label.radiobutton {
        margin: 0 10px 0 10px;
    }

    label.sortby-select-label .sortby-select {
        padding: 12px;
        margin-left: 0px;
        margin-right: 6px;
    }

    h1.proportional, .overlaycaption h1.proportional {
        font-size: 6vw;
        font-weight: 600;
        max-width: 100%;
    }

    .hasDividerBottom .overlaycaption.overlaybottom:has(h1.proportional) {
        bottom: calc(5% + 20px);
    }

    button.search-assistant {
        padding-left: 16px;
        padding-right: 16px;
    }

    .parallax-caption .caption-inner, .parallax-caption.parallaxCaptionRight .caption-inner {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
