/******************************************************************
Theme Name: Balefire
Theme URI: https://www.balefireagency.com;
Description: Custom Theme by Balefire Marketing + Advertising
Author: Balefire Marketing + Advertising
Author URI: https://www.balefireagency.com
Version: 1.4
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
******************************************************************/

/*------------------------------------*\
    RESET
\*------------------------------------*/
* {
    text-decoration: none;
    outline: 0;
    padding: 0;
    margin: 0;
    font-weight: 400;
    box-sizing: border-box
}

code,
input,
isindex,
kbd,
listing,
plaintext,
pre,
samp,
select,
textarea,
tt,
var,
xmp {
    white-space: normal;
    font-size: 1em;
    font: inherit
}

address,
cite,
dfn,
em,
i,
var {
    font-style: italic
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
    font-weight: 700
}

a,
a img,
abbr,
acronym,
applet,
fieldset,
form,
iframe,
img,
object,
table {
    border: none
}

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

caption,
center,
td,
th {
    vertical-align: top;
    text-align: left
}

body {
    background: #fff;
    line-height: 1;
    color: #5d5f5d
}

q {
    quotes: "" ""
}

sub,
sup {
    vertical-align: baseline
}

a {
    color: inherit
}

font {
    color: inherit !important;
    font: inherit !important
}

marquee {
    overflow: inherit !important;
    -moz-binding: none
}

blink {
    text-decoration: none
}

nobr {
    white-space: normal
}

button,
input,
label,
select,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    font-size: 13px;
    font-family: Arial
}

input:focus {
    outline: 0
}

input,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

button,
input[type=button],
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit],
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    box-sizing: border-box;
    background-image: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px
}

input[type=checkbox],
input[type=radio] {
    width: 13px;
    height: 13px
}

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

.search-box {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap
}

input.search-field {
    width: auto;
    padding: 1.2rem 10px;
    border-radius: 0.5rem;
    border: solid 0.1rem #ddd;
    margin: auto 0.05rem;
    max-width: 100vw;
    display: flex;
    align-items: flex-start;
}

.search-submit.button {
    display: flex;
    align-items: flex-end;
}

::-webkit-search-decoration {
    display: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    overflow: visible;
    width: auto
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: 0 0
}

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

select[multiple] {
    vertical-align: top
}

/*!
* Flexbox Grid
* http://flexboxgrid.com/
* MODIFIED: .container-fluid, .container-fluid .row
*/
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container {
    padding-left: 7%;
    padding-right: 7%
}

.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

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

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

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

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

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

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

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

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

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

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

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

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

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

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

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

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

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

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

@media only screen and (min-width:768px) {
    .container {
        width: 49rem
    }

    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .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-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-xs-12 col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

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

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xs-12 col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

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

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

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

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

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

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

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

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

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

@media only screen and (min-width:1024px) {
    .container {
        width: 60rem;
        padding-left: 0;
        padding-right: 0
    }

    .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-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

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

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

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

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

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

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

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

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

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

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

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

@media only screen and (min-width:1200px) {
    .container {
        width: 71rem
    }

    .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-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

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

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

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

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

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

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

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

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

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

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

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

/*!
* Slick Slider v1.8.1
* https://accessible360.github.io/accessible-slick/
*/
.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: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -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: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

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

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

[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: block
}

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

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

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

/*!
* Mmenu Light v3.0.1
* mmenujs.com/mmenu-light
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* License: CC-BY-4.0
* http://creativecommons.org/licenses/by/4.0/
*/
:root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px
}

body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: bottom, background-color;
    -o-transition-property: bottom, background-color;
    transition-property: bottom, background-color;
    -webkit-transition-duration: 0s, .3s;
    -o-transition-duration: 0s, .3s;
    transition-duration: 0s, .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: .45s, .15s;
    -o-transition-delay: .45s, .15s;
    transition-delay: .45s, .15s
}

.mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, .25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.mm-ocd--left .mm-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 80%);
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width));
    background: rgba(3, 2, 1, 0)
}

.mm-ocd--left .mm-ocd__backdrop {
    right: 0
}

.mm-ocd--right .mm-ocd__backdrop {
    left: 0
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px
}

.mm-spn {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 130%;
    padding-right: 30%;
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    cursor: default
}

.mm-spn ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height)
}

.mm-spn>ul {
    left: 0
}

.mm-spn ul.mm-spn--open {
    left: 0
}

.mm-spn ul.mm-spn--parent {
    left: -30%;
    overflow-y: hidden
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer
}

.mm-spn li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height)/ 2);
    right: 25px;
    right: calc(var(--mm-spn-item-height)/ 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    opacity: .4
}

.mm-spn li:after {
    content: "";
    display: block;
    margin-left: 20px;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: .15
}

.mm-spn a,
.mm-spn span {
    position: relative;
    z-index: 1;
    padding: 13px 20px;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)
}

.mm-spn a {
    background: inherit;
    color: inherit;
    text-decoration: none
}

.mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height))
}

.mm-spn a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: .15
}

.mm-spn span {
    background: 0 0
}

.mm-spn.mm-spn--navbar {
    cursor: pointer
}

.mm-spn.mm-spn--navbar:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height)/ 2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: .4
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
    content: none;
    display: none
}

.mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    opacity: .4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--navbar ul {
    top: 51px;
    top: calc(var(--mm-spn-item-height) + 1px)
}

.mm-spn.mm-spn--navbar ul:before {
    content: '';
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: .15
}

.mm-spn.mm-spn--light {
    color: #444;
    background: #f3f3f3
}

.mm-spn.mm-spn--dark {
    color: #ddd;
    background: #333
}

.mm-spn.mm-spn--vertical {
    overflow-y: auto
}

.mm-spn.mm-spn--vertical ul {
    width: 100%;
    padding-right: 0;
    position: static
}

.mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--vertical ul ul:after {
    height: 25px;
    height: calc(var(--mm-spn-item-height)/ 2)
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0)
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
    content: none;
    display: none
}

.mm-ocd li.menu-item-has-children::before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    opacity: .4
}

/*------------------------------------*\
    LOCAL FONT IMPORTS
\*------------------------------------*/

@font-face {
    font-family: 'Josefin Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Regular'), url('assets/fonts/josefin-sans/JosefinSans-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Italic'), url('assets/fonts/josefin-sans/JosefinSans-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Thin'), url('assets/fonts/josefin-sans/JosefinSans-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Thin Italic'), url('assets/fonts/josefin-sans/JosefinSans-ThinItalic.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Light'), url('assets/fonts/josefin-sans/JosefinSans-Light.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Light Italic'), url('assets/fonts/josefin-sans/JosefinSans-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans SemiBold'), url('assets/fonts/josefin-sans/JosefinSans-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans SemiBold Italic'), url('assets/fonts/josefin-sans/JosefinSans-SemiBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Bold'), url('assets/fonts/josefin-sans/JosefinSans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Josefin Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Josefin Sans Bold Italic'), url('assets/fonts/josefin-sans/JosefinSans-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Crimson Text Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Crimson Text Regular'), url('assets/fonts/crimson-text/CrimsonText-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Crimson Text Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Crimson Text Italic'), url('assets/fonts/crimson-text/CrimsonText-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Crimson Text SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Crimson Text SemiBold'), url('assets/fonts/crimson-text/CrimsonText-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Crimson Text SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Crimson Text SemiBold Italic'), url('assets/fonts/crimson-text/CrimsonText-SemiBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Crimson Text Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Crimson Text Bold'), url('assets/fonts/crimson-text/CrimsonText-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Crimson Text Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Crimson Text Bold Italic'), url('assets/fonts/crimson-text/CrimsonText-BoldItalic.woff') format('woff');
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
/*
1rem: 	16px;
1.5rem:	24px;
2rem: 	32px;
3rem: 	48px;
4rem: 	64px;
5rem:	80px;
*/
html,
body {
    font-size: 1rem;
    font-family: arial, sans-serif;
    font-weight: 500;
}

body {
    /* custom font here */
    font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.btn:link,
.btn:active,
.btn:visited,
.button,
input[type="submit"],
button,
.nav>li>a {
    font-weight: inherit;
}

h2,
h3,
h4,
h5,
h6 {
    color: var(--brand-green)
}

/*------------------------------------*\
    Var
\*------------------------------------*/
:root {
    --brand-green: rgba(144, 168, 144, 1);
    --brand-green-darker: rgb(106, 126, 106);
    --brand-brown: rgba(168, 144, 120, 1);
    --brand-turquoise: rgba(95, 166, 177, 1);
    --brand-red: rgba(201, 35, 74, 1);
    --brand-lt-gray: #f4f2ee;
    --font-headline: 'Crimson Text SemiBold', serif;
    --font-headline-italic: 'Crimson Text Italic', serif;
    --font-body: 'Josefin Sans Regular', sans-serif;
    --body-default: #5D5F5D;
    --white: rgba(255, 255, 255, 1);
}


/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    color: var(--body-default);
    height: 100%;
    background-color: #fff;
    font-family: var(--font-body);
}

header,
footer,
section,
main {
    width: 100%;
    z-index: 10;
}

a,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1;
    margin: inherit auto;
    font-family: var(--font-headline);
    font-weight: normal;
    color: var(--brand-green);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 3rem;
    color: var(--brand-green)
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: .7rem;
}

p {
    line-height: 1.6;
    margin: 20px 0;
    color: var(--body-default);
    font-weight: 400;
}

hr,
.wp-block-separator,
.wp-block-separator.has-alpha-channel-opacity {
    margin: 3rem auto;
    border: none;
    background: url('assets/img/primary-stroke-rule.svg') center center no-repeat;
    background-size: cover;
    min-height: 0.541rem;
    width: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

blockquote {
    margin: 2.5rem auto;
}

blockquote p {
    font-family: var(--font-headline);
    font-size: 1.313rem;
    color: var(--brand-green);
    font-style: italic;
    border-left: solid 4px var(--brand-turquoise);
    padding: 0.5rem 1.5rem;
    font-weight: 400;
}

blockquote footer,
blockquote cite,
cite {
    font-size: 1rem;
    background: none;
    color: var(--brand-green);
    text-align: left;
    padding: 1rem 1.75rem 1.5rem;
    font-style: normal;
    font-weight: 600;
    font-family: var(--font-body);
}

blockquote footer::before,
blockquote cite::before {
    content: '~';
    margin-right: 0.5rem;
}

ul {
    padding: 15px 0;
    text-align: left;
    list-style: disc;
    margin-left: 1rem;
}

ul li {
    padding: 10px 5px;
    color: var(--body-default);
    line-height: 1.3;
    vertical-align: middle;
}

ul.nav li:before,
#sidebar1 ul li:before,
.wp-block-blockgallery-masonry ul li:before {
    display: none;
    content: '';
    margin-right: 0;
}

ul.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ol {
    padding-left: 17px;
    margin: 20px 0;
}

ol li {
    padding: 7px 0;
    position: relative;
}

img {
    display: block;
}

article {
    padding: inherit;
    margin-bottom: 40px;
}

table {
    width: 100%;
}

table td {
    padding: 10px;
}

table img {
    width: 100%;
    height: auto;
}

.btn,
.btn:active,
.btn:visited,
.button,
input[type="submit"],
button,
.page-numbers,
.wp-block-button__link {
    font-size: 1rem;
    line-height: 1;
    padding: 1.25rem 1.5rem 1.125rem;
    margin: 0.5rem 0;
    color: #ffffff;
    outline: none;
    display: inline-block;
    border-radius: 5px;
    border-color: transparent;
    background-color: var(--brand-green);
}

.btn:hover,
.button:hover,
input[type="submit"]:hover,
.btn:active,
.button:active,
input[type="submit"]:active,
button:hover,
button:active,
.page-numbers:hover,
.page-numbers:active,
.page-numbers.current,
.wp-block-button__link:hover,
.wp-block-button__link:active {
    color: #fff;
    background-color: var(--brand-green-darker);
}

a,
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
a img,
a svg,
.btn,
.hover-overlay,
a .icon,
.hover-container .btn,
.nav li.menu-item-has-children ul,
.nav li.menu-item-has-children ul li.menu-item-has-children ul,
.page-numbers,
.wp-block-button__link {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-responsive,
.img-responsive img {
    width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 10px;
}

.clear {
    clear: both;
}

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.no-padding {
    padding: 0;
}

section {
    padding: 50px 0;
}

section h2:first-child {
    margin-top: 0;
}

section#page {
    padding: 0;
}

.section-top {
    padding-top: 50px;
}

.section-bottom {
    padding-bottom: 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #efefef;
}

.full-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.center-block {
    text-align: center;
    width: 100%;
    float: none;
    margin: auto auto;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.parallax {
    background-attachment: fixed;
}

img.alignright {
    float: right;
}

img.alignleft {
    float: left;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

.txt-center {
    text-align: center;
}

:root {
    --star-size: 40px;
    --star-color: #fff;
    --star-background: #EDA045;
}

.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aiosrs-rating-wrap {
    display: none;
}

/* used on anti-spam form */
#theForm,
.gform_validation_container {
    position: absolute;
    top: 0;
    left: -99999px;
}

.cookies {}

.cookies .wrapper {
    position: fixed;
    z-index: 99;
    display: none;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding: 15px;
    border-radius: 5px 0 0 0;
    background-color: rgba(0, 0, 0, 0.66);
}

.cookies .wrapper p {
    margin-bottom: 0;
    color: #dbdbdb;
}

.cookies .wrapper svg {
    fill: #ffffff;
    max-width: 15px;
    margin-left: 5px;
}

.cookies .wrapper a {
    color: #ffffff;
}

.cookies .wrapper a:hover {
    color: var(--brand-red);
    text-decoration: underline;
}

.community-cta-img {
    margin-block-end: 2rem;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
    background-color: transparent;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-link {
    margin: 0 auto;
}

.logo {
    height: auto;
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
}

#nav-main {
    display: flex;
    margin: auto auto;
}

.header-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -0.325rem;
}

.header-social a {
    margin: auto 0.375rem;
    height: 20px;
    width: auto;
}



/*------------------------------------*\
    HOME
\*------------------------------------*/

#home-community {
    width: 100%;
    height: auto;
}

#home-content {
    margin-top: auto;
}

#home-content section {
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

#home-content section:last-of-type {
    padding-bottom: 25px;
}

#home-content p:first-of-type {
    font-weight: 500;
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/

#page {
    overflow: hidden;
}

#page .page-container img {
    width: 100%;
    height: auto;
    margin: 2rem auto;
}

.quantum-connect #page .page-container img {
    width: 100%;
    height: auto;
    margin: auto auto;
}

.qc-intro {
    margin: auto auto 3rem;
}

.h3-intro-link {
    margin-top: 1rem;
}

.h2-bhq-mid {
    margin: 3rem auto;
}

.last-cols {
    margin: 1.5rem auto 3rem;
}

.mid-box {
    margin: 1rem auto 3rem;
}

#google-map {
    width: 100%;
}

#google-map iframe {
    width: 100%;
    height: 600px;
}

.page-title {
    display: block;
    width: 100%;
    height: auto;
}

.page-title h1 {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    z-index: 1;
    text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
}

.page-title .hero-title-italic {
    font-size: 66%;
    display: block;
    font-family: var(--font-headline-italic);
}

.page-title {
    position: relative;
}

.hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 507px;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('assets/img/green-watercolor-bg.png');

    @supports (background-image: url('assets/img/green-watercolor-bg.webp')) {
        background-image: url('assets/img/green-watercolor-bg.webp');
    }
}

.home .hero,
.about .hero,
.speaking .hero {
    background-image: none;
}

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
    mix-blend-mode: multiply;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.header-hero-stroke {
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 5.5rem;
    z-index: 1;
    overflow: hidden;
    background-image: url('assets/img/stoke-hero-white.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bma-tribox-container {
    margin-top: 2.5rem;
    text-align: center;
}

.bma-tribox h2 {
    margin-bottom: 1.2rem;
    line-height: 1;
    font-family: 'Crimson Text Regular', serif;
    letter-spacing: -0.02rem;
}

.bma-tribox h2 {
    margin: 1rem auto 1.2rem;
    line-height: 1;
}

.bma-tribox h2 em {
    display: block;
    font-size: 66%;
}

.bma-tribox p {
    text-align: center;
}

.bma-tribox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.bma-tribox {
    flex: 1 1 calc(33.33% - 15px);
    box-sizing: border-box;
}

.bma-tribox img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

#centered-intro,
.centered-intro,
.centered {
    max-width: 850px;
    margin: auto;
    text-align: center;
}

main footer {
    background: transparent;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
article #article-content {
    padding: 20px 0 0;
}

article h1 {
    text-align: center;
    margin-bottom: 3rem;
}

#blog .hero {
    background: url('assets/img/candacecrawgoldman-default-hero.jpg') center center no-repeat;
    background-size: cover;
}

#blog-home img {
    margin-bottom: 1.5rem;
    background-color: var(--brand-lt-gray);
}

#blog-home article .widget.widget_block {
    width: auto;
    max-width: none;
    min-width: 100%;
    margin: 0.5rem auto 3rem;
    padding: 0 1rem;
}

#blog p.tags {
    margin: 0.5rem 0;
}

#blog hr {
    margin: 1.25rem auto;
    border: none;
    background: url(assets/img/primary-stroke-rule.svg) center center no-repeat;
    background-size: cover;
    min-height: 0.175rem;
    width: 100%;
}

.wp-block-categories .wp-block-categories__label {
    display: none !important;
}
#sidebar1 ul {
    padding: 0;
    margin: unset;
}

#sidebar1 ul li {
    padding: 0.375rem 0;
}

#sidebar1 h2.wp-block-heading {
    padding: 1.5rem 0;
}

#sidebar1 label.wp-block-search__label {
    font-size: 2.25rem;
    font-family: var(--font-headline);
    color: var(--brand-green)
}

#sidebar1 input[type=search] {
    width: 100%;
    padding: 1.2rem 10px;
    border-radius: 0.5rem;
    border: solid 0.1rem #ddd;
    margin: auto auto;
    min-width: 75%;
}

.read-more,
.read-more .btn {
    margin: 0 auto;
}

.pagination {
    margin: auto auto 3rem;
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.pagination li {
    margin: 0;
}

.pagination a,
.pagination .current {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid var(--brand-green);
    color: var(--brand-green);
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s;
    vertical-align: middle;
    line-height: 1;
}

.pagination a:hover {
    background-color: var(--brand-green);
    color: #ffffff;
}

.pagination .current {
    background-color: var(--brand-green);
    color: #ffffff;
}

.pagination .next,
.pagination .prev {
    background-color: var(--brand-green);
    color: #ffffff;
}

.pagination .next:hover,
.pagination .prev:hover {
    background-color: var(--brand-green-darker);
}


/*------------------------------------*\
    PLUGINS
\*------------------------------------*/


.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-prev,
.slick-next {
    margin: 0;
}

.single-site .slick-prev:before,
.single-site .slick-next:before {
    color: #fff;
}

.wp-block-image img {
    max-width: initial;
    width: 100%;
    height: auto;
}

.blockgallery--item img {
    width: 100%;
    height: auto;
}

#blog-home h2 {
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
    line-height: 1;
}

#blog-home select#wp-block-categories-1.postform {
    width: 100%;
    max-width: none;
    padding: 1.075rem 10px;
    border-radius: 0.5rem;
    border: solid 0.1rem #ddd;
    margin: 0.5rem auto auto;
    display: flex;
    align-items: flex-start;
}

#blog-home .wp-block-search__inside-wrapper form.search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#blog-home .wp-block-search__inside-wrapper input[type=search] {
    width: 70%;
    min-width: 275px;
    padding: 1.125rem 10px;
    border-radius: 0.5rem;
    border: solid 0.1rem #ddd;
    margin: auto auto;
    display: flex;
    align-items: flex-start;
}

#blog-home .wp-block-search__inside-wrapper input.search-submit {
    width: 33%;
    padding: 0;
    border-radius: 0.5rem;
    border: solid 0.1rem #ddd;
    margin: 0 auto;
    text-align: center;
}

.blog-search {
    margin: auto auto 2.5rem;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
    color: #fff;
    background-color: var(--brand-green);
    text-align: center;
}

footer p {
    color: #fff;
    line-height: 1.6;
    margin: 1rem auto auto;
    font-weight: 400;
}

footer ul {
    padding: 1rem;
    text-align: left;
    list-style: none;
}

footer .nav,
footer .nav li {
    display: inline-flex;
}

footer .nav>li>a {
    display: inline-flex;
    padding: 0 15px 0 15px;
}

footer .nav>li>a,
footer a,
footer a:link {
    color: #fff;
}

footer .nav>li>a:hover,
footer a:hover {
    color: #fff;
    opacity: 0.7;
}

.footer-innner {
    display: block;
    font-size: 12px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo,
.footer-colophon,
.footer-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-social a {
    margin: 0.5rem;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 400px) {
    .logo {
        height: auto;
        width: 100%;
        max-width: 215px;
        margin: 1rem auto;
    }
}


@media (max-width: 1000px) {
    .header-social {
        display: none;
    }

    #home-community img {
        margin-bottom: 1.5rem;
    }

    #home-community h2 {
        font-size: 2.3rem;
        padding-bottom: 0.675rem;
    }

    #home-community h3 {
        font-size: 1.375rem;
        padding-bottom: 0.675rem;
        line-height: 1.2;
    }

    #home-community h2,
    #home-community h3 {
        text-align: center;
    }

    .title-header {
        margin-top: 24rem;
        text-align: center;
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    section#section-top {
        padding-top: 0;
    }

    .hero-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 234px;
        object-fit: cover;
    }

    .hero {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 234px;
        z-index: -1;
    }

    .header-hero-stroke {
        position: absolute;
        bottom: -1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: auto;
        min-height: 2.25rem;
        z-index: 1;
        overflow: hidden;
        background-image: url('assets/img/stoke-hero-white.svg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .title-header {
        margin-top: 15rem;
        text-align: center;
        padding: 1rem;
    }

    .intro-text {
        margin: auto auto;
    }

    .bma-tribox {
        flex-basis: calc(50% - 10px);
    }

    .bma-tribox:nth-child(3) {
        flex-basis: 100%;
    }

    .bma-tribox:nth-child(1) p,
    .bma-tribox:nth-child(2) p {
        display: none;
    }

}

@media (min-width: 768px) {
    .bma-tribox-container {
        margin: 4.5rem auto auto;
    }

    .bma-tribox p {
        margin: auto auto;
        max-width: 16.5rem;
        text-align: center;
    }

    input.search-field {
        width: auto;
        padding: 1.2rem 10px;
        border-radius: 0.5rem;
        border: solid 0.1rem #ddd;
        margin: auto 0.05rem;
        max-width: 100vw;
        min-width: 16rem;
        display: flex;
        align-items: flex-start;
    }

    #google-map,
    #google-map iframe {
        height: 600px;
    }

    article #article-content {
        padding: 0 40px;
    }

    .wp-block-image.alignright {
        margin-top: 1.25rem;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    .single article.post {
        margin-top: 27rem;
    }

    .single article.post-content-second {
        margin-top: auto;
    }

    #blog-content {
        padding-right: 50px;
        border-right: 1px solid #efefef;
    }

    #blog-sidebar {
        padding-left: 50px;
    }

    #home-content p:first-child {
        max-width: 720px;
        margin: auto auto;
        line-height: 1.75;
    }

    #home-content section:last-of-type {
        padding-bottom: 0;
    }

    #home-content .container {
        margin-top: 0;
        padding-top: 0;
    }

    .plethoraplugins-tabs-container {
        margin: 5rem 0 !important;
    }

    .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__tabby .plethoraplugins-tabs>ul {
        align-items: stretch;
        background: var(--brand-green);
        display: flex;
        gap: var(--pds-tabs-h-tab-gap-tabby);
        justify-content: stretch;
        border-bottom: solid 1px #000;
    }

    .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__tabby .plethoraplugins-tabs>ul>li a {
        padding: 1rem 1.25rem 0.8rem;
    }

    .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__tabby .plethoraplugins-tabs>ul>li a.active {
        background-color: var(--brand-lt-gray);
    }

    .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__tabby .pds-tab__tab-button,
    .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__tabby .plethoraplugins-tabs a {
        background-color: var(--brand-green);
    }

    .js-plethoraplugins-tab-panel {
        padding: 2rem 1rem;
    }

    .js-plethoraplugins-tab-panel p {
        padding: 1rem 0;
        font-size: 1.1rem;
    }

    footer#site-footer {
        margin: 2rem auto 0;
    }

    #home footer#site-footer {
        margin: 0 auto;
    }

    footer * {
        font-size: 0.8rem;
        color: #fff;
    }
}

@media (max-width:1024px) {
    .centered {
        position: initial;
        top: initial;
        left: initial;
        transform: none;
        width: 100%;
    }

    #page-content img {
        width: 100%;
        height: auto;
    }

    .community-stroke {
        display: none;
    }

    .single h1.entry-title.single-title {
        margin-top: 16rem;
    }

    #home .page-title h1 {
        padding: 10rem 0 1rem;
        font-size: 2.25rem;
        color: var(--brand-green);
        text-shadow: none;
    }

    #mobile-menu {
        display: block;
        padding: 30px 30px 30px 20px;
        position: absolute;
        left: 0;
    }

    #mobile-menu .bar,
    #mobile-menu .bar::before,
    #mobile-menu .bar::after {
        display: block;
        content: "";
        width: 30px;
        height: 3px;
        border-radius: 3px;
        position: absolute;
        right: 0;
        transform: rotate(0);
        transition: all .2s;
        background-color: #fff;
    }

    #mobile-menu .bar::before {
        top: -8px;
    }

    #mobile-menu .bar::after {
        top: 8px;
    }

    .mm-ocd-opened #mobile-menu .bar::before,
    .mm-ocd-opened #mobile-menu .bar::after {
        top: 0;
    }

    .mm-ocd-opened #mobile-menu .bar {
        background-color: transparent;
    }

    .mm-ocd-opened #mobile-menu .bar::before {
        transform: rotate(135deg);
    }

    .mm-ocd-opened #mobile-menu .bar::after {
        transform: rotate(-135deg);
    }

    .mm-spn.mm-spn--light,
    #nav-main.mm-spn a {
        color: #fff;
    }

    .mm-spn.col-sm-7 {
        max-width: 100%;
    }

    .nav li,
    .mm-ocd li:before {
        padding: 0;
        left: initial;
    }

    #home-community p {
        color: var(--body-default)
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .single h1.entry-title.single-title {
        margin-top: 16rem;
    }

    #home .page-title h1 {
        padding: 40vh 0 1rem;
        font-size: 2.25rem;
        color: var(--brand-green);
        text-shadow: none;
    }

    p {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {

    h1,
    .h1 {
        font-size: 5rem;
    }

    h2,
    .h2 {
        font-size: 2.25rem;
    }

    h2 span {
        font-size: 66.6%
    }

    h3,
    .h3 {
        font-size: 2rem;
    }

    h4,
    .h4 {
        font-size: 1.5rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
    }

    h6,
    .h6 {
        font-size: 0.75rem;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        line-height: 1;
    }

    #blog-home h2 a {
        font-size: 1.4rem;
        letter-spacing: -0.02rem;
        line-height: 1ch;
    }

    .blog-search {
        display: flex;
        flex-direction: row;
        margin: auto auto 2.5rem;
    }

    .blog-search.widget_block {
        display: flex;
        flex-direction: column;
        width: 50%;
        max-width: none;
        min-width: 100%;
        margin: 0.5rem auto 3rem;
        padding: 0 1rem;
    }

    #blog-home select#cat {
        width: 100%;
        max-width: 250px;
        padding: 1.1rem 10px;
        border-radius: 0.5rem;
        border: solid 0.1rem #ddd;
        margin: auto 1rem;
        display: flex;
        align-items: flex-start;
    }

    #blog-home form.search-form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #blog-home input.search-field {
        width: 70%;
        min-width: 275px;
        padding: 1.125rem 10px;
        border-radius: 0.5rem;
        border: solid 0.1rem #ddd;
        margin: auto auto;
        display: flex;
        align-items: flex-start;
    }

    #blog-home input.search-submit {
        width: 33%;
        padding: 1.125rem;
        border-radius: 0.5rem;
        border: solid 0.1rem #ddd;
        margin: 0 auto;
        text-align: center;
    }


    .blog-search {
        margin: auto auto 2.5rem;
    }

    #google-map,
    #google-map iframe {
        height: 600px;
    }

    .community-cta-img {
        display: none;
    }

    #community-cta .container {
        margin: auto auto;
        padding: 6rem 1rem;
    }

    .community-inner {
        padding: clamp(1.125rem, 0.212rem + 4.5652vi, 3.75rem);
        ;
        background: rgba(0, 0, 0, 0.66);
    }

    .community-inner h2,
    .community-inner h3,
    .community-inner p {
        color: #fff;
    }

    .community-inner h2 {
        font-size: 4.5rem;
    }

    .community-inner h3 {
        padding: 1rem 0;
        font-size: 3rem;
        font-weight: 300;
    }

    .community-inner p {
        max-width: 40rem;
        font-size: 1.125rem;
    }

    .community-inner p:nth-child(1) {
        padding-top: 5rem;
    }

    .community-stroke {
        background-image: url('assets/img/community-cta-stroke.svg');
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        min-height: 7.75rem;
        background-size: cover;
        position: relative;
        z-index: 2;
        top: 0;
    }

    .community-inner .btn {
        background-color: var(--white);
        color: var(--brand-green);
    }

    section.community {
        padding-top: 0;
        margin: 0 auto;
    }

    section {
        padding: inherit;
    }

    .section-top {
        padding-top: inherit;
    }

    .section-bottom {
        padding-bottom: inherit;
    }

    .centered ul {
        padding: 0;
    }


    #home-community p {
        color: #fff;
    }

    #home-community .btn {
        background-color: #fff;
        color: var(--brand-green);
        vertical-align: middle;
        margin: 0 auto !important;
    }

    #home-community .btn:hover,
    #home-community .btn:focus {
        background-color: var(--brand-lt-gray);
        color: var(--body-default);
    }

    #footer-menu {
        margin: 0 auto;
        width: initial;
        padding-left: 0;
        padding-right: 0;
    }

    #footer-menu footer .nav>li>a {
        padding: 0 10px;
        margin: auto auto;
    }

    #footer-menu footer nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer-innner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.6rem 0;
    }

    .footer-logo {
        width: 250px;
        flex-shrink: 0;
    }

    .footer-colophon {
        flex: 1;
        min-width: 28rem;
        text-align: right;
        margin: auto auto;
    }

    .footer-colophon p {
        margin: auto auto;
        padding: 1rem 0;
        font-size: 12px;
    }

    .footer-links {
        flex: 2;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        margin: auto;
    }

    .footer-links nav {
        margin: 0.25rem 1.5rem auto;
    }

    .footer-social {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin: auto;
    }

    .footer-social a {
        margin: 0 0.375rem;
        height: 20px;
        width: auto;
    }

    .title-header h1 {
        margin: 25rem auto 3rem;
        text-align: center;
        color: var(--brand-green);
        line-height: 1.2;
    }

    .title-italic-top,
    .title-italic-bottom {
        font-size: 66%;
        display: block;
        font-family: var(--font-headline-italic);
    }

    #home-content {
        margin-top: 13rem;
    }

    .intro-text p {
        margin: auto auto 2rem;
        max-width: 45rem;
        text-align: center;
    }

    .page-title {
        margin: 5.5rem auto 4rem;
        padding: 0;
        max-width: 95%;
    }

    .page-title .hero-title-italic {
        font-size: 66%;
        display: block;
        font-family: var(--font-headline-italic);
    }

    p {
        font-size: 1rem;
    }


    #green-hr {
        padding-bottom: 3rem;
    }

    #mobile-menu,
    .mobile,
    #reservations i {
        display: none;
    }

    .nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    ul#main-nav {
        line-height: 1;
        padding: 0;
    }

    .nav,
    .nav li {
        list-style: none;
        margin: auto;
    }

    .nav>li,
    .nav>li>a {
        text-transform: uppercase;
        display: flex;
        font-weight: 300;
        margin: auto;
        padding: 1rem 0.5rem;
        font-size: 0.9rem;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .nav li:hover,
    .nav li a:hover,
    .nav li:active,
    .nav li a:active {
        text-decoration: none;
    }

    #nav-main .nav li.menu-item-has-children {
        overflow: hidden;
        position: relative;
    }

    #nav-main .nav li.menu-item-has-children:hover {
        height: auto;
        overflow: visible;
    }

    #nav-main .nav li.menu-item-has-children ul {
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 2000 !important;
        min-width: 421px;
        padding: 20px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        display: block;
        margin: auto;
        border-radius: 5px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    }

    #nav-main .nav li.menu-item-has-children ul::before {
        content: '';
        position: absolute;
        left: 50%;
        top: -10px;
        opacity: 90%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        transform: translateX(-50%);
    }

    #nav-main .nav li.menu-item-has-children ul li,
    #nav-main .nav li.menu-item-has-children ul li.menu-item-has-children ul li {
        opacity: 0;
        color: var(--brand-green);
    }

    #nav-main .nav li.menu-item-has-children:hover ul,
    #nav-main .nav li.menu-item-has-children ul li.menu-item-has-children:hover ul {
        opacity: 1;
        top: 75px;
        display: block;
        z-index: 2000 !important;
    }

    #nav-main .nav li.menu-item-has-children:hover ul li,
    #nav-main .nav li.menu-item-has-children ul li.menu-item-has-children:hover ul li {
        opacity: 1;
    }

    #nav-main .nav li.menu-item-has-children ul li {
        text-transform: none;
        font-weight: 500;
        font-size: 0.9rem;
        display: block;
        border: none;
        padding: 10px 20px;
    }

    #nav-main .nav li.menu-item-has-children ul li.menu-item-has-children ul {
        top: 0;
        left: 0;
        opacity: 0;
    }

    #nav-main .nav li.menu-item-has-children ul li.menu-item-has-children:hover ul {
        left: 250px;
        top: 0;
    }

    #nav-main .nav .sub-menu a:hover,
    .nav .sub-menu a:active,
    .nav .sub-menu a:focus {
        opacity: 1;
    }

    #logo-link,
    #nav-main {
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 1rem;
    }

    #main-logo {
        height: 70px;
        margin: 10px 0;
    }

    #main-content .centered {
        top: 55%;
    }
}

@media (min-width: 1366px) {
    .w-85 {
        width: 85%;
    }
}
