/*Featherlight*/
html.with-featherlight {
    overflow: hidden
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    color: #000;
    border: 0;
    padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.featherlight iframe {
    border: 0
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

@media print {
    html.with-featherlight>*>:not(.featherlight) {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .intro-text p.tl-intro {
        margin-top: -20px !important;
        padding-bottom: 20px !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
}

.intro-text {
    background-color: #ebebeb !important;
}

.lightbox {
    display: none
}

.lightbox p {
    line-height: 24px !important;
}

/*.lightbox img {
        width:125px;
        float:left; 
        margin:15px 15px 15px 0;
    }*/

.lightbox h2 {
    color: #616265;
}

.lightbox h4 {
    color: #001a56;
}

.fixwidth {
    background: rgba(256, 256, 256, 0.8)
}

.fixwidth .featherlight-content {
    width: 580px;
    padding: 20px 20px 0 25px;
    /*color: #f1f1f1;*/
    background: #fff;
    /*#111;*/
    font-size: 15px;
    line-height: 21px;
}

.fixwidth .featherlight-content a {
    /*color:white;*/
    text-decoration: underline;
    font-weight: bold
}

.fixwidth .featherlight-close {
    font-size: 26px !important;
    color: #fff;
    background: #666;
    font-weight: 900 !important;
    width: 45px !important;
    height: 45px !important;
}

html,
body {
    overflow-x: hidden;
}

.tl {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.tl::before {
    content: '';
    background: #C5CAE9;
    width: 5px;
    height: 97%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tl-item {
    width: 100%;
    margin-bottom: 30px;
}

.tl-content {
    position: relative;
    width: 45%;
    max-width: 444px;
    padding: 0;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

.tl-noimage {
    padding: 15px 15px 5px 20px;
}

.tl-noimage p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.tl-item:nth-child(even) .tl-content {
    float: right;
}

.tl-item:nth-child(even) .tl-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 20px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #c5cbe8 transparent transparent;
}

.tl-item::after {
    content: '';
    display: block;
    clear: both;
}

.tl-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 20px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #c5cbe8;
}

.tl-img {
    width: 30px;
    height: 30px;
    background: #001a56;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 15px;
    margin-left: -15px;
}

.tl-card h2 {
    font-size: 24px !important;
    letter-spacing: 0 !important;
    padding: 60px 0 0 15px;
}

.tl-card p {
    padding: 15px !important;
    font-size: 15px !important;
    line-height: 22px !important;
}

.tl-item:nth-child(even) .tl-card p {
    padding-bottom: 0 !important;
}

.tl-item .tl-header {
    background: #001a56;
    background-position: center;
    background-size: auto 250px;
    background-repeat: no-repeat;
}

.tl-header {
    height: 250px;
    position: relative;
}

.tl-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: -8px;
    left: 0;
    padding: 7px 15px !important;
    background: rgba(0, 0, 0, 0.68);
    /*background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.8))*/
}

.btn-more {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .tl::before {
        left: 10px;
    }

    .tl .tl-img {
        left: 15px;
        width: 20px;
        height: 20px;
        margin-top: 20px;
    }

    .tl .tl-content {
        max-width: 100%;
        width: auto;
        margin-left: 40px;
        margin-right: 10px;
    }

    .tl .tl-item:nth-child(even) .tl-content {
        float: none !important;
    }

    .tl .tl-item .tl-content::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 22px;
        left: -12px;
        border-width: 8px 12px 8px 0;
        border-color: transparent #c5cbe8 transparent transparent;
    }

    .tl-header h2 {
        font-size: 18px !important;
        padding: 8px !important;
        line-height: 20px !important;
    }

    .tl-card p {
        padding: 10px !important;
    }

    .tl a {
        display: inline-block;
        margin-left: 1px !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .fixwidth .featherlight-content {
        width: 95%
    }
}

.fixwidth .featherlight-close {
    font-size: 20px;
    color: #fff;
    background: #666;
    font-weight: bold;
    width: 30px;
    height: 30px;
}

.doc:after {
    content: "\f15b";
    display: inline-block;
    width: 16px;
    font-family: "Font Awesome 5 Free";
    margin-left:5px;
    margin-right:-3px;
}
.full--height,
.square,
body,
html {
  height: auto !important;
}