/* 
* ===CUSTOM BOOTSTRAP OVERRIDES===
*/

/* 
*---Base Elements--- 
*/
html {
    line-height: 1.5;
    font-family: sans-serif, 'Helvetica';
    font-weight: normal;
    color: #455A64;
}

body {
    overflow-y: scroll;
    font-family: sans-serif, 'Helvetica';
}

a {
    color: #c72127;
}
    a.hover {
        color: #a8141a;
    }
    a:hover {
        color: #a8141a;
    }

p {
    /* font-size: 1.05rem;*/
}

strong {
    font-weight: 700;
    font-family: sans-serif,Arial, Helvetica;
}

h1 {
    font-weight: 100;
    font-family: sans-serif,Arial, Helvetica;
    letter-spacing: 0px;
}

h2 {
    font-weight: 100;
    font-family: sans-serif,Arial, Helvetica;
    letter-spacing: 0px;
}

h5 {
    font-weight: 100;
    font-family: sans-serif,Arial, Helvetica;
    letter-spacing: 0px;
    font-size:1.40rem;
}

input[type=text], input[type=tel], input[type=email], select, textarea {
    font-family: sans-serif,Arial, Helvetica !important;
    color: #222222;
    border-radius: .25rem;
}

.page-content {
    margin-top: 32px;
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }

    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    h2,
    .h2 {
        font-size: calc(1.325rem + 0.9vw); 
    }

    h3,
    .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }

    h4,
    .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }

    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }

    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }

    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }

    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }

    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}


/*
* Header Elements
*/
.header-wrapper {
    background-color: #F4F4F4;
}

.header-wrapper .header-top {
    height: 149px;
    padding-top: 42px;
}

.header-wrapper .btn {
    color: #ffffff !important;
}

.header-wrapper .input-group .search-input-span {
    background-color: #FFF;
    border: 1px solid #fff;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.header-wrapper .input-group input {
    border: 1px solid #fff;
    height: 40px;
}

    .header-wrapper .input-group input:focus {
        box-shadow: 0 0 0 0 rgba(0,123,255,.25) !important;
    }

.header-wrapper .search-wrapper {
    /*padding-right: 30px;*/
}
.header-wrapper .btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float:none;
}
    .header-wrapper .dropdown-menu.dark {
        background-color: #1d2124;
        border-color: #171a1d;
        font-size: 14px;
        border-radius: .25rem;
        margin-top: .125rem;
    }
.header-wrapper .dropdown-menu.dark .dropdown-item{
    color:#fff;
    padding: .5rem 1rem;
}
    .header-wrapper .dropdown-menu.dark .dropdown-item:hover,
    .header-wrapper .dropdown-menu.dark .dropdown-item:focus {
        color: #FFF;
        text-decoration: none;
        background-color: #b31d23;
        border-radius: .25rem;
    }

@media only screen and (max-width: 992px) {
    .header-wrapper {
        background-color: #F4F4F4;
    }

        .header-wrapper .header-top {
            height: 100%;
            padding-top: 15px;
        }

        .header-wrapper .input-group .search-input-span {
            color: #000;
            background-color: transparent;
            border: 0px solid transparent;
            border-top-right-radius: 0.25rem !important;
            border-bottom-right-radius: 0.25rem !important;
            padding-right:0px;
        }

        .header-wrapper .navbar-toggler {
            padding-top:.25rem;
            padding-left:1.1rem;
            padding-right:0.75rem;
            padding-bottom:.25rem;
        }
}

@media only screen and (max-width: 767px) {

    .header-wrapper .search-wrapper {
        width: auto;
        height: 55px;
    }

    .header-wrapper .header-top {
        height: 100%;
        padding-top: 28px;
    }

    .header-wrapper .kn-logo {
        max-width: 225px;
    }

    .header-wrapper .logo-wrapper {
        height: 55px;
        width: auto;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 320px) {
    .header-wrapper .kn-logo {
        max-width: 190px;
    }

    .header-wrapper .input-group .search-input-span {
        padding-left: 0px;
    }
}

/* 
*---Navigation Elements--- 
*/
.menu-area {
    background: #6d6f72;
    border-bottom: 2px solid #fff;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-toggle::after {
    content: "";
    border: 0px;
    display:none;
}

.dropdown-toggle i {
    display:none;
}

.mainmenu .dropdown-menu a {
    font-family: sans-serif,Arial, Helvetica !important;
}


.mainmenu a.first-level-link {
    text-transform: uppercase;
    text-align: center;
    white-space: normal !important;
    word-wrap: break-word;
    line-height:1.1;
}

.mainmenu li.first-level-option {
    border-left: 2px solid #fff;
}

.mainmenu ul.first-level-options .first-level-option:first-child {
    border-left: 0px solid transparent;
}

.mainmenu ul.first-level-options .first-level-option:last-child {
    border-right: 0px solid transparent;
}

.mainmenu .second-level-link{
    line-height:1.1;
}

.mainmenu .third-level-link {
    line-height: 1.1;
}

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 16px 15px;
    font-weight: 500;
    font-family: sans-serif,Arial, Helvetica !important;
    display: block !important;
}

.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:focus, .navbar-default .navbar-nav > .show > a:hover {
    color: #ffffff;
    background: #f6b119;
    outline: 0;
    text-decoration: none;
}




/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
    background: #f6b119;
    text-decoration: none;
}

.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #f6b119;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background: #f6b119;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background: #6d6f72;
}

    .mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
        background: #6d6f72
    }

        .mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
            background: #6d6f72
        }

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .mainmenu .first-level-link{
        height:100%;
    }
    .mainmenu .collapse ul li:hover > ul {
        display: block
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        width: 220px;
        display: none
    }

    .mainmenu .collapse .first-level-option:last-child ul {
        left: -81px;
    }

        .mainmenu .collapse .first-level-option:last-child ul li.dropdown ul {
            left: -215px;
        }

        /*******/
        .mainmenu .collapse ul ul li {
            position: relative;
            word-wrap:break-word;
            white-space:normal;
        }

        .mainmenu .collapse ul ul li a {
            word-wrap: break-word;
            white-space: normal;
        }

            .mainmenu .collapse ul ul li:hover > ul {
                display: block
            }

        .mainmenu .collapse ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 220px;
            width:220px;
            display: none
        }
            /*******/
            .mainmenu .collapse ul ul ul li {
                position: relative;
                word-wrap: break-word;
                white-space: normal;
            }

            .mainmenu .collapse ul ul ul li a {
                word-wrap: break-word;
                white-space: normal;
            }

                .mainmenu .collapse ul ul ul li:hover ul {
                    display: block
                }

            .mainmenu .collapse ul ul ul ul {
                position: absolute;
                top: 0;
                left: -100%;
                min-width: 220px;
                width: 220px;
                display: none;
                z-index: 1
            }

    .mainmenu li a:focus {

    }
}

@media only screen and (max-width: 992px) {
    .dropdown-toggle::after {
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        float:right;
        display:none;
    }

    .dropdown-toggle {
        /*background-color: dodgerblue;*/
    }

    .dropdown-toggle i{
        float:right;
        display:inline-block;
        width:30px;
        height:22px;
        text-align:center;
        /*background-color:yellowgreen;*/
    }

    .mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
        text-align: left !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mainmenu li.first-level-option {
        border-left: 0px solid #D8DADA;
    }

    .mainmenu li a.first-level-link {
        /*padding-left: 34px*/
    }

    .mainmenu li a.second-level-link {
        /*padding-left: 34px*/
    }

    .mainmenu li a.third-level-link {
        /*padding-left: 19px*/
    }

    .menu-area {
        background-color: #6d6f72;
        border-bottom: 2px solid #6d6f72;
    }

    .mainmenu .navbar-nav, .mainmenu .dropdown-menu li {
        background-color: #6d6f72;
    }

    .mainmenu .dropdown-menu li {
        /*padding-left: 34px*/
    }

    .mainmenu #navbarSupportedContent {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .mainmenu .collapse ul > li:hover > a {
        background: #f6b119;
        text-decoration: none;
    }

    .mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
        background: #f6b119;
    }

    .mainmenu .collapse ul ul ul > li:hover > a {
        background: #f6b119;
    }

    .mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
        background: #6d6f72;
        padding-left: 20px;
        width: 100%;
    }

        .mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
            background: #6d6f72
        }

            .mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
                background: #6d6f72
            }

    .mainmenu .navbar-bars {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 5px 35px 5px 35px;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 5px 35px 5px 35px;
    }
}



/* 
*---Button Elements--- 
*/

.btn, .btn-large, .btn-small {
    background-color: #c72127;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    font-size: 0.9rem !important;
    font-weight: 500;
    font-family: sans-serif,Arial, Helvetica !important;
    color: #FFFFFF;
}

.btn {
    padding: 0.515rem .75rem;
}
    .btn:focus {
        box-shadow: 0 0 0 0 rgba(0,123,255,.25) !important;
    }

    .btn:hover, .btn-large:hover, .btn-small:hover {
        background-color: #c54f54;
        text-decoration: none;
        color:#fff;
    }

.btn-dark {
    background-color: #231f20;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-color: #252628;
}

    .btn-dark.btn-outline-secondary {
        background-color: transparent;
        -webkit-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
        cursor: pointer;
        border-color: #252628;
        color: #252628;
    }

        .btn-dark.btn-outline-secondary:hover {
            background-color: #404244 !important;
            text-decoration: none;
            border-color: transparent;
            color:#FFF;
        }

    .btn-dark:hover, .btn-large-dark:hover, .btn-small-dark:hover {
        background-color: #404244 !important;
        text-decoration: none;
        border-color:transparent;
    }



.social-icons i {
    width: 36px;
    height: 36px;
    background-image: url(/content/images/icon-sprite-social.png);
}

.btn-fb {
    background-position: 0 77px;
}

.btn-tw {
    background-position: 115px 77px;
}

.btn-ig {
    background-position: 158px 77px;    
}

.btn-ps {
    background-position: 73px 77px;
}

.btn-yt {
    background-position: 32px 77px;
}

.btn-fb:hover {
    background-position: 0 128px;
}

.btn-tw:hover {
    background-position: 115px 128px;
}

.btn-ig:hover {
    background-position: 158px 128px;
}

.btn-ps:hover {
    background-position: 73px 128px;
}

.btn-yt:hover {
    background-position: 32px 128px;
}

/* 
*--- Hero Banner Elements--- 
*/

section.section-carousel {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-items: center;
    max-height: 613px !important;
    margin-bottom: 0px;
}

    section.section-carousel .btn-cta {
        padding: 15px 100px;
    }

    section.section-carousel a.btn-cta {
        font-size: 18px !important;
    }

@media only screen and (max-width: 320px), (max-width: 767px), (max-width: 992px) {
    section.section-carousel {
        max-height: 350px !important;
    }

        section.section-carousel h1 {
            font-weight: 500;
            font-size: 1.3rem;
            padding: 0rem 1rem;
        }

        section.section-carousel p {
            font-size: 0.9rem;
        }

        section.section-carousel a.btn-cta {
            font-size: 14px !important;
            letter-spacing: -1px;
            padding: 10px 70px;
        }
}




    /*
*---About Section Elements---
*/

    section.about-section {
        background-color: #EDF0F0;
    }

        section.about-section p {
            font-family: sans-serif,Arial, Helvetica !important;
        }

        section.about-section .card {
            /*max-width:365px;*/
            /*max-width:21.9rem;*/
            border: 0px solid;
        }

            section.about-section .card.bg-dark {
                background-color: rgba(34, 34, 34, 1) !important;
            }

        section.about-section .btn {
            color: #ffffff !important;
        }

        section.about-section .card-text {
            line-height: 1.1;
        }

        section.about-section .card-title {
            margin-bottom: .25rem;
        }

        section.about-section .about-section-body p {
            line-height: 1.8;
        }

    /*
*---Member Benefits Section Elements---
*/
    section.member-benefits {
    }

        section.member-benefits h5 {
            color: #b31d23;
        }

        section.member-benefits .card {
            border: 0px solid;
        }

        section.member-benefits .img-rounded {
            width: 57%;
            text-align: center;
            position: relative;
            padding-bottom: 57%;
            border-radius: 50%;
            overflow: hidden;
            background-color: #ffffff;
            display: inline-block;
        }

            section.member-benefits .img-rounded > img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover;
            }
        section.member-benefits .card-body {
            padding:0rem 0.1rem;
        }

        section.member-benefits .card-footer {
            background-color: transparent;
            padding: 0px;
            border-top: 0px;
        }

        section.member-benefits p {
            font-family: sans-serif,Arial, Helvetica !important;
            line-height: 1.3;
        }


/*
*---Static Banner Section Elements---
*/
section.static-banner {
    background-color: #222222;
}

  

section.static-banner .jumbotron {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-items: center;
    max-height: 648px !important;
    margin-bottom: 0px;
    font-family: sans-serif,Arial, Helvetica !important;
    /*padding-top:0rem;
    padding-bottom: 0rem;*/
}


    section.static-banner .btn-cta {
        padding: 15px 100px;
    }

    section.static-banner a.btn-cta {
        font-size: 18px !important;
        letter-spacing: -1px;
    }

    section.static-banner p {
        letter-spacing: -1px;
        color:#fff;
        font-family: sans-serif,Arial, Helvetica !important;
    }

    section.static-banner ul {
        margin-right: 0;
        padding-left: 0;
        list-style: none;
        padding-top:10px;
        
    }
    section.static-banner ul > li {
        align-items: center;
        display: flex;
        margin: 5px 0;
    }
        section.static-banner ul li:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            margin: 0 5px 0 10px;
            color: #ffffff;
            font-weight: 900;
            border: 1px solid #b31d23;
            border-radius: 100%;
            width: 1em;
            height: 1em;
            display: inline-block;
            padding: 10px 15px 11px 7px;
            line-height: 0;
            margin-right: 0.1em;
            background-color: #b31d23;
            transform: scale(0.7);
        }
    section.static-banner .static-banner-cta{

    }

    section.static-banner a {
        color: #fff;
        font-family: sans-serif,Arial, Helvetica !important;
        line-height:1;
    }

    section.static-banner .col-md-5 {
        -ms-flex: 0 0 45.666667%;
        flex: 0 0 45.666667%;
        max-width: 45.666667%;
    }


@media only screen and (max-width: 320px), (max-width: 767px),  (max-width: 992px) {
    section.static-banner .jumbotron {
        max-height: 200px !important;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    section.static-banner h1 {
        font-weight: 500;
        font-size: 2.1rem;
        padding: 0rem 0rem;
    }

    section.static-banner p {
        font-size: 1.1rem;
        color: #fff;
    }

    section.static-banner a.btn-cta {
        font-size: 24px !important;
        letter-spacing: -1px;
        padding: 17px 70px;
    }

    section.static-banner ul li {
        padding-bottom: 5px;
    }
}

   

/*
*---Latest News Section Elements---
*/
section.latest-news h1{
    padding-bottom:32px;
}

section.latest-news .card {
    border: 1px solid #acacac;
}

section.latest-news .card-body{
    padding:0px;
}

    section.latest-news .card-title, section.latest-news .card-text {
        padding: 0px 15px;
        text-align:left;
        margin-bottom:0.60rem;
    }
    section.latest-news .card-text p {
        font-family: sans-serif,Arial, Helvetica !important;
        line-height: 1.2;
        font-size: 0.9rem;
    }

    section.latest-news h5 {
        color: #b31d23;
        font-size:1.1rem;
    }

section.latest-news .img-rounded {
    width: 100%; /*253px*/
    text-align: center;
    position: relative;
    padding-bottom: 155px;
    border-radius: 0%;
    overflow: hidden;
    background-color: #acacac;
    display: inline-block;
}

    section.latest-news .img-rounded > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    section.latest-news .card-advertising img{
        width:100%;
    }

    section.latest-news .card-column{
        padding-bottom:30px;
    }

section.latest-news h5 a {
    color:#b31d23;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* section.latest-news h5 {
        font-size: 0.9rem;
    }

    section.latest-news .card-text p {
        font-size: 0.7rem;
    }
       */
}


/*
*---Membership Types Section Elements---
*/
section.section-membership-types h1 {
    padding-bottom: 32px;
}

section.section-membership-types .card {
    border: 1px solid #acacac;
}

section.section-membership-types .card-body {
    padding: 0px;
}

section.section-membership-types .card-title, section.section-membership-types .card-text {
    padding: 0px 15px;
    text-align: left;
    margin-bottom: 0.60rem;
}

section.section-membership-types .card-text p {
    font-family: sans-serif,Arial, Helvetica !important;
    line-height: 1.2;
    font-size: 0.9rem;
}

section.section-membership-types h5 {
    color: #b31d23;
    font-size: 1.1rem;
}

section.section-membership-types .modal-title {
    color: #404244;
}

section.section-membership-types .img-rounded {
    width: 100%; /*253px*/
    text-align: center;
    position: relative;
    padding-bottom: 155px;
    border-radius: 0%;
    overflow: hidden;
    background-color: #acacac;
    display: inline-block;
}

    section.section-membership-types .img-rounded > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

section.section-membership-types .card-advertising img {
    width: 100%;
}

section.section-membership-types .card-column {
    padding-bottom: 30px;
}

section.section-membership-types .card-footer{
    background:#fff;
    border:0;
    padding:0px 15px;
}

    section.section-membership-types .card-footer a small {
        color: #212529;
        text-decoration: underline;
        font-family: sans-serif,Arial, Helvetica !important;
    }

section.section-membership-types h5 a {
    color: #b31d23;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* section.section-membership-types h5 {
        font-size: 0.9rem;
    }

    section.section-membership-types .card-text p {
        font-size: 0.7rem;
    }
       */
}

    /* 
*---Footer Elements--- 
*/

footer.page-footer {
    bottom: 0;
    color: #fff;
    background-color: #b31d23;
    line-height: 1.0;
}


footer.page-footer .container-fluid {
    width: auto
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(37, 38, 40, 1);
    color: rgba(255, 255, 255, .6)
}

footer.page-footer a:not(.btn), footer.page-footer p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: sans-serif, Arial, Helvetica;
}

    footer.page-footer p strong {
        font-size: 0.9rem;
    }

footer.page-footer .flex-center {
    display: flex;
}

footer.page-footer .separator {
    border-top: 0px;
}

footer.page-footer ul {
    padding-left: 0px;
    list-style: none;
}

footer.page-footer .flex-center i {
    display: block;
    font-size: 0;
}

footer.page-footer .flex-center a {
    padding-right: .5rem;
}

footer.page-footer .flex-center a:hover, footer.page-footer .flex-center a:visited, footer.page-footer .flex-center a:active {
    color: transparent;
}
@media only screen and (min-width: 992px) {
    .footer-mobile-link {
        pointer-events: none;
    }
}
/*
    ----- Child Page Listing - Resources -----
*/
    .card-child-page {
        width: 100%;
        margin: 10px 0;
        font-weight: 900;
        background: none;
        border: none;
        border-top: 2px solid #f3f3f3;
    }

        .card-child-page .card-horizontal {
            display: flex;
        }

        .card-child-page .card-body .card-text {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .card-child-page .img-square-wrapper {
            flex: 1;
            overflow: hidden;
        }

        .card-child-page .card-body {
            flex: 2;
        }

        .card-child-page .card-info {
            font-size: .9rem;
        }

        .card-child-page .img-square-wrapper .card-child-page-image {
            height: 160px;
            width: auto;
        }

        .card-child-page .card-body .card-link {
            font-weight: 900;
        }

        .card-child-page .card-horizontal {
            flex-direction: row-reverse;
        }

    @media only screen and (max-width: 991px) {
        .card-child-page .card-horizontal {
            display: block;
        }

        .card-child-page {
            max-width: 90%;
            margin: 10px auto;
        }

            .card-child-page .img-square-wrapper .card-child-page-image {
                max-width: 100%;
                height: auto;
            }
    }
    /*
    ----- END Child Page Listing - Resources -----
*/
    /*--
    Left Nav
*/
    .left-nav li.nav-item a {
        color: #212529;
    }

        .left-nav li.nav-item a:hover {
            color: #B31D23;
        }

    .left-nav li.nav-item {
        border-bottom: 2px solid #f3f3f3;
        padding: 8px 0;
    }

    .left-nav ul.pl-2 li.nav-item {
        border-bottom: none;
    }

    .left-nav .nav-link {
        padding: .5rem 0;
    }

        .left-nav .nav-link[data-toggle].collapsed::after {
            content: "\f107";
            font-family: 'Font Awesome 5 Free';
            font-style: normal;
            font-weight: 600;
            text-decoration: inherit;
            right: 20px;
            position: absolute;
            color: #B31D23;
        }

        .left-nav .nav-link[aria-expanded='true']::after {
            content: "\f106";
            font-family: 'Font Awesome 5 Free';
            font-style: normal;
            font-weight: 600;
            text-decoration: inherit;
            right: 20px;
            position: absolute;
            color: #B31D23;
        }

    .left-nav li.nav-item a.active {
        color: #c62828;
    }
    /*--
    END Left Nav
*/
    /*
    Section Landing Banner
*/
    .landing-section-banner {
        max-height: 400px;
        overflow: hidden;
    }

        .landing-section-banner .img-section-banner {
            max-width: 100%;
            width: 100%;
            transform: translateX(-50%);
            margin-left: 50%;
        }

    /*
    END Section Landing Banner
*/
    /*
    Interior Image Banner
*/


.page-content .image-interior-banner {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
    /*
   END Interior Image Banner
*/

    /*
* Accordion
*/
    section.section-accordion {
    }

        section.section-accordion .card-header a {
            background-color: transparent;
            color: #000;
            font-family: sans-serif,Arial, Helvetica !important;
            font-size: 0.9rem !important;
        }

            section.section-accordion .card-header a:hover {
                background-color: transparent;
                color: #000;
                font-family: sans-serif,Arial, Helvetica !important;
                text-decoration: none;
            }


        section.section-accordion .card {
            border: 1px solid #acacac;
        }

        section.section-accordion .card-header {
            border-bottom: 1px solid #acacac;
        }

            section.section-accordion .card-header > a {
                display: block;
                position: relative;
                padding-right: 20px;
            }

                section.section-accordion .card-header > a[aria-expanded="true"] {
                    /*font-weight:600;*/
                }

                section.section-accordion .card-header > a:before {
                    content: "\f078"; /* fa-chevron-down */
                    font-family: 'Font Awesome 5 Free';
                    position: absolute;
                    right: 0;
                    float: right;
                    font-weight: 900;
                    padding: 0px;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    height: 100%;
                    text-decoration: none;
                }

                section.section-accordion .card-header > a[aria-expanded="true"]:before {
                    content: "\f077"; /* fa-chevron-up  */
                }

    /*
* Section Bottom Interior template
*/
    section.section-bottom {
        background-color: #F2F2F2;
    }

        section.section-bottom .card {
            border: 0px;
            border-radius: 0px;
        }

            section.section-bottom .card.bg-dark {
                background-color: rgba(34, 34, 34, 1) !important;
            }

        section.section-bottom .section-bottom-ad img {
            height: 100%;
            width: 100%;
        }

        section.section-bottom .card .card-img-top {
            border-radius: 0;
        }

        section.section-bottom a {
            color: #fff;
        }


    /*
* Calendar
*/
    section.section-calendar {
    }

        section.section-calendar .fc-unthemed td.fc-today {
            background: #F4DCDD;
        }

        section.section-calendar .fc-event {
            background-color: #EDF0F0;
            border: 1px solid #EDF0F0;
            transition: background 0.2s ease-out;
        }

            section.section-calendar .fc-event:hover {
                background-color: #F4F4F4;
                border: 1px solid #F4F4F4;
                text-decoration: underline;
            }

        section.section-calendar .fc-event-container {
            padding-bottom: 3px;
        }

        section.section-calendar .fc-title, section.section-calendar .fc-time {
            color: #404244;
            white-space: normal;
            font-size: 13px;
            font-family: sans-serif,Arial, Helvetica !important;
            font-weight: 100;
        }

        section.section-calendar .fc-button-primary {
            background-color: #252628;
            -webkit-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
            cursor: pointer;
            border-color: #252628;
            font-size: 0.9rem;
        }

            section.section-calendar .fc-button-primary:hover {
                background-color: #404244 !important;
                text-decoration: none;
                border-color: transparent;
            }

        section.section-calendar .fc-day-number {
            font-size: 13px;
        }

        section.section-calendar .fc-event-dot {
            background-color: #F4DCDD;
        }

        section.section-calendar .fc-list-item-title, section.section-calendar .fc-list-item-time {
            font-size: 13px;
            font-family: sans-serif,Arial, Helvetica !important;
        }

    @media only screen and (max-width: 991px) {
        section.section-calendar h2 {
            font-size: calc(1.3rem + 0.6vw);
            font-weight: bold;
        }
    }

    /*
* Event Details
*/
    .event-details .event-address i {
        width: 24px;
        text-align: center;
    }

    /*Search input*/
    .search-input {
    }

        .search-input .input-group-append {
            background-color: white;
        }

            .search-input .input-group-append .bg-transparent {
                border-left: none;
            }

        .search-input input {
            padding: 5px;
        }

    .search-wrapper .search-toggler {
        background: transparent;
        border: none;
    }

    .search-tile {
        margin-top: 20px;
    }

    .search-input button {
        background: #FFF;
        border: none;
        border-radius: .25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .search-error {
        color: #c54f54;
        margin-bottom: 0px;
        font-family: sans-serif,Arial, Helvetica;
        font-size: 12px;
        text-align: left;
        position: absolute;
    }

    @media only screen and (max-width: 992px) {
        .search-form {
            display: none;
            margin-top: 20px;
            margin-bottom: 5px;
        }
    }

    @media only screen and (min-width:993px) {
        .search-form {
            display: block !important;
        }
    }

    .mobile-join-buttons {
        margin-top: 20px;
    }
    /*End Search input*/
    /* Pagination*/
    .pagination-container {
        margin-top: 20px;
    }

        .pagination-container ul.pagination li {
            padding: 0 10px 0 0;
        }

    /* End Pagination*/

    /* Overlay Loader */
    #overlay {
        position: fixed; /* Sit on top of the page content */
        display: none; /* Hidden by default */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
    }

    #loader {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #b31d23;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Add animation to "page content" */
    .animate-bottom {
        position: relative;
        -webkit-animation-name: animatebottom;
        -webkit-animation-duration: 1s;
        animation-name: animatebottom;
        animation-duration: 1s
    }

    @-webkit-keyframes animatebottom {
        from {
            bottom: -100px;
            opacity: 0
        }

        to {
            bottom: 0px;
            opacity: 1
        }
    }

    @keyframes animatebottom {
        from {
            bottom: -100px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }
    /* Reporting*/
    .report-container div {
        border: 1px solid #cfcfcf;
        border-top: none;
    }

    .report-container .report-header {
        border-top: 2px solid #cfcfcf;
    }

    .report-container .row:nth-child(even) {
        background: #f3f3f3;
    }
    /* End Reporting*/

    /* FORMS */
    .widgets-area .form-section {
        display: none;
    }

        .widgets-area .form-section.current {
            display: inherit;
        }

    .widgets-area .alert, .widgets-area .formwidget-submit-text {
        position: relative;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
    }

    .widgets-area .alert-heading {
        color: inherit;
    }

    .widgets-area .alert-link {
        font-weight: 700;
    }

    .widgets-area .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

        .widgets-area .alert-success hr {
            border-top-color: #b1dfbb;
        }

        .widgets-area .alert-success .alert-link {
            color: #0b2e13;
        }

    .widgets-area form {
        background-color: #fff;
        margin: 0px auto;
        padding: 0px 0px 40px 0px;
        width: 100%;
    }

    /* Mark input boxes that get errors during validation: */
    .widgets-area input.invalid {
        background-color: #ffdddd;
    }

    /* Hide all steps by default: */
    .widgets-area .tab {
        display: none;
    }

    .widgets-area .previous {
        background-color: #404244;
        border-color: #404244;
    }

    .widgets-area section.tab .subtitle {
        border-bottom: 3px solid #252628;
        margin-bottom: 20px;
    }

    /* Step marker: Place in the form. */
    .widgets-area .steps {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .widgets-area .step {
        height: 30px;
        width: 30px;
        margin: 0 10px;
        background-color: #c54f54;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }

        .widgets-area .step.active {
            opacity: 1;
        }

        /* Mark the steps that are finished and valid: */
        .widgets-area .step.finish {
            background-color: #b31d23;
        }

    .widgets-area .step-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .widgets-area .step-separator {
        border-bottom: 3px solid #252628;
    }


    .widgets-area .form-navigation {
        text-align: center;
    }

        .widgets-area .form-navigation button, .widgets-area .form-navigation input[type=button] {
            margin: 0 10px;
        }

    .widgets-area .parsley-errors-list {
        list-style: none;
        padding: 0;
        margin-top: 5px;
        color: #c54f54;
        margin-bottom: 0px;
        font-family: sans-serif,Arial, Helvetica;
        font-size: 0.9rem;
    }

    .widgets-area .form-control.parsley-error {
        border-color: #c54f54;
    }

    .widgets-area .atpe-form label {
        font-family: sans-serif,Arial, Helvetica;
        font-size: 0.9rem;
    }

        .widgets-area .atpe-form label[for*='ATPEPanelComponentValue'],
        .widgets-area .atpe-form label[for*='ATPETextInputValue'],
        .widgets-area .atpe-form label[for*='SelectedValue'] {
            display: none;
        }

    .widgets-area .atpe-form .form-group {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .widgets-area .atpe-form .form-row, .widgets-area .atpe-form p, .widgets-area .atpe-form .inline, .widgets-area .join-atpe-order-summary address {
        padding-left: 20px;
        padding-right: 20px;
        font-size: .9rem;
    }


    .widgets-area .atpe-form .form-section h5, .widgets-area .join-atpe-order-summary h5 {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        margin-bottom: 20px;
        margin-top: 40px;
    }

        .widgets-area .atpe-form .form-group h5:first-child, .widgets-area .join-atpe-order-summary h5:first-child {
            border-radius: 0;
        }


    .widgets-area .atpe-form .form-group small {
        padding-right: 15px;
    }

    .widgets-area .atpe-form .form-check .ktc-radio {
        display: block;
    }

    .widgets-area .atpe-form .field-validation-valid {
        display: none;
    }

    .widgets-area .form-navigation input.atpe-form-submit-button {
        margin: 10px !important;
    }

    /* Kentico Builtin Components */
    .widgets-area .atpe-form .ktc-radio,
    .widgets-area .atpe-form .ktc-checkbox {
        display: block;
    }

        .widgets-area .atpe-form .ktc-radio input,
        .widgets-area .atpe-form .ktc-checkbox input {
            display: inline-block;
            width: 13px;
            height: 13px;
        }

    .widgets-area .atpe-form input[type='submit'] {
        margin-left: 20px;
    }

    .widgets-area .atpe-form .ktc-uploader-text-button {
        color: #c54f54;
        cursor: pointer;
        font-size: 0.9rem;
    }

    .widgets-area .atpe-form .explanation-text {
        color: #6c757d !important;
        font-family: sans-serif,Arial, Helvetica;
        font-size: 0.9rem;
    }


    .widgets-area .atpe-form .field-validation-error {
        color: #c54f54;
        font-family: sans-serif,Arial, Helvetica;
        font-size: 0.9rem;
    }

    .widgets-area .formwidget-error {
        position: relative;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }

    .widgets-area .formwidget-submit-text {
        position: relative;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }

    .widgets-area .multiple-columns small {
        display: none;
    }

    @media only screen and (min-width: 768px) {
        .widgets-area .form-row .col-sm-5:first-of-type {
            padding-left: 8px;
        }
    }

    /*Member Detail*/
    .member-detail .member-name {
        font-weight: bolder;
    }

    .member-detail .detail-header {
        display: flex;
        background: #F4F4F4;
        padding: 10px 20px;
    }

    .member-detail .detail-header-column {
        flex: 1;
    }

    .member-detail .nav-tabs {
        padding-top: 20px;
        width: 100%;
    }

    .member-detail .tab-content {
        width: 100%;
        border: 1px solid #dee2e6;
        border-top: none;
        margin-bottom: 20px;
    }

        .member-detail .tab-content .tab-pane .tab-information-sections {
            display: flex;
        }

        .member-detail .tab-content .tab-information {
            flex: 1;
            padding: 20px;
        }

        .member-detail .tab-content .tab-full-information {
            width: 100%;
            border-top: 1px solid #dee2e6;
            padding: 20px;
        }

    .btn.btn-primary-blue {
        background-color: #007bff;
        border-color: #007bff;
    }

    .member-detail .tab-content .tab-full-information.no-border {
        border: none;
    }

    .member-detail .tab-content .btn-donate {
        margin-bottom: 10px;
    }

    .member-detail .tab-content .grid-container {
        display: grid;
        grid-template-columns: 80% 20%;
        padding: 20px;
    }

        .member-detail .tab-content .grid-container .grid-item {
            padding: 8px;
        }

        .member-detail .tab-content .grid-container .grid-item-bold {
            font-weight: bolder;
        }

        .member-detail .tab-content .grid-container .grid-item-border {
            border-bottom: 1px solid #dee2e6;
        }
    /*End Member Detail*/
    /* Products*/
    .product-card {
        width: 100%;
        border: 1px solid #cdcdcd;
        display: inline-block;
        max-height: 300px;
        margin-bottom: 30px;
        margin-bottom: 30px;
        padding: 16px;
    }

        .product-card .product-card-title {
            width: 100%;
        }

        .product-card .product-card-body {
            display: flex;
        }

            .product-card .product-card-body .product-card-image {
                flex: 3;
            }

            .product-card .product-card-body .product-card-details {
                flex: 2;
            }

            .product-card .product-card-body .product-card-image img {
                max-width: 100%
            }

            .product-card .product-card-body .product-card-details {
                color: #949494;
                font-size: 10px;
                margin-bottom: 10px;
                max-width: 60%;
                margin-left: 5px;
            }

                .product-card .product-card-body .product-card-details .product-price {
                    color: #000;
                    display: block;
                    font-size: 21px;
                    font-weight: bold;
                    line-height: 21px;
                    margin-bottom: 5px;
                }

                .product-card .product-card-body .product-card-details .product-detail-bold {
                    font-weight: bolder;
                    width: 100%;
                }

                .product-card .product-card-body .product-card-details .product-quantity-input {
                    background: #d3d3d3;
                    border: none;
                    border-radius: 5px;
                    margin-top: 2px;
                    max-width: 100%;
                    padding: 4px 8px;
                    font-size: 13px;
                }

                .product-card .product-card-body .product-card-details .product-cart-button {
                    border: none;
                    background-color: #6a85b0;
                    border-radius: 5px;
                    color: #fff;
                    cursor: pointer;
                    margin-top: 15px;
                    padding: 5px 20px;
                    width: 100%;
                    font-size: 13px;
                }

    .label-product-size {
        font-size: 12px;
    }

    .cart-update-quantity {
        width: 40px;
    }

        .cart-update-quantity.hidden {
            display: none;
        }
    /*End Products*/

    /*TTV Blog Image Captions*/
    .div-captions {
        color: #3f3f3f;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px; 
    }

        .div-captions p {
            font-size: 12px;
            font-style: italic;
        }
    
    /*End TTV Blog Image Captions*/


    /*Annotations*/
    .div-annotations {
        color: #3f3f3f;
        font-size: 12px;
        line-height: 15px;
        margin: 10px 0;
    }

        .div-annotations p {
            font-size: 12px;
            font-style: italic;
        }
    /*End Annotations*/
    /*Form Layout*/
    .treasurer-form .form-group label {
        width: 60%;
        float: left;
    }

    .treasurer-form .form-group input {
        width: 40%;
    }

    .treasurer-form .alert-warning .form-group input {
        width: 100%;
    }

    .panel-form {
        margin: 0 20px 20px 20px;
        border: 1px solid #fff3cd;
        border-radius: 5px;
    }

    .treasurer-form .div-other {
        margin-left: 30px;
    }

        .treasurer-form .div-other .div-total {
            margin-left: 205px;
        }

            .treasurer-form .div-other .div-total .form-group label {
                width: 40%;
            }

            .treasurer-form .div-other .div-total .form-group input {
                width: 60%;
            }

    @media only screen and (max-width: 991px) {
        .treasurer-form .form-group label {
            width: 100%;
        }

        .treasurer-form .form-group input {
            width: 100%;
        }

        .treasurer-form .div-other {
            margin-left: 20px;
        }

            .treasurer-form .div-other .div-total {
                margin-left: 60px;
            }
    }
    /*End Form Layout*/

    /* Promo Store Payment Layout */

    .form-payment .parsley-errors-list {
        list-style: none;
        padding: 0;
        margin-top: 5px;
        color: #c54f54;
        margin-bottom: 0px;
        font-family: sans-serif,Arial, Helvetica;
        font-size: 0.9rem;
    }

    .form-payment .form-control.parsley-error {
        border-color: #c54f54;
    }

    .form-payment .shipping-information, .form-payment .server-errors, .form-payment .shipping-information-not-required, .form-checkout .server-errors {
        display: none;
    }

        .form-payment .server-errors ul {
            font-family: sans-serif,Arial, Helvetica;
            font-size: 0.9rem;
        }

            .form-payment .server-errors ul.list {
                padding: 0;
                font-family: sans-serif,Arial, Helvetica;
                font-size: 0.9rem;
                margin: 0;
            }

        .form-payment .server-errors p {
            font-family: sans-serif,Arial, Helvetica;
            font-size: 0.9rem;
        }
    /*End Form Layout*/

    /*Promo Ad*/
    .div-promo-ad .div-ad {
        margin: auto;
    }
    /*End Promo Ad*/
    /* Shopping Cart */
    input[type=number]::-webkit-inner-spin-button {
        opacity: 1
    }
    /* End Shopping Cart */

.signature-label {
    font-family: 'shelby';
    font-size: 2.6em;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    height: 50px;
    display: block;
}

/*
    Kentico File Uploader form component
*/
.ktc-file-component-wrapper label {
    display: none;
}

.notify-emails{
    display:none;
}

.youtube-video-embed
{
    width:560px;
    height:315px;
}

/* TTV Custom styles */
.ttv header .social-icons i {
    display: inline-block;
    font-size: 0;
}

.ttv header .social-icons a {
    padding-right: .4rem;
    line-height: 1.8;
}

    .ttv header .social-icons a:hover, .ttv header .social-icons a:visited, .ttv header .social-icons a:active {
        color: transparent;
    }

.ttv header .btn-fb {
    background-position: 0 0px;
}

.ttv header .btn-tw {
    background-position: -36px 0px;
}

.ttv header .btn-ig {
    background-position: 158px 0px;
}

.ttv header .btn-ps {
    background-position: 73px 0px;
}

.ttv header .btn-yt {
    background-position: -73px 0;
}

.ttv header .btn-fl {
    background-position: -110px 0;
}

.ttv header .btn-rss {
    background-position: -145px 0;
}

    .ttv header .btn-rss:hover {
        background-position: -145px -37px;
    }

.ttv header .btn-fl:hover {
    background-position: -110px -37px;
}

.ttv header .btn-fb:hover {
    background-position: 0 -37px;
}

.ttv header .btn-tw:hover {
    background-position: -36px -37px;
}

.ttv header .btn-ig:hover {
    background-position: 158px 128px;
}

.ttv header .btn-ps:hover {
    background-position: 73px 128px;
}

.ttv header .btn-yt:hover {
    background-position: -73px -37px;
}

.ttv .header-wrapper .header-top {
    height: 149px;
    padding-top: 35px;
}

.ttv header .mobile-join-buttons .social-icons a{
    line-height:0;
}

.ttv header .mobile-join-buttons{
    margin-top:10px;
}

.ttv .header-wrapper {
    background-color:#fff;
}

.ttv footer.page-footer {
    background-color: #231f20;
}
    .ttv footer.page-footer .footer-copyright {
        background-color: #231f20;
    }

        .ttv footer.page-footer .footer-copyright a {
            padding-left:10px;
        }

.ttv h1, .ttv h2 {
    color: #c72127;
}
.ttv code {
    color: #6d6f72;
}
body.ttv {
    color: #231f20;
}

.ttv .section-carousel h1{
    color:#fff;
    font-weight:bold;
}

.ttv section.static-banner h1 {
    color: #fff;
    font-weight: bold;
    letter-spacing:0px;
}

.ttv section.static-banner p{
    letter-spacing: 0px;
}

.ttv section.static-banner a.btn-cta {
    letter-spacing: 0px;
}

.ttv .youtube-video-embed {
    width: 100%;
    height: 100%;
}

.ttv .about-section .youtube-video-embed {
    width: 100%;
    height: 257px;
}

.ttv .mainmenu li.first-level-no-option {
    border-left: 2px solid #fff;
}

.ttv .mainmenu ul.first-level-options .first-level-no-option:first-child {
    border-left: 0px solid transparent;
}

.ttv .mainmenu ul.first-level-options .first-level-no-option:last-child {
    border-right: 0px solid transparent;
}

.ttv .search-tile-title a{
    font-size:1.3rem;

}

.ttv .blog-listing .card-child-page .card-body .card-link, .ttv .child-pages .card-child-page .card-body .card-link {
    font-weight: 100;
}

.ttv .blog-listing .card-child-page .card-body .card-title, .ttv .child-pages .card-child-page .card-body .card-title {
    font-weight: 700;
}

.ttv .blog-listing .card-child-page .card-body .card-text, .ttv .blog-listing .card-child-page .card-body .card-info, .ttv .child-pages .card-child-page .card-body .card-text, .ttv .child-pages .card-child-page .card-body .card-info {
    font-weight: 100;
}

.profile-nav, .profile-info {
    margin-top: 30px;
}

    .profile-nav .user-heading {
        background: #f6b119;
        color: #fff;
        border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        padding: 30px;
        text-align: center;
    }

        .profile-nav .user-heading.round a {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 10px solid rgba(255,255,255,0.3);
            display: inline-block;
        }

        .profile-nav .user-heading a img {
            width: 112px;
            height: 112px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .profile-nav .user-heading h1 {
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 5px;
        }

        .profile-nav .user-heading p {
            font-size: 12px;
        }

    .profile-nav ul {
        margin-top: 1px;
    }

        .profile-nav ul > li {
            border-bottom: 1px solid #ebeae6;
            margin-top: 0;
            line-height: 30px;
        }

            .profile-nav ul > li:last-child {
                border-bottom: none;
            }

            .profile-nav ul > li > a {
                border-radius: 0;
                -webkit-border-radius: 0;
                color: #89817f;
                border-left: 5px solid #fff;
            }

                .profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
                    background: #f8f7f5 !important;
                    border-left: 5px solid #fbc02d;
                    color: #89817f !important;
                }

            .profile-nav ul > li:last-child > a:last-child {
                border-radius: 0 0 4px 4px;
                -webkit-border-radius: 0 0 4px 4px;
            }

            .profile-nav ul > li > a > i {
                font-size: 16px;
                padding-right: 10px;
                color: #bcb3aa;
            }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}

.profile-info .panel-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee;
}

    .profile-info .panel-footer ul li a {
        color: #7a7a7a;
    }

.bio-graph-heading {
    background: #f6b119;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

    .bio-row p span {
        width: 100px;
        display: inline-block;
    }

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

    .summary-head h4 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(255,255,255,0.6);
    }

ul.summary-list {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

    ul.summary-list > li {
        display: inline-block;
        width: 19.5%;
        text-align: center;
    }

        ul.summary-list > li > a > i {
            display: block;
            font-size: 18px;
            padding-bottom: 5px;
        }

        ul.summary-list > li > a {
            padding: 10px 0;
            display: inline-block;
            color: #818181;
        }

    ul.summary-list > li {
        border-right: 1px solid #eaeaea;
    }

        ul.summary-list > li:last-child {
            border-right: none;
        }

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .activity.alt {
        width: 100%;
        float: right;
        margin-bottom: 10px;
    }

    .activity span {
        float: left;
    }

    .activity.alt span {
        float: right;
    }

    .activity span, .activity.alt span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #eee;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .activity.terques span {
        background: #8dd7d6;
    }

    .activity.terques h4 {
        color: #8dd7d6;
    }

    .activity.purple span {
        background: #b984dc;
    }

    .activity.purple h4 {
        color: #b984dc;
    }

    .activity.blue span {
        background: #90b4e6;
    }

    .activity.blue h4 {
        color: #90b4e6;
    }

    .activity.green span {
        background: #aec785;
    }

    .activity.green h4 {
        color: #aec785;
    }

    .activity h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .activity p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .activity .activity-desk i, .activity.alt .activity-desk i {
        float: left;
        font-size: 18px;
        margin-right: 10px;
        color: #bebebe;
    }

    .activity .activity-desk {
        margin-left: 70px;
        position: relative;
    }

    .activity.alt .activity-desk {
        margin-right: 70px;
        position: relative;
    }

        .activity.alt .activity-desk .panel {
            float: right;
            position: relative;
        }

.activity-desk .panel {
    background: #F4F4F4;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0px;
        }

.ttv input[id*='CandidateID'] {
    display: none;
}

.ttv hr.dashed {
    border-top: 2px dashed #6d6f72;
}
.ttv hr.dashed-thick {
    border-top: 1px dashed #6d6f72;
}

.ttv hr.dotted {
    border-top: 2px dotted #6d6f72;
}

.ttv hr.solid {
    border-top: 2px solid #6d6f72;
}


.ttv hr.hr-text {
    position: relative;
    border: none;
    height: 2px;
    background: #6d6f72;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #6d6f72;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ttv hr.hr-title {
    border-top: 4px solid #f6b119;
}

.ttv .nav-tabs .nav-item .nav-link, .ttv .nav-tabs .nav-link {
    color: #fff;
    background-color: #6d6f72;
    border-color: #fff;
}
.ttv .nav-tabs a{
    color:#fff;
}

.ttv .nav-tabs .nav-item.show .nav-link, .ttv .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f6b119;
    border-color: #fff;
}

.ttv .nav-tabs .nav-link {
    border-radius:0 !important;
}

.ttv input[type=text], .ttv input[type=tel], .ttv input[type=email], .ttv select, .ttv textarea {
    border-radius: 0;
}

.ttv .search-input button {
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ttv .btn {
    border-radius:0;
}

.ttv .mapbox section.static-banner{
background-color:transparent;
}

    .ttv .mapbox section.static-banner a {
        color: #c72127;
    }

.ttv section.static-banner ul li:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    margin: 0 5px 0 10px;
    color: #ffffff;
    font-weight: 900;
    border: 1px solid #231f20;
    border-radius: 100%;
    width: 1em;
    height: 1em;
    display: inline-block;
    padding: 10px 15px 11px 7px;
    line-height: 0;
    margin-right: 0.1em;
    background-color: #231f20;
    transform: scale(0.7);
}

.ttv .mapbox .jumbotron {
    background-color: #fff;
    border-left: 1px solid #6d6f72;
    border-right: 1px solid #6d6f72;
    border-bottom: 1px solid #6d6f72;
}
.ttv .nav-tabs {
    border-bottom: 1px solid #6d6f72;
}

.ttv .mapboxgl-popup p.p-title{
    margin-bottom:2px;
}

.ttv .mapboxgl-popup hr.hr-title {
    margin-top: 0px;
}

.ttv .mapboxgl-popup ul {
    padding-left: 25px;
}

.ttv .mapboxgl-popup ul li a {
    font-size:11px;
}

    .ttv .mapboxgl-popup ul li a:hover {
        color: #c72127;
    }

    .ttv .mapboxgl-popup ul li span.party {
        text-transform:capitalize;
    }

#geocoder {
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 20px;
}

.mapboxgl-ctrl-geocoder {
    min-width: 100%;
}

#geocoder {
    display: none;
}

/* TTV Mobile #6d6f72 #404244 !important*/
@media only screen and (max-width: 767px) {
    .ttv .header-wrapper .search-wrapper {
    width: auto;
    height: 30px;
    }
    .ttv .about-section img{
        width:100%;
    }
}

/* TTV Tablet */
@media only screen and (max-width: 992px) {
        .ttv .header-wrapper .header-top {
            height: 100%;
            padding-top: 15px;
        }
        .ttv .menu-area{
            margin-top:20px;
            border-bottom:0px;
        }
        .ttv .mainmenu{
            min-height:0px;
        }

            .ttv .mainmenu li.first-level-option {
                border-left: 0px;
            }

            .ttv .mainmenu li.first-level-no-option {
                border-left: 0px solid #fff;
            }

}

@media only screen and (max-width: 320px), (max-width: 767px), (max-width: 992px) {

    section.static-banner a.btn-cta {
        letter-spacing: 0px;
        padding: 17px 40px;
    }
}

@media only screen and (max-width: 320px), (max-width: 767px) {

    .candidate .nav-pills .nav-link {
        padding: 12px 6px !important;
        font-size: 12px !important;
        min-height: 60px;
    }
}




/* User Cards */
.candidate .user-box {
    width: 110px;
    margin: auto;
    margin-bottom: 20px;
}

    .candidate .user-box img {
        width: 100%;
        border-radius: 0%;
        padding: 3px;
        background: #fff;
    }

.candidate .profile-card-2 .card {
    position: relative;
}

    .candidate .profile-card-2 .card .card-body {
        z-index: 1;
    }

    .candidate .profile-card-2 .card::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        height: 112px;
        background-color: #e6e6e6;
    }

    .candidate .profile-card-2 .card.profile-primary::before {
        background-color: #008cff;
    }

    .candidate .profile-card-2 .card.profile-success::before {
        background-color: #15ca20;
    }

    .candidate .profile-card-2 .card.profile-danger::before {
        background-color: #fd3550;
    }

    .candidate .profile-card-2 .card.profile-warning::before {
        background-color: #ff9700;
    }

.candidate .profile-card-2 .user-box {
    margin-top: 30px;
}

.candidate .profile-card-3 .user-fullimage {
    position: relative;
}

    .candidate .profile-card-3 .user-fullimage .details {
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 100%;
    }

.candidate .profile-card-4 .user-box {
    width: 180px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}

.candidate .profile-card-4 .list-icon {
    display: table-cell;
    font-size: 30px;
    padding-right: 15px;
    vertical-align: middle;
    color: #223035;
}

.candidate .profile-card-4 .list-details {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    color: #223035;
    font-size: 13px;
    line-height: 15px;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

    .candidate .profile-card-4 .list-details small {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 400;
        color: #808080;
    }

.candidate .capitalize {
    text-transform: capitalize;
}

/*Nav Tabs & Pills */
.candidate .nav-tabs .nav-link {
    color: #223035;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-bottom: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

    .candidate .nav-tabs .nav-link:hover {
        border: 1px solid transparent;
    }

    .candidate .nav-tabs .nav-link i {
        margin-right: 2px;
        font-weight: 600;
    }

.candidate .top-icon.nav-tabs .nav-link i {
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.candidate .nav-tabs-primary.nav-tabs {
    border-bottom: 1px solid #008cff;
}

.candidate .nav-tabs-primary .nav-link.active, .candidate .nav-tabs-primary .nav-item.show > .nav-link {
    color: #008cff;
    background-color: #fff;
    border-color: #008cff #008cff #fff;
    border-top: 3px solid #008cff;
}

.candidate .nav-tabs-success.nav-tabs {
    border-bottom: 1px solid #15ca20;
}

.candidate .nav-tabs-success .nav-link.active, .candidate .nav-tabs-success .nav-item.show > .nav-link {
    color: #15ca20;
    background-color: #fff;
    border-color: #15ca20 #15ca20 #fff;
    border-top: 3px solid #15ca20;
}

.candidate .nav-tabs-info.nav-tabs {
    border-bottom: 1px solid #0dceec;
}

.candidate .nav-tabs-info .nav-link.active, .candidate .nav-tabs-info .nav-item.show > .nav-link {
    color: #0dceec;
    background-color: #fff;
    border-color: #0dceec #0dceec #fff;
    border-top: 3px solid #0dceec;
}

.candidate .nav-tabs-danger.nav-tabs {
    border-bottom: 1px solid #fd3550;
}

.candidate .nav-tabs-danger .nav-link.active, .candidate .nav-tabs-danger .nav-item.show > .nav-link {
    color: #fd3550;
    background-color: #fff;
    border-color: #fd3550 #fd3550 #fff;
    border-top: 3px solid #fd3550;
}

.candidate .nav-tabs-warning.nav-tabs {
    border-bottom: 1px solid #ff9700;
}

.candidate .nav-tabs-warning .nav-link.active, .candidate .nav-tabs-warning .nav-item.show > .nav-link {
    color: #ff9700;
    background-color: #fff;
    border-color: #ff9700 #ff9700 #fff;
    border-top: 3px solid #ff9700;
}

.candidate .nav-tabs-dark.nav-tabs {
    border-bottom: 1px solid #223035;
}

.candidate .nav-tabs-dark .nav-link.active, .candidate .nav-tabs-dark .nav-item.show > .nav-link {
    color: #223035;
    background-color: #fff;
    border-color: #223035 #223035 #fff;
    border-top: 3px solid #223035;
}

.candidate .nav-tabs-secondary.nav-tabs {
    border-bottom: 1px solid #75808a;
}

.candidate .nav-tabs-secondary .nav-link.active, .candidate .nav-tabs-secondary .nav-item.show > .nav-link {
    color: #75808a;
    background-color: #fff;
    border-color: #75808a #75808a #fff;
    border-top: 3px solid #75808a;
}

.candidate .tabs-vertical .nav-tabs .nav-link {
    color: #223035;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-right: -1px;
    padding: 12px 1px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
}

.candidate .tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #dee2e6;
}

    .candidate .tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        border-bottom: 1px solid #dee2e6;
        border-right: 0;
        border-left: 1px solid #dee2e6;
    }

.candidate .tabs-vertical-primary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #008cff;
}

    .candidate .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
        color: #008cff;
        background-color: #fff;
        border-color: #008cff #008cff #fff;
        border-bottom: 1px solid #008cff;
        border-right: 0;
        border-left: 3px solid #008cff;
    }

.candidate .tabs-vertical-success.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #15ca20;
}

    .candidate .tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
        color: #15ca20;
        background-color: #fff;
        border-color: #15ca20 #15ca20 #fff;
        border-bottom: 1px solid #15ca20;
        border-right: 0;
        border-left: 3px solid #15ca20;
    }

.candidate .tabs-vertical-info.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #0dceec;
}

    .candidate .tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
        color: #0dceec;
        background-color: #fff;
        border-color: #0dceec #0dceec #fff;
        border-bottom: 1px solid #0dceec;
        border-right: 0;
        border-left: 3px solid #0dceec;
    }

.candidate .tabs-vertical-danger.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #fd3550;
}

    .candidate .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
        color: #fd3550;
        background-color: #fff;
        border-color: #fd3550 #fd3550 #fff;
        border-bottom: 1px solid #fd3550;
        border-right: 0;
        border-left: 3px solid #fd3550;
    }

.candidate .tabs-vertical-warning.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #ff9700;
}

    .candidate .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
        color: #ff9700;
        background-color: #fff;
        border-color: #ff9700 #ff9700 #fff;
        border-bottom: 1px solid #ff9700;
        border-right: 0;
        border-left: 3px solid #ff9700;
    }

.candidate .tabs-vertical-dark.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #223035;
}

    .candidate .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
        color: #223035;
        background-color: #fff;
        border-color: #223035 #223035 #fff;
        border-bottom: 1px solid #223035;
        border-right: 0;
        border-left: 3px solid #223035;
    }

.candidate .tabs-vertical-secondary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #75808a;
}

    .candidate .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .candidate .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
        color: #75808a;
        background-color: #fff;
        border-color: #75808a #75808a #fff;
        border-bottom: 1px solid #75808a;
        border-right: 0;
        border-left: 3px solid #75808a;
    }

.candidate .nav-pills .nav-link {
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px;
    padding: 12px 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #6d6f72;
    
}
.candidate .nav-pills .nav-link {
    border-radius: 0px;
}

    .candidate .nav-pills .nav-link:hover {
        background-color: #f6b119;
    }

    .candidate .nav-pills .nav-link i {
        margin-right: 2px;
        font-weight: 600;
    }

.candidate .top-icon.nav-pills .nav-link i {
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.candidate .nav-pills .nav-link.active, .candidate .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f6b119;
}

.candidate .nav-pills-success .nav-link.active, .candidate .nav-pills-success .show > .nav-link {
    color: #fff;
    background-color: #15ca20;
}

.candidate .nav-pills-info .nav-link.active, .candidate .nav-pills-info .show > .nav-link {
    color: #fff;
    background-color: #0dceec;
}

.candidate .nav-pills-danger .nav-link.active, .candidate .nav-pills-danger .show > .nav-link {
    color: #fff;
    background-color: #fd3550;
}

.candidate .nav-pills-warning .nav-link.active, .candidate .nav-pills-warning .show > .nav-link {
    color: #fff;
    background-color: #ff9700;
}

.candidate .nav-pills-dark .nav-link.active, .candidate .nav-pills-dark .show > .nav-link {
    color: #fff;
    background-color: #223035;
}

.candidate .nav-pills-secondary .nav-link.active, .candidate .nav-pills-secondary .show > .nav-link {
    color: #fff;
    background-color: #75808a;
}

.candidate .card .tab-content {
    padding: 1rem 0 0 0;
}

.candidate .z-depth-3 {
    
}

.candidate .card-body-avatar {
    background-color:#f6b119;
}
.candidate .card{
    border-radius:0px;
}

.candidate h6.label {
    color: #6d6f72;
}

.ttv .card{border-radius:0px;
          }
.ttv .recommended-for-you .card-body {
    padding: 0px;
}
.ttv .recommended-for-you .card-img-top{
    border-radius:0px;
    min-height:170px;
    max-height:170px;
}
.ttv .recommended-for-you .category {
    color: #6D6F72 !important;
    text-transform:uppercase;
}

.ttv .recommended-for-you .category small {
    font-weight:600;
}

.ttv form .field-validation-error {
    color: #c72127;
    font-size:13px;
}

.ttv form .form-field {
    margin-bottom: 1rem;
}

.ttv .candidate-list {
    padding-left: 1.9rem !important;
}

.ttv .comment-list i {
    color: #f6b119;
}

.ttv .comment-message, .ttv .comment-message-error {
    display: none;
}

.ttv .alert{
    border-radius:0px;
}

.ttv .post-categories .badge {
    background-color: #6d6f72;
}


.ttv .widgets-area form input[type=submit] {
    padding: 0.515rem .75rem;
}

    .ttv .widgets-area form input[type=submit]:focus {
        box-shadow: 0 0 0 0 rgba(0,123,255,.25) !important;
    }

    .ttv .widgets-area form input[type=submit]:hover {
        background-color: #c54f54;
        text-decoration: none;
        color: #fff;
    }

.ttv .widgets-area form input[type=submit] {
    background-color: #231f20;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-color: #252628;
    color:#ffffff;
}


    .ttv .widgets-area form input[type=submit]:hover{
        background-color: #404244 !important;
        text-decoration: none;
        border-color: transparent;
    }

.ttv #bills .lead{
    font-weight:600;
}

.ttv #bills ul {
   padding:0;
}

.ttv #bills li {
    list-style-type:none;
    border-bottom:1px dashed #ccc;
    padding-top:15px;
}

.ttv .ktc-radio .form-control, .ttv .ktc-checkbox .form-control {
    width: auto;
    display: inline-block;
    height: auto;
}

.ttv .committee .smaller i{
    font-size:50%;
}

.ttv .committee .smaller i {
    color: #6d6f72;
}

.ttv .committee .list-group li{
    border:0px;
}

.ttv .committee .list-group address {
   margin-bottom:0px;
}

.ttv .committee .list-group li .text-muted {
    color: #6d6f72 !important;
}

.ttv .candidate .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius:0 ;
}

.ttv .candidate .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ttv nav .pagination .page-link {
    color: #c72127;
}

.ttv nav .page-link:hover {
    color: white;
    background-color: #f6b119;
    
}

.ttv nav .page-item.active .page-link {
    background-color: #f6b119;
    border-color: #f6b119;
    color:white;
}

.ttv .pagination-sm .page-item:first-child .page-link
{
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}

.ttv .pagination-sm .page-item:last-child .page-link {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ttv .blog-listing nav {
    margin:10px auto;
}