.container {
    width: 100% !important;
}

#aec-main > div#leftcontent {
    float: left;
    margin-top: 25px;
}

.form-group label {
    font-size: 14px !important;
}

#aec-main p {
    font-size: 14px;
}

#aec-main ul li,
#aec-main ol li {
    font-size: 12px;
}

#aec-main h3 {
    font-weight: bold;
    font-size: 12px;
}

/*#aec-help-nav {
    padding: 10px 19px 13px 13px;
}*/

#aec-main > div#HelpNav-container {
    float: left;
    margin-top: 25px;
    /*width: 180px;*/
}

#aec-main > #aec-info-content {
    float: right;
    font-size: 13px;
    margin-top: 25px;
    /*width: 790px;*/
}

#aec-main > #aec-info-content a {
    color: #2d64c0;
    text-decoration: none;
}

#aec-main a {
    color: #da2129;
}

#aec-main a:hover {
    color: #da2129;
    text-decoration: underline;
}

.aec-privatepolicy h2.main-heading {
    border-bottom: 1px solid #999;
    border-top: medium none !important;
    color: #535353;
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
    padding-bottom: 5px;
    text-transform: uppercase;
}

#aec-info-content .headingbox .icon-info-block {
    background-color: #535353;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    text-transform: none;
    top: -3px;
    width: 20px;
}

#aec-info-content h2 {
    border-top-color: #ccc !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    color: #535353;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
    padding-bottom: 4px;
    padding-top: 10px;
    text-transform: uppercase;
}

    #aec-info-content h2.tl-gen-subtitle {
        border-top: medium none !important;
        margin-top: 0 !important;
    }

#aec-left .main-helplink {
    background-color: #333333;
    border-left: 8px solid #999999;
    color: #ffffff;
    display: block;
    font-family: wowhd;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 5px;
    text-decoration: none;
}

.mainHelpList > li {
    list-style: outside none none;
}

.mainHelpList ul {
    background: #fff none repeat scroll 0 0;
    margin: 4px 0 15px;
}

    .mainHelpList ul li a:hover {
        background-color: #da2128 !important;
        color: #fff;
    }

.activeHelpLink {
    background-color: #efefef !important;
    border-bottom: 1px dotted #ccc;
    color: #000;
}

.mainHelpList ul li {
    border-bottom: 1px dotted #ccc;
    list-style: outside none none;
}

    .mainHelpList ul li a {
        background-color: #fff;
        color: #333;
        display: block;
        font-size: 13px;
        padding: 3px 0 3px 3px;
        text-decoration: none;
    }

#aec-info-content ul {
    margin-left: 12px;
    margin-top: 10px;
}

.mainHelpList ul ul {
    margin-bottom: 5px;
    padding-left: 0;
}

    .mainHelpList ul ul li {
        border-top: 1px dotted #ccc;
        border-bottom: none !important;
    }

        .mainHelpList ul ul li:first-child {
            border-top: medium none;
        }

    .mainHelpList ul ul a {
        font-size: 11px !important;
        padding-left: 10px;
    }

ol {
    margin: 12px;
}

#aec-info-content li {
    margin: 4px 0;
}

#aec-info-content thead td {
    padding: 5px;
}

.info-address {
    line-height: 20px;
}

.table-bordered thead {
    background: #ec4a50;
    color: #fff;
}

.form-body .form-group input,
.form-body .form-group select {
    max-width: 100% !important;
}



/*Go Top section*/
#return-to-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    background: #ec4a50;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    border: 1px solid #ffffff;
    -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: #ffffff;
    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: #333333;
}

#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: #ec4a50;
    color: #fff;
    border-color: #ec4a50;
    border-radius: 1px;
}

    #submit-btn:hover {
        background-color: #da2128;
        color: #fff;
        border-color: #da2128;
        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-help-content .btn-primary {
    background-color: #da2128;
    border-color: #da2128;
    color: #fff;
}

.aec-help-content .btn-primary:hover,
.aec-help-content .btn-primary:focus,
.aec-help-content .btn-primary:active {
    background-color: #ec4a50 !important;
    border-color: #da2128 !important;
    color: #fff !important;
}

.table.table-bordered thead *,
.table.table-bordered tbody * {
    font-size: 12px;
}

@media (min-width: 768px) {
    #aec-main ul li,
    #aec-main ol li,
    .table.table-bordered tbody *,
    #aec-main h3,
    .table.table-bordered thead * {
        font-size: 14px;
    }
}
