@media print {
    *, *::before, *::after, p::first-letter, div::first-letter, blockquote::first-letter, li::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr, img {
        page-break-inside: avoid
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    background-color: #EDEAEA
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0d0d0d;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

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

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 2rem;
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #333
}

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

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

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

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

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

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

.lead {
    font-size: 1.375rem;
    font-weight: 600
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small, .small {
    font-size: 80%;
    font-weight: normal
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: 25px 50px;
    margin-bottom: 50px;
    font-size: 1.40625rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 50px;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #EDEAEA;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 25px;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #636c72
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 544px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1340px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 544px) {
    .container {
        width: 576px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px;
        max-width: 100%
    }
}

@media (min-width: 1340px) {
    .container {
        width: 1280px;
        max-width: 100%
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 544px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1340px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 544px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1340px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-xs-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 544px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-xs-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-xs-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-xs-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1340px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-xs-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12, .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.3333333333%
}

.pull-2 {
    right: 16.6666666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.3333333333%
}

.pull-5 {
    right: 41.6666666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.3333333333%
}

.pull-8 {
    right: 66.6666666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.3333333333%
}

.pull-11 {
    right: 91.6666666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.3333333333%
}

.push-2 {
    left: 16.6666666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.3333333333%
}

.push-5 {
    left: 41.6666666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.3333333333%
}

.push-8 {
    left: 66.6666666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.3333333333%
}

.push-11 {
    left: 91.6666666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 544px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.3333333333%
    }
    .pull-sm-2 {
        right: 16.6666666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.3333333333%
    }
    .pull-sm-5 {
        right: 41.6666666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.3333333333%
    }
    .pull-sm-8 {
        right: 66.6666666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.3333333333%
    }
    .pull-sm-11 {
        right: 91.6666666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.3333333333%
    }
    .push-sm-2 {
        left: 16.6666666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.3333333333%
    }
    .push-sm-5 {
        left: 41.6666666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.3333333333%
    }
    .push-sm-8 {
        left: 66.6666666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.3333333333%
    }
    .push-sm-11 {
        left: 91.6666666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0%
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.3333333333%
    }
    .pull-md-2 {
        right: 16.6666666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.3333333333%
    }
    .pull-md-5 {
        right: 41.6666666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.3333333333%
    }
    .pull-md-8 {
        right: 66.6666666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.3333333333%
    }
    .pull-md-11 {
        right: 91.6666666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.3333333333%
    }
    .push-md-2 {
        left: 16.6666666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.3333333333%
    }
    .push-md-5 {
        left: 41.6666666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.3333333333%
    }
    .push-md-8 {
        left: 66.6666666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.3333333333%
    }
    .push-md-11 {
        left: 91.6666666667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0%
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.3333333333%
    }
    .pull-lg-2 {
        right: 16.6666666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.3333333333%
    }
    .pull-lg-5 {
        right: 41.6666666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.3333333333%
    }
    .pull-lg-8 {
        right: 66.6666666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.3333333333%
    }
    .pull-lg-11 {
        right: 91.6666666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.3333333333%
    }
    .push-lg-2 {
        left: 16.6666666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.3333333333%
    }
    .push-lg-5 {
        left: 41.6666666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.3333333333%
    }
    .push-lg-8 {
        left: 66.6666666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.3333333333%
    }
    .push-lg-11 {
        left: 91.6666666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0%
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1340px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.3333333333%
    }
    .pull-xl-2 {
        right: 16.6666666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.3333333333%
    }
    .pull-xl-5 {
        right: 41.6666666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.3333333333%
    }
    .pull-xl-8 {
        right: 66.6666666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.3333333333%
    }
    .pull-xl-11 {
        right: 91.6666666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.3333333333%
    }
    .push-xl-2 {
        left: 16.6666666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.3333333333%
    }
    .push-xl-5 {
        left: 41.6666666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.3333333333%
    }
    .push-xl-8 {
        left: 66.6666666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.3333333333%
    }
    .push-xl-11 {
        left: 91.6666666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0%
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
    color: #333;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #979797;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #333;
    background-color: transparent;
    border-color: #737373;
    outline: none
}

.form-control::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #333;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #333;
    opacity: 1
}

.form-control::placeholder {
    color: #333;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.40625rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #333;
    background-color: transparent
}

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1.125rem
}

.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-success, .form-control-warning, .form-control-danger {
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position: center right .6015625rem;
    background-size: 1.203125rem 1.203125rem
}

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .custom-control {
    color: #E0E8EF
}

.has-success .form-control, .has-success .custom-select, .has-success .custom-file-control {
    border-color: #E0E8EF
}

.has-success .input-group-addon {
    color: #E0E8EF;
    background-color: #fff;
    border-color: #E0E8EF
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23E0E8EF' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .custom-control {
    color: #f0ad4e
}

.has-warning .form-control, .has-warning .custom-select, .has-warning .custom-file-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #f0ad4e
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, .has-danger .custom-control {
    color: #d9534f
}

.has-danger .form-control, .has-danger .custom-select, .has-danger .custom-file-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    background-color: #fdf7f7;
    border-color: #d9534f
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 544px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.25)
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:active, .btn.active {
    background-image: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #333;
    background-color: #979797;
    border-color: #979797
}

.btn-primary:hover {
    color: #333;
    background-color: #7e7d7d;
    border-color: #787878
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(151, 151, 151, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #979797;
    border-color: #979797
}

.btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle, .active>.btn-primary.dropdown-toggle, .in>.btn-primary.dropdown-toggle {
    color: #333;
    background-color: #7e7d7d;
    background-image: none;
    border-color: #787878
}

.btn-secondary {
    color: #fff;
    background-color: #CC6F4B;
    border-color: #CC6F4B
}

.btn-secondary:hover {
    color: #fff;
    background-color: #b25632;
    border-color: #aa5230
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 111, 75, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #CC6F4B;
    border-color: #CC6F4B
}

.btn-secondary:active, .btn-secondary.active, .show>.btn-secondary.dropdown-toggle, .active>.btn-secondary.dropdown-toggle, .in>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b25632;
    background-image: none;
    border-color: #aa5230
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:active, .btn-info.active, .show>.btn-info.dropdown-toggle, .active>.btn-info.dropdown-toggle, .in>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

.btn-success {
    color: #fff;
    background-color: #E0E8EF;
    border-color: #E0E8EF
}

.btn-success:hover {
    color: #fff;
    background-color: #becfde;
    border-color: #b8cada
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(224, 232, 239, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #E0E8EF;
    border-color: #E0E8EF
}

.btn-success:active, .btn-success.active, .show>.btn-success.dropdown-toggle, .active>.btn-success.dropdown-toggle, .in>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #becfde;
    background-image: none;
    border-color: #b8cada
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:active, .btn-warning.active, .show>.btn-warning.dropdown-toggle, .active>.btn-warning.dropdown-toggle, .in>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:active, .btn-danger.active, .show>.btn-danger.dropdown-toggle, .active>.btn-danger.dropdown-toggle, .in>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-primary {
    color: #979797;
    background-color: transparent;
    background-image: none;
    border-color: #979797
}

.btn-outline-primary:hover {
    color: #333;
    background-color: #979797;
    border-color: #979797
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(151, 151, 151, 0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #979797;
    background-color: transparent
}

.btn-outline-primary:active, .btn-outline-primary.active, .show>.btn-outline-primary.dropdown-toggle, .active>.btn-outline-primary.dropdown-toggle, .in>.btn-outline-primary.dropdown-toggle {
    color: #333;
    background-color: #979797;
    border-color: #979797
}

.btn-outline-secondary {
    color: #CC6F4B;
    background-color: transparent;
    background-image: none;
    border-color: #CC6F4B
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #CC6F4B;
    border-color: #CC6F4B
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 111, 75, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #CC6F4B;
    background-color: transparent
}

.btn-outline-secondary:active, .btn-outline-secondary.active, .show>.btn-outline-secondary.dropdown-toggle, .active>.btn-outline-secondary.dropdown-toggle, .in>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #CC6F4B;
    border-color: #CC6F4B
}

.btn-outline-info {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-info:active, .btn-outline-info.active, .show>.btn-outline-info.dropdown-toggle, .active>.btn-outline-info.dropdown-toggle, .in>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-success {
    color: #E0E8EF;
    background-color: transparent;
    background-image: none;
    border-color: #E0E8EF
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #E0E8EF;
    border-color: #E0E8EF
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(224, 232, 239, 0.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #E0E8EF;
    background-color: transparent
}

.btn-outline-success:active, .btn-outline-success.active, .show>.btn-outline-success.dropdown-toggle, .active>.btn-outline-success.dropdown-toggle, .in>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #E0E8EF;
    border-color: #E0E8EF
}

.btn-outline-warning {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-warning:active, .btn-outline-warning.active, .show>.btn-outline-warning.dropdown-toggle, .active>.btn-outline-warning.dropdown-toggle, .in>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-danger {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger:active, .btn-outline-danger.active, .show>.btn-outline-danger.dropdown-toggle, .active>.btn-outline-danger.dropdown-toggle, .in>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-link {
    font-weight: normal;
    color: #333;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent
}

.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #0d0d0d;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.show, .fade.active, .fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show, .collapse.active, .collapse.in {
    display: block
}

tr.collapse.show, tr.collapse.active, tr.collapse.in {
    display: table-row
}

tbody.collapse.show, tbody.collapse.active, tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.125rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.dropdown-divider {
    height: 0;
    margin: 25px 0;
    overflow: hidden;
    border-top: 1px solid #eceeef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #333
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent
}

.show>.dropdown-menu, .active>.dropdown-menu, .in>.dropdown-menu {
    display: block
}

.show>a, .active>a, .in>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636c72;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #333
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #EDEAEA, 0 0 0 3px #333
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #8c8c8c
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
    color: #636c72;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #333;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.40625rem + 2px);
    padding: .625rem 1.75rem .625rem .75rem;
    line-height: 1.25;
    color: #333;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='8' viewBox='295 15 15 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M302.14 21.236l-6.048-6.048c-.25-.25-.654-.25-.904 0s-.25.654 0 .904l6.5 6.5c.123.127.288.19.45.19.165 0 .33-.063.455-.19l3.218-3.218 3.283-3.282c.25-.25.25-.654 0-.904-.252-.25-.657-.25-.907 0l-6.047 6.048z' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 15px 8px;
    border: 1px solid #979797;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #737373;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #333;
    background-color: transparent
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #979797
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid #979797
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-inline .nav-item {
    display: inline-block
}

.nav-inline .nav-item+.nav-item, .nav-inline .nav-link+.nav-link {
    margin-left: 1rem
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

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

.nav-justified .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.navbar {
    position: relative
}

@media (min-width: 544px) {
    .navbar-container {
        display: table;
        width: 100%
    }
    .navbar-container-justified {
        table-layout: fixed
    }
}

.navbar-item {
    display: block;
    padding: 25px 50px;
    vertical-align: middle
}

@media (min-width: 544px) {
    .navbar-item {
        display: table-cell;
        white-space: nowrap
    }
    .navbar-item-primary {
        width: 99%
    }
    .navbar-item-primary~.navbar-item {
        width: 1%
    }
}

.navbar-nav .nav-link {
    display: block;
    padding: .425rem .5rem
}

@media (min-width: 544px) {
    .navbar-nav .nav-item {
        display: inline-block
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0
}

.navbar-brand {
    display: inline-block;
    padding: .25rem .5rem;
    font-size: 1.25rem;
    line-height: inherit
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.alert, .wpcf7-response-output {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success, .wpcf7-mail-sent-ok {
    color: #333;
    background-color: #E0E8EF;
    border-color: #cfdce6
}

.alert-success hr, .wpcf7-mail-sent-ok hr {
    border-top-color: #becfde
}

.alert-success .alert-link, .wpcf7-mail-sent-ok .alert-link {
    color: #1a1919
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc
}

.alert-danger hr, .wpcf7-validation-errors hr, .wpcf7-mail-sent-ng hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link, .wpcf7-validation-errors .alert-link, .wpcf7-mail-sent-ng .alert-link {
    color: #843534
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #e6e2e2
}

.bg-primary {
    background-color: #333 !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #1a1919 !important
}

.bg-success {
    background-color: #E0E8EF !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #becfde !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    background-color: #d9534f !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c !important
}

.bg-inverse {
    background-color: #333 !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #1a1919 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 544px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1340px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

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

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

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center, .flex-items-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

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

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

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

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

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

@media (min-width: 544px) {
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center, .flex-items-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between, .flex-items-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around, .flex-items-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center, .flex-md-middle {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center, .flex-items-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center, .flex-lg-middle {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1340px) {
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 544px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1340px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.fixed-top, .navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.sr-only, .screen-reader-response, .wpcf7-not-valid-tip {
    position: absolute;
    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
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

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

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

.m-1 {
    margin: 12.5px !important
}

.mt-1 {
    margin-top: 12.5px !important
}

.mr-1 {
    margin-right: 12.5px !important
}

.mb-1 {
    margin-bottom: 12.5px !important
}

.ml-1 {
    margin-left: 12.5px !important
}

.mx-1 {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important
}

.my-1 {
    margin-top: 12.5px !important;
    margin-bottom: 12.5px !important
}

.m-2 {
    margin: 25px !important
}

.mt-2 {
    margin-top: 25px !important
}

.mr-2 {
    margin-right: 25px !important
}

.mb-2 {
    margin-bottom: 25px !important
}

.ml-2 {
    margin-left: 25px !important
}

.mx-2 {
    margin-right: 25px !important;
    margin-left: 25px !important
}

.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.m-3 {
    margin: 50px !important
}

.mt-3 {
    margin-top: 50px !important
}

.mr-3 {
    margin-right: 50px !important
}

.mb-3 {
    margin-bottom: 50px !important
}

.ml-3 {
    margin-left: 50px !important
}

.mx-3 {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.m-4 {
    margin: 75px !important
}

.mt-4 {
    margin-top: 75px !important
}

.mr-4 {
    margin-right: 75px !important
}

.mb-4 {
    margin-bottom: 75px !important
}

.ml-4 {
    margin-left: 75px !important
}

.mx-4 {
    margin-right: 75px !important;
    margin-left: 75px !important
}

.my-4 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.m-5 {
    margin: 150px !important
}

.mt-5 {
    margin-top: 150px !important
}

.mr-5 {
    margin-right: 150px !important
}

.mb-5 {
    margin-bottom: 150px !important
}

.ml-5 {
    margin-left: 150px !important
}

.mx-5 {
    margin-right: 150px !important;
    margin-left: 150px !important
}

.my-5 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

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

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

.p-1 {
    padding: 12.5px !important
}

.pt-1 {
    padding-top: 12.5px !important
}

.pr-1 {
    padding-right: 12.5px !important
}

.pb-1 {
    padding-bottom: 12.5px !important
}

.pl-1 {
    padding-left: 12.5px !important
}

.px-1 {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important
}

.py-1 {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important
}

.p-2 {
    padding: 25px !important
}

.pt-2 {
    padding-top: 25px !important
}

.pr-2 {
    padding-right: 25px !important
}

.pb-2 {
    padding-bottom: 25px !important
}

.pl-2 {
    padding-left: 25px !important
}

.px-2 {
    padding-right: 25px !important;
    padding-left: 25px !important
}

.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.p-3 {
    padding: 50px !important
}

.pt-3 {
    padding-top: 50px !important
}

.pr-3 {
    padding-right: 50px !important
}

.pb-3 {
    padding-bottom: 50px !important
}

.pl-3 {
    padding-left: 50px !important
}

.px-3 {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.p-4 {
    padding: 75px !important
}

.pt-4 {
    padding-top: 75px !important
}

.pr-4 {
    padding-right: 75px !important
}

.pb-4 {
    padding-bottom: 75px !important
}

.pl-4 {
    padding-left: 75px !important
}

.px-4 {
    padding-right: 75px !important;
    padding-left: 75px !important
}

.py-4 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.p-5 {
    padding: 150px !important
}

.pt-5 {
    padding-top: 150px !important
}

.pr-5 {
    padding-right: 150px !important
}

.pb-5 {
    padding-bottom: 150px !important
}

.pl-5 {
    padding-left: 150px !important
}

.px-5 {
    padding-right: 150px !important;
    padding-left: 150px !important
}

.py-5 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

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

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 544px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-sm-1 {
        margin: 12.5px !important
    }
    .mt-sm-1 {
        margin-top: 12.5px !important
    }
    .mr-sm-1 {
        margin-right: 12.5px !important
    }
    .mb-sm-1 {
        margin-bottom: 12.5px !important
    }
    .ml-sm-1 {
        margin-left: 12.5px !important
    }
    .mx-sm-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }
    .my-sm-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }
    .m-sm-2 {
        margin: 25px !important
    }
    .mt-sm-2 {
        margin-top: 25px !important
    }
    .mr-sm-2 {
        margin-right: 25px !important
    }
    .mb-sm-2 {
        margin-bottom: 25px !important
    }
    .ml-sm-2 {
        margin-left: 25px !important
    }
    .mx-sm-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
    .my-sm-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
    .m-sm-3 {
        margin: 50px !important
    }
    .mt-sm-3 {
        margin-top: 50px !important
    }
    .mr-sm-3 {
        margin-right: 50px !important
    }
    .mb-sm-3 {
        margin-bottom: 50px !important
    }
    .ml-sm-3 {
        margin-left: 50px !important
    }
    .mx-sm-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
    .my-sm-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
    .m-sm-4 {
        margin: 75px !important
    }
    .mt-sm-4 {
        margin-top: 75px !important
    }
    .mr-sm-4 {
        margin-right: 75px !important
    }
    .mb-sm-4 {
        margin-bottom: 75px !important
    }
    .ml-sm-4 {
        margin-left: 75px !important
    }
    .mx-sm-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }
    .my-sm-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }
    .m-sm-5 {
        margin: 150px !important
    }
    .mt-sm-5 {
        margin-top: 150px !important
    }
    .mr-sm-5 {
        margin-right: 150px !important
    }
    .mb-sm-5 {
        margin-bottom: 150px !important
    }
    .ml-sm-5 {
        margin-left: 150px !important
    }
    .mx-sm-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }
    .my-sm-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-sm-1 {
        padding: 12.5px !important
    }
    .pt-sm-1 {
        padding-top: 12.5px !important
    }
    .pr-sm-1 {
        padding-right: 12.5px !important
    }
    .pb-sm-1 {
        padding-bottom: 12.5px !important
    }
    .pl-sm-1 {
        padding-left: 12.5px !important
    }
    .px-sm-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }
    .py-sm-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }
    .p-sm-2 {
        padding: 25px !important
    }
    .pt-sm-2 {
        padding-top: 25px !important
    }
    .pr-sm-2 {
        padding-right: 25px !important
    }
    .pb-sm-2 {
        padding-bottom: 25px !important
    }
    .pl-sm-2 {
        padding-left: 25px !important
    }
    .px-sm-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
    .py-sm-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
    .p-sm-3 {
        padding: 50px !important
    }
    .pt-sm-3 {
        padding-top: 50px !important
    }
    .pr-sm-3 {
        padding-right: 50px !important
    }
    .pb-sm-3 {
        padding-bottom: 50px !important
    }
    .pl-sm-3 {
        padding-left: 50px !important
    }
    .px-sm-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
    .py-sm-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
    .p-sm-4 {
        padding: 75px !important
    }
    .pt-sm-4 {
        padding-top: 75px !important
    }
    .pr-sm-4 {
        padding-right: 75px !important
    }
    .pb-sm-4 {
        padding-bottom: 75px !important
    }
    .pl-sm-4 {
        padding-left: 75px !important
    }
    .px-sm-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }
    .py-sm-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }
    .p-sm-5 {
        padding: 150px !important
    }
    .pt-sm-5 {
        padding-top: 150px !important
    }
    .pr-sm-5 {
        padding-right: 150px !important
    }
    .pb-sm-5 {
        padding-bottom: 150px !important
    }
    .pl-sm-5 {
        padding-left: 150px !important
    }
    .px-sm-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }
    .py-sm-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-md-1 {
        margin: 12.5px !important
    }
    .mt-md-1 {
        margin-top: 12.5px !important
    }
    .mr-md-1 {
        margin-right: 12.5px !important
    }
    .mb-md-1 {
        margin-bottom: 12.5px !important
    }
    .ml-md-1 {
        margin-left: 12.5px !important
    }
    .mx-md-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }
    .my-md-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }
    .m-md-2 {
        margin: 25px !important
    }
    .mt-md-2 {
        margin-top: 25px !important
    }
    .mr-md-2 {
        margin-right: 25px !important
    }
    .mb-md-2 {
        margin-bottom: 25px !important
    }
    .ml-md-2 {
        margin-left: 25px !important
    }
    .mx-md-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
    .my-md-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
    .m-md-3 {
        margin: 50px !important
    }
    .mt-md-3 {
        margin-top: 50px !important
    }
    .mr-md-3 {
        margin-right: 50px !important
    }
    .mb-md-3 {
        margin-bottom: 50px !important
    }
    .ml-md-3 {
        margin-left: 50px !important
    }
    .mx-md-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
    .my-md-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
    .m-md-4 {
        margin: 75px !important
    }
    .mt-md-4 {
        margin-top: 75px !important
    }
    .mr-md-4 {
        margin-right: 75px !important
    }
    .mb-md-4 {
        margin-bottom: 75px !important
    }
    .ml-md-4 {
        margin-left: 75px !important
    }
    .mx-md-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }
    .my-md-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }
    .m-md-5 {
        margin: 150px !important
    }
    .mt-md-5 {
        margin-top: 150px !important
    }
    .mr-md-5 {
        margin-right: 150px !important
    }
    .mb-md-5 {
        margin-bottom: 150px !important
    }
    .ml-md-5 {
        margin-left: 150px !important
    }
    .mx-md-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }
    .my-md-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-1 {
        padding: 12.5px !important
    }
    .pt-md-1 {
        padding-top: 12.5px !important
    }
    .pr-md-1 {
        padding-right: 12.5px !important
    }
    .pb-md-1 {
        padding-bottom: 12.5px !important
    }
    .pl-md-1 {
        padding-left: 12.5px !important
    }
    .px-md-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }
    .py-md-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }
    .p-md-2 {
        padding: 25px !important
    }
    .pt-md-2 {
        padding-top: 25px !important
    }
    .pr-md-2 {
        padding-right: 25px !important
    }
    .pb-md-2 {
        padding-bottom: 25px !important
    }
    .pl-md-2 {
        padding-left: 25px !important
    }
    .px-md-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
    .py-md-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
    .p-md-3 {
        padding: 50px !important
    }
    .pt-md-3 {
        padding-top: 50px !important
    }
    .pr-md-3 {
        padding-right: 50px !important
    }
    .pb-md-3 {
        padding-bottom: 50px !important
    }
    .pl-md-3 {
        padding-left: 50px !important
    }
    .px-md-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
    .py-md-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
    .p-md-4 {
        padding: 75px !important
    }
    .pt-md-4 {
        padding-top: 75px !important
    }
    .pr-md-4 {
        padding-right: 75px !important
    }
    .pb-md-4 {
        padding-bottom: 75px !important
    }
    .pl-md-4 {
        padding-left: 75px !important
    }
    .px-md-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }
    .py-md-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }
    .p-md-5 {
        padding: 150px !important
    }
    .pt-md-5 {
        padding-top: 150px !important
    }
    .pr-md-5 {
        padding-right: 150px !important
    }
    .pb-md-5 {
        padding-bottom: 150px !important
    }
    .pl-md-5 {
        padding-left: 150px !important
    }
    .px-md-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }
    .py-md-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-lg-1 {
        margin: 12.5px !important
    }
    .mt-lg-1 {
        margin-top: 12.5px !important
    }
    .mr-lg-1 {
        margin-right: 12.5px !important
    }
    .mb-lg-1 {
        margin-bottom: 12.5px !important
    }
    .ml-lg-1 {
        margin-left: 12.5px !important
    }
    .mx-lg-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }
    .my-lg-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }
    .m-lg-2 {
        margin: 25px !important
    }
    .mt-lg-2 {
        margin-top: 25px !important
    }
    .mr-lg-2 {
        margin-right: 25px !important
    }
    .mb-lg-2 {
        margin-bottom: 25px !important
    }
    .ml-lg-2 {
        margin-left: 25px !important
    }
    .mx-lg-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
    .my-lg-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
    .m-lg-3 {
        margin: 50px !important
    }
    .mt-lg-3 {
        margin-top: 50px !important
    }
    .mr-lg-3 {
        margin-right: 50px !important
    }
    .mb-lg-3 {
        margin-bottom: 50px !important
    }
    .ml-lg-3 {
        margin-left: 50px !important
    }
    .mx-lg-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
    .my-lg-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
    .m-lg-4 {
        margin: 75px !important
    }
    .mt-lg-4 {
        margin-top: 75px !important
    }
    .mr-lg-4 {
        margin-right: 75px !important
    }
    .mb-lg-4 {
        margin-bottom: 75px !important
    }
    .ml-lg-4 {
        margin-left: 75px !important
    }
    .mx-lg-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }
    .my-lg-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }
    .m-lg-5 {
        margin: 150px !important
    }
    .mt-lg-5 {
        margin-top: 150px !important
    }
    .mr-lg-5 {
        margin-right: 150px !important
    }
    .mb-lg-5 {
        margin-bottom: 150px !important
    }
    .ml-lg-5 {
        margin-left: 150px !important
    }
    .mx-lg-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }
    .my-lg-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-lg-1 {
        padding: 12.5px !important
    }
    .pt-lg-1 {
        padding-top: 12.5px !important
    }
    .pr-lg-1 {
        padding-right: 12.5px !important
    }
    .pb-lg-1 {
        padding-bottom: 12.5px !important
    }
    .pl-lg-1 {
        padding-left: 12.5px !important
    }
    .px-lg-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }
    .py-lg-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }
    .p-lg-2 {
        padding: 25px !important
    }
    .pt-lg-2 {
        padding-top: 25px !important
    }
    .pr-lg-2 {
        padding-right: 25px !important
    }
    .pb-lg-2 {
        padding-bottom: 25px !important
    }
    .pl-lg-2 {
        padding-left: 25px !important
    }
    .px-lg-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
    .py-lg-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
    .p-lg-3 {
        padding: 50px !important
    }
    .pt-lg-3 {
        padding-top: 50px !important
    }
    .pr-lg-3 {
        padding-right: 50px !important
    }
    .pb-lg-3 {
        padding-bottom: 50px !important
    }
    .pl-lg-3 {
        padding-left: 50px !important
    }
    .px-lg-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
    .py-lg-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
    .p-lg-4 {
        padding: 75px !important
    }
    .pt-lg-4 {
        padding-top: 75px !important
    }
    .pr-lg-4 {
        padding-right: 75px !important
    }
    .pb-lg-4 {
        padding-bottom: 75px !important
    }
    .pl-lg-4 {
        padding-left: 75px !important
    }
    .px-lg-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }
    .py-lg-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }
    .p-lg-5 {
        padding: 150px !important
    }
    .pt-lg-5 {
        padding-top: 150px !important
    }
    .pr-lg-5 {
        padding-right: 150px !important
    }
    .pb-lg-5 {
        padding-bottom: 150px !important
    }
    .pl-lg-5 {
        padding-left: 150px !important
    }
    .px-lg-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }
    .py-lg-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1340px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-xl-1 {
        margin: 12.5px !important
    }
    .mt-xl-1 {
        margin-top: 12.5px !important
    }
    .mr-xl-1 {
        margin-right: 12.5px !important
    }
    .mb-xl-1 {
        margin-bottom: 12.5px !important
    }
    .ml-xl-1 {
        margin-left: 12.5px !important
    }
    .mx-xl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }
    .my-xl-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }
    .m-xl-2 {
        margin: 25px !important
    }
    .mt-xl-2 {
        margin-top: 25px !important
    }
    .mr-xl-2 {
        margin-right: 25px !important
    }
    .mb-xl-2 {
        margin-bottom: 25px !important
    }
    .ml-xl-2 {
        margin-left: 25px !important
    }
    .mx-xl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
    .my-xl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
    .m-xl-3 {
        margin: 50px !important
    }
    .mt-xl-3 {
        margin-top: 50px !important
    }
    .mr-xl-3 {
        margin-right: 50px !important
    }
    .mb-xl-3 {
        margin-bottom: 50px !important
    }
    .ml-xl-3 {
        margin-left: 50px !important
    }
    .mx-xl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
    .my-xl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
    .m-xl-4 {
        margin: 75px !important
    }
    .mt-xl-4 {
        margin-top: 75px !important
    }
    .mr-xl-4 {
        margin-right: 75px !important
    }
    .mb-xl-4 {
        margin-bottom: 75px !important
    }
    .ml-xl-4 {
        margin-left: 75px !important
    }
    .mx-xl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }
    .my-xl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }
    .m-xl-5 {
        margin: 150px !important
    }
    .mt-xl-5 {
        margin-top: 150px !important
    }
    .mr-xl-5 {
        margin-right: 150px !important
    }
    .mb-xl-5 {
        margin-bottom: 150px !important
    }
    .ml-xl-5 {
        margin-left: 150px !important
    }
    .mx-xl-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }
    .my-xl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-xl-1 {
        padding: 12.5px !important
    }
    .pt-xl-1 {
        padding-top: 12.5px !important
    }
    .pr-xl-1 {
        padding-right: 12.5px !important
    }
    .pb-xl-1 {
        padding-bottom: 12.5px !important
    }
    .pl-xl-1 {
        padding-left: 12.5px !important
    }
    .px-xl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }
    .py-xl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }
    .p-xl-2 {
        padding: 25px !important
    }
    .pt-xl-2 {
        padding-top: 25px !important
    }
    .pr-xl-2 {
        padding-right: 25px !important
    }
    .pb-xl-2 {
        padding-bottom: 25px !important
    }
    .pl-xl-2 {
        padding-left: 25px !important
    }
    .px-xl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
    .py-xl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
    .p-xl-3 {
        padding: 50px !important
    }
    .pt-xl-3 {
        padding-top: 50px !important
    }
    .pr-xl-3 {
        padding-right: 50px !important
    }
    .pb-xl-3 {
        padding-bottom: 50px !important
    }
    .pl-xl-3 {
        padding-left: 50px !important
    }
    .px-xl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
    .py-xl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
    .p-xl-4 {
        padding: 75px !important
    }
    .pt-xl-4 {
        padding-top: 75px !important
    }
    .pr-xl-4 {
        padding-right: 75px !important
    }
    .pb-xl-4 {
        padding-bottom: 75px !important
    }
    .pl-xl-4 {
        padding-left: 75px !important
    }
    .px-xl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }
    .py-xl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }
    .p-xl-5 {
        padding: 150px !important
    }
    .pt-xl-5 {
        padding-top: 150px !important
    }
    .pr-xl-5 {
        padding-right: 150px !important
    }
    .pb-xl-5 {
        padding-bottom: 150px !important
    }
    .pl-xl-5 {
        padding-left: 150px !important
    }
    .px-xl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }
    .py-xl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center, .text-xs-center {
    text-align: center !important
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1340px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: normal
}

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

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #636c72 !important
}

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important
}

.text-primary {
    color: #333 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #1a1919 !important
}

.text-success {
    color: #E0E8EF !important
}

a.text-success:focus, a.text-success:hover {
    color: #becfde !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important
}

.text-gray-dark {
    color: #333 !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #1a1919 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

html {
    -webkit-font-smoothing: antialiased
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    html {
        -webkit-font-smoothing: subpixel-antialiased
    }
}

a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s
}

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

a:focus {
    outline: none
}

button:focus, .btn:focus {
    outline: none
}

textarea {
    resize: none
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 2.25rem
    }
    h2, .h2 {
        font-size: 1.875rem
    }
}

p {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif
}

p.info {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase
}

blockquote {
    margin: 100px auto;
    max-width: 75%;
    text-align: center
}

blockquote p, blockquote cite {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold
}

blockquote p {
    font-size: 1.25rem
}

blockquote p:first-child::before {
    content: '\201c';
    display: block
}

blockquote p:last-child::after {
    content: '\201d';
    display: block;
    position: relative;
    top: 8px
}

blockquote cite {
    font-size: .875rem;
    font-style: normal
}

.link-down {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 15px;
    height: 8px;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='8' viewBox='351 836 15 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M358.14 842.236l-6.048-6.048c-.25-.25-.654-.25-.904 0s-.25.654 0 .904l6.5 6.5c.123.127.288.19.45.19.165 0 .33-.063.455-.19l3.218-3.218 3.283-3.282c.25-.25.25-.654 0-.904-.252-.25-.657-.25-.907 0l-6.047 6.048z' fill='#000' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat scroll center center;
    display: inline-block
}

.btn, .btn-link {
    cursor: pointer;
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase
}

.btn-outline-primary {
    color: #333
}

.form-control {
    font-size: .75rem;
    font-weight: bold
}

.form-control::-webkit-input-placeholder {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase
}

.form-control::-moz-placeholder {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase
}

.form-control:-ms-input-placeholder {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase
}

.form-control::placeholder {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase
}

.form-group {
    margin-bottom: 1rem
}

.custom-select {
    border-radius: 0;
    padding: 9px 12px;
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
    width: 100%
}

@media (min-width: 768px) {
    input.form-control, .custom-select {
        height: 2.0625rem
    }
}

.close {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 19px;
    height: 19px;
    background: transparent url(../img/close.svg) no-repeat scroll center center;
    background-size: cover;
    display: block;
    font-weight: normal;
    float: none;
    opacity: 1;
    text-shadow: none
}

.close:hover {
    opacity: 1
}

.close:focus {
    outline: none
}

@media (max-width: 1339px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

.navbar-global {
    background: white none;
    padding: 0;
    text-align: center
}

.navbar-global a.brand {
    display: inline-block
}

.navbar-global a.brand:focus {
    outline: none
}

.navbar-global a.brand .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 216px;
    height: 40px;
    background-image: url("../img/marcus-wareing.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .navbar-global a.brand .logo {
        background-image: url("../img/marcus-wareing@2x.png");
        background-size: 216px 9px
    }
}

.navbar-global a.brand .icon {
    display: block;
    left: 15px;
    top: 20px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navbar-global a.brand .icon, .navbar-global a.brand .icon::before, .navbar-global a.brand .icon::after {
    background-color: #333;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    width: 18px
}

.navbar-global a.brand .icon::before, .navbar-global a.brand .icon::after {
    content: '';
    display: block
}

.navbar-global a.brand .icon::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out
}

.navbar-global a.brand .icon::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navbar-global a.brand.collapsed .icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.navbar-global a.brand.collapsed .icon::before {
    opacity: 1;
    top: -6px;
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in
}

.navbar-global a.brand.collapsed .icon::after {
    bottom: -6px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

@media (min-width: 768px) {
    .navbar-global {
        text-align: left
    }
    .navbar-global a.brand {
        padding-left: 60px
    }
    .navbar-global a.brand .icon {
        left: 25px
    }
}

.navbar-global a.link-reservations {
    width: 23px;
    height: 40px;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='19' viewBox='338 10 23 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='#000' fill-rule='evenodd'%3E%3Cpath d='M339 12.866v11.877h.858V13.686h19.736V26.38h.858V12.867'/%3E%3Cpath d='M359.594 24.744v2.867h-19.736v-2.866H339v3.686h21.452v-3.686'/%3E%3Cpath d='M345.865 28.36h.858V10h-.858M352.73 28.36h.858V10h-.86'/%3E%3Cpath d='M339.523 18.57h20.405v-.82h-20.405M339.523 23.416h20.405v-.82h-20.405'/%3E%3C/g%3E%3C/svg%3E") no-repeat scroll center center;
    display: block;
    position: absolute;
    right: 15px;
    top: 0
}

@media (min-width: 992px) {
    .navbar-global a.link-reservations {
        width: 95px;
        height: 40px;
        background-image: url("../img/reservations.png");
        right: 25px
    }
}

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
    .navbar-global a.link-reservations {
        background-image: url("../img/reservations@2x.png");
        background-size: 95px 8px
    }
}

.navbar-global .reservations-dropdown, .navbar-global .nav-dropdown {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    text-align: left
}

.navbar-global .reservations-dropdown ul, .navbar-global .nav-dropdown ul {
    font-size: 1.125rem;
    line-height: 2.3888888889;
    list-style: none;
    margin: 0;
    padding-left: 50px;
    text-transform: uppercase
}

.navbar-global .reservations-dropdown form, .navbar-global .nav-dropdown form {
    text-align: center
}

.navbar-global .reservations-dropdown form+p, .navbar-global .nav-dropdown form+p {
    display: none
}

.navbar-global .reservations-dropdown form .form-group, .navbar-global .nav-dropdown form .form-group {
    margin-bottom: 13px
}

.navbar-global .reservations-dropdown button.close, .navbar-global .nav-dropdown button.close {
    bottom: 10px;
    display: inline-block;
    height: 13px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13px
}

@media (min-width: 768px) {
    .navbar-global .reservations-dropdown, .navbar-global .nav-dropdown {
        padding-bottom: 90px;
        padding-top: 90px
    }
    .navbar-global .reservations-dropdown ul, .navbar-global .nav-dropdown ul {
        font-size: .9375rem;
        line-height: 1.667;
        padding: 0
    }
    .navbar-global .reservations-dropdown ul a:hover, .navbar-global .nav-dropdown ul a:hover {
        color: #D2624B
    }
    .navbar-global .reservations-dropdown .nav-restaurants, .navbar-global .nav-dropdown .nav-restaurants {
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }
    .navbar-global .reservations-dropdown .nav-restaurants.visible, .navbar-global .nav-dropdown .nav-restaurants.visible {
        opacity: 1
    }
    .navbar-global .reservations-dropdown form, .navbar-global .nav-dropdown form {
        margin-bottom: 40px
    }
    .navbar-global .reservations-dropdown form+p, .navbar-global .nav-dropdown form+p {
        display: block;
        font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: .75rem;
        font-weight: bold;
        margin: 0;
        text-align: center;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
    .navbar-global .reservations-dropdown form+p a, .navbar-global .nav-dropdown form+p a {
        text-decoration: underline
    }
    .navbar-global .reservations-dropdown form .form-group, .navbar-global .nav-dropdown form .form-group {
        margin-bottom: 45px
    }
}

.navbar-global .nav-dropdown {
    overflow-y: scroll;
    height: 85vh
}

@media (min-width: 768px) {
    .navbar-global .nav-dropdown {
        overflow: hidden;
        height: auto
    }
}

.section header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px
}

.section header p a {
    text-decoration: underline
}

.section .container {
    padding-bottom: 100px;
    padding-top: 100px
}

.section .container header {
    max-width: none
}

@media (min-width: 768px) {
    .section .container {
        padding-bottom: 150px;
        padding-top: 150px
    }
}

.full-screen {
    background: #cecece none no-repeat scroll center center;
    background-size: cover;
    height: 80vh;
    position: relative
}

.full-screen svg, .full-screen .logo {
    max-width: 100%;
    height: auto;
    left: 50%;
    max-height: 50vh;
    max-width: 80%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (min-width: 768px) {
    .full-screen {
        height: 100vh
    }
    body.restaurant .full-screen {
        height: calc(100vh - 36px)
    }
}

.map {
    background-color: #cecece;
    height: 75vh
}

@media (min-width: 768px) {
    .map {
        height: 55vw
    }
}

.teaser {
    margin-bottom: 50px
}

.teaser img {
    max-width: 100%;
    height: auto;
    width: 100%;
    z-index: 0
}

.teaser .img {
    position: relative;
    height: 0;
    display: block;
    width: 100%
}

.teaser .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.teaser .txt {
    background: white none;
    padding: 40px
}

.teaser .txt h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.teaser .txt p:last-child {
    margin-bottom: 0
}

.teaser .img+.txt, .teaser img+.txt, .teaser a+.txt {
    margin: -85px 15px 0;
    position: relative
}

@media (min-width: 544px) {
    .teaser img+.txt, .teaser a+.txt {
        margin: -80px 30px 0;
        position: relative
    }
}

.teaser .txt a.link-more {
    color: #CC6F4B;
    font-size: .8125rem;
    font-weight: bold;
    text-decoration: underline
}

.teaser .txt p {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.teaser .txt p.info {
    font-size: .8125rem
}

.teaser-blog h3 {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 1.375rem;
    text-transform: none
}

.teaser-job .txt, .teaser-restaurant .txt, .teaser-event .txt {
    margin: 0 20px;
    padding: 30px 20px
}

.teaser-job .txt h2, .teaser-restaurant .txt h2, .teaser-event .txt h2 {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 1.375rem;
    position: relative;
    text-transform: none
}

.teaser-job .txt p, .teaser-restaurant .txt p, .teaser-event .txt p {
    font-size: .8125rem
}

.teaser-job a+.txt, .teaser-restaurant a+.txt, .teaser-event a+.txt {
    margin-top: -80px
}

.teaser-job .img {
    padding-bottom: 78.5%
}

.teaser-job .txt h2 {
    margin-bottom: 2rem
}

.teaser-job .txt h2 span {
    display: block
}

.teaser-job .txt h2 span::before {
    content: '\2014';
    display: inline-block;
    padding-right: 5px
}

@media (min-width: 768px) {
    .teaser-job:nth-child(2) {
        margin-top: 40px
    }
    .teaser-job:nth-child(3) {
        margin-top: 80px
    }
}

.teaser-restaurant {
    text-align: center
}

.teaser-event {
    margin-bottom: 50px
}

.teaser-event .txt .location {
    margin-bottom: .8125rem;
    text-transform: uppercase
}

.teaser-occasion {
    margin-bottom: 60px
}

.teaser-occasion .img {
    padding-bottom: 75%
}

.teaser-occasion .txt h2 {
    font-size: 1.375rem;
    font-weight: normal;
    text-transform: none
}

.teaser-occasion .txt h2+p {
    font-size: .8125rem;
    font-weight: bold;
    text-transform: uppercase
}

.teaser-occasion .txt h2+p span {
    font-weight: normal;
    padding-left: 1rem
}

.teaser-occasion .txt>div {
    border-top: 1px solid #979797;
    padding-top: 10px
}

.teaser-occasion .txt>div h4 {
    font-size: .75rem;
    font-weight: normal;
    margin-bottom: 10px
}

.teaser-occasion .txt>div ul {
    padding-left: 0;
    list-style: none;
    font-size: .75rem;
    margin: 0
}

.teaser-occasion .txt>div ul li {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase
}

.teaser-occasion .txt>div ul li::after {
    content: ','
}

.teaser-occasion .txt>div ul li:last-child::after {
    content: none
}

@media (min-width: 992px) {
    .teaser-occasion:nth-child(2) {
        margin-top: 50px
    }
    .teaser-occasion .txt h2, .teaser-occasion .txt p {
        max-width: 50%;
        max-width: calc(100% - 160px)
    }
    .teaser-occasion .txt>div {
        border-left: 1px solid #979797;
        border-top: none;
        bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 40px;
        width: 180px
    }
    .teaser-occasion .txt>div h4, .teaser-occasion .txt>div ul {
        font-size: .8125rem
    }
    .teaser-occasion .txt>div ul li {
        display: block
    }
    .teaser-occasion .txt>div ul li::after {
        content: none
    }
}

.parallax {
    background-color: transparent;
    height: 90vw;
    position: relative
}

@media (min-width: 992px) {
    .parallax {
        height: 35vw
    }
}

.article {
    min-height: 100vh;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative
}

.article .featured-image, .article .banner {
    margin-bottom: 30px
}

.article .featured-image img, .article .banner img {
    max-width: 100%;
    height: auto
}

.article .featured-image {
    margin-left: -15px;
    margin-right: -15px
}

.article header {
    text-align: center
}

.article header h1 {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 2.25rem;
    line-height: 1.1944444444;
    margin-bottom: 30px;
    text-transform: none
}

.article header h2 {
    font-size: .875rem;
    font-weight: normal;
    line-height: 3.1428571429;
    margin: 0
}

.article header h4 {
    font-size: 1.125rem;
    text-transform: none
}

.article p {
    font-size: 1rem
}

.article p.lead {
    font-size: 1.25rem
}

.article .close {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px
}

.article form {
    margin-top: 80px
}

.article form h3 {
    text-align: center
}

.article form .btn {
    display: block;
    margin: 0 auto
}

@media (min-width: 768px) {
    .article header h2 {
        font-size: 1rem;
        line-height: 1.1875
    }
    .article .featured-image {
        background: transparent none no-repeat scroll center center;
        background-size: cover;
        bottom: 0;
        left: 50%;
        margin: 0;
        position: fixed;
        right: 0;
        top: 0
    }
    .article .featured-image img {
        display: none
    }
    .article .close {
        width: 25px;
        height: 25px;
        left: 15px;
        position: fixed;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 15px
    }
    .mfp-content .article .close {
        position: absolute
    }
    .article form {
        margin-top: 0
    }
    .article form h3 {
        text-align: left
    }
    .article form .btn {
        display: inline-block
    }
}

.sitefooter {
    background: #F6F6F6 none;
    text-align: center
}

.sitefooter aside, .sitefooter nav {
    padding-bottom: 30px;
    padding-top: 30px
}

.sitefooter aside:first-child {
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797
}

.sitefooter .btn-link {
    font-size: .8125rem;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline
}

.sitefooter h5 {
    font-size: 1rem;
    margin-bottom: 1rem
}

.sitefooter ul {
    padding-left: 0;
    list-style: none;
    font-size: .8125rem;
    line-height: 3.0769230769;
    margin: 0;
    text-transform: uppercase
}

.sitefooter ul a {
    font-weight: bold
}

@media (min-width: 768px) {
    .sitefooter {
        padding-bottom: 50px;
        padding-top: 50px;
        text-align: left
    }
    .sitefooter aside, .sitefooter nav {
        padding-bottom: 0;
        padding-top: 0
    }
    .sitefooter aside:first-child {
        border-bottom: none;
        border-top: none
    }
    .sitefooter ul {
        font-size: 1rem;
        line-height: 2.5;
        /* text-align: center */
        text-align: right;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (max-width: 767px) {
    select, textarea, input {
        font-size: 16px !important
    }
    select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
        font-size: 16px !important
    }
    select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
        font-size: 16px !important
    }
    select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
        font-size: 16px !important
    }
    select::placeholder, textarea::placeholder, input::placeholder {
        font-size: 16px !important
    }
}

.js-hidden {
    display: none
}

.no-js .js-hidden {
    display: block
}

.aligncenter, .alignleft, .alignright {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 544px) {
    .alignleft {
        float: left;
        margin: 0 50px 50px 0
    }
    .alignright {
        float: right;
        margin: 0 0 50px 50px
    }
}

img[class*="align"], img[class*="wp-image-"] {
    height: auto
}

.wp-caption, img.size-full, img.size-large, img.alignleft, img.alignright, img.aligncenter {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px
}

img.alignleft+img.alignright {
    margin-left: 0
}

p img {
    vertical-align: middle
}

.wp-caption {
    position: relative;
    max-width: 100%
}

.wp-caption img {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.67);
    bottom: 0;
    font-size: 75%;
    font-style: italic;
    left: 0;
    padding: 0;
    position: absolute;
    margin: 0;
    width: 100%
}

.wp-caption .wp-caption-text span {
    display: block;
    padding: 4px 10px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #F6F6F6;
    opacity: 1
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 0;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #333;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #333
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 0;
    padding-bottom: 0
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: transparent
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 0;
        padding-right: 0
    }
}

.mfp-close, button.mfp-close {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 19px;
    height: 19px;
    background: transparent url(../img/close.svg) no-repeat scroll center center;
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px
}

@media (min-width: 992px) {
    .mfp-close, button.mfp-close {
        width: 25px;
        height: 25px;
        left: 15px;
        position: fixed;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 15px
    }
}

.mfp-with-zoom .mfp-container .mfp-content, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container .mfp-content, .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1
}

.mfp-with-zoom.mfp-removing .mfp-container .mfp-content, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-container {
    height: 101%
}

.popup-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 465px;
    padding: 60px 15px;
    text-align: center
}

.popup-container form {
    text-align: left
}

.popup-container form .btn-link {
    margin-top: 50px;
    text-decoration: underline
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    color: #333;
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single::after {
    display: block;
    clear: both;
    content: ""
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover, .pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled, .pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%
}

.pika-table th, .pika-table td {
    width: 14.2857142857%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 7px 5px 4px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-range .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.pika-week {
    font-size: 11px;
    color: #999
}

.icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mail:before {
    content: "\ea85"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-twitter:before {
    content: "\ea96"
}

h1, h2, h3, h4, h5, p, ul li, .section-landing .item span {
    /* opacity: 0; enable when typekit is setup */
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active p, .wf-active ul li, .wf-active .section-landing .item span {
    opacity: 1
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms
}

.wpcf7-response-output {
    margin: 50px auto 0
}

.form-control.wpcf7-not-valid, .custom-select.wpcf7-not-valid {
    border-color: #d9534f
}

.wpcf7-display-none, img.ajax-loader {
    display: none
}

body {
    position: relative
}

.navbar-global a.brand .logo {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.navbar-global>svg {
    height: 40px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.navbar-global .nav-dropdown {
    background-color: #EDEAEA
}

.navbar-global .nav-dropdown ul {
    padding-bottom: 70px
}

.navbar-global .nav-dropdown .nav-sections {
    background-color: white;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-backface-visibility: hidden
}

.navbar-global .nav-dropdown .nav-sections ul {
    padding: 50px
}

.navbar-global a.link-main-site {
    background-color: #A1BEA8;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.navbar-global a.link-main-site::after {
    width: 10px;
    height: 17px;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='17' viewBox='-1 -1 10 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.764 8.102l6.048-6.147c.25-.254.25-.666 0-.92s-.654-.254-.904 0l-6.5 6.608c-.127.125-.19.293-.19.46 0 .165.063.333.19.46l3.218 3.272 3.282 3.336c.25.255.654.255.904 0s.25-.667 0-.92L1.764 8.1z' fill='#000' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat scroll center center;
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar-global a.link-main-site span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 216px;
    height: 10px;
    background-image: url("../img/marcus-wareing.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .navbar-global a.link-main-site span {
        background-image: url("../img/marcus-wareing@2x.png");
        background-size: 216px 9px
    }
}

.navbar-global.show-main a.brand .logo {
    opacity: 1;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.navbar-global.show-main svg {
    opacity: 0;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.navbar-global.show-main .nav-dropdown .nav-sections {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 544px) {
    .navbar-global a.brand .logo {
        opacity: 1
    }
    .navbar-global>svg {
        display: none
    }
    .navbar-global .nav-dropdown {
        background: white
    }
    .navbar-global .nav-dropdown ul {
        padding-bottom: 0
    }
    .navbar-global .nav-dropdown .nav-sections {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .navbar-global .nav-dropdown .nav-sections ul {
        padding: 0
    }
}

.navbar-local {
    display: none
}

@media (min-width: 544px) {
    .navbar-local {
        background: #EDEAEA none;
        display: block;
        padding: 5px 0;
        text-align: center;
        z-index: 1029
    }
    .navbar-local .navbar-nav {
        font-size: .75rem;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }
    .navbar-local .navbar-nav .nav-item {
        display: inline-block;
        float: none
    }
    .navbar-local .navbar-nav .nav-link {
        color: #333;
        font-weight: bold
    }
    .navbar-local .navbar-nav .nav-link.active {
        color: #CC6F4B
    }
    .navbar-local a.brand {
        left: 1rem;
        position: absolute;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }
    .navbar-local a.brand svg {
        display: block
    }
    .navbar-local.is_stuck .navbar-nav {
        font-size: .6875rem
    }
    .navbar-local.is_stuck a.brand {
        opacity: 1
    }
}

.section-welcome {
    position: relative;
    position: relative;
    background-color: #EDEAEA;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center
}

.section-welcome::before {
    background: -webkit-linear-gradient(135deg, #EDEAEA 7px, transparent 0), -webkit-linear-gradient(45deg, #EDEAEA 7px, transparent 0);
    background: linear-gradient(-45deg, #EDEAEA 7px, transparent 0), linear-gradient(45deg, #EDEAEA 7px, transparent 0);
    background-position: left top;
    top: -14px;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

.section-welcome::after {
    background: -webkit-linear-gradient(225deg, #EDEAEA 7px, transparent 0), -webkit-linear-gradient(315deg, #EDEAEA 7px, transparent 0);
    background: linear-gradient(-135deg, #EDEAEA 7px, transparent 0), linear-gradient(135deg, #EDEAEA 7px, transparent 0);
    background-position: left bottom;
    bottom: -14px;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

.section-welcome P:last-child {
    margin-bottom: 0;
    margin-top: 50px
}

@media (min-width: 768px) {
    .section-welcome::before {
        display: none
    }
}

.section-menus {
    text-align: center
}

.section-menus header {
    margin-bottom: 50px
}

.section-menus h3, .section-menus h4, .section-menus ul {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif
}

.section-menus h3, .section-menus h4 {
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0;
    text-transform: none
}

.section-menus h3 {
    position: relative;
    margin-bottom: 30px
}

.section-menus h3::after {
    border-top: 1px solid #333;
    bottom: -15px;
    content: '';
    display: inline-block;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 10px
}

.section-menus h4 {
    font-style: italic
}

.section-menus ul {
    font-size: 1.625rem
}

.section-menus ul a {
    font-weight: bold
}

.section-menus ul a.active, .section-menus ul a:hover {
    color: #CC6F4B
}

.section-menus .custom-select {
    margin-bottom: 50px
}

.section-menus p a {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase
}

.section-menus .tab-pane {
    background-color: #A1BEA8;
    padding: 30px 15px
}

@media (min-width: 768px) {
    .section-menus {
        background-color: transparent;
        background-image: -webkit-linear-gradient(left, #EDEAEA 0%, #EDEAEA 50%, #A1BEA8 50%, #A1BEA8 100%);
        background-image: linear-gradient(to right, #EDEAEA 0%, #EDEAEA 50%, #A1BEA8 50%, #A1BEA8 100%);
        padding-bottom: 140px;
        padding-top: 60px
    }
    .section-menus header {
        margin-bottom: 140px
    }
    .section-menus .tab-pane {
        background-color: transparent;
        padding: 0 0 0 16.6666666667%
    }
}

.section-dining {
    position: relative;
    position: relative;
    background-color: #EDEAEA
}

.section-dining::before {
    background: -webkit-linear-gradient(135deg, #EDEAEA 7px, transparent 0), -webkit-linear-gradient(45deg, #EDEAEA 7px, transparent 0);
    background: linear-gradient(-45deg, #EDEAEA 7px, transparent 0), linear-gradient(45deg, #EDEAEA 7px, transparent 0);
    background-position: left top;
    top: -14px;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

.section-dining::after {
    background: -webkit-linear-gradient(225deg, #EDEAEA 7px, transparent 0), -webkit-linear-gradient(315deg, #EDEAEA 7px, transparent 0);
    background: linear-gradient(-135deg, #EDEAEA 7px, transparent 0), linear-gradient(135deg, #EDEAEA 7px, transparent 0);
    background-position: left bottom;
    bottom: -14px;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

.section-dining .text-xs-center p:last-child {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 50px
}

.section-dining .teaser {
    margin-bottom: 50px
}

.section-dining .teaser:first-child {
    margin-top: 50px
}

@media (min-width: 768px) {
    .section-dining .col-md-8.text-xs-center {
        margin-bottom: 150px
    }
    .section-dining .col-md-8.text-xs-center p:last-child {
        margin-bottom: 0;
        margin-top: 50px
    }
    .section-dining .teaser:first-child {
        margin-top: 0
    }
    .section-dining .teaser:nth-child(2) {
        margin-top: 40px
    }
    .section-dining .teaser:last-child {
        margin-bottom: 70px
    }
    .section-dining form {
        padding-top: 30px
    }
}

.section-contact header {
    margin-bottom: 50px
}

.section-contact header h2 {
    margin-bottom: 0
}

.section-contact h4 {
    line-height: 1.5;
    margin-bottom: 0
}

.section-contact h4+p {
    font-size: 1rem;
    line-height: 1.6875;
    margin-bottom: 30px
}

.section-contact .vcard {
    margin-bottom: 50px;
    text-align: center
}

.section-contact .vcard p {
    line-height: 1.5;
    margin-bottom: 30px
}

.section-contact .vcard p:first-child {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .section-contact header {
        margin-bottom: 120px
    }
    .section-contact h4 {
        margin-bottom: 30px
    }
    .section-contact .vcard {
        margin-bottom: 0;
        text-align: left
    }
}

.section-whats-on {
    position: relative;
    background-color: #A1BEA8
}

.section-whats-on::before {
    background: -webkit-linear-gradient(135deg, #A1BEA8 7px, transparent 0), -webkit-linear-gradient(45deg, #A1BEA8 7px, transparent 0);
    background: linear-gradient(-45deg, #A1BEA8 7px, transparent 0), linear-gradient(45deg, #A1BEA8 7px, transparent 0);
    background-position: left top;
    top: -14px;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

.section-whats-on header {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .section-whats-on header {
        margin-bottom: 100px
    }
    .section-whats-on header h2 {
        margin-bottom: 0
    }
}

h1, h2 {
    color: #CC6F4B;
    letter-spacing: 2px
}

h1 {
    font-size: 2.1rem
}

.section-menus h3, .section-menus h4 {
    color: #CC6F4B
}

.section-menus h3, .section-menus h4, .section-menus ul {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase
}

.section-menus h3::after {
    border-top-color: #CC6F4B
}

.section-careers {
    background-color: #3F4045
}

.section-careers .nav {
    text-align: center
}

.section-careers .nav li {
    margin-bottom: 15px;
    text-align: center
}

.section-careers .nav a {
    color: white;
    text-transform: uppercase
}

.section-careers .nav a.active, .section-careers .nav a:hover {
    color: #CF5C49
}

.section-careers .nav a span {
    display: block;
    font-weight: 100
}

.section-careers .tab-pane {
    text-align: center
}

.section-careers .tab-pane h3 {
    font-size: 1.125rem
}

.section-careers .tab-pane form {
    margin: 75px auto 0;
    text-align: left;
    width: 80%
}

.section-careers .tab-pane form .btn-link {
    margin-top: 50px;
    text-decoration: underline
}

@media (min-width: 992px) {
    .section-careers {
        background-color: transparent;
        background-image: -webkit-linear-gradient(left, #3F4045 0%, #3F4045 50%, white 50%, white 100%);
        background-image: linear-gradient(to right, #3F4045 0%, #3F4045 50%, white 50%, white 100%)
    }
    .section-careers .nav {
        text-align: left
    }
    .section-careers .tab-pane form .wpcf7-response-output {
        left: 0;
        position: absolute;
        right: 0;
        width: 80%
    }
}

.section-intro {
    position: relative;
    background-color: #F6F6F6
}

.section-intro::before {
    background: -webkit-linear-gradient(135deg, #F6F6F6 7px, transparent 0), -webkit-linear-gradient(45deg, #F6F6F6 7px, transparent 0);
    background: linear-gradient(-45deg, #F6F6F6 7px, transparent 0), linear-gradient(45deg, #F6F6F6 7px, transparent 0);
    background-position: left top;
    top: -14px;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

.section-intro blockquote {
    margin: 0;
    max-width: none
}

.section-intro blockquote p {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 1.375rem
}

.alert, .wpcf7-response-output {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success, .wpcf7-mail-sent-ok {
    color: #333;
    background-color: #E0E8EF;
    border-color: #cfdce6
}

.alert-success hr, .wpcf7-mail-sent-ok hr {
    border-top-color: #becfde
}

.alert-success .alert-link, .wpcf7-mail-sent-ok .alert-link {
    color: #1a1919
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc
}

.alert-danger hr, .wpcf7-validation-errors hr, .wpcf7-mail-sent-ng hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link, .wpcf7-validation-errors .alert-link, .wpcf7-mail-sent-ng .alert-link {
    color: #843534
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: .6875rem;
    line-height: 3.6363636364;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.no-js .inputfile+label {
    display: none
}

.inputfile+label strong {
    background-color: #939393;
    color: #333;
    display: inline-block;
    min-height: 2.5rem;
    padding-left: 20px;
    padding-right: 20px
}

.inputfile+label span {
    display: inline-block;
    float: right;
    min-height: 2.5rem;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    vertical-align: top
}

.inputfile+label:hover strong {
    background-color: #979797
}

.inputfile:focus+label, .inputfile.has-focus+label {
    outline: none
}

.inputfile:focus+label strong, .inputfile.has-focus+label strong {
    background-color: #979797
}

@media only screen and (max-width: 960px) {
    .c-navigation__list {
        display: none;
      
    }
    .c-navigation__nav.is-active-mobile {
        display: block;
       
    }

    .c-navigation__nav .c-navigation__list {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }
    .c-navigation__nav.is-active-mobile .c-navigation__list {
        display: block;
        position: fixed;
        top: 69px;
        left: 0;
        right: 0;
        height: 85vh;
        background: #e0e8ef;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }
    .c-navigation__list {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .c-navigation__list li {
        text-align: left;
    }
    .c-navigation__list li a {
        font-size: 1.125rem;
        line-height: 2.3888888889;
        margin: 0;
        padding-left: 50px; 
        font-weight: 400;
    }
} 




.article {
    min-height: 100vh;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative
}

.article .featured-image, .article .banner {
    margin-bottom: 30px
}

.article .featured-image img, .article .banner img {
    max-width: 100%;
    height: auto
}

.article .featured-image {
    margin-left: -15px;
    margin-right: -15px
}

.article header {
    text-align: center
}

.article header h1 {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 2.25rem;
    line-height: 1.1944444444;
    margin-bottom: 30px;
    text-transform: none
}

.article header h2 {
    font-size: .875rem;
    font-weight: normal;
    line-height: 3.1428571429;
    margin: 0
}

.article header h4 {
    font-size: 1.125rem;
    text-transform: none
}

.article p {
    font-size: 1rem
}

.article p.lead {
    font-size: 1.25rem
}

.article .close {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px
}

.article form {
    margin-top: 80px
}

.article form h3 {
    text-align: center
}

.article form .btn {
    display: block;
    margin: 0 auto
}

@media (min-width: 768px) {
    .article header h2 {
        font-size: 1rem;
        line-height: 1.1875
    }
    .article .featured-image {
        background: transparent none no-repeat scroll center center;
        background-size: cover;
        bottom: 0;
        left: 50%;
        margin: 0;
        position: fixed;
        right: 0;
        top: 0
    }
    .article .featured-image img {
        display: none
    }
    .article .close {
        width: 25px;
        height: 25px;
        left: 15px;
        position: fixed;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 15px
    }
    .mfp-content .article .close {
        position: absolute
    }
    .article form {
        margin-top: 0
    }
    .article form h3 {
        text-align: left
    }
    .article form .btn {
        display: inline-block
    }
}

 


.section-restaurants .container, .section-events .container, .section-gift .container {
    padding-bottom: 0;
    padding-top: 0
}s


.section-gift .nav {
    display: table;
    margin: 0 auto 50px;
    max-width: 730px;
    width: 100%
}

.section-gift .nav .nav-item {
    display: table-cell;
    text-align: center;
    width: 1%
}

.section-gift .nav .nav-item a {
    font-family: "FF Quadraat", Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 1.875rem;
    font-weight: bold;
    position: relative
}

.section-gift .nav .nav-item a::after {
    border-bottom: 3px solid #333;
    bottom: 0;
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.section-gift .nav .nav-item a.active::after {
    opacity: 1
}
.section-restaurants header, .section-events header, .section-gift header {
    margin-bottom: 100px;
    margin-top: 150px;
    text-align: center
}

.section-restaurants header h1, .section-events header h1, .section-gift header h1 {
    font-size: 2.8125rem;
    font-weight: normal
}

.section-restaurants .container, .section-events .container, .section-gift .container {
    padding-bottom: 0;
    padding-top: 0
}



.wc-proceed-to-checkout a {
    width: 100%;

}
.woocommerce-shipping-fields__field-wrapper .form-row div:first-child,
.woocommerce-billing-fields__field-wrapper .form-row div:first-child,
.woocommerce-billing-fields__field-wrapper .address-field {
    padding-left: 0;
}
.woocommerce-shipping-fields h3
.woocommerce-billing-fields h3 {
    padding: 3px;
}

.voucher-fields {
    display: none;
}
#order_review_heading {
    padding-left: .75rem;
}
#place_order {
    width: 100%;
}
/* @media (min-width: 768px) { */
    .link-basket {
        display: inline-block;
        font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: .9375rem;
        font-weight: 700;
        position: fixed;
        right: 25px;
        text-transform: uppercase;
        top: 90px
    }
/* } */

.contact-emails>div {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis
}

.contact-emails>div h4 {
    margin-top: 30px
}

.form-filter {
    margin-bottom: 100px
}

.form-filter h5 {
    margin: 0
}

.form-filter .custom-select {
    font-size: .8125rem
}

.product {
 
    margin-bottom: 80px
}

.product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.product h3, .product h4 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-bottom: 5px
}

.product h3 {
    text-transform: none
}

.product h4 {
    font-weight: 100
}

.product .add-to-cart .custom-select, .product .add-to-cart .form-control {
    background-color: white;
    display: inline-block;
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    width: 100px
}

.product .add-to-cart .btn-link, .product .add-to-cart a {
    border: none;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0 25px;
    text-transform: none;
    text-decoration: underline
}

.product .add-to-cart .btn-link:focus, .product .add-to-cart a:focus {
    outline: none
}

.product .variations_form .custom-select, .product .variations_form .form-control {
    background-color: white;
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem
}

.product .variations_form .custom-select {
    width: 100px
}

.product .variations_form .voucher-fields-wrapper-variation {
    margin-top: 1rem
}

.product .variations_form .voucher-fields-wrapper-variation .form-control {
    display: block;
    width: 100%
}

.product .variations_form .woocommerce-variation-price {
    display: none
}

.product-addon h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    font-size: 1rem;
    font-weight: 400;
    display: inline-block
}

.product-addon p, .product-addon .form-check-label {
    font-family: "p22-underground", Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    font-weight: 400
}

.product-addon .form-check-label {
    font-weight: 600;
    text-transform: uppercase
}

.product-addon p a {
    text-decoration: underline
}

.product-addon-totals {
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px
}

.product-addon-totals dd, .product-addon-totals dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.product-addon-totals dd {
    text-align: right
}

a.remove {
    color: #333 !important;
}
a.remove:hover {
   
    background: transparent !important;
}
.product-addon-totals dt, .product-addon-totals strong {
    font-weight: 400
}

.product-addon-totals dt:last-of-type, .product-addon-totals dd:last-of-type strong {
    font-weight: 700
}

.woocommerce label {
    font-size: .875rem;
    font-weight: bold
}

.woocommerce label abbr[title] {
    cursor: default;
    color: #d9534f;
    border-bottom: none;
    text-decoration: none
}

.woocommerce label+strong {
    display: block
}

.woocommerce .woocommerce-invalid .form-control {
    border-color: #d9534f
}

.woocommerce .payment_methods {
    padding-left: 0;
    list-style: none
}

.woocommerce .payment_methods li>input[type=radio]:first-child {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.woocommerce-billing-fields, .woocommerce-shipping-fields {
    margin-bottom: 30px
}

.woocommerce-checkout-review-order th.product-name, .woocommerce-checkout-review-order td.product-name {
    width: 70%
}

.woocommerce-checkout-review-order dl.variation {
    font-size: .9375rem
}

.woocommerce-checkout-review-order dl.variation dd, .woocommerce-checkout-review-order dl.variation p {
    margin: 0
}

dl.variation {
    font-size: .875rem;
    margin: 0
}

dl.variation dt, dl.variation dd {
    display: inline-block
}

dl.variation p {
    margin: 0
}

dl.variation dd {
    padding: 0 .5rem
}




.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms
}

.wpcf7-response-output {
    margin: 50px auto 0
}

.form-control.wpcf7-not-valid, .custom-select.wpcf7-not-valid {
    border-color: #d9534f
}

.wpcf7-display-none, img.ajax-loader {
    display: none
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    background-color: transparent
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #F6F6F6
}

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered th, .table-bordered td {
    border: 1px solid #eceeef
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-active, .table-active>th, .table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-success, .table-success>th, .table-success>td {
    background-color: #E0E8EF
}

.table-hover .table-success:hover {
    background-color: #cfdce6
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #cfdce6
}

.table-info, .table-info>th, .table-info>td {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning, .table-warning>th, .table-warning>td {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger, .table-danger>th, .table-danger>td {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #F6F6F6;
    background-color: #333
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #F6F6F6;
    background-color: #333
}

.table-inverse th, .table-inverse td, .table-inverse thead th {
    border-color: #464646
}

.table-inverse.table-bordered {
    border: 0
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive.table-bordered {
        border: 0
    }
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: .6875rem;
    line-height: 3.6363636364;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.no-js .inputfile+label {
    display: none
}

.inputfile+label strong {
    background-color: #939393;
    color: #333;
    display: inline-block;
    min-height: 2.5rem;
    padding-left: 20px;
    padding-right: 20px
}

.inputfile+label span {
    display: inline-block;
    float: right;
    min-height: 2.5rem;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    vertical-align: top
}

.inputfile+label:hover strong {
    background-color: #979797
}

.inputfile:focus+label, .inputfile.has-focus+label {
    outline: none
}

.inputfile:focus+label strong, .inputfile.has-focus+label strong {
    background-color: #979797
}
