/*
Theme Name: BowlsAustralia
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bowlsaustralia
Tags: one-column, two-columns
Theme URI:
*/

/* Slider */

.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[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;
}

@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/icomoon.eot?lb3ro2');
    src: url('fonts/icomoon.eot?lb3ro2#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?lb3ro2') format('truetype'), url('fonts/icomoon.woff?lb3ro2') format('woff'), url('fonts/icomoon.svg?lb3ro2#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-'],
.icomoon,
.content-title a:after,
.main-navigation li.menu-item-has-children > a:after,
.jcf-select .jcf-select-opener:after,
.btn-send:after,
.btn-search:after,
.mobile-block:not(.info-block-1) .sub-title:before,
.info-list a:after,
.accordion-menu .menu-item-has-children > a:before,
.widget-list a:after,
.slick-arrow:before,
.profile-nav .profile-nav-button a:before
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1; /* Better Font Rendering =========== */

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before
{
    content: url(images/ba-icons/card-icons/clock-icon.svg);
}

.icon-paperclip:before
{
    content: url(images/ba-icons/card-icons/paperclip-icon.svg);
}

.icon-papermap:before
{
    content: url(images/ba-icons/card-icons/papermap-icon.svg);
}

.icon-telephone:before
{
    content: url(images/ba-icons/card-icons/telephone-icon.svg);
}

.icon-letter:before
{
    content: url(images/ba-icons/card-icons/letter-icon.svg);
}

.icon-calendar:before
{
    content: url(images/ba-icons/calendar.svg);
}

.icon-list:before
{
    content: url(images/ba-icons/list.svg);
}

.icon-entertainment:before
{
    content: url(images/ba-icons/ent-icon.svg);
}

.icon-function:before
{
    content: url(images/ba-icons/functions-icon.svg);
}

.icon-jack:before
{
    content: url(images/ba-icons/jack-attack.svg);
}

.icon-meals:before
{
    content: url(images/ba-icons/meals-icon.svg);
}

.icon-social:before
{
    content: url(images/ba-icons/social-icon.svg);
}

.icon-tab:before
{
    content: url(images/ba-icons/tab-icon.svg);
}

.icon-headphones:before
{
    content: '\e900';
}

.icon-map:before
{
    content: '\e901';
}

.icon-more-icon:before
{
    content: '\e902';
}

.icon-play-icon:before
{
    content: '\e903';
}

.icon-search-icon:before
{
    content: '\e904';
}

.icon-chevron-thin-right:before
{
    content: '\e910';
}

.icon-chevron-thin-left:before
{
    content: '\e911';
}

.icon-tag:before
{
    content: '\f02b';
}

.icon-chevron-left:before
{
    content: '\f053';
}

.icon-chevron-right:before
{
    content: '\f054';
}

.icon-chevron-up:before
{
    content: '\f077';
}

.icon-chevron-down:before
{
    content: '\f078';
}

.icon-chevron-circle-left:before
{
    content: '\f137';
}

.icon-chevron-circle-right:before
{
    content: '\f138';
}

.icon-chevron-circle-up:before
{
    content: '\f139';
}

.icon-chevron-circle-down:before
{
    content: '\f13a';
}

.icon-search:before
{
    content: '\e905';
}

.icon-chevron-thin-down:before
{
    content: '\e906';
}

.icon-chevron-thin-up:before
{
    content: '\e907';
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root
{
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffd200;
    --green: #6cb33f;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #4a4a4a;
    --gray-dark: #333;
    --primary: #e5e5e5;
    --secondary: #9b9b9b;
    --success: #6cb33f;
    --info: #17a2b8;
    --warning: #ffd200;
    --danger: #dc3545;
    --light: #f1f1f1;
    --dark: #4a4a4a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 480px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

*,
*::before,
*::after
{
    box-sizing: border-box;
}

html
{
    font-family: sans-serif;
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport
{
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section
{
    display: block;
}

body
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375;

    margin: 0;

    text-align: left;

    color: #4a4a4a;
    background-color: #fff;
}

[tabindex='-1']:focus
{
    outline: 0 !important;
}

hr
{
    overflow: visible;

    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top: 0;
    margin-bottom: .5rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1.3rem;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;

    border-bottom: 0;
}

address
{
    font-style: normal;
    line-height: inherit;

    margin-bottom: 1rem;
}

ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

dfn
{
    font-style: italic;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{
    text-decoration: none;

    color: #4a4a4a;
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

a:hover
{
    text-decoration: underline;

    color: #242424;
}

a:not([href]):not([tabindex])
{
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus
{
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):focus
{
    outline: 0;
}

pre,
code,
kbd,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

pre
{
    overflow: auto;

    margin-top: 0;
    margin-bottom: 1rem;

    -ms-overflow-style: scrollbar;
}

figure
{
    margin: 0 0 1rem;
}

img
{
    vertical-align: middle;

    border-style: none;
}

svg:not(:root)
{
    overflow: hidden;
}

table
{
    border-collapse: collapse;
}

caption
{
    padding-top: .75rem;
    padding-bottom: .75rem;

    caption-side: bottom;

    text-align: left;

    color: #9b9b9b;
}

th
{
    text-align: inherit;
}

label
{
    display: inline-block;

    margin-bottom: .5rem;
}

button
{
    border-radius: 0;
}

button:focus
{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

input[type='radio'],
input[type='checkbox']
{
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month']
{
    -webkit-appearance: listbox;
}

textarea
{
    overflow: auto;

    resize: vertical;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal;

    color: inherit;
}

progress
{
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

[type='search']
{
    outline-offset: -2px;

    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-file-upload-button
{
    font: inherit;

    -webkit-appearance: button;
}

output
{
    display: inline-block;
}

summary
{
    display: list-item;

    cursor: pointer;
}

template
{
    display: none;
}

[hidden]
{
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: inherit;
    font-weight: 700;
    line-height: 1.16;

    margin-bottom: .5rem;

    color: inherit;
}

h1,
.h1
{
    font-size: 1.56rem;
}

h2,
.h2
{
    font-size: 1.375rem;
}

h3,
.h3
{
    font-size: 1.2rem;
}

h4,
.h4
{
    font-size: 1.1rem;
}

h5,
.h5
{
    font-size: 1rem;
}

h6,
.h6
{
    font-size: 1rem;
}

.lead
{
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1
{
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.16;
}

.display-2
{
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.16;
}

.display-3
{
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.16;
}

.display-4
{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.16;
}

hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;

    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

small,
.small
{
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark
{
    padding: .2em;

    background-color: #fcf8e3;
}

.list-unstyled
{
    padding-left: 0;

    list-style: none;
}

.list-inline
{
    padding-left: 0;

    list-style: none;
}

.list-inline-item
{
    display: inline-block;
}

.list-inline-item:not(:last-child)
{
    margin-right: .5rem;
}

.initialism
{
    font-size: 90%;

    text-transform: uppercase;
}

.blockquote
{
    font-size: 1.25rem;

    margin-bottom: 1rem;
}

.blockquote-footer
{
    font-size: 80%;

    display: block;

    color: #9b9b9b;
}

.blockquote-footer::before
{
    content: '\2014 \00A0';
}

.img-fluid
{
    max-width: 100%;
    height: auto;
}

.img-thumbnail
{
    max-width: 100%;
    height: auto;
    padding: .25rem;

    border: 1px solid #dbdbdb;
    border-radius: .25rem;
    background-color: #fff;
}

.figure
{
    display: inline-block;
}

.figure-img
{
    line-height: 1;

    margin-bottom: .5rem;
}

.figure-caption
{
    font-size: 90%;

    color: #9b9b9b;
}

code,
kbd,
pre,
samp
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

code
{
    font-size: 87.5%;

    word-break: break-word;

    color: #e83e8c;
}

a > code
{
    color: inherit;
}

kbd
{
    font-size: 87.5%;

    padding: .2rem .4rem;

    color: #fff;
    border-radius: .125rem;
    background-color: #2e2d2e;
}

kbd kbd
{
    font-size: 100%;
    font-weight: 700;

    padding: 0;
}

pre
{
    font-size: 87.5%;

    display: block;

    color: #2e2d2e;
}

pre code
{
    font-size: inherit;

    word-break: normal;

    color: inherit;
}

.pre-scrollable
{
    overflow-y: scroll;

    max-height: 340px;
}

.container,
.slick-dots,
.wp-caption-text,
figcaption
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col-auto
{
    width: auto;
    max-width: none;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.col-1
{
    max-width: 8.3333333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
}

.col-2
{
    max-width: 16.6666666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
}

.col-3
{
    max-width: 25%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
}

.col-4
{
    max-width: 33.3333333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
}

.col-5
{
    max-width: 41.6666666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
}

.col-6
{
    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.col-7
{
    max-width: 58.3333333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
}

.col-8
{
    max-width: 66.6666666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
}

.col-9
{
    max-width: 75%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
}

.col-10
{
    max-width: 83.3333333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
}

.col-11
{
    max-width: 91.6666666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
}

.col-12
{
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.order-first
{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last
{
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0
{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1
{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2
{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3
{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4
{
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5
{
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6
{
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7
{
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8
{
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9
{
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10
{
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11
{
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12
{
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1
{
    margin-left: 8.3333333333%;
}

.offset-2
{
    margin-left: 16.6666666667%;
}

.offset-3
{
    margin-left: 25%;
}

.offset-4
{
    margin-left: 33.3333333333%;
}

.offset-5
{
    margin-left: 41.6666666667%;
}

.offset-6
{
    margin-left: 50%;
}

.offset-7
{
    margin-left: 58.3333333333%;
}

.offset-8
{
    margin-left: 66.6666666667%;
}

.offset-9
{
    margin-left: 75%;
}

.offset-10
{
    margin-left: 83.3333333333%;
}

.offset-11
{
    margin-left: 91.6666666667%;
}

.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;

    background-color: transparent;
}

.table th,
.table td
{
    padding: .75rem;

    vertical-align: top;

    border-top: 1px solid #dbdbdb;
}

.table thead th
{
    vertical-align: bottom;

    border-bottom: 2px solid #dbdbdb;
}

.table tbody + tbody
{
    border-top: 2px solid #dbdbdb;
}

.table .table
{
    background-color: #fff;
}

.table-sm th,
.table-sm td
{
    padding: .3rem;
}

.table-bordered
{
    border: 1px solid #dbdbdb;
}

.table-bordered th,
.table-bordered td
{
    border: 1px solid #dbdbdb;
}

.table-bordered thead th,
.table-bordered thead td
{
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover
{
    background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary > th,
.table-primary > td
{
    background-color: #f8f8f8;
}

.table-hover .table-primary:hover
{
    background-color: #ebebeb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th
{
    background-color: #ebebeb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td
{
    background-color: #e3e3e3;
}

.table-hover .table-secondary:hover
{
    background-color: #d6d6d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th
{
    background-color: #d6d6d6;
}

.table-success,
.table-success > th,
.table-success > td
{
    background-color: #d6eac9;
}

.table-hover .table-success:hover
{
    background-color: #c8e3b7;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th
{
    background-color: #c8e3b7;
}

.table-info,
.table-info > th,
.table-info > td
{
    background-color: #bee5eb;
}

.table-hover .table-info:hover
{
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th
{
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td
{
    background-color: #fff2b8;
}

.table-hover .table-warning:hover
{
    background-color: #ffed9f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th
{
    background-color: #ffed9f;
}

.table-danger,
.table-danger > th,
.table-danger > td
{
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover
{
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th
{
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td
{
    background-color: #fbfbfb;
}

.table-hover .table-light:hover
{
    background-color: #eee;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th
{
    background-color: #eee;
}

.table-dark,
.table-dark > th,
.table-dark > td
{
    background-color: #ccc;
}

.table-hover .table-dark:hover
{
    background-color: #bfbfbf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th
{
    background-color: #bfbfbf;
}

.table-active,
.table-active > th,
.table-active > td
{
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover
{
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th
{
    background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th
{
    color: #fff;
    border-color: #414041;
    background-color: #2e2d2e;
}

.table .thead-light th
{
    color: #4a4a4a;
    border-color: #dbdbdb;
    background-color: #e5e5e5;
}

.table-dark
{
    color: #fff;
    background-color: #2e2d2e;
}

.table-dark th,
.table-dark td,
.table-dark thead th
{
    border-color: #414041;
}

.table-dark.table-bordered
{
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover
{
    background-color: rgba(255, 255, 255, .075);
}

.table-responsive
{
    display: block;
    overflow-x: auto;

    width: 100%;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered
{
    border: 0;
}

.form-control
{
    font-size: 1rem;
    line-height: 1.375;

    display: block;

    width: 100%;
    padding: .375rem .75rem;

    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    color: #4a4a4a;
    border: 1px solid transparent;
    border-radius: .125rem;
    background-color: #f1f1f1;
    background-clip: padding-box;
}

.form-control::-ms-expand
{
    border: 0;
    background-color: transparent;
}

.form-control:focus
{
    color: #4a4a4a;
    border-color: white;
    outline: 0;
    background-color: #f1f1f1;
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .25);
}

.form-control::-webkit-input-placeholder
{
    opacity: 1;
    color: #9b9b9b;
}

.form-control:-ms-input-placeholder
{
    opacity: 1;
    color: #9b9b9b;
}

.form-control::placeholder
{
    opacity: 1;
    color: #9b9b9b;
}

.form-control:disabled,
.form-control[readonly]
{
    opacity: 1;
    background-color: #e5e5e5;
}

select.form-control:not([size]):not([multiple])
{
    height: calc(2.125rem + 2px);
}

select.form-control:focus::-ms-value
{
    color: #4a4a4a;
    background-color: #f1f1f1;
}

.form-control-file,
.form-control-range
{
    display: block;

    width: 100%;
}

.col-form-label
{
    font-size: inherit;
    line-height: 1.375;

    margin-bottom: 0;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

.col-form-label-lg
{
    font-size: 1rem;
    line-height: 1.5;

    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
}

.col-form-label-sm
{
    font-size: .875rem;
    line-height: 1.5;

    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
}

.form-control-plaintext
{
    line-height: 1.375;

    display: block;

    width: 100%;
    margin-bottom: 0;
    padding-top: .375rem;
    padding-bottom: .375rem;

    border: solid transparent;
    border-width: 1px 0;
    background-color: transparent;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.widget_custom_sidebar_banner .input-group-sm > .input-group-prepend > a.form-control-plaintext,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.widget_custom_sidebar_banner .input-group-sm > .input-group-append > a.form-control-plaintext,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.widget_custom_sidebar_banner .input-group-lg > .input-group-prepend > a.form-control-plaintext,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.widget_custom_sidebar_banner .input-group-lg > .input-group-append > a.form-control-plaintext
{
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.widget_custom_sidebar_banner .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.widget_custom_sidebar_banner .input-group-sm > .input-group-append > a
{
    font-size: .875rem;
    line-height: 1.5;

    padding: .25rem .5rem;

    border-radius: .125rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple])
{
    height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.widget_custom_sidebar_banner .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.widget_custom_sidebar_banner .input-group-lg > .input-group-append > a
{
    font-size: 1rem;
    line-height: 1.5;

    padding: .5rem 1rem;

    border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple])
{
    height: calc(2.5rem + 2px);
}

.form-group
{
    margin-bottom: 1rem;
}

.form-text
{
    display: block;

    margin-top: .25rem;
}

.form-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -5px;
    margin-left: -5px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.form-row > .col,
.form-row > [class*='col-']
{
    padding-right: 5px;
    padding-left: 5px;
}

.form-check
{
    position: relative;

    display: block;

    padding-left: 1.25rem;
}

.form-check-input
{
    position: absolute;

    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label
{
    color: #9b9b9b;
}

.form-check-label
{
    margin-bottom: 0;
}

.form-check-inline
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: .75rem;
    padding-left: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-check-inline .form-check-input
{
    position: static;

    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.valid-feedback
{
    font-size: 80%;

    display: none;

    width: 100%;
    margin-top: .25rem;

    color: #28a745;
}

.valid-tooltip
{
    font-size: .875rem;
    line-height: 1;

    position: absolute;
    z-index: 5;
    top: 100%;

    display: none;

    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;

    color: #fff;
    border-radius: .2rem;
    background-color: rgba(40, 167, 69, .8);
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid
{
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus
{
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label
{
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label
{
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before
{
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before
{
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label
{
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before
{
    border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label
{
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback
{
    font-size: 80%;

    display: none;

    width: 100%;
    margin-top: .25rem;

    color: #dc3545;
}

.invalid-tooltip
{
    font-size: .875rem;
    line-height: 1;

    position: absolute;
    z-index: 5;
    top: 100%;

    display: none;

    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;

    color: #fff;
    border-radius: .2rem;
    background-color: rgba(220, 53, 69, .8);
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid
{
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus
{
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label
{
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label
{
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before
{
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before
{
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label
{
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before
{
    border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label
{
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check
{
    width: 100%;
}

.btn,
.widget_custom_sidebar_banner a
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;

    display: inline-block;

    padding: .375rem .75rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    border: 1px solid transparent;
    border-radius: .25rem;
}

.btn:hover,
.widget_custom_sidebar_banner a:hover,
.btn:focus,
.widget_custom_sidebar_banner a:focus
{
    text-decoration: none;
}

.btn:focus,
.widget_custom_sidebar_banner a:focus,
.btn.focus,
.widget_custom_sidebar_banner a.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .25);
}

.btn.disabled,
.widget_custom_sidebar_banner a.disabled,
.btn:disabled,
.widget_custom_sidebar_banner a:disabled
{
    opacity: .65;
}

.btn:not(:disabled):not(.disabled),
.widget_custom_sidebar_banner a:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.widget_custom_sidebar_banner a:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.widget_custom_sidebar_banner a:not(:disabled):not(.disabled).active
{
    background-image: none;
}

a.btn.disabled,
.widget_custom_sidebar_banner a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .widget_custom_sidebar_banner a,
.widget_custom_sidebar_banner fieldset:disabled a
{
    pointer-events: none;
}

.btn-primary
{
    color: #2e2d2e;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

.btn-primary:hover
{
    color: #2e2d2e;
    border-color: #cccbcb;
    background-color: #d2d2d2;
}

.btn-primary:focus,
.btn-primary.focus
{
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .5);
}

.btn-primary.disabled,
.btn-primary:disabled
{
    color: #2e2d2e;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle
{
    color: #2e2d2e;
    border-color: #c5c5c5;
    background-color: #cccbcb;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .5);
}

.btn-secondary
{
    color: #2e2d2e;
    border-color: #9b9b9b;
    background-color: #9b9b9b;
}

.btn-secondary:hover
{
    color: #fff;
    border-color: #828181;
    background-color: #888;
}

.btn-secondary:focus,
.btn-secondary.focus
{
    box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .5);
}

.btn-secondary.disabled,
.btn-secondary:disabled
{
    color: #2e2d2e;
    border-color: #9b9b9b;
    background-color: #9b9b9b;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle
{
    color: #fff;
    border-color: #7b7b7b;
    background-color: #828181;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .5);
}

.btn-success
{
    color: #fff;
    border-color: #6cb33f;
    background-color: #6cb33f;
}

.btn-success:hover
{
    color: #fff;
    border-color: #558d32;
    background-color: #5b9735;
}

.btn-success:focus,
.btn-success.focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 179, 63, .5);
}

.btn-success.disabled,
.btn-success:disabled
{
    color: #fff;
    border-color: #6cb33f;
    background-color: #6cb33f;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle
{
    color: #fff;
    border-color: #50842e;
    background-color: #558d32;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 179, 63, .5);
}

.btn-info
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}

.btn-info:hover
{
    color: #fff;
    border-color: #117a8b;
    background-color: #138496;
}

.btn-info:focus,
.btn-info.focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-info.disabled,
.btn-info:disabled
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle
{
    color: #fff;
    border-color: #10707f;
    background-color: #117a8b;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-warning
{
    color: #2e2d2e;
    border-color: #ffd200;
    background-color: #ffd200;
}

.btn-warning:hover
{
    color: #2e2d2e;
    border-color: #cca800;
    background-color: #d9b300;
}

.btn-warning:focus,
.btn-warning.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 210, 0, .5);
}

.btn-warning.disabled,
.btn-warning:disabled
{
    color: #2e2d2e;
    border-color: #ffd200;
    background-color: #ffd200;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle
{
    color: #2e2d2e;
    border-color: #bf9e00;
    background-color: #cca800;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 210, 0, .5);
}

.btn-danger
{
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
}

.btn-danger:hover
{
    color: #fff;
    border-color: #bd2130;
    background-color: #c82333;
}

.btn-danger:focus,
.btn-danger.focus
{
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-danger.disabled,
.btn-danger:disabled
{
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle
{
    color: #fff;
    border-color: #b21f2d;
    background-color: #bd2130;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-light
{
    color: #2e2d2e;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

.btn-light:hover
{
    color: #2e2d2e;
    border-color: #d8d7d7;
    background-color: #dedede;
}

.btn-light:focus,
.btn-light.focus
{
    box-shadow: 0 0 0 .2rem rgba(241, 241, 241, .5);
}

.btn-light.disabled,
.btn-light:disabled
{
    color: #2e2d2e;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle
{
    color: #2e2d2e;
    border-color: #d1d1d1;
    background-color: #d8d7d7;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(241, 241, 241, .5);
}

.btn-dark
{
    color: #fff;
    border-color: #4a4a4a;
    background-color: #4a4a4a;
}

.btn-dark:hover
{
    color: #fff;
    border-color: #313030;
    background-color: #373737;
}

.btn-dark:focus,
.btn-dark.focus
{
    box-shadow: 0 0 0 .2rem rgba(74, 74, 74, .5);
}

.btn-dark.disabled,
.btn-dark:disabled
{
    color: #fff;
    border-color: #4a4a4a;
    background-color: #4a4a4a;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle
{
    color: #fff;
    border-color: #2a2a2a;
    background-color: #313030;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(74, 74, 74, .5);
}

.btn-outline-primary
{
    color: #e5e5e5;
    border-color: #e5e5e5;
    background-color: transparent;
    background-image: none;
}

.btn-outline-primary:hover
{
    color: #2e2d2e;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus
{
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled
{
    color: #e5e5e5;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle
{
    color: #2e2d2e;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .5);
}

.btn-outline-secondary
{
    color: #9b9b9b;
    border-color: #9b9b9b;
    background-color: transparent;
    background-image: none;
}

.btn-outline-secondary:hover
{
    color: #2e2d2e;
    border-color: #9b9b9b;
    background-color: #9b9b9b;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus
{
    box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled
{
    color: #9b9b9b;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle
{
    color: #2e2d2e;
    border-color: #9b9b9b;
    background-color: #9b9b9b;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .5);
}

.btn-outline-success
{
    color: #6cb33f;
    border-color: #6cb33f;
    background-color: transparent;
    background-image: none;
}

.btn-outline-success:hover
{
    color: #fff;
    border-color: #6cb33f;
    background-color: #6cb33f;
}

.btn-outline-success:focus,
.btn-outline-success.focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 179, 63, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled
{
    color: #6cb33f;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle
{
    color: #fff;
    border-color: #6cb33f;
    background-color: #6cb33f;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 179, 63, .5);
}

.btn-outline-info
{
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent;
    background-image: none;
}

.btn-outline-info:hover
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled
{
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning
{
    color: #ffd200;
    border-color: #ffd200;
    background-color: transparent;
    background-image: none;
}

.btn-outline-warning:hover
{
    color: #2e2d2e;
    border-color: #ffd200;
    background-color: #ffd200;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 210, 0, .5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled
{
    color: #ffd200;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle
{
    color: #2e2d2e;
    border-color: #ffd200;
    background-color: #ffd200;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 210, 0, .5);
}

.btn-outline-danger
{
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
    background-image: none;
}

.btn-outline-danger:hover
{
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus
{
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled
{
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle
{
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light
{
    color: #f1f1f1;
    border-color: #f1f1f1;
    background-color: transparent;
    background-image: none;
}

.btn-outline-light:hover
{
    color: #2e2d2e;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

.btn-outline-light:focus,
.btn-outline-light.focus
{
    box-shadow: 0 0 0 .2rem rgba(241, 241, 241, .5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled
{
    color: #f1f1f1;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle
{
    color: #2e2d2e;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(241, 241, 241, .5);
}

.btn-outline-dark,
.widget_custom_sidebar_banner a
{
    color: #4a4a4a;
    border-color: #4a4a4a;
    background-color: transparent;
    background-image: none;
}

.btn-outline-dark:hover,
.widget_custom_sidebar_banner a:hover
{
    color: #fff;
    border-color: #4a4a4a;
    background-color: #4a4a4a;
}

.btn-outline-dark:focus,
.widget_custom_sidebar_banner a:focus,
.btn-outline-dark.focus,
.widget_custom_sidebar_banner a.focus
{
    box-shadow: 0 0 0 .2rem rgba(74, 74, 74, .5);
}

.btn-outline-dark.disabled,
.widget_custom_sidebar_banner a.disabled,
.btn-outline-dark:disabled,
.widget_custom_sidebar_banner a:disabled
{
    color: #4a4a4a;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.widget_custom_sidebar_banner a:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.widget_custom_sidebar_banner a:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle,
.widget_custom_sidebar_banner .show > a.dropdown-toggle
{
    color: #fff;
    border-color: #4a4a4a;
    background-color: #4a4a4a;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.widget_custom_sidebar_banner a:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.widget_custom_sidebar_banner a:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus,
.widget_custom_sidebar_banner .show > a.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(74, 74, 74, .5);
}

.btn-link
{
    font-weight: 400;

    color: #4a4a4a;
    background-color: transparent;
}

.btn-link:hover
{
    text-decoration: underline;

    color: #242424;
    border-color: transparent;
    background-color: transparent;
}

.btn-link:focus,
.btn-link.focus
{
    text-decoration: underline;

    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled
{
    color: #9b9b9b;
}

.btn-lg,
.btn-group-lg > .btn,
.widget_custom_sidebar_banner .btn-group-lg > a
{
    font-size: 1rem;
    line-height: 1.5;

    padding: .5rem 1rem;

    border-radius: .3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.widget_custom_sidebar_banner .btn-group-sm > a
{
    font-size: .875rem;
    line-height: 1.5;

    padding: .25rem .5rem;

    border-radius: .125rem;
}

.btn-block
{
    display: block;

    width: 100%;
}

.btn-block + .btn-block
{
    margin-top: .5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block
{
    width: 100%;
}

.fade
{
    -webkit-transition: opacity .15s linear;
            transition: opacity .15s linear;

    opacity: 0;
}

.fade.show
{
    opacity: 1;
}

.collapse
{
    display: none;
}

.collapse.show
{
    display: block;
}

tr.collapse.show
{
    display: table-row;
}

tbody.collapse.show
{
    display: table-row-group;
}

.collapsing
{
    position: relative;

    overflow: hidden;

    height: 0;

    -webkit-transition: height .35s ease;
            transition: height .35s ease;
}

.dropup,
.dropdown
{
    position: relative;
}

.dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropdown-menu
{
    font-size: 1rem;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;

    list-style: none;

    text-align: left;

    color: #4a4a4a;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
}

.dropup .dropdown-menu
{
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropright .dropdown-menu
{
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropright .dropdown-toggle::after
{
    vertical-align: 0;
}

.dropleft .dropdown-menu
{
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: .255em;

    content: '';
    vertical-align: .255em;
}

.dropleft .dropdown-toggle::after
{
    display: none;
}

.dropleft .dropdown-toggle::before
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropleft .dropdown-toggle::before
{
    vertical-align: 0;
}

.dropdown-divider
{
    overflow: hidden;

    height: 0;
    margin: .5rem 0;

    border-top: 1px solid #e5e5e5;
}

.dropdown-item
{
    font-weight: 400;

    display: block;
    clear: both;

    width: 100%;
    padding: .25rem 1.5rem;

    text-align: inherit;
    white-space: nowrap;

    color: #2e2d2e;
    border: 0;
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus
{
    text-decoration: none;

    color: #212021;
    background-color: #f1f1f1;
}

.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #fff;
    background-color: #e5e5e5;
}

.dropdown-item.disabled,
.dropdown-item:disabled
{
    color: #9b9b9b;
    background-color: transparent;
}

.dropdown-menu.show
{
    display: block;
}

.dropdown-header
{
    font-size: .875rem;

    display: block;

    margin-bottom: 0;
    padding: .5rem 1.5rem;

    white-space: nowrap;

    color: #9b9b9b;
}

.btn-group,
.btn-group-vertical
{
    position: relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    vertical-align: middle;
}

.btn-group > .btn,
.widget_custom_sidebar_banner .btn-group > a,
.btn-group-vertical > .btn,
.widget_custom_sidebar_banner .btn-group-vertical > a
{
    position: relative;

    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
}

.btn-group > .btn:hover,
.widget_custom_sidebar_banner .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.widget_custom_sidebar_banner .btn-group-vertical > a:hover
{
    z-index: 1;
}

.btn-group > .btn:focus,
.widget_custom_sidebar_banner .btn-group > a:focus,
.btn-group > .btn:active,
.widget_custom_sidebar_banner .btn-group > a:active,
.btn-group > .btn.active,
.widget_custom_sidebar_banner .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.widget_custom_sidebar_banner .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.widget_custom_sidebar_banner .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.widget_custom_sidebar_banner .btn-group-vertical > a.active
{
    z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .widget_custom_sidebar_banner a + .btn,
.widget_custom_sidebar_banner .btn-group a + .btn,
.btn-group .widget_custom_sidebar_banner .btn + a,
.widget_custom_sidebar_banner .btn-group .btn + a,
.btn-group .widget_custom_sidebar_banner a + a,
.widget_custom_sidebar_banner .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .widget_custom_sidebar_banner a + .btn-group,
.widget_custom_sidebar_banner .btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .widget_custom_sidebar_banner .btn-group + a,
.widget_custom_sidebar_banner .btn-group .btn-group + a,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .widget_custom_sidebar_banner a + .btn,
.widget_custom_sidebar_banner .btn-group-vertical a + .btn,
.btn-group-vertical .widget_custom_sidebar_banner .btn + a,
.widget_custom_sidebar_banner .btn-group-vertical .btn + a,
.btn-group-vertical .widget_custom_sidebar_banner a + a,
.widget_custom_sidebar_banner .btn-group-vertical a + a,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .widget_custom_sidebar_banner a + .btn-group,
.widget_custom_sidebar_banner .btn-group-vertical a + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .widget_custom_sidebar_banner .btn-group + a,
.widget_custom_sidebar_banner .btn-group-vertical .btn-group + a,
.btn-group-vertical .btn-group + .btn-group
{
    margin-left: -1px;
}

.btn-toolbar
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group
{
    width: auto;
}

.btn-group > .btn:first-child,
.widget_custom_sidebar_banner .btn-group > a:first-child
{
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.widget_custom_sidebar_banner .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.widget_custom_sidebar_banner .btn-group > .btn-group:not(:last-child) > a
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.widget_custom_sidebar_banner .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.widget_custom_sidebar_banner .btn-group > .btn-group:not(:first-child) > a
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split
{
    padding-right: .5625rem;
    padding-left: .5625rem;
}

.dropdown-toggle-split::after
{
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.widget_custom_sidebar_banner .btn-group-sm > a + .dropdown-toggle-split
{
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.widget_custom_sidebar_banner .btn-group-lg > a + .dropdown-toggle-split
{
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .widget_custom_sidebar_banner a,
.widget_custom_sidebar_banner .btn-group-vertical a,
.btn-group-vertical .btn-group
{
    width: 100%;
}

.btn-group-vertical > .btn + .btn,
.widget_custom_sidebar_banner .btn-group-vertical > a + .btn,
.widget_custom_sidebar_banner .btn-group-vertical > .btn + a,
.widget_custom_sidebar_banner .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.widget_custom_sidebar_banner .btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.widget_custom_sidebar_banner .btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group
{
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.widget_custom_sidebar_banner .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.widget_custom_sidebar_banner .btn-group-vertical > .btn-group:not(:last-child) > a
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.widget_custom_sidebar_banner .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.widget_custom_sidebar_banner .btn-group-vertical > .btn-group:not(:first-child) > a
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.widget_custom_sidebar_banner .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.widget_custom_sidebar_banner .btn-group-toggle > .btn-group > a
{
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type='radio'],
.widget_custom_sidebar_banner .btn-group-toggle > a input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.widget_custom_sidebar_banner .btn-group-toggle > a input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.widget_custom_sidebar_banner .btn-group-toggle > .btn-group > a input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'],
.widget_custom_sidebar_banner .btn-group-toggle > .btn-group > a input[type='checkbox']
{
    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none;
}

.input-group
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file
{
    position: relative;

    width: 1%;
    margin-bottom: 0;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus
{
    z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file
{
    margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .widget_custom_sidebar_banner a,
.widget_custom_sidebar_banner .input-group-prepend a,
.input-group-append .btn,
.input-group-append .widget_custom_sidebar_banner a,
.widget_custom_sidebar_banner .input-group-append a
{
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .widget_custom_sidebar_banner a + .btn,
.widget_custom_sidebar_banner .input-group-prepend a + .btn,
.input-group-prepend .widget_custom_sidebar_banner .btn + a,
.widget_custom_sidebar_banner .input-group-prepend .btn + a,
.input-group-prepend .widget_custom_sidebar_banner a + a,
.widget_custom_sidebar_banner .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .widget_custom_sidebar_banner a + .input-group-text,
.widget_custom_sidebar_banner .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .widget_custom_sidebar_banner .input-group-text + a,
.widget_custom_sidebar_banner .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append .widget_custom_sidebar_banner a + .btn,
.widget_custom_sidebar_banner .input-group-append a + .btn,
.input-group-append .widget_custom_sidebar_banner .btn + a,
.widget_custom_sidebar_banner .input-group-append .btn + a,
.input-group-append .widget_custom_sidebar_banner a + a,
.widget_custom_sidebar_banner .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append .widget_custom_sidebar_banner a + .input-group-text,
.widget_custom_sidebar_banner .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .widget_custom_sidebar_banner .input-group-text + a,
.widget_custom_sidebar_banner .input-group-append .input-group-text + a
{
    margin-left: -1px;
}

.input-group-prepend
{
    margin-right: -1px;
}

.input-group-append
{
    margin-left: -1px;
}

.input-group-text
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 0;
    padding: .375rem .75rem;

    text-align: center;
    white-space: nowrap;

    color: #4a4a4a;
    border: 1px solid transparent;
    border-radius: .125rem;
    background-color: #e5e5e5;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox']
{
    margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.widget_custom_sidebar_banner .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.widget_custom_sidebar_banner .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.widget_custom_sidebar_banner .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.widget_custom_sidebar_banner .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.widget_custom_sidebar_banner .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.widget_custom_sidebar_banner .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control
{
    position: relative;

    display: block;

    min-height: 1.375rem;
    padding-left: 1.5rem;
}

.custom-control-inline
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 1rem;
}

.custom-control-input
{
    position: absolute;
    z-index: -1;

    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before
{
    color: #fff;
    background-color: #e5e5e5;
}

.custom-control-input:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(229, 229, 229, .25);
}

.custom-control-input:active ~ .custom-control-label::before
{
    color: #fff;
    background-color: white;
}

.custom-control-input:disabled ~ .custom-control-label
{
    color: #9b9b9b;
}

.custom-control-input:disabled ~ .custom-control-label::before
{
    background-color: #e5e5e5;
}

.custom-control-label
{
    margin-bottom: 0;
}

.custom-control-label::before
{
    position: absolute;
    top: .1875rem;
    left: 0;

    display: block;

    width: 1rem;
    height: 1rem;

    content: '';
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    background-color: #dbdbdb;
}

.custom-control-label::after
{
    position: absolute;
    top: .1875rem;
    left: 0;

    display: block;

    width: 1rem;
    height: 1rem;

    content: '';

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before
{
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before
{
    background-color: #e5e5e5;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before
{
    background-color: #e5e5e5;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before
{
    background-color: rgba(229, 229, 229, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before
{
    background-color: rgba(229, 229, 229, .5);
}

.custom-radio .custom-control-label::before
{
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before
{
    background-color: #e5e5e5;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E');
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before
{
    background-color: rgba(229, 229, 229, .5);
}

.custom-select
{
    line-height: 1.375;

    display: inline-block;

    width: 100%;
    height: 60px;
    padding: .375rem 1.75rem .375rem .75rem;

    vertical-align: middle;

    color: #4a4a4a;
    border: 1px solid #ffd200;
    border-radius: .25rem;
    background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%23333333\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E') no-repeat right .75rem center;
    background-size: 8px 10px;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.custom-select:focus
{
    border-color: 1px solid #ffd200;
    outline: 0;
    box-shadow: 0 0 0 1px #ffd200 inset;
}

.custom-select:focus::-ms-value
{
    color: #4a4a4a;
    background-color: #f1f1f1;
}

.custom-select[multiple],
.custom-select[size]:not([size='1'])
{
    height: auto;
    padding-right: .75rem;

    background-image: none;
}

.custom-select:disabled
{
    color: #9b9b9b;
    background-color: #e5e5e5;
}

.custom-select::-ms-expand
{
    opacity: 0;
}

.custom-select-sm
{
    font-size: 75%;

    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.custom-select-lg
{
    font-size: 125%;

    height: calc(2.5rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.custom-file
{
    position: relative;

    display: inline-block;

    width: 100%;
    height: calc(2.125rem + 2px);
    margin-bottom: 0;
}

.custom-file-input
{
    position: relative;
    z-index: 2;

    width: 100%;
    height: calc(2.125rem + 2px);
    margin: 0;

    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control
{
    border-color: white;
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .25);
}

.custom-file-input:focus ~ .custom-file-control::before
{
    border-color: white;
}

.custom-file-input:lang(en) ~ .custom-file-label::after
{
    content: 'Browse';
}

.custom-file-label
{
    line-height: 1.375;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    height: calc(2.125rem + 2px);
    padding: .375rem .75rem;

    color: #4a4a4a;
    border: 1px solid transparent;
    border-radius: .125rem;
    background-color: #f1f1f1;
}

.custom-file-label::after
{
    line-height: 1.375;

    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    height: calc(calc(2.125rem + 2px) - 1px * 2);
    padding: .375rem .75rem;

    content: 'Browse';

    color: #4a4a4a;
    border-left: 1px solid transparent;
    border-radius: 0 .125rem .125rem 0;
    background-color: #e5e5e5;
}

.nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nav-link
{
    display: block;

    padding: .5rem 1rem;
}

.nav-link:hover,
.nav-link:focus
{
    text-decoration: none;
}

.nav-link.disabled
{
    color: #9b9b9b;
}

.nav-tabs
{
    border-bottom: 1px solid #dbdbdb;
}

.nav-tabs .nav-item
{
    margin-bottom: -1px;
}

.nav-tabs .nav-link
{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus
{
    border-color: #e5e5e5 #e5e5e5 #dbdbdb;
}

.nav-tabs .nav-link.disabled
{
    color: #9b9b9b;
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link
{
    color: #4a4a4a;
    border-color: #dbdbdb #dbdbdb #fff;
    background-color: #fff;
}

.nav-tabs .dropdown-menu
{
    margin-top: -1px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link
{
    border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link
{
    color: #fff;
    background-color: #e5e5e5;
}

.nav-fill .nav-item
{
    text-align: center;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.nav-justified .nav-item
{
    text-align: center;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-content > .tab-pane
{
    display: none;
}

.tab-content > .active
{
    display: block;
}

.navbar
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: .5rem 1rem;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar > .container,
.navbar > .slick-dots,
.navbar > .wp-caption-text,
.navbar > figcaption,
.navbar > .container-fluid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand
{
    font-size: 1rem;
    line-height: inherit;

    display: inline-block;

    margin-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;

    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus
{
    text-decoration: none;
}

.navbar-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.navbar-nav .nav-link
{
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu
{
    position: static;

    float: none;
}

.navbar-text
{
    display: inline-block;

    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse
{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler
{
    font-size: 1rem;
    line-height: 1;

    padding: .25rem .75rem;

    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus
{
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.navbar-toggler-icon
{
    display: inline-block;

    width: 1.5em;
    height: 1.5em;

    content: '';
    vertical-align: middle;

    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-expand
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .slick-dots,
.navbar-expand > .wp-caption-text,
.navbar-expand > figcaption,
.navbar-expand > .container-fluid
{
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav
{
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu
{
    position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right
{
    right: 0;
    left: auto;
}

.navbar-expand .navbar-nav .nav-link
{
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .slick-dots,
.navbar-expand > .wp-caption-text,
.navbar-expand > figcaption,
.navbar-expand > .container-fluid
{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler
{
    display: none;
}

.navbar-expand .dropup .dropdown-menu
{
    top: auto;
    bottom: 100%;
}

.navbar-light .navbar-brand
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus
{
    color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled
{
    color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler
{
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E');
}

.navbar-light .navbar-text
{
    color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus
{
    color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand
{
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus
{
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus
{
    color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled
{
    color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active
{
    color: #fff;
}

.navbar-dark .navbar-toggler
{
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E');
}

.navbar-dark .navbar-text
{
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a
{
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus
{
    color: #fff;
}

.card
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: border-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.card > hr
{
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child
{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child
{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-body
{
    padding: 1.25rem;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.card-title
{
    margin-bottom: .75rem;
}

.card-subtitle
{
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child
{
    margin-bottom: 0;
}

.card-link:hover
{
    text-decoration: none;
}

.card-link + .card-link
{
    margin-left: 1.25rem;
}

.card-header
{
    margin-bottom: 0;
    padding: .75rem 1.25rem;

    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(0, 0, 0, .03);
}

.card-header:first-child
{
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child
{
    border-top: 0;
}

.card-footer
{
    padding: .75rem 1.25rem;

    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(0, 0, 0, .03);
}

.card-footer:last-child
{
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs
{
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;

    border-bottom: 0;
}

.card-header-pills
{
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 1.25rem;
}

.card-img
{
    width: 100%;

    border-radius: calc(.25rem - 1px);
}

.card-img-top
{
    width: 100%;

    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom
{
    width: 100%;

    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.card-deck .card
{
    margin-bottom: 15px;
}

.card-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.card-group > .card
{
    margin-bottom: 15px;
}

.card-columns .card
{
    margin-bottom: .75rem;
}

.breadcrumb
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 1rem;
    padding: .75rem 1rem;

    list-style: none;

    border-radius: .25rem;
    background-color: #e5e5e5;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.breadcrumb-item + .breadcrumb-item::before
{
    display: inline-block;

    padding-right: .5rem;
    padding-left: .5rem;

    content: '/';

    color: #9b9b9b;
}

.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: none;
}

.breadcrumb-item.active
{
    color: #9b9b9b;
}

.pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 0;

    list-style: none;

    border-radius: .25rem;
}

.page-link
{
    line-height: 1.25;

    position: relative;

    display: block;

    margin-left: -1px;
    padding: .5rem .75rem;

    color: #4a4a4a;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.page-link:hover
{
    text-decoration: none;

    color: #242424;
    border-color: #dbdbdb;
    background-color: #e5e5e5;
}

.page-link:focus
{
    z-index: 2;

    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, .25);
}

.page-link:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.page-item:first-child .page-link
{
    margin-left: 0;

    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link
{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link
{
    z-index: 1;

    color: #fff;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

.page-item.disabled .page-link
{
    cursor: auto;
    pointer-events: none;

    color: #9b9b9b;
    border-color: #dbdbdb;
    background-color: #fff;
}

.pagination-lg .page-link
{
    font-size: 1rem;
    line-height: 1.5;

    padding: .75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link
{
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link
{
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link
{
    font-size: .875rem;
    line-height: 1.5;

    padding: .25rem .5rem;
}

.pagination-sm .page-item:first-child .page-link
{
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
}

.pagination-sm .page-item:last-child .page-link
{
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
}

.badge
{
    font-size: 75%;
    font-weight: 700;
    line-height: 1;

    display: inline-block;

    padding: .25em .4em;

    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;

    border-radius: .25rem;
}

.badge:empty
{
    display: none;
}

.btn .badge,
.widget_custom_sidebar_banner a .badge
{
    position: relative;
    top: -1px;
}

.badge-pill
{
    padding-right: .6em;
    padding-left: .6em;

    border-radius: 10rem;
}

.badge-primary
{
    color: #2e2d2e;
    background-color: #e5e5e5;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus
{
    text-decoration: none;

    color: #2e2d2e;
    background-color: #cccbcb;
}

.badge-secondary
{
    color: #2e2d2e;
    background-color: #9b9b9b;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus
{
    text-decoration: none;

    color: #2e2d2e;
    background-color: #828181;
}

.badge-success
{
    color: #fff;
    background-color: #6cb33f;
}

.badge-success[href]:hover,
.badge-success[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #558d32;
}

.badge-info
{
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #117a8b;
}

.badge-warning
{
    color: #2e2d2e;
    background-color: #ffd200;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus
{
    text-decoration: none;

    color: #2e2d2e;
    background-color: #cca800;
}

.badge-danger
{
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #bd2130;
}

.badge-light
{
    color: #2e2d2e;
    background-color: #f1f1f1;
}

.badge-light[href]:hover,
.badge-light[href]:focus
{
    text-decoration: none;

    color: #2e2d2e;
    background-color: #d8d7d7;
}

.badge-dark
{
    color: #fff;
    background-color: #4a4a4a;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #313030;
}

.jumbotron
{
    margin-bottom: 2rem;
    padding: 2rem 1rem;

    border-radius: .3rem;
    background-color: #e5e5e5;
}

.jumbotron-fluid
{
    padding-right: 0;
    padding-left: 0;

    border-radius: 0;
}

.alert
{
    position: relative;

    margin-bottom: 1rem;
    padding: .75rem 1.25rem;

    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading
{
    color: inherit;
}

.alert-link
{
    font-weight: 700;
}

.alert-dismissible
{
    padding-right: 4rem;
}

.alert-dismissible .close
{
    position: absolute;
    top: 0;
    right: 0;

    padding: .75rem 1.25rem;

    color: inherit;
}

.alert-primary
{
    color: #777;
    border-color: #f8f8f8;
    background-color: #fafafa;
}

.alert-primary hr
{
    border-top-color: #ebebeb;
}

.alert-primary .alert-link
{
    color: #5e5d5d;
}

.alert-secondary
{
    color: #515151;
    border-color: #e3e3e3;
    background-color: #ebebeb;
}

.alert-secondary hr
{
    border-top-color: #d6d6d6;
}

.alert-secondary .alert-link
{
    color: #383737;
}

.alert-success
{
    color: #385d21;
    border-color: #d6eac9;
    background-color: #e2f0d9;
}

.alert-success hr
{
    border-top-color: #c8e3b7;
}

.alert-success .alert-link
{
    color: #213714;
}

.alert-info
{
    color: #0c5460;
    border-color: #bee5eb;
    background-color: #d1ecf1;
}

.alert-info hr
{
    border-top-color: #abdde5;
}

.alert-info .alert-link
{
    color: #062c33;
}

.alert-warning
{
    color: #856d00;
    border-color: #fff2b8;
    background-color: #fff6cc;
}

.alert-warning hr
{
    border-top-color: #ffed9f;
}

.alert-warning .alert-link
{
    color: #524300;
}

.alert-danger
{
    color: #721c24;
    border-color: #f5c6cb;
    background-color: #f8d7da;
}

.alert-danger hr
{
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link
{
    color: #491217;
}

.alert-light
{
    color: #7d7d7d;
    border-color: #fbfbfb;
    background-color: #fcfcfc;
}

.alert-light hr
{
    border-top-color: #eee;
}

.alert-light .alert-link
{
    color: #646363;
}

.alert-dark
{
    color: #262626;
    border-color: #ccc;
    background-color: #dbdbdb;
}

.alert-dark hr
{
    border-top-color: #bfbfbf;
}

.alert-dark .alert-link
{
    color: #0d0c0c;
}

.progress
{
    font-size: .75rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    height: 1rem;

    border-radius: .25rem;
    background-color: #e5e5e5;
}

.progress-bar
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-transition: width .6s ease;
            transition: width .6s ease;
    text-align: center;

    color: #fff;
    background-color: #e5e5e5;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.progress-bar-striped
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated
{
    -webkit-animation: progress-bar-stripes 1s linear infinite;
            animation: progress-bar-stripes 1s linear infinite;
}

.media
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.list-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-bottom: 0;
    padding-left: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.list-group-item-action
{
    width: 100%;

    text-align: inherit;

    color: #4a4a4a;
}

.list-group-item-action:hover,
.list-group-item-action:focus
{
    text-decoration: none;

    color: #4a4a4a;
    background-color: #f1f1f1;
}

.list-group-item-action:active
{
    color: #4a4a4a;
    background-color: #e5e5e5;
}

.list-group-item
{
    position: relative;

    display: block;

    margin-bottom: -1px;
    padding: .75rem 1.25rem;

    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;
}

.list-group-item:first-child
{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item:last-child
{
    margin-bottom: 0;

    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item:hover,
.list-group-item:focus
{
    z-index: 1;

    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled
{
    color: #9b9b9b;
    background-color: #fff;
}

.list-group-item.active
{
    z-index: 2;

    color: #fff;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

.list-group-flush .list-group-item
{
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child
{
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child
{
    border-bottom: 0;
}

.list-group-item-primary
{
    color: #777;
    background-color: #f8f8f8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus
{
    color: #777;
    background-color: #ebebeb;
}

.list-group-item-primary.list-group-item-action.active
{
    color: #fff;
    border-color: #777;
    background-color: #777;
}

.list-group-item-secondary
{
    color: #515151;
    background-color: #e3e3e3;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus
{
    color: #515151;
    background-color: #d6d6d6;
}

.list-group-item-secondary.list-group-item-action.active
{
    color: #fff;
    border-color: #515151;
    background-color: #515151;
}

.list-group-item-success
{
    color: #385d21;
    background-color: #d6eac9;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus
{
    color: #385d21;
    background-color: #c8e3b7;
}

.list-group-item-success.list-group-item-action.active
{
    color: #fff;
    border-color: #385d21;
    background-color: #385d21;
}

.list-group-item-info
{
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus
{
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active
{
    color: #fff;
    border-color: #0c5460;
    background-color: #0c5460;
}

.list-group-item-warning
{
    color: #856d00;
    background-color: #fff2b8;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus
{
    color: #856d00;
    background-color: #ffed9f;
}

.list-group-item-warning.list-group-item-action.active
{
    color: #fff;
    border-color: #856d00;
    background-color: #856d00;
}

.list-group-item-danger
{
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus
{
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active
{
    color: #fff;
    border-color: #721c24;
    background-color: #721c24;
}

.list-group-item-light
{
    color: #7d7d7d;
    background-color: #fbfbfb;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus
{
    color: #7d7d7d;
    background-color: #eee;
}

.list-group-item-light.list-group-item-action.active
{
    color: #fff;
    border-color: #7d7d7d;
    background-color: #7d7d7d;
}

.list-group-item-dark
{
    color: #262626;
    background-color: #ccc;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus
{
    color: #262626;
    background-color: #bfbfbf;
}

.list-group-item-dark.list-group-item-action.active
{
    color: #fff;
    border-color: #262626;
    background-color: #262626;
}

.close
{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;

    float: right;

    opacity: .5;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.close:hover,
.close:focus
{
    text-decoration: none;

    opacity: .75;
    color: #000;
}

.close:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

button.close
{
    padding: 0;

    border: 0;
    background-color: transparent;

    -webkit-appearance: none;
}

.modal-open
{
    overflow: hidden;
}

.modal
{
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    outline: 0;
}

.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog
{
    position: relative;

    width: auto;
    margin: .5rem;

    pointer-events: none;
}

.modal.fade .modal-dialog
{
    -webkit-transition: -webkit-transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
            transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
}

.modal.show .modal-dialog
{
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

.modal-dialog-centered
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: calc(100% - (.5rem * 2));

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-content
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;

    pointer-events: auto;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.modal-backdrop
{
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
}

.modal-backdrop.fade
{
    opacity: 0;
}

.modal-backdrop.show
{
    opacity: .5;
}

.modal-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 1rem;

    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-header .close
{
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
}

.modal-title
{
    line-height: 1.375;

    margin-bottom: 0;
}

.modal-body
{
    position: relative;

    padding: 1rem;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.modal-footer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 1rem;

    border-top: 1px solid #e5e5e5;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-footer > :not(:first-child)
{
    margin-left: .25rem;
}

.modal-footer > :not(:last-child)
{
    margin-right: .25rem;
}

.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;

    overflow: scroll;

    width: 50px;
    height: 50px;
}

.tooltip
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.375;

    position: absolute;
    z-index: 1070;

    display: block;

    margin: 0;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    opacity: 0;
    text-shadow: none;

    line-break: auto;
}

.tooltip.show
{
    opacity: .9;
}

.tooltip .arrow
{
    position: absolute;

    display: block;

    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before
{
    position: absolute;

    content: '';

    border-style: solid;
    border-color: transparent;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top']
{
    padding: .4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow
{
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before
{
    top: 0;

    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right']
{
    padding: 0 .4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow
{
    left: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before
{
    right: 0;

    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom']
{
    padding: .4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow
{
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before
{
    bottom: 0;

    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left']
{
    padding: 0 .4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow
{
    right: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before
{
    left: 0;

    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.tooltip-inner
{
    max-width: 200px;
    padding: .25rem .5rem;

    text-align: center;

    color: #fff;
    border-radius: .25rem;
    background-color: #000;
}

.popover
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.375;

    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;

    display: block;

    max-width: 276px;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    background-color: #fff;
    background-clip: padding-box;
    text-shadow: none;

    line-break: auto;
}

.popover .arrow
{
    position: absolute;

    display: block;

    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}

.popover .arrow::before,
.popover .arrow::after
{
    position: absolute;

    display: block;

    content: '';

    border-style: solid;
    border-color: transparent;
}

.bs-popover-top,
.bs-popover-auto[x-placement^='top']
{
    margin-bottom: .5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow
{
    bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-width: .5rem .5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before
{
    bottom: 0;

    border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after
{
    bottom: 1px;

    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^='right']
{
    margin-left: .5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow
{
    left: calc((.5rem + 1px) * -1);

    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-width: .5rem .5rem .5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before
{
    left: 0;

    border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after
{
    left: 1px;

    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom']
{
    margin-top: .5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow
{
    top: calc((.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before
{
    top: 0;

    border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    top: 1px;

    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1rem;
    margin-left: -.5rem;

    content: '';

    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^='left']
{
    margin-right: .5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow
{
    right: calc((.5rem + 1px) * -1);

    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before
{
    right: 0;

    border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after
{
    right: 1px;

    border-left-color: #fff;
}

.popover-header
{
    font-size: 1rem;

    margin-bottom: 0;
    padding: .5rem .75rem;

    color: inherit;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #f7f7f7;
}

.popover-header:empty
{
    display: none;
}

.popover-body
{
    padding: .5rem .75rem;

    color: #4a4a4a;
}

.carousel
{
    position: relative;
}

.carousel-inner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.carousel-item
{
    position: relative;

    display: none;

    width: 100%;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev
{
    display: block;
}

.carousel-item-next,
.carousel-item-prev
{
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.carousel-item-next,
.active.carousel-item-right
{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.carousel-item-prev,
.active.carousel-item-left
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

.carousel-control-prev,
.carousel-control-next
{
    position: absolute;
    top: 0;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 15%;

    text-align: center;

    opacity: .5;
    color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus
{
    text-decoration: none;

    opacity: .9;
    color: #fff;
    outline: 0;
}

.carousel-control-prev
{
    left: 0;
}

.carousel-control-next
{
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon
{
    display: inline-block;

    width: 20px;
    height: 20px;

    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E');
}

.carousel-control-next-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3E%3C/svg%3E');
}

.carousel-indicators
{
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 10px;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 15%;
    margin-left: 15%;
    padding-left: 0;

    list-style: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-indicators li
{
    position: relative;

    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;

    text-indent: -999px;

    background-color: rgba(255, 255, 255, .5);

    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
}

.carousel-indicators li::before
{
    position: absolute;
    top: -10px;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 10px;

    content: '';
}

.carousel-indicators li::after
{
    position: absolute;
    bottom: -10px;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 10px;

    content: '';
}

.carousel-indicators .active
{
    background-color: #fff;
}

.carousel-caption
{
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;

    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;

    color: #fff;
}

.align-baseline
{
    vertical-align: baseline !important;
}

.align-top
{
    vertical-align: top !important;
}

.align-middle
{
    vertical-align: middle !important;
}

.align-bottom
{
    vertical-align: bottom !important;
}

.align-text-bottom
{
    vertical-align: text-bottom !important;
}

.align-text-top
{
    vertical-align: text-top !important;
}

.bg-primary
{
    background-color: #e5e5e5 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus
{
    background-color: #cccbcb !important;
}

.bg-secondary
{
    background-color: #9b9b9b !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus
{
    background-color: #828181 !important;
}

.bg-success
{
    background-color: #6cb33f !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus
{
    background-color: #558d32 !important;
}

.bg-info
{
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus
{
    background-color: #117a8b !important;
}

.bg-warning
{
    background-color: #ffd200 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus
{
    background-color: #cca800 !important;
}

.bg-danger
{
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus
{
    background-color: #bd2130 !important;
}

.bg-light
{
    background-color: #f1f1f1 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus
{
    background-color: #d8d7d7 !important;
}

.bg-dark
{
    background-color: #4a4a4a !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus
{
    background-color: #313030 !important;
}

.bg-white
{
    background-color: #fff !important;
}

.bg-transparent
{
    background-color: transparent !important;
}

.border
{
    border: 1px solid #dbdbdb !important;
}

.border-top
{
    border-top: 1px solid #dbdbdb !important;
}

.border-right
{
    border-right: 1px solid #dbdbdb !important;
}

.border-bottom
{
    border-bottom: 1px solid #dbdbdb !important;
}

.border-left
{
    border-left: 1px solid #dbdbdb !important;
}

.border-0
{
    border: 0 !important;
}

.border-top-0
{
    border-top: 0 !important;
}

.border-right-0
{
    border-right: 0 !important;
}

.border-bottom-0
{
    border-bottom: 0 !important;
}

.border-left-0
{
    border-left: 0 !important;
}

.border-primary
{
    border-color: #e5e5e5 !important;
}

.border-secondary
{
    border-color: #9b9b9b !important;
}

.border-success
{
    border-color: #6cb33f !important;
}

.border-info
{
    border-color: #17a2b8 !important;
}

.border-warning
{
    border-color: #ffd200 !important;
}

.border-danger
{
    border-color: #dc3545 !important;
}

.border-light
{
    border-color: #f1f1f1 !important;
}

.border-dark
{
    border-color: #4a4a4a !important;
}

.border-white
{
    border-color: #fff !important;
}

.rounded
{
    border-radius: .25rem !important;
}

.rounded-top
{
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right
{
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom
{
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left
{
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-circle
{
    border-radius: 50% !important;
}

.rounded-0
{
    border-radius: 0 !important;
}

.clearfix::after
{
    display: block;
    clear: both;

    content: '';
}

.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.embed-responsive
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 0;
}

.embed-responsive::before
{
    display: block;

    content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}

.embed-responsive-21by9::before
{
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before
{
    padding-top: 56.25%;
}

.embed-responsive-4by3::before
{
    padding-top: 75%;
}

.embed-responsive-1by1::before
{
    padding-top: 100%;
}

.flex-row
{
        flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
}

.flex-column
{
        flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
}

.flex-row-reverse
{
        flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse
{
        flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
}

.flex-wrap
{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}

.flex-nowrap
{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}

.justify-content-start
{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around
{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start
{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end
{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center
{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline
{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start
{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end
{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center
{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between
{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around
{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch
{
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto
{
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start
{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end
{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center
{
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline
{
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch
{
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

.position-static
{
    position: static !important;
}

.position-relative
{
    position: relative !important;
}

.position-absolute
{
    position: absolute !important;
}

.position-fixed
{
    position: fixed !important;
}

.position-sticky
{
    position: -webkit-sticky !important;
    position:         sticky !important;
}

.fixed-top
{
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
}

.fixed-bottom
{
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
}

.sr-only
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    padding: 0;

    white-space: nowrap;

    border: 0;

    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;

    white-space: normal;

    -webkit-clip-path: none;
            clip-path: none;
}

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.mw-100
{
    max-width: 100% !important;
}

.mh-100
{
    max-height: 100% !important;
}

.m-0
{
    margin: 0 !important;
}

.mt-0,
.my-0
{
    margin-top: 0 !important;
}

.mr-0,
.mx-0
{
    margin-right: 0 !important;
}

.mb-0,
.my-0
{
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0
{
    margin-left: 0 !important;
}

.m-1
{
    margin: .25rem !important;
}

.mt-1,
.my-1
{
    margin-top: .25rem !important;
}

.mr-1,
.mx-1
{
    margin-right: .25rem !important;
}

.mb-1,
.my-1
{
    margin-bottom: .25rem !important;
}

.ml-1,
.mx-1
{
    margin-left: .25rem !important;
}

.m-2
{
    margin: .5rem !important;
}

.mt-2,
.my-2
{
    margin-top: .5rem !important;
}

.mr-2,
.mx-2
{
    margin-right: .5rem !important;
}

.mb-2,
.my-2
{
    margin-bottom: .5rem !important;
}

.ml-2,
.mx-2
{
    margin-left: .5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.mt-3,
.my-3
{
    margin-top: 1rem !important;
}

.mr-3,
.mx-3
{
    margin-right: 1rem !important;
}

.mb-3,
.my-3
{
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3
{
    margin-left: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.mt-4,
.my-4
{
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4
{
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4
{
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4
{
    margin-left: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

.mt-5,
.my-5
{
    margin-top: 3rem !important;
}

.mr-5,
.mx-5
{
    margin-right: 3rem !important;
}

.mb-5,
.my-5
{
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5
{
    margin-left: 3rem !important;
}

.m-6
{
    margin: 4.5rem !important;
}

.mt-6,
.my-6
{
    margin-top: 4.5rem !important;
}

.mr-6,
.mx-6
{
    margin-right: 4.5rem !important;
}

.mb-6,
.my-6
{
    margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6
{
    margin-left: 4.5rem !important;
}

.m-7
{
    margin: 6rem !important;
}

.mt-7,
.my-7
{
    margin-top: 6rem !important;
}

.mr-7,
.mx-7
{
    margin-right: 6rem !important;
}

.mb-7,
.my-7
{
    margin-bottom: 6rem !important;
}

.ml-7,
.mx-7
{
    margin-left: 6rem !important;
}

.m-8
{
    margin: 7.5rem !important;
}

.mt-8,
.my-8
{
    margin-top: 7.5rem !important;
}

.mr-8,
.mx-8
{
    margin-right: 7.5rem !important;
}

.mb-8,
.my-8
{
    margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8
{
    margin-left: 7.5rem !important;
}

.m-9
{
    margin: 9rem !important;
}

.mt-9,
.my-9
{
    margin-top: 9rem !important;
}

.mr-9,
.mx-9
{
    margin-right: 9rem !important;
}

.mb-9,
.my-9
{
    margin-bottom: 9rem !important;
}

.ml-9,
.mx-9
{
    margin-left: 9rem !important;
}

.m-10
{
    margin: 10.5rem !important;
}

.mt-10,
.my-10
{
    margin-top: 10.5rem !important;
}

.mr-10,
.mx-10
{
    margin-right: 10.5rem !important;
}

.mb-10,
.my-10
{
    margin-bottom: 10.5rem !important;
}

.ml-10,
.mx-10
{
    margin-left: 10.5rem !important;
}

.p-0
{
    padding: 0 !important;
}

.pt-0,
.py-0
{
    padding-top: 0 !important;
}

.pr-0,
.px-0
{
    padding-right: 0 !important;
}

.pb-0,
.py-0
{
    padding-bottom: 0 !important;
}

.pl-0,
.px-0
{
    padding-left: 0 !important;
}

.p-1
{
    padding: .25rem !important;
}

.pt-1,
.py-1
{
    padding-top: .25rem !important;
}

.pr-1,
.px-1
{
    padding-right: .25rem !important;
}

.pb-1,
.py-1
{
    padding-bottom: .25rem !important;
}

.pl-1,
.px-1
{
    padding-left: .25rem !important;
}

.p-2
{
    padding: .5rem !important;
}

.pt-2,
.py-2
{
    padding-top: .5rem !important;
}

.pr-2,
.px-2
{
    padding-right: .5rem !important;
}

.pb-2,
.py-2
{
    padding-bottom: .5rem !important;
}

.pl-2,
.px-2
{
    padding-left: .5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.pt-3,
.py-3
{
    padding-top: 1rem !important;
}

.pr-3,
.px-3
{
    padding-right: 1rem !important;
}

.pb-3,
.py-3
{
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3
{
    padding-left: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.pt-4,
.py-4
{
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4
{
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4
{
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4
{
    padding-left: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

.pt-5,
.py-5
{
    padding-top: 3rem !important;
}

.pr-5,
.px-5
{
    padding-right: 3rem !important;
}

.pb-5,
.py-5
{
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5
{
    padding-left: 3rem !important;
}

.p-6
{
    padding: 4.5rem !important;
}

.pt-6,
.py-6
{
    padding-top: 4.5rem !important;
}

.pr-6,
.px-6
{
    padding-right: 4.5rem !important;
}

.pb-6,
.py-6
{
    padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6
{
    padding-left: 4.5rem !important;
}

.p-7
{
    padding: 6rem !important;
}

.pt-7,
.py-7
{
    padding-top: 6rem !important;
}

.pr-7,
.px-7
{
    padding-right: 6rem !important;
}

.pb-7,
.py-7
{
    padding-bottom: 6rem !important;
}

.pl-7,
.px-7
{
    padding-left: 6rem !important;
}

.p-8
{
    padding: 7.5rem !important;
}

.pt-8,
.py-8
{
    padding-top: 7.5rem !important;
}

.pr-8,
.px-8
{
    padding-right: 7.5rem !important;
}

.pb-8,
.py-8
{
    padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8
{
    padding-left: 7.5rem !important;
}

.p-9
{
    padding: 9rem !important;
}

.pt-9,
.py-9
{
    padding-top: 9rem !important;
}

.pr-9,
.px-9
{
    padding-right: 9rem !important;
}

.pb-9,
.py-9
{
    padding-bottom: 9rem !important;
}

.pl-9,
.px-9
{
    padding-left: 9rem !important;
}

.p-10
{
    padding: 10.5rem !important;
}

.pt-10,
.py-10
{
    padding-top: 10.5rem !important;
}

.pr-10,
.px-10
{
    padding-right: 10.5rem !important;
}

.pb-10,
.py-10
{
    padding-bottom: 10.5rem !important;
}

.pl-10,
.px-10
{
    padding-left: 10.5rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mt-auto,
.my-auto
{
    margin-top: auto !important;
}

.mr-auto,
.mx-auto
{
    margin-right: auto !important;
}

.mb-auto,
.my-auto
{
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto
{
    margin-left: auto !important;
}

.text-justify
{
    text-align: justify !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-truncate
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.font-weight-light
{
    font-weight: 300 !important;
}

.font-weight-normal
{
    font-weight: 400 !important;
}

.font-weight-bold
{
    font-weight: 700 !important;
}

.font-italic
{
    font-style: italic !important;
}

.text-white
{
    color: #fff !important;
}

.text-primary
{
    color: #e5e5e5 !important;
}

a.text-primary:hover,
a.text-primary:focus
{
    color: #cccbcb !important;
}

.text-secondary
{
    color: #9b9b9b !important;
}

a.text-secondary:hover,
a.text-secondary:focus
{
    color: #828181 !important;
}

.text-success
{
    color: #6cb33f !important;
}

a.text-success:hover,
a.text-success:focus
{
    color: #558d32 !important;
}

.text-info
{
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus
{
    color: #117a8b !important;
}

.text-warning
{
    color: #ffd200 !important;
}

a.text-warning:hover,
a.text-warning:focus
{
    color: #cca800 !important;
}

.text-danger
{
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus
{
    color: #bd2130 !important;
}

.text-light
{
    color: #f1f1f1 !important;
}

a.text-light:hover,
a.text-light:focus
{
    color: #d8d7d7 !important;
}

.text-dark
{
    color: #4a4a4a !important;
}

a.text-dark:hover,
a.text-dark:focus
{
    color: #313030 !important;
}

.text-muted
{
    color: #9b9b9b !important;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.visible
{
    visibility: visible !important;
}

.invisible
{
    visibility: hidden !important;
}

.social-list,
.main-navigation,
.drop-holder ul,
.info-list,
.footer-social-list,
.accordion-menu,
.accordion-menu .sub-menu,
.widget-list,
.footer .menu,
.footer-menu,
.slick-dots,
.description-list,
.profile-aside ul,
.logos-holder
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
.widget:after,
.post-password-form p:after,
.navigation-single:after,
.search-form:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

.link-info:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;
}

.comment-form input[type='text'],
.search-form input[type='text'],
.post-password-form input[type='text'],
.comment-form
input[type='tel'],
.search-form
input[type='tel'],
.post-password-form
input[type='tel'],
.comment-form
input[type='email'],
.search-form
input[type='email'],
.post-password-form
input[type='email'],
.comment-form
input[type='search'],
.search-form
input[type='search'],
.post-password-form
input[type='search'],
.comment-form
input[type='password'],
.search-form
input[type='password'],
.post-password-form
input[type='password'],
.comment-form
input[type='url'],
.search-form
input[type='url'],
.post-password-form
input[type='url'],
.comment-form
input[type='date'],
.search-form
input[type='date'],
.post-password-form
input[type='date'],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea
{
    padding: .5em .7em;

    border: 1px solid transparent;
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

.comment-form input[type='text']:focus,
.search-form input[type='text']:focus,
.post-password-form input[type='text']:focus,
.comment-form
  input[type='tel']:focus,
.search-form
  input[type='tel']:focus,
.post-password-form
  input[type='tel']:focus,
.comment-form
  input[type='email']:focus,
.search-form
  input[type='email']:focus,
.post-password-form
  input[type='email']:focus,
.comment-form
  input[type='search']:focus,
.search-form
  input[type='search']:focus,
.post-password-form
  input[type='search']:focus,
.comment-form
  input[type='password']:focus,
.search-form
  input[type='password']:focus,
.post-password-form
  input[type='password']:focus,
.comment-form
  input[type='url']:focus,
.search-form
  input[type='url']:focus,
.post-password-form
  input[type='url']:focus,
.comment-form
  input[type='date']:focus,
.search-form
  input[type='date']:focus,
.post-password-form
  input[type='date']:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus
{
    border-color: #333;
}

.widget
{
    margin-bottom: 1.2em;
}

.widget select
{
    min-width: 150px;
}

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

.comment-form textarea,
.comment-form input[type='text']
{
    width: 300px;
    margin: 0 4px 0 0;
}

.comment-form input[type='submit']
{
    display: block;
    float: none;
}

.post-password-form label
{
    display: block;
}

.post-password-form input[type='password']
{
    width: 300px;
    margin: 0 4px 0 0;
}

.post-password-form input
{
    float: left;

    height: 2em;
}

.post-password-form input[type='password']
{
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit']
{
    height: 2em;
    padding: 0 .5em;

    color: #fff;
    border: none;
    background: #333;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover
{
    opacity: .8;
}

.commentlist
{
    margin: 0 0 1.2em;
}

.commentlist .edit-link
{
    margin: 0;
}

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item
{
    padding: 0;
}

.comment,
.commentlist-holder
{
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item
{
    padding-top: 1.2em;
}

.widget_calendar #next
{
    text-align: right;
}

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation-single
{
    margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev
{
    float: left;

    max-width: 50%;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #666;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    padding: .4em;

    text-decoration: none;

    color: inherit;
}

.navigation-single .next
{
    float: right;
}

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.2em;
}

.wp-caption img
{
    margin: 0 0 10px;

    vertical-align: top;
}

div.aligncenter
{
    margin: 0 auto 1.2em;
}

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    float: left;

    margin: 0 1.2em 4px 0;
}

.alignright
{
    float: right;

    margin: 0 0 4px 1.2em;
}

.mejs-container
{
    margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor
{
    height: auto;
}

iframe,
table
{
    width: 100%;
}

.h1,
h1
{
    font-weight: 300;
}

.h2,
h2
{
    font-weight: 300;
}

.h4,
h4
{
    font-weight: 400;
}

.h6,
h6
{
    font-weight: 400;
}

a
{
    text-decoration: none;
}

a::-moz-selection
{
    background: #ffd200;
}

a::selection
{
    background: #ffd200;
}

a:hover,
a:focus
{
    text-decoration: none;
}

*::-moz-selection
{
    background: #ffd200;
}

*::selection
{
    background: #ffd200;
}

.content a
{
    border-bottom: 2px solid #ffd200;
}

.content a:hover,
.content a:focus
{
    border-color: transparent;
}

.content-title
{
    font-size: 1.38rem;
    font-weight: 700;

    margin-bottom: .6rem;
}

.content-title:only-child
{
    margin-bottom: 1.8rem;
}

.content-title a:hover:after
{
    color: #ffd200;
}

.content-title a:focus:after
{
    color: #d3d2d2;
}

.content-title a:after
{
    font-size: 20px;

    content: '\e902';
}

.heading
{
    font-weight: 400;
    font-weight: 700;

    margin-bottom: 1.8rem;
}

.content-heading,
.wall-item__title
{
    font-size: 1rem;
    font-weight: 700;

    text-transform: uppercase;
}

/* custom select styles */

.jcf-select
{
    position: relative;

    display: inline-block;

    min-width: 150px;
    height: 26px;
    margin: 0 0 12px;

    vertical-align: top;

    border: 1px solid #777;
    background: #fff;
}

.jcf-select select
{
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-select .jcf-select-text
{
    font-size: 13px;
    line-height: 26px;

    display: block;
    overflow: hidden;

    margin: 0 35px 0 8px;

    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jcf-select .jcf-select-opener
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 26px;

    text-align: center;

    background: #aaa;
}

body > .jcf-select-drop
{
    position: absolute;
    z-index: 9999;

    margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped
{
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop
{
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -1px;
    left: -1px;

    margin-top: 0;
}

.jcf-select .jcf-drop-flipped
{
    top: auto;
    bottom: 100%;
}

.jcf-select-drop .jcf-select-drop-content
{
    border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box
{
    display: inline-block;
    overflow: hidden;

    min-width: 200px;
    margin: 0 15px;

    border: 1px solid #b8c3c9;
}

/* select options styles */

.jcf-list
{
    font-size: 12px;
    line-height: 14px;

    position: relative;

    display: inline-block;

    width: 100%;

    vertical-align: top;

    background: #fff;
}

.jcf-list .jcf-list-content
{
    display: inline-block;
    overflow: auto;

    width: 100%;

    vertical-align: top;
}

.jcf-list ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.jcf-list ul li
{
    display: block;
    overflow: hidden;
}

.jcf-list .jcf-overflow
{
    overflow: auto;
}

.jcf-list .jcf-option
{
    display: block;
    overflow: hidden;

    height: 1%;
    padding: 5px 9px;

    cursor: default;

    color: #656565;
}

.jcf-list .jcf-disabled
{
    color: #aaa !important;
    background: #fff !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected
{
    color: #000;
    background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption
{
    font-weight: bold;

    display: block;

    padding: 5px 9px;

    cursor: default;
    white-space: nowrap;

    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option
{
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled
{
    background: #ddd !important;
}

.btn,
.widget_custom_sidebar_banner a
{
    font-size: 14px;
    font-weight: 400;

    text-transform: uppercase;

    border-radius: 0;
    box-shadow: none !important;
}

.btn.btn-secondary,
.widget_custom_sidebar_banner a.btn-secondary
{
    font-weight: 500;

    color: #000;
}

.btn.btn-success,
.widget_custom_sidebar_banner a.btn-success
{
    font-size: 20px;
    font-weight: 300;
}

.btn.btn-success:hover,
.widget_custom_sidebar_banner a.btn-success:hover
{
    color: #000;
    border-color: #4a4a4a;
    background-color: #fff;
}

.btn.btn-success:focus,
.widget_custom_sidebar_banner a.btn-success:focus,
.btn.btn-success.focus,
.widget_custom_sidebar_banner a.btn-success.focus
{
    border-color: transparent;
    background-color: #5b9735;
}

.btn.btn-warning,
.widget_custom_sidebar_banner a.btn-warning
{
    font-weight: 500;

    padding: .4rem 1.3rem;
}

.btn.btn-warning:hover,
.widget_custom_sidebar_banner a.btn-warning:hover
{
    border-color: #4a4a4a;
    background-color: #fff;
}

.btn.btn-warning:focus,
.widget_custom_sidebar_banner a.btn-warning:focus,
.btn.btn-warning.focus,
.widget_custom_sidebar_banner a.btn-warning.focus
{
    border-color: transparent;
    background-color: #d9b300;
}

.btn.btn-outline-dark,
.widget_custom_sidebar_banner a
{
    font-weight: 500;

    color: #000;
}

.btn.btn-outline-dark:hover,
.widget_custom_sidebar_banner a:hover
{
    color: #000;
    background-color: #797979;
}

.btn.btn-outline-dark:focus,
.widget_custom_sidebar_banner a:focus,
.btn.btn-outline-dark.focus,
.widget_custom_sidebar_banner a.focus
{
    background-color: #e5e5e5;
}

.btn.btn-large,
.widget_custom_sidebar_banner a.btn-large
{
    padding: .907rem 2.75rem;
}

.btn.btn-small,
.widget_custom_sidebar_banner a.btn-small
{
    font-size: 12px;

    padding: .38rem 1.33rem;
}

.social-list
{
    font-size: 12px;
}

.social-list li
{
    display: inline-block;

    margin: 0 17px 0 0;

    vertical-align: top;
}

.social-list li:hover *
{
    color: #ffd200;
}

.nav-active .main-navigation-holder
{
    visibility: visible;

    opacity: 1;
}

.main-navigation-holder .search-form .form-group
{
    max-width: 100%;
}

.main-navigation
{
    font-size: 14px;
    font-weight: 400;

    text-transform: uppercase;
}

.main-navigation li
{
    position: relative;
}

.main-navigation li.menu-item-has-children > a
{
    position: relative;
}

.main-navigation li.menu-item-has-children > a:after
{
    position: absolute;
    top: 50%;
    right: 6px;

    content: '\e910';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.main-navigation li:hover > a,
.main-navigation li.active-item > a,
.main-navigation li.active > a
{
    color: #fff;
    background-color: #4a4a4a;
}

.main-navigation li.active-item > a:after
{
    content: '\e906';
}

.main-navigation li:hover > .drop-holder
{
    visibility: visible;

    opacity: 1;
}

.main-navigation a
{
    display: block;

    padding: 17px 0 19px;
}

.drop-holder
{
    font-size: 14px;

    text-transform: none;
}

.drop-holder ul
{
    background-color: #dbdbdb;
}

.drop-holder .drop-holder ul
{
    background-color: #d3d2d2;
}

.nav-opener
{
    font-size: 11px;

    position: relative;
    z-index: 1;

    display: block;

    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;

    color: #fff;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after
{
    position: absolute;
    left: 50%;

    display: block;

    width: 55%;
    height: 3px;

    -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            transition:         transform .4s;
            transition:         transform .4s, -webkit-transform .4s;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

    background: #4a4a4a;
}

.nav-opener:before
{
    top: 20px;

    content: '';
}

.nav-opener:after
{
    bottom: 19px;

    content: '';
}

.nav-opener:hover,
.nav-opener:focus
{
    background: #2e2d2e;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:focus span,
.nav-opener:focus:before,
.nav-opener:focus:after
{
    background: #fff;
}

.nav-opener span
{
    font-size: 0;
    line-height: 0;

    top: 50%;

    margin: -1px 0 0 0;
}

.nav-active .nav-opener
{
    background: #2e2d2e;
}

.nav-active .nav-opener span
{
    display: none;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after
{
    top: 50%;

    background-color: #ffd200;
}

.nav-active .nav-opener:before
{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.nav-active .nav-opener:after
{
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.findClub-active .nav-opener span,
.findClub-active .nav-opener:before,
.findClub-active .nav-opener:after
{
    background: #fff;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
.form-control
{
    font-size: .875rem;
    line-height: 2.25rem;

    box-sizing: border-box;
    width: 100%;

    color: #4a4a4a;
    border-radius: .125rem;
    background: #f1f1f1;

    -webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder
{
    color: #4a4a4a;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder
{
    opacity: 1;
    color: #4a4a4a;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder
{
    color: #4a4a4a;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder
{
    color: #4a4a4a;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder,
.form-control.placeholder
{
    color: #4a4a4a;
}

input::-ms-clear,
input::-ms-reveal
{
    display: none;
}

/* custom select styles */

.jcf-select
{
    min-width: 150px;
    height: 50px;

    border-color: #ffd200;
}

.jcf-select .jcf-select-text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;

    margin: 0 50px 0 14px;

    letter-spacing: .08px;
}

.jcf-select .jcf-select-opener
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 50px;

    background: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jcf-select .jcf-select-opener:after
{
    content: '\f078';
}

.jcf-select-drop .jcf-select-drop-content
{
    border-color: #ffd200;
}

/* select options styles */

.jcf-list
{
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;

    letter-spacing: .08px;
}

.jcf-list .jcf-option
{
    padding: 17px 9px;

    color: #4a4a4a;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected
{
    background-color: #ffd200;
}

/* common custom form elements styles */

.jcf-disabled
{
    background: #ddd !important;
}

.jcf-focus
{
    border-color: #ffd200;
    outline: none;
    box-shadow: 0 0 0 1px #ffd200 inset;
}

.findClub-opener
{
    font-size: 14px;
    font-weight: 700;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    text-transform: uppercase;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.findClub-opener:hover
{
    color: #fff;
    background-color: #2e2d2e;
}

.findClub-active .findClub-opener
{
    background-color: #2e2d2e;
}

.findClub-active .findClub-opener *
{
    color: #ffd200;
}

.nav-active .findClub-opener
{
    color: #fff;
}

.findClub-opener i
{
    font-size: 27px;

    vertical-align: middle;
}

.findClub-opener > span
{
    font-style: normal;

    display: inline-block;

    vertical-align: middle;
}

.findClub-open-block
{
    position: relative;
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    left: 0;

    visibility: hidden;

    padding: 20px 0;

    -webkit-transition: opacity .4s, visibility .4s;
            transition: opacity .4s, visibility .4s;
    text-align: center;

    opacity: 0;
    background-color: #4a4a4a;
}

.findClub-open-block:after
{
    position: absolute;
    top: 0;
    right: -9999px;
    bottom: 0;
    left: -9999px;

    content: '';

    background: #2e2d2e;
}

.findClub-open-block:after
{
    z-index: -1;
}

.findClub-active .findClub-open-block
{
    visibility: visible;

    opacity: 1;
    background-color: #2e2d2e;
}

.form-title
{
    font-weight: 700;

    display: block;

    margin-bottom: 13px;

    color: #ffd200;
}

.btn-send
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 100%;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #ffd200;
    border: none;
    background-color: transparent;
}

.btn-send:after
{
    font-size: 16px;
    line-height: 2;

    content: '\e902';
    vertical-align: middle;
}

.btn-send:hover
{
    color: #e5e5e5;
}

.search-form input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])
{
    font-weight: 400;

    width: 100%;
    height: 60px;
    padding: 1rem 50px 1rem 24px;

    border: 1px solid transparent;
}

.search-form input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])[type='search']
{
    margin: 0 4px 0 0;
}

.main-navigation-holder .search-form input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])
{
    background: #fff;
}

.search-form .form-group
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 170px;
}

.btn-search
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 100%;
    padding: 0;

    cursor: pointer;
    text-align: center;

    border: none;
    background-color: transparent;
}

.btn-search:after
{
    font-size: 16px;
    line-height: 2;

    content: '\e904';
    vertical-align: middle;
}

.btn-search:hover
{
    color: #e5e5e5;
}

.search-top-block
{
    text-align: center;
}

.search-top-block .form-group
{
    max-width: 337px;
    margin: 0 auto 0;
}

.search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])
{
    color: #fff;
    background-color: #4a4a4a;
}

.search-opener
{
    font-size: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-align: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-opener i
{
    vertical-align: middle;
}

.search-opener:hover
{
    color: #ffd200;
}

.search-opener:hover i
{
    color: inherit;
}

.search-active .search-opener
{
    color: #ffd200;
}

.info-section
{
    padding: 35px 0 35px;
}

.image-box
{
    display: block;

    color: #fff;
}

.image-box img
{
    width: 100%;
}

.image-box .sub-title
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.ba-cta .thumbnail
{
    width: 100%;
    height: 140px;

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.ba-cta .thumbnail img.thumbnail-hidden
{
    visibility: hidden;
}

.info-block
{
    margin-bottom: 21px;
}

.info-block .thumbnail
{
    width: 100%;
    height: 200px;

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.info-block .thumbnail img.thumbnail-hidden
{
    visibility: hidden;
}

.sub-title
{
    font-size: 25px;
    font-weight: 400;

    z-index: 1;

    display: block;

    width: 100%;
    padding: 0 20px;
    padding-bottom: 5px;

    text-align: center;
    text-transform: uppercase;
}

.sub-title:after
{
    position: absolute;
    top: 100%;
    left: 50%;

    width: 100%;
    max-width: 53px;
    height: 2px;

    content: '';
    -webkit-transition: background .4s;
            transition: background .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-bottom: 1px solid #fff;
    background: transparent;
}

.image-link
{
    position: relative;
    z-index: 0;

    display: block;

    color: #fff;
}

.image-link:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgba(74, 74, 74, .4);
}

.image-link:after
{
    z-index: 0;

    -webkit-transition: background .4s, border .4s;
            transition: background .4s, border .4s;

    opacity: .57;
    border: 1px solid transparent;
}

.image-link:hover
{
    color: #fff;
}

.image-link:hover:after
{
    border-color: #979797;
    background-color: #ffd200;
}

.image-link:hover .sub-title:after
{
    background-color: #fff;
}

.image-link:focus:after
{
    background-color: rgba(74, 74, 74, .6);
}

.mobile-block:not(.info-block-1) .sub-title:before
{
    font-size: 21px;

    position: absolute;
    top: 50%;
    right: 35px;

    visibility: hidden;

    content: '\e902';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.blocks-gallery-item figure figcaption
{
    margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-item figcaption
{
    overflow: hidden;
}

#curator-feed-default
{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 35px 0;
}

#curator-feed-default .crt-feed-scroll .crt-load-more a
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;

    padding: 5px 15px;

    text-transform: uppercase;

    color: #4a4a4a;
    background: #ffd200;
}

#curator-feed-default .crt-post-content-text
{
    padding: 0 15px 20px 15px;

    text-align: left;
}

.ba-core-paragraph-section
{
    background: blue !important;
}

.ba-core-paragraph-section .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.classic-section
{
    padding: 35px 0 35px;
}

.ba-home-image
{
    padding: 40px 0;
}

.ba-events
{
    padding: 0 5px; /* .read-more {
		font-family: $font-family-sans-serif;
		&:after {
			@extend .icomoon;
			content: "\e902";
			padding-left: 5px;
			font-size: 20px;
		}
		&:hover {
			&:after {
				color:#ffd200;
			}
		}
	} */
}

.ba-events h2
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;

    margin-bottom: 4px;

    letter-spacing: 1.15px;
}

.ba-events .post-date
{
    margin: 0 -35px;
    padding: 41px 0 0;
}

.ba-events .post-date li
{
    width: 33%;
    padding: 3px 0 20px 30px;
}

.ba-events .post-date li a > div
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;

    position: relative;

    padding: 0 0 0 30px;

    letter-spacing: .43px;

    color: #5d5e5e;
}

.ba-events .post-date li a > div:before
{
    position: absolute;
    top: 0;
    bottom: 20%;
    left: 15px;

    width: 1px;

    content: '';

    background: #ebecee;
}

.ba-events .post-date li a .text
{
    padding: 0 17px 0 0;
}

.ba-events .post-date li a time
{
    line-height: 1.43;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
        flex-direction: column;

    color: #000;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* align-items: center;
					justify-content: center; */
}

.ba-events .post-date li a time span
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 73px;

    padding-top: 3px;

    color: #ffd200;
}

.ba-events .post-date li a time p
{
    font-size: 15px;
    font-weight: 500;

    margin: 0;

    letter-spacing: .37px;
    text-transform: uppercase;
}

.ba-events .post-date li a h4
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.34;

    margin-bottom: 6px;

    letter-spacing: .22px;
}

.ba-events .post-date li a h4 a
{
    font-weight: 800;

    color: #5d5e5e;
}

.ba-events .post-date li a p
{
    margin-bottom: 17px;
}

.ba-events .post-date li a:hover > div
{
    color: #000;
}

.ba-events .post-date li a:hover time span
{
    color: #000;
}

.ba-events-archive #content
{
    padding-top: 40px;
}

.ba-events-archive .grid-post
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 25px 0 15px;

    border-bottom: 1px solid rgba(151, 151, 151, .5);

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ba-events-archive .grid-post:nth-child(1)
{
    padding: 0 0 15px;
}

.ba-events-archive .grid-post.small-style
{
    padding: 15px 0 12px;

    border-width: 1px;
}

.ba-events-archive .grid-post.small-style .post-info
{
    font-size: 15px;
    font-weight: 500;

    letter-spacing: .37px;
    text-transform: uppercase;
}

.ba-events-archive .grid-post.small-style .post-info h3
{
    font-size: 15px;
    font-weight: 500;

    letter-spacing: .37px;
    text-transform: uppercase;
}

.ba-events-archive .grid-post.small-style .post-info h3 a
{
    color: #000;
}

.ba-events-archive .grid-post.small-style .post-image
{
    padding: 0 12px 0 0;
}

.ba-events-archive .grid-post .post-image
{
    width: 31%;
    padding: 0 20px 0 0;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ba-events-archive .grid-post .post-image a
{
    display: block;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.ba-events-archive .grid-post .post-image a:hover
{
    opacity: .8;
}

.ba-events-archive .grid-post .post-image img
{
    width: 100%;
}

.ba-events-archive .grid-post a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

.ba-events-archive .grid-post a:hover .post-info
{
    color: #000;
}

.ba-events-archive .grid-post a:hover .post-info h3
{
    color: #ffd200;
}

.ba-events-archive .grid-post a:hover .post-info p
{
    color: #000;
}

.ba-events-archive .grid-post a picture
{
    width: 30%;
}

.ba-events-archive .grid-post a picture .thumbnail
{
    width: 100%;
    max-width: 200px;
    height: 115px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ba-events-archive .grid-post a picture .thumbnail img.thumbnail-hidden
{
    visibility: hidden;
}

.ba-events-archive .grid-post .post-info
{
    font-size: 14px;

    width: 69%;
    padding-left: 20px;

    color: #000;
}

.ba-events-archive .grid-post .post-info:only-child
{
    width: 100%;
}

.ba-events-archive .grid-post .post-info h3
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;

    padding-top: 3px;

    color: #000;
}

.ba-events-archive .grid-post .post-info h3 a
{
    color: #000;
}

.ba-events-archive .grid-post .post-info p
{
    padding-top: 5px;
}

.ba-events-archive .grid-post .category
{
    font-size: 10px;
    font-weight: 700;

    display: block;

    letter-spacing: .19px;
    text-transform: uppercase;

    color: #000;
}

.ba-events-archive .navigation
{
    padding-top: 20px;
}

.contactMap
{
    width: 100%;
    min-height: 130px;
}

.find-a-club-wrapper .map
{
    width: 100%;
    min-height: 550px;
}

.find-a-club-wrapper .thumbnail
{
    width: 100%;
    height: auto;
    max-height: 550px;
    margin-bottom: 40px;

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.find-a-club-wrapper .thumbnail img.thumbnail-hidden
{
    visibility: hidden;

    height: 550px;
}

.fac-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    padding-top: 40px;
    padding-bottom: 40px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fac-header .page-title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fac-header .page-title h3,
.fac-header .page-title p,
.fac-header .page-title span
{
    margin: 0;
    padding: 0;
}

.fac-header .page-title h3
{
    font-size: 30px;

    margin-right: 20px;

    letter-spacing: -.5px;
}

.fac-header .page-title p
{
    font-size: 24px;

    margin-right: 20px;
}

.fac-header .page-title span
{
    font-size: 16px;

    margin-bottom: 3px;
}

.fac-header .search-controls
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fac-header .search-controls select[name=test_test],
.fac-header .search-controls button
{
    margin-left: 20px;
}

.fac-header .search-controls .jcf-select
{
    margin: 0;
}

.map .gm-style-iw
{
    font-size: 13px;
    line-height: 16px;

    top: 11px !important;
}

.btn-back-search-results
{
    border-bottom: 1px solid #ffd200;
}

.btn-back-search-results:hover
{
    cursor: pointer;

    color: #ffd200 !important;
}

.mapButton
{
    border-bottom: 1px solid #ffd200;
}

.mapButton:hover
{
    color: #ffd200 !important;
}

.fac-search-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding-bottom: 165px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.fac-search-content .fac-search-items .fac-load-more
{
    display: block;

    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}

.fac-search-content .fac-search-items .fac-search-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 25px 0;

    border-bottom: 1px solid #ebecee;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.fac-search-content .fac-search-items .fac-search-item .left-side
{
    width: 100%;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    padding-bottom: 20px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-title h5.text-light
{
    font-size: 19px;
    font-weight: normal;

    margin: 0;

    text-transform: uppercase;

    color: #4a4a4a !important;

    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-title .fac-distance
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-title .fac-distance .fac-icon
{
    font-size: 15px;

    color: #4a4a4a;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-title .fac-distance .dist-text
{
    font-size: 12px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 5px;

    color: #4a4a4a;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-content .thumbnail
{
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-right: 20px;

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-content .thumbnail img.thumbnail-hidden
{
    visibility: hidden;
}

.fac-search-content .fac-search-items .fac-search-item .left-side .fac-content .fac-description
{
    padding-bottom: 20px;
}

.fac-search-content .fac-search-items .fac-search-item .right-side
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 250px;
    margin-left: 50px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fac-search-content .fac-search-items .fac-search-item .right-side.find-a-club-result
{
    width: 100%;
    min-width: 250px;
    margin-left: 20px;
}

.fac-search-content .fac-search-items .fac-search-item .right-side.find-a-club-result .fac-icons
{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fac-search-content .fac-search-items .fac-search-item .right-side.find-a-club-result .fac-icons .fac-icon-wrapper
{
    width: 40px;
    margin-right: 15px;
}

.fac-search-content .fac-search-items .fac-search-item .right-side.find-a-club-result .fac-icons .fac-icon
{
    font-size: 25px;

    margin-right: 5px;
}

.fac-search-content .fac-search-items .fac-search-item .right-side .fac-icons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.fac-icon-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 33%;
    margin-bottom: 17px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fac-icon-wrapper .fac-icon
{
    font-size: 35px;

    margin-bottom: 2px;

    text-align: center;

    color: #ffd200;
}

.fac-icon-wrapper .dist-text-wrapper
{
    width: 45px;
}

.fac-icon-wrapper .fac-icon-desc
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-align: center;
    text-transform: uppercase;

    color: #4a4a4a;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fac-icon-wrapper.fac-result-icons
{
    background: red !important;
}

.ba-find-a-club-result
{
    display: none;

    padding-top: 40px;
}

.ba-find-a-club-result-wrapper,
.ba-find-a-club-result-wrapper-back
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ba-find-a-club-result-wrapper
{
    margin-bottom: 100px;
}

.ba-find-a-club-result-wrapper-back
{
    margin-bottom: 40px;
}

.fac-searched-result
{
    width: 100%;
}

.fac-searched-result .fac-result-icons-title
{
    font-size: 12px;
    font-weight: bold;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #b9b9b9;
}

.fac-searched-result .fac-result-icons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    margin-bottom: 20px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fac-searched-result .fac-result-icons .fac-icon-wrapper
{
    width: 50px;
    margin-right: 20px;
}

.card-contact
{
    font-size: 13px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    max-width: 250px;
    margin-left: 20px;

    color: #4a4a4a;
    background-color: #f1f1f1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-contact .contact-title-span
{
    padding-top: 15px;
}

.card-contact .contactMap
{
    margin-top: 15px;
    padding: 0;
}

.card-contact span
{
    overflow: hidden;

    width: 100%;
}

.card-contact span a
{
    border-bottom: 1px solid #ffd200;
}

.card-contact span a:hover
{
    cursor: pointer;

    color: #ffd200 !important;
}

.card-contact div
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    padding: 0 15px 0 15px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

.card-contact .contact-title
{
    font-weight: bold;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #4a4a4a;
}

.card-contact .contact-map
{
    padding-bottom: 0;
}

.searched-items-title
{
    font-size: 14px;
    font-weight: 900;

    margin-bottom: 20px;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #1d1f24;
}

/* 
&:after {			
	top: 50%;
	transform: translateY(-50%);
}
}
@include media-breakpoint-up(md) {
padding: 17px 0 11px;
border-bottom: 1px solid #979797;
&:after {
	bottom: 5px;
	right: 0;
	font-size: 20px;
}
}
 */

.dont-break-out
{
    word-wrap: break-word;
        word-break: break-all; /* Instead use this non-standard one: */
        word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */
    -webkit-hyphens: auto;
            hyphens: auto;
    /* These are technically the same, but use both */

    overflow-wrap: break-word;
        -ms-hyphens: auto;
}

.ba-find-a-club-archive .grid-post
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 25px 0 15px;

    border-bottom: 1px solid rgba(151, 151, 151, .5);

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ba-find-a-club-archive .grid-post:nth-child(1)
{
    padding: 0 0 15px;
}

.ba-find-a-club-archive .grid-post.small-style
{
    padding: 15px 0 12px;

    border-width: 1px;
}

.ba-find-a-club-archive .grid-post.small-style .post-info
{
    font-size: 15px;
    font-weight: 500;

    letter-spacing: .37px;
    text-transform: uppercase;
}

.ba-find-a-club-archive .grid-post.small-style .post-info h3
{
    font-size: 15px;
    font-weight: 500;

    letter-spacing: .37px;
    text-transform: uppercase;
}

.ba-find-a-club-archive .grid-post.small-style .post-info h3 a
{
    color: #000;
}

.ba-find-a-club-archive .grid-post.small-style .post-image
{
    padding: 0 12px 0 0;
}

.ba-find-a-club-archive .grid-post .post-image
{
    width: 31%;
    padding: 0 20px 0 0;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ba-find-a-club-archive .grid-post .post-image a
{
    display: block;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.ba-find-a-club-archive .grid-post .post-image a:hover
{
    opacity: .8;
}

.ba-find-a-club-archive .grid-post .post-image img
{
    width: 100%;
}

.ba-find-a-club-archive .grid-post a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

.ba-find-a-club-archive .grid-post a:hover .post-info
{
    color: #000;
}

.ba-find-a-club-archive .grid-post a:hover .post-info h3
{
    color: #ffd200;
}

.ba-find-a-club-archive .grid-post a:hover .post-info p
{
    color: #000;
}

.ba-find-a-club-archive .grid-post a picture
{
    width: 30%;
}

.ba-find-a-club-archive .grid-post a picture .thumbnail
{
    width: 100%;
    max-width: 200px;
    height: 115px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ba-find-a-club-archive .grid-post a picture .thumbnail img.thumbnail-hidden
{
    visibility: hidden;
}

.ba-find-a-club-archive .grid-post .post-info
{
    font-size: 14px;

    width: 69%;
    padding-left: 20px;

    color: #000;
}

.ba-find-a-club-archive .grid-post .post-info:only-child
{
    width: 100%;
}

.ba-find-a-club-archive .grid-post .post-info h3
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;

    padding-top: 3px;

    color: #000;
}

.ba-find-a-club-archive .grid-post .post-info h3 a
{
    color: #000;
}

.ba-find-a-club-archive .grid-post .post-info p
{
    padding-top: 5px;
}

.ba-find-a-club-archive .grid-post .category
{
    font-size: 10px;
    font-weight: 700;

    display: block;

    letter-spacing: .19px;
    text-transform: uppercase;

    color: #000;
}

.ba-find-a-club-archive .navigation
{
    padding-top: 20px;
}

.ba-events-sub-page .title-holder .category .two-time
{
    font-size: 14px;

    color: #000;
}

.ba-events-sub-page .title-holder .category time
{
    font-size: 14px;

    color: #000;
}

.ba-events-sub-page .title-holder h1
{
    font-weight: 500;
}

.image-custom-section
{
    padding: 35px 0 35px;
}

.image-custom-section .row
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-form .jcf-select
{
    margin: 0;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.filter-form .btn,
.filter-form .widget_custom_sidebar_banner a,
.widget_custom_sidebar_banner .filter-form a
{
    margin-left: 25px;
}

.info-list
{
    font-weight: 400;

    text-transform: uppercase;
}

.info-list a
{
    position: relative;

    display: block;

    padding: 17px 20px 11px;

    border-bottom: 1px solid #fff;
}

.info-list a:after
{
    font-size: 20px;

    position: absolute;
    right: 20px;

    content: '\e902';
}

.info-list a:hover:after
{
    color: #ffd200;
}

.info-list a:focus:after
{
    color: #d3d2d2;
}

.info-title
{
    font-size: 1.25rem;
    font-weight: 700;

    text-transform: uppercase;
}

.info-banner
{
    position: relative;

    color: #000;
}

.info-banner h2
{
    font-size: 22px;
    font-weight: 700;

    margin-bottom: .9rem;

    text-transform: uppercase;
}

.info-banner .bunner-text
{
    overflow: hidden;
}

.info-banner .container,
.info-banner .slick-dots,
.info-banner .wp-caption-text,
.info-banner figcaption
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-banner .image-block
{
    max-width: 133px;
}

.form-block.form-group,
.form-group.mc4wp-form-fields
{
    position: relative;

    max-width: 337px;
    margin: 0 auto 5px;
}

.form-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']),
.mc4wp-form-fields input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])
{
    font-size: 14px;
    font-weight: 400;

    width: 100%;
    height: 60px;
    padding: 1rem 50px 1rem 24px;

    color: #fff;
    border: 1px solid #ffd200;
    background-color: #4a4a4a;
}

.form-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])::-webkit-input-placeholder,
.mc4wp-form-fields input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])::-webkit-input-placeholder
{
    color: #fff;
}

.form-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])::-moz-placeholder,
.mc4wp-form-fields input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])::-moz-placeholder
{
    opacity: 1;
    color: #fff;
}

.form-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):-moz-placeholder,
.mc4wp-form-fields input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):-moz-placeholder
{
    color: #fff;
}

.form-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):-ms-input-placeholder,
.mc4wp-form-fields input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):-ms-input-placeholder
{
    color: #fff;
}

.form-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']).placeholder,
.mc4wp-form-fields input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']).placeholder
{
    color: #fff;
}

.form-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):focus,
.mc4wp-form-fields input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):focus
{
    outline: none;
    box-shadow: 0 0 0 1px #ffd200 inset;
}

.footer-social-list
{
    font-size: 16px;
}

.footer-social-list li
{
    display: inline-block;

    margin: 0 5px;

    vertical-align: middle;
}

.footer-social-list a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 24px;
    height: 24px;

    color: #000;
    border-radius: 50%;
    background-color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-social-list a i
{
    vertical-align: middle;
}

.footer-social-list a:hover
{
    background-color: #ffd200;
}

.navigation,
.navigation-comments
{
    width: 100%;
    margin-bottom: 1.2em;
}

.navigation .nav-links,
.navigation-comments .nav-links
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers
{
    font-size: 14px;
    font-weight: 400;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 24px;
    height: 24px;
    margin: 0 10px;
    padding: 0 .4em;

    letter-spacing: -.51px;

    border-bottom: none;
    border-radius: 50%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current
{
    color: #fff;
    background-color: #ffd200;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover
{
    color: #fff;
    background-color: #ffd200;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev
{
    font-size: 19px;

    padding: 0;

    text-decoration: none;

    color: #d9d9d6;
    border-radius: 50%;
}

.navigation .next i,
.navigation .prev i,
.navigation-comments .next i,
.navigation-comments .prev i
{
    margin: -1px 0 0;
}

.navigation .next span,
.navigation .prev span,
.navigation-comments .next span,
.navigation-comments .prev span
{
    font-size: 0;
    line-height: 0;

    display: block;
    overflow: hidden;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover
{
    color: #ffd200;
    background-color: transparent;
}

.banner
{
    margin-bottom: 27px;
    padding-top: 44px;

    text-align: center;
}

.banner img
{
    width: 100%;
}

.content-section + .banner
{
    margin-bottom: 85px;
}

.banner-block
{
    max-width: 970px;
    margin: 0 auto;

    border: 1px solid #979797;
}

.profile-image
{
    position: relative;
    z-index: 0;

    display: block;
    display: block;
    overflow: hidden;

    margin-bottom: 60px;

    -webkit-transition: opacity .5s;
            transition: opacity .5s;
}

.profile-image:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: -webkit-linear-gradient(45deg, #000 0%, rgba(0, 0, 0, .9) 10%, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, .2) 35%, rgba(0, 0, 0, .1) 40%, transparent 80%);
    background:         linear-gradient(45deg, #000 0%, rgba(0, 0, 0, .9) 10%, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, .2) 35%, rgba(0, 0, 0, .1) 40%, transparent 80%);
}

.profile-image:hover
{
    opacity: .8;
}

.profile-image .profile-title
{
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 10px;

    max-width: 50%;
    padding: 0 0 3px;

    color: #fff;
}

.profile-image .profile-title:after
{
    position: absolute;
    top: 100%;
    left: 0;

    width: 80px;
    height: 2px;

    content: '';

    background-color: #ffd200;
}

.profile-image img
{
    width: 100%;
}

.share-list
{
    margin-bottom: 19px;
}

.share-list .stButton .stLarge
{
    width: 26px;
    height: 26px;

    vertical-align: top;

    background-position: center !important;
    background-size: contain;
}

.widget_recent_entries
{
    font-size: 14px;

    overflow: hidden;
}

.widget_recent_entries h3,
.widget_recent_entries h4,
.widget_recent_entries h5,
.widget_recent_entries h6
{
    font-weight: 900;

    letter-spacing: 1.53px;
    text-transform: uppercase;
}

.widget_recent_entries h3
{
    font-size: 14px;
}

.widget_recent_entries h4
{
    font-size: 13px;
}

.widget_recent_entries h5
{
    font-size: 12px;
}

.widget_recent_entries h6
{
    font-size: 11px;
}

.widget_recent_entries ul
{
    padding: 0;

    list-style: none;

    counter-reset: li;
    counter-reset: point;
}

.widget_recent_entries ul:last-child
{
    margin: 0;
}

.widget_recent_entries ul li
{
    position: relative;

    padding: 0 0 0 25px;

    counter-increment: step-counter;
}

.widget_recent_entries ul li:before
{
    font-size: 18px;
    font-weight: 700;

    position: absolute;
    top: 22px;
    left: 0;

    content: counter(step-counter);
    counter-increment: item;
    text-transform: uppercase;

    color: #ffd200;
}

.widget_recent_entries ul li + li:after
{
    position: absolute;
    top: 0;
    right: -22px;
    left: -22px;

    height: 1px;

    content: '';

    background-color: #fff;
}

.widget_recent_entries ul a
{
    display: block;

    padding: 22px 0;

    border-color: transparent;
}

.widget_recent_entries ul a:hover
{
    text-shadow: 0 0 0;
}

.widget_custom_sidebar_banner
{
    position: relative !important;

    padding: 27px 20% 27px;

    color: #000;
    background-color: #ffd200;
}

.widget_custom_sidebar_banner.widget h3
{
    font-size: 1.38rem;
    font-weight: 700;

    letter-spacing: .12px;
}

.widget_custom_sidebar_banner img
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 170px;
    height: auto;
}

blockquote
{
    font-size: 22px;
    font-style: italic;
    line-height: 1.2;

    margin-bottom: 2rem;
    padding: 14px 0 0;

    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

.tags-list a
{
    font-size: 11px;
    font-weight: 700;
    font-style: italic;

    margin: 0 9px;

    color: #000;
    border: none;
}

.tags-list span
{
    font-size: 12px;

    display: inline-block;

    width: 20px;
    height: 20px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #4a4a4a;
}

.tags-list i
{
    vertical-align: middle;
}

.related-posts
{
    font-size: 12px;

    padding: 55px 0 55px;
}

.related-posts h2
{
    font-size: 24px;

    margin-bottom: 1.4rem;

    text-align: center;
    text-transform: uppercase;
}

.post-related-item
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 12px 0;

    color: #000;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-related-item .post-title
{
    font-size: 19px;
}

.post-related-item p:last-child
{
    margin-bottom: 0;
}

.post-related-image
{
    width: 35%;
}

.post-related-image img
{
    width: 100%;
}

.related-post-description
{
    width: 60%;
}

.accordion-menu
{
    font-weight: 400;

    padding: 0;

    background-color: #f1f1f1;
}

.accordion-menu .menu-item-has-children > a
{
    position: relative;
}

.accordion-menu .menu-item-has-children > a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.accordion-menu a
{
    display: block;

    padding: 8px 0 8px 30px;

    border-bottom: 1px solid #fff;
}

.accordion-menu .sub-menu
{
    font-weight: 700;
}

.widget-list
{
    font-weight: 400;

    text-transform: uppercase;

    background-color: #f1f1f1;
}

.widget-list a
{
    position: relative;

    display: block;

    padding: 12px 37px 11px 0;

    border-bottom: 1px solid #fff;
}

.widget-list a:after
{
    font-size: 20px;

    position: absolute;
    top: 50%;

    content: '\e902';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.widget-list a:hover:after
{
    color: #ffd200;
}

.widget-list a:focus:after
{
    color: #d3d2d2;
}

.ba-event-calendar-wrapper .date-selectors
{
    font-size: 14px;
}

.ba-event-calendar-wrapper .date-selectors .prev
{
    float: left;

    cursor: pointer;
}

.ba-event-calendar-wrapper .date-selectors .prev .prev-icon
{
    margin-right: 6px;

    vertical-align: middle;

    color: #ffd200;
}

.ba-event-calendar-wrapper .date-selectors .next
{
    float: right;

    cursor: pointer;
}

.ba-event-calendar-wrapper .date-selectors .next .next-icon
{
    margin-left: 6px;

    vertical-align: middle;

    color: #ffd200;
}

.ba-event-calendar-wrapper .calendar-header .calendar-date-title
{
    font-family: 'Rubik', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;

    margin-bottom: 20px;
    padding: 6px 15px 4px 15px;

    letter-spacing: .5px;

    color: #fff;
    background: #4a4a4a;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section
{
    margin-bottom: 30px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .view-type
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: none;

    height: 30px;

    text-align: center;

    -ms-flex-item-align: end;
    align-self: flex-end;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .view-type .view-list,
.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .view-type .view-calendar
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 100%;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .view-type .view-list
{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #f1f1f1;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .view-type .view-calendar
{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #4a4a4a;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .category-filter
{
    display: inline-block;

    margin-right: 24px;

    vertical-align: middle;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .category-filter .jcf-select
{
    width: 100%;
    min-width: 230px;
    margin-bottom: 0;

    border-radius: 2px;
}

.ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .clear-filter-btn
{
    display: inline-block;
    overflow: hidden;

    text-overflow: ellipsis;

    border-radius: 2px;
}

.ba-event-calendar-wrapper .calendar-content-wrapper
{
    position: relative;
}

.ba-event-calendar-wrapper .calendar-content-wrapper .load-spinner
{
    position: relative;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-animation-play-state: running;
            animation-play-state: running;

    opacity: 1;
    background: rgba(255, 255, 255, .8);
}

.ba-event-calendar-wrapper .calendar-content-wrapper .load-spinner.paused
{
    display: none;

    -webkit-transition: opacity linear .1s;
            transition: opacity linear .1s;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;

    opacity: .2;
}

.ba-event-calendar-wrapper .calendar-content-wrapper .load-spinner::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-animation: 1.5s linear infinite spinner;
            animation: 1.5s linear infinite spinner;
    -webkit-animation-play-state: inherit;
            animation-play-state: inherit;

    opacity: inherit;
    border: solid 5px #dedede;
    border-bottom-color: #ffd200;
    border-radius: 50%;

    will-change: transform;
}

.ba-event-calendar-wrapper .ba-event-calendar-list .empty-events
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 200px;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ba-event-calendar-wrapper .ba-event-calendar-list .event-post
{
    min-height: 200px;
    margin-bottom: 30px;
    padding: 15px;

    border-radius: 2px;
    background-color: #f1f1f1;
}

.ba-event-calendar-wrapper .ba-event-calendar-list .event-post .event-time
{
    font-size: 12px;
    font-style: italic;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table
{
    width: 100%;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100%;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell
{
    font-size: 13px;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 14.28%;

    letter-spacing: .5px;

    border-top: 1px solid #ebecee;
    border-left: 1px solid #ebecee;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell:last-child
{
    border-right: 1px solid #ebecee;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.table-header
{
    font-weight: bold;

    padding-top: 11px;
    padding-bottom: 14px;

    text-align: center;

    background: #ebecee;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.table-header .header-day::before
{
    content: attr(data-day-full);
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day
{
    min-height: 125px;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .day-number
{
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;

    height: 35px;
    margin-bottom: 15px;
    padding: 7px 15px 13px 15px;

    letter-spacing: .1px;

    color: rgba(74, 74, 74, .5);
    background-color: rgba(235, 236, 238, .3);
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .day-number.disabled
{
    font-weight: 300;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .event-bar
{
    position: relative;

    height: 59px;
    margin-bottom: 5px;

    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .event-bar.empty-bar
{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .event-bar .bar-item
{
    position: absolute;
    z-index: 1;
    left: 0;

    overflow: hidden;

    height: 100%;
    padding: 9px;

    border: 1px solid #ffd200;
    border-radius: 4px;
    background-color: #fffdf2;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .event-bar .bar-item .event-title
{
    font-size: 12px;
    font-weight: 500;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .event-bar .bar-item .event-title,
.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.calendar-day .event-bar .bar-item .event-description
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row:last-child .table-cell
{
    border-bottom: 1px solid #ebecee;
}

.header
{
    position: relative;

    border-bottom: 1px solid #c1c1c1;
    background-color: #fff;
}

.logo
{
    max-width: 97px;
}

.logo img
{
    vertical-align: top;
}

.logo svg
{
    display: block;

    width: 104px;
    height: 52px;
}

.logo a
{
    display: block;
}

.findClub-active .logo
{
    position: relative;
    z-index: 3;
}

.findClub-active .logo .logo-color
{
    fill: #fff !important;
}

.top-header-block
{
    min-height: 40px;
}

.top-header-block .container,
.top-header-block .slick-dots,
.top-header-block .wp-caption-text,
.top-header-block figcaption
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-action-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: auto;
}

.header-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer
{
    font-size: 11px;

    color: #fff;
}

.footer .menu a
{
    color: #fff;
}

.footer .address strong
{
    font-weight: 700;

    color: #6cb33f;
}

.footer .address p
{
    margin-bottom: 1px;
}

.footer .footer-social-list
{
    margin: 0 0 21px;
}

.state-title
{
    font-size: 14px;
    font-weight: 700;

    margin-bottom: 17px;

    letter-spacing: -.33px;
    text-transform: uppercase;

    color: #6cb33f;
}

.footer-block-holder
{
    padding: 30px 0 38px;

    background-color: #4a4a4a;
}

.widgets-holder
{
    font-size: 14px;
    line-height: 1.1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 32px;

    letter-spacing: -.44px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.widgets-holder .widget
{
    width: 49%;
    margin-bottom: 0;
    padding-right: 20px;
}

.widgets-holder ul li
{
    margin-bottom: 8px;
}

.widgets-holder ul a:hover
{
    color: #ffd200;
}

.powered-block .power-logo-title
{
    font-size: 9px;

    display: block;

    letter-spacing: -.21px;
}

.powered-block a
{
    max-width: 55px;
}

.footer-logo
{
    display: block;

    margin-bottom: 33px;
}

.menu-holder
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-menu li
{
    display: inline-block;

    vertical-align: middle;
}

.footer-menu li:after
{
    display: inline-block;

    width: 1px;
    height: 27px;
    margin: -5px 8px 0;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}

.footer-menu a
{
    color: #fff;
}

.footer-menu a:hover
{
    color: #ffd200;
}

.back-to-top
{
    margin: 0 auto 42px;
}

#wrapper
{
    width: 100%;
}

.page-holder
{
    overflow: hidden;

    width: 100%;
}

.accessibility
{
    position: absolute;
    top: auto;
    left: -10000px;

    overflow: hidden;

    width: 1px;
    height: 1px;
}

.accessibility:focus
{
    position: static;

    width: auto;
    height: auto;
}

.bg-stretch
{
    min-height: 250px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hidden
{
    position: absolute;
    top: auto;
    left: -9999px;

    overflow: hidden;

    width: 1px;
    height: 1px;
}

img
{
    vertical-align: top;
}

.gray-light
{
    background-color: #f9fafc;
}

.primary-banner-color
{
    background-color: #ffd200;
}

.content-section
{
    padding: 50px 0;
}

.row #content:only-child
{
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.top-section-block h1
{
    margin-bottom: .7rem;

    text-transform: uppercase;
}

.top-section-block .share-list
{
    margin-bottom: 29px;
}

.twocolumns-section
{
    padding: 17px 0 50px;
}

.sidebar .widget:not(.widget_custom_sidebar_banner):not(.widget_advanced_menu)
{
    padding: 22px 22px 35px 22px;

    background-color: #f1f1f1;
}

.sidebar .widget
{
    margin: 0 0 2.65rem;
}

.sidebar .widget:last-child
{
    margin-bottom: 0;
}

.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6
{
    font-weight: 900;

    letter-spacing: 1.53px;
    text-transform: uppercase;

    color: #1d1f24;
}

.sidebar h3
{
    font-size: 14px;
}

.sidebar h4
{
    font-size: 13px;
}

.sidebar h5
{
    font-size: 12px;
}

.sidebar h6
{
    font-size: 11px;
}

.menu-main-menu-container
{
    padding: 22px 22px 35px 22px;

    background-color: #f1f1f1;
}

.visual img
{
    display: block;

    width: auto;
    max-height: 340px;
    margin: 0 auto;
}

table th,
table td
{
    padding: .2rem .5rem;

    border: 1px solid #4a4a4a;
}

.gallery-slider .slide
{
    position: relative;

    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    padding: 250px 65px 0;
}

.gallery-slider .bg-stretch
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-position: center top;
}

.gallery-slider .slick-dots
{
    text-align: right;
}

.slider-text
{
    font-size: 14px;

    position: relative;

    width: 100%;
    padding: 14px 30px;
}

.slider-text:after
{
    position: absolute;
    top: 0;
    right: -9999px;
    bottom: 0;
    left: -9999px;

    content: '';

    background: rgba(0, 0, 0, .43);
}

.slider-text:after
{
    z-index: -1;
}

.slider-text *
{
    color: #fff;
}

.slider-text h2
{
    font-weight: 300;

    text-transform: uppercase;
}

.slider-text .btn,
.slider-text .widget_custom_sidebar_banner a,
.widget_custom_sidebar_banner .slider-text a
{
    width: 100%;
    max-width: 178px;

    -ms-flex-item-align: start;
    align-self: flex-start;
}

.slider-text p
{
    margin-bottom: 2.5rem;
}

.slick-arrow
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 1;
    top: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 41px;
    height: 68px;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    background: rgba(0, 0, 0, .57);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-arrow:before
{
    font-size: 28px;
    line-height: 2;
}

.slick-arrow:hover
{
    background-color: #ffd200;
}

.slick-arrow:focus
{
    background-color: #9b9b9b;
}

.slick-arrow.slick-prev
{
    left: 0;
}

.slick-arrow.slick-prev:before
{
    left: 0;

    content: '\e911';
}

.slick-arrow.slick-next
{
    right: 0;
}

.slick-arrow.slick-next:before
{
    right: 0;

    content: '\e910';
}

.slick-arrow span
{
    font-size: 0;
    line-height: 0;

    display: block;
    overflow: hidden;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slick-dots
{
    text-align: center;
}

.slick-dots li
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    width: 17px;
    height: 17px;
    padding: 0;

    cursor: pointer;

    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button
{
    background-color: #fff;
}

.top-post-block
{
    margin-bottom: 25px;
}

.meta-info
{
    font-size: .875rem;

    text-transform: uppercase;
}

.meta-info a
{
    font-size: 1rem;
    font-weight: 700;
}

.meta-info.events
{
    font-size: 16px;
    font-weight: 700;
}

.meta-info.events-time
{
    font-size: 16px;
    font-weight: 700;
}

.post-time
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post-time .events
{
    font-size: 16px;
    font-weight: 700;

    padding-right: 10px;
}

.post-time .events-time
{
    font-size: 16px;
    font-weight: normal;
}

.post-image
{
    margin-bottom: 46px;
}

.post-image img
{
    width: 100%;
    margin-bottom: 10px;
}

.wp-caption-text,
figcaption
{
    font-size: 13px;
    font-weight: 400;

    position: relative;

    margin-bottom: 12px;
    padding-bottom: 15px;
}

.wp-caption-text:after,
figcaption:after
{
    position: absolute;
    top: 100%;
    right: 15px;
    left: 15px;

    height: 1px;

    content: '';

    background-color: #e5e5e5;
}

.post-section h1
{
    line-height: inherit;

    text-transform: uppercase;
}

.post-section .wp-caption .wp-caption-text
{
    position: relative;
}

.post-section .wp-caption img
{
    width: 100%;
}

.full-width-image,
.post-image,
.post-section .wp-caption
{
    margin-bottom: 14px;
}

.news-section
{
    padding: 43px 0 0;
}

.news-post
{
    font-size: 12px;

    position: relative;

    color: #000;
}

.news-post p
{
    margin-bottom: .4rem;
}

.news-post picture .thumbnail
{
    width: 100%;
    height: 170px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-post picture .thumbnail img.thumbnail-hidden
{
    visibility: hidden;
}

.news-post-3-column
{
    font-size: 12px;

    position: relative;

    color: #000;
}

.news-post-3-column p
{
    margin-bottom: .4rem;
}

.news-post-3-column picture .thumbnail
{
    width: 100%;
    height: 232px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-post-3-column picture .thumbnail img.thumbnail-hidden
{
    visibility: hidden;
}

.post-title
{
    font-size: 1.06rem;
    font-weight: 500;
}

.category-label
{
    font-size: 10px;
    font-weight: 700;
    font-style: normal;

    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 3px 10px;

    text-align: center;
    text-transform: uppercase;

    color: #fcd207;
    background-color: #333;
}

.archive-holder .category-label
{
    max-width: 100%;
}

.category-icon
{
    font-size: 24px;

    position: absolute;
    z-index: 1;
    top: 14px;
    right: 10px;

    text-align: center;

    color: #ffd200;
}

.archive-holder .category-icon
{
    font-size: 24px;
}

.news-card
{
    position: relative;

    display: block;
}

.news-card:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: transparent;
}

.news-card:after
{
    z-index: 0;

    -webkit-transition: background .4s;
            transition: background .4s;

    opacity: .57;
}

.news-card:hover:after
{
    background-color: #ffd200;
}

.news-card:hover .category-icon
{
    color: #333;
}

.news-card:focus:after
{
    background-color: rgba(74, 74, 74, .6);
}

.news-card img
{
    width: 100%;
}

.secondary-color .category-label
{
    color: #fff;
    background-color: #6cb33f;
}

.secondary-color .category-icon
{
    color: #6cb33f;
}

time
{
    font-size: 10px;
    font-weight: 400;
    line-height: 17.78px;

    display: block;
}

.jackaroos-gallery .slick-track
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jackaroos-gallery .slide-item
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    height: auto;
    height: auto;

    text-align: center;

    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.jackaroos-gallery .slide-image
{
    width: 100%;
    padding: 0 5px;
}

.jackaroos-gallery .slick-arrow
{
    color: #4a4a4a;
    background-color: transparent;
}

.jackaroos-gallery img
{
    margin: 0 auto;
}

.jackaroos-title
{
    font-size: 18px;
    font-weight: 300;

    width: 100%;
    padding: 25px 15px 0;

    letter-spacing: .42px;
    text-transform: uppercase;

    color: #6e6e6e;
    border-top: 1px solid #6e6e6e;
}

.jackaroos-banner
{
    line-height: 1.3;

    position: relative;

    padding-top: 30px;

    background-image: -webkit-linear-gradient(right, #4b4b4b 0%, #6b6b6b 48%, #4a4a4a 100%);
    background-image:         linear-gradient(270deg, #4b4b4b 0%, #6b6b6b 48%, #4a4a4a 100%);
}

.jackaroos-banner .profile-title,
.jackaroos-banner .link-info
{
    color: #fff;
}

.jackaroos-banner .profile-title
{
    font-size: 28px;
}

.profile-title
{
    font-size: 25px;
    font-weight: 700;
    line-height: .9;

    max-width: 235px;

    letter-spacing: .89px;
    text-transform: uppercase;
}

.profile-top-info .profile-title
{
    margin-bottom: 14px;
}

.link-info
{
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;

    position: relative;

    letter-spacing: .57px;
}

.link-info:before
{
    font-size: 18px;

    display: inline-block;

    margin-right: 3px;

    content: '\f099';
    vertical-align: bottom;

    color: #ffd200;
}

.link-info:hover span
{
    border-bottom-color: transparent;
}

.link-info span
{
    padding: 2px 0;

    border-bottom: 1px solid #ffd200;
}

.description-list-holder
{
    position: relative;
    z-index: 0;
}

.description-list-holder:after
{
    position: absolute;
    top: 0;
    right: -9999px;
    bottom: 0;
    left: -9999px;

    content: '';

    background: #f1f1f1;
}

.description-list-holder:after
{
    z-index: -1;
}

.description-list
{
    font-size: 16px;

    text-align: center;
    letter-spacing: .5px;
}

.description-list li
{
    margin-bottom: 7px;
}

.description-list li:last-child
{
    margin-bottom: 0;
}

.description-list .list-tlt
{
    font-size: 12px;
    font-weight: 900;

    margin-right: 3px;

    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.profile-image-box
{
    text-align: center;
}

.profile-nav
{
    position: absolute;
    top: 50%;

    width: 100%;
    margin-bottom: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.profile-nav .profile-nav-button
{
    background-color: transparent;
}

.profile-nav .profile-nav-button a
{
    font-size: 0;
    line-height: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 41px;
    height: 68px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-nav .profile-nav-button a:before
{
    font-size: 28px;
    line-height: 2;
}

.profile-nav .profile-nav-button a:hover
{
    background-color: #333;
}

.profile-nav .profile-nav-button a:focus
{
    color: #ffd200;
    background-color: #333;
}

.profile-nav .next
{
    right: 0;
}

.profile-nav .next a:before
{
    content: '\e910';
}

.profile-nav .prev
{
    left: 0;
}

.profile-nav .prev a:before
{
    content: '\e911';
}

.profile-description
{
    line-height: 1.3;

    padding: 40px 0;
}

.profile-aside
{
    line-height: 1.1;
}

.profile-aside li
{
    position: relative;

    margin-bottom: 10px;
    padding: 0 0 0 25px;
}

.profile-aside li:before
{
    position: absolute;
    top: 2px;
    left: 0;

    width: 12px;
    height: 12px;

    content: '';

    border-radius: 50%;
    background-color: #ffd200;
}

.profile-aside h3
{
    font-size: .88rem;

    margin-bottom: 15px;

    text-transform: uppercase;
}

.sidebar-content
{
    margin-bottom: 39px;
}

.sidebar-content:last-child
{
    margin-bottom: 0;
}

.profile-content h2
{
    margin-bottom: 1.6rem;
    padding-bottom: 4px;

    text-transform: uppercase;
}

.profile-content h2 strong
{
    display: block;
}

.profile-content h3
{
    font-size: 1rem;
    font-weight: 500;
}

.profile-content p
{
    margin-bottom: 2.4rem;
}

.shop-section
{
    position: relative;
    position: relative;

    padding: 28px 0 48px;

    color: #4a4a4a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.shop-section:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgba(241, 241, 241, .85);
}

.shop-section:after
{
    z-index: 0;
}

.shop-section .container,
.shop-section .slick-dots,
.shop-section .wp-caption-text,
.shop-section figcaption
{
    position: relative;
    z-index: 1;
}

.shop-section .bg-stretch
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.shop-section .slick-arrow
{
    color: #4a4a4a;
    background-color: transparent;
}

.shop-item-box
{
    padding: 30px 30px 15px;

    text-align: center;

    background-color: #fff;
}

.shop-item-box img
{
    margin: 0 auto 14px;
}

.shop-item-box .btn,
.shop-item-box .widget_custom_sidebar_banner a,
.widget_custom_sidebar_banner .shop-item-box a
{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.product-title
{
    font-size: 16px;
    font-weight: 300;

    margin-bottom: .6rem;

    letter-spacing: -.38px;
}

.price
{
    font-size: 16px;
    font-weight: 400;

    display: block;

    margin: auto 0 8px;

    letter-spacing: -.38px;
}

.partners-section
{
    padding: 139px 0 84px;

    text-align: center;
}

.partners-section h2
{
    font-size: 14px;
    font-weight: 700;

    letter-spacing: .84px;
    text-transform: uppercase;
}

.logos-holder
{
    padding: 0 0 8px;

    text-align: center;
}

.logos-holder + .logos-holder
{
    border-top: 1px solid #979797;
}

.logos-holder .slick-track
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-box
{
    display: inline-block;

    vertical-align: middle;
}

.logo-box a
{
    display: block;

    padding: 14px 10px;
}

.sign-up-section
{
    font-size: 16px;
    font-weight: 400;

    padding: 41px 0;

    color: #fff;
    background-color: rgba(74, 74, 74, .81);
}

.sign-up-section form
{
    width: 100%;
    max-width: 336px;
    margin: 0 auto 2px;
    padding-top: 8px;
}

.sign-up-logo
{
    margin-bottom: 25px;
}

.sign-up-block
{
    text-align: center;
}

.mc4wp-form-fields
{
    position: relative;
}

.mc4wp-form-fields p
{
    margin: 0;
}

.mc4wp-response
{
    margin-top: 10px;
}

.flockler-wall-item,
.wall-item
{
    font-size: 12px;
    font-weight: 400;

    margin-bottom: 18px;

    letter-spacing: -.21px;

    color: #4a4a4a;
}

.flockler-wall-item__content
{
    margin: 0;

    border: 1px solid #d9d9d6;
    background-color: #fff;
}

.flockler-wall-item__media img
{
    width: 100%;
}

.flockler-wall-item__body,
.wall-item__body
{
    padding: 12px 15px;
}

.flockler-wall-item__body a,
.wall-item__body a
{
    text-decoration: underline;
}

.flockler-wall-item__body a:hover,
.wall-item__body a:hover
{
    text-decoration: none;
}

.wall-item__footer,
.flockler-wall-item__footer
{
    padding: 12px 15px 16px;
}

.flockler-wall-item__profile
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flockler-wall-item__profile__name
{
    font-size: 12px;
    font-weight: 700;

    display: block;

    letter-spacing: -.21px;
    text-transform: uppercase;
}

.flockler-wall-item__footer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flockler-wall-item__profile__detail
{
    font-size: 12px;
    font-weight: 500;

    letter-spacing: -.21px;

    color: #ffd200;
}

.flockler-wall-item__share-action
{
    display: inline-block;
    overflow: hidden;

    width: 15px;
    height: 15px;

    vertical-align: top;
    white-space: nowrap;
    text-indent: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.flockler-wall-item__share-action--facebook
{
    background-image: url(images/facebook.png);
}

.flockler-wall-item__share-action--twitter
{
    background-image: url(images/twitter.png);
}

.flockler-wall-item__share-action--instagram
{
    background-image: url(images/instagram.png);
}

.flockler-load-more
{
    width: 100%;

    text-align: center;
}

@media (min-width: 480px)
{
    .container,
    .slick-dots,
    .wp-caption-text,
    figcaption
    {
        max-width: 540px;
    }

    .col-sm
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-sm-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }

    .col-sm-1
    {
        max-width: 8.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }

    .col-sm-2
    {
        max-width: 16.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }

    .col-sm-3
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-sm-4
    {
        max-width: 33.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }

    .col-sm-5
    {
        max-width: 41.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }

    .col-sm-6
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-sm-7
    {
        max-width: 58.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }

    .col-sm-8
    {
        max-width: 66.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }

    .col-sm-9
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-sm-10
    {
        max-width: 83.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }

    .col-sm-11
    {
        max-width: 91.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }

    .col-sm-12
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .order-sm-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0
    {
        margin-left: 0;
    }

    .offset-sm-1
    {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2
    {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3
    {
        margin-left: 25%;
    }

    .offset-sm-4
    {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5
    {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6
    {
        margin-left: 50%;
    }

    .offset-sm-7
    {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8
    {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9
    {
        margin-left: 75%;
    }

    .offset-sm-10
    {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11
    {
        margin-left: 91.6666666667%;
    }

    .form-inline label
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 0;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .form-group
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-inline .form-control
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }

    .form-inline .form-control-plaintext
    {
        display: inline-block;
    }

    .form-inline .input-group
    {
        width: auto;
    }

    .form-inline .form-check
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: auto;
        padding-left: 0;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .form-check-input
    {
        position: relative;

        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label
    {
        margin-bottom: 0;
    }

    .navbar-expand-sm
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-sm .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .slick-dots,
    .navbar-expand-sm > .wp-caption-text,
    .navbar-expand-sm > figcaption,
    .navbar-expand-sm > .container-fluid
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-sm .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }

    .card-deck
    {
        margin-right: -15px;
        margin-left: -15px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .card-deck .card
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;

        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .card-group
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .card-group > .card
    {
        margin-bottom: 0;

        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    }

    .card-group > .card + .card
    {
        margin-left: 0;

        border-left: 0;
    }

    .card-group > .card:first-child
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header
    {
        border-top-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer
    {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:last-child
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header
    {
        border-top-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer
    {
        border-bottom-left-radius: 0;
    }

    .card-group > .card:only-child
    {
        border-radius: .25rem;
    }

    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header
    {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer
    {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child)
    {
        border-radius: 0;
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer
    {
        border-radius: 0;
    }

    .card-columns
    {
        -webkit-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 1.25rem;
                column-gap: 1.25rem;
    }

    .card-columns .card
    {
        display: inline-block;

        width: 100%;
    }

    .jumbotron
    {
        padding: 4rem 2rem;
    }

    .modal-dialog
    {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered
    {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm
    {
        max-width: 300px;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-sm-row
    {
            flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-sm-column
    {
            flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-sm-row-reverse
    {
            flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse
    {
            flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-sm-wrap
    {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }

    .flex-sm-nowrap
    {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto
    {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center
    {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch
    {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-sm-left
    {
        float: left !important;
    }

    .float-sm-right
    {
        float: right !important;
    }

    .float-sm-none
    {
        float: none !important;
    }

    .m-sm-0
    {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0
    {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0
    {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0
    {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0
    {
        margin-left: 0 !important;
    }

    .m-sm-1
    {
        margin: .25rem !important;
    }

    .mt-sm-1,
    .my-sm-1
    {
        margin-top: .25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1
    {
        margin-right: .25rem !important;
    }

    .mb-sm-1,
    .my-sm-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1
    {
        margin-left: .25rem !important;
    }

    .m-sm-2
    {
        margin: .5rem !important;
    }

    .mt-sm-2,
    .my-sm-2
    {
        margin-top: .5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2
    {
        margin-right: .5rem !important;
    }

    .mb-sm-2,
    .my-sm-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2
    {
        margin-left: .5rem !important;
    }

    .m-sm-3
    {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3
    {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3
    {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3
    {
        margin-left: 1rem !important;
    }

    .m-sm-4
    {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4
    {
        margin-left: 1.5rem !important;
    }

    .m-sm-5
    {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5
    {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5
    {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5
    {
        margin-left: 3rem !important;
    }

    .m-sm-6
    {
        margin: 4.5rem !important;
    }

    .mt-sm-6,
    .my-sm-6
    {
        margin-top: 4.5rem !important;
    }

    .mr-sm-6,
    .mx-sm-6
    {
        margin-right: 4.5rem !important;
    }

    .mb-sm-6,
    .my-sm-6
    {
        margin-bottom: 4.5rem !important;
    }

    .ml-sm-6,
    .mx-sm-6
    {
        margin-left: 4.5rem !important;
    }

    .m-sm-7
    {
        margin: 6rem !important;
    }

    .mt-sm-7,
    .my-sm-7
    {
        margin-top: 6rem !important;
    }

    .mr-sm-7,
    .mx-sm-7
    {
        margin-right: 6rem !important;
    }

    .mb-sm-7,
    .my-sm-7
    {
        margin-bottom: 6rem !important;
    }

    .ml-sm-7,
    .mx-sm-7
    {
        margin-left: 6rem !important;
    }

    .m-sm-8
    {
        margin: 7.5rem !important;
    }

    .mt-sm-8,
    .my-sm-8
    {
        margin-top: 7.5rem !important;
    }

    .mr-sm-8,
    .mx-sm-8
    {
        margin-right: 7.5rem !important;
    }

    .mb-sm-8,
    .my-sm-8
    {
        margin-bottom: 7.5rem !important;
    }

    .ml-sm-8,
    .mx-sm-8
    {
        margin-left: 7.5rem !important;
    }

    .m-sm-9
    {
        margin: 9rem !important;
    }

    .mt-sm-9,
    .my-sm-9
    {
        margin-top: 9rem !important;
    }

    .mr-sm-9,
    .mx-sm-9
    {
        margin-right: 9rem !important;
    }

    .mb-sm-9,
    .my-sm-9
    {
        margin-bottom: 9rem !important;
    }

    .ml-sm-9,
    .mx-sm-9
    {
        margin-left: 9rem !important;
    }

    .m-sm-10
    {
        margin: 10.5rem !important;
    }

    .mt-sm-10,
    .my-sm-10
    {
        margin-top: 10.5rem !important;
    }

    .mr-sm-10,
    .mx-sm-10
    {
        margin-right: 10.5rem !important;
    }

    .mb-sm-10,
    .my-sm-10
    {
        margin-bottom: 10.5rem !important;
    }

    .ml-sm-10,
    .mx-sm-10
    {
        margin-left: 10.5rem !important;
    }

    .p-sm-0
    {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0
    {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0
    {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0
    {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0
    {
        padding-left: 0 !important;
    }

    .p-sm-1
    {
        padding: .25rem !important;
    }

    .pt-sm-1,
    .py-sm-1
    {
        padding-top: .25rem !important;
    }

    .pr-sm-1,
    .px-sm-1
    {
        padding-right: .25rem !important;
    }

    .pb-sm-1,
    .py-sm-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1,
    .px-sm-1
    {
        padding-left: .25rem !important;
    }

    .p-sm-2
    {
        padding: .5rem !important;
    }

    .pt-sm-2,
    .py-sm-2
    {
        padding-top: .5rem !important;
    }

    .pr-sm-2,
    .px-sm-2
    {
        padding-right: .5rem !important;
    }

    .pb-sm-2,
    .py-sm-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2,
    .px-sm-2
    {
        padding-left: .5rem !important;
    }

    .p-sm-3
    {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3
    {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3
    {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3
    {
        padding-left: 1rem !important;
    }

    .p-sm-4
    {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4
    {
        padding-left: 1.5rem !important;
    }

    .p-sm-5
    {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5
    {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5
    {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5
    {
        padding-left: 3rem !important;
    }

    .p-sm-6
    {
        padding: 4.5rem !important;
    }

    .pt-sm-6,
    .py-sm-6
    {
        padding-top: 4.5rem !important;
    }

    .pr-sm-6,
    .px-sm-6
    {
        padding-right: 4.5rem !important;
    }

    .pb-sm-6,
    .py-sm-6
    {
        padding-bottom: 4.5rem !important;
    }

    .pl-sm-6,
    .px-sm-6
    {
        padding-left: 4.5rem !important;
    }

    .p-sm-7
    {
        padding: 6rem !important;
    }

    .pt-sm-7,
    .py-sm-7
    {
        padding-top: 6rem !important;
    }

    .pr-sm-7,
    .px-sm-7
    {
        padding-right: 6rem !important;
    }

    .pb-sm-7,
    .py-sm-7
    {
        padding-bottom: 6rem !important;
    }

    .pl-sm-7,
    .px-sm-7
    {
        padding-left: 6rem !important;
    }

    .p-sm-8
    {
        padding: 7.5rem !important;
    }

    .pt-sm-8,
    .py-sm-8
    {
        padding-top: 7.5rem !important;
    }

    .pr-sm-8,
    .px-sm-8
    {
        padding-right: 7.5rem !important;
    }

    .pb-sm-8,
    .py-sm-8
    {
        padding-bottom: 7.5rem !important;
    }

    .pl-sm-8,
    .px-sm-8
    {
        padding-left: 7.5rem !important;
    }

    .p-sm-9
    {
        padding: 9rem !important;
    }

    .pt-sm-9,
    .py-sm-9
    {
        padding-top: 9rem !important;
    }

    .pr-sm-9,
    .px-sm-9
    {
        padding-right: 9rem !important;
    }

    .pb-sm-9,
    .py-sm-9
    {
        padding-bottom: 9rem !important;
    }

    .pl-sm-9,
    .px-sm-9
    {
        padding-left: 9rem !important;
    }

    .p-sm-10
    {
        padding: 10.5rem !important;
    }

    .pt-sm-10,
    .py-sm-10
    {
        padding-top: 10.5rem !important;
    }

    .pr-sm-10,
    .px-sm-10
    {
        padding-right: 10.5rem !important;
    }

    .pb-sm-10,
    .py-sm-10
    {
        padding-bottom: 10.5rem !important;
    }

    .pl-sm-10,
    .px-sm-10
    {
        padding-left: 10.5rem !important;
    }

    .m-sm-auto
    {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto
    {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto
    {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto
    {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto
    {
        margin-left: auto !important;
    }

    .text-sm-left
    {
        text-align: left !important;
    }

    .text-sm-right
    {
        text-align: right !important;
    }

    .text-sm-center
    {
        text-align: center !important;
    }

    .news-post
    {
        margin-bottom: 10px;
    }

    .news-post-3-column
    {
        margin-bottom: 10px;
    }

    .news-card
    {
        margin-bottom: 16px;
    }

    .jackaroos-title
    {
        font-size: 15px;
    }
}

@media (min-width: 480px) and (max-width: 1199.98px)
{
    .sub-title
    {
        font-size: 18px;
    }
}

@media (min-width: 768px)
{
    .container,
    .slick-dots,
    .wp-caption-text,
    figcaption
    {
        max-width: 720px;
    }

    .col-md
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-md-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }

    .col-md-1
    {
        max-width: 8.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }

    .col-md-2
    {
        max-width: 16.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }

    .col-md-3
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-md-4
    {
        max-width: 33.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }

    .col-md-5
    {
        max-width: 41.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }

    .col-md-6
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-md-7
    {
        max-width: 58.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }

    .col-md-8
    {
        max-width: 66.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }

    .col-md-9
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-md-10
    {
        max-width: 83.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }

    .col-md-11
    {
        max-width: 91.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }

    .col-md-12
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .order-md-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0
    {
        margin-left: 0;
    }

    .offset-md-1
    {
        margin-left: 8.3333333333%;
    }

    .offset-md-2
    {
        margin-left: 16.6666666667%;
    }

    .offset-md-3
    {
        margin-left: 25%;
    }

    .offset-md-4
    {
        margin-left: 33.3333333333%;
    }

    .offset-md-5
    {
        margin-left: 41.6666666667%;
    }

    .offset-md-6
    {
        margin-left: 50%;
    }

    .offset-md-7
    {
        margin-left: 58.3333333333%;
    }

    .offset-md-8
    {
        margin-left: 66.6666666667%;
    }

    .offset-md-9
    {
        margin-left: 75%;
    }

    .offset-md-10
    {
        margin-left: 83.3333333333%;
    }

    .offset-md-11
    {
        margin-left: 91.6666666667%;
    }

    .navbar-expand-md
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-md .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .slick-dots,
    .navbar-expand-md > .wp-caption-text,
    .navbar-expand-md > figcaption,
    .navbar-expand-md > .container-fluid
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-md .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-md-row
    {
            flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-md-column
    {
            flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-md-row-reverse
    {
            flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse
    {
            flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-md-wrap
    {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }

    .flex-md-nowrap
    {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between
    {
        -webkit-box-pack: justify !important;
        -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
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto
    {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center
    {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch
    {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-md-left
    {
        float: left !important;
    }

    .float-md-right
    {
        float: right !important;
    }

    .float-md-none
    {
        float: none !important;
    }

    .m-md-0
    {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0
    {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0
    {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0
    {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0
    {
        margin-left: 0 !important;
    }

    .m-md-1
    {
        margin: .25rem !important;
    }

    .mt-md-1,
    .my-md-1
    {
        margin-top: .25rem !important;
    }

    .mr-md-1,
    .mx-md-1
    {
        margin-right: .25rem !important;
    }

    .mb-md-1,
    .my-md-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-md-1,
    .mx-md-1
    {
        margin-left: .25rem !important;
    }

    .m-md-2
    {
        margin: .5rem !important;
    }

    .mt-md-2,
    .my-md-2
    {
        margin-top: .5rem !important;
    }

    .mr-md-2,
    .mx-md-2
    {
        margin-right: .5rem !important;
    }

    .mb-md-2,
    .my-md-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-md-2,
    .mx-md-2
    {
        margin-left: .5rem !important;
    }

    .m-md-3
    {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3
    {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3
    {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3
    {
        margin-left: 1rem !important;
    }

    .m-md-4
    {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4
    {
        margin-left: 1.5rem !important;
    }

    .m-md-5
    {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5
    {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5
    {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5
    {
        margin-left: 3rem !important;
    }

    .m-md-6
    {
        margin: 4.5rem !important;
    }

    .mt-md-6,
    .my-md-6
    {
        margin-top: 4.5rem !important;
    }

    .mr-md-6,
    .mx-md-6
    {
        margin-right: 4.5rem !important;
    }

    .mb-md-6,
    .my-md-6
    {
        margin-bottom: 4.5rem !important;
    }

    .ml-md-6,
    .mx-md-6
    {
        margin-left: 4.5rem !important;
    }

    .m-md-7
    {
        margin: 6rem !important;
    }

    .mt-md-7,
    .my-md-7
    {
        margin-top: 6rem !important;
    }

    .mr-md-7,
    .mx-md-7
    {
        margin-right: 6rem !important;
    }

    .mb-md-7,
    .my-md-7
    {
        margin-bottom: 6rem !important;
    }

    .ml-md-7,
    .mx-md-7
    {
        margin-left: 6rem !important;
    }

    .m-md-8
    {
        margin: 7.5rem !important;
    }

    .mt-md-8,
    .my-md-8
    {
        margin-top: 7.5rem !important;
    }

    .mr-md-8,
    .mx-md-8
    {
        margin-right: 7.5rem !important;
    }

    .mb-md-8,
    .my-md-8
    {
        margin-bottom: 7.5rem !important;
    }

    .ml-md-8,
    .mx-md-8
    {
        margin-left: 7.5rem !important;
    }

    .m-md-9
    {
        margin: 9rem !important;
    }

    .mt-md-9,
    .my-md-9
    {
        margin-top: 9rem !important;
    }

    .mr-md-9,
    .mx-md-9
    {
        margin-right: 9rem !important;
    }

    .mb-md-9,
    .my-md-9
    {
        margin-bottom: 9rem !important;
    }

    .ml-md-9,
    .mx-md-9
    {
        margin-left: 9rem !important;
    }

    .m-md-10
    {
        margin: 10.5rem !important;
    }

    .mt-md-10,
    .my-md-10
    {
        margin-top: 10.5rem !important;
    }

    .mr-md-10,
    .mx-md-10
    {
        margin-right: 10.5rem !important;
    }

    .mb-md-10,
    .my-md-10
    {
        margin-bottom: 10.5rem !important;
    }

    .ml-md-10,
    .mx-md-10
    {
        margin-left: 10.5rem !important;
    }

    .p-md-0
    {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0
    {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0
    {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0
    {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0
    {
        padding-left: 0 !important;
    }

    .p-md-1
    {
        padding: .25rem !important;
    }

    .pt-md-1,
    .py-md-1
    {
        padding-top: .25rem !important;
    }

    .pr-md-1,
    .px-md-1
    {
        padding-right: .25rem !important;
    }

    .pb-md-1,
    .py-md-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-md-1,
    .px-md-1
    {
        padding-left: .25rem !important;
    }

    .p-md-2
    {
        padding: .5rem !important;
    }

    .pt-md-2,
    .py-md-2
    {
        padding-top: .5rem !important;
    }

    .pr-md-2,
    .px-md-2
    {
        padding-right: .5rem !important;
    }

    .pb-md-2,
    .py-md-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-md-2,
    .px-md-2
    {
        padding-left: .5rem !important;
    }

    .p-md-3
    {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3
    {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3
    {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3
    {
        padding-left: 1rem !important;
    }

    .p-md-4
    {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4
    {
        padding-left: 1.5rem !important;
    }

    .p-md-5
    {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5
    {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5
    {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5
    {
        padding-left: 3rem !important;
    }

    .p-md-6
    {
        padding: 4.5rem !important;
    }

    .pt-md-6,
    .py-md-6
    {
        padding-top: 4.5rem !important;
    }

    .pr-md-6,
    .px-md-6
    {
        padding-right: 4.5rem !important;
    }

    .pb-md-6,
    .py-md-6
    {
        padding-bottom: 4.5rem !important;
    }

    .pl-md-6,
    .px-md-6
    {
        padding-left: 4.5rem !important;
    }

    .p-md-7
    {
        padding: 6rem !important;
    }

    .pt-md-7,
    .py-md-7
    {
        padding-top: 6rem !important;
    }

    .pr-md-7,
    .px-md-7
    {
        padding-right: 6rem !important;
    }

    .pb-md-7,
    .py-md-7
    {
        padding-bottom: 6rem !important;
    }

    .pl-md-7,
    .px-md-7
    {
        padding-left: 6rem !important;
    }

    .p-md-8
    {
        padding: 7.5rem !important;
    }

    .pt-md-8,
    .py-md-8
    {
        padding-top: 7.5rem !important;
    }

    .pr-md-8,
    .px-md-8
    {
        padding-right: 7.5rem !important;
    }

    .pb-md-8,
    .py-md-8
    {
        padding-bottom: 7.5rem !important;
    }

    .pl-md-8,
    .px-md-8
    {
        padding-left: 7.5rem !important;
    }

    .p-md-9
    {
        padding: 9rem !important;
    }

    .pt-md-9,
    .py-md-9
    {
        padding-top: 9rem !important;
    }

    .pr-md-9,
    .px-md-9
    {
        padding-right: 9rem !important;
    }

    .pb-md-9,
    .py-md-9
    {
        padding-bottom: 9rem !important;
    }

    .pl-md-9,
    .px-md-9
    {
        padding-left: 9rem !important;
    }

    .p-md-10
    {
        padding: 10.5rem !important;
    }

    .pt-md-10,
    .py-md-10
    {
        padding-top: 10.5rem !important;
    }

    .pr-md-10,
    .px-md-10
    {
        padding-right: 10.5rem !important;
    }

    .pb-md-10,
    .py-md-10
    {
        padding-bottom: 10.5rem !important;
    }

    .pl-md-10,
    .px-md-10
    {
        padding-left: 10.5rem !important;
    }

    .m-md-auto
    {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto
    {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto
    {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto
    {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto
    {
        margin-left: auto !important;
    }

    .text-md-left
    {
        text-align: left !important;
    }

    .text-md-right
    {
        text-align: right !important;
    }

    .text-md-center
    {
        text-align: center !important;
    }

    .commentlist-item .commentlist-item
    {
        padding: 0 0 0 2em;
    }

    .h1,
    h1
    {
        font-size: 2.81rem;
    }

    .h2,
    h2
    {
        font-size: 2.5rem;
    }

    .h3,
    h3
    {
        font-size: 1.75rem;
    }

    .h4,
    h4
    {
        font-size: 1.56rem;
    }

    .h5,
    h5
    {
        font-size: 1.125rem;
    }

    .h6,
    h6
    {
        font-size: .875rem;
    }

    .heading
    {
        font-size: 1.875rem;
    }

    .filter-form
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .info-list a
    {
        padding: 17px 0 11px;

        border-bottom: 1px solid #979797;
    }

    .info-list a:after
    {
        font-size: 20px;

        right: 0;
        bottom: 5px;
    }

    .share-list
    {
        margin-bottom: 19px;
    }

    .widget_custom_sidebar_banner
    {
        padding: 21px 11px 180px;

        background-position: 100% 100%;
    }

    .widget-list a
    {
        padding: 12px 0 11px 33px;
    }

    .widget-list a:after
    {
        font-size: 20px;

        top: 50%;
        left: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .widgets-holder .widget
    {
        width: 23%;
        margin-bottom: 10px;
    }

    .gallery-slider .slide
    {
        padding: 0 150px;
    }

    .gallery-slider .slide:after
    {
        display: inline-block;

        width: 1px;
        height: 550px;

        content: '';
    }

    .slider-text
    {
        font-size: 20px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
            flex-direction: column;

        max-width: 450px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wp-caption-text,
    figcaption
    {
        padding: 0 0 15px;
    }

    .wp-caption-text:after,
    figcaption:after
    {
        right: 0;
        left: 0;
    }

    .post-section
    {
        padding: 50px 0;
    }

    .post-section .wp-caption .wp-caption-text
    {
        display: none;
    }

    .full-width-image,
    .post-image,
    .post-section .wp-caption
    {
        margin-bottom: 25px;
    }
}

@media (min-width: 1024px)
{
    .container,
    .slick-dots,
    .wp-caption-text,
    figcaption
    {
        max-width: 960px;
    }

    .col-lg
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-lg-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }

    .col-lg-1
    {
        max-width: 8.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }

    .col-lg-2
    {
        max-width: 16.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }

    .col-lg-3
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-lg-4
    {
        max-width: 33.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }

    .col-lg-5
    {
        max-width: 41.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }

    .col-lg-6
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-lg-7
    {
        max-width: 58.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }

    .col-lg-8
    {
        max-width: 66.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }

    .col-lg-9
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-lg-10
    {
        max-width: 83.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }

    .col-lg-11
    {
        max-width: 91.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }

    .col-lg-12
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .order-lg-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0
    {
        margin-left: 0;
    }

    .offset-lg-1
    {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2
    {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3
    {
        margin-left: 25%;
    }

    .offset-lg-4
    {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5
    {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6
    {
        margin-left: 50%;
    }

    .offset-lg-7
    {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8
    {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9
    {
        margin-left: 75%;
    }

    .offset-lg-10
    {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11
    {
        margin-left: 91.6666666667%;
    }

    .navbar-expand-lg
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .slick-dots,
    .navbar-expand-lg > .wp-caption-text,
    .navbar-expand-lg > figcaption,
    .navbar-expand-lg > .container-fluid
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-lg .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }

    .modal-lg
    {
        max-width: 800px;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-lg-row
    {
            flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-lg-column
    {
            flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-lg-row-reverse
    {
            flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse
    {
            flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-lg-wrap
    {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }

    .flex-lg-nowrap
    {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto
    {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center
    {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch
    {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-lg-left
    {
        float: left !important;
    }

    .float-lg-right
    {
        float: right !important;
    }

    .float-lg-none
    {
        float: none !important;
    }

    .m-lg-0
    {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0
    {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0
    {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0
    {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0
    {
        margin-left: 0 !important;
    }

    .m-lg-1
    {
        margin: .25rem !important;
    }

    .mt-lg-1,
    .my-lg-1
    {
        margin-top: .25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1
    {
        margin-right: .25rem !important;
    }

    .mb-lg-1,
    .my-lg-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1
    {
        margin-left: .25rem !important;
    }

    .m-lg-2
    {
        margin: .5rem !important;
    }

    .mt-lg-2,
    .my-lg-2
    {
        margin-top: .5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2
    {
        margin-right: .5rem !important;
    }

    .mb-lg-2,
    .my-lg-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2
    {
        margin-left: .5rem !important;
    }

    .m-lg-3
    {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3
    {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3
    {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3
    {
        margin-left: 1rem !important;
    }

    .m-lg-4
    {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4
    {
        margin-left: 1.5rem !important;
    }

    .m-lg-5
    {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5
    {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5
    {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5
    {
        margin-left: 3rem !important;
    }

    .m-lg-6
    {
        margin: 4.5rem !important;
    }

    .mt-lg-6,
    .my-lg-6
    {
        margin-top: 4.5rem !important;
    }

    .mr-lg-6,
    .mx-lg-6
    {
        margin-right: 4.5rem !important;
    }

    .mb-lg-6,
    .my-lg-6
    {
        margin-bottom: 4.5rem !important;
    }

    .ml-lg-6,
    .mx-lg-6
    {
        margin-left: 4.5rem !important;
    }

    .m-lg-7
    {
        margin: 6rem !important;
    }

    .mt-lg-7,
    .my-lg-7
    {
        margin-top: 6rem !important;
    }

    .mr-lg-7,
    .mx-lg-7
    {
        margin-right: 6rem !important;
    }

    .mb-lg-7,
    .my-lg-7
    {
        margin-bottom: 6rem !important;
    }

    .ml-lg-7,
    .mx-lg-7
    {
        margin-left: 6rem !important;
    }

    .m-lg-8
    {
        margin: 7.5rem !important;
    }

    .mt-lg-8,
    .my-lg-8
    {
        margin-top: 7.5rem !important;
    }

    .mr-lg-8,
    .mx-lg-8
    {
        margin-right: 7.5rem !important;
    }

    .mb-lg-8,
    .my-lg-8
    {
        margin-bottom: 7.5rem !important;
    }

    .ml-lg-8,
    .mx-lg-8
    {
        margin-left: 7.5rem !important;
    }

    .m-lg-9
    {
        margin: 9rem !important;
    }

    .mt-lg-9,
    .my-lg-9
    {
        margin-top: 9rem !important;
    }

    .mr-lg-9,
    .mx-lg-9
    {
        margin-right: 9rem !important;
    }

    .mb-lg-9,
    .my-lg-9
    {
        margin-bottom: 9rem !important;
    }

    .ml-lg-9,
    .mx-lg-9
    {
        margin-left: 9rem !important;
    }

    .m-lg-10
    {
        margin: 10.5rem !important;
    }

    .mt-lg-10,
    .my-lg-10
    {
        margin-top: 10.5rem !important;
    }

    .mr-lg-10,
    .mx-lg-10
    {
        margin-right: 10.5rem !important;
    }

    .mb-lg-10,
    .my-lg-10
    {
        margin-bottom: 10.5rem !important;
    }

    .ml-lg-10,
    .mx-lg-10
    {
        margin-left: 10.5rem !important;
    }

    .p-lg-0
    {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0
    {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0
    {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0
    {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0
    {
        padding-left: 0 !important;
    }

    .p-lg-1
    {
        padding: .25rem !important;
    }

    .pt-lg-1,
    .py-lg-1
    {
        padding-top: .25rem !important;
    }

    .pr-lg-1,
    .px-lg-1
    {
        padding-right: .25rem !important;
    }

    .pb-lg-1,
    .py-lg-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1,
    .px-lg-1
    {
        padding-left: .25rem !important;
    }

    .p-lg-2
    {
        padding: .5rem !important;
    }

    .pt-lg-2,
    .py-lg-2
    {
        padding-top: .5rem !important;
    }

    .pr-lg-2,
    .px-lg-2
    {
        padding-right: .5rem !important;
    }

    .pb-lg-2,
    .py-lg-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2,
    .px-lg-2
    {
        padding-left: .5rem !important;
    }

    .p-lg-3
    {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3
    {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3
    {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3
    {
        padding-left: 1rem !important;
    }

    .p-lg-4
    {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4
    {
        padding-left: 1.5rem !important;
    }

    .p-lg-5
    {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5
    {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5
    {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5
    {
        padding-left: 3rem !important;
    }

    .p-lg-6
    {
        padding: 4.5rem !important;
    }

    .pt-lg-6,
    .py-lg-6
    {
        padding-top: 4.5rem !important;
    }

    .pr-lg-6,
    .px-lg-6
    {
        padding-right: 4.5rem !important;
    }

    .pb-lg-6,
    .py-lg-6
    {
        padding-bottom: 4.5rem !important;
    }

    .pl-lg-6,
    .px-lg-6
    {
        padding-left: 4.5rem !important;
    }

    .p-lg-7
    {
        padding: 6rem !important;
    }

    .pt-lg-7,
    .py-lg-7
    {
        padding-top: 6rem !important;
    }

    .pr-lg-7,
    .px-lg-7
    {
        padding-right: 6rem !important;
    }

    .pb-lg-7,
    .py-lg-7
    {
        padding-bottom: 6rem !important;
    }

    .pl-lg-7,
    .px-lg-7
    {
        padding-left: 6rem !important;
    }

    .p-lg-8
    {
        padding: 7.5rem !important;
    }

    .pt-lg-8,
    .py-lg-8
    {
        padding-top: 7.5rem !important;
    }

    .pr-lg-8,
    .px-lg-8
    {
        padding-right: 7.5rem !important;
    }

    .pb-lg-8,
    .py-lg-8
    {
        padding-bottom: 7.5rem !important;
    }

    .pl-lg-8,
    .px-lg-8
    {
        padding-left: 7.5rem !important;
    }

    .p-lg-9
    {
        padding: 9rem !important;
    }

    .pt-lg-9,
    .py-lg-9
    {
        padding-top: 9rem !important;
    }

    .pr-lg-9,
    .px-lg-9
    {
        padding-right: 9rem !important;
    }

    .pb-lg-9,
    .py-lg-9
    {
        padding-bottom: 9rem !important;
    }

    .pl-lg-9,
    .px-lg-9
    {
        padding-left: 9rem !important;
    }

    .p-lg-10
    {
        padding: 10.5rem !important;
    }

    .pt-lg-10,
    .py-lg-10
    {
        padding-top: 10.5rem !important;
    }

    .pr-lg-10,
    .px-lg-10
    {
        padding-right: 10.5rem !important;
    }

    .pb-lg-10,
    .py-lg-10
    {
        padding-bottom: 10.5rem !important;
    }

    .pl-lg-10,
    .px-lg-10
    {
        padding-left: 10.5rem !important;
    }

    .m-lg-auto
    {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto
    {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto
    {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto
    {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto
    {
        margin-left: auto !important;
    }

    .text-lg-left
    {
        text-align: left !important;
    }

    .text-lg-right
    {
        text-align: right !important;
    }

    .text-lg-center
    {
        text-align: center !important;
    }

    .content-title
    {
        font-size: 1.56rem;
    }

    .main-navigation
    {
        font-size: 16px;

        padding-top: 10px;

        text-transform: none;
    }

    .main-navigation > li
    {
        display: inline-block;

        margin-left: 34px;

        vertical-align: top;
    }

    .main-navigation > li:hover > a,
    .main-navigation > li.active-item > a,
    .main-navigation > li.active > a
    {
        color: #4a4a4a;
        background-color: transparent;
        text-shadow: 0 0 0;
    }

    .main-navigation > li > a
    {
        padding: 28px 0 28px;
    }

    .main-navigation > li > a:after
    {
        display: none;
    }

    .drop-holder
    {
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 0;

        visibility: hidden;

        min-width: 190px;

        -webkit-transition: opacity .4s, visibility .4s;
                transition: opacity .4s, visibility .4s;

        opacity: 0;
    }

    .drop-holder:after
    {
        position: absolute;
        bottom: 100%;
        left: 14px;

        width: 0;
        height: 0;

        content: '';

        border-right: 8px solid transparent;
        border-bottom: 8px solid #dbdbdb;
        border-left: 8px solid transparent;
    }

    .drop-holder .drop-holder
    {
        top: 0;
        left: 100%;

        padding: 0 0 0 5px;
    }

    .drop-holder .drop-holder:after
    {
        display: none;
    }

    .drop-holder .drop-holder.submenu-right
    {
        right: 100%;
        left: auto;

        padding: 0 5px 0 0;
    }

    .drop-holder.submenu-right
    {
        right: 0;
        left: auto;
    }

    .drop-holder li:last-child a
    {
        border-bottom-color: transparent;
    }

    .drop-holder a
    {
        padding: 10px 30px 10px 16px;

        border-bottom: 1px solid #989898;
    }

    .drop-holder .drop-holder ul
    {
        background-color: #dbdbdb;
    }

    .nav-opener
    {
        display: none !important;
    }

    .findClub-opener i
    {
        font-size: 20px;

        margin-right: 7px;
    }

    .search-top-block
    {
        position: relative;
        position: absolute;
        z-index: 2;
        top: 100%;
        right: 0;
        left: 0;

        visibility: hidden;

        padding: 30px 0;

        -webkit-transition: opacity .4s, visibility .4s;
                transition: opacity .4s, visibility .4s;

        opacity: 0;
        background-color: #4a4a4a;
    }

    .search-top-block:after
    {
        position: absolute;
        top: 0;
        right: -9999px;
        bottom: 0;
        left: -9999px;

        content: '';

        background: #2e2d2e;
    }

    .search-top-block:after
    {
        z-index: -1;
    }

    .search-active .search-top-block
    {
        visibility: visible;

        opacity: 1;
        background-color: #2e2d2e;
    }

    .search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])
    {
        max-width: 100%;

        border: 1px solid #ffd200;
    }

    .search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])::-webkit-input-placeholder
    {
        color: #fff;
    }

    .search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit'])::-moz-placeholder
    {
        opacity: 1;
        color: #fff;
    }

    .search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):-moz-placeholder
    {
        color: #fff;
    }

    .search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):-ms-input-placeholder
    {
        color: #fff;
    }

    .search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']).placeholder
    {
        color: #fff;
    }

    .search-top-block input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='button']):not([type='submit']):focus
    {
        outline: none;
        box-shadow: 0 0 0 1px #ffd200 inset;
    }

    .search-top-block .btn-search
    {
        color: #ffd200;
    }

    .filter-form .jcf-select
    {
        max-width: 230px;
    }

    .info-list
    {
        padding-left: 20px;
    }

    .info-banner h2
    {
        font-size: 28px;
    }

    .info-banner .bunner-text
    {
        margin-bottom: 20px;
    }

    .info-banner .container,
    .info-banner .slick-dots,
    .info-banner .wp-caption-text,
    .info-banner figcaption
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .info-banner .image-block
    {
        max-width: 227px;
        margin: 9px 17px 0 56px;
    }

    .widget_custom_sidebar_banner.widget h3
    {
        font-size: 1.75rem;
    }

    .related-posts
    {
        font-size: 14px;

        padding: 28px 0;

        background-color: #ebecee;
    }

    .post-related-item
    {
        color: #9b9b9b;
    }

    .post-related-item .post-title
    {
        font-weight: 700;
    }

    .post-related-item time
    {
        font-size: 12px;

        color: #4a4a4a;
    }

    .logo
    {
        max-width: 134px;
    }

    .logo svg
    {
        width: 134px;
        height: 68px;
    }

    .search-active .logo
    {
        position: relative;
        z-index: 3;
    }

    .search-active .logo .logo-color
    {
        fill: #fff !important;
    }

    .top-header-block
    {
        position: relative;
        position: relative;
        z-index: 1;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        background-color: #4a4a4a;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-header-block:after
    {
        position: absolute;
        top: 0;
        right: -9999px;
        bottom: 0;
        left: -9999px;

        content: '';

        background: #4a4a4a;
    }

    .top-header-block:after
    {
        z-index: -1;
    }

    .top-header-block *
    {
        color: #fff;
    }

    .top-header-block .search-opener
    {
        margin-left: 38px;
    }

    .header-block
    {
        padding: 15px 0 0;
    }

    .footer .footer-social-list
    {
        margin: 0 0 58px;
    }

    .footer .footer-social-list li
    {
        margin: 0 5px 0 0;
    }

    .state-title
    {
        margin-bottom: 46px;
    }

    .footer-block-holder
    {
        padding: 52px 0 38px;
    }

    .widgets-holder
    {
        margin-bottom: 0;
    }

    .footer-bottom
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    html,
    body
    {
        height: 100%;
    }

    .page-holder
    {
        display: table;

        height: 100%;

        table-layout: fixed;
    }

    #wrapper
    {
        display: table-cell;

        margin: 0 auto;
    }

    #footer
    {
        display: table-footer-group;
        overflow: hidden; /*for FF on Windows 7*/

        height: 1%;
    }

    .desktop-hidden
    {
        position: absolute;
        top: auto;
        left: -9999px;

        overflow: hidden;

        width: 1px;
        height: 1px;
    }

    .section-top
    {
        font-size: 1.125rem;
    }

    .top-section-block h1
    {
        margin-bottom: 1.2rem;
    }

    .top-section-block .share-list
    {
        margin-bottom: 40px;
    }

    .twocolumns-section
    {
        padding: 95px 0 50px;
    }

    .top-post-block
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-post-block h1
    {
        margin: 0;
    }

    .news-section
    {
        padding: 50px 0 0;
    }

    .news-section.archive-news-section
    {
        padding: 75px 0;
    }

    .news-post
    {
        font-size: 14px;
        line-height: 1.5;
    }

    .news-post-3-column
    {
        font-size: 14px;
        line-height: 1.5;
    }

    .post-title
    {
        font-size: 1.25rem;
    }

    .category-label
    {
        width: auto;
        min-width: 79px;
        padding: 2px 10px 1px;
    }

    .category-icon
    {
        font-size: 45px;
    }

    .jackaroos-gallery .slide-image
    {
        padding: 0 15px;
    }

    .jackaroos-banner
    {
        line-height: 1.1;

        padding-top: 65px;
    }

    .jackaroos-banner *
    {
        color: #fff;
    }

    .jackaroos-banner .profile-title
    {
        font-size: 45px;
    }

    .jackaroos-banner .container,
    .jackaroos-banner .slick-dots,
    .jackaroos-banner .wp-caption-text,
    .jackaroos-banner figcaption
    {
        position: relative;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .jackaroos-banner .container:after,
    .jackaroos-banner .slick-dots:after,
    .jackaroos-banner .wp-caption-text:after,
    .jackaroos-banner figcaption:after
    {
        height: 250px;

        content: '';
    }

    .jackaroos-banner .col-text
    {
        width: 27.5%;
    }

    .jackaroos-banner .profile-image-box
    {
        padding-left: 203px;
    }

    .jackaroos-banner-holder
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 61.5%;
        min-height: 350px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jackaroos-banner-holder:only-child
    {
        width: 100%;
    }

    .profile-title
    {
        max-width: 300px;
    }

    .profile-top-info
    {
        position: absolute;
        top: 0;
        left: 0;
    }

    .link-info
    {
        font-size: 16px;
    }

    .description-list-holder:after
    {
        display: none;
    }

    .description-list
    {
        font-size: 22px;

        margin: 0;

        text-align: left;
        text-transform: uppercase;
    }

    .description-list li
    {
        margin-bottom: 26px;
    }

    .description-list .list-tlt
    {
        font-size: 14px;
        font-weight: 300;

        display: block;
    }

    .profile-description
    {
        line-height: 1.1;

        padding: 86px 0;
    }

    .profile-aside li:before
    {
        width: 10px;
        height: 10px;
    }

    .profile-aside h3
    {
        max-width: 76%;
        margin-bottom: 15px;
    }

    .sidebar-content
    {
        margin-bottom: 55px;
    }

    .profile-content h2
    {
        margin-bottom: 1.25rem;
    }

    .profile-content h2 strong
    {
        font-size: 1.88rem;
        font-weight: 700;

        text-transform: none;
    }

    .profile-content p
    {
        margin-bottom: 2rem;
    }

    .jackaroos-section
    {
        padding: 90px 0 50px;
    }

    .shop-item-box
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        height: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .sign-up-section
    {
        font-size: 18px;

        padding: 53px 0;
    }

    .sign-up-section form
    {
        margin: 0 auto 17px;
        padding-top: 18px;
    }

    .sign-up-logo
    {
        margin-bottom: 33px;
    }

    .flockler-wall-item,
    .wall-item
    {
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px)
{
    .container,
    .slick-dots,
    .wp-caption-text,
    figcaption
    {
        max-width: 1140px;
    }

    .col-xl
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-xl-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }

    .col-xl-1
    {
        max-width: 8.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }

    .col-xl-2
    {
        max-width: 16.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }

    .col-xl-3
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-xl-4
    {
        max-width: 33.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }

    .col-xl-5
    {
        max-width: 41.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }

    .col-xl-6
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-xl-7
    {
        max-width: 58.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }

    .col-xl-8
    {
        max-width: 66.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }

    .col-xl-9
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-xl-10
    {
        max-width: 83.3333333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }

    .col-xl-11
    {
        max-width: 91.6666666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }

    .col-xl-12
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .order-xl-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0
    {
        margin-left: 0;
    }

    .offset-xl-1
    {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2
    {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3
    {
        margin-left: 25%;
    }

    .offset-xl-4
    {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5
    {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6
    {
        margin-left: 50%;
    }

    .offset-xl-7
    {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8
    {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9
    {
        margin-left: 75%;
    }

    .offset-xl-10
    {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11
    {
        margin-left: 91.6666666667%;
    }

    .navbar-expand-xl
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right
    {
        right: 0;
        left: auto;
    }

    .navbar-expand-xl .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .slick-dots,
    .navbar-expand-xl > .wp-caption-text,
    .navbar-expand-xl > figcaption,
    .navbar-expand-xl > .container-fluid
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-xl .dropup .dropdown-menu
    {
        top: auto;
        bottom: 100%;
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-xl-row
    {
            flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

    .flex-xl-column
    {
            flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

    .flex-xl-row-reverse
    {
            flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse
    {
            flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-xl-wrap
    {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }

    .flex-xl-nowrap
    {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse
    {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto
    {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start
    {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end
    {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center
    {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch
    {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-xl-left
    {
        float: left !important;
    }

    .float-xl-right
    {
        float: right !important;
    }

    .float-xl-none
    {
        float: none !important;
    }

    .m-xl-0
    {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0
    {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0
    {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0
    {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0
    {
        margin-left: 0 !important;
    }

    .m-xl-1
    {
        margin: .25rem !important;
    }

    .mt-xl-1,
    .my-xl-1
    {
        margin-top: .25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1
    {
        margin-right: .25rem !important;
    }

    .mb-xl-1,
    .my-xl-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1
    {
        margin-left: .25rem !important;
    }

    .m-xl-2
    {
        margin: .5rem !important;
    }

    .mt-xl-2,
    .my-xl-2
    {
        margin-top: .5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2
    {
        margin-right: .5rem !important;
    }

    .mb-xl-2,
    .my-xl-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2
    {
        margin-left: .5rem !important;
    }

    .m-xl-3
    {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3
    {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3
    {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3
    {
        margin-left: 1rem !important;
    }

    .m-xl-4
    {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4
    {
        margin-left: 1.5rem !important;
    }

    .m-xl-5
    {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5
    {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5
    {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5
    {
        margin-left: 3rem !important;
    }

    .m-xl-6
    {
        margin: 4.5rem !important;
    }

    .mt-xl-6,
    .my-xl-6
    {
        margin-top: 4.5rem !important;
    }

    .mr-xl-6,
    .mx-xl-6
    {
        margin-right: 4.5rem !important;
    }

    .mb-xl-6,
    .my-xl-6
    {
        margin-bottom: 4.5rem !important;
    }

    .ml-xl-6,
    .mx-xl-6
    {
        margin-left: 4.5rem !important;
    }

    .m-xl-7
    {
        margin: 6rem !important;
    }

    .mt-xl-7,
    .my-xl-7
    {
        margin-top: 6rem !important;
    }

    .mr-xl-7,
    .mx-xl-7
    {
        margin-right: 6rem !important;
    }

    .mb-xl-7,
    .my-xl-7
    {
        margin-bottom: 6rem !important;
    }

    .ml-xl-7,
    .mx-xl-7
    {
        margin-left: 6rem !important;
    }

    .m-xl-8
    {
        margin: 7.5rem !important;
    }

    .mt-xl-8,
    .my-xl-8
    {
        margin-top: 7.5rem !important;
    }

    .mr-xl-8,
    .mx-xl-8
    {
        margin-right: 7.5rem !important;
    }

    .mb-xl-8,
    .my-xl-8
    {
        margin-bottom: 7.5rem !important;
    }

    .ml-xl-8,
    .mx-xl-8
    {
        margin-left: 7.5rem !important;
    }

    .m-xl-9
    {
        margin: 9rem !important;
    }

    .mt-xl-9,
    .my-xl-9
    {
        margin-top: 9rem !important;
    }

    .mr-xl-9,
    .mx-xl-9
    {
        margin-right: 9rem !important;
    }

    .mb-xl-9,
    .my-xl-9
    {
        margin-bottom: 9rem !important;
    }

    .ml-xl-9,
    .mx-xl-9
    {
        margin-left: 9rem !important;
    }

    .m-xl-10
    {
        margin: 10.5rem !important;
    }

    .mt-xl-10,
    .my-xl-10
    {
        margin-top: 10.5rem !important;
    }

    .mr-xl-10,
    .mx-xl-10
    {
        margin-right: 10.5rem !important;
    }

    .mb-xl-10,
    .my-xl-10
    {
        margin-bottom: 10.5rem !important;
    }

    .ml-xl-10,
    .mx-xl-10
    {
        margin-left: 10.5rem !important;
    }

    .p-xl-0
    {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0
    {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0
    {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0
    {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0
    {
        padding-left: 0 !important;
    }

    .p-xl-1
    {
        padding: .25rem !important;
    }

    .pt-xl-1,
    .py-xl-1
    {
        padding-top: .25rem !important;
    }

    .pr-xl-1,
    .px-xl-1
    {
        padding-right: .25rem !important;
    }

    .pb-xl-1,
    .py-xl-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1,
    .px-xl-1
    {
        padding-left: .25rem !important;
    }

    .p-xl-2
    {
        padding: .5rem !important;
    }

    .pt-xl-2,
    .py-xl-2
    {
        padding-top: .5rem !important;
    }

    .pr-xl-2,
    .px-xl-2
    {
        padding-right: .5rem !important;
    }

    .pb-xl-2,
    .py-xl-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2,
    .px-xl-2
    {
        padding-left: .5rem !important;
    }

    .p-xl-3
    {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3
    {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3
    {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3
    {
        padding-left: 1rem !important;
    }

    .p-xl-4
    {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4
    {
        padding-left: 1.5rem !important;
    }

    .p-xl-5
    {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5
    {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5
    {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5
    {
        padding-left: 3rem !important;
    }

    .p-xl-6
    {
        padding: 4.5rem !important;
    }

    .pt-xl-6,
    .py-xl-6
    {
        padding-top: 4.5rem !important;
    }

    .pr-xl-6,
    .px-xl-6
    {
        padding-right: 4.5rem !important;
    }

    .pb-xl-6,
    .py-xl-6
    {
        padding-bottom: 4.5rem !important;
    }

    .pl-xl-6,
    .px-xl-6
    {
        padding-left: 4.5rem !important;
    }

    .p-xl-7
    {
        padding: 6rem !important;
    }

    .pt-xl-7,
    .py-xl-7
    {
        padding-top: 6rem !important;
    }

    .pr-xl-7,
    .px-xl-7
    {
        padding-right: 6rem !important;
    }

    .pb-xl-7,
    .py-xl-7
    {
        padding-bottom: 6rem !important;
    }

    .pl-xl-7,
    .px-xl-7
    {
        padding-left: 6rem !important;
    }

    .p-xl-8
    {
        padding: 7.5rem !important;
    }

    .pt-xl-8,
    .py-xl-8
    {
        padding-top: 7.5rem !important;
    }

    .pr-xl-8,
    .px-xl-8
    {
        padding-right: 7.5rem !important;
    }

    .pb-xl-8,
    .py-xl-8
    {
        padding-bottom: 7.5rem !important;
    }

    .pl-xl-8,
    .px-xl-8
    {
        padding-left: 7.5rem !important;
    }

    .p-xl-9
    {
        padding: 9rem !important;
    }

    .pt-xl-9,
    .py-xl-9
    {
        padding-top: 9rem !important;
    }

    .pr-xl-9,
    .px-xl-9
    {
        padding-right: 9rem !important;
    }

    .pb-xl-9,
    .py-xl-9
    {
        padding-bottom: 9rem !important;
    }

    .pl-xl-9,
    .px-xl-9
    {
        padding-left: 9rem !important;
    }

    .p-xl-10
    {
        padding: 10.5rem !important;
    }

    .pt-xl-10,
    .py-xl-10
    {
        padding-top: 10.5rem !important;
    }

    .pr-xl-10,
    .px-xl-10
    {
        padding-right: 10.5rem !important;
    }

    .pb-xl-10,
    .py-xl-10
    {
        padding-bottom: 10.5rem !important;
    }

    .pl-xl-10,
    .px-xl-10
    {
        padding-left: 10.5rem !important;
    }

    .m-xl-auto
    {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto
    {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto
    {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto
    {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto
    {
        margin-left: auto !important;
    }

    .text-xl-left
    {
        text-align: left !important;
    }

    .text-xl-right
    {
        text-align: right !important;
    }

    .text-xl-center
    {
        text-align: center !important;
    }

    .footer .footer-social-list li
    {
        margin: 0 10px 0 0;
    }

    .jackaroos-title
    {
        font-size: 18px;
    }
}

@media (max-width: 1399px)
{
    .ba-events .post-date
    {
        margin: 0;
    }
}

@media (max-width: 1199.98px)
{
    .table-responsive-xl
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered
    {
        border: 0;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .slick-dots,
    .navbar-expand-xl > .wp-caption-text,
    .navbar-expand-xl > figcaption,
    .navbar-expand-xl > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }

    .fac-header
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .fac-header .page-title
    {
        margin-bottom: 20px;
    }

    .fac-search-content .fac-search-items .fac-search-item
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .fac-search-content .fac-search-items .fac-search-item .right-side.find-a-club-result .fac-icons .fac-icon-wrapper
    {
        margin-right: 10px;
        margin-left: 0;
    }

    .fac-search-content .fac-search-items .fac-search-item .right-side.find-a-club-result
    {
        margin-left: 0;
    }

    .fac-search-content .fac-search-items .fac-search-item .right-side
    {
        max-width: 100%;
        margin-left: 0;
    }

    .fac-search-content .fac-search-items .fac-search-item .right-side .fac-icons
    {
            flex-direction: row;

        padding-top: 20px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fac-icon-wrapper
    {
        max-width: 50px;
        margin-right: 20px;
        margin-left: 0;
    }

    .fac-searched-result
    {
        max-width: 800px;
    }
}

@media (max-width: 1199px)
{
    .ba-events .post-date li
    {
        width: 50%;
    }
}

@media (max-width: 1023.98px)
{
    .table-responsive-lg
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered
    {
        border: 0;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .slick-dots,
    .navbar-expand-lg > .wp-caption-text,
    .navbar-expand-lg > figcaption,
    .navbar-expand-lg > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }

    .main-navigation-holder
    {
        position: absolute;
        z-index: 2;
        top: 100%;
        right: 0;
        left: 0;

        visibility: hidden;
        overflow: hidden;

        width: 100%;
        padding: 20px 15px 0;

        -webkit-transition: opacity .4s, visibility .4s;
                transition: opacity .4s, visibility .4s;

        opacity: 0;
        background: #e5e5e5;
    }

    .main-navigation
    {
        margin: 0 -15px;

        letter-spacing: .93px;

        background: #e5e5e5;
    }

    .main-navigation li.menu-item-has-children > a:after
    {
        font-size: 20px;

        right: 21px;
    }

    .main-navigation a
    {
        padding: 17px 30px 19px;

        border-bottom: 1px solid #989898;
    }

    .findClub-opener
    {
        width: 60px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .findClub-opener > span
    {
        font-size: 0;
        line-height: 0;

        display: block;
    }

    .fac-header .page-title
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fac-search-content .fac-search-items .fac-search-item .left-side
    {
        margin-bottom: 20px;
    }

    .fac-search-content .fac-search-items .fac-search-item .right-side
    {
        max-width: 100%;
        margin-left: 0;
    }

    .fac-search-content .fac-search-items .fac-search-item .right-side .fac-icons
    {
        padding-top: 0;
    }

    .info-banner
    {
        padding: 27px 0;
    }

    .info-banner .bunner-text
    {
        max-width: 66%;
    }

    .info-banner .container,
    .info-banner .slick-dots,
    .info-banner .wp-caption-text,
    .info-banner figcaption
    {
        text-align: center;
    }

    .info-banner .image-block
    {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .navigation .nav-links,
    .navigation-comments .nav-links
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .post-related-item:after
    {
        position: absolute;
        top: 100%;
        right: -9999px;
        left: -9999px;

        height: 1px;

        content: '';

        background-color: #e5e5e5;
    }

    .related-post-description
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .related-post-description time
    {
        margin-top: auto;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header .container,
    .header .slick-dots,
    .header .wp-caption-text,
    .header figcaption
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header.nav-active,
    .header.findClub-active
    {
        background-color: #4a4a4a;
    }

    .nav-active .logo
    {
        position: relative;
        z-index: 3;
    }

    .nav-active .logo .logo-color
    {
        fill: #fff !important;
    }

    .top-action-block
    {
        margin-right: -15px;
    }

    .header-block
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer-block-holder
    {
        text-align: center;
    }

    .menu-wrapper
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .widgets-holder
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .widgets-holder .widget
    {
        text-align: left;
    }

    .powered-block
    {
        margin-bottom: 36px;
    }

    .footer-block
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-hidden
    {
        position: absolute;
        top: auto;
        left: -9999px;

        overflow: hidden;

        width: 1px;
        height: 1px;
    }

    .section-top
    {
        text-align: center;
    }

    .top-section-block h1
    {
        font-size: 28px;
    }

    .gallery-slider .slick-arrow
    {
        top: auto;

        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
    }

    .category-icon
    {
        top: 50%;
        left: 50%;

        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .posts-gallery .news-post
    {
        margin-bottom: 0;
    }

    .posts-gallery .category-label
    {
        display: none;
    }

    .posts-gallery .post-description
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        margin-bottom: 0;

        text-align: center;

        color: #fff;
        background-color: rgba(0, 0, 0, .57);
    }

    .posts-gallery .post-description p,
    .posts-gallery .post-description time
    {
        display: none;
    }

    .posts-gallery .post-title
    {
        font-size: 1.13rem;

        margin-bottom: 0;
        padding: 18px 15px;
    }

    .posts-gallery .post-title a
    {
        color: inherit;
    }

    .posts-gallery .news-card
    {
        margin: 0;
    }

    .posts-gallery .news-post-wrap
    {
        max-width: 100%;
        padding: 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .posts-gallery .category-icon
    {
        font-size: 45px;
    }

    .jackaroos-banner-holder
    {
        position: relative;
    }

    .description-list-holder
    {
        padding: 50px 0;
    }

    .profile-content h2
    {
        font-size: 15px;
        font-weight: 700;

        border-bottom: 1px solid #d3d2d2;
    }

    .profile-content h2 strong
    {
        font-size: 20px;
        font-weight: 300;
    }

    .profile-content p:last-child
    {
        margin-bottom: 0;
    }

    .shop-item-box
    {
        width: 65%;
        margin: 0 auto;
    }

    .sign-up-block
    {
        max-width: 400px;
    }
}

@media (max-width: 1023px)
{
    .ba-events-archive .grid-post
    {
        padding: 15px 0;
    }

    .ba-events-archive .grid-post.small-style .post-info h3
    {
        font-size: 16px;
        line-height: 1.24;
    }

    .ba-events-archive .grid-post .post-image
    {
        padding: 0 12px 0 0;
    }

    .ba-events-archive .grid-post .post-info h3
    {
        font-size: 20px;
    }

    .ba-find-a-club-archive .grid-post
    {
        padding: 15px 0;
    }

    .ba-find-a-club-archive .grid-post.small-style .post-info h3
    {
        font-size: 16px;
        line-height: 1.24;
    }

    .ba-find-a-club-archive .grid-post .post-image
    {
        padding: 0 12px 0 0;
    }

    .ba-find-a-club-archive .grid-post .post-info h3
    {
        font-size: 20px;
    }
}

@media (max-width: 767.98px)
{
    .table-responsive-md
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered
    {
        border: 0;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .slick-dots,
    .navbar-expand-md > .wp-caption-text,
    .navbar-expand-md > figcaption,
    .navbar-expand-md > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }

    .content-title
    {
        text-align: center;
    }

    .info-block.mobile-block
    {
        margin-bottom: 0;
    }

    .mobile-block:not(.info-block-1) picture
    {
        position: absolute;
        top: auto;
        left: -10000px;

        overflow: hidden;

        width: 1px;
        height: 1px;
    }

    .mobile-block:not(.info-block-1) .sub-title
    {
        font-size: 16px;

        position: relative;
        top: auto;
        left: auto;

        display: block;

        padding: 16px 40px 12px 20px;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        text-align: left;

        color: #4a4a4a;
        border-bottom: 1px solid #fff;
    }

    .mobile-block:not(.info-block-1) .sub-title:before
    {
        visibility: visible;
    }

    .mobile-block:not(.info-block-1) .sub-title:after
    {
        display: none;
    }

    .mobile-block:not(.info-block-1) .image-link:after
    {
        background-color: #f1f1f1;
    }

    .mobile-block:not(.info-block-1) .image-link:hover:after
    {
        border-color: transparent;
    }

    .mobile-block:not(.info-block-1) .image-link:hover .sub-title:before
    {
        color: #ffd200;
    }

    .fac-header
    {
        min-height: 220px;
        padding-bottom: 0;
    }

    .fac-header .search-controls .filter-form
    {
        width: 100%;
    }

    .fac-header .search-controls .jcf-select
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .fac-icon-wrapper
    {
        max-width: 33%;
        margin-right: 0;
    }

    .ba-find-a-club-result-wrapper,
    .ba-find-a-club-result-wrapper-back
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .ba-find-a-club-result-wrapper
    {
        margin-bottom: 40px;
    }

    .card-contact
    {
        max-width: 100%;
        margin-left: 0;
    }

    .card-contact .contactMap
    {
        min-height: 220px;
    }

    .filter-form .jcf-select
    {
        width: 100%;
        margin-bottom: 25px;
    }

    .filter-form .btn,
    .filter-form .widget_custom_sidebar_banner a,
    .widget_custom_sidebar_banner .filter-form a
    {
        width: 100%;
        margin-left: 0;
    }

    .info-list
    {
        background-color: #f1f1f1;
    }

    .info-list a:after
    {
        top: 50%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .info-title
    {
        display: none;
    }

    .widget_custom_sidebar_banner
    {
        position: relative;

        text-align: center;
    }

    .widget_custom_sidebar_banner:after
    {
        position: absolute;
        top: 0;
        right: -9999px;
        bottom: 0;
        left: -9999px;

        content: '';

        background: #ffd200;
    }

    .widget_custom_sidebar_banner:after
    {
        z-index: -1;
    }

    .widget_custom_sidebar_banner img
    {
        width: auto;
        height: 100%;
    }

    .widget-list a:after
    {
        right: 20px;
    }

    .content
    {
        margin: 0 0 2.6rem;
    }

    .gallery-slider .slick-dots
    {
        visibility: hidden;
    }

    .slider-text
    {
        text-align: center;
    }

    .post-section .wp-caption
    {
        float: none;
    }

    .full-width-image,
    .post-image,
    .post-section .wp-caption
    {
        width: 100vw !important;
        max-width: none;
        margin-right: calc(-50vw + 50%);
        margin-left: calc(-50vw + 50%);
    }

    .without-image .profile-nav
    {
        position: static;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

@media (max-width: 767px)
{
    .navigation-single .next a,
    .navigation-single .prev a
    {
        padding: .2em;
    }

    .ba-events
    {
        padding: 19px 0 65px;
    }

    .ba-events h2
    {
        font-size: 24px;
    }

    .ba-events .post-date li
    {
        width: 100%;
        padding: 10px 0;

        border-bottom: 1px solid #f1f1f1;
    }

    .ba-events .post-date li a > div
    {
        padding: 0 0 0 31px;
    }

    .ba-events .post-date li a .text
    {
        padding: 0;
    }

    .ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters div.category-filter
    {
        width: 50%;
    }

    .ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .clear-filter-btn
    {
        width: 50%;
    }

    .ba-event-calendar-wrapper .ba-event-calendar .event-calendar-table .table-row .table-cell.table-header .header-day::before
    {
        content: attr(data-day-short);
    }
}

@media (max-width: 575px)
{
    .ba-events .post-date
    {
        padding: 4px 0 29px;
    }

    .ba-events .post-date li
    {
        padding: 20 0 15px;
    }

    .ba-events .post-date li a > div
    {
        padding: 0 0 0 50px;
    }

    .ba-events .post-date li a > div:before
    {
        top: 0;
    }

    .ba-events .post-date li a time
    {
        line-height: 1;
    }

    .ba-events .post-date li a time span
    {
        font-size: 68px;
    }

    .ba-events .post-date li a h4
    {
        margin-bottom: 9px;
    }

    .ba-events .post-date li a p
    {
        margin-bottom: 13px;
    }

    .ba-events-archive .grid-post .post-image
    {
        width: 100%;
        margin: 0 0 10px;
    }

    .ba-events-archive .grid-post .post-info
    {
        width: 100%;
    }

    .ba-events-archive .grid-post .post-info h3
    {
        font-size: 18px;
    }

    .ba-find-a-club-archive .grid-post .post-image
    {
        width: 100%;
        margin: 0 0 10px;
    }

    .ba-find-a-club-archive .grid-post .post-info
    {
        width: 100%;
    }

    .ba-find-a-club-archive .grid-post .post-info h3
    {
        font-size: 18px;
    }
}

@media (max-width: 479.98px)
{
    .table-responsive-sm
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered
    {
        border: 0;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .slick-dots,
    .navbar-expand-sm > .wp-caption-text,
    .navbar-expand-sm > figcaption,
    .navbar-expand-sm > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }

    .navigation:last-child,
    .navigation-comments:last-child
    {
        padding-top: 2rem;
    }

    .posts-holder .news-post
    {
        position: relative;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 12px 0;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .posts-holder .news-post:after
    {
        position: absolute;
        top: 100%;
        right: -9999px;
        left: -9999px;

        height: 1px;

        content: '';

        background-color: #e5e5e5;
    }

    .posts-holder .news-card
    {
        width: 36%;
    }

    .posts-holder .post-description
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 60%;

        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .posts-holder .post-description:only-child
    {
        width: 100%;
    }

    .posts-holder .post-description time
    {
        margin-top: auto;
    }
}

@media (max-width: 475px)
{
    .ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters div.category-filter
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters div.category-filter .jcf-select
    {
        min-width: 0;
    }

    .ba-event-calendar-wrapper .calendar-header .calendar-title-section .calendar-filters .clear-filter-btn
    {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    *,
    *::before,
    *::after
    {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:not(.btn)
    {
        text-decoration: underline;
    }

    abbr[title]::after
    {
        content: ' (' attr(title) ')';
    }

    pre
    {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote
    {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }

    tr,
    img
    {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3
    {
        page-break-after: avoid;
    }

    body
    {
        min-width: 1024px !important;
    }

    .container,
    .slick-dots,
    .wp-caption-text,
    figcaption
    {
        min-width: 1024px !important;
    }

    .navbar
    {
        display: none;
    }

    .badge
    {
        border: 1px solid #000;
    }

    .table
    {
        border-collapse: collapse !important;
    }

    .table td,
    .table th
    {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td
    {
        border: 1px solid #ddd !important;
    }
}

@-webkit-keyframes progress-bar-stripes
{
    from
    {
        background-position: 1rem 0;
    }

    to
    {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes
{
    from
    {
        background-position: 1rem 0;
    }

    to
    {
        background-position: 0 0;
    }
}

@-webkit-keyframes spinner
{
    0%
    {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
                transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100%
    {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
                transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes spinner
{
    0%
    {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
                transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100%
    {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
                transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

#find-a-club-template--search-field {
    background-color: #ffffff;
    font-size: 24px;
    border: 0;
    border-bottom: 1px solid #ffd200;
    width: auto;
    min-width: auto;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: -5px;

}