﻿html, body {
    font-size: 13px;
}
body {
    color: #707070;
    background-color: #ffffff;
    font-size: 13px;
    font-family: "Gotham SSm A", "Gotham SSm B", Gotham, Montserrat, Raleway, Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    body {
        font-size: 0.9em;
    }
}

a, .btn {
    transition: color .25s ease, background .3s ease, border .3s ease;
}
a {
    color: #f89a1c;
}
a:hover {
    color: #03b0db;
    text-decoration: none;
}

h1 {
    font-size: 2em;
    margin: 1.5em auto;
}

h2 {
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto 0.75em;
}

p {
    font-size: 1.15em;
    line-height: 1.6;
    margin-bottom: 1.25em;
}

.bnt {
    font-size: 12px;
}
.btn-lg {
    font-size: 16px;
}

h1.page-title {
    color: #ff9c00;
    font-size: 2.65em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0.5em auto;
}

.page-title + .sub-title {
    font-size: 1.2em;
    line-height: 1.7em;
    margin: 0 auto 1.5em;
}
.page-title + .filter-panel {
    margin-top: 2em;
}


h2.bordered {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
}

/* Button icon positioning */
.btn i.fa-recycle {
    position: relative;
    top: 1px;
    left: -2px;
    margin-right: -2px;
}

/* Global classes */
.page-title {
    color: #ff9c00;
    font-size: 2.5em;
    margin: 0 auto 1em;
}

    .page-title.super-title {
        color: #03B0DB;
        font-size: 4.3em;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 0.9em;
        text-shadow: 4px 4px 0 rgba(3,176,219,0.19);
        margin-bottom: 0.5em;
    }

.title-content {
    font-size: 1.1em;
    line-height: 1.75em;
    margin: 0 auto 1em;
}
.page-title + .title-content {
    margin-top: -1.25em;
    margin-bottom: 1.5em;
}

/* helpers */
.btn-facebook, .btn-googleplus, .btn-twitter { color: #fff !important; border-color: transparent !important; }
.btn-googleplus { background-color: #dd4b39 !important; }
.btn-googleplus:hover { background-color: #b63c29 !important; }
.btn-twitter { background-color: #55acee !important; }
.btn-twitter:hover { background-color: #1da0e7 !important; }
.btn-facebook { background-color: #3b5998 !important; }
.btn-facebook:hover { background-color: #2e4476 !important; }

.btn-disabled {
    cursor: default;
}

.btn {
    border-radius: 0;
    letter-spacing: 0.1em;
}

.btn-primary {
    background-color: #ff9c00;
    border-color: transparent;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #03b0db;
    border-color: transparent;
}

.btn-main {
    color: #ff9c00;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #ff9c00;
    border-radius: 0;
    padding: 0.4em 1.3em;
}

    .btn-main:hover,
    .btn-main:active,
    .btn-main:focus,
    .btn-main:active:focus {
        color: #fff;
        background-color: #ff9c00;
    }


    .btn-main .fa-caret-right {
        margin-left: 10px;
    }


.btn-inverse {
    color: #707070;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #707070;
    border-radius: 0;
    padding: 0.4em 1.1em 0.3em;
}

    .btn-inverse:hover {
        color: #fff;
        background-color: #707070;
    }

    .btn-inverse.btn-disabled:hover {
        color: #707070;
        background-color: transparent;
    }

    .btn-inverse.btn-primary {
        color: #ff9c00;
        border-color: #ff9c00;
    }
        .btn-inverse.btn-primary:hover,
        .btn-inverse.btn-primary:active,
        .btn-inverse.btn-primary:focus,
        .btn-inverse.btn-primary:active:focus {
            color: #fff;
            background-color: #ff9c00;
            border-color: transparent;
        }

.btn-opaque {
    color: #707070;
    background: transparent;
    border: 1px solid #707070;
}
    .btn-opaque:hover,
    .btn-opaque:active,
    .btn-opaque:focus,
    .btn-opaque:active:focus {
        color: #fff;
        background-color: #707070;
        border-color: transparent;
    }

.btn-default {
    background-color: #eee;
    border-color: transparent;
}
    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus,
    .btn-default:active:focus {
        background-color: #dcdcdc;
        border-color: transparent;
    }

.badge-primary {
    color: #fff;
    background-color: #fe9c00;
    background-color: rgba(254, 156, 0, 0.9);
}

.badge-secondary {
    color: #fff;
    background-color: #03b0db;
    background-color: rgba(51,122,183,0.9);
}

.badge-danger {
    color: #fff;
    background-color: #e94306;
}
.badge-pending {
    color: #fff;
    background-color: #f6b515;
}

.badge-success {
    color: #fff;
    background-color: #23b360;
}

.badge-default {
    color: #fff;
    background-color: #707070;
}

.gradient-overlay {
    position: relative;
}

    .gradient-overlay:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(315deg, #03b0db 0%, #f89a1c 100%);
        opacity: 0.6;
    }

p.small-text {
    font-size: 0.9em;
    line-height: 1.5;
}

/* Global Classes */
ul.social-buttons {
    list-style: none;
    margin: 0 -6px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
ul.social-buttons li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    margin: 0 6px 12px;
}
ul.social-buttons li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #707070;
    background-color: transparent;
    border: 1px solid #e6e7e8;
}
ul.social-buttons li a:hover {
    color: #fff;
    background-color: #e7e6e8;
}
ul.social-buttons li.facebook a {
    color: #3b5998;
    border-color: #3b5998;
}
ul.social-buttons li.facebook a:hover {
    color: #fff;
    background-color: #3b5998;
}
ul.social-buttons li.google-plus a {
    color: #dd4b39;
    border-color: #dd4b39;
}
ul.social-buttons li.google-plus:hover a {
    color: #fff;
    background-color: #dd4b39;
}
ul.social-buttons li.twitter a {
    color: #55acee;
    border-color: #55acee;
}
ul.social-buttons li.twitter:hover a {
    color: #fff;
    background-color: #55acee;
}
ul.social-buttons li.linkedin a {
    color: #0077b5;
    border-color: #0077b5;
}
ul.social-buttons li.linkedin:hover a {
    color: #fff;
    background-color: #0077b5;
}


/* Overrides */
label {
    font-weight: 300;
}

hr {
    border-color: #ccc;
}

.table.table-bordered > thead > tr > th {
    font-weight: 500;
    background-color: #efefef;
}

.table.table-unstyled > thead > tr > th,
.table.table-unstyled > tbody > tr > td {
    border: none;
}

span.alert {
    display: block;
}

.alert li {
    color: inherit;
}
.ajax__calendar {
    position: relative;
    z-index: 15;
}


/* Layout */
.header {
	background-color: #ffffff;
}
.header-top {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
    .header-top .col-left {
        white-space: nowrap;
    }

    .header-top .logo {
        display: inline-block;
        vertical-align: middle;
    }
        .header-top .logo img {
            display: block;
            width: 200px;
            max-width: 100%;
            height: auto;
        }

    .header-top .ttmc-logo {
        display: inline-block;
        vertical-align: middle;
        color: #707070;
        border-left: 1px solid #d6d7d8;
        padding: 5px 25px;
        margin: 0 25px;
    }

        .header-top .ttmc-logo img {
            display: block;
            width: 175px;
            max-width: 100%;
            height: auto;
        }

    .header-top .logo-title {
        display: inline-block;
        vertical-align: middle;
        color: #707070;
        margin: 0 25px;
        padding: 10px 20px;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 500;
        text-transform: uppercase;
        border-left: 1px solid #d6d7d8;
    }

    .header-top .col-right {
        text-align: right;
    }

.nav-top {
	text-align: right;
}
    .nav-top > .nav {
        float: right;
        margin-top: 0.5em;
    }
        .nav-top > .nav > li {
            float: left;
            margin: 0 0.4em;
        }
            .nav-top > .nav > li > a {
                position: relative;
                display: block;
                color: #606060;
                font-size: 1.15em;
                padding: 0.8em;
            }
                .nav-top > .nav > li > a:hover {
                    color: #ff9c00;
                    text-decoration: none;
                    background-color: transparent;
                }
            .nav-top > .nav > li.break {
                margin: 0;
                padding: 0.5em;
            }
            .nav-top > .nav > li.button > a {
                color: #ff9c00;
                font-weight: 500;
                text-transform: uppercase;
                border: 1px solid #ff9c00;
                padding: 0.5em 1.2em;
            }
                .nav-top > .nav > li.button > a:hover {
                    color: #fff;
                    background-color: #ff9c00;
                }

.user-profile {
    position: relative;
    padding-top: 0.5em;
    padding-right: 1em;
}

    .user-profile:after,
    .user-profile .profile:after {
        content: '\0020';
        display: block;
        clear: both;
    }

    .user-profile > a {
        position: relative;
        float: right;
        text-decoration: none;
        text-align: left;
        line-height: 1.5em;
        padding: 10px;
        padding-right: 30px;
        margin-top: -6px;
        border: 1px solid #eee;
    }

    .user-profile .profile {
        font-size: 1.1em;
        text-decoration: none;
        padding: 0.4em 0;
        min-width: 15em;
        max-width: 100%;
    }

    .user-profile .notification-badge {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 24px;
        height: 24px;
        color: #fff;
        background: #f89a1c;
        font-size: 11px;
        line-height: 24px;
        font-style: normal;
        text-align: center;
        border-radius: 50%;
    }

    .user-profile .dropdown-caret {
        position: absolute;
        top: 50%;
        width: 30px;
        text-align: center;
        right: 0;
        color: #ccc;
        font-size: 0.85em;
        line-height: 1;
        transform: translateY(-50%);
    }

    .user-profile .dropdown-menu {
        padding: 0.75em 1.25em;
        width: 325px;
        max-width: 90%;
        max-width: 90vw;
    }

        .user-profile .dropdown-menu > li > a {
            color: #707070;
            font-size: 1em;
            line-height: 1.4em;
            font-weight: 500;
            padding: 0.25em;
        }

            .user-profile .dropdown-menu > li > a:hover {
                color: #ff9c00;
                background-color: transparent;
            }

        .user-profile .dropdown-menu:before {
            position: absolute;
            top: -10px;
            right: 19px;
            display: inline-block;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #ccc;
            border-left: 10px solid transparent;
            border-bottom-color: rgba(0, 0, 0, 0.15);
            content: '';
        }

        .user-profile .dropdown-menu:after {
            position: absolute;
            top: -9px;
            right: 20px;
            display: inline-block;
            border-right: 9px solid transparent;
            border-bottom: 9px solid #ffffff;
            border-left: 9px solid transparent;
            content: '';
        }

        /*
        .user-profile .dropdown-menu .profile-name {
            max-width: 75%;
        }
        */

.header .profile-img {
    float: left;
    width: 2.4em;
    height: 2.4em;
    margin-right: 0.5em;
    color: #fff;
    background: #ddd;
    border-radius: 50%;
    font-size: 1.5em;
    text-align: center;
    line-height: 2.5em;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.35);
}
    .header .profile-img i {
        font-size: 1.5em;
        line-height: 1.6;
    }
    .header .dropdown-menu .profile-img {
        display: none;
    }


 .header .profile-name {
    display: block;
    float: left;
    padding: 0.5em 0;
    line-height: 1em;
    font-weight: 500;
}
    .header .profile-name .user-welcome {
        color: #03b0db;
        font-size: 0.85em;
        font-weight: 500;
        text-transform: uppercase;
    }

    .header .profile-name .user-name {
        display: block;
        font-size: 1.1em;
        line-height: 1.5em;
        height: 1.5em;
        text-transform: uppercase;
        color: #ff9c00;
        max-width: 15em;
        overflow: hidden;
        /*margin-top: 0.5em*/
    }

    .header .profile-name .user-points {
        display: block;
        color: #03B0DB;
    }


.mobile-nav {
    position: fixed;
    display: block;
    right: 0;
    top: 80px;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    height: calc(100% - 80px);
    overflow: auto;
    opacity: 0;
    transition: left .5s ease-in-out, opacity 1s ease-in-out;
    background: #fff;
}
    body.show-nav .mobile-nav {
        opacity: 1;
        left: 0;
        transition: left .5s ease-in-out, opacity .5s ease-in-out;
    }

    .mobile-nav ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 1em 1.5em;
    }
        .mobile-nav ul li {
            display: block;
            text-align: center;
            padding: 1em 0;
        }
            .mobile-nav ul li a {
                color: #707070;
                font-size: 1.5em;
                font-weight: 500;
            }
                .mobile-nav ul li a:hover,
                .mobile-nav ul li a:focus,
                .mobile-nav ul li a:active {
                    color: #03b0db;
                }
            .mobile-nav ul li.divider {
                border-top: 1px solid #dedede;
                margin-top: 1em;
                padding-top: 0;
            }
                .mobile-nav ul li.button a {
                    display: inline-block;
                    min-width: 150px;
                    color: #ff9c00;
                    font-weight: 500;
                    text-transform: uppercase;
                    border: 1px solid #ff9c00;
                    padding: 0.5em 1.2em;
                }
                    .mobile-nav ul li.button a:hover {
                        color: #fff;
                        background-color: #ff9c00;
                    }
            .mobile-nav ul li.profile:after {
                content: '';
                display: table;
                clear: both;
            }


@media (min-width: 768px) {
    .mobile-nav {
        display: none !important;
    }
}
@media (max-width: 767px) {
    body.show-nav {
        overflow: hidden;
    }
    h1.page-title {
        font-size: 2.5em;
    }

}

/*
@media (min-width: 768px) {
    header {
        height: 120px;
    }
    .header-top {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 120px;
        padding-top: 30px;
        padding-bottom: 30px;
        box-shadow: 0 1px 1px rgba(0,0,0,.25);
        z-index: 99;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header {
        height: 100px;
    }
    .header-top {
        height: 100px;
    }
    .nav-top {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .nav-top {
        font-size: 13px;
    }
}
*/

@media (min-width: 768px) and (max-width: 991px) {
    .nav-top {
        font-size: 0.9em;
    }
    .nav-top > .nav > li.break {
        padding: 0;
    }
    .nav-top > .nav > li > a {
        font-size: 1.1em;
        padding: 0.5em;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #e6e7e8;
        z-index: 990;
    }

    .header-top .logo img {
        width: auto;
        height: 45px;
    }

    .header-top .ttmc-logo img {
        width: auto;
        height: 35px;
    }

    body.logged-in .header-top .logo img {
        margin-left: 0;
        margin-right: 0;
    }

    .header-nav {
        display: none;
    }

    .nav-top > .nav {
        float: none;
        text-align: center;
    }

        .nav-top > .nav > li {
            float: none;
            display: inline-block;
            margin-bottom: 0.71em;
        }

            .nav-top > .nav > li.break {
                display: block;
                font-size: 0;
                padding: 0;
            }

    .user-profile {
        font-size: 0.8em;
    }
        .user-profile > a {
            padding-right: 0;
        }

        .user-profile .dropdown-toggle > .profile-name {
            display: none;
        }

        .user-profile .dropdown-toggle > .dropdown-caret {
            display: none;
        }

        .user-profile .dropdown-menu {
            margin-top: 0.75em;
            margin-right: 1em;
        }
}
@media (max-width: 480px) {
    .header-top .col-left {
        padding-top: 5px;
    }
    .header-top .logo img {
        height: 35px;
    }
    .header-top .logo-title {
        margin: 0 10px;
        padding: 5px 10px;
        font-size: 18px;
    }

}

.header-nav .navbar {
    background-color: #fff;
    border-color: #e6e7e8;
    box-shadow: 0 3px 6px rgba(0,0,0,.02);
    margin-bottom: 0;
    border-radius: 0;
}
.header-nav .navbar-nav {
    width: 100%;
}

.header-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header-nav .navbar .navbar-nav > li > a {
    color: #707070;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 500;
    padding-left: 2em;
    padding-right: 2em;
}

    .header-nav .navbar .navbar-nav > li > a:hover {
        color: #ff9c00;
    }

    .header-nav .navbar .navbar-nav > li > a i {
        font-size: 1.1em;
    }

    .header-nav .navbar .navbar-nav > li > a.current {
        /*background: #f5f5f5;*/
        color: #00a3c5;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .header-nav .navbar .navbar-nav > li > a {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media (max-width: 767px) {
    .header-nav .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-nav .navbar .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer {
    color: #707070;
    background-color: #fbfbfb;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    .footer-bottom a {
        color: #707070;
    }
    .footer-bottom a:hover {
        color: #03b0db;
    }

    .footer-bottom .col-left {
        text-align: left;
    }

        .footer-bottom .col-left p {
            font-size: 0.80em;
            line-height: 1.5em;
            margin: 10px 0;
        }

    .footer-bottom .col-right {
        text-align: right;
    }

    .footer-bottom .bottom-logo {
        display: inline-block;
        width: auto;
        max-width: 100%;
        height: 34px;
        margin-right: 1.5em;
    }

    .footer-bottom .ttmc-logo {
        width: auto;
        max-width: 100%;
        height: 34px;
        margin-top: 10px;
        margin-right: 15px;
        padding: 4px 0;
    }

    .footer-bottom .fmp-logo {
        width: auto;
        max-width: 100%;
        height: 34px;
        margin-top: 10px;
    }

@media (max-width: 991px) {
    .footer-main {
        padding-top: 2.5em;
        padding-bottom: 1em;
    }

        .footer-main .col-logo {
            margin-bottom: 2.5em;
        }

            .footer-main .col-logo img {
                display: block;
                margin: 0 auto;
            }

        .footer-main .col-list {
            margin-bottom: 2.5em;
        }

    .footer-bottom .col-left,
    .footer-bottom .col-right {
        text-align: center;
    }

    .footer-bottom .col-left {
        margin-bottom: 1.5em;
    }

    .footer-bottom a {
        display: block;
    }

    .footer-bottom .bottom-logo {
        display: block;
        height: 30px;
        margin: 0 auto 1.5em;
    }
}

/* Title Section */
.title-section {
    position: relative;
    padding: 1em 0;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

    .title-section .title-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: linear-gradient(315deg, #03b0db 0%, #f89a1c 100%);
    }

        .title-section .title-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .title-section .container {
        position: relative;
        z-index: 1;
    }

    .title-section h1 {
        color: #fff;
        font-size: 3.6em;
        line-height: 1.2em;
        text-transform: uppercase;
        text-shadow: 0 3px 7px rgba(0,0,0,.35);
        margin: 0;
    }

    .title-section p {
        color: #fff;
        font-size: 1.6em;
        line-height: 1.3;
        text-shadow: 0 1px 3px rgba(0,0,0,.25);
        margin: 0.5em 0 0;
    }
@media (max-width: 767px) {
    .title-section {
        min-height: 200px;
    }
        .title-section h1 {
            font-size: 2.8em;
        }
}

section.body {
    padding-top: 2em;
    padding-bottom: 2em;
    background: #ffffff;
    background: linear-gradient(180deg, #fcfeff 0, #ffffff 250px);
}

.tabpanel {
    border: none !important;
}

    .tabpanel:after {
        content: '';
        display: block;
        clear: both;
    }

    .tabpanel .nav-tabs {
        border: none;
        float: left;
        width: 20%;
        background: #f5f5f5;
        font-size: 1.05em;
        padding: 1em;
    }

    .tabpanel .tab-content {
        border: none;
        float: right;
        width: 77%;
        padding: 0;
    }

    /*
    .tabpanel .tab-content .btn-primary:hover {
        color: #fff;
        background-color: #ff9c00;
        border-color: #ff9c00;
    }
    */

.nav-tabs > li {
    position: relative;
    display: block;
    float: none;
    text-align: right;
    margin: 0;
}

    .nav-tabs > li > a {
        color: #707070;
        margin: 0;
        line-height: 1.4em;
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 400;
        padding: 0.5em;
    }

        .nav-tabs > li > a:hover {
            color: #00a3c5;
            background: none;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #00a3c5;
        background: none;
        border: none;
    }

    .nav-tabs > li.active a:after {
        position: absolute;
    width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #00a3c5;
        content: '';
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        margin-top: -1.5px;
    }

@media (max-width: 767px) {
    .tabpanel .nav-tabs,
    .tabpanel .tab-content {
        float: none;
        width: 100%;
    }

    .tabpanel .nav-tabs {
        margin-bottom: 1em;
    }

        .tabpanel .nav-tabs li {
            text-align: left;
        }

    .nav-tabs > li.active a:after {
        display: none;
    }
}

/* Relevant 2017 Classes */

/* Custom Styles */
.link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.link-list > li {
    display: block;
    margin: 0.5em auto;
}
.link-list > li a {
    font-weight: bold;
}

.link-list.list-two-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.link-list.list-two-col > li {
    flex: 1 0 50%;
}

.content-preview {
    border: 2px solid #e6e7e8;
    padding: 10px;
    background: #f5f5f5;
    background: rgba(0,0,0,.05);
    box-shadow: 0 1px 4px -2px rgba(0,0,0,.25), inset 0 1px 5px -3px rgba(0,0,0,.15);
    opacity: 0.95;
}

/*
.checkbox-list input[type="checkbox"],
.checkbox-list input[type="radio"] {
    float: left;
    margin-top: 4px;
}
.checkbox-list label {
    display: block;
    margin: 0 0 8px;
    padding: 2px 0 0 20px;
    line-height: 18px;
}
.checkbox-list br {
    font-size: 0;
    line-height: 0;
    display: none;
}
@media (max-width: 767px) {
    .checkbox-container .row {
        margin-top: -10px;
    }

    .checkbox-container .row:first-child {
        margin-top: 0;
    }
}

.redleadintext {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #993333;
}

span.Error {
    color: #ff0000;
    font-weight: normal;
    white-space: nowrap;
}
div.PageHeaderPanel {
    background-color: #81BEF7;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding:2px;
    width: 100%;
}
div.DetailsHeaderPanel {
    color: #5d5d5d;
    font-size: 1.25em;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    font-weight: normal;
}
    div.DetailsHeaderPanel h2 {
        font-size: 2rem;
    }

    div.DetailsHeaderPanel span.desc {
        display: block;
        color: #6f6f6f;
        font-size: 0.9em;
        text-transform: none;
        margin-top: 0.25em;
    }
div.HeaderPanel {
    font-size: 1.2em;
    color: #606060;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
div.FilterPanel {
    border-style:ridge;
    border-width:thin;
    padding-top:3px;
    padding-bottom: 3px;
    padding-left: 5px;
    width: 99.5%;
}
div.ReturnLinksPanel {
    background-color: #F2F2F2;
    padding-top:3px;
    padding-bottom: 3px;
    padding-left: 5px;
    width: 100%;
}
div.SectionHeaderPanel {
    background-color: #6699CC;
    color: white;
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    padding-top:3px;
    padding-bottom: 3px;
    padding-left: 5px;
    text-align: center;
    height: 25px;
    width: 100%;
}
div.prospect-h2 {
    font-size: 1.3em;
    color: #606060;
    margin: 25px 0 20px 0;
}
td.prospectHighlight {
    padding: 10px;
    border: 0px;
    background-color:#CFDCE2;
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.DetailsField .checkbox-list table>tbody>tr>td {
    border: none;
    margin: 0;
    padding: 0;
}
*/

/* Dashboard Links */
.page-title + .dashboard-links {
    margin-top: 3em;
}

.page-title.dashboard-title {
    margin-top: 0.5em;
}

.dashboard-links > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: auto;
    justify-content: center;
}

.dashboard-links > .row .col-link {
    display: flex;
    max-width: 33%;
    flex: 1 0 33%;
    margin: 0 -1px 2em;
}

.dashboard-link {
    display: block;
    background: #fff;
    border: 1px solid #e6e7e8;
    width: 100%;
    height: 100%;
    padding: 0.5em 4em 2em;
    position: relative;
    transition: 300ms background;
    text-decoration: none;
}
.dashboard-link:active,
.dashboard-link:focus,
.dashboard-link:hover {
    text-decoration: none;
    background-color: #f8fcff;
}

.dashboard-link .link-icon {
    display: block;
    margin: 3.5em auto 2.5em;
    width: 75%;
    background-color: #d6ebf8;
    border-radius: 50%;
    max-width: 150px;
}

.dashboard-link .link-icon img {
    width: 100%;
    height: auto;
    padding: 15%;
}

.dashboard-link .link-content {
    text-align: center;
    display: block;
}

.dashboard-link .item-title {
    display: block;
    color: #03b0db;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.dashboard-link .item-description {
    display: block;
    color: #707070;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 1.5em;
}

.dashboard-link .link-status {
    position: absolute;
    top: 1.3em;
    right: 1.2em;
}
.dashboard-link .link-status .badge {
    font-size: 0.75em;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .dashboard-links > .row .col-link {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .dashboard-links > .row {
        margin: 0 -16px -4em;
    }
    .dashboard-links > .row .col-link {
        padding: 0;
        margin: 0 0 -1px -1px;
    }
    .dashboard-link {
        padding-top: 2em;
    }
    .dashboard-link .item-description {
        display: none;
    }
}

/* Login */
body.login {
    padding: 0 !important;
}

.body.login {
    padding: 0;
    margin: 0;
}

    .body.login .background-col {
        position: relative;
        margin-left: -15px;
    }

        .body.login .background-col .login-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: url('../images/login-bg.jpg') center center no-repeat;
            background-size: cover;
        }
    
        .body.login .background-col .login-bg:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #03b0db;
            opacity: 0.8;
        }


    .body.login .login-title {
        display: flex;
        padding: 0 10%;
        height: 75%;
        height: 75vh;
        justify-content: center;
        align-items: flex-end;
    }
    .body.login .login-title h3 {
        color: #fff;
        font-size: 2.8em;
        font-weight: 600;
        line-height: 1.25;
        text-align: center;
        opacity: 0.9;
    }

    .body.login .content-col {
        padding-top: 2em;
        padding-bottom: 2em;
        min-height: 100vh;
    }

    .body.login .learn-more-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 3.5em;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        padding: 15%;
    }

    .body.login .learn-more-content .title-top {
        margin-bottom: 0.5em;
    }

    .body.login .learn-more-content .title-bottom {
        margin-bottom: 1em;
    }

    .body.login .learn-more-content .btn.btn-main {
        font-size: 1.25rem;
        font-weight: 500;
        color: #fff;
        background-color: #ff9c00;
    }

    .body.login .learn-more-content .btn.btn-main:hover {
        background-color: #03b0db;
        border-color: #03b0db;
    }

    .body.login .login-head {
        max-width: 550px;
        text-align: center;
        margin-top: 1em;
        margin-bottom: 3em;
    } 

        .body.login .login-head .login-logo {
            display: inline-block;
            margin: 0 4% 1em;
            height: auto;
            max-height: 250px;
        }


@media (min-width: 768px) {
    .body.login .background-col .login-bg {
        position: fixed;
        width: 41.66666667%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .body.login .content-col {
        margin-left: 6%;
    }
}

.login-form {
    max-width: 550px;
    margin-bottom: 4em;
}

    .login-form .login-logo {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
        max-height: 100px;
    }

    .login-form h2 {
        font-size: 2em;
        line-height: 1.1em;
        font-weight: 500;
        color: #ff9c00;
        text-transform: uppercase;
        margin: 0 auto 0.25em;
        padding: 0;
    }

    .login-form h1 {
        color: #03b0db;
        font-size: 1.3em;
        line-height: 1.2em;
        text-transform: uppercase;
        margin: 0 auto 1.5em;
    }

    .login-form .control-label {
        font-size: 1em;
        color: #707070;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }
        .login-form .has-error .control-label {
            color: #a94442;
        }

    .login-form .form-control {
        height: 40px;
        padding: 8px 12px;
        font-size: 1em;
        line-height: 1.4;
        border-radius: 0;
        border-color: #dddddd;
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.11);
    }
        .login-form .has-error .form-control {
            border-color: #a94442;
            box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.11), inset 0 1px 1px rgba(0,0,0,.075)
        }

    .login-form .form-control + span {
        display: block;
        margin-top: 0.5em;
    }
        .login-form .form-control + span[style*=inline] {
            display: block !important;
        }

    .login-form .login-link {
        float: right;
        text-align: right;
        font-size: 0.85em;
        line-height: 19px;
        margin: 1em 0 0;
    }

        .login-form .login-link a {
            color: #ff9c00;
        }

            .login-form .login-link a:hover {
                color: #03b0db;
                text-decoration: none;
            }

    .login-form .checkbox {
        margin-bottom: 30px;
    }

    .login-register {
        max-width: 550px;
    }

        .login-register h3 {
            font-size: 1.15em;
        }
        .login-register p {
            font-size: 1em;
        }

@media (min-width: 768px) {
    .body.login .content-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .body.login .background-col {
        display: none;
    }
    .body.login .content-col {
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-form,
    .login-register,
    .login-head,
    .login-footer {
        margin-left: auto;
        margin-right: auto;
    }

    .body.login .login-head .login-logo {
        max-width: 35%;
    }
}

.login-footer {
    max-width: 550px;
    text-align: center;
}


/* form styles */
.intro .required {
    color: #ff9c00;
}

    .form h3 {
        color: #03b0db;
        font-size: 1.2em;
        text-transform: uppercase;
        margin: 0 0 1em;
    }
    .form h3 + p:last-of-type {
        margin-bottom: 2em;
    }
    .form .form-group {
        margin-bottom: 20px;
    }
    .form .control-label {
        font-size: 1em;
        color: #707070;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }
    .form .form-control {
        height: 36px;
        padding: 6px 10px;
        font-size: 1em;
        line-height: 1.4;
        border-radius: 0;
        border-color: #dddddd;
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.11);
    }
    .form .control-label .required {
        color: #ff9c00;
        margin-left: 5px;
    }
    .form .control-label .not-required {
        color: transparent;
        margin-left: 5px;
    }
        .form .control-label .not-required i {
            visibility: hidden;
            opacity: 0;
        }

    .form textarea.form-control {
        height: auto;
    }
    .form .input-group-btn .btn.btn-default {
        height: 36px;
        padding: 8px 10px;
        font-size: 1rem;
        line-height: 1.4;
        border-radius: 0;
        border-color: #dddddd;
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.11);
    }
    .form .controls:before,
    .form .controls:after {
        display: table;
        content: " ";
    }
    .form .controls:after {
        clear: both;
    }
    .form .controls .btn-main {
        font-size: 1.1em;
        line-height: 1.4;
        font-weight: 500;
    }
    .form .controls .btn-left {
        float: left;
    }
    .form .controls .btn-right {
        float: right;
    }
    .form .has-error .control-label {
        color: #a94442;
    }
    .form .has-error .form-control {
        border-color: #a94442;
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.11), inset 0 1px 1px rgba(0,0,0,.075);
    }
    .form .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    }
    .form .has-error .input-group-btn .btn.btn-default {
        color: #a94442;
        border-color: #a94442;
    }

    .form .form-dob .form-control {
        display: inline-block;
        width: 75px;
        margin-right: 10px;
    }

    .form.contact-form {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Filter Panel */
    .form.filter-panel .form-group {
        display: flex;
        align-items: center;
    }

        .form.filter-panel .control-label {
            font-size: 1.1em;
            text-transform: uppercase;
            padding-right: 1em;
            margin: 0;
        }

        .form.filter-panel .form-control {
            height: 30px;
            padding: 3px 8px;
        }

        .form.filter-panel .btn {
            display: block;
            width: 100%;
            height: 30px;
            font-size: 1em;
            text-transform: uppercase;
            letter-spacing: 0;
            height: 30px;
        }

.form ::-webkit-file-upload-button {
    background-color: transparent;
    border: 1px solid #ff9c00;
    color: #ff9c00;
    padding: 7px 14px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 200ms;
}
    .form ::-webkit-file-upload-button:hover {
        color: #fff;
        background-color: #ff9c00;
    }

.form ::-ms-browse {
    background-color: transparent;
    border: 1px solid #ff9c00;
    color: #ff9c00;
    padding: 7px 14px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    text-transform: uppercase;
}
    .form ::-ms-browse:hover {
        color: #fff;
        background-color: #ff9c00;
    }


.checkbox-cell td {
    padding-bottom: 4px;
}
.checkbox-cell input[type="checkbox"] {
    margin-left: 0;
    margin-top: 3px;
}

/* general overrides */
td p {
    font-size: 1rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 14px 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none;
}
    .hamburger:hover {
        opacity: 0.7;
    }
    .hamburger:focus {
        outline: none;
    }
.hamburger-box {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 3px;
        background-color: #03b0db;
        border-radius: 3px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }
        .hamburger-inner::before {
            top: -7px;
        }
        .hamburger-inner::after {
            bottom: -7px;
        }

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }
    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }
    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

@media (max-width: 767px) {
    .form .form-control {
        font-size: 16px;
    }
}

@media (min-width: 767px) {
    .messages-wrapper .row {
        display: flex;
        flex: 1 1 auto;
        flex-direction: row;
    }

    .messages-wrapper .messages-column,
    .messages-wrapper .message-chat-column {
        display: flex;
        float: none;
        flex-direction: column;
        flex-grow: 1;
    }

    .messages-wrapper .messages-column {
        border-right: 1px solid #ddd;
        padding-right: 0;
    }
    .messages-wrapper .message-chat-column {
        padding-left: 0;
    }

    .messages-box {
        height: 100%;
    }

    .message-chat-box {
        min-height: 500px;
        height: 100%;
    }
}

.messages-wrapper {
    box-shadow: 0 6px 12px 3px rgba(0,0,0,.15);
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.messages-header,
.message-chat-header {
    min-height: 50px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

    .messages-header p {
        font-size: 14px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
    }

    .messages-header .form-group {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
        .messages-header .form-group:last-child {
            margin-bottom: 0;
        }

        .messages-header .form-group .control-label {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 500;
            margin: 0 10px 0 0;
        }

        .messages-header .form-group .form-control {
            height: 30px;
            font-size: 13px;
            line-height: 18px;
            padding: 3px 8px;
            text-overflow: ellipsis;
        }

.messages-box {
    overflow-x: hidden;
    overflow-y: auto;
}

    .messages-box .list-group {
        margin-bottom: 0;
    }

    .messages-box .list-group-item {
        color: #808080;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
        .messages-box .list-group-item:first-child {
            border-top: 0;
        }

        .messages-box .list-group-item.unread {
            color: #555;
            font-weight: bold;
        }

        .messages-box .list-group-item.current:before {
            display: block;
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background-color: #337ab7;
        }

.message-list-item {}
    .message-list-item .message-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        letter-spacing: -0.0875px;
    }

        .message-list-item .message-title p {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
        }

        .message-list-item .message-title .date {
            color: #b0b0b0;
            font-size: 12px;
            font-weight: 300;
        }

        .message-list-item .message-subject p {
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 5px;
        }

    .message-list-item .message-preview {
        font-size: 12px;
        line-height: 1.4;
        max-height: 1.4em;
        font-weight: 300;
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .message-list-item .message-preview i {
            margin-right: 5px;
        }

.messages-box .list-group-item.unread .message-list-item .message-title,
.messages-box .list-group-item.unread .message-list-item .message-preview {
    color: #505050;
    font-weight: 500;
}

.message-chat-box {
    /*min-height: 500px;*/
    max-height: 450px;
    min-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    display: flex;
    flex-direction: column-reverse;
}

    .message-chat-box .message-chat-notice {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        height: 100%;
        font-size: 24px;
        color: #ddd;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        padding: 0 20%;
    }

.mesage-chat-body {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
}

.message-chat {
    display: flex;
    margin-bottom: 1em;
    max-width: 70%;
    flex-grow: 1;
}
    .message-chat .message-chat-body {
        flex: 1;
    }

    .message-chat .message-date {
        font-size: 12px;
        padding: 0 5px;
    }

    .message-chat .message-chat-content {
        background: #f5f5f5;
        padding: 10px 15px;
        border-radius: 4px;
        display: inline-block;
    }

        .message-chat .message-chat-content p {
            font-size: 13px;
            margin: 0;
        }

.message-chat.message-chat-tx {
    margin-left: auto;
    text-align: right;
}

    .message-chat.message-chat-tx .message-date {
        text-align: right;
    }


    .message-chat.message-chat-tx .message-chat-content {
        background-color: #337ab7;
        color: #fff;
        text-align: left;
    }

.message-chat-footer {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    padding: 15px;
    border-top: 1px solid #ddd;
    background: #fcfcfc;
}

    .message-chat-footer .form-control {
        font-size: 12px;
        /*
        border-radius: 0;
        background: #f6f7f8;
        border: none;
        padding: 8px 15px;
        height: 40px;
            */
    }

        .message-chat-footer .form-control[disabled] {
            color: #555;
            background: #ccc;
            opacity: .65;
        }

    .message-chat-footer .footer-actions {
        margin-left: 15px;
    }

        .message-chat-footer .footer-actions .btn {
            font-size: 13px;
            text-transform: uppercase;
            height: 40px;
        }

            .message-chat-footer .footer-actions .btn[disabled] {
                color: #555;
                background-color: #ccc;
                opacity: .65;
            }

/* FMP-298 FAQ styles */
div.FAQ-Question > p  {
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 5px;
}

.help-control-label {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: bold;
}

.recruit-table .item-buttons {
    white-space: nowrap;
}
.recruit-table .item-buttons .btn-sm {
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0.05em;
    padding: 3px 6px;
}


.CalendarTable {
    font-size: 12px;
    border: 1px solid #c0c0c0;
}

    .CalendarTable .DateCell {
        background-color: #f9f9f9;
        color: #ff9c00;
        padding: 3px;
        vertical-align: top;
        text-align: left;
        border: 1px solid #c0c0c0;
    }

    .CalendarTable .TimeCell {
        padding: 3px;
        vertical-align: top;
        text-align: left;
        border: 1px solid #c0c0c0;
    }

.media-download-item-title,
.media-download-item-link {
    transition: color .25s ease, background .3s ease;
}

.media-download-item-top {
    margin-bottom: 6px;
}

.media-download-item-title {
    display: block;
    color: #f89a1c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    word-wrap: break-word;
}

.media-download-item-filename {
    display: block;
    color: #808080;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    word-wrap: break-word;
}

.media-download-item-bottom {
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
}

.media-download-item-filesize,
.media-download-item-duration {
    display: block;
    font-size: 12px;
}

.media-download-item-link {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-left: auto;
}

.recording-media-modal {
    background: rgba(0,0,0,.35);
}

    .recording-media-modal .modal-header {
        color: #fff;
        background-color: #ff9c00;
        border-radius: 5px 5px 0 0;
    }

        .recording-media-modal .modal-header .close {
            color: #fff;
            text-shadow: 0 1px 0 #000;
            opacity: .7;
        }
            .recording-media-modal .modal-header .close:hover {
                opacity: .9;
            }


.video-header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #e6e7e8;
    box-shadow: 0 3px 6px rgba(0,0,0,.02);
}
.video-header .container > .row {
    display: flex;
    align-items: center;
}
.video-header .col-right a {
    font-size: 15px;
}

.video-body .panel .table td,
.video-body .panel .table th {
    padding: 10px 15px;
}

.video-body .panel .table td {
    width: 100%;
}

.video-body .panel .table th {
    white-space: nowrap;
    padding-right: 30px;
}


.video-body .panel-heading {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .video-body .panel-heading .heading-title {
        flex: 1;
        font-size: 14px;
        font-weight: 500;
    }