.animated.standby
{
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    visibility: hidden;
}

html, body
{
    margin: 0;
    width: 100%;
    height: auto;
}

form
{
    margin: 0;
}

p
{
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5
{
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
}

h1
{
    font-size: 1.8em;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.3em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

table
{
    font-size: 100%;
}

section
{
    position: relative;
}

.table
{
    display: table;
}

.tableRow
{
    display: table-row;
}

.tableCell
{
    display: table-cell;
}

img
{
    border: 0;
    max-width: 100%;
}

.lightbox img
{
    max-width: unset;
}

iframe, video
{
    max-width: 100%;
}

.inner800
{
    max-width: 800px;
    margin: 0 auto;
}

.inner1280
{
    max-width: 1280px;
    margin: 0 auto;
}

.inner90vw
{
    max-width: 90vw;
    margin: 0 auto;
}

.inner80vw
{
    max-width: 80vw;
    margin: 0 auto;
}

.inner70vw
{
    max-width: 70vw;
    margin: 0 auto;
}

.borderBox
{
    box-sizing: border-box;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.textCenter
{
    text-align: center;
}

.textLeft
{
    text-align: left;
}

.textRight
{
    text-align: right;
}

.inlineBlock
{
    display: inline-block;
}

.hidden
{
    display: none;
}

.flex
{
    display: flex;
}

.flexEvenlyCenter
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.flexEvenlyStart
{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.flexEvenlyEnd
{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.flexBetweenCenter
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexBetweenStart
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flexBetweenEnd
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.flexAroundCenter
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flexAroundStart
{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.flexAroundEnd
{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.flexStartCenter
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexStartStart
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flexStartEnd
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.flexEndCenter
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexEndStart
{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.flexEndEnd
{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.flexCenterCenter
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexCenterStart
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.flexCenterEnd
{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.flexWrap
{
    flex-wrap: wrap;
}

.mobile
{
    display: none;
}

.noWrap
{
    white-space: nowrap;
}

@media (max-width: 1422px)
{
    .inner90vw
    {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (max-width: 800px)
{
    .desktop
    {
        display: none;
    }

    .mobile
    {
        display: block;
    }
}

.vPad15
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.vPad50
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.vPad3vw
{
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.twoCols, .threeCols, .fourCols
{
    display: flex;
    justify-content: space-between;
}

    .twoCols .col
    {
        width: 49%;
    }

    .threeCols .col
    {
        width: 32.333333333333333%;
    }

    .fourCols .col
    {
        width: 24%;
    }

.twoCols3367 .col:first-child
{
    width: 32.66666666666667%;
}

.twoCols3367 .col:last-child
{
    width: 65.33333333333333%;
}

.twoCols6733 .col:first-child
{
    width: 65.33333333333333%;
}

.twoCols6733 .col:last-child
{
    width: 32.66666666666667%;
}

.twoCols4060 .col:first-child
{
    width: 39%;
}

.twoCols4060 .col:last-child
{
    width: 59%;
}

.twoCols6040 .col:first-child
{
    width: 59%;
}

.twoCols6040 .col:last-child
{
    width: 39%;
}

.twoCols.twoColsFree .col
{
    width: auto;
}

@media (max-width: 800px)
{
    .threeCols
    {
        display: block;
    }

        .threeCols .col
        {
            width: initial;
            margin: 10px 0;
        }

    .fourCols .col
    {
        width: 49%;
    }
}

@media (max-width: 699px)
{
    .twoCols, .fourCols
    {
        display: block;
    }

        .twoCols .col,
        .fourCols .col,
        .twoCols3367 .col:first-child,
        .twoCols3367 .col:last-child,
        .twoCols6733 .col:first-child,
        .twoCols6733 .col:last-child,
        .twoCols4060 .col:first-child,
        .twoCols4060 .col:last-child,
        .twoCols6040 .col:first-child,
        .twoCols6040 .col:last-child
        {
            width: initial;
            margin: 10px 0;
        }
}

.padded15
{
    padding: 15px;
}

.paddedLR15
{
    padding: 0 15px 0 15px;
}

.padded20
{
    padding: 20px;
}

.paddedLR20
{
    padding: 0 20px 0 20px;
}

.noMargin
{
    margin: 0;
}

.small
{
    font-size: 0.9em;
}

.smaller
{
    font-size: 0.85em;
}

.large
{
    font-size: 1.1em;
}

.larger
{
    font-size: 1.2em;
}

.alert, .error
{
    color: red;
}

@media print
{
    .dontPrint
    {
        display: none;
    }
}

.whiteBg
{
    background-color: white;
}

.whiteBg85
{
    background-color: rgba(255,255,255,0.85);
}

/*********************************************************/
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    bottom: 0;
}

    .slick-dots li
    {
        width: 30px;
        height: 30px;
        margin: 0;
    }

        .slick-dots li button:before
        {
            font-size: 12px;
            line-height: 30px;
            position: absolute;
            height: 30px;
            opacity: 1;
            color: grey;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
        }

        .slick-dots li.slick-active button:before
        {
            opacity: 1;
            color: white;
        }