body {
    background: #f5efe0;
    box-sizing: border-box;
    text-align: left;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #0E3C47;
    font-weight: 400;
    overflow-x: hidden;
    background: #fff;
    letter-spacing: normal;
}

*, *::before, *::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

body, div, section, nav, menu, header, footer, article, ul, ol, li, p, h1, h2, h3, h4, h5, h6, fieldset, form, button, input, textarea {
    box-sizing: border-box;
}

#masthead {
    width: 100%;
    padding: 30px 0;
    background: #fff;
    color: #0E3C47;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 10;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
}

#masthead .container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#global {
    overflow: hidden;
    min-width: 26rem;
}

a {
    color: inherit;
    text-decoration: none;
}
    a:focus, a:active, a:hover {
        color: #EC7C5E;
        outline: unset;
        text-decoration: none;
    }

.brand {
    display: block;
    width: 267px;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
    border: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

svg, img, embed, object {
    display: block;
    height: auto;
    max-width: 100%;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

#navmain {
    flex-grow: 1;
    padding: 0 0 0 20px;
    display: flex;
    justify-content: flex-end;
}

ul, ol {
    margin: 0 0 3rem 3rem;
}

ul {
    list-style: disc;
}

#nvamenu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

li {
    line-height: inherit;
    margin: 0;
}

#nvamenu > li {
    padding-left: 50px;
    margin: 0;
}

    #nvamenu > li > a {
        display: block;
        padding: 5px 0;
    }

#nvamenu li.current-menu-item a {
    color: #a3bad3;
    border-bottom: 4px solid #EC7C5E;
}

.mobnav {
    display: none;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #cd2653;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}
    button:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(47,164,231,0.25);
    }

a, button, input[type="button"], input[type="reset"], input[type="submit"] {
    transition: all .3s ease-in-out;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

#nvamenu li.btnav > a, a.btnav {
    background: #EC7C5E;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    height: 32px;
    padding: 5px 20px;
    line-height: 22px;
}

.container::after, .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

main {
    display: block;
}

section {
    padding: 30px 0;
    width: 100%;
}

#login {
    padding: 0;
}

.titledia {
    position: relative;
    z-index: 0;
    background: #a3bad3;
    padding: 40px 0 0;
    margin: 0 0 40px;
}
    .titledia::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        width: 120%;
        height: 60px;
        background: #a3bad3;
        transform: rotate(-1deg);
        transform-origin: center;
        right: 0;
        bottom: -30px;
    }

h1, h2, h3, h4, h5, h6, .faux-heading {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #0E3C47;
    font-family: 'Raleway', sans-serif;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    letter-spacing: 0em;
    font-size: 1rem;
}

h6 {
    letter-spacing: 0em;
    font-size: .75rem;
}

.secmain-title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.login-form {
    padding: 60px 0 30px;
}

.login-form-tile {
    border-style: solid;
    border-color: #A3BAD3;
    border-radius: 0.5rem;
    box-shadow: 0.3125rem 0.3125rem 0.75rem 0.125rem #A3BAD3;
    margin: 1rem 19rem;
    padding: 1rem 2rem;
    min-height: 8rem;
    min-width: 17rem;
    text-align: center;
}

.alert-danger {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: #FFF;
    background-color: #EC7C5E;
    border-color: #EC7C5E;
    border-radius: 0.5rem;
    text-align: center;
    margin: 1rem 18rem;
}

.alert-success {
    font-family: 'Raleway', sans-serif;
    font-size: 1.125rem;
    color: #0E3C47;
    background-color: #ecf0f6;
    border-color: #ecf0f6;
    border-radius: 0.5rem;
    text-align: center;
    margin: 1rem 18rem;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #FDAB6E;
    border-radius: 0.5rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
    .form-control:focus {
        border-color: #F59466;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
    }

.sec-title {
    font-size: 36px;
    line-height: 1.1;
    color: #0E3C47;
    margin: 0 auto;
    text-align: center;
}
    .sec-title::after {
        content: '';
        display: block;
        width: 150px;
        height: 5px;
        background: #A3BAD3;
        margin: 30px auto 30px;
        border-radius: 2px;
    }

.fbottom {
    background: #a3bad3;
    color: #fff;
    padding: 25px 0;
}

.copyright {
    font-size: 13px;
}

.fright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.fmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    font-size: 14px;
    text-transform: uppercase;
}
    .fmenu > li {
        padding: 0 5px;
        line-height: 14px;
        height: 14px;
        margin: 0;
    }

.fsocial {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}
    .fsocial > li {
        padding: 0 5px;
        height: 14px;
        margin: 0;
    }

    .fsocial a {
        display: inline-block;
        width: 14px;
        height: 14px;
        text-indent: -9999px;
    }

.ic-fb {
    background: url(../img/Login/ic-fb.png) center no-repeat;
}

.ic-tw {
    background: url(../img/Login/ic-tw.png) center no-repeat;
}

.ic-in {
    background: url(../img/Login/ic-in.png) center no-repeat;
}

.ic-ig {
    background: url(../img/Login/ic-ig.png) center no-repeat;
}

.ic-tel {
    display: inline-block;
    padding-left: 18px;
    background: url(../img/Login/ic-tel.png) left center no-repeat;
}

#colophon {
    padding: 35px 0 0;
}

p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0 0 20px;
    margin: 0;
}

.fbrand {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.fcontact {
    padding-bottom: 30px;
}
    .fcontact p {
        padding-bottom: 10px;
    }

address {
    line-height: 1.5;
    font-style: normal;
}

.faddress {
    padding-left: 18px;
    background: url(../img/Login/ic-location.png) left top 5px no-repeat;
    margin: 0 0 16px;
}

.faction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.modal-content {
    border-radius: 0.5rem;
}

.modal-body {
    font-weight: bold;
}

.modal-title {
    font-size: 36px;
    line-height: 1.1;
    color: #0E3C47;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1580px) {
    .brand {
        width: 220px;
    }

    #masthead {
        padding: 20px 0;
    }

    .sec-title {
        font-size: 34px;
    }

    .sec-title::after {
        margin: 25px auto 30px;
    }

    .modal-title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1279px) {
    .fbottom {
        padding: 15px 0;
    }

    .brand-foot {
        width: 240px;
    }

    .btnbook, .btndark {
        min-width: 160px;
        height: 48px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 1200px) {
    .login-form-tile {
        margin: 1rem 18rem;
    }

    .alert-danger {
        margin: 1rem 17rem;
    }

    .alert-success {
        margin: 1rem 17rem;
    }
}

@media only screen and (max-width: 1150px) {
    .login-form-tile {
        margin: 1rem 16rem;
    }

    .alert-danger {
        margin: 1rem 15rem;
    }

    .alert-success {
        margin: 1rem 15rem;
    }
}

@media only screen and (max-width: 1100px) {
    .login-form-tile {
        margin: 1rem 14rem;
    }

    .alert-danger {
        margin: 1rem 13rem;
    }

    .alert-success {
        margin: 1rem 13rem;
    }
}

@media only screen and (max-width: 1050px) {
    .login-form-tile {
        margin: 1rem 12rem;
    }

    .alert-danger {
        margin: 1rem 11rem;
    }

    .alert-success {
        margin: 1rem 11rem;
    }
}

@media only screen and (max-width: 991px) {
    .brand {
        width: 180px;
    }

    .mobnav {
        display: block;
        padding-right: 52px;
    }

        .mobnav .btnav {
            margin-top: 5px;
        }

    #masthead {
        padding: 15px 0;
        position: fixed;
        z-index: 500;
        width: 100%;
        left: 0;
        top: 0;
    }

    #nvamenu {
        position: fixed;
        z-index: 5;
        width: 100%;
        height: 100%;
        flex-direction: column;
        width: 100%;
        left: 0;
        top: 0;
        background: #0E3C47;
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 400;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

        #nvamenu > li {
            padding: 5px 0;
            margin: 0;
        }

            #nvamenu > li > a {
                display: block;
                padding: 5px 15px 5px;
                color: #fff;
            }

    #navToggle {
        position: fixed;
        z-index: 5000;
        right: 15px;
        top: 15px;
        width: 42px;
        height: 42px;
        display: block;
        margin-left: 10px;
        border: none;
        background: url(../img/Login/Nav-Toggle.svg) center 30px no-repeat;
        transition: all .3s ease-in-out;
        padding: 0;
    }

    #content {
        padding-top: 67px;
    }

    .titledia {
        padding: 33px 0 0;
    }

    .sec-title {
        font-size: 30px;
    }

    .copyright {
        padding: 0 15px 15px;
        text-align: center;
        font-size: 14px;
    }

    .fright {
        justify-content: center;
        padding-bottom: 10px;
    }

    .fbrand {
        margin-top: 0;
        text-align: left;
        padding-bottom: 30px;
    }

    .fcontact {
        padding-bottom: 10px;
    }

    .faction {
        justify-content: flex-start;
    }
        .faction .btndark {
            margin-left: 1rem;
        }

    .login-form-tile {
        margin: 1rem 10rem;
        padding: 1.5rem;
    }

    .alert-danger {
        margin: 1rem 9rem;
    }

    .alert-success {
        margin: 1rem 9rem;
    }

    .modal-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 850px) {
    .login-form-tile {
        margin: 1rem 8rem;
    }

    .alert-danger {
        margin: 1rem 7rem;
    }

    .alert-success {
        margin: 1rem 7rem;
    }
}

@media only screen and (max-width: 767px) {
    .brand-foot {
        margin: 0 auto;
    }

    .mobnav .btnav {
        font-size: 14px;
    }

    .sec-title {
        font-size: 26px;
        max-width: 86%;
    }

    .coltitle::after, .sec-title::after {
        margin: 20px auto;
    }

    #colophon {
        text-align: center;
    }

    .faddress {
        display: inline-block;
    }

    .faction {
        justify-content: center;
    }

    .coptxt {
        display: block;
    }

    .login-form-tile {
        margin: 1rem 6rem;
        padding: 1rem;
    }

    .alert-danger {
        margin: 1rem 5rem;
    }

    .alert-success {
        margin: 1rem 5rem;
    }

    .modal-title {
        font-size: 26px;
        max-width: 86%;
    }
}

@media (min-width: 700px) {
    ul, ol {
        margin-bottom: 4rem;
    }

    button, .button, .faux-button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
        font-size: 1.7rem;
    }

    section {
        padding: 8rem 0;
    }
}

@media only screen and (max-width: 599px) {
    #navToggle {
        top: 10px;
    }

    .mobnav .btnav {
        font-size: 13px;
        margin-top: 0;
        padding: 5px 10px;
    }

    #content {
        padding-top: 63px;
    }

    .titledia {
        font-size: 34px;
    }

    .sec-title {
        max-width: 100%;
    }

    .fright {
        flex-direction: column;
    }

    .fmenu {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .fmenu > li {
        height: auto;
        padding: 5px 15px;
    }

    .login-form-tile {
        margin: 1rem 4rem;
        padding: 0.5rem;
    }

    .alert-danger {
        margin: 1rem 3rem;
    }

    .alert-success {
        margin: 1rem 3rem;
    }

    .modal-title {
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    ul, ol {
        margin: 0 0 3rem 2rem;
    }

    li {
        margin: 0.5rem 0 0 1rem;
    }
}

@media only screen and (max-width: 400px) {
    #masthead {
        min-width: 20.5rem;
        padding: 10px 0;
    }

    .brand {
        width: 140px;
        height: 30px;
    }
        .brand img {
            height: 27px;
        }

    #navmain {
        padding-left: 10px;
    }

    .mobnav {
        padding-right: 45px;
    }

    #navToggle {
        top: 4px;
        right: 10px;
    }

    .mobnav .btnav {
        font-size: 9px;
    }

    #content {
        padding-top: 52px;
    }

    .titledia {
        font-size: 30px;
        padding: 20px 0 0;
        margin: 0 0 20px;
    }
        .titledia::after {
            bottom: -20px;
        }

    .login-form {
        padding: 50px 0 30px;
        background: transparent;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0 !important;
        transition-duration: 0 !important;
    }
}

.btnbook {
    font-size: 0.75rem !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    background: #EC7C5E !important;
    color: #fff !important;
    display: inline-block !important;
    border: none !important;
    text-align: center !important;
    padding: 5px 20px !important;
    min-width: 195px !important;
    height: 52px !important;
    line-height: 42px !important;
    border-radius: 60px !important;
}

    .btnbook:hover {
        color: #fff !important;
        background-color: #0e3c47 !important;
    }

.btndark {
    font-size: 0.75rem !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    background: #0e3c47 !important;
    color: #fff !important;
    display: inline-block !important;
    border: none !important;
    text-align: center !important;
    padding: 5px 20px !important;
    min-width: 195px !important;
    height: 52px !important;
    line-height: 42px !important;
    border-radius: 60px !important;
}

    .btndark:hover {
        color: #fff !important;
        background-color: #333 !important;
    }

#ProcessButton {
    font-size: 1rem !important;
}