
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;

    color: #767663;
    display: block;
    transition: 0.3s;
    border-bottom: none !important;
}

span.mob-log > a {
    border-bottom: none !important;
}

.sidenav a.lnk:hover {
    color: #f1f1f1;
    background-color: #767663;
    border-bottom: none !important;
}

.sidenav a.active {
    background-color: #767663;
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mob-navbar {
    overflow: hidden;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }

    .sidenav {
        width: 0 !important;
    }
}

@media (max-width: 767px) {
    .mobile-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar-wrapper {
        display: none !important;
    }
}

.hambuger {
    position: absolute;
    font-size: 30px;
    cursor: pointer;
    padding-left: 1em;
    left: 0;
}

.m-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dotted-bdr {
        border-right: 2px dotted #72A493;
    }

    .last-col {
        border-right: none;
    }

    .dotted-bdt {
        border-top: 2px dotted #72A493;
    }
}

.mp-top {
    padding-bottom: 1em;
    margin-top: 1em;
}

.m {
    margin-bottom: 1em;
}

.p-top {
    padding-top: 1em;
}

.p-buttom {
    padding-bottom: 1em;
}

.m-row .headers {
    text-align: center;
    color: #72A493;
    font-family: MyriadPro-Bold;
    padding-bottom: 19px;
    font-size: 18px;
    line-height: 21px;
}

.m-row .images {
    text-align: center;
    border-right: none;
    padding-bottom: 14px;
}

@media (max-width: 767px) {
    .dotted-bdb {
        border-bottom: 2px dotted #72A493;
    }

    .content {
        font-size: 1.05em !important;
        line-height: inherit !important;
    }

    .emergency-notice {
        max-width: 100% !important;
        margin-top: 12px !important;
    }

    .mo-odd {
        background: none !important;
    }

    .footer .right {
        width: 100% !important;

        float: none !important;
        text-align: left !important;
    }

    .footer .left {
        width: 100% !important;

        float: none !important;
        text-align: left !important;
    }

    .footer {
        font-size: .8em !important;
    }

    .mob-header {
        width: 100%;
        display: flex;
        justify-content: center;
        /*position: relative;*/
        flex-direction: row;
        align-items: center;
    }

    #header {
        height: 4em !important;
    }
    .map-overlay {
        z-index: -1 !important;
    }

    div.seafoam-button-wrapper {
        float: none !important;
    }
}

.mo-odd {
    background: #FAF8F7;
}

.app-type-name {
    font-family: MyriadPro-Bold;
    font-size: 18px;
    line-height: 21px;
}

.mob-dotted-bdt {
    border-top: 2px dotted #72A493;
}
