.faq-item h4 {
    font-weight: 700 !important;
}

.faq-item p {
    font-size: 18px !important;
}

.faq-item p.small {
    font-size: 14px !important;
}


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        /*
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
        */
    }

    ul.timeline > li.timeline-arrow {
        top: 16px;
        left: 35px;
        margin-left: 0;
        width: 3px;
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
        z-index:auto;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(75%);
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        ul.timeline > li > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }
}
/*!
 * Start Bootstrap - Freelancer v1.1.0 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html {
    position: relative;
    min-height: 100%;
}

p {
    font-size: 18px;
}

    p.small {
        font-size: 14px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-weight: 700;
}

hr,
hr {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 20px;
}

    hr:after,
    hr:after {
        display: inline-block;
        position: relative;
        top: -0.8em;
        padding: 0 0.25em;
    }

.header-subtitle {
    font-size: 1.25em;
    font-weight: 300;
}

@media (min-width: 768px) {
    .header-subtitle {
        font-size: 1.75em;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.tk-active {
	background-color: #0037FF;
	color: white !important;
}

#bootstrap-override-survivor-nav-links a.survivor-tk-nav-link.nav-link {
	color: #555555;
}

#bootstrap-exit-text {
	color: #555555;
}

.tk-org-link {
	color: #E74C53;
}

.navbar-custom {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

    .navbar-custom a:focus {
        outline: none;
    }

    .navbar-custom .navbar-brand {
        color: #777;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus,
        .navbar-custom .navbar-brand:active,
        .navbar-custom .navbar-brand.active {
            color: #777;
        }

    .navbar-custom .navbar-nav {
        letter-spacing: 1px;
    }

        .navbar-custom .navbar-nav li a {
            color: #777;
        }

            .navbar-custom .navbar-nav li a:hover {
                color: #E53D42;
                outline: none;
            }

            .navbar-custom .navbar-nav li a:focus,
            .navbar-custom .navbar-nav li a:active {
                color: #777;
            }

        .navbar-custom .navbar-nav li.active a {
            color: white;
            background: #E53D42;
        }

            .navbar-custom .navbar-nav li.active a:hover,
            .navbar-custom .navbar-nav li.active a:focus,
            .navbar-custom .navbar-nav li.active a:active {
                color: white;
                background: #E32A33;
            }

    .navbar-custom .navbar-toggle {
        color: #777;
        text-transform: uppercase;
        font-size: 10px;
        border-color: #777;
        background-color: white;
        opacity: 0.8;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #E32A33;
            color: #777;
            border-color: #E32A33;
        }

.nav-bar-exit-text {
	box-shadow: 0 0 0 5px #AE141B inset;
	text-align: center;
	line-height: 2rem;
}

.nav-bar-exit-button {
	color: white;
	background: #AE141B;
	text-align: center;
	padding: .1rem .1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

    .nav-bar-exit-button a {
        color: white !important;
    }

.tk-tab-required:after {
    content: attr(localizationUpdateRequired); /*With attr we can use a dynamic value based on the localization*/
    color: #FF0000
}

.tk-tab-suggested:after {
    content: attr(localizationUpdateRecommended);
    color: #8a6d3b
}

@media (min-width: 575px) {
    .nav-link {
        padding-left: 5px !important;
    }
}

.btn-primary {
	background-color:#0054B3 !important;
}

section {
    padding: 100px 0;
}

    section.first {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.login {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.no-top-bottom-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    section h2 {
        margin: 0;
        font-size: 3em;
    }

    section.alternating {
        background: #2C3E50;
        color: #E4EBEC;
    }

#body {
    padding-top: 50px;
}

/* Login dropdown card */
#login-dp {
    min-width: 450px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
    text-transform: none;
    font-weight: normal;
}

    #login-dp .help-block {
        font-size: 12px;
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.9);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

    #login-dp a {
        color: #337ab7;
    }

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #777;
        min-width: 250px;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
}

.navbar-text {
    text-transform: none;
    font-weight: normal;
    color: #337ab7 !important;
}

.blur-div {
    -webkit-filter: blur(7px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.navbar-brand {
    margin-top: -30px;
}

.navbar-brand-survivor {
    padding-top: 15px;
}

.navbar-right {
    /*height: 50px !important;*/
}

@media (min-width: 768px) {
    .navbar-brand-survivor {
        padding-top: 2px;
    }
}

nav.affix .tk-last-login-date {
    margin-top: -15px;
}

nav.affix-top .tk-last-login-date {
    margin-top: -15px;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    overflow: visible;
    z-index: 100;
}
/*footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}*/

/*#body {
    height: 100%;
    margin: 0;
    margin-bottom: -50px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}*/

.back-to-top {
    position: fixed;
    bottom: 75px;
    right: 25px;
    display: none;
    color: #787878;
    font-size: 3rem;
}


#footer-disclaimer-text {
    height: 40px !important;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.resources-scroll-vertical {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

#divUpdateMessage {
    padding-top: 3rem;
}
/* SB-admin shizzle */
:root {
    --kit-timeline-height: 10;
}

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}

    .timeline:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        margin-left: -1.5px;
        background-color: #eeeeee;
    }

    .timeline > li {
        position: relative;
        margin-bottom: 20px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            float: left;
            position: relative;
            width: 46%;
            padding: 20px;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
            box-shadow: 0 1px 6px rgba(0,0,0,0.175);
        }

            .timeline > li > .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -15px;
                border-top: 15px solid transparent;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #ccc;
            }

            .timeline > li > .timeline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -14px;
                border-top: 14px solid transparent;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                border-left: 14px solid #fff;
            }

        .timeline > li > .timeline-badge {
            z-index: 100;
            position: absolute;
            top: 16px;
            left: 50%;
            width: 50px;
            height: 50px;
            margin-left: -25px;
            border-radius: 50% 50% 50% 50%;
            text-align: center;
            font-size: 1.4em;
            line-height: 50px;
            color: #fff;
            background-color: #999999;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media(max-width:767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        ul.timeline > li > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }
}



/* overrides */


.timeline-badge.is-hidden {
    visibility: hidden;
}

.timeline-panel.is-hidden {
    visibility: hidden;
}

.timeline-bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .timeline-bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .timeline-bs-callout p:last-child {
        margin-bottom: 0;
    }

    .timeline-bs-callout code {
        border-radius: 3px;
    }

    .timeline-bs-callout + .bs-callout {
        margin-top: -5px;
    }

.timeline-bs-callout-default {
    border-left-color: #777;
}

    .timeline-bs-callout-default h4, .timeline-bs-callout-default .h4 {
        color: #777;
    }

.timeline-bs-callout-primary {
    border-left-color: #428bca;
}

    .timeline-bs-callout-primary h4, .timeline-bs-callout-primary .h4 {
        color: #428bca;
    }

.timeline-bs-callout-success {
    border-left-color: #5cb85c;
}

    .timeline-bs-callout-success h4, .timeline-bs-callout-success .h4 {
        color: #5cb85c;
    }

.timeline-bs-callout-danger {
    border-left-color: #d9534f;
}

    .timeline-bs-callout-danger h4, .timeline-bs-callout-danger .h4 {
        color: #d9534f;
    }

.timeline-bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .timeline-bs-callout-warning h4, .timeline-bs-callout-warning .h4 {
        color: #f0ad4e;
    }

.timeline-bs-callout-info {
    border-left-color: #5bc0de;
}

    .timeline-bs-callout-info h4, .timeline-bs-callout-info .h4 {
        color: #5bc0de;
    }

.timeline-badge-legend.info {
    z-index: 99;
    position: absolute;
    left: 100%;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #5bc0de !important;
}

.timeline-badge-legend.success {
    z-index: 99;
    position: absolute;
    left: 100%;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #3f903f;
}

.timeline-badge {
    z-index: 99;
}

.title-subtext {
    text-transform: none;
    font-weight: 400;
    font-size: 65%;
    display: block;
}

.timeline-collapsed {
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}