.topIcons {
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    padding: "0px 8px 0px 9px";
    text-decoration: none;
    color: black
}

.topIcons:hover {
    text-decoration: underline;
}

.navItems {
    border-top: 3px solid transparent;
}

.navItems .nav-link {
    padding-top: 3px;
}

.navItems:hover {
    border-color: #1C6FB2;
}

@media (max-width: 768px) {
    .navItems {
        border-top: 0px solid transparent;
        border-left: 2px solid transparent;
        padding-left: 20px;
    }

    .navItems:hover {
        border-color: #1C6FB2;
    }
}

.navItems {
    white-space: nowrap;
}

.hero-heading {
    text-align: center;
    font-weight: 400;
    font-size: 30px;

    color: #1c6bb0;
}

a.ReadMore:hover {
    text-decoration: underline;
}

.footer-icons:hover {
    text-decoration: underline;
}

.footer-icons {
    text-decoration: none;
    color: black;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;

}

.font-size-18 {
    font-size: 18px;
}

.star-container {
    width: 110px;
    position: relative;
    height: 20px;
    display: inline-block;
}

.star-back,
.star-front {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.star-front .cover {
    width: 110px;
    overflow: hidden;
}

.star-back {
    z-index: 1;
    color: #dfdfdf;
}

.star-front {
    z-index: 2;
}

.rating {
    cursor: pointer;
}

.rating .rating-star {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-left: -5px;
    color: #c7c7c7;
}

.rating .selected:before {
    color: #ffc107 !important;
}

.card-hover {
    border-radius: 5px;
    border: 1px solid transparent;
    color: inherit;
    text-decoration: none;
    display: block;
}


.card-hover:hover {
    background-color: #f1f1f1;
    border-color: transparent;
    color: inherit;
}

.card-hover:not(:hover) {
    border-color: transparent !important;
}

.card-hover:not(:hover) {
    background: initial;
}

@media (max-width: 768px) {
    .card-hover:not(:hover) {
        border-color: #dfdfdf !important;
    }

    .card-hover {
        border: 1px solid #dfdfdf;
        margin-bottom: 10px;
    }
}


.table.no-border td {
    border: none;
    padding: 1px 4px;
}

.pointer {
    cursor: pointer;
}

.top-nav-sm a {
    font-size: 12px;
    color: #6e6e6e;
    padding: 1px 10px;
    text-decoration: none;
}

.top-nav-sm a:hover {
    text-decoration: underline;
}

.top-nav-sm a:not(:last-child) {
    border-right: 1px solid #d1d1d1;
}

.menu-left .menu-item {
    padding: 10px 20px;
    text-decoration: none;
    border-left: 5px solid transparent;
    display: block;
}

.menu-left .menu-item:hover {
    border-color: #c7c7c7;
}

.menu-left .menu-item.active {
    border-color: #1c6bb0;
}

@media (max-width: 768px) {

    .menu-left {
        overflow: auto;
        white-space: nowrap;
    }

    .menu-left .menu-item {
        display: inline-block;
        border-radius: 10px;
    }

    .menu-left .menu-item:hover {
        padding: 10px 20px;
        text-decoration: none;
        border-left: 5px solid transparent;
    }

    .menu-left .menu-item.active {
        border-color: none;
        background-color: #1c6bb0;
        color: #fff;
    }

    .hero-heading {
        text-align: left;
        font-weight: 400;
        font-size: 24px;
    }
}

.link {
    text-decoration: underline;
    color: #1C6FB2 !important;
}

@media (min-width: 768px) {
    .navbar-brand img {
        margin-top: -42px;
        margin-left: -24px;
    }

    .navbar {
        padding-top: 5px;
    }
}

.td-symbol {
    width: 30px;
    white-space: nowrap;
    margin-left: -30px;
}

.td-index {
    position: relative;
    width: 45px;
    text-align: center;
    font-size: 12px;
}

.td-index .fa-star {
    position: absolute;
    font-size: 30px;
    left: 6px;
    top: -7px;
}

.no-wrap {
    white-space: nowrap;
}

header {
    padding-bottom: 0px !important;
}

.pac-container {
    z-index: 10000 !important;
}

.twitter-typeahead {
    width: 100%;
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.tt-suggestion:hover {
    color: #f0f0f0;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.login-btn {
    max-height: 35px;
}

.row-height-35 {
    max-height: 35px;
}