#MyAccountWS.region.modal.top-sheet {
    display: none;
}

#MyAccountWS {
    min-height: 200px;
    overflow: hidden;
    width: 25vw;
    top: 63px;
    left: 74.8vw;
    background: none;
}

#MyAccountWS div#P0_FORGOT_PASS_CONTAINER {
    text-align: center;
    margin-top: 12px;
}

#MyAccountWS.modal.bottom-sheet {
    max-height: 75%;
}

#MyAccountWS button.new-account {
    border: solid green thin;
}

#MyAccountWS>div.modal-content,
#MyAccountWS>div.modal-title,
#MyAccountWS>div.modal-inner-content {
    background: #f5f5f5;
}

#MyAccountWS>div.modal-content {
    border-radius: 0.4rem;
    padding-bottom: 10px;
    opacity: 0.98;
}

div#menu {
    background: #efefef;
}

#MyAccountWS>div.arrow-up {
    position: relative;
    left: 75%;
    top: 3px;
    width: 0;
    height: 0;
    background: none;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid whitesmoke;
}

#MyAccountWS input#P0_USERNAME,
#MyAccountWS input#P0_PASSWORD {
    margin-bottom: 0.5rem;
    border-bottom: 2px;
    background: white;
    text-indent: 1rem;
}

#MyAccountWS div#P0_USERNAME_CONTAINER,
#MyAccountWS div#P0_PASSWORD_CONTAINER {
    margin-top: 0.5rem;
}

#MyAccountWS div.row {
    margin-bottom: 0.5rem!important;
}

#MyAccountWS div.region.modal-content div.modal-inner-content table tbody tr td {
    padding: 5px 0px;
}

#MyAccountWS #COMPARE_LOGIN {
    margin-bottom: .7rem!important;
}

#MyAccountWS>div.modal-content ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

li.padding-on-med-and-down {
    padding-left: 2px;
}

div.change-pass-dialog {
    opacity: 0.95;
    border-radius: 10px!important;
}

input#P8_USER_NAME {
    color: blue;
}

.top-nav {
    word-spacing: 2px;
    letter-spacing: 0.3px;
    font-weight: 300;
}

nav.top-nav>div>ul>li>a {
    padding: 0 .5vw;
}

nav.top-nav ul {
    padding-right: 2px;
}

ul.navbar-list ul.dropdown-content {
    overflow: visible;
}

ul.collapsible li>a.collapsible-header:before {
    width: 12px;
    height: 1px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    background: #6b6b6b;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.collapsible li>a.collapsible-header:after {
    width: 12px;
    height: 1px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    background: #6b6b6b;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.collapsible li>a.collapsible-header.active:after,
ul.collapsible li>a.collapsible-header.active:before {
    content: none;
}

ul.collapsible li:hover:before,
ul.collapsible li:hover:after,
ul.collapsible li:focus:before,
ul.collapsible li:focus:after {
    background: #388
}

ul.collapsible li>a.collapsible-header:hover span:before,
ul.collapsible li>a.collapsible-header:focus span:before {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: #388;
    content: ""
}

button.color-none {
    background: none!important;
}

div.modal-overlay {
    opacity: 0.2!important;
}

#MyAccountWS div.modal-title {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 0px;
}

#app-sidenav a.truncate {
    /*margin-left: 10px;
    margin-right: 20px;*/
    border-bottom: thin solid #ddd;
}

#app-sidenav a.truncate.side-nav-sublist {
    /*margin-left: 15px;
    margin-right: 25px;*/
    border-bottom: thin solid #e69962;
}

.app-side-nav-close {
    position: absolute;
    /*top: 14px;*/
    left: 90%;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #6E5BBB;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 10px;
}

.app-side-nav-close span {
    font-size: 1.5rem;
    margin: 0 auto;
    position: relative;
    color: #F7F1F1;
}

.top-nav li a.search>i {
    line-height: 60px;
    margin-right: -4px;
}

button#logOffButton {
    color: white;
    background-color: rgb(92, 76, 151);
}

a.search-btn i {
    font-size: 1.7rem!important;
}

@media only screen and (max-width:1200px) {
    #MyAccountWS button {
        font-size: .87rem;
        padding: 0px 16px;
    }
}

@media only screen and (max-width:1100px) {
    #MyAccountWS div.modal-title {
        text-align: center;
        font-size: 2rem;
        margin-top: 5px;
    }
    #MyAccountWS button.new-account {
        padding: 0px 5px;
    }
    div.drag-target {
        top: 2064px;
    }
    /*nav.top-nav>div {
        margin-right: 10px;
    }*/
}

@media only screen and (min-width: 993px) {
    a#app-sidenav-trigger.hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (max-width:993px) {
    body.forgot-pass-dialog div.ma-flex-content a.ma-button,
    body.forgot-pass-dialog div.ma-flex-content button.ma-button {
        font-size: .9rem;
        padding: 0px 15px;
    }
    div.forgot-pass-dialog span.ui-dialog-title {
        font-size: 2rem!important;
    }
    .top-nav li a.search>i {
        margin-right: -10px;
        line-height: 68px;
    }
    #MyAccountWS {
        height: 35vh;
        min-height: 310px;
        width: 100vw;
        top: 45px;
        left: 0px;
        max-width: 1000px;
    }
    #MyAccountWS>div.arrow-up {
        left: 95%;
    }
    /*nav.top-nav>div {
        margin-right: 10px;
    }*/
    li.padding-on-med-and-down {
        padding-left: 10px;
    }
    #MyAccountWS input#P0_USERNAME,
    #MyAccountWS input#P0_PASSWORD {
        margin-bottom: 0.5rem;
        border-bottom: 2px;
        background: white;
        text-indent: 1rem;
    }
    #MyAccountWS div#P0_USERNAME_CONTAINER,
    #MyAccountWS div#P0_PASSWORD_CONTAINER {
        margin-top: 0.5rem;
    }
    #MyAccountWS div.row {
        margin-bottom: 0.5rem!important;
    }
    #MyAccountWS div.modal-title {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 7px;
    }
    nav.top-nav>div>a {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:700px) {
    #MyAccountWS>div.arrow-up {
        left: 93%;
    }
}

@media only screen and (max-width:600px) {
    nav.top-nav li>a>i {
        line-height: 64px;
    }
    body.forgot-pass-dialog div.ma-flex-content a.ma-button span.ma-button-label {
        font-size: .8rem;
    }
    input[type=text]:focus:not([readonly]) {
        border-bottom: 4px solid #6e5bbb;
    }
    nav ul a {
        padding: 2px 5px;
    }
	div.cc-compliance a.cc-btn.cc-dismiss {
		margin-top: 10px;
	}
}

@media only screen and (max-width:400px) {
    nav.top-nav>div>a {
        font-size: 1.5rem;
    }
    #app-sidenav.side-nav {
        width: 75vw;
    }
    #app-sidenav>div {
        left: 65vw;
    }
    #MyAccountWS>div.arrow-up {
        left: 90%;
    }
    body.forgot-pass-dialog div.ma-flex-content a.ma-button span.ma-button-label {
        display: none;
    }
    div.forgot-pass-dialog span.ui-dialog-title {
        font-size: 1.5rem!important;
    }
}

@media only screen and (max-height:400px) {
    #MyAccountWS {
        top: 35px;
    }
    #MyAccountWS td {
        padding: 5px 1px;
    }
    #MyAccountWS>div.arrow-up {
        left: 15%;
    }
}