.no-bullet {
    list-style-image: none !important;
    list-style-type: none !important;
    background-image: none !important;
}

.h-100 {
    height: 100%;
}

.no-wrap {
    white-space: nowrap;
}

.bg-navy {
    background: #0061A9;
}

.featured-cards-checkbox {
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 20px;
}

.compare-tray p.name .rplus {
    font-size: 1rem;
    top: 0px;
}

.compare-tray p.name .rplusmar {
    margin-left: 0px;
}

.compare-tray {
    position: fixed;
    bottom: 0px;
    width: 376px;
    left: 60%;
    margin-left: -178px;
    border: 1px solid #FFFFFF;
    z-index: 2;
}

.compare-tray .compare-tray-header {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 20px;
    cursor: pointer;
}

.compare-tray .compare-tray-header img {
    margin-left: 60px;
    width: 19px;
}

.compare-tray .compare-tray-header img.closed {
    transform: rotate(180deg);
}

.compare-tray .compare-tray-content {
    border: 1px solid #b0b0b0;
    padding: 15px;
    height: 290px;
}

.compare-tray .compare-tray-content .table-center>a.btn.primary {
    margin-top: 15px;
}

.compare-tray .compare-tray-content .row {
    margin: 0px;
}

.compare-tray .compare-tray-content .btn-blue {
    float: none;
    width: 120px;
    display: inline-block;
    margin-top: 10px;
}

.compare-tray .compare-tray-content img {
    width: 62px;
    height: 39px;
    margin-right: 15px;
}

.compare-tray .compare-tray-content .compare-tray-add-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #D7D7D7;
    color: #006AC3;
    font-size: 24px;
    border-radius: 3px;
    width: 62px;
    height: 39px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare-tray .compare-tray-content p.name {
    margin-bottom: 0px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.compare-tray .compare-tray-content p.name.add {
    text-decoration: underline;
    color: #006AC3;
    font-weight: normal;
}

.compare-tray .compare-tray-content p.name>sup {
    display: none;
}

.compare-tray .compare-tray-content .btn-remove {
    zoom: 60%;
    float: none;
    margin-left: 10px;
}

.compare-tray .compare-tray-content .compare-tray-card {
    float: none;
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 639px) {
    .compare-tray {
        width: 100%;
        left: 0px;
        margin-left: 0px;
    }
}

.expand-vr.ng-animate {
    transition: 0.3s ease-out all;
    overflow: hidden;
    height: 0;
}

.expand-vr.ng-hide-remove {
    height: 0;
}

.expand-vr.ng-hide-remove.ng-hide-remove-active {
    height: 400px;
}

.expand-vr.ng-hide-remove.ng-hide-remove-active.compare-tray-content {
    height: 290px;
}

.expand-vr.ng-hide-add {
    transition: 0.3s ease-out all;
    height: 290px;
}

.expand-vr.ng-hide-add.ng-hide-add-active {
    height: 0;
}

.expand-vr.ng-hide-remove.ng-hide-remove-active.compare-tray-content {
    height: 290px;
}

.compare-tray.ng-animate {
    transition: 0.3s ease-out all;
    overflow: hidden;
}

.compare-tray.ng-hide-remove {
    height: 0px;
}

.compare-tray.ng-hide-remove.ng-hide-remove-active {
    height: 350px;
}

.compare-tray.ng-hide-add {
    height: 350px;
}

.compare-tray.ng-hide-add.ng-hide-add-active {
    height: 0px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .btn-remove.compare-remove {
        right: -5px !important;
        top: 0px !important;
    }
}

.btn-remove {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    padding: 0px;
    min-width: auto;
    right: 20px;
    top: 20px;
    background-image: url(/dvl/v1.0/assets/images/ui/ui-close-blue.svg);
    background-size: cover;
}

.close-icon-fr {
    margin-left: 5px !important;
}

.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vh;
    background-color: #000000;
    opacity: 0.8;
}

.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index: 100;
    position: absolute;
    top: 100px;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 80px #000;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

@media (max-width: 639px) {
    .ng-modal-dialog {
        top: 0px;
        overflow-y: auto;
    }
}

.ng-modal-dialog-content {
    padding: 15px;
}

@media (max-width: 639px) {
    .ng-modal-dialog-content {
        padding: 0px;
        z-index: 0;
        max-height: 100vh;
    }

    .ng-modal-dialog-content .cards {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1230px) {
    .ng-modal-dialog-content .cards {
        overflow-y: scroll;
        height: 100%;
    }
}

.ng-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 639px) {
    .ng-modal-close {
        right: 12px;
        top: 12px;
    }
}

.modal-compare {
    max-width: 1230px;
    margin-bottom: 30px;
    width: 100%;
}

.modal-compare .width-100 .btn {
    min-width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

.modal-compare select {
    margin-bottom: 30px;
}

@media (max-width: 639px) {
    .modal-compare {
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
}

@media (min-width: 800px) {
    .modal-compare .select-category .col-md-2 {
        position: absolute;
    }

    .modal-compare .select-category .col-md-2 p {
        position: relative;
        bottom: 10px;
    }

    .modal-compare .select-category .col-md-10 {
        float: right;
    }
}

.modal-header {
    border: none;
    padding-top: 0px;
}

.modal-header .search-bar {
    margin-left: auto;
    margin-right: 35%;
    margin-top: 5px;
    display: block;
    width: 25%;
    border-left: none;
    border-right: none;
    border-top: none;
    background: url("/credit-cards/app/assets/search.png") no-repeat;
    background-position: 100% 50%;
}

@media screen and (max-width: 640px) {
    .modal-header .search-bar {
        display: block;
        width: 100%;
    }
}

@media (max-width: 639px) {
    .modal-header h1 {
        margin-left: 0px;
        font-size: 24px;
    }
}

@media (max-width: 639px) {
    .modal-header {
        padding-top: 15px;
    }
}

@media (max-width: 330px) {
    .modal-header {
        padding-top: 55px;
    }
}

.modal .close {
    background-repeat: no-repeat;
}

.cards {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

.cards .card-box {
    text-align: center;
    display: inline-block;
    float: left;
    margin: 15px;
    width: 270px;
    height: 260px;
    border: 1px solid #D7D7D7;
    padding: 15px;
}

.cards .card-box.short {
    height: 260px;
}

@media (max-width: 639px) {
    .cards .card-box.short {
        height: auto;
    }
}

.cards .card-box p {
    height: 50px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    width: 300px;
    line-height: 24px;
}

@media (max-width: 639px) {
    .cards .card-box p {
        font-size: 14px;
        line-height: 18px;
    }
}

.cards .card-box img {
    max-width: 230px;
    width: 100%;
    margin-top: 15px;
}

@media (max-width: 639px) {
    .cards .card-box img {
        max-width: none;
        margin-top: 0px;
    }
}

.cards .card-box .btn-compare {
    max-width: 120px;
}

@media (max-width: 639px) {
    .cards .card-box {
        float: none;
        width: 50%;
        margin: 0px;
        border: none;
        height: auto;
        padding-bottom: 0px;
    }
}

@media (max-width: 319px) {
    .cards .card-box:nth-of-type(2n) {
        padding-left: 7px;
    }

    .cards .card-box:nth-of-type(2n + 1) {
        padding-right: 7px;
    }
}

.cards .no-results {
    display: block;
}

.cards .card-box+.no-results {
    display: none;
}

@media (max-width: 1229px) {
    .cards {
        max-width: 930px;
    }
}

@media (max-width: 929px) {
    .cards {
        max-width: 630px;
    }
}

@media (max-width: 639px) {
    .cards {
        max-width: auto;
    }
}

.font-medium,
.heading-italic {
    font-weight: 500;
}

#categories-filter p {
    margin-bottom: 10px;
}

#categories-filter .container {
    width: 100% !important;
    max-width: 1200px;
}

#categories-filter .btn {
    margin-right: 30px;
    margin-bottom: 15px;
    min-width: auto;
}

#categories-filter .btn.tag {
    margin-top: 0;
}

#categories-filter .btn.tag.active {
    color: #fff;
    background-color: #006AC3;
    box-shadow: inset 0 0 0 1px #006AC3;
}

#categories-filter .filter-row {
    display: flex;
    flex-wrap: wrap;
}

#categories-filter .filter-row>.checkbox-wpr {
    padding: 0 15px;
}

.font-serif {
    font-family: "Georgia", serif;
}

.font-italic {
    font-style: italic;
}