﻿/* =========== PAGINATION ======== */
.pagination--default {
    border: initial;
    border-radius: initial;
}
.pagination--default a.page-link {
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
}

/* =========== FAQs ============== */
.faq__title {
    font-family: Lato;
    font-size: 16px;
    color: rgb(5, 105, 255);
    display: block;
}
.faq__caption {
    font-size: 14px;
}

.faq__status {
    font-family: Lato;
    font-style: italic;
    font-size: 13px;
}

.faq__tabs .nav-item:not(:last-of-type) {
    border-right: 1px solid rgb(151, 151, 151);
}

.faq__tabs .nav-link {
    color: rgb(5, 105, 255);
}

.faq__tabs .nav-link.active { 
    background: none;
    color: initial;
}
.faq__search-button { background: transparent; border: none; width: auto; }
    .faq__search-button:hover span.fa, .faq__search-button:hover span.fa {
        color: rgb(123, 191, 255);
        transition: 100ms linear all;
    }
.faq__search-button--blue span.fa, .faq__search-button--blue span.fa {
    color: rgb(5, 105, 255);
}

/* ========== Tags =========== */
.faq__tag-dropdown-container .dropdown-toggle, .faq__tag-dropdown-container .dropdown-menu {
    border-radius: initial;
}
.faq__tag-dropdown-container .dropdown-toggle {
    background: #fff;
    border: 1px solid transparent;
    z-index: 2;
    position: relative;
}
.faq__tag-dropdown-container .dropdown-toggle:focus {
    box-shadow: none;
}

.faq__tag-dropdown-container.show a.dropdown-toggle {
    z-index: 2;
    border: 1px solid rgb(151, 151, 151);
    border-bottom: none;
}
.faq__tag-dropdown-container .dropdown-menu {
    margin-top: -1.5px;
    z-index: 1;
    border: 1px solid rgb(151, 151, 151);
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}

.faq__tag-active-container {
    margin: auto;
}

.tags__button {
    color: rgb(55, 55, 60);
}
.tag__link { 
    color: rgb(0, 123, 255);
}
.tag {
    background: rgb(248, 249, 250);
    border-radius: 4px;
    text-decoration: none;
    color: rgb(33, 37, 41);
    font-weight: normal;
    padding: 5px 10px;
    margin: auto 10px;
    font-size: 13px;
}

.tag:hover {
    text-decoration: none;
}

.tag.active {
    background: rgb(80, 152, 163);
    color: #fff;
}

.tag.active::after {
    font-family: FontAwesome;
    content: '\f00d';
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
}

.home-container {
    padding: 2em;
    background: rgb(40,128,125);
    background: linear-gradient(0deg, rgba(40,128,125,1) 0%, rgba(0,212,255,1) 100%);
}
.homepage-body {
    position: relative;
}

.trendingNow {
    position: relative;
}

.content-slider.slick-initialized .slick-slide {
    display: flex;
    float: none;
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    height: initial;
}
.content-slider.slick-initialized .slick-track {
        display: flex;
        flex-flow: row;
        align-items: stretch;
        justify-content: flex-start;
        align-content: stretch;
    }

.content-slider .tn-slide .tn-slide-header {
        color: rgb(31, 113, 168);
        font-size: 16px;
        font-family: Raleway, sans-serif;
    }

.content-slider .tn-slide .tn-slide-subheader {
        flex: 1;
    }

.select {}
.select--narrow {
    width: initial;
}

@media screen and (max-width: 991px) {
    
}