﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,600,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:500,400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Material.woff2) format('woff2');
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
.front-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 30px auto;
}
.front-body {
  background: #fff;
  display: inline-block;
  padding: 20px;
  box-shadow: 2px 2px 8px rgba(29,63,158,.25);
  -moz-box-shadow: 2px 2px 8px rgba(29,63,158,.25);
  -webkit-box-shadow: 2px 2px 8px rgba(29,63,158,.25);
  -o-box-shadow: 2px 2px 8px rgba(29,63,158,.25);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}
.app-colem .row {
  font: 400 14px/20px 'Open Sans', sans-serif;
  color: #454545;
  float: left;
  width: calc(100% / 4 - 20px);
  margin: 20px 10px 0;
}
select {
  outline: 0;
  width: 100%;
  outline: 0;
  height: 42px;
  font: 400 14px/20px"Open Sans",sans-serif;
    line-height: 20px;
  line-height: 20px;
  line-height: 1.5 !important;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 2px 2px 4px 0 #eee;
  padding: 0 5px;
  box-sizing: border-box;
}
input[type="text"], input[type="password"] {
  outline: 0;
  width: 100%;
  outline: 0;
  height: 42px;
  font: 400 14px/20px"Open Sans",sans-serif;
    line-height: 20px;
  line-height: 20px;
  line-height: 1.5 !important;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 2px 2px 4px 0 #eee;
  padding: 0 5px;
  box-sizing: border-box;
}
.app-heading {
  background: #002842;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5px 6px;
  align-items: center;
  min-height: 48px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.app-heading h3 {
  color: #fff;
  font: 600 17px/24px "Open Sans", sans-serif;
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.bttnCopyAddress input[type="submit"].CopyFromResidential {
  background: #1a73e8;
  border: 0;
  font: 600 16px/26px 'Open Sans', sans-serif;
  padding: 5px 15px;
  border-radius: 3px;
}
.bttnCopyAddress {
    position: unset;
}
table.gridtable {
    font: 500 14px/20px"Open Sans",sans-serif;
    line-height: 20px;
    line-height: 20px;
    text-align: left;
    color: #333;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 20px;
}

    table.gridtable tr td {
        font: 500 14px/20px"Open Sans",sans-serif;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0.825rem 1.375rem;
        min-height: 30px;
        vertical-align: middle;
        text-align: left;
        color: #111;
    }

    table.gridtable th {
        padding: 0.625rem 1.375rem;
        vertical-align: top;
        border: 1px solid #dcdfec;
        background: #f6f6fe;
    }



    table.gridtable tr td:first-child {
        border-left: 0 solid #ddd;
    }

    table.gridtable tr td > i {
        display: none;
    }

    table.gridtable tfoot tr td {
        text-align: right !important;
        font-weight: 600;
        background-color: #f7f7f7 !important;
    }

    table.gridtable tr td:first-child {
        border-left: 1px solid #ddd;
    }

input.paypal-button {
    font: 600 16px/20px Roboto,sans-serif;
    cursor: pointer;
    border: 1px solid #ffaf00;
    border-radius: 4px;
    padding: 5px 0;
    color: #fff;
    vertical-align: top;
    background: #ffc439 url(../../images/checkout-logo-large.png)center center no-repeat;
    width: 212px;
    text-indent: -55000px;
    content-visibility: hidden;
    height: 42px;
}

.errorreportquery {
    color: red;
    font: 500 13px/20px"Open Sans",sans-serif;
}

input[type="submit"]:hover.cancel-btn {
    background: #c30808 !important;
    border-color: #c30808 !important;
}

input[type="checkbox"], input[type="radio"] {
    width: 22px;
    height: 22px;
}

input[type="submit"], button, input[type="button"] {
    font: 500 16px/22px Roboto,sans-serif;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    height: 42px;
    line-height: 40px;
    background: #1a73e8;
    background-color: rgb(26, 115, 232);
    background-color: #1a73e8;
    border: 1px solid #1a73e8;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    vertical-align: top;
    -webkit-appearance: none;
    color: #fff !important;
    margin: 0;
}

    input[type="submit"]:hover, button, input[type="button"]:hover {
        background-color: #174ea6;
        border-bottom: #174ea6 solid 4px;
        border-bottom: none;
    }

    input[type="submit"].cancel-btn {
        background: #ea4335;
        border: 1px solid #ea4335;
        -webkit-appearance: none;
    }

        input[type="submit"].cancel-btn:hover {
            background: #c30808 !important;
            border-color: #c30808 !important;
        }

.app-btn-group {
    clear: both;
    text-align: center;
    margin: 15px 0 22px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-direction: row;
}

.disclamerContent p {
    clear: both;
}

.application-form-outer, .disclamerContent {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding-bottom: 30px;
}
.app-colem {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
table.tableGrid_layout tr th {
    padding: 0.875rem;
    vertical-align: top;
    border: 1px solid #dcdfec;
    background: #f6f6fe;
    font-weight: 600;
}
table.tableGrid_layout tr td {
    font: 500 14px/20px"Open Sans",sans-serif;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0.725rem 1.375rem;
    padding-left: 1.375rem;
    min-height: 30px;
    vertical-align: middle;
    text-align: left;
    color: #111;
    position: inherit;
}
details {
    position: relative;
}

    details > summary {
        list-style: none;
        cursor: pointer;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        color: #212529;
        padding: 15px 35px 15px 15px;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 20px;
    }

        details > summary + div {
            border: 1px solid #dee2e6;
            border-top: none;
            padding: 2rem !important;
        }

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: '▾';
    position: absolute;
    right: 20px;
    top: 1.4rem;
}

details[open] summary:after {
    content: "▴";
    position: absolute;
    right: 20px;
}

.membershipcate select {
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    footer {
        display: none;
    }

    .front-wrap {
        padding: 0 10px;
        margin-top: 10px;
    }

    .app-colem, .app-colem .row {
        border: none;
    }

    .front-body {
        padding: 10px;
        margin-top: 10px;
        width: 100%;
    }

    .app-colem .row {
        margin: 15px 0 10px 0;
        height: auto !important;
        width: 100%;
    }

    .app-colem label {
        width: 100%;
        margin-bottom: 2px;
        font-weight: 600;
        color: #111;
    }

    .app-colem input[type="text"], .app-colem input[type="password"], .app-colem select {
        width: calc(100% - 4%);
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        box-shadow: 2px 2px 4px 0 #eee;
        margin-bottom: 0;
    }

    .requiredmemField select {
        box-shadow: none;
        margin: 0;
    }

    .application-form-outer {
        box-shadow: none;
        padding: 0;
        border: none;
    }

    .app-colem {
        padding-left: 0;
        padding-right: 0;
    }

    .app-heading .bttnCopyAddress {
        margin-top: 10px;
    }

    .app-btn-group {
        display: flex;
        justify-content: space-between;
        gap: 6px 0;
        flex-wrap: wrap;
        margin: 10px auto 0;
    }

        .app-btn-group input[type="submit"], .app-btn-group button, .app-btn-group input[type="button"] {
            width: 49.5%;
            height: 45px;
            font: 500 17px/45px Roboto,sans-serif;
        }

    input[style="visibility: hidden"] {
        display: none;
    }

    .last-button-full {
        width: calc(100%) !important;
    }



    .termcheckbox {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        padding-top: 0;
        flex-wrap: wrap;
    }

        .termcheckbox input[type="checkbox"] {
            margin: 0 10px 0 0;
        }

        .termcheckbox label {
            margin: 0;
        }

    .g-recaptcha {
        margin-bottom: 20px;
    }

        .g-recaptcha div,.rc-anchor-normal {
            width: 100% !important;
            height: auto !important;
        }

        .g-recaptcha iframe {
            width: 100% !important;
        }

    input.paypal-button {
        width: 100% !important;
        height: 45px;
    }

    .backbutton_mobile {
        order: 3;
    }

    .order-table-head .order-table-row {
        padding: 1.025rem 1.375rem;
        vertical-align: top;
        border: 1px solid #dcdfec;
        background: #f6f6fe;
    }

    .order-table-row {
        font: 400 14px/20px"Open Sans", sans-serif;
        padding: 1.025rem 1.375rem;
        min-height: 30px;
        vertical-align: middle;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }

    .total-cost {
        text-align: right;
        font-weight: 600;
        background-color: #f7f7f7;
        border-left: 1px solid #ededed;
        font: 500 14px/20px"Open Sans",sans-serif;
        font-weight: 500;
        padding: 1.025rem 1.375rem;
    }

        .total-cost span, .total-cost strong {
            font: 600 14px/20px"Open Sans",sans-serif;
        }

        .order-table-row:last-child, .total-cost strong {
            min-width: 80px;
            max-width: 100px;
        }

    .paymentOuter {
        border: none;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        padding: 1rem;
        border-radius: .25rem;
        margin-bottom: 0;
    }

    .paymentfeescharge {
        margin: 30px 0 10px 0px;
        color: #0c5460;
        background-color: #d1ecf1;
        border-color: #bee5eb;
        padding: 1rem;
        border-radius: .25rem;
    }

        .paymentfeescharge ul li span, .paymentfeescharge ul li strong {
            color: #0c5460;
            font: 400 15px/20px"Open Sans",sans-serif;
        }

        .paymentfeescharge p {
            color: #0c5460;
            font: 500 14px/20px"Open Sans",sans-serif;
        }

    .paymentLeft .app-colem .row select, .paymentLeft .app-colem .row input,.paymentLeft .row select, .paymentLeft .app-colem .row > div.requiredinp select, .paymentLeft .row input[type="text"], .paymentLeft .app-colem .row > div.requiredinp input[type="text"] {
        width: 100%;
        margin: 0;
    }

    .paymentRight {
        border: none;
    }

        .paymentRight img {
            max-width: 80% !important;
            width: 100% !important;
        }

    .clubsname h3 {
        font: 600 20px/28px 'Roboto';
    }

    .entry-stage {
        padding: 10px 0;
    }

        .entry-stage h3 {
            font: 500 20px/30px 'Roboto';
        }

    .membershipcate {
        border-radius: 3px;
    }

    .clublogin, .joinclub {
        display: none;
    }

    .clubsname {
        padding: 0 0 5px;
        margin: 0;
    }

    .navbar-header {
        display: flex;
        flex-direction: column;
    }

    .navbar-brand {
        flex: 1;
    }

        .navbar-brand img {
            width: 200px;
            margin: 0 auto;
        }

    .application-form-outer table.tableGrid_layout.MerchandiseTable {
        width: 100%;
        margin: 15px 0 0;
        border: none;
    }

    table.tableGrid_layout tr td {
        padding-left: 80px;
        color: #000;
        border: none;
        padding: 0.875rem 0 0.875rem 105px;
        position:relative;
    }

    table.tableGrid_layout tr {
        border: 1px solid #E8E8FF;
    }

        table.tableGrid_layout tr th:first-child, table.tableGrid_layout tr td:first-child {
            border: none;
        }

        table.tableGrid_layout tr:nth-child(2n+1) td {
            background: #fff;
        }

    table.gridtable.mobie-member-emergency-contact tr {
        border: none;
        border-bottom: 1px solid #dee2e6;
        display: flex;
        flex-wrap: wrap;
    }

    table.gridtable.mobie-member-emergency-contact > tbody tr:first-child {
        display: none;
    }

    table.gridtable.mobie-member-emergency-contact tr td {
        display: none;
    }

        table.gridtable.mobie-member-emergency-contact tr td:first-child {
            display: block;
            background: #E8E8FF;
        }

    table.gridtable.mobie-member-emergency-contact tr.active td {
        display: block;
    }

    table.gridtable tr td > i {
        display: flex;
        font-style: normal;
        flex: 0 0 10px;
        font-weight: 600;
        color: #111;
        line-height: 20px;
        text-align: left;
        justify-content: space-between;
        padding-bottom: 5px;
    }

    table.gridtable tr td:first-child {
        display: flex;
        width: 100%;
    }

    table.gridtable tr td {
        position: relative;
        border: 0;
        padding: 0.875rem;
        text-align: left;
        width: 50%;
        display: block;
        float: left;
        line-height: 24px;
        word-break: break-all;
        font-weight: 400;
    }

    .paymentLeft .app-colem .row label {
        width: 100%;
        margin-bottom: 5px;
        padding: 0;
        text-align:left;
    }

    .tableGridmember > tbody > tr > td {
        padding: 0 2%;
    }

        .tableGridmember > tbody > tr > td > select, .tableGridmember > tbody > tr > td > input[type="text"], .tableGridmember > tbody > tr > td input[type="text"], .tableGridmember > tbody > tr > td input[type="password"], .tableGridmember > tbody > tr > td textarea, .tableGridmember > tbody > tr > td select {
            width: 100%;
            margin: 0;
        }

        .tableGridmember > tbody > tr > td:first-child {
            width: 100%;
            margin-bottom: 2px;
            font-weight: 600;
            color: #111;
        }

    .grdcustomField {
        padding: 10px 0 0;
    }

    .tableGridmember > tbody > tr > td input[type="checkbox"], .tableGridmember > tbody > tr > td input[type="radio"] {
        margin-right: 5px;
        margin-top: 5px;
    }

    .membershipcate .app-colem label, .membershipcate .app-colem select, .membershipcate .app-colem .requiredmemField {
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .membershipcate .app-colem label {
        padding: 0;
    }

    .app-heading {
        padding: 10px 5px;
        height: auto;
    }

    .bttnCopyAddress {
        position: inherit;
        margin: 10px 0 0 10px;
    }

    .outer-order-table {
        width: 100%;
    }

    .backendtable {
        padding: 20px 0;
        box-sizing: border-box;
    }

        .backendtable table {
            width: 100% !important;
            height: auto !important;
        }

            .backendtable table ul {
                word-break: break-word;
            }

    .requiredField.errorreportquery {
        margin: 0 0 0 2%;
    }
    .paymentLeft .app-colem .row {
        padding: .725rem 0;
    }
    .paymentLeft .app-colem .row > label + div{
        width:100%;
        margin:0;
    }
}
