/* #007945 -> #84b97a */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600");

@font-face {
    font-family: 'Museo300';
    src: url("../fonts/museo/museo-300-webfont.eot");
    src: url("../fonts/museo/museo-300-webfont.eot?iefix") format("eot"), url("../fonts/museo/museo-300-webfont.woff") format("woff"), url("../fonts/museo/museo-300-webfont.ttf") format("truetype"), url("../fonts/museo/museo-300-webfont.svg#webfontYfInUxMA") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Museo500';
    src: url("../fonts/museo/museo-500-webfont.eot");
    src: url("../fonts/museo/museo-500-webfont.eot?iefix") format("eot"), url("../fonts/museo/museo-500-webfont.woff") format("woff"), url("../fonts/museo/museo-500-webfont.ttf") format("truetype"), url("../fonts/museo/museo-500-webfont.svg#webfontYfInUxMA") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Museo700';
    src: url("../fonts/museo/museo-700-webfont.eot");
    src: url("../fonts/museo/museo-700-webfont.eot?iefix") format("eot"), url("../fonts/museo/museo-700-webfont.woff") format("woff"), url("../fonts/museo/museo-700-webfont.ttf") format("truetype"), url("../fonts/museo/museo-700-webfont.svg#webfontYfInUxMA") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (min-width: 768px) {
    .lg-br {
        display: block
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

figure {
    margin: 0;
    padding: 0;
    display: block
}

.full-width {
    width: 100%;
    max-width: 100%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

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

.p-0 {
    padding: 0 !important
}

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

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

.desktop-br {
    display: block
}

@media screen and (max-width: 1023px) {
    .desktop-br {
        display: none
    }
}

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

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

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

a,
a:link {
    background-color: transparent;
}

.post-content a:not(.button),
.page-header a:not(.button),
#page-wrap a:not(.button) {
    text-decoration: underline;
    color: #84b97a;
    text-decoration: none;
}

.post-content a:not(.button):hover,
.page-header a:not(.button):hover,
#page-wrap a:not(.button):hover,
.post-content a:not(.button):active,
.page-header a:not(.button):active,
#page-wrap a:not(.button):active,
.post-content a:not(.button):focus,
.page-header a:not(.button):focus,
#page-wrap a:not(.button):focus {
    text-decoration: underline;
    color: #58AC25;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 96%
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1320px
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.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-row {
    display: table-row !important
}

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

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

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

@media (min-width: 576px) {
    .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-row {
        display: table-row !important
    }

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

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

    .d-sm-inline-flex {
        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-row {
        display: table-row !important
    }

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

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

    .d-md-inline-flex {
        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-row {
        display: table-row !important
    }

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

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

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

@media (min-width: 1200px) {
    .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-row {
        display: table-row !important
    }

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

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

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

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

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

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

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

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

    .d-print-table-row {
        display: table-row !important
    }

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

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

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

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -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
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

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

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

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

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

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

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

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

.align-items-stretch {
    -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;
    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;
    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;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -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
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-sm-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -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
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

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

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

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

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

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

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

    .align-items-md-stretch {
        -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;
        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 {
        -ms-flex-item-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;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -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
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-lg-stretch {
        -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;
        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 {
        -ms-flex-item-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;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -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
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-xl-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

.slick-testimonial-item {
    outline: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: nowrap
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    outline: none;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    align-self: center
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Museo500';
    font-weight: 300;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 5rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    line-height: 1.17;
    letter-spacing: -0.03rem
}

h2,
.h2 {
    font-size: 2.61rem;
    font-weight: 700;
    margin-top: 1.2rem;
    margin-bottom: 0.83rem;
    line-height: 1.17
}

h3,
.h3 {
    font-size: 2.61rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    line-height: 1.33
}

h4,
.h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.6
}

h5,
.h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.61rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1.875rem;
    line-height: 1.5;
    text-transform: uppercase
}

h6,
.h6 {
    font-size: 1.61rem;
    font-weight: 500;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.6
}

p {
    margin-bottom: 1.53rem
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

a {
    text-decoration: none
}

ul,
ol {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 1.1rem
}

li {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.button {
    white-space: nowrap;
    display: inline-block;
    font-family: 'Museo700';
    color: #84b97a;
    cursor: pointer;
    text-align: center;
    transition: all .15s linear
}

.button-default {
    text-transform: uppercase;
    border: 1px solid #84b97a;
    padding: 14px 20px 10px;
    border-radius: 100px;
    min-width: 150px;
    text-decoration: none !important;
}

.button-white,
.button-white:link {
    color: #263238;
    background: white;
    border: 1px solid white;
    text-transform: uppercase;
    padding: 14px 20px 10px;
    border-radius: 100px;
    min-width: 150px;
}

.button-white:hover,
.button-white:active,
.button-white:focus {
    color: white;
    background: #84b97a;
    border-color: #84b97a
}

.button-link:active,
.button-link:focus,
.button-link:hover {
    background: #84b97a;
    color: white
}

.button:hover {
    background: #84b97a;
    color: white
}

.button-top {
    position: relative;
    top: -1px
}

* {
    outline: none
}

html {
    font-size: 10px;
    background: black
}

@media screen and (max-width: 991px) {
    html {
        font-size: 8px
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #707070;
    font-style: normal;
    background: white;
    overflow-x: hidden
}

@media screen and (max-width: 1150px) {
    body#body {
        padding-top: 0 !important
    }
}

.container-fluid {
    width: 94%;
    max-width: 1920px
}

.container-fluid.container-fluid {
    width: 100%
}

.container.small-container {
    max-width: 700px
}

@media screen and (min-width: 767px) {
    .container.big-container {
        width: 94%;
        max-width: 1920px
    }

    .container-fluid.container-fluid {
        width: 100%
    }
}

#top {
    background: white;
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

#top .top-logo img {
    max-width: 170px
}

#top .top-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#top .top-nav ul li {
    display: inline-block
}

#top .top-nav ul li+li {
    margin-left: 3rem
}

#top .top-nav ul li a {
    font-family: 'Museo300';
    color: #263238;
    position: relative;
    padding: 10px 0;
    display: block;
    overflow: hidden
}

#top .top-nav ul li a:after {
    left: -100%;
    transition: left .3s linear;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #84b97a
}

#top .top-nav ul li a:hover {
    color: #84b97a
}

#top .top-nav ul li a:hover:after,
#top .top-nav ul li.current_page_item a:after,
#top .top-nav ul li.current-menu-item a:after {
    left: 0
}

.header-back-image {
    background-size: cover;
    background-position: center center;
}

.section-header {
    padding: 0 0 50px
}

.section-header h2 {
    margin: 0;
    text-align: center;
    font-family: 'Museo500';
    color: #84b97a;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 14px;
    font-size: 3.5rem
}

.section-header h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    background: #84b97a;
    height: 3px
}

.section {
    padding-bottom: 80px;
    padding-top: 80px
}

.intro-hero {
    position: relative
}

.has-green-shape {
    position: relative
}

.has-green-shape>* {
    position: relative;
}

.has-green-shape:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(#84b97a, #84b97a);
    transform: skewY(-3deg);
    transform-origin: top left
}

.intro-hero-left {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15%;
    min-height: 480px
}

.intro-hero-left h1 {
    margin: 0 0 3rem;
    font-size: 6rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.intro-hero-left .intro-hero-title {
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase
}

.intro-hero-left h2.intro-hero-title {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.intro-hero-left p.hero-text {
    margin: -2rem 0 0;
    font-size: 2rem;
    max-width: 550px
}

.flex-gallery .flex-gallery-item {
    position: relative;
    overflow: hidden
}

.flex-gallery .flex-gallery-item .flex-gallery-overlay {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.flex-gallery .flex-gallery-item.has-bottom-left-radius {
    border-bottom-left-radius: 20px;
    overflow: hidden
}

.section-numbers {
    background: #84b97a;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.section-numbers .number-item {
    text-align: center
}

.section-numbers .number-item>* {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.section-numbers .number-item img {
    max-width: 80px;
    margin-bottom: 20px
}

.section-numbers .number-item-digits {
    margin-bottom: 10px;
    color: white;
    font-family: 'Museo500';
    text-transform: uppercase;
    font-size: 3.6rem
}

.section-numbers .number-item-text {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    max-width: 350px
}

.section-numbers .number-item-text p {
    margin: 0
}

.odd-even-rows .odd-even-column {
    min-height: 620px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.odd-even-rows .odd-even-content {
    padding-left: 10%;
    padding-right: 10%
}

.help-block-left,
.help-block-right {
    background: #fff;
    text-align: center;
    padding: 4rem 2rem 3rem;
    position: relative;
    box-shadow: 0 10px 140px 1px rgba(0, 0, 0, 0.1)
}

.help-block-left p,
.help-block-right p {
    margin: 0 0 20px
}

.help-block-left:before,
.help-block-right:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.help-block-left:before {
    background: #84b97a
}

.help-block-right:before {
    background: #58AC25
}

.section-news-social {
    display: none
}

.home-news-grid .home-news-box-meta-dark-green {
    background: #84b97a
}

.home-news-grid .home-news-box-meta-light-green {
    background: #58AC25
}

.home-news-grid .home-news-box-meta-twitter {
    background: #1DA1F2
}

.home-news-grid .home-news-box-meta-facebook {
    background: #3B5998
}

.home-news-grid .home-news-box-meta-dark-green+.home-news-box-body {
    background: rgba(0, 121, 69, 0.8)
}

.home-news-grid .home-news-box-meta-light-green+.home-news-box-body {
    background: rgba(88, 172, 37, 0.8)
}

.home-news-grid .home-news-box-meta-twitter+.home-news-box-body {
    background: rgba(29, 161, 242, 0.8)
}

.home-news-grid .home-news-box-meta-facebook+.home-news-box-body {
    background: rgba(59, 89, 152, 0.8)
}

.home-news-box {
    padding: 2rem 0;
    height: 100%
}

.home-news-box-meta time {
    margin: 0;
    display: block;
    padding: 5px 20px 6px;
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem
}

.home-news-box-body {
    padding: 20px;
    height: 100%
}

.home-news-box-body h3 {
    margin: 0;
    color: white
}

.home-news-box-text {
    color: white;
    margin-top: 10px
}

.child-pages-blocks [class^="col-"] {
    margin-top: 15px;
    margin-bottom: 15px
}

.child-pages-blocks .child-page-block {
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 140px 1px rgba(0, 0, 0, 0.1);
    position: relative
}

.child-pages-blocks .child-page-block-inner {
    text-align: center;
    padding: 4rem 2rem 4rem
}

.child-pages-blocks .child-page-block-image {
    overflow: hidden;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center center;
    position: relative
}

.child-pages-blocks .child-page-block-image:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.child-pages-blocks .child-page-block-image a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    transition: all .25s linear;
    z-index: 10
}

.child-pages-blocks .child-page-block-image a:hover,
.child-pages-blocks .child-page-block-image a:active,
.child-pages-blocks .child-page-block-image a:focus {
    background: #58AC25;
    border-color: #58AC25
}

.child-pages-blocks .child-page-block-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50%;
    transform: translate(-50%, -50%)
}

.child-pages-blocks .child-page-block:hover .child-page-block-image a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.child-pages-blocks .child-page-block h2,
.child-pages-blocks .child-page-block .sub-heading {
    max-width: 450px;
    margin: auto
}

.child-pages-blocks .child-page-block h2 {
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.child-pages-blocks .child-page-block .sub-heading {
    font-size: 1.6rem
}

.child-pages-blocks .child-page-block .overlay-link {
    position: absolute
}

.footer-line {
    border-top: 1px solid #eee
}

.footer-column {
    padding: 4rem 0
}

.footer-column address {
    font-style: normal
}

.footer-column .connect-links {
    margin-top: 2.4rem
}

.footer-column .connect-links p {
    margin: 0
}

.footer-column .quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 120px;
    flex-wrap: wrap
}

.footer-column .quick-links ul li {
    padding: 0;
    margin: 0 0 7px
}

.footer-column .quick-links ul li a {
    color: inherit;
    text-decoration: none
}

.footer-column .quick-links ul li a:hover {
    text-decoration: underline;
    color: #84b97a
}

.footer-column .footer-title {
    padding: 0 0 4px;
    margin: 0 0 3.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
    text-transform: inherit;
    color: #84b97a
}

.footer-column .footer-title:after,
.footer-column .footer-title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #84b97a;
    left: 0;
    bottom: 0
}

.footer-column .footer-title:before {
    width: 25px;
    bottom: -4px
}

.footer-colophon {
    font-size: 1.4rem
}

.footer-colophon .footer-bottom {
    padding: 2rem 0
}

.footer-colophon p {
    margin: 0
}

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

.footer-social ul li {
    display: inline-block
}

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-decoration: none;
    color: white;
    background: #84b97a;
    transition: .15s linear
}

.footer-social ul li a:hover {
    background: #58AC25
}

.form-sc {
    display: flex;
    flex-wrap: nowrap
}

.form-sc input {
    padding: 0;
    margin: 0;
    padding: 1.2rem;
    width: 100%;
    max-width: 400px;
    border-right: 0;
    border: 2px solid #eee;
    border-right: 0
}

.form-sc input:focus {
    border-color: #84b97a
}

.form-sc button {
    min-width: 150px;
    white-space: nowrap;
    display: inline-block;
    font-family: 'Museo700';
    text-align: center;
    transition: all .15s linear;
    border: 2px solid #84b97a;
    background: #84b97a;
    color: white;
    cursor: pointer
}

.form-sc button:hover {
    background: white;
    color: #84b97a
}

.form-sc-text {
    padding-top: 5px;
    padding-bottom: 2.5rem;
    font-size: 1.5rem
}

/* LOCATION PAGE */
.quick-ux-bar {
    background: #84b97a;
    color: white;
    font-size: 1.6rem;
}

.quick-ux-bar-inner {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
}

.quick-ux-bar p {
    margin: 0;
}

.quick-ux-bar a {
    color: white;
    text-decoration: underline;
}

.quick-ux-title {
    background: white;
    color: #84b97a;
    padding: 1rem 0 1rem 2rem;
    position: relative;
    margin-right: 56px;
    height: 46px;
    display: flex;
    align-items: center;
}

.quick-ux-title:after {
    content: ".";
    position: absolute;
    height: 100%;
    width: 1px;
    border-width: 23px;
    border-style: solid;
    border-color: white transparent white white;
    top: 0;
    right: -46px;
}

/* LOCATIONS MODULES */
.centre-title:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #84b97a;
    display: block;
    margin: 5px 0 25px;
}

.c-block .child-page-block-inner {
    text-align: left;
    padding: 30px;
}

.c-block .child-page-block-inner h3.centre-title {
    margin: 0 0 1.4rem;
}

.c-block .child-page-block-inner .centre-phone {
    margin: 0 0 2rem;
    font-size: 1.6rem;
}

.c-block .child-page-block-inner .centre-phone a {
    color: inherit;
    padding-left: 4px;
}

.c-block .child-page-block-inner .centre-phone a:hover {
    text-decoration: underline;
}

.c-block .c-table {
    border-collapse: collapse;
    width: 94%;
    margin-bottom: 2rem;
    margin-left: 11px;
}

.c-block .c-table td {
    border: 1px solid #eee;
    font-size: 1.6rem;
    padding: 3px 10px;
}

.c-block .c-table td:first-child {
    width: 80px;
    border-left: 0;
}

.c-block .c-table td:last-child {
    border-right: 0;
}

.c-block-title {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.c-block-title + * {
    padding-left: 16px;
}

.c-block-title:before {
    content: "";
    height: 6px;
    width: 6px;
    background: #84b97a;
    display: inline-block;
    margin-right: 10px;
}

.c-address p {
    margin: 0;
    font-size: 1.6rem;
}

.c-google-map {
    margin-top: 15px;
    margin-left: 16px;
    position: relative;
    padding-top: 56.25%;
}

.c-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* POST */
.post-left-wrap {
    padding-right: 5rem;
}

.post-right-wrap {
    padding-left: 5rem;
    border-left: 1px solid #eee;
}

/* NEWS PAGE */
.blog-block {
    position: relative;
    padding-bottom: 50px;
}

.blog-block-title a {
    color: inherit;
    text-decoration: none;
}

.blog-block-title a:hover, .blog-block-title a:active, .blog-block-title a:focus {
    color: #84b97a;
}

p.blog-block-share-box {
    margin: 10 0 0px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
}

p.blog-block-share-box a {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 0px;
    border: 1px solid #84b97a;
    color: #84b97a;
    line-height: 23px;
    position: relative;
    top: -1px;
    font-size: 14px;
    text-align: center;
}

p.blog-block-share-box a:hover, p.blog-block-share-box a:active, p.blog-block-share-box a:focus {
    background: #84b97a;
    color: white;
}

.sharer-label {
    margin-bottom: 3px;
    display: block;
}

.block-block-meta {
    margin: 0 0 7px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .75;
    font-weight: 600;
}

.block-block-meta sup {
    font-size: 10px;
}

.post-left > *:first-of-type,
.post-right > *:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

/* WIDGET */
.widget-container:not(:last-child) {
    margin-bottom: 4rem;
}

.widget-title {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 2.4rem;
}

.widget-title:after {
    content: "";
    display: block;
    height: 11px;
    width: 100%;
    margin-top: 5px;
    background-image: url(../images/div.png);
    background-size: 5px 11px;
    background-repeat: repeat-x;
}

#social-widget {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

#social-widget li {
    display: inline-block;
    margin: 0;
}

#social-widget li + li {
    margin-left: 5px;
}

#social-widget li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 1px solid #84b97a;
    text-align: center;
    color: #84b97a;
    font-size: 30px;
    text-decoration: none !important;
    transition: .15s linear;
}

#social-widget li a:hover,
#social-widget li a:active,
#social-widget li a:focus {
    background: #84b97a;
    color: white;
}

.widget_archive select {
    display: block;
    padding: 1.4rem 1.6rem;
    width: 100%;
    border: 1px solid #eee;
}

.donate-widget p {
    margin: 0;
}

.donate-widget em {
    font-size: 2rem;
    text-align: left;
    max-width: 380px;
    display: block;
    margin: 0 0 1rem;
}

a.donate-widget-button {
    text-decoration: none;
}

/* BREADCRUMBS */
.breadcrumbs {
    background: #84b97a;
    padding: 1.2rem 0;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.breadcrumbs ul li {
    margin: 0;
    display: inline-block;
}

.breadcrumbs ul li + li {
    margin-left: 10px;
}

.breadcrumbs ul li + li:before {
    content: "\f105";
    color: white;
    margin-right: 10px;
    font-family: FontAwesome;
}

.breadcrumbs ul li a,
.breadcrumbs ul li {
    color: white;
    font-size: 1.6rem;
}

.hero-background-right {
    background-size: cover;
    background-position: center center;
}

/* Contact Form */
.contact-form .wpcf7-text,
.contact-form .wpcf7-textarea {
    padding: 16px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.6rem;
}

.contact-form .ajax-loader {
    position: relative;
    left: 5px;
    display: inline-block;
}

div.wpcf7-response-output {
    margin: 30px 0 0 !important;
    font-size: 1.6rem !important;
    padding: 0 !important;
    border: 0 !important;
}

/* DONATION PAGE */

.donate-block {
    position: relative;
}

.donate-block a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.donate-tab-item {
    padding: 70px 0 20px;
}

.help-block-left.donate-block:before,
.help-block-right.donate-block:before {
    display: none;
}

.donate-block.active:after,
.donate-block.active:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 1px;
    background: transparent;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 100%);

    border-width: 20px;
    border-style: solid;
    border-color: #84b97a transparent transparent transparent;   
}

.donate-block.active {
    background: #84b97a;
    color: white;
}

.donate-col-block {
    height: 100%;
    text-align: center;
    padding: 30px 20px 110px;
    position: relative;
    box-shadow: 0 10px 140px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    transition: all .25s ease-in-out;
}

.donate-col-block:hover {
    border-color: #84b97a;
}

.donate-col-block-text {
    font-size: 1.6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.donate-col-block-text p {
    margin: 0;
}

.donate-col-block-button {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.custom-amount {
    display: block;
    position: relative;
    max-width: 180px;
    margin: 10px auto 0;
}

.custom-amount:before {
    content: "£";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.custom-amount input {
    padding: 20px 20px 20px 40px;
    width: 100%;
    font-size: 1.8rem;
}

.donate-tab-title h2 {
    margin: 0 0 50px;
    text-align: center;
}

.donate-text-message {
    margin: 50px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 54px;
    position: relative;
}

.donate-text-message code {
    color: #84b97a;
}

.donate-text-message:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-size: 70px;
    position: absolute;
    line-height: 1.2;
    top: 0;
    left: 0;
    color: #84b97a;
    transform: scale(1.29);
    opacity: .7;
    transition: .25s linear;
}

.donate-text-message:hover:before {
    opacity: 1;
}

/* GOOGLE MAP */
.section-map-inner {
    position: relative;
    height: 480px;
    overflow: hidden;
}

.section-map-inner iframe {
    position: absolute;
    border: 0;
    width: 100%;
    margin-top: -46px;
    min-height: calc(100% + 46px);
}

@media screen and (max-width: 767px) {
    .section-map-inner {
        height: 380px;
    }
}

/* CONTACT PAGE */
.contact-details {
    margin-top: 50px;
}

.contact-details > * {
    margin-top: 20px;
    padding-left: 20px;
}

.contact-details .c-address:before {
    content: "Address:";
}

.contact-details .c-phone:before {
    content: "Contact:";
}

.contact-details .c-email:before {
    content: "Email:";
}

.contact-details .c-address:before,
.contact-details .c-phone:before,
.contact-details .c-email:before {
    display: block;
    padding: 0 0 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    position: relative;
    text-transform: uppercase;
    color: #84b97a;
    letter-spacing: 1px;
    position: relative;
    left: -20px;
    margin-bottom: 3px;
}

.contact-details a {
    text-decoration: none;
    color: inherit;
}

.contact-details a:hover,
.contact-details a:active,
.contact-details a:focus {
    color: #84b97a;
    text-decoration: underline;
}

/* RESPONSIVE */
.mobile-nav {
    position: relative;
    width: 100%;
    z-index: 1000;
}

.mobile-menu {
    position: absolute;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mobile-menu ul li {
    flex: 1;
    min-width: 33.3333%;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin: 0;
}

@media screen and (max-width: 550px) {
    .mobile-menu ul li {
        min-width: 100%;
    }
}

.mobile-menu ul li a {
    display: block;
    line-height: 1;
    padding: 16px 0;
    font-family: 'Museo300';
    font-size: 1.8rem;
    color: #263238;
    border-left: 1px solid #eee;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:active,
.mobile-menu ul li a:focus,
.mobile-menu ul li.current-menu-item a {
    color: #84b97a;
    background: #eee;
}

.button-nav {
    display: none;
}

#mobile-menu {
    transition: all .25s linear;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

#mobile-menu.toggle-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media screen and (min-width: 1024px) {
    .menu-mobile {
        display: none !important;
    }

    #mobile-menu {
        transform: translateY(0) !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
}

@media screen and (max-width: 1023px) {
    .menu-mobile {
        display: block !important;
    }

    .button-nav.button-default {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: auto;
        height: 47px;
        width: 120px;
        padding: 0;
        border-radius: 100px;
    }

    .button-nav.button-default span {
        display: inline-block;
        position: relative;
        top: 1px;
        margin-left: 10px;
        transition: all .1s linear;
    }

    .button-nav.button-default:hover path,
    .button-nav.button-default:active path,
    .button-nav.button-default:focus path,
    .button-nav.button-default.active path {
        fill: #fff;
    }

    .button-nav.button-default:hover span,
    .button-nav.button-default:active span,
    .button-nav.button-default:focus span,
    .button-nav.button-default.active span {
        color: white;
    }

    .button-nav.button-default:hover,
    .button-nav.button-default:active,
    .button-nav.button-default:focus,
    .button-nav.button-default.active {
        background: #84b97a;
    }

    .button-nav.button-default svg {
        height: 26px;
        width: 26px;
    }

    .button-nav.button-default path {
        fill: #84b97a;
        transition: all .15s linear;
    }

    .menu-desktop,
    .button-top-donate {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .order-mobile-first {
        order: 1;
    }

    .order-mobile-last {
        order: 100;
    }
}

@media screen and (max-width: 767px) {
    .home-hero-cover {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 300px;
    }

    .intro-hero-left {
        padding: 6rem 10% 8rem;
        min-height: 100%;
    }

    .number-item {
        margin: 15px 0;
    }

    .section-numbers {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .odd-even-rows .odd-even-column {
        order: 2;
        min-height: 300px;
    }

    .odd-even-rows .odd-even-column[style] {
        order: 1;
        background-image: 100%;
    }

    .odd-even-rows .odd-even-content {
        padding: 4rem;
    }

    .help-block-left-wrap:nth-of-type(2) {
        margin-top: 6rem;
    }

    .help-block-left {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-column {
        padding-bottom: 0;
    }

    .footer-colophon {
        margin-top: 3.6rem;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quick-ux-bar .container.big-container {
        max-width: 100%;
    }

    .quick-ux-title {
        min-width: 140px;
    }

    .section-header {
        padding-bottom: 30px;
    }

    .mobile-mt-40 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 550px) {
    .quick-ux-bar-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .quick-ux-description {
        min-width: 100%;
        text-align: center;
    }

    .quick-ux-title {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .quick-ux-title:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        border-width: 23px;
        border-style: solid;
        border-color: white white white transparent;
        top: 0;
        left: -46px;
    }
	
	.help-block-left, .help-block-right {
		padding: 1rem;
	}
	
	.help-block-left h3, .help-block-right h3 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 460px) {
	.help-block-left h3, .help-block-right h3 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 991px) {
    .footer-column .quick-links ul {
        height: auto;
    }
	
	.donate-tab-content .col-md-6 {
        margin-bottom: 30px;
    }
}

.pdf-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
    flex-wrap: wrap;
}

.pdf-buttons a {
    margin: 10px;
    border-radius: 0;
    padding: 20px 30px;
}

.pdf-buttons a:nth-child(1) {
    background: #84b97a;
    color: white;
}

.pdf-buttons a:nth-child(1):hover,
.pdf-buttons a:nth-child(1):active,
.pdf-buttons a:nth-child(1):focus {
    color: #84b97a;
    background: white;
}

@media screen and (max-width: 767px) {
    .pdf-buttons {
        padding-top: 0px;
    }
}

@media screen and (max-width: 575px) {
    .pdf-buttons a {
        min-width: 100%;
    }
}