@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Playfair+Display:400,700|Raleway:400,600,700);

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 100%
}

body {
    padding: 0;
    background: #fefefe;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em
}

body,
figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    overflow: visible;
    clear: both;
    max-width: 71.25rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #e6a525;
    border-left: 0
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre,
samp {
    font-family: monospace, monospace
}

a,
small {
    line-height: inherit
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #5a0c12;
    text-decoration: none;
    cursor: pointer;
    outline: none!important
}

a:active,
a:hover {
    outline-width: 0
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

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

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    margin: 0
}

input,
optgroup {
    line-height: 1.15
}

.flexnav li ul.flexnav-show li,
button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

button,
fieldset {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0
}

legend,
select {
    box-sizing: border-box
}

legend {
    display: table;
    padding: 0;
    color: inherit;
    white-space: normal;
    max-width: 100%;
    margin-bottom: .5rem
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    height: auto;
    min-height: 50px
}

summary {
    display: list-item
}

.no-js .dropdown.menu ul,
.no-js [data-responsive-menu] ul,
[hidden],
template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

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

select {
    width: 100%
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important
}

button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre,
textarea {
    overflow: auto
}

button,
input,
optgroup {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.align-right,
.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center,
.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto,
.flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row,
.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column,
.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.row {
    max-width: 71.25rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12,
.small-up-1>.column,
.small-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1,
.small-up-2,
.small-up-3,
.small-up-4,
.small-up-5,
.small-up-6,
.small-up-7,
.small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3>.column,
.small-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4>.column,
.small-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5>.column,
.small-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6>.column,
.small-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7>.column,
.small-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8>.column,
.small-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: .625rem;
    padding-left: .625rem
}

.row.large-unstack>.column,
.row.large-unstack>.columns,
.row.medium-unstack>.column,
.row.medium-unstack>.columns,
.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

blockquote,
dd,
div,
dl,
dt,
form,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

b,
em,
i,
strong {
    line-height: inherit
}

em,
i {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #e6a525
}

.h1,
h1 {
    font-size: 1.5rem
}

h1 {
    margin: 0
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-bottom: .5rem
}

.h1 {
    margin-top: 0
}

.h2,
h2 {
    font-size: 1.25rem
}

h2 {
    margin: 0
}

.h2 {
    margin-top: 0
}

.h3,
h3 {
    font-size: 1.1875rem
}

h3 {
    margin: 0
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.4;
    margin-bottom: .5rem
}

.h3 {
    margin-top: 0
}

.h4,
h4 {
    font-size: 1.125rem
}

h4 {
    margin: 0
}

.h4 {
    margin-top: 0
}

.h5,
h5 {
    font-size: 1.0625rem
}

h5 {
    margin: 0
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.4;
    margin-bottom: .5rem
}

.h5 {
    margin-top: 0
}

.h6,
h6 {
    font-size: 1rem
}

h6 {
    margin: 0
}

.h6 {
    margin-top: 0
}

a:focus,
a:hover {
    color: #ca231b
}

a img {
    border: 0
}

dl,
ol,
ul {
    list-style-position: outside;
    line-height: 1.6;
    margin-bottom: 1rem
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #e6a525
}

.subheader,
blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "— "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #333333;
    cursor: help;
    text-decoration: none
}

code,
kbd {
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #333333
}

code {
    border: 1px solid #e6a525;
    font-weight: 400;
    padding: .125rem .3125rem .0625rem
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.menu.align-right.vertical li .submenu li,
.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.show-for-print {
    display: none!important
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.1375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #e6a525;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #e6a525;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #e6a525
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #e6a525
}

input::placeholder,
textarea::placeholder {
    color: #e6a525
}

input:disabled,
input[readonly],
select:disabled,
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333333
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #333333
}

.input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child {
    border-radius: 0 0 0 0
}

.input-group>:last-child>* {
    border-radius: 0 0 0 0
}

.input-group-label {
    margin: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #e6a525;
    background: #e6e6e6;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0px;
    height: auto;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

.fieldset,
select {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #e6a525
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.1375rem;
    margin: 0 0 1rem;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding: .5rem 1.5rem .5rem .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    height: auto
}

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

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.form-error,
.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

.form-error.is-visible,
.is-drilldown li {
    display: block
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #5a0c12;
    color: #fefefe
}

[data-whatinput=mouse] .button,
[data-whatinput=mouse] .dropdown.menu a,
[data-whatinput=mouse] .menu li {
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #c8231b;
    color: #fefefe
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #5a0c12;
    color: #fefefe
}

.button.primary:focus,
.button.primary:hover {
    background-color: #bc2119;
    color: #fefefe
}

.button.secondary {
    background-color: #767676;
    color: #fefefe
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe
}

.button.success {
    background-color: #3adb76;
    color: #333333
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #333333
}

.button.warning {
    background-color: #ffae00;
    color: #333333
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #333333
}

.button.alert {
    background-color: #cc4b37;
    color: #fefefe
}

.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #5a0c12;
    color: #fefefe
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #5a0c12;
    color: #fefefe
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #767676;
    color: #fefefe
}

.button.disabled.success,
.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
    background-color: #3adb76;
    color: #333333
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    background-color: #ffae00;
    color: #333333
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    background-color: #cc4b37;
    color: #fefefe
}

.button.hollow {
    border: 1px solid #5a0c12;
    color: #5a0c12
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #761410;
    color: #761410
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
    border: 1px solid #5a0c12;
    color: #5a0c12
}

.button.clear,
.button.hollow.primary {
    border: 1px solid #5a0c12;
    color: #5a0c12
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #761410;
    color: #761410
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent
}

.button.clear:focus,
.button.clear:hover {
    color: #761410
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    border: 1px solid #5a0c12;
    color: #5a0c12
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
    border-color: transparent
}

.button.clear.primary {
    border: 1px solid #5a0c12;
    color: #5a0c12
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #761410
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
    border-color: transparent
}

.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #3b3b3b
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
    border-color: transparent
}

.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success:focus,
.button.clear.success:hover {
    color: #157539
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
    border-color: transparent
}

.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #805700
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
    border-color: transparent
}

.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #67251a
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
    border-color: transparent
}

.button.dropdown::after {
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.hollow.primary::after,
.button.dropdown.hollow::after {
    border-top-color: #5a0c12
}

.button.dropdown.hollow.secondary::after {
    border-top-color: #767676
}

.button.dropdown.hollow.success::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #5a0c12
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '+'
}

.is-active>.accordion-title::before {
    content: '\2013'
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #333333
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal,
.menu.vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.nested,
.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.nested {
    margin-right: 0
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a,
.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-bottom li a,
.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg,
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .active>a,
.menu .is-active>a {
    background: #5a0c12;
    color: #fefefe
}

.menu-centered>.menu li .submenu li,
.menu.align-center li .submenu li,
.menu.align-left,
.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu-centered>.menu li,
.menu.align-center li,
.menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu,
.menu-centered>.menu li,
.menu.align-center li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a,
.drilldown a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu,
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after,
.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5a0c12
}

.drilldown .is-drilldown-submenu-parent>a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    left: auto
}

.drilldown .js-drilldown-back>a::before,
.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-style: solid;
    border-color: transparent #5a0c12 transparent transparent;
    border-left-width: 0
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    right: auto;
    left: 1rem;
    display: block
}

.drilldown .js-drilldown-back>a::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #e6a525;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    visibility: visible;
    display: block
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub,
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #5a0c12 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

.dropdown .is-dropdown-submenu a,
.dropdown.menu a {
    padding: .7rem 1rem
}

.dropdown.menu .is-active>a {
    background: 0 0;
    color: #5a0c12
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #5a0c12 transparent transparent
}

.dropdown.menu.vertical>li.opens-right>a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #5a0c12
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #e6a525;
    background: #fefefe
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, .45);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #e6a525;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.footer ul li:last-child,
.page-content .button-block p:last-child,
.reveal>:last-child,
.single-post-content__inner .button-block p:last-child {
    margin-bottom: 0
}

.reveal.collapse,
.tabs.simple>li>a {
    padding: 0
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

.reveal.without-overlay {
    position: fixed
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none
}

.tabs::after,
.tabs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.explore .explore-item.item-1:hover .explore-item__text,
.tabs.primary {
    background: #5a0c12
}

.content-row.dark-content blockquote p,
.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #df271e
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #5a0c12
}

.tabs-title>a:hover {
    background: #fefefe;
    color: #ca231b
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #e6e6e6;
    color: #5a0c12
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #333333;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

.show-for-sr,
.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.hide-for-portrait,
.show-for-landscape {
    display: block!important
}

.hide-for-landscape,
.show-for-portrait {
    display: none!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.sticky,
.sticky-container {
    position: relative
}

.sticky {
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck,
body.blured:before {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-anchored.is-at-bottom,
.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

@-webkit-keyframes header-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes header-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: visible
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: visible
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

body.blured:before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(10, 10, 10, .8);
    z-index: 100;
    transition: all 1s cubic-bezier(.165, .84, .44, 1)
}

.parallax-window {
    background: 0 0;
    position: relative
}

[viewport-animate] {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    transition: all .6s ease-in-out;
    will-change: transform, opacity
}

[viewport-animate].visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sticky-container {
    z-index: 2000
}

.header,
.header__logo {
    transition: all .3s ease-in-out
}

.header {
    height: 9.375rem;
    width: 100%;
    z-index: 1000;
    background: #fefefe;
    transition-property: height, box-shadow
}

.header.is-stuck {
    height: 4.375rem;
    box-shadow: 0 5px 13px rgba(10, 10, 10, .17)
}

.header.is-stuck .header__logo img,
.header__logo img {
    width: auto;
    height: 3.6875rem
}

.header-2 br,
.header.is-stuck .gtranslate-holder {
    display: none
}

.header>.row {
    height: 100%;
    position: relative;
    background: #fefefe
}

.header .gtranslate-holder {
    position: absolute;
    top: .9375rem;
    right: 1.25rem
}

.header .gtranslate-holder a.glink img {
    width: 20px
}

.header .gtranslate-holder select {
    margin-top: .3125rem
}

.header .gtranslate-holder .header-social {
    z-index: 1;
    width: 500px;
    float: right;
}

.header .gtranslate-holder .header-social img {
    width: auto;
    height: 1.875rem;
    display: inline-block;
    float: right;
    margin-right: .9375rem
}

.header .menu-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3.4375rem;
    color: #5a0c12;
    font-size: 1.625rem;
    outline: none!important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.header .menu-button .touch-button {
    display: none!important
}

.header__logo {
    display: block;
    outline: none
}

.header__logo img {
    transition: all .3s ease-in-out;
    transition-property: width, height
}

.header-1 {
    position: relative;
    z-index: 1
}

.search-trigger {
    display: block;
    outline: none!important;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/search.png);
    position: relative;
    top: -1.5625rem
}

.search-panel {
    background: #5a0c12;
    position: absolute;
    height: 3.75rem;
    width: 100%;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all .3s ease-in-out
}

.search-panel.show {
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.header-2>.row,
.search-panel>.row {
    height: 100%
}

.search-panel input {
    margin: 0;
    width: 18.75rem;
    max-width: 100%
}

.search-panel input::-webkit-input-placeholder {
    color: #191919
}

.search-panel input:-moz-placeholder,
.search-panel input::-moz-placeholder {
    color: #191919
}

.search-panel input:-ms-input-placeholder {
    color: #191919
}

.search-panel input:focus::-webkit-input-placeholder {
    color: transparent
}

.search-panel input:focus:-moz-placeholder,
.search-panel input:focus::-moz-placeholder {
    color: transparent
}

.search-panel input:focus:-ms-input-placeholder {
    color: transparent
}

.header-2 {
    height: 3.75rem;
    border-top: .0625rem solid #e6a525
}

.footer__social p,
.header-2 p,
.header-2 select {
    margin: 0
}

.header-2 .glink,
.home-contact .address-2 br {
    display: none
}

.header-2 .hide-for-medium {
    padding: 0!important
}

.header-2__social img {
    width: auto;
    height: 1.5rem;
    display: inline-block;
    float: right;
    margin-right: .3125rem
}

.footer__contacts {
    border-right: .0625rem solid #bb5626
}

.footer__address {
    font-size: 1rem;
    color: #333333;
    line-height: 160%;
    min-width: 11.25rem
}

.footer__call .label {
    display: block;
    color: #e6a525;
    font-size: .8125rem;
    margin-bottom: .1875rem;
    text-transform: uppercase;
    line-height: 100%;
    font-family: "Short Stack", cursive
}

.footer h5,
.footer__call a {
    line-height: 100%;
    font-weight: 700
}

.footer__call a {
    display: inline-block;
    font-size: 1rem
}

.footer__logo {
    margin-bottom: .9375rem
}

.footer h5 {
    font-size: 1.125rem;
    padding: 0;
    color: #4c4c4c
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer ul a,
.home-headline h3 {
    font-family: "Short Stack", cursive;
    display: inline-block;
    position: relative
}

.footer ul a {
    padding-left: 1.125rem;
    font-size: 1rem
}

.footer ul a:before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #bb5626
}

.footer h5,
.footer ul li,
.page-content section {
    margin-bottom: .625rem
}

.footer__social {
    padding-top: 1.25rem;
    font-size: 1.5rem;
    font-family: "Short Stack", cursive
}

.footer__social a {
    outline: none!important
}

.footer__social img {
    display: inline-block;
    margin-right: .9375rem
}

.footer-1,
.footer-2 {
    border-top: .3125rem solid #5a0c12
}

.footer-1 {
    background: #fefefe;
    padding-top: 1.875rem;
    padding-bottom: 4.375rem
}

.footer-2 {
    color: #fefefe;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    background: #666;
    font-size: .875rem;
    position: relative
}

.footer-2 .scroll-up,
.footer-2 .scroll-up:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.footer-2 .scroll-up {
    width: 5.625rem;
    height: 3.125rem;
    display: block;
    outline: none;
    top: -3.4375rem
}

.footer-2 .scroll-up:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 50px;
    border-color: transparent transparent #5a0c12
}

.footer-2 .scroll-up:after {
    content: '';
    top: .9375rem;
    width: 51px;
    height: 33px;
    background: url(../images/css_sprites.png) -81px -10px
}

.footer-2 a:hover {
    text-decoration: underline
}

.back-top {
    cursor: pointer;
    display: block;
    background: #b11320;
    width: 40px;
    height: 40px;
    outline: none;
    text-indent: -9999px;
    border-radius: 3px;
    position: fixed;
    bottom: 90px;
    right: .9375rem;
    visibility: hidden;
    opacity: 0
}

.back-top .icon {
    position: absolute;
    color: #fefefe;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.back-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 1000
}

.back-top.cd-fade-out {
    opacity: .8
}

.home-slider {
    border-bottom: .3125rem solid #5a0c12;
    margin-bottom: 4.0625rem;
    position: relative
}

.home-slider .home-main-carousel {
    opacity: 0;
    visibility: hidden
}

.home-slider .home-main-carousel.flickity-enabled {
    opacity: 1;
    visibility: visible
}

.home-slider .home-main-carousel-item {
    display: block;
    width: 100vw;
    height: 23.75rem;
    position: relative
}

.home-slider .home-main-carousel-item:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 10, 10, .2), rgba(10, 10, 10, .05))
}

.home-slider .home-main-carousel-item img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    width: 100%;
    height: 100%
}

.home-slider .home-main-carousel .flickity-page-dots {
    margin: 0;
    text-align: center;
    display: inline-block;
    bottom: 4.0625rem
}

.home-slider .home-main-carousel .flickity-page-dots .dot {
    display: inline-block;
    text-indent: -9999px;
    width: .9375rem;
    height: .9375rem;
    background: #f9c76b;
    margin: 0 .625rem;
    cursor: pointer;
    position: relative
}

.home-slider .home-main-carousel .flickity-page-dots .dot:before {
    content: '';
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f9c76b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.home-slider .home-main-carousel .flickity-page-dots .dot.is-selected:before {
    opacity: 1;
    visibility: visible;
    width: 1.875rem;
    height: 1.875rem;
    background: #5a0c12;
    border-radius: 50%
}

.home-slider__headline {
    color: #fefefe;
    font-family: "Short Stack", cursive;
    font-size: 2.25rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: 7.5rem;
    text-align: center;
    width: 100%
}

.home-slider .home-main-carousel .flickity-page-dots,
.home-slider .scroll-down,
.home-slider .scroll-down:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.home-slider .scroll-down {
    bottom: -3.4375rem;
    width: 5.625rem;
    height: 3.125rem;
    display: block;
    outline: none
}

.home-slider .scroll-down:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 45px 0;
    border-color: #5a0c12 transparent transparent
}

.home-slider .scroll-down:after {
    content: '';
    top: .125rem;
    width: 51px;
    height: 33px;
    background: url(../images/css_sprites.png) -10px -10px
}

.home-headline {
    text-align: center
}

.home-headline h3 {
    text-transform: uppercase;
    color: #404040;
    font-size: 2.5rem;
    padding-bottom: .3125rem;
    line-height: 100%;
    border-bottom: .375rem dotted #5a0c12
}

.home-headline.white h3 {
    color: #fefefe;
    border-color: #bfbfbf
}

.home-contact,
.home-headline h3 {
    margin-bottom: 2.5rem
}

.home-contact .address-1 {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #404040;
    margin-bottom: .3125rem
}

.home-contact .address-2 {
    display: block;
    font-size: 1.125rem;
    color: #4c4c4c
}

.explore,
.home-contact .call-holder {
    position: relative;

}

.home-contact .call-holder {
    display: inline-block;
}

.home-contact .call-holder:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.home-contact .call-holder .label {
    display: block;
    font-family: "Short Stack", cursive;
    color: #e6a525;
    font-size: .8125rem;
    margin-bottom: .1875rem;
    text-transform: uppercase
}

.home-contact .call-holder a {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125rem
}

.home-contact .call-holder.phone-holder:before {
    width: 37px;
    height: 40px;
    background: url(../images/css_sprites.png) -152px -10px
}

.home-contact .call-holder.email-holder:before {
    width: 42px;
    height: 32px;
    background: url(../images/css_sprites.png) -66px -120px
}

.explore {
    padding-bottom: 1.25rem;
    z-index: 1;
    box-shadow: 0 4px 9px 0 rgba(89, 89, 89, .2)
}

.explore .explore-1,
.explore>.row {
    margin-bottom: .9375rem
}

.explore .explore-1 img,
.explore .explore-7 img {
    position: absolute!important
}

.explore .explore-1 .explore-item {
    height: 18.75rem
}

.explore .explore-2 .explore-item,
.explore .explore-3 .explore-item {
    height: 10rem
}

.explore .explore-3,
.explore .explore-5 {
    padding-right: 0!important
}

.explore .explore-4 .explore-item {
    height: 100%!important
}

.explore .explore-5 .explore-item,
.explore .explore-6 .explore-item {
    height: 12.5rem
}

.explore .explore-7,
.explore .explore-item+a {
    margin-top: .9375rem
}

.explore .explore-7 img {
    width: 100%;
    height: 100%;
    display: none
}

.explore .explore-7 .explore-item__text {
    background: rgba(126, 204, 49, .6);
    position: relative
}

.explore .explore-item {
    display: block;
    color: #fefefe;
    position: relative
}

.explore .explore-item img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    z-index: -1
}

.explore .explore-item__text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(226, 49, 41, .6);
    padding: .9375rem 1.25rem;
    transition: all .4s ease-in-out
}

.explore .explore-item__text .explore-item__headline {
    font-family: "Short Stack", cursive;
    font-size: 1.4375rem;
    margin-bottom: .3125rem;
    display: block
}

.explore .explore-item__text p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 120%
}

.explore .explore-item__middle-text {
    position: absolute;
    width: calc(100% - 20px);
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.explore .explore-item__middle-text .explore-item__headline {
    font-family: "Short Stack", cursive;
    font-size: 1.75rem;
    margin-bottom: 1.5625rem;
    display: block
}

.explore .explore-item__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fefefe;
    margin-bottom: 0;
    border-radius: .3125rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5rem .625rem;
    color: #fefefe;
    border-color: #fefefe!important;
    transition: all .4s ease-in-out
}

[data-whatinput=mouse] .explore .explore-item__button {
    outline: 0
}

.explore .explore-item__button,
.explore .explore-item__button.disabled,
.explore .explore-item__button.disabled:focus,
.explore .explore-item__button.disabled:hover,
.explore .explore-item__button:focus,
.explore .explore-item__button:hover,
.explore .explore-item__button[disabled],
.explore .explore-item__button[disabled]:focus,
.explore .explore-item__button[disabled]:hover {
    background-color: transparent
}

.explore .explore-item__button:focus,
.explore .explore-item__button:hover {
    border-color: #7f7f7f;
    color: #7f7f7f
}

.explore .explore-item__button:focus.disabled,
.explore .explore-item__button:focus[disabled],
.explore .explore-item__button:hover.disabled,
.explore .explore-item__button:hover[disabled] {
    border: 1px solid #fefefe;
    color: #fefefe
}

.explore .explore-item.item-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, .3);
    box-shadow: 0 0 10px rgba(10, 10, 10, .5);
    opacity: 0;
    transition: all .4s ease-in-out
}

.explore .explore-item.item-1:hover:before {
    opacity: 1
}

.explore .explore-item.item-2 {
    margin-bottom: .9375rem
}

.explore .explore-item.item-2:before {
    background: rgba(178, 66, 161, .3)
}

.explore .explore-item.item-2:hover .explore-item__button {
    background: #fefefe;
    color: #b242a1
}

.explore .explore-item.item-2:hover:before {
    background: #b242a1
}

.explore .explore-item.item-2:before,
.explore .explore-item.item-3:before,
.explore .explore-item.item-4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, .5);
    transition: all .4s ease-in-out
}

.explore .explore-item.item-3:before {
    background: rgba(227, 167, 40, .3)
}

.explore .explore-item.item-3:hover .explore-item__button {
    background: #fefefe;
    color: #e3a728
}

.explore .explore-item.item-3:hover:before {
    background: #e3a728
}

.explore .explore-item.item-4:before {
    background: rgba(226, 49, 41, .3)
}

.explore .explore-item.item-4:hover .explore-item__button {
    background: #fefefe;
    color: #5a0c12
}

.explore .explore-item.item-4:hover:before,
.page-content .su-tabs-nav span.su-tabs-current:hover,
.single-post-content__inner .su-tabs-nav span.su-tabs-current:hover {
    background: #5a0c12
}

.explore .explore-item.item-5:before {
    background: rgba(26, 100, 156, .3)
}

.explore .explore-item.item-5:hover .explore-item__button {
    background: #fefefe;
    color: #1a649c
}

.explore .explore-item.item-5:hover:before {
    background: #1a649c
}

.explore .explore-item.item-5:before,
.explore .explore-item.item-6:before,
.explore .explore-item.item-7:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, .5);
    transition: all .4s ease-in-out
}

.explore .explore-item.item-6:before {
    background: rgba(28, 188, 164, .3)
}

.explore .explore-item.item-6:hover .explore-item__button {
    background: #fefefe;
    color: #1cbca4
}

.explore .explore-item.item-6:hover:before {
    background: #1cbca4
}

.explore .explore-item.item-7 {
    width: 100%;
    height: 100%
}

.explore .explore-item.item-7:before {
    background: rgba(10, 10, 10, .3);
    opacity: 0
}

.explore .explore-item.item-7:hover .explore-item__text {
    background: #7ecc31
}

.explore .explore-item.item-7:hover:before {
    opacity: 1
}

.home-school-live {
    background: #e84343 url(../images/pattern-life.png);
    padding: 6.875rem 0 4.375rem;
    position: relative
}

.home-school-live .school-live-carousel {
    margin-bottom: 2.8125rem;
    opacity: 0;
    visibility: hidden
}

.home-school-live .school-live-carousel.flickity-enabled {
    opacity: 1;
    visibility: visible
}

.home-school-live .school-live-carousel .flickity-viewport {
    transition: height .5s ease-in-out;
    margin-bottom: 1.25rem
}

.home-school-live .school-live-carousel .carousel-cell {
    margin-right: 1.875rem
}

.home-school-live .school-live-carousel .school-item {
    opacity: 1;
    visibility: visible;
    width: 21.875rem
}

.home-school-live .school-live-carousel__nav button {
    position: absolute;
    top: 50%;
    background: #afafaf;
    width: 2.625rem;
    height: 2.625rem;
    outline: none!important;
    cursor: pointer
}

.home-school-live .school-live-carousel__nav button:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.home-school-live .school-live-carousel__nav button.prev {
    left: 0;
    border-radius: 0 6px 6px 0
}

.home-school-live .school-live-carousel__nav button.prev:after {
    right: .5625rem;
    width: 22px;
    height: 26px;
    background: url(../images/css_sprites.png) -128px -120px
}

.home-school-live .school-live-carousel__nav button.next {
    left: auto;
    right: 0;
    border-radius: 6px 0 0 6px
}

.home-school-live .school-live-carousel__nav button.next:after {
    left: .5625rem;
    width: 22px;
    height: 26px;
    background: url(../images/css_sprites.png) -174px -180px
}

.home-school-live .school-live-carousel .flickity-page-dots {
    margin: 0;
    text-align: center
}

.home-school-live .school-live-carousel .flickity-page-dots .dot {
    display: inline-block;
    text-indent: -9999px;
    width: .9375rem;
    height: .9375rem;
    background: #f9c76b;
    margin: 0 .625rem;
    cursor: pointer;
    position: relative
}

.home-school-live .school-live-carousel .flickity-page-dots .dot:before {
    content: '';
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f9c76b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.home-school-live .school-live-carousel .flickity-page-dots .dot.is-selected:before {
    opacity: 1;
    visibility: visible;
    width: 1.875rem;
    height: 1.875rem;
    background: #fefefe;
    border-radius: 50%
}

.home-school-live .showmore {
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fefefe;
    color: #fefefe;
    margin-bottom: 0;
    margin-top: .625rem;
    border-radius: .3125rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: .75rem 1rem;
    border-color: #fefefe!important;
    display: inline-block
}

[data-whatinput=mouse] .home-school-live .showmore {
    outline: 0
}

.home-school-live .showmore,
.home-school-live .showmore.disabled,
.home-school-live .showmore.disabled:focus,
.home-school-live .showmore.disabled:hover,
.home-school-live .showmore:focus,
.home-school-live .showmore:hover,
.home-school-live .showmore[disabled],
.home-school-live .showmore[disabled]:focus,
.home-school-live .showmore[disabled]:hover {
    background-color: transparent
}

.home-school-live .showmore:focus,
.home-school-live .showmore:hover {
    border-color: #7f7f7f;
    color: #7f7f7f
}

.home-school-live .showmore:focus.disabled,
.home-school-live .showmore:focus[disabled],
.home-school-live .showmore:hover.disabled,
.home-school-live .showmore:hover[disabled] {
    border: 1px solid #fefefe;
    color: #fefefe
}

.home-school-live .showmore:hover {
    color: #5a0c12;
    background: #fefefe
}

.home-news {
    background: #f9f9f9 url(../images/pattern-news.png);
    padding: 6.25rem 0 4.375rem;
    margin-bottom: 3.75rem
}

.home-news .news-carousel {
    opacity: 0;
    visibility: hidden
}

.home-news .news-carousel.flickity-enabled {
    opacity: 1;
    visibility: visible
}

.home-news .news-carousel:after {
    content: 'flickity';
    display: none
}

.home-news .news-carousel .carousel-cell {
    width: 18.75rem;
    margin-right: .9375rem
}

.filter-selection ul li,
.home-news .news-carousel .carousel-cell .news-item {
    margin-bottom: 0
}

.home-news .showmore {
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 1px solid #5a0c12;
    color: #5a0c12;
    margin-top: 1.25rem;
    margin-bottom: 0;
    border-radius: .3125rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: .75rem 1rem;
    display: inline-block
}

[data-whatinput=mouse] .home-news .showmore {
    outline: 0
}

.home-news .showmore,
.home-news .showmore.disabled,
.home-news .showmore.disabled:focus,
.home-news .showmore.disabled:hover,
.home-news .showmore:focus,
.home-news .showmore:hover,
.home-news .showmore[disabled],
.home-news .showmore[disabled]:focus,
.home-news .showmore[disabled]:hover {
    background-color: transparent
}

.home-news .showmore:focus,
.home-news .showmore:hover {
    border-color: #761410;
    color: #761410
}

.home-news .showmore:focus.disabled,
.home-news .showmore:focus[disabled],
.home-news .showmore:hover.disabled,
.home-news .showmore:hover[disabled] {
    border: 1px solid #5a0c12;
    color: #5a0c12
}

.home-events {
    padding: 6.25rem 0 4.375rem
}

.home-events>.row {
    max-width: 56.25rem
}

.home-events .tabs {
    margin: 0 0 1.25rem;
    border: 0;
    background: 0 0
}

.home-events .tabs-title {
    float: none
}

.home-events .tabs-title>a {
    display: block;
    padding: 1.25rem .625rem;
    color: #fefefe;
    background: #f9c76b;
    font-weight: 700;
    font-size: 1.1875rem;
    text-align: center
}

.home-events .tabs-title>a:focus,
.home-events .tabs-title>a[aria-selected=true] {
    background: #5a0c12;
    color: #fefefe
}

.home-events .tabs-content {
    border: 0;
    border-top: 0;
    background: 0 0;
    color: #767676
}

.home-events .tabs-panel {
    padding: 0
}

.home-events .calendar-holder {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.home-banner:before,
.home-events .calendar-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-banner {
    color: #fefefe;
    height: 31.25rem;
    position: relative;
    background-size: cover;
    text-align: center
}

.home-banner:before {
    content: '';
    background: rgba(226, 49, 41, .5)
}

.home-banner>.row {
    height: 100%;
    position: relative;
    z-index: 1
}

.home-banner__headline {
    display: block;
    font-family: "Short Stack", cursive;
    font-size: 3rem;
    margin-bottom: 2.1875rem
}

.home-banner__subhead {
    display: block;
    font-size: 1.75rem;
    margin-bottom: 3.125rem
}

.home-banner .readmore {
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fefefe;
    color: #fefefe;
    margin-bottom: 0;
    border-radius: .3125rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: .75rem 1rem;
    border-color: #fefefe!important;
    display: inline-block
}

[data-whatinput=mouse] .home-banner .readmore {
    outline: 0
}

.home-banner .readmore,
.home-banner .readmore.disabled,
.home-banner .readmore.disabled:focus,
.home-banner .readmore.disabled:hover,
.home-banner .readmore:focus,
.home-banner .readmore:hover,
.home-banner .readmore[disabled],
.home-banner .readmore[disabled]:focus,
.home-banner .readmore[disabled]:hover {
    background-color: transparent
}

.home-banner .readmore:focus,
.home-banner .readmore:hover {
    border-color: #7f7f7f;
    color: #7f7f7f
}

.home-banner .readmore:focus.disabled,
.home-banner .readmore:focus[disabled],
.home-banner .readmore:hover.disabled,
.home-banner .readmore:hover[disabled] {
    border: 1px solid #fefefe;
    color: #fefefe
}

.home-banner .readmore:hover {
    color: #5a0c12;
    background: #fefefe
}

.top-image {
    position: relative;
    height: 12.5rem;
    overflow: hidden;
    background: #5a0c12
}

.top-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.page-content {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.1875rem
}

.page-content section h2,
.page-content section h3 {
    font-family: "Short Stack", cursive;
    font-size: 2.5rem;
    margin-bottom: .9375rem
}

.page-content section h3 {
    font-size: 1.75rem;
    line-height: 1.1
}

.page-content section p {
    margin-bottom: 1.25rem;
    line-height: 135%
}

.content-row.dark-content {
    background: #a4b5c4;
    color: #484747
}

.content-row h1,
.content-row h2,
.content-row h3,
.content-row h4,
.content-row h5 {
    font-family: "Short Stack", cursive;
    line-height: 120%
}

.content-row h1 {
    margin-bottom: .625rem
}

.content-row ul li ul {
    list-style: circle
}

.content-row .alignleft {
    float: left;
    margin-right: 1.25rem;
    margin-bottom: .9375rem
}

.content-row .alignright {
    float: right;
    margin-left: 1.25rem;
    margin-bottom: .9375rem
}

.content-row blockquote {
    border-left: 0
}

.content-row blockquote p {
    color: #767676;
    font-style: italic;
    font-weight: 600
}

.content-row .accordion .accordion-item {
    margin-bottom: .625rem;
    border-bottom: .0625rem solid #e6e6e6
}

.content-row .accordion .accordion-item.is-active .accordion-title,
.content-row .accordion .accordion-item:hover .accordion-title {
    color: #3d75ba
}

.content-row .accordion .accordion-title {
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #2c3e50
}

.content-row :last-child>.accordion-content:last-child {
    border-bottom: none
}

.quote-row {
    position: relative;
    background: #545f96;
    padding: 1.875rem 3.125rem;
    color: #fefefe
}

.quote-row>.row {
    z-index: 1
}

.quote-row__headline {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    display: block;
    font-size: 1.625rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.875rem
}

.quote-row blockquote {
    position: relative;
    border-left: 0;
    padding: 0
}

.quote-row blockquote:before {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 0;
    height: 100%;
    width: .125rem;
    background: #9898e5
}

.gallery-carousel,
.quote-row>.row {
    position: relative
}

.gallery-carousel__item a,
.gallery-carousel__item img {
    display: block
}

.gallery-carousel .owl-next,
.gallery-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #5a0c12;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%
}

.gallery-carousel .owl-next .icon,
.gallery-carousel .owl-prev .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fefefe;
    font-size: 1.25rem
}

.gallery-carousel .owl-next.disabled,
.gallery-carousel .owl-prev.disabled {
    display: none
}

.gallery-carousel .owl-next {
    left: auto;
    right: 1.25rem
}

.boxed-content {
    background: #e4e8f5;
    font-size: .875rem;
    overflow: hidden
}

.boxed-content__text .inner {
    padding: 2.5rem
}

.boxed-content__text h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-bottom: 1.875rem
}

.page-content .button-block,
.single-post-content__inner .button-block {
    display: block;
    padding: 2.5rem 2.25rem;
    border-radius: .375rem;
    box-shadow: 0 0 14px 0 rgba(10, 10, 10, .1);
    border: .125rem solid #fefefe;
    transition: all .25s ease-in-out;
    color: #333333!important
}

.page-content .button-block:hover,
.single-post-content__inner .button-block:hover {
    border-color: #5a0c12
}

.page-content .button-block__button,
.single-post-content__inner .button-block__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 1px solid #5a0c12;
    color: #5a0c12;
    margin: 0;
    border-radius: .3125rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem
}

[data-whatinput=mouse] .page-content .button-block:hover .button-block__button,
[data-whatinput=mouse] .page-content .button-block__button,
[data-whatinput=mouse] .single-post-content__inner .button-block:hover .button-block__button,
[data-whatinput=mouse] .single-post-content__inner .button-block__button {
    outline: 0
}

.page-content .button-block__button,
.page-content .button-block__button.disabled,
.page-content .button-block__button.disabled:focus,
.page-content .button-block__button.disabled:hover,
.page-content .button-block__button:focus,
.page-content .button-block__button:hover,
.page-content .button-block__button[disabled],
.page-content .button-block__button[disabled]:focus,
.page-content .button-block__button[disabled]:hover,
.single-post-content__inner .button-block__button,
.single-post-content__inner .button-block__button.disabled,
.single-post-content__inner .button-block__button.disabled:focus,
.single-post-content__inner .button-block__button.disabled:hover,
.single-post-content__inner .button-block__button:focus,
.single-post-content__inner .button-block__button:hover,
.single-post-content__inner .button-block__button[disabled],
.single-post-content__inner .button-block__button[disabled]:focus,
.single-post-content__inner .button-block__button[disabled]:hover {
    background-color: transparent
}

.page-content .button-block__button:focus,
.page-content .button-block__button:hover,
.single-post-content__inner .button-block__button:focus,
.single-post-content__inner .button-block__button:hover {
    border-color: #761410;
    color: #761410
}

.page-content .button-block__button:focus.disabled,
.page-content .button-block__button:focus[disabled],
.page-content .button-block__button:hover.disabled,
.page-content .button-block__button:hover[disabled],
.single-post-content__inner .button-block__button:focus.disabled,
.single-post-content__inner .button-block__button:focus[disabled],
.single-post-content__inner .button-block__button:hover.disabled,
.single-post-content__inner .button-block__button:hover[disabled] {
    border: 1px solid #5a0c12;
    color: #5a0c12
}

.page-content .button-block:hover .button-block__button,
.single-post-content__inner .button-block:hover .button-block__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #5a0c12;
    color: #fefefe;
    font-size: 1rem;
    border-radius: .3125rem;
    margin: 0
}

.page-content .button-block:hover .button-block__button:focus,
.page-content .button-block:hover .button-block__button:hover,
.single-post-content__inner .button-block:hover .button-block__button:focus,
.single-post-content__inner .button-block:hover .button-block__button:hover {
    background-color: #5a0c12;
    color: #fefefe
}

.page-content h3,
.single-post-content__inner h3 {
    font-family: "Short Stack", cursive;
    font-size: 1.75rem;
    margin-bottom: .9375rem;
    line-height: 1.1
}

.page-content ol,
.page-content ul,
.single-post-content__inner ol,
.single-post-content__inner ul {
    margin-left: 2.5rem
}

.page-content .su-tabs,
.single-post-content__inner .su-tabs {
    margin: 0 0 1.5em;
    padding: 0;
    border-radius: 0;
    background: 0 0
}

.page-content .su-tabs-nav,
.single-post-content__inner .su-tabs-nav {
    margin-bottom: .9375rem
}

.page-content .su-tabs-nav span,
.single-post-content__inner .su-tabs-nav span {
    display: inline-block;
    margin-right: 1.25rem;
    padding: 10px 15px;
    font-size: 1.1875rem;
    min-height: 40px;
    line-height: 20px;
    border-radius: .375rem;
    color: #4c4c4c;
    transition: all .2s;
    background: #eee;
    font-family: "Short Stack", cursive;
    text-transform: uppercase;
    box-shadow: 0 5px 0 #f9c76b;
    position: relative
}

.page-content .su-tabs-nav span:hover,
.single-post-content__inner .su-tabs-nav span:hover {
    background: #eee
}

.page-content .su-tabs-nav span.su-tabs-current,
.single-post-content__inner .su-tabs-nav span.su-tabs-current {
    background: #5a0c12;
    color: #fefefe;
    box-shadow: 0 5px 0 #a6251e
}

.page-content .su-tabs-nav span.su-tabs-current:after,
.single-post-content__inner .su-tabs-nav span.su-tabs-current:after {
    position: absolute;
    content: '';
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -.9375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0;
    border-color: #5a0c12 transparent transparent
}

.page-content .su-tabs-pane,
.single-post-content__inner .su-tabs-pane {
    padding: 2.25rem;
    font-size: 1.1875rem;
    border-radius: .375rem;
    background: #fff;
    color: #333333;
    box-shadow: 0 0 14px 0 rgba(10, 10, 10, .1)
}

.page-content .su-spoiler,
.single-post-content__inner .su-spoiler {
    margin-bottom: .375rem;
    box-shadow: 0 0 14px 0 rgba(10, 10, 10, .1)
}

.page-content .su-spoiler-title,
.single-post-content__inner .su-spoiler-title {
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 400;
    font-size: 1.4375rem;
    background: #bb5626;
    border-radius: .3125rem;
    color: #5a0c12;
    font-family: "Short Stack", cursive;
    border: .0625rem solid #bb5626;
    text-shadow: 1px 1px rgba(254, 254, 254, .8)
}

.page-content .su-spoiler-title strong,
.single-post-content__inner .su-spoiler-title strong {
    font-weight: 400
}

.page-content .su-spoiler-title:before,
.single-post-content__inner .su-spoiler-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: .75rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #333333 transparent transparent
}

.page-content .su-spoiler-icon,
.single-post-content__inner .su-spoiler-icon {
    display: none!important
}

.page-content .su-spoiler-content,
.single-post-content__inner .su-spoiler-content {
    padding: 0 2.25rem 1.25rem!important
}

.page-content .su-spoiler.su-spoiler-closed,
.single-post-content__inner .su-spoiler.su-spoiler-closed {
    box-shadow: none
}

.page-content .su-spoiler.su-spoiler-closed .su-spoiler-title,
.single-post-content__inner .su-spoiler.su-spoiler-closed .su-spoiler-title {
    border-color: #bbb;
    color: #333333;
    text-shadow: none
}

.page-content .su-spoiler.su-spoiler-closed .su-spoiler-title:before,
.single-post-content__inner .su-spoiler.su-spoiler-closed .su-spoiler-title:before {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333333
}

.page-content .su-spoiler.su-spoiler-closed .su-spoiler-content,
.single-post-content__inner .su-spoiler.su-spoiler-closed .su-spoiler-content {
    padding: 0!important
}

.page-content .su-note,
.single-post-content__inner .su-note {
    color: #fefefe!important;
    border: 0!important;
    border-radius: 0!important
}

.page-content .su-note-inner,
.single-post-content__inner .su-note-inner {
    position: relative;
    color: #fefefe!important;
    border-radius: .375rem!important;
    padding: .625rem 1.875rem 2.5rem
}

.page-content .su-note-inner:before,
.single-post-content__inner .su-note-inner:before {
    content: '';
    display: block!important;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: .125rem dashed #fefefe;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.flexnav li,
.news-item img,
.page-content .home-school-live.expand,
.single-post-content__inner .home-school-live.expand {
    position: relative
}

.page-content .home-school-live.expand .school-item__text,
.single-post-content__inner .home-school-live.expand .school-item__text {
    margin-top: 0
}

.page-content .home-school-live h3,
.single-post-content__inner .home-school-live h3 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: .3125rem
}

.file-list {
    max-width: 56.25rem!important;
    margin-left: auto!important;
    margin-right: auto!important
}

.file-list h3 {
    font-size: 2.5rem!important;
    margin-bottom: 2.5rem!important;
    padding-bottom: .3125rem!important
}

.file-list__item {
    margin-bottom: 1.875rem
}

.file-list__item .icon-holder {
    padding-right: 0!important
}

.file-list__item-icon {
    width: 30px;
    height: 40px;
    background: url(../images/css_sprites.png) -209px -10px
}

.file-list__item-date {
    display: block;
    color: #e6a525;
    font-size: .75rem;
    margin-bottom: .125rem;
    text-transform: uppercase;
    font-family: "Short Stack", cursive
}

.file-list__item-title {
    display: block;
    color: #5a0c12;
    font-family: "Short Stack", cursive;
    font-size: 1.4375rem
}

.news-listing {
    background: #f9f9f9 url(../images/pattern-news.png);
    padding: 3.125rem 0
}

.news-listing .facetwp-template {
    max-width: 71.25rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.load-more-holder .misha_loadmore {
    color: #5a0c12;
    font-size: 1.4375rem;
    font-family: "Short Stack", cursive;
    position: relative;
    cursor: pointer
}

.load-more-holder .misha_loadmore:before {
    content: '';
    width: 40px;
    height: 37px;
    background: url(../images/css_sprites.png) -10px -63px;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.news-item {
    display: block;
    background: #fefefe;
    border-radius: .3125rem;
    padding: .9375rem .9375rem .9375rem 1.25rem;
    margin-bottom: 1.875rem;
    box-shadow: 1px 1px 6px rgba(89, 89, 89, .19)
}

.news-item img {
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.news-item__time,
.news-item__title {
    text-transform: uppercase;
    display: block
}

.news-item__title {
    font-family: "Short Stack", cursive;
    font-size: 1.1875rem;
    margin-bottom: .3125rem;
    color: #4c4c4c
}

.news-item__time {
    font-size: .75rem;
    margin-bottom: .625rem;
    color: #e6a525
}

.news-item p {
    font-size: .8125rem;
    display: block;
    color: #1a1a1a;
    line-height: 140%
}

.news-item__type {
    position: relative;
    display: inline-block;
    padding-left: 1.375rem
}

.news-item__type:before {
    content: '';
    background: url(../images/folder.png) no-repeat;
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .0625rem;
    left: 0
}

.nav-bar .filter-dropdown ul li a:hover,
.news-item .more {
    color: #5a0c12
}

.page-template-schedule .home-events {
    padding: 2.5rem 0
}

.page-template-schedule .home-events>.row {
    max-width: 56.25rem;
    margin-right: auto;
    margin-left: auto
}

.calendar-table {
    padding-bottom: 3.125rem;
    margin-top: -1.25rem
}

.calendar-table .section_title {
    margin-top: 1.25rem
}

.calendar-table .section_title .inner {
    color: #fefefe;
    text-transform: uppercase;
    background: #5a0c12;
    padding: 1.25rem;
    text-align: center;
    font-family: "Short Stack", cursive;
    font-size: 1.5rem
}

.calendar-table .section_row .inner {
    padding: 1.25rem;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    font-weight: 600
}

.calendar-table .section_row .month {
    padding-right: 0!important
}

.calendar-table .section_row .month .inner {
    background: #fceaea;
    width: 5rem;
    color: #5a0c12;
    text-transform: uppercase
}

.calendar-table .section_row .day,
.calendar-table .section_row .year {
    padding-right: 0!important;
    padding-left: 0!important
}

.calendar-table .section_row .year .inner {
    background: #fbdddb;
    width: 3.125rem
}

.calendar-table .section_row .day .inner {
    background: #fceaea;
    width: 3.125rem
}

.calendar-table .section_row .description {
    padding-left: 0!important
}

.calendar-table .section_row .description .inner {
    background: #fbdddb;
    text-align: left;
    width: 100%;
    font-weight: 400
}

.calendar-table .section_row:nth-child(2n) .month .inner {
    background: #fef4f3
}

.calendar-table .section_row:nth-child(2n) .year .inner {
    background: #fce7e6
}

.calendar-table .section_row:nth-child(2n) .day .inner {
    background: #fef4f3
}

.calendar-table .section_row:nth-child(2n) .description .inner {
    background: #fce7e6
}

.calendar-table .section_break .inner {
    color: #5a0c12;
    text-transform: uppercase;
    background: #f7c1bf;
    padding: 1.25rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem
}

.load-more-holder {
    margin-top: 3.75rem
}

.load-more-holder .load-more-trigger {
    display: inline-block;
    position: relative;
    color: #fefefe;
    font-size: 1.4375rem;
    font-family: "Short Stack", cursive;
    cursor: pointer;
    outline: none!important
}

.load-more-holder .load-more-trigger:before {
    content: '';
    position: absolute;
    top: -2.8125rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40px;
    height: 37px;
    background: url(../images/css_sprites.png) -70px -63px
}

.nav-bar {
    background: #f73e34;
    position: relative;
    box-shadow: 0 5px 10px rgba(10, 10, 10, .1);
    padding-top: .625rem;
    padding-bottom: .9375rem;
    transition: all .3s ease-in-out
}

.nav-bar.search-panel-shown {
    opacity: .4
}

.nav-bar>.row {
    height: 100%
}

.nav-bar .nav-bar__trigger,
.nav-bar h1 {
    line-height: 1;
    font-family: "Short Stack", cursive
}

.nav-bar h1 {
    margin: 0;
    font-size: 1.875rem
}

.nav-bar .breadcrumbs-holder {
    color: #fefefe;
    font-weight: 700;
    font-size: .9375rem
}

.nav-bar,
.nav-bar .breadcrumbs-holder a {
    color: #fefefe
}

.nav-bar .nav-bar__trigger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    cursor: pointer;
    background-color: #eee;
    color: #5a0c12;
    border-radius: .3125rem;
    padding: .75rem 1.125rem .75rem 4.375rem;
    margin-bottom: 0;
    font-size: 1.4375rem;
    box-shadow: 0 5px 0 #f9c76b
}

[data-whatinput=mouse] .nav-bar .filter-dropdown .apply-filter-trigger,
[data-whatinput=mouse] .nav-bar .nav-bar__trigger {
    outline: 0
}

.nav-bar .nav-bar__trigger:focus,
.nav-bar .nav-bar__trigger:hover {
    background-color: #bebebe;
    color: #5a0c12
}

.nav-bar .nav-bar__trigger:before {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.nav-bar .nav-bar__trigger.filter-trigger:before {
    width: 33px;
    height: 33px;
    background: url(../images/css_sprites.png) -121px -180px
}

.nav-bar .nav-bar__trigger.reset-filter-trigger:before {
    width: 36px;
    height: 33px;
    background: url(../images/css_sprites.png) -10px -180px
}

.nav-bar .filter-dropdown {
    background: #f9f9f9;
    border: 0;
    left: auto!important;
    right: 0!important;
    top: 0;
    z-index: 1000;
    padding: 2.5rem 0 1.25rem;
    margin: 0
}

.nav-bar .filter-dropdown .filter-header {
    margin-bottom: .9375rem;
    padding: 0 1.25rem
}

.nav-bar .filter-dropdown .clear-filter-trigger {
    display: inline-block;
    color: #b3b3b3;
    font-weight: 700;
    font-size: 1.1875rem;
    cursor: pointer;
    outline: none!important
}

.nav-bar .filter-dropdown .apply-filter-trigger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    background-color: #bbb;
    color: #fefefe;
    border-radius: .3125rem;
    padding: .3125rem .75rem;
    margin-bottom: 0;
    font-size: 1.1875rem;
    font-family: "Short Stack", cursive;
    box-shadow: 0 5px 0 #f9c76b;
    cursor: pointer;
    outline: none!important;
    transition: all .25s ease-out
}

.nav-bar .filter-dropdown .apply-filter-trigger:focus,
.nav-bar .filter-dropdown .apply-filter-trigger:hover {
    background-color: #969696;
    color: #fefefe
}

.nav-bar .filter-dropdown .apply-filter-trigger:hover,
.nav-bar .filter-dropdown .apply-filter-triggerfocus {
    background: #5a0c12;
    box-shadow: 0 5px 0 #a6251e
}

.nav-bar .filter-dropdown .close-filter-trigger {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    top: .625rem;
    right: 1.25rem;
    color: #5a0c12;
    outline: none!important;
    font-weight: 700;
    font-size: .875rem
}

.nav-bar .filter-dropdown .filter-label {
    display: block;
    margin-top: .9375rem;
    font-size: 1.375rem;
    color: #333333;
    font-family: "Short Stack", cursive
}

.nav-bar .filter-dropdown ul {
    margin: 0;
    list-style: none;
    padding: 0 1.25rem
}

.nav-bar .filter-dropdown ul li {
    margin-bottom: .3125rem
}

.nav-bar .filter-dropdown ul li a {
    font-size: 1.1875rem;
    font-family: "Short Stack", cursive;
    color: #4c4c4c
}

.nav-bar .facetwp-facet {
    margin-bottom: 0;
    color: #767676;
    padding: 0 1.25rem
}

.nav-bar .facetwp-type-checkboxes .facetwp-counter,
.related-posts .yuzo_related_post .relatedthumb:before {
    display: none
}

.filter-selection {
    background: #f9f9f9
}

.filter-selection ul {
    margin: 0;
    padding: 1.25rem 0
}

.filter-selection .facetwp-selection-value {
    background: #fefefe;
    display: inline-block;
    border: .0625rem solid #bbb;
    border-radius: .125rem;
    margin-right: .3125rem;
    color: #4a4a4a;
    font-size: .75rem;
    font-family: "Short Stack", cursive;
    padding: .3125rem 1.5625rem .3125rem .3125rem;
    background-image: none!important;
    position: relative
}

.filter-selection .facetwp-selection-value:before {
    content: '\2716';
    color: #d94038;
    position: absolute;
    right: .1875rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.scholl-live-listing {
    background: #e84343 url(../images/pattern-life.png);
    padding: 3.125rem 0
}

.school-item {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(.165, .84, .44, 1)
}

.school-item[data-macy-complete="1"] {
    opacity: 1;
    visibility: visible
}

.school-item.tall-item .school-item__text {
    position: absolute;
    bottom: 0
}

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

.school-item__text {
    background: #fefefe;
    padding: 1.5625rem;
    border-radius: .625rem;
    margin-top: -1.5625rem;
    position: relative;
    width: calc(100% - 50px);
    margin-left: 1.5625rem;
    box-shadow: 0 8px 13px rgba(10, 10, 10, .2)
}

.school-item__title {
    color: #4c4c4c;
    font-family: "Short Stack", cursive;
    font-size: 1.4375rem;
    line-height: 110%;
    margin-bottom: .625rem;
    display: block
}

.school-item__time {
    color: #e6a525;
    font-size: .75rem;
    line-height: 100%;
    margin-bottom: .9375rem;
    display: block;
    text-transform: uppercase
}

.school-item p {
    color: #1a1a1a;
    font-size: .9375rem;
    line-height: 140%;
    margin-bottom: 1.25rem;
    display: block
}

.school-item p .more {
    color: #5a0c12
}

.school-item__categories {
    color: #b15854;
    font-size: .75rem;
    text-transform: uppercase
}

.school-item__categories .comma:first-child {
    display: none
}

.single-post-content {
    padding-top: 0!important
}

.single-post-content__inner {
    background: #fefefe;
    padding: 1.25rem;
    box-shadow: 0 5px 10px rgba(10, 10, 10, .1);
    border-radius: 0 0 6px 6px
}

.single-post-content h1 {
    font-family: "Short Stack", cursive;
    margin-bottom: 1.875rem;
    font-size: 2.5rem;
    text-align: center
}

.single-post-content .featured-image {
    display: block;
    margin-bottom: 1.5625rem;
    text-align: center
}

.gallery {
    margin-top: 2.5rem
}

.gallery .gallery-item {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(.165, .84, .44, 1)
}

.gallery .gallery-item[data-macy-complete="1"] {
    opacity: 1;
    visibility: visible
}

.related-posts {
    margin-bottom: 1.875rem
}

.related-posts .yuzo_related_post {
    padding: 0;
    margin: 0
}

.related-posts .yuzo_related_post .yuzo_clearfixed {
    margin: 0 0 .625rem
}

.related-posts .yuzo_related_post .yuzo_clearfixed h3 {
    font-family: "Short Stack", cursive;
    font-size: 1.4375rem
}

.related-posts .yuzo_related_post .relatedthumb {
    padding: 0
}

.related-posts .yuzo_related_post .relatedthumb:hover {
    background: 0 0!important
}

.related-posts .yuzo_related_post .yuzo-list {
    border: 0;
    margin-bottom: .625rem
}

.related-posts .yuzo_related_post .yuzo-list a {
    padding-left: 1rem;
    position: relative;
    font-size: 1rem!important;
    font-weight: 700
}

.related-posts .yuzo_related_post .yuzo-list a:before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #bb5626;
    font-size: 1rem!important;
    font-weight: 700
}

.top-post-meta {
    text-align: center;
    margin-bottom: 2.5rem
}

.bottom-post-meta .posted,
.top-post-meta .posted {
    font-size: 1.1875rem;
    margin-bottom: .3125rem
}

.bottom-post-meta .posted a,
.top-post-meta .posted a {
    font-weight: 700
}

.bottom-post-meta {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: .25rem dotted #5a0c12;
    border-bottom: .25rem dotted #5a0c12;
    margin-bottom: 1.875rem
}

.post-back {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #5a0c12;
    color: #fefefe;
    border-radius: .375rem;
    padding: .75rem 2.1875rem .75rem 4.375rem;
    margin-bottom: 0;
    font-size: 1.4375rem;
    font-family: "Short Stack", cursive;
    box-shadow: 0 2px 0 #a6251e
}

[data-whatinput=mouse] .post-back {
    outline: 0
}

.post-back:focus,
.post-back:hover {
    background-color: #bc2119;
    color: #fefefe
}

.post-back:before {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35px;
    height: 33px;
    background: url(../images/css_sprites.png) -66px -180px
}

.category-description {
    background: rgba(254, 254, 254, .2);
    margin-bottom: 3.125rem;
    padding: 3.125rem;
    color: #fefefe
}

.resources-table {
    background: 0 0;
    margin-left: 0!important
}

.resources-table,
.resources-table .accordion-item {
    margin-bottom: 1.25rem
}

.resources-table .table_head {
    padding: 1.875rem 1.25rem;
    background: #e65049;
    text-transform: uppercase;
    font-family: "Short Stack", cursive;
    color: #fefefe;
    font-size: 1.4375rem;
    text-align: center;
    border: 0;
    display: block;
    outline: none
}

.resources-table .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: 0;
    content: '\276F';
    font-size: 1.875rem;
    font-weight: 700;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

.resources-table .is-active>.accordion-title::before {
    content: '\276F';
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg)
}

.resources-table .accordion-content {
    padding: 0 .625rem;
    border: 0!important;
    background-color: transparent
}

.resources-table .table_row {
    font-size: 1rem
}

.resources-table .table_row .column_1 {
    background: #fceae9;
    padding: 1.25rem 1.5625rem;
    text-align: center;
    width: 9.375rem
}

.resources-table .table_row .column_1 img {
    max-width: 100%
}

.resources-table .table_row .column_2 {
    background: #fadddc;
    font-weight: 700;
    padding: 1.25rem 1.5625rem;
    text-align: center;
    width: 11.875rem
}

.resources-table .table_row .column_3 {
    background: #fceae9;
    padding: 1.25rem 1.5625rem;
    text-align: center
}

.resources-table .table_row .column_4 {
    background: #fadddc;
    font-weight: 700;
    padding: 1.25rem 1.5625rem;
    text-align: center;
    margin-bottom: .3125rem
}

.resources-table .table_row.alt .column_1 {
    background: #fef4f4
}

.resources-table .table_row.alt .column_2 {
    background: #fce6e6
}

.resources-table .table_row.alt .column_3 {
    background: #fef4f4
}

.resources-table .table_row.alt .column_4 {
    background: #fce6e6
}

.flexnav {
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0
}

.flexnav.opacity {
    opacity: 0
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    transition: all .5s ease-in-out
}

.flexnav li a {
    display: block;
    padding: .625rem .9375rem;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    color: #fefefe;
    font-size: .9375rem
}

.flexnav li ul {
    width: 100%;
    margin: 0!important
}

.flexnav li ul li {
    font-size: 100%;
    position: relative
}

.flexnav li ul li a {
    display: block;
    padding-left: 1.875rem
}

.flexnav li a,
.flexnav li ul li a,
.flexnav ul li ul li a,
.flexnav ul li ul li ul li a {
    background: rgba(177, 19, 32, .9)
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 2.875rem;
    height: 2.875rem;
    display: inline-block;
    background: rgba(60, 72, 95, .5);
    text-align: center
}

.flexnav .touch-button:hover {
    cursor: pointer
}

.flexnav .touch-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #fefefe transparent transparent
}

.flexnav .touch-button .navicon {
    display: none
}

.flexnav li a,
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #bb5626;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-iframe {
    display: block;
    border: 0;
    height: 100%;
    padding: 0
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: 0 0;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: 0 0;
    color: #bb5626;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::after,
.fancybox-button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::after,
.fancybox-button[disabled]::before,
.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::after,
.fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0 0
}

.fancybox-button--pause::before,
.fancybox-button--play::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: 0 0
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none
}

@media screen and (min-width:23.4375em) {
    .calendar-table .section_row .month .inner {
        width: 5.625rem
    }
    .calendar-table .section_row .year .inner {
        width: 3.75rem
    }
}

@media screen and (min-width:25.875em) {
    .calendar-table .section_row .day .inner {
        width: 5rem
    }
}

@media screen and (min-width:37.5em) {
    .calendar-table .section_row .month .inner,
    .calendar-table .section_row .year .inner {
        width: 8.125rem
    }
    .calendar-table .section_row .day .inner {
        width: 8.75rem
    }
}

@media print,
screen and (min-width:40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .medium-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .medium-flex-dir-row,
    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .medium-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12,
    .medium-up-1>.column,
    .medium-up-1>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-up-1,
    .medium-up-2,
    .medium-up-3,
    .medium-up-4,
    .medium-up-5,
    .medium-up-6,
    .medium-up-7,
    .medium-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .menu.medium-expanded li,
    .menu.medium-simple li,
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0px
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
    .h1,
    h1 {
        font-size: 3rem
    }
    .h2,
    h2 {
        font-size: 2.5rem
    }
    .h3,
    h3 {
        font-size: 1.9375rem
    }
    .h4,
    h4 {
        font-size: 1.5625rem
    }
    .h5,
    h5 {
        font-size: 1.25rem
    }
    .h6,
    h6 {
        font-size: 1rem
    }
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
    .menu.medium-horizontal,
    .menu.medium-vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #5a0c12 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #5a0c12 transparent transparent
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #5a0c12
    }
    .reveal {
        min-height: 0;
        width: 600px;
        max-width: 71.25rem
    }
    .reveal.tiny {
        width: 30%;
        max-width: 71.25rem
    }
    .reveal.large,
    .reveal.small {
        width: 50%;
        max-width: 71.25rem
    }
    .reveal.large {
        width: 90%
    }
    .hide-for-medium {
        display: none!important
    }
    .search-panel input {
        width: 25rem
    }
    .header-2__social img {
        margin-right: auto;
        margin-left: .9375rem;
        height: 1.875rem
    }
    .footer__links {
        padding-left: 3.75rem!important
    }
    .footer h5 {
        margin-bottom: 1.25rem
    }
    .footer-1 {
        padding-bottom: 1.875rem
    }
    .home-slider {
        margin-bottom: 5.9375rem
    }
    .home-slider .home-main-carousel-item {
        height: 30rem
    }
    .home-slider__headline {
        font-size: 3.5rem
    }
    .home-contact {
        margin-bottom: 4.375rem
    }
    .home-contact .address-1 {
        font-size: 2.5rem
    }
    .home-contact .address-2 {
        font-size: 1.25rem
    }
    .home-contact .call-holder {
        padding-left: 3.75rem
    }
    .footer h5,
    .home-contact .call-holder a {
        font-size: 1.4375rem
    }
    .top-image {
        height: 18.75rem
    }
    .content-row.alt .column:first-child,
    .content-row.alt .columns:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .content-row.alt .column:last-child,
    .content-row.alt .columns:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .quote-row {
        padding: 6.25rem 8.125rem
    }
    .quote-row__headline {
        font-size: 2.25rem;
        margin-bottom: 3.75rem
    }
    .quote-row blockquote:before {
        width: .5rem;
        left: -3.125rem
    }
    .boxed-content.alt .column:first-child,
    .boxed-content.alt .columns:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .boxed-content.alt .column:last-child,
    .boxed-content.alt .columns:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .resources-table .accordion-content {
        padding: 0 .9375rem
    }
    .resources-table .table_row .column_4 {
        width: 11.25rem;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0px
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none!important
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none!important
    }
}

@media screen and (min-width:46.875em) and (min-width:40em) {
    .explore .explore-1,
    .explore .explore-2,
    .explore .explore-4,
    .explore .explore-5,
    .explore .explore-6,
    .explore .explore-7,
    .explore .explore-8 {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width:46.875em) {
    .explore .explore-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0px;
        padding-left: .625rem;
        min-width: 0;
        padding-right: .46875rem!important;
        margin-bottom: 0
    }
    .explore .explore-1 .explore-item {
        height: 100%
    }
    .explore .explore-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 30.1875rem;
        padding-left: .46875rem!important;
        padding-right: .9375rem
    }
    .explore .explore-2 .explore-item,
    .explore .explore-3 .explore-item {
        height: auto
    }
    .explore .explore-3 {
        padding-right: .46875rem!important
    }
    .explore .explore-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: .46875rem!important;
        padding-right: .625rem
    }
    .explore .explore-5,
    .explore .explore-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .explore .explore-5 {
        padding-right: .46875rem!important;
        padding-left: .9375rem
    }
    .explore .explore-5 .explore-item,
    .explore .explore-6 .explore-item {
        height: 100%
    }
    .explore .explore-6 {
        padding-right: .625rem;
        padding-left: .46875rem!important
    }
    .explore .explore-7 img {
        display: block
    }
    .explore .explore-7,
    .explore .explore-8 {
        -webkit-box-flex: 0;
        padding-right: .625rem;
        padding-left: .625rem
    }
    .explore .explore-7 {
        margin-top: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .explore .explore-7 .explore-item__text {
        position: absolute
    }
    .explore .explore-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .explore .explore-item img {
        position: relative
    }
}

@media screen and (min-width:50em) {
    .home-news .news-carousel {
        max-width: 71.25rem;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        opacity: 1;
        visibility: visible
    }
    .home-news .news-carousel:after {
        content: ''
    }
    .home-news .news-carousel .carousel-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: .625rem;
        padding-left: .625rem;
        margin-right: 0;
        margin-bottom: 1.875rem
    }
    .home-news .news-carousel .carousel-cell img,
    .news-item img {
        max-width: 10rem
    }
    .home-news .news-carousel .carousel-cell .news-item {
        margin-bottom: 1.875rem
    }
}

@media all and (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }
    .fancybox-button--thumbs span {
        font-size: 23px
    }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }
    .fancybox-thumbs,
    .fancybox-thumbs>ul>li {
        margin: 0;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box
    }
    .fancybox-thumbs {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        background: #fff;
        word-break: normal;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        z-index: 99995;
        position: absolute;
        width: 220px;
        padding: 5px 5px 0 0
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }
    .fancybox-thumbs>ul {
        list-style: none;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }
    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }
    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }
    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

@media screen and (min-width:50em) and (min-width:40em) {
    .home-news .news-carousel .carousel-cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .large-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .large-flex-dir-row,
    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
    .large-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12,
    .large-up-1>.column,
    .large-up-1>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1,
    .large-up-2,
    .large-up-3,
    .large-up-4,
    .large-up-5,
    .large-up-6,
    .large-up-7,
    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .menu.large-expanded li,
    .menu.large-simple li,
    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0px
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
    .menu.large-horizontal,
    .menu.large-vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #5a0c12 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #5a0c12 transparent transparent
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #5a0c12
    }
    .hide-for-large {
        display: none!important
    }
    .footer__links {
        padding-left: 6.25rem!important
    }
    .footer__social {
        font-size: 1.875rem
    }
    .footer-1 {
        padding-top: 4.375rem;
        padding-bottom: 6.875rem
    }
    .home-slider .home-main-carousel-item {
        height: 36.25rem
    }
    .explore {
        padding-bottom: 5rem
    }
    .explore .explore-7,
    .explore .explore-8 {
        padding-right: .625rem;
        padding-left: .625rem
    }
    .explore .explore-7 {
        max-width: none;
        width: 30.375rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .explore .explore-8 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0px;
        min-width: 0
    }
    .top-image {
        height: 25rem
    }
    .page-content {
        padding-top: 2.5rem
    }
    .page-content,
    .page-content section {
        margin-bottom: 2.5rem
    }
    .calendar-table .section_row .month .inner {
        width: 11.25rem
    }
    .calendar-table .section_row .year .inner {
        width: 10rem
    }
    .calendar-table .section_row .day .inner {
        width: 17.5rem
    }
    .calendar-table .section_row .description .inner {
        width: auto
    }
    .nav-bar h1 {
        font-size: 3rem
    }
    .nav-bar .filter-dropdown .filter-label {
        margin-top: 1.5625rem;
        font-size: 1.75rem
    }
    .nav-bar .facetwp-facet {
        padding: 0
    }
    .nav-bar .facetwp-type-checkboxes {
        height: 12.5rem
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-checkbox {
        font-weight: 700;
        font-size: 1.1875rem;
        padding: .625rem 1.875rem .625rem 2.5rem;
        margin: 0;
        background: 0 0;
        position: relative
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-checkbox.checkbox-hovered {
        background: #5a0c12;
        color: #fefefe
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-checkbox.checkbox-hovered .facetwp-expand {
        border-color: transparent #fefefe transparent transparent
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-checkbox:before {
        content: '';
        width: .9375rem;
        height: .9375rem;
        border: .0625rem solid #bbb;
        position: absolute;
        background: #fff;
        top: 50%;
        right: 1.25rem;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-checkbox:after {
        content: '\2713';
        position: absolute;
        top: 50%;
        right: 1.4375rem;
        color: #fefefe;
        font-size: .6875rem;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .flexnav li ul li a:before,
    .nav-bar .facetwp-type-checkboxes .facetwp-checkbox+.facetwp-depth {
        display: none!important
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-checkbox.checked:before {
        background: #5a0c12
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-expand {
        text-indent: -9999px;
        position: absolute;
        top: 50%;
        left: 1.25rem;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 6px 0;
        border-color: transparent #ccc transparent transparent
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-depth {
        height: 100%;
        display: block!important
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-depth.show {
        display: block!important;
        position: absolute;
        top: 0;
        left: -18.75rem;
        background: #f9f9f9;
        width: 18.75rem;
        padding: 5.625rem 0 1.25rem;
        margin: 0
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-depth.show:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: .0625rem;
        height: 100%;
        background: #bbb
    }
    .nav-bar .facetwp-type-checkboxes .facetwp-depth .filter-label {
        width: 100%;
        position: absolute;
        left: 0;
        top: 1.25rem;
        padding: 0 1.25rem 0 2.5rem
    }
    .single-post-content__inner {
        padding: 3.75rem 8.75rem
    }
    .resources-table .table_row .column_1 {
        width: 15.625rem
    }
    .flexnav,
    .flexnav li ul.open li {
        overflow: visible
    }
    .flexnav.opacity {
        opacity: 1
    }
    .flexnav .touch-button {
        display: none
    }
    .flexnav>li {
        margin-right: 1.625rem
    }
    .flexnav>li:last-child {
        margin-right: 0
    }
    .flexnav li {
        list-style: none;
        float: left;
        background-color: transparent;
        overflow: visible;
        width: auto
    }
    .flexnav li.current-menu-item>a:before,
    .flexnav li.current-menu-parent>a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -1.0625rem;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 10px 0;
        border-color: #5a0c12 transparent transparent
    }
    .flexnav li.menu-item-has-children>a {
        padding-right: 1.25rem
    }
    .flexnav li.menu-item-has-children>a:after {
        content: '';
        position: absolute;
        right: 0;
        top: .8125rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 5px 0;
        border-color: #191919 transparent transparent
    }
    .flexnav li a {
        border-left: 0;
        border-bottom: none;
        padding: 0;
        overflow: visible;
        color: #191919;
        font-size: 1.3125rem;
        padding-bottom: 1.25rem
    }
    .flexnav li>ul,
    .flexnav li>ul:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .flexnav li>ul {
        top: auto;
        display: none;
        width: 17.5rem;
        padding: .9375rem 0;
        background: #fafafa;
        border: .0625rem solid #ccc;
        border-radius: .3125rem;
        box-shadow: -1px 0 8px rgba(10, 10, 10, .2)
    }
    .flexnav li>ul:before {
        content: '';
        top: -.75rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 12px;
        border-color: transparent transparent #f9c76a
    }
    .flexnav li>ul li {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .flexnav li ul li>ul {
        margin-left: calc(100% + 145px)!important;
        top: 0;
        left: 0
    }
    .flexnav li ul li.menu-item-has-children>a:before,
    .flexnav li ul li>ul:before {
        position: absolute;
        top: .625rem;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 0;
        height: 0;
        border-style: solid
    }
    .flexnav li ul li>ul:before {
        left: -.75rem;
        content: '';
        border-width: 6px 12px 6px 0;
        border-color: transparent #f9c76a transparent transparent
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1
    }
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0
    }
    .flexnav li,
    .flexnav li ul li.menu-item-has-children>a {
        position: relative;
        display: block
    }
    .flexnav li ul li.menu-item-has-children>a:before {
        content: ''!important;
        display: block!important;
        right: .75rem;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent #5a0c12
    }
    .flexnav li ul li a {
        padding: .125rem 1.25rem;
        border-bottom: 0;
        color: #767676;
        background: 0 0;
        font-size: 1.3125rem
    }
    .flexnav li ul li a:hover {
        color: #5a0c12
    }
    .flexnav li a,
    .flexnav ul li ul li a {
        background: 0 0
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none!important
    }
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
    .explore .explore-7,
    .explore .explore-8 {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none!important
    }
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0px
    }
}

@media screen and (min-width:65.625em) {
    .page-content .home-school-live.expand,
    .single-post-content__inner .home-school-live.expand {
        background: 0 0
    }
    .page-content .home-school-live.expand:before,
    .single-post-content__inner .home-school-live.expand:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc((1090px - 100vw)/2);
        width: 100vw;
        height: 100%;
        background: #e84343 url(../images/pattern-life.png)
    }
    .page-content .home-school-live.expand .school-live-carousel__nav button.prev,
    .single-post-content__inner .home-school-live.expand .school-live-carousel__nav button.prev {
        left: calc((1130px - 100vw)/2)
    }
    .page-content .home-school-live.expand .school-live-carousel__nav button.next,
    .single-post-content__inner .home-school-live.expand .school-live-carousel__nav button.next {
        right: calc((1130px - 100vw)/2)
    }
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none!important
    }
}

@media screen and (min-width:75em) {
    .header__logo img {
        height: auto;
    }
}

@media screen and (min-width:64em) and (min-width:81.25em) {
    .flexnav>li {
        margin-right: 2.25rem
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: block!important
    }
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

@media print {
    * {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    .show-for-print {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    table.show-for-print {
        display: table!important
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a
    }
    thead {
        display: table-header-group
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .print-break-inside {
        page-break-inside: auto
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none!important
    }
    .header {
        height: 4.375rem
    }
    #main-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%
    }
    .search-trigger {
        position: absolute;
        top: 50%;
        right: .9375rem;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .home-contact .address-holder {
        margin-bottom: 1.25rem
    }
    .page-content img,
    .single-post-content__inner img {
        margin-left: auto!important;
        margin-right: auto!important;
        display: block
    }
    .news-item img {
        display: block;
        margin-bottom: 1.25rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block!important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
}

@media all and (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

@media screen and (max-width:39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
    .hide-for-small-only,
    .show-for-medium {
        display: none!important
    }
    .footer-2 {
        text-align: center
    }
    .home-contact .call-holder:before {
        display: none
    }
    .home-contact .call-holder.phone-holder {
        margin-bottom: .625rem
    }
    .content-row__with-image img {
        margin-bottom: 1.25rem;
        width: 100%;
        height: auto
    }
    .content-row__with-image .column:first-child,
    .content-row__with-image .columns:first-child {
        padding: 0!important
    }
    .page-content .button-block,
    .single-post-content__inner .button-block {
        text-align: center;
        padding: 1.875rem
    }
    .page-content .button-block .button-block__button,
    .single-post-content__inner .button-block .button-block__button {
        margin-top: 1.5625rem
    }
    .page-content .su-tabs-nav,
    .single-post-content__inner .su-tabs-nav {
        display: none
    }
    .page-content .su-tabs-pane,
    .single-post-content__inner .su-tabs-pane {
        display: block!important;
        margin-bottom: 1.25rem
    }
    .calendar-table .section_title .inner {
        padding: .625rem;
        font-size: .875rem
    }
    .calendar-table .section_row .inner {
        padding: .625rem .375rem;
        font-size: .875rem
    }
    .calendar-table .section_break .inner {
        padding: .625rem;
        font-size: .875rem
    }
}