/* Minification failed. Returning unminified contents.
(47,25): run-time error CSS1039: Token not allowed after unary operator: '-width-Body'
 */
/*************** Media for SiteHeaderFooter.css *******************/
/* only in MobileFooter.chtml*/
#mobileFooterContainer {
    display: block;
    text-align: center;
    padding: 5px;
}

.hideInMobile {
    display: none !important;
}

.fax {
    color: inherit;
    text-decoration: none;
}

.mobileWelcomeTitle {
    display: inline-block;
    color: #222222 !Important;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: .5em;
}


/*Mobile Version Changes */
@media only screen and (max-width : 1200px) {
    html {
        overflow-y: visible;
        min-width: 200px !important;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        min-height: 100%;
        height: auto !important;
    }

    .content-wrapper {
        max-width: var(--width-Body) !important;
        width: auto !important;
    }

    #devicesContainer {
        padding: 10px 20px;
    }

        #devicesContainer .footerCol {
            width: 49%;
            text-align: left;
            padding: 10px;
        }

    #footerContainer {
        /*display: none;*/
    }

    footer:not(.sticky-cookie) {
        background: #222222 !important;
        padding: 15px 5px 15px 5px !important;
        /*        line-height: 10px;
        min-height: 10px;
        position: fixed;
        bottom: -45px;*/
        width: 100%;
    }

    /*    h1 {
        font-size: 1.8em;
        font-weight: 200;
    }

    h2 {
        font-size: 1.5em;
        font-weight: 600;
    }

    h3 {
        font-size: 1.3em !important;
        font-weight: 600;
    }*/

    #mobileFooterMenu {
        color: #ffffff;
    }

        #mobileFooterMenu a {
            color: #ffffff;
            text-decoration: none;
            font-size: 0.8em;
            font-weight: bold;
            cursor: pointer;
        }

    /*Mobile Header*/
    #mobileHeaderContainer {
        padding-top: 5px;
        height: 70px;
    }

    #mobileMenuContainer {
        background: #222222;
        position: absolute;
        right: 0px;
        top: 20px;
        z-index: 999;
        padding: 7px;
        height: auto;
        width: 50%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        display: none;
    }
    /*#d4d4d1*/
    /*@-moz-document url-prefix() { #mobileMenuContainer { top: -286px; }} */ /* Firefox only */

    header {
        line-height: 15px;
        border-style: none !important;
        border-width: 0px !important;
        border-color: none !important;
        padding: 0;
        background-image: linear-gradient(to right, white 20%, #b6b6b6 80%);
        background-image: -webkit-gradient(linear, 10% 0, 90% 0, from(white), color-stop(1, #b6b6b6));
        background-image: -webkit-linear-gradient(linear, left top, right top, white 20%, #b6b6b6 80%);
        background-image: -moz-linear-gradient(linear, left top, right top, white 20%, #b6b6b6 80%);
        background-image: -o-linear-gradient(linear, left top, right top, white 20%, #b6b6b6 80%);
        background-image: -ms-linear-gradient(left, white 20%, #b6b6b6 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#b6b6b6, GradientType=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#b6b6b6, GradientType=1)";
    }

    .mobileHeaderIconContainer {
        float: right;
        /*width: 32px;
        height: 34px;*/
        padding: 9px 10px;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        background-color: #222222;
    }

    .mobileHeaderIcon {
        /*margin: 10px;*/
        color: #fff;
    }

    /*.mobileHeaderIcon:hover { background-color: #fff; border: 1px solid #fff; }*/
    #mobileHeaderMenu a {
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        cursor: pointer;
        display: block;
        width: 100%;
    }

    #mobileHeaderMenu ul li {
        padding: 12px !important;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: gray;
    }

    #mobileLoginbtnSection {
        /*margin: 15px 0 0 0px;*/
        border-radius: 4px;
        display: inline-block;
        float: right;
    }

    .mobileHeaderIconContainer {
        margin-left: 10px;
    }

    #mobileLoginbtnSection a {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    #mobileLoginSection {
        float: right;
        margin: 5px 0 0 0px;
        border-radius: 4px;
    }

    .mobileLoginButton {
        background-color: #222222;
        padding: 11px 9px 10px 9px;
        border-radius: 4px;
        display: block;
    }
    /*margin: 10px 0 5px 10px;*/
    .mobileLogoffButton {
        background-color: #222222;
        padding: 8px 10px;
        margin: 10px 0 5px 10px;
        border-radius: 4px;
    }
    /*margin: 10px 0 5px 10px;*/
    .hdrfloat-right {
        height: inherit;
    }

    .sellerLoginInMobile {
        /*float: right;*/
        margin: 15px 20px 1px 10px;
        display: block !important;
        /*width:60%;*/
    }

        .sellerLoginInMobile a.loginbuttons {
            text-decoration: none;
            color: #fff;
            margin-top: 6px;
            margin-bottom: 5px;
            font-size: 1em !important;
        }

    .Leftlogin, .rightLogin {
        border: 1px solid #e3e3e3;
        float: inherit;
        padding: 0 0 0 10px;
        margin: 1px 10px 1px 10px;
        width: 90% !important;
        border-radius: 4px;
        font-size: 0.8em;
        min-height: 260px;
    }

    #loginButtonSection input[type="submit"] {
        min-width: 90px;
    }

    .alert {
        margin-bottom: 5px;
    }

    #PageNotFound {
        width: auto !important;
    }
    .featuredSub img {
        max-width: 130px;
        max-height: 130px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}
/*************** Media for Site.css ***********/
@media only screen and (max-width : 130rem) {
    /*Generic Style*/
    body {
        /*font-size: 0.85em !important;*/
        min-width: 200px !important;
        min-height: 100%;
        height: auto !important;
    }
    .paymentConfirmation-wrapper {
        padding: 1rem 1rem 1rem 2rem;
    }

    #body {
        min-height: 400px !important;
        height: 100%;
    }

    .bpIconFont {
        font-size: large !Important;
    }

    a[href^="tel"] {
        text-decoration: underline;
        pointer-events: inherit;
        cursor: pointer;
    }

    .main-content {
        padding-top: 5px !important;
    }

    .bpTitlePage {
        font-size: 1em !important;
    }

    .bpTitleSection {
        font-size: 1em !important;
    }

    /* Location specific */
    .locationsList {
        width: 100%;
        height: 100%;
        float: left;
    }

    .locationsMap {
        display: none;
    }

    .locationDetailsLink {
        pointer-events: none;
        cursor: default;
        color: #222222;
    }

    .servicesMainContent {
        width: 98%;
        float: left;
        padding: 0px 5px 0px 8px;
    }

    .services-content h2 {
        background: #434343;
        color: #ffffff;
        font-size: 1.1em;
        padding: 2px 10px;
        margin: 5px;
        border-radius: 5px;
    }

    .services-content p, .services-content h3 {
        margin: 1px 5px 1px;
        padding: 2px 3px;
        text-align: justify;
    }

    .services-content h3 {
        text-align: left !important;
        width: auto !important;
    }

    table.serviceVendors {
        width: 100% !important;
    }

    .subContentWhiteWithHelpSection {
        display: inline;
        margin: 1px 0px 0px 0px !important;
        background-color: #fff;
    }

    .right-column div.notice {
        padding: 10px 10px 10px 10px;
    }

    #SideMenuSection {
        display: none;
    }

    #HelpSection {
        display: none;
    }

    .faq #content {
        margin: 5px 0 5px 0 !important;
    }

    .faq-info {
        padding: 5px !important;
    }

        .faq-info .faq-content {
            padding: 3px 3px !important;
        }

    .policyWrapper p {
        display: block;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
    }

    .mobileTdWidth-50 {
        width: 50% !important;
    }

    .mobileTdWidth-25 {
        width: 25% !important;
    }

    .toggler-disableinmobile {
        background: no-repeat !important;
        color: #0d5c87 !important;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        line-height: 22px;
        display: block !important;
        padding: 0 !important;
        margin: 0 15px 10px 0;
        pointer-events: none !important;
        cursor: default !important;
    }

    .toggler-content-disableinmobile {
        display: block !important;
        padding: 0;
        margin: 5px 7px 15px 20px;
    }

    .buyer-services #content {
        margin: 0 !important;
    }

    .buyer-services-info {
        padding: 5px !important;
    }

    .howTobuyFindVeh {
        font-size: 1em !important;
        text-align: left !important;
    }

    .contact-info p {
        margin: 7px 0 7px !important;
    }

    .contact-error {
        width: inherit !important;
    }

    .contact-info-form .contact-form .servicecategoryselect {
        width: 280px !important;
    }

    .contact-info-form .contact-form select {
        width: 280px !important;
    }

    .contactus-textarea {
        width: 280px !important;
    }

    #contactFormMessage {
        float: left !important;
    }

    .contact-info-form .contact-form {
        padding: 10px 10px;
    }

    #HelpSection {
        display: none !important;
    }

    .titleGB {
        font-size: 1.2em !important;
    }

    .titleB {
        font-size: 1.2em !important;
    }
}

/* For controls in 2 columns show in single column*/
@media only screen and (max-width : 950px) {

    /*.sellers-contact-col1 {float:left;position:relative;padding-left: 2%;padding-right: 2%;}
    .sellers-contact-col2 {float: left;position: relative;padding-left: 2%;padding-right: 2%; width:auto !important;}*/

    /*.contactus-col1 { float:left !important;position:relative !important;}
    .contactus-col2 { float:left !important;position:relative !important; width:auto !important;}*/
}

@media only screen and (max-width : 750px) {

    .sellers-contact-col1 {
        float: left;
        position: relative;
        padding-left: 2%;
        padding-right: 2%;
    }

    .sellers-contact-col2 {
        float: left;
        position: relative;
        padding-left: 2%;
        padding-right: 2%;
        width: auto !important;
    }

    .contactus-col1 {
        float: left !important;
        position: relative !important;
    }

    .contactus-col2 {
        float: left !important;
        position: relative !important;
        width: auto !important;
    }

    .sellers-textbox {
        width: 270px !important;
    }

    .sellers-textbox-big {
        width: 270px !important;
    }

    .sellers-success {
        margin-bottom: 10px !important;
        width: 90% !important;
    }

    .sellers-submit {
        margin-right: 0;
        margin-top: 0;
        float: left;
    }

    .sellers-error {
        background-color: #f4cd30;
        border: 1px solid #dab325;
        padding: 15px 20px;
        margin: 0px 2px;
        font-size: 0.8em;
        width: inherit !important;
    }

    #logosection {
        width: 160px !important;
        margin-top: 5px;
    }

    #vddetails #logosection {
        width: 110px !important;
    }

    .afcLogo {
        width: 80px;
    }
    .tblavlCreditcard {
        margin-top: 1rem;
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width : 350px) {
    .sellers-textbox {
        width: 250px !important;
    }

    .sellers-textbox-big {
        width: 250px !important;
    }

    .contact-info-form .contact-form .servicecategoryselect {
        width: 250px !important;
    }

    .contact-info-form .contact-form select {
        width: 250px !important;
    }

    .contactus-textarea {
        width: 250px !important;
    }

    #mobileLoginSection a {
        /*font-size: 0.85em !important;*/
    }

    #logosection {
        width: 130px !important;
        margin-top: 5px;
    }

    .Leftlogin input[type=text], .Leftlogin input[type=password] {
        width: 250px;
    }

    .howTobuyFindVeh {
        font-size: 1em !important;
        text-align: left !important;
    }

    .afcLogo {
        width: 60px;
    }
}

/********* Media for dashboard.css ***********/
@media only screen and (min-width : 60rem) and (max-width : 130rem) {
    .mobileDashboardAnnouncementItem {
        width: 45% !important;
    }

    .mobileAuctionArea {
        width: 100% !important;
    }
}

@media only screen and (max-width: 350px) {
    .mobileDashboardAuctionItem {
        width: 95% !important;
    }

    .mobileDashboardAnnouncementItem {
        width: 95% !important;
    }

    .mobileAuctionArea {
        width: 81% !important;
    }
}

/*@media only screen and (max-width: 400px) {
@-ms-viewport { width: 320px; }
}*/
.bpTitleHeader {
    font-size: 2rem;
    font-family: "Roboto Condensed",arial,sans-serif;
}
/*Media Css for Vehicle Details*/
.detailLeft {
    float: left;
    display: block;
    white-space: nowrap;
    width: 100%;
    min-width: 100%;
}

.fullViewimg {
    /*width:540px;*/
    max-width: 100%;
}

#divVehicleDetails {
    padding: 20px 10px 0 5px;
    position: relative;
    overflow: hidden;
    display: inline-table;
    width: 97%;
}

.shownOnlyInMobile {
    display: block !important;
    margin-right: 10px !important;
}

.detailImage {
    margin: 0px;
}

.detailRight {
    width: 98%;
}

.PreBidContentCol2, .PreBidContentCol1 {
    width: 90%;
}

#PreBidAmount {
    width: 98%;
}

.actionWrapper {
    border: 1px solid #e3e3e3;
    width: 98%;
    border-radius: 4px;
}

.actionBut {
    padding: 5px;
}

.buttonTag {
    padding: 4px !important;
}

.actionBut li {
    padding: 0;
    display: table;
    min-width: 100%;
    max-width: 100%;
}

#vddetails label {
    white-space: normal !important;
}

.fullwidthbuttonsInMobile {
    width: 98% !important;
    font-size: 14px;
}

.dispBlockInMobile {
    display: block !important;
}

.dispTableInMobile {
    display: table !important;
    width: 100%;
}

.centerInMobile {
    text-align: center;
}

.detailRight .conditionCheck, .detailRight .saleInfo, .detailRight .vinInfo {
    min-height: 100px;
}

.detailRight .notesInfo {
    min-height: 10px;
    vertical-align: middle;
    padding: 4px;
}

.divVehicleNotesHdrWrapper {
    margin-bottom: 2px;
}

.divNotesWrapper {
    display: flex !important;
    flex-direction: column;
    width: 98%;
}

.conditBody {
    margin: 0 auto;
    padding: unset !important;
    width: 98% !important;
}

div.carfaxBlock {
    width: 96%;
}

    div.carfaxBlock img {
        width: 80px;
    }

.txtnotes {
    order: 1;
    width: 98% !important;
}

.cancelbutton {
    order: 3;
    margin: 2px 0px 2px 0px;
}

.savebutton {
    order: 2;
    margin: 0px 0px 2px 0px;
}

.deletebutton {
    order: 4;
    margin: 0px 0px 2px 0px;
}
/*JQuery Mobile Overrides*/
.ui-btn {
    padding: .5em 0.5em;
}

.runlistMakeModelArea {
    display: inline-block !important;
}

.sortLink {
    color: black !Important;
    text-decoration: none !Important;
    cursor: pointer;
}

.sortSelected {
    color: #f93 !important;
}

.searchSelectedSort {
    font-weight: bold;
}

#keywordSearchSection {
    z-index: 1;
}

.enableTouchScroll {
    -webkit-overflow-scrolling: touch;
}

#images {
    min-width: 100%;
    display: block;
    width: 100vw;
    min-width: 100vw;
}

    #images > img {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

.searchCriteriaBlock > input, #serachattributeSaveArea > select {
    font-size: 1em;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.listing-container {
    height: 100%;
    max-height: 100%;
    overflow-x: initial;
    overflow-y: inherit;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
}
/*Registration Related*/
.flexRow {
    display: flex;
    flex-flow: column;
}

.container-body .row, .container-full .row, .container-half .row,
.container-body .additional-lic .date-select-wraper .row {
    margin-left: 0;
    margin-right: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    width: auto;
}

.flexCol1 {
    order: 1;
}

.flexCol2 {
    order: 2;
}

.container-account-box {
    width: 98% !important;
}

.register-container {
    padding-bottom: 20px;
}

.mobileFullwidthCol {
    width: 99%;
}

#divInitial.registrationReview .progress-wraper.mobileFullwidthCol {
    width: 85%;
}

.col-3.mobilehalfwidthCol {
    float: right;
}

    .col-3.mobilehalfwidthCol > a {
        padding: 6px 30px !important;
        float: initial !important;
    }

.col-6.mobilehalfwidthCol {
    width: 49%;
}

.mobileOneThirdwidthCol {
    width: 33.3%;
    padding: 0px;
}

    .mobileOneThirdwidthCol select {
        padding-left: 3px !important;
    }

.mobileAlignCenter {
    text-align: center;
}

.mobileAlignLeft {
    text-align: left;
}

.container-body {
    max-width: 100% !important;
    padding-left: 3px;
    margin: 0;
    width: 100%;
}

.registration-marker {
    background-size: 30px;
}

.video-border {
    padding: 0px;
}

.btn-block {
    display: inline;
}

.Leftlogin input[type=text], .Leftlogin input[type=password] {
    font-size: 16px;
}

.container-form input[type="text"], .container-form textarea, .container-form select, .container-form input[type="password"], .container-form input[type="email"], .container-form input[type="tel"], .container-form input[type="date"], .container-form input[type="number"] {
    padding: 9px 2%;
}

.icon-bidding {
    margin: 0 40%;
}

.container-parent-bg-mobile {
    background: inherit !important;
}

.mobile-account-box {
    min-height: auto !important;
    padding: 0px !important;
    text-align: left;
}

.mobilefloatnone {
    float: none !important;
}

.row.row-progress:before {
    width: 90%;
}

.step-label {
    font-size: 0.8em;
}

.numberCircle {
    padding: 4px;
}

    .numberCircle .content {
        margin-left: -2px;
    }

.upload-dashed {
    padding: 5px;
}

div.MultiFile-label {
    min-width: 95%;
    padding: 15px 5px;
}

.address-col {
    padding-left: 0px;
}
/*.mobileAlignCenter {
    width:98%;
}*/
.step-label {
    margin: 5px 0 0 40%;
}

/*.select-wraper {
    width: 98%;
}

.mobile-select-wraper-small {
    width: 95%;
}*/

#addItem {
    margin: 0px 0 5px;
    padding: 6px 5px;
}

.registration-intro h1, .welcome-intro h1, .registration-form h1, .registrationh1 {
    font-size: 1.8em;
}

.buttons-wraper .btn-primary {
    /*min-width:auto;*/
    margin-top: 0px;
    margin-left: 0px;
}


.btn-back {
    margin-top: 0px;
}

.payCell-button {
    padding-left: 0px;
}

.icon-tooltip, .icon-tooltip-relative {
    top: 4px;
}

div.options .insidediv:nth-child(2n) > div.lbltypeOfAccount, div.options .insidediv:nth-child(3n) > div.lbltypeOfAccount {
    float: left;
}

.lbltypeOfAccount {
    min-width: 95%;
}

.spn1typeOfAccount {
    max-width: 81%;
    float: left;
    word-break: break-all;
}

.spn2typeOfAccount {
    float: left;
    top: 0px;
}

input, textarea, select {
    font-size: 16px;
}

#images {
    padding-top: 0;
    display: inline !important;
}

#divEnlargeImages {
    padding: 0px 1rem;
    display: inline-block;
}

.divdialogScroll {
    min-height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.1s ease-in-out; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    /* Other transform properties here */
    margin-bottom: 20px;
}

.ui-dialog {
    top: 0px !important;
    margin-top: 0px !important;
}

#mobilefloatingButtons {
    display: table;
}

.listing-manager, .listing-phone {
    padding-bottom: 0%;
}

.listing-details ul li {
    font-size: 1em;
    line-height: 1.5em;
}

@media (min-height: 600px) {
    .divdialogScroll {
        max-height: 500px;
    }
}

@media (min-height: 800px) {
    .divdialogScroll {
        max-height: 700px;
    }
}

@media (min-height: 1000px) {
    .divdialogScroll {
        max-height: 800px;
    }
}

@media (min-height: 130rem) {
    .divdialogScroll-body {
        max-height: 1000px;
    }
}

video {
    width: 100%;
    height: auto;
}

.divContactLayout {
    min-height: 0px !Important;
}

.noPaddingInMobile {
    padding: 0 !important;
}

.branchContactTitle {
    display: inline-block;
    color: #222222 !Important;
    font-size: 1.1em !important;
    font-weight: bold;
    padding-bottom: .5em;
}

.browserRight {
    float: none !important;
    display: inline-table;
}

#SecurityQuestions > div > select {
    width: 94% !important;
}

#SecurityQuestions > div > input {
    width: 90% !important;
}

.cpinputtext {
}

#mainContent {
    width: 90% !important;
}

#pnlReceipt > #mainContent > h2 {
    font-size: medium !important;
    text-align: left !important;
}

#mainContent .textDesc {
    text-align: left;
}

#mainContent label {
    text-align: left !important;
    width: auto !important;
}

#pnlReceipt .imgprintButton {
    top: 5px;
    right: 0px;
}

#btnDashboard {
    margin-right: 35%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#frmAgreeToRulesPolicy .auction-rules-wraper > div {
    margin-left: 1rem;
}

#frmAgreeToRulesPolicy .auction-rules-wraper span {
    margin-left: 0px !important;
}

@media only screen and (max-width : 130rem) {
    .registration-intro {
        margin-right: 0px !important;
        margin-left: 7px;
    }

        .registration-intro .row > div {
            margin-bottom: 20px;
        }

            .registration-intro .row > div > div {
                padding-top: 10px !important;
                padding-bottom: 10px !important;
            }

    #iAABuyerAtt {
        width: 95%;
    }

    #iAABuyerForm-submit button {
        width: 98%;
        margin-top: 15px;
    }


    #mobileFooterContainer #colSitePreferences {
        padding: 0 20px;
    }

        #mobileFooterContainer #colSitePreferences h5 {
            text-align: left;
        }

    #mobileFooterContainer #colSitePreferenceItems {
        display: table;
        position: relative;
    }

        #mobileFooterContainer #colSitePreferenceItems #languageSection, #mobileFooterContainer #colSitePreferenceItems #timezoneSectionWrapper {
            display: table-cell;
            vertical-align: top;
        }

            #mobileFooterContainer #colSitePreferenceItems #languageSection a {
                margin: 0px;
                padding: 0px;
            }

        #mobileFooterContainer #colSitePreferenceItems #timezoneSectionWrapper {
            position: fixed;
            right: 50px;
        }

    #mobileFooterContainer #timezoneSectionWrapper {
        z-index: 10;
    }

    #mobileFooterContainer #madd {
        width: 100%;
        padding: 20px 0 20px 0;
    }

    #mobileFooterContainer #products {
        padding: 20px;
    }

        #mobileFooterContainer #products * {
            text-align: left;
        }

        #mobileFooterContainer #products ul {
            margin-bottom: 15px;
        }

    footer #copyright span {
        white-space: initial !important;
    }
}

@media only screen and (min-width : 1201px) {

    #iAABuyerForm .form-left, #iAABuyerForm .form-right {
        width: 300px;
        display: inline-block;
        vertical-align: top;
        padding-right: 100px;
    }

    #iAABuyerForm .form-left {
        width: 500px;
    }

    #iAABuyerForm-submit button {
        width: 100px;
        float: right;
        margin-right: 10px;
    }

    #iAABuyerFAQ button {
        width: 100px;
    }
}


#mobileMenuIcon {
    width: 55%;
    margin-top: 20px !important;
    margin-bottom: .2em !important;
    margin-right: 0.6em !important;
    position: relative;
}

#mobileMenuContainer {
    top: -0.1rem !important;
    right: 3.4rem !important;
    position: absolute;
    width: 20rem;
}

