.grid-departments,
.aec-navTitle,
.aec-dcsnavAccordian,
#aec-leftnavspacer,
.aec-navLinks,
body #aec-left {
    display: none !important;
}

html > body #aec-main {
    width: 100% !important;
}

.aec-help-content {
    border: medium none;
    float: left;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    color: #d1d2d4;
}

    .aec-help-content.aec-privatepolicy .aec-info-section {
        font-size: 15px;
    }

    .aec-help-content.aec-privatepolicy {
        border-radius: 4px;
        width: 100%;
    }

.help-nav {
    background-color: #d1d2d4 !important;
    border: medium none;
    display: block;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 16.6667%;
}

    .help-nav .aec-helpnavigation {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
        list-style: none;
    }

        .help-nav .aec-helpnavigation li {
            margin: 0 !important;
            padding: 4px !important;
        }

            .help-nav .aec-helpnavigation li:first-child {
                border-top: none;
            }

dd {
    font-size: 15px;
}

dt {
    color: #d1d2d4;
    font-size: 15px;
    font-weight: 700;
}

.aec-help-content > h3.main-heading {
    color: #000 !important;
    background-color: transparent;
    font-size: 22px !important;
    font-weight: 600;
    margin: 0 -15px 20px;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.aec-help-content.aec-privatepolicy h3.main-heading {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 25px !important;
    border-bottom: 3px solid #000 !important;
}

h2.help-index {
    border-bottom-color: #4e4e4e !important;
    color: #4e4e4e !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px !important;
    padding-top: 13px !important;
}

@media (min-width: 0px) and (max-width: 767px) {
    .help-nav {
        margin-top: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .help-nav {
        width: 24.66666667%;
        float: right;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none !important;
    }

    .aec-help-content {
        width: 75.33333333%;
        border-top-right-radius: 0;
    }
}

@media (min-width: 992px) {
    .help-nav {
        width: 16.66666667%;
        float: right;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none !important;
    }

    .aec-help-content {
        width: 83.33333333%;
        border-top-right-radius: 0;
    }
}

@media (min-width: 1200px) {
    .help-nav {
        width: 18.66666667%;
        float: right;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none !important;
    }

    .aec-help-content {
        width: 81.33333333%;
        border-top-right-radius: 0;
    }
}

#help-content {
    min-height: 320px;
    color: #d1d2d4;
    padding-bottom: 40px;
    background-color: #4e4e4e;
    display: table;
}

    #help-content p {
        font-size: 14px
    }

#aec-main > h1 {
    display: none;
}

#help-content a {
    color: #f9f091;
    font-size: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
}

    #help-content a:hover {
        color: #f9f091;
        text-decoration: underline;
    }

.aec-helpnavigation a {
    background-color: #babbbc;
    border-radius: 10px;
    color: #512e35 !important;
    display: inline-block;
    font-size: 15px !important;
    font-weight: 700;
    padding: 3px;
    width: 100%;
}

    .aec-helpnavigation a:hover {
        color: #512e35 !important;
        background-color: #000;
        box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        text-decoration: none !important;
    }

#help-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4e4e4e;
}

#help-content .table-of-content li,
#help-content ul li,
#help-content ol li {
    font-size: 14px;
    margin-left: 10px;
    padding: 4px 0;
}

#help-content .address {
    font-size: 13px;
}

#help-content .address span {
    color: #555;
    font-weight: 600;
}

#help-content h1 {
    color: #6b1519;
    font-size: 20px;
    font-weight: 600;
}

#help-content h3 {
    border-bottom: 2px solid #6b1519;
    color: #6b1519;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.aec-help-content.aec-mainhelp-page .main-heading {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-top: 25px !important;
}

/*
#help-content h3 {
    /*border-bottom: 2px solid #000;*/
    color: #6b1519;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
*/
#help-content h4 {
    color: #d1d2d4;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

#help-content strong {
    color: #565656;
    font-size: 14px;
    font-weight: 800;
}

#help-content p strong {
    color: #627185 !important;
    font-size: 13px !important;
    font-weight: 600;
}

#help-content strong.sub-heading {
    color: #565656;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

#help-content .table thead th {
    background-color: #4e4e4e;
    color: #555;
    vertical-align: middle;
    font-weight: 600;
}

#help-content table {
    width: 100%;
    color: #414141;
}

    #help-content table,
    #help-content table th,
    #help-content table td {
        border-color: #000;
        font-size: 14px;
    }

#help-content .table thead th {
    background-color: #6b1519;
    color: #000000;
    vertical-align: middle;
    font-weight: 600;
}

#help-content .table tbody tr {
    color: #d1d2d4;
}

#help-content #cphBody_gv1 tbody tr {
    background-color: #F2F2F2;
}

    #help-content #cphBody_gv1 tbody tr:nth-child(2n+1) {
        background-color: #d1d2d4;
    }

@media (min-width: 520px) and (max-width: 7680px) {
    #help-content table,
    #help-content table th,
    #help-content table td {
        padding: 5px;
    }
}

#help-content .note {
    font-size: 13px;
}

    #help-content .note:before {
        content: '';
    }

.h li {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 4px;
}


/*====================================
	HELP PAGE NAVIGATION
=====================================*/

.aec-help-menu li {
    padding: 2px 0;
    list-style: outside none none;
}

    .aec-help-menu li:first-child {
        border-top: medium none;
    }

    .aec-help-menu li ul li:first-child {
    }

.aec-help-menu > li a {
    color: #555;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
    padding: 2px 0;
    cursor: pointer;
}

    .aec-help-menu > li a.aecMainHelpIndex {
        font-size: 18px;
        font-weight: bold;
    }

.aec-help-menu li ul li > a {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding-left: 0px !important;
}

.aec-help-menu li ul li a:before {
    color: #512e35;
    content: "\f82e";
    display: inline-block;
    font-family: "CCVGlyphs";
    height: 16px;
    left: 0;
    margin-left: 6px;
    top: 0;
    width: 10px;
}

.aec-help-menu li ul li.active a,
.aec-help-menu li.active > a,
.aec-help-menu li ul li.active a:before {
    color: #512e35;
    font-weight: 700 !important;
}

@media (min-width: 0px) and (max-width:768px) {
    .aec-toggle-leftnav,
    .grid-departmentsnav {
        display: none !important;
    }

    .aec-help-menu {
        margin-bottom: 0;
    }

        .aec-help-menu > li a {
            padding: 2px 0 2px 20px;
        }

        .aec-help-menu li ul li > a {
            padding-left: 35px !important;
        }

    #aec-left {
        left: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100% !important;
        z-index: 9999;
    }

    #help-content {
        padding-left: 0;
        padding-right: 0;
    }

        #help-content table th,
        #help-content table td {
            font-size: 11px !important;
            padding: 2px !important;
        }
}

@media (min-width: 0px) and (max-width:320px) {
    .table.table-bordered.shipping-table {
        margin-left: -10px;
    }
}

.list-inline.aec-help-ccs li i {
    font-size: 32px;
}

    .list-inline.aec-help-ccs li i:before {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

.list-inline.aec-help-ccs > li {
    margin-left: 2px !important;
    margin-right: 8px;
}

    .list-inline.aec-help-ccs > li .icon-cc-visa {
        color: #d1d2d4;
    }

    .list-inline.aec-help-ccs > li .icon-cc-mastercard {
        color: #d1d2d4;
    }

    .list-inline.aec-help-ccs > li .icon-cc-amex {
        color: #d1d2d4;
    }

    .list-inline.aec-help-ccs > li .icon-cc-discover {
        color: #d1d2d4;
    }

    .list-inline.aec-help-ccs > li .icon-cc-paypal {
        color: #d1d2d4;
    }



/*Go Top section*/
#return-to-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: #6b1519;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    border: 2px solid #6b1519;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top:hover {
        background: #6b1519;
    }

#return-to-top:hover i {
    color: #ffffff;
}

.container-message {
    border-top: 1px solid #104372;
    padding: 15px;
    border-radius: 2px;
    display: none;
    text-align: center;
    margin-top: 40px;
}

#submit-btn {
    background-color: #000;
    color: #4e4e4e;
    border-color: #000;
    border-radius: 1px;
    font-weight: 800;
}

#submit-btn:hover {
    background-color: #dcfd9b !important;
    color: #4e4e4e;
    border-color: #000 !important;
    transition: all .6s ease-out;
}

#help-content ol,
#help-content ul {
    padding: 0 25px;
    /*color: #000000 !important;*/
}

a:hover {
    cursor: pointer !important;
}

.address-store p {
    padding: 0;
    margin: 0;
}

.form-link h3 a {
    font-size: 12px !important;
}

.aec-privatepolicy p.text-muted {
    color: #565656;
}

.aec-help-content .btn-primary {
    background-color: #6b1519;
    color: #fff;
    border-color: transparent;
}

.aec-help-content .btn-primary:hover,
.aec-help-content .btn-primary:focus,
.aec-help-content .btn-primary:active {
    background-color: #6e2a2d !important;
    color: #fff !important;
}