﻿@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');
@import "hamburgers.min.css";
@import "font-awesome.min.css";
/* Reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
button,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
}

body {
    line-height: 1;
    min-height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
    background-color: #fff;
}

p {
    margin-top: 5px;
    margin-bottom: 15px;
}

ol,
ul {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 25px;
}

strong {
    font-weight: bold;
}

input,
select {
    vertical-align: middle;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
    font-style: italic;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-info {
    font-size: 10px;
    text-transform: uppercase;
}

    .text-info.large {
        font-size: 13px;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.btn {
    display: inline-block;
    color: #2d658f;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2d658f;
    cursor: pointer;
    min-width: 75px;
    min-height: 40px;
    text-decoration: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

    .btn.btn-default {
        background-color: #f9f6e3;
    }

a.btn {
    line-height: 40px;
}

.btn:hover {
    color: #fff;
    background-color: #2d658f;
    border-color: #fff;
}

.btn-block {
    display: block;
}

.btn-danger {
    color: #a00000;
}

.btn-xs,
a.btn-xs {
    height: 30px;
    min-height: 30px;
    line-height: 28px;
    font-size: 16px;
    width: auto;
}

.dw-icon-btn-container {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
    max-width: 320px;
    margin: 5px auto;
}

.dw-icon-btn {
    display: block;
    text-align: center;
    width: 75px;
    overflow-x: visible;
    /*// Workaround: Force overflowing text to center (BREAKS in IE/Edge)
    .dw-icon-btn-label:before {
        content: "";
        margin-left: -100%;
    }

    .dw-icon-btn-label:after {
        content: "";
        margin-right: -100%;
    }
    // Workaround:End*/
}

    .dw-icon-btn a,
    .dw-icon-btn a:visited,
    .dw-icon-btn a:active {
        color: #ffffff;
        text-decoration: none;
    }

    .dw-icon-btn .dw-icon-btn-icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-radius: 50%;
        border: 2px solid #2d658f;
        width: 55px;
        height: 55px;
        margin: 1px auto;
        background-color: #2d658f;
        color: white;
    }

        .dw-icon-btn .dw-icon-btn-icon.borderless {
            border-color: transparent;
        }

    .dw-icon-btn .dw-icon-btn-img-a,
    .dw-icon-btn .dw-icon-btn-img {
        width: 57px;
        height: 57px;
    }

    .dw-icon-btn .dw-icon-btn-label {
        margin-top: 5px;
        text-transform: uppercase;
        visibility: visible;
        font-size: 12px;
        text-align: center;
    }

    .dw-icon-btn:hover .dw-icon-btn-label {
        visibility: visible;
    }

    .dw-icon-btn:hover .dw-icon-btn-icon {
        background-color: #fff;
        border: 2px solid #fff;
    }

@media screen and (min-device-width: 900px) {
    .dw-icon-btn-container {
        max-width: 384px;
        margin: 15px auto;
    }

    .dw-icon-btn .dw-icon-btn-icon {
        width: 65px;
        height: 65px;
        /*background-color: transparent;*/
    }

    .dw-icon-btn .dw-icon-btn-img-a,
    .dw-icon-btn .dw-icon-btn-img {
        width: 67px;
        height: 67px;
    }

    .dw-icon-btn .dw-icon-btn-label {
        /*visibility: hidden;*/
        visibility: visible;
        font-size: 12px;
    }

    .dw-icon-btn:hover .dw-icon-btn-label {
        visibility: visible;
    }

    .dw-icon-btn:hover .dw-icon-btn-icon {
        background-color: #2d658f;
    }
}

:focus {
    outline: 0;
}

form {
    margin-top: 10px;
    margin-bottom: 10px;
}

label {
    display: block;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

    label.dw-label-inline {
        display: inline-block;
        width: 200px;
        vertical-align: middle;
    }

input {
    text-align: center;
    color: #2d658f;
    background-color: #fff;
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2d658f;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 40px;
    line-height: 1.5em;
    font-size: 18px;
}

    input[type=checkbox] {
        width: 20px;
        height: 20px;
    }

    input:disabled {
        background-color: #6ba5d0;
        border-color: #2d658f;
    }

    input:focus {
        outline: none;
        border: 1px solid #2d658f;
    }

.field-validation-error {
    display: block;
    font-size: 12px;
    color: #cc0000;
}

.validation-summary-errors {
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #cc0000;
    opacity: 0.8;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #cc0000;
}

    .validation-summary-errors li {
        list-style: none;
    }

.dw-input-group {
    position: relative;
}

    .dw-input-group .input-group-addon {
        position: absolute;
        left: 1px;
        top: 6px;
        line-height: 1.5em;
        height: 38px;
        min-width: 40px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 1px solid #2d658f;
        background-color: #5899ca;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }

    .dw-input-group .input-group-note {
        position: absolute;
        right: 0px;
        top: 12px;
        font-size: 18px;
        line-height: 1.5em;
        min-width: 40px;
        color: #ffffff;
    }

    .dw-input-group.dw-input-group-disabled .input-group-addon {
        border-right-color: #2d658f;
    }

select[size],
select[multiple] {
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
}

    select[size] option,
    select[multiple] option {
        color: #2d658f;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        vertical-align: middle;
        text-align: center;
        padding-top: 10px;
        border: 1px solid transparent;
    }

        select[size] option:focus,
        select[multiple] option:focus,
        select[size] option:checked,
        select[multiple] option:checked {
            border: 1px solid #fff;
        }

.dw-content {
    position: relative;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    min-height: 100%;
}

.dw-page {
    position: relative;
    background-size: cover;
    z-index: 0;
}

.dw-page-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.dw-page-content {
    z-index: 1;
    padding-bottom: 60px;
}

.dw-logo-header {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    max-height: 200px;
}

    .dw-logo-header img {
        max-width: 100%;
        max-height: 200px;
    }

.dw-dialog {
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
    color: #2d658f;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 10px;
    /*border: 2px solid #2d658f;*/
    padding-left: 5px;
    padding-right: 5px;
}

    .dw-dialog .dw-dialog-header {
        display: inline-block;
        color: #ffffff;
        background-color: #2d658f;
        margin: 0 auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: auto;
        max-width: 260px;
        padding: 8px 15px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
    }

.dw-text-white {
    color: #fff !important;
}

.dw-dialog .dw-dialog-footer {
    display: inline-block;
    color: #ffffff;
    background-color: #2d658f;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: auto;
    max-width: 260px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

    .dw-dialog .dw-dialog-footer a {
        color: #ffffff;
        text-decoration: none;
    }

.dw-dialog input,
.dw-dialog select {
    width: 250px;
}

    .dw-dialog input[type=checkbox] {
        width: 30px;
    }

    .dw-dialog input[type=submit] {
        width: 100%;
        max-width: 250px;
    }

.dw-dialog a,
.dw-dialog a:visited,
.dw-dialog a:active {
/*    color: #2d658f;*/
    text-decoration: none;
}

    .dw-dialog a:hover {
        color: #2d658f;
        text-decoration: underline;
    }

.dw-dialog .dw-dialog-checkbox-group {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

    .dw-dialog .dw-dialog-checkbox-group .dw-dialog-checkbox-text {
        text-align: left;
        line-height: 1.2;
    }

.dw-dialog .btn-block {
    margin-left: auto;
    margin-right: auto;
}

.dw-dialog .mca-logo {
    width: 150px;
}

.dw-dialog form {
    text-align: center;
}

.dw-dialog p {
    font-size: 12px;
}

.dw-dialog span.ui-selectmenu-button.ui-button {
    width: 250px;
}

.dw-dialog-fit {
    width: unset;
    display: inline-block;
}

.dw-footer {
    font-size: 12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #2d658f;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dw-footer a {
        color: #2d658f;
        text-decoration: none;
    }

        .dw-footer a:hover {
            color: #2d658f;
            text-decoration: underline;
        }

    .dw-footer hr {
        display: none;
    }

    .dw-footer li {
        list-style: none;
        display: list-item;
    }

.dw-desktop-only {
    display: none;
}

.dw-mobile-only {
    display: block;
}

.dw-center-block {
    max-width: 320px;
    margin: 0 auto;
}

.dw-half-block {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.dw-inline-block {
    display: inline-block;
}

.dw-text-center {
    text-align: center;
}

.dw-block {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dw-block a {
        text-transform: uppercase;
        text-decoration: none;
    }

.dw-balance-block {
    border: 1px solid #2d658f;
    background-color: #000;
    color: #fff;
    text-align: center;
}

    .dw-balance-block div label {
        display: inline-block;
        min-width: 160px;
        font-weight: bold;
        text-align: right;
        padding-right: 5px;
    }

    .dw-balance-block div span {
        display: inline-block;
        min-width: 160px;
        text-align: left;
        padding-left: 5px;
    }

.dw-clubhome-rule {
    background-color: #ffffff;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dw-floatfix {
    clear: both;
}

.dw-page-masthead {
    background-size: cover;
    position: relative;
}

    .dw-page-masthead .dw-logo-header {
        /*float: left;*/
        width: auto;
        margin: 0;
    }

        .dw-page-masthead .dw-logo-header img {
            width: auto;
            height: 100px;
        }

    .dw-page-masthead .dw-icon-btn-container {
        clear: left;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .dw-page-masthead .dw-page-content {
        min-height: 130px;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.dw-page-content-light {
    color: #000;
    background-color: #ffffff;
    border-top: 3px solid #fff;
}

    .dw-page-content-light form {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dw-page-content-light a,
    .dw-page-content-light a:visited {
        color: #2d658f;
        text-decoration: underline solid;
    }

        .dw-page-content-light a:hover {
            color: #fff;
        }

        .dw-page-content-light a.btn {
            text-decoration: none;
        }

.dw-page-content-masthead {
    background-color: #f9f6e3;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dw-page-content-masthead h1 {
        font-weight: bold;
        color: #2d658f;
    }

.dw-table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dw-top-spacer {
    margin-top: 10px;
}

.dw-flex-center-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dw-flex-column {
    flex-direction: column;
}

.dw-alert {
    display: block;
    padding: 10px;
}

.dw-alert-success {
    border: 1px solid #17b02b;
    color: #17b02b;
}

.dw-alert-error {
    border: 1px solid #c00000;
    color: #c00000;
}

.dw-alert-close {
    float: right;
}

@media screen and (min-width: 600px) {
    .dw-page-masthead .dw-icon-btn-container {
        clear: none;
        float: left;
        margin-left: 10px;
    }
}

@media screen and (min-width: 800px) {
    .dw-wide-block {
        max-width: 600px;
    }

    .dw-extrawide-block {
        max-width: 700px;
    }
}

@media screen and (min-width: 1280px) {
    .dw-page {
        min-height: 100vh;
    }

        .dw-page.dw-push-menu {
            margin-left: 400px;
        }

    .dw-dialog {
        max-width: 372px;
    }

        .dw-dialog .dw-dialog-header {
            max-width: 310px;
        }

        .dw-dialog .dw-dialog-footer {
            max-width: 310px;
        }

    .dw-center-block {
        max-width: 384px;
    }

    .dw-wide-block {
        max-width: 600px;
    }

    .dw-extrawide-block {
        max-width: 850px;
    }

    .dw-logo-header {
        max-width: 320px;
        max-height: 280px;
    }

        .dw-logo-header img {
            width: auto;
            max-width: 320px;
            max-height: 280px;
        }

    .dw-footer {
        background-color: transparent;
        text-align: center;
        position: absolute;
        bottom: 0;
    }

        .dw-footer li {
            list-style: none;
            display: inline;
        }

    .dw-desktop-only {
        display: initial;
    }

    .dw-mobile-only {
        display: none;
    }

    .dw-footer hr {
        display: block;
        width: 80%;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .dw-gateway-cancel {
        float: right;
    }
}

.dw-menu-container {
    background-color: #2d658f;
    width: 100%;
    height: 48px;
    z-index: 10;
}

    .dw-menu-container .dw-menu-header {
        width: 100%;
        color: #ffffff;
        height: 48px;
        z-index: 15;
        position: relative;
        background-color: #2d658f;
    }

        .dw-menu-container .dw-menu-header .dw-menu-bars {
            float: left;
            border-right: 1px solid #5899ca;
        }

        .dw-menu-container .dw-menu-header div {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            text-transform: uppercase;
            height: 48px;
        }

        .dw-menu-container .dw-menu-header:after {
            clear: both;
        }

        .dw-menu-container .dw-menu-header.active {
            position: fixed;
            top: 0;
        }

    .dw-menu-container .dw-menu-profile {
        margin-top: 10px;
        min-height: 80px;
    }

        .dw-menu-container .dw-menu-profile a,
        .dw-menu-container .dw-menu-profile a:visited {
            color: #fff;
            text-decoration: none;
        }

            .dw-menu-container .dw-menu-profile a:hover {
                color: #2d658f;
            }

        .dw-menu-container .dw-menu-profile .fa-stack {
            display: none;
        }

        .dw-menu-container .dw-menu-profile .dw-menu-profile-image {
            float: left;
            width: 30%;
            text-align: center;
            margin-right: 3%;
            margin-left: 3%;
        }

            .dw-menu-container .dw-menu-profile .dw-menu-profile-image img {
                width: 75%;
                border-radius: 50%;
                border: 3px solid #ffffff;
            }

        .dw-menu-container .dw-menu-profile .dw-menu-profile-info {
            margin-left: 10%;
            margin-right: 10%;
            width: 80%;
            height: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-transform: uppercase;
        }

            .dw-menu-container .dw-menu-profile .dw-menu-profile-info .dw-menu-profile-info-name {
                font-size: 14px;
                font-weight: bold;
            }

            .dw-menu-container .dw-menu-profile .dw-menu-profile-info div {
                margin-top: 5px;
            }

    .dw-menu-container .dw-menu {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        transition: transform 0.5s;
        background-color: #2d658f;
        padding-top: 50px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
    }

        .dw-menu-container .dw-menu.active {
            transform: translateX(0);
        }

    .dw-menu-container .dw-menu-content.is-hidden,
    .dw-menu-container .dw-menu-content ul.is-hidden {
        /* push the secondary dropdown items to the right */
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }

        .dw-menu-container .dw-menu-content.is-hidden > li > a,
        .dw-menu-container .dw-menu-content.is-hidden > .dw-menu-divider,
        .dw-menu-container .dw-menu-content ul.is-hidden > li > a,
        .dw-menu-container .dw-menu-content ul.is-hidden > .dw-menu-divider {
            /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
            opacity: 0;
        }

    .dw-menu-container .dw-menu-content,
    .dw-menu-container .dw-menu-content ul {
        -webkit-overflow-scrolling: touch;
    }

        .dw-menu-container .dw-menu-content .dw-menu-item-block {
            display: block;
            width: 100%;
            padding-left: 10%;
            padding-right: 10%;
        }

        .dw-menu-container .dw-menu-content .dw-menu-item {
            display: block;
            min-height: 40px;
            width: 100%;
            padding-left: 10%;
            padding-right: 10%;
            color: #ffffff;
            font-size: 16px;
        }

            .dw-menu-container .dw-menu-content .dw-menu-item a {
                display: block;
                color: #ffffff;
                text-transform: uppercase;
                text-decoration: none;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                height: 40px;
                line-height: 40px;
            }

                .dw-menu-container .dw-menu-content .dw-menu-item a i,
                .dw-menu-container .dw-menu-content .dw-menu-item a img {
                    margin-right: 5px;
                }

            .dw-menu-container .dw-menu-content .dw-menu-item:hover {
                background-color: #5899ca;
            }

        .dw-menu-container .dw-menu-content .dw-menu-item-header {
            font-size: 18px;
            font-weight: bold;
            background-color: #a5c8e3;
            text-transform: uppercase;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .dw-menu-container .dw-menu-content .has-children > a,
        .dw-menu-container .dw-menu-content .go-back a {
            position: relative;
            padding-right: 38px;
        }

            .dw-menu-container .dw-menu-content .has-children > a::after,
            .dw-menu-container .dw-menu-content .go-back > a::before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                width: 1.28571429em;
                text-align: center;
                position: absolute;
                right: 20px;
                top: 27%;
            }

            .dw-menu-container .dw-menu-content .has-children > a::after {
                content: "\f101";
            }

        .dw-menu-container .dw-menu-content .go-back a {
            padding-left: 20px;
            color: #fff;
        }

        .dw-menu-container .dw-menu-content .go-back > a::before {
            left: 0;
            right: unset;
            content: "\f100";
        }

    .dw-menu-container .dw-submenu {
        z-index: 20;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(0);
        transition: transform 0.5s;
        background-color: #2d658f;
        padding-top: 50px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
    }

        .dw-menu-container .dw-submenu .dw-submenu-header {
            font-size: 18px;
            font-weight: bold;
            background-color: #a5c8e3;
            padding-top: 10px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .dw-menu-container .dw-submenu .dw-submenu-spacer,
        .dw-menu-container .dw-submenu .dw-submenu-payment-spacer {
            display: none;
        }

        .dw-menu-container .dw-submenu .dw-menu-profile {
            display: none;
        }

        .dw-menu-container .dw-submenu.is-hidden {
            transform: translateX(0);
        }

    .dw-menu-container .dw-menu-divider {
        clear: both;
        width: 80%;
        height: 1px;
        margin: 0 auto;
        border-bottom: 1px solid #5899ca;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .dw-menu-container .dw-menu-block {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dw-menu-container .dw-menu-footer {
        display: none;
    }

@media screen and (min-width: 1280px) {
    .dw-menu-container {
        position: fixed;
        left: 0;
        top: 0;
        width: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .dw-menu-container .dw-menu-bars {
            display: none;
        }

        .dw-menu-container .dw-menu-header {
            display: none;
        }

        .dw-menu-container .dw-menu-profile {
            display: block;
            text-align: center;
            width: 100%;
            color: #ffffff;
        }

            .dw-menu-container .dw-menu-profile .fa-stack {
                display: block;
                font-weight: normal;
                margin: 0 auto;
                clear: both;
            }

            .dw-menu-container .dw-menu-profile .dw-menu-profile-image {
                display: block;
                float: none;
                margin-top: 40px;
                margin-right: 20%;
                margin-left: 20%;
                width: 60%;
            }

            .dw-menu-container .dw-menu-profile .dw-menu-profile-info {
                width: auto;
            }

        .dw-menu-container .dw-menu {
            position: relative;
            /* reset style*/
            height: auto;
            width: auto;
            transform: translateY(0);
            padding-top: 5px;
        }

        .dw-menu-container .dw-menu-content {
            /* reset mobile style */
            position: static;
            height: auto;
            width: 100%;
        }

            .dw-menu-container .dw-menu-content.is-hidden,
            .dw-menu-container .dw-menu-content ul.is-hidden {
                /* push the secondary dropdown items to the right */
                -webkit-transform: translateX(100%);
                -moz-transform: translateX(100%);
                -ms-transform: translateX(100%);
                -o-transform: translateX(100%);
                transform: translateX(100%);
            }

        .dw-menu-container .dw-submenu {
            transform: translateX(100%);
        }

        .dw-menu-container .dw-submenu {
            z-index: 0;
            position: fixed;
            top: 0;
            left: 0;
            width: 400px;
            height: 100vh;
            background-color: rgba(45, 101, 143, 0.9);
            transition: left 0.5s ease;
            padding-top: 5px;
        }

            .dw-menu-container .dw-submenu li.go-back {
                display: none;
            }

            .dw-menu-container .dw-submenu .dw-menu-profile {
                display: block;
            }

            .dw-menu-container .dw-submenu .dw-submenu-spacer {
                display: block;
            }

            .dw-menu-container .dw-submenu .dw-submenu-payment-spacer {
                display: block;
                height: 294px;
            }

            .dw-menu-container .dw-submenu .dw-submenu-header {
                display: none;
            }

        .dw-menu-container .dw-menu-content.is-hidden > li > a,
        .dw-menu-container .dw-menu-content.is-hidden > .dw-menu-divider,
        .dw-menu-container .dw-menu-content ul.is-hidden > li > a,
        .dw-menu-container .dw-menu-content ul.is-hidden > .dw-menu-divider {
            /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
            opacity: 1;
        }

        .dw-menu-container .dw-menu-content > .has-children > ul {
            left: -400px;
            display: none;
        }

        .dw-menu-container .dw-menu-content > .has-children:hover > ul {
            /* when hover over .dw-menu-content items - show subnavigation */
            left: 0;
            display: block;
        }

        .dw-menu-container .dw-menu-footer {
            margin-top: auto;
            display: block;
            padding-bottom: 5px;
        }

            .dw-menu-container .dw-menu-footer .dw-menu-footer-content {
                width: 100%;
                color: #fff;
                font-weight: 300;
                font-size: 10px;
                text-align: center;
                text-transform: uppercase;
                line-height: 1.2;
            }

                .dw-menu-container .dw-menu-footer .dw-menu-footer-content a {
                    color: #fff;
                    text-decoration: none;
                }

                    .dw-menu-container .dw-menu-footer .dw-menu-footer-content a:hover {
                        color: #ffffff;
                        text-decoration: underline;
                    }
}

@media screen and (max-width: 1400px) {
    .dw-menu-container .dw-menu-profile img {
        max-width: 50%;
        max-height: 110px;
        /*width: 40%;*/
    }

    .dw-menu-container .dw-menu-profile .dw-menu-profile-info {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        width: 50%;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-transform: uppercase;
        float: right;
    }
}

@media screen and (max-width: 500px) {
    .dw-menu-container .dw-menu-content {
        font-size: 1rem;
    }

        .dw-menu-container .dw-menu-content .dw-menu-profile img {
            max-width: 50%;
            max-height: 110px;
            width: 40%;
        }

        .dw-menu-container .dw-menu-content .dw-menu-profile .dw-menu-profile-info {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
            width: 50%;
            height: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-transform: uppercase;
            float: right;
        }

        .dw-menu-container .dw-menu-content .dw-menu-item {
            min-height: 2em;
            font-size: 1em;
        }

            .dw-menu-container .dw-menu-content .dw-menu-item a {
                height: 2em;
                line-height: 2em;
            }
}

.fa.dw-teetime-logo {
    display: inline-block;
    width: 1.28571429em;
    vertical-align: text-bottom;
}

.dw-landscape-error {
    display: none;
}

@media screen and (min-width: 600px) {
    .scrollbar-light ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .scrollbar-light ::-webkit-scrollbar-track {
        background-color: #fff;
        border: 1px solid #fff;
    }

    .scrollbar-light ::-webkit-scrollbar-thumb {
        background-color: #888;
    }

    .scrollbar-dark ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .scrollbar-dark ::-webkit-scrollbar-track {
        background-color: #888;
        border: 1px solid #888;
    }

    .scrollbar-dark ::-webkit-scrollbar-thumb {
        background-color: #fff;
    }
}
/*@media screen and (orientation:landscape) and (max-height:560px) {
    .dw-menu-container,
    .dw-content {
        display: none;
    }

    .dw-landscape-error {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: block;
        background-image: url(../images/unset-background.jpg);
        background-size: cover;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        color: @dw-light;

        .dw-dialog {
            padding: 16px;
        }
    }
}*/
@media print {
    .invisible-print {
        display: none;
    }
}
