/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/libraries/timeline-js-modified/timeline.css ***!
  \***************************************************************************************************/
/*!
  Timeline JS 3 
  
  Designed and built by Zach Wise for the Northwestern University Knight Lab
  
  This Source Code Form is subject to the terms of the Mozilla Public
  License, v. 2.0. If a copy of the MPL was not distributed with this
  file, You can obtain one at https://mozilla.org/MPL/2.0/.

*/
/* Includes 
================================================== */
/*  VARIABLES
  BASE
----------------------------------------------------- */
/* ICON PATH
================================================== */
/* TYPEFACE
================================================== */
/* COLOR SCHEME
================================================== */
/* UI COLOR
================================================== */
/* UI
================================================== */
/* Animation
================================================== */
/* GFX
================================================== */
/*!
  Timeline JS 3

  Designed and built by Zach Wise for the Northwestern University Knight Lab

  This Source Code Form is subject to the terms of the Mozilla Public
  License, v. 2.0. If a copy of the MPL was not distributed with this
  file, You can obtain one at https://mozilla.org/MPL/2.0/.

*/
/* Includes
================================================== */
/*  Mixins.less
  Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
/*  Reset
------------------------------------------------------------------------------------------- */
.tl-storyjs {
    /*  Reset tags and common classes
    Display in IE6-9 and FF3
    Based on: http://github.com/necolas/normalize.css
  ------------------------------------------------------------------------------------------- */
    /*  Prevents modern browsers from displaying 'audio' without controls
    Based on: http://github.com/necolas/normalize.css
  ------------------------------------------------------------------------------------------- */
    /*  Prevents sub and sup affecting line-height in all browsers
    Based on: http://github.com/necolas/normalize.css
  ------------------------------------------------------------------------------------------- */
    /*  Img border in a's and image quality
    Based on: http://github.com/necolas/normalize.css
  ------------------------------------------------------------------------------------------- */
    /*  Forms
    Based on: http://github.com/necolas/normalize.css
  ------------------------------------------------------------------------------------------- */
}

.tl-storyjs div * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tl-storyjs h1,
.tl-storyjs h2,
.tl-storyjs h3,
.tl-storyjs h4,
.tl-storyjs h5,
.tl-storyjs h6,
.tl-storyjs p,
.tl-storyjs blockquote,
.tl-storyjs pre,
.tl-storyjs a,
.tl-storyjs abbr,
.tl-storyjs acronym,
.tl-storyjs address,
.tl-storyjs cite,
.tl-storyjs code,
.tl-storyjs del,
.tl-storyjs dfn,
.tl-storyjs em,
.tl-storyjs img,
.tl-storyjs q,
.tl-storyjs s,
.tl-storyjs samp,
.tl-storyjs small,
.tl-storyjs strike,
.tl-storyjs strong,
.tl-storyjs sub,
.tl-storyjs sup,
.tl-storyjs tt,
.tl-storyjs var,
.tl-storyjs dd,
.tl-storyjs dl,
.tl-storyjs dt,
.tl-storyjs li,
.tl-storyjs ol,
.tl-storyjs ul,
.tl-storyjs fieldset,
.tl-storyjs form,
.tl-storyjs label,
.tl-storyjs legend,
.tl-storyjs button,
.tl-storyjs table,
.tl-storyjs caption,
.tl-storyjs tbody,
.tl-storyjs tfoot,
.tl-storyjs thead,
.tl-storyjs tr,
.tl-storyjs th,
.tl-storyjs td,
.tl-storyjs .tl-container,
.tl-storyjs .content-container,
.tl-storyjs .media,
.tl-storyjs .text,
.tl-storyjs .tl-slider,
.tl-storyjs .slider,
.tl-storyjs .date,
.tl-storyjs .title,
.tl-storyjs .message,
.tl-storyjs .map,
.tl-storyjs .credit,
.tl-storyjs .caption,
.tl-storyjs .tl-feedback,
.tl-storyjs .tl-feature,
.tl-storyjs .toolbar,
.tl-storyjs .marker,
.tl-storyjs .dot,
.tl-storyjs .line,
.tl-storyjs .flag,
.tl-storyjs .time,
.tl-storyjs .era,
.tl-storyjs .major,
.tl-storyjs .minor,
.tl-storyjs .tl-navigation,
.tl-storyjs .start,
.tl-storyjs .active {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    width: auto;
    float: none;
}

.tl-storyjs h1,
.tl-storyjs h2,
.tl-storyjs h3,
.tl-storyjs h4,
.tl-storyjs h5,
.tl-storyjs h6 {
    clear: none;
}

.tl-storyjs table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tl-storyjs ol,
.tl-storyjs ul {
    list-style: none;
}

.tl-storyjs q:before,
.tl-storyjs q:after,
.tl-storyjs blockquote:before,
.tl-storyjs blockquote:after {
    content: "";
}

.tl-storyjs a:focus {
    outline: thin dotted;
}

.tl-storyjs a:hover,
.tl-storyjs a:active {
    outline: 0;
}

.tl-storyjs article,
.tl-storyjs aside,
.tl-storyjs details,
.tl-storyjs figcaption,
.tl-storyjs figure,
.tl-storyjs footer,
.tl-storyjs header,
.tl-storyjs hgroup,
.tl-storyjs nav,
.tl-storyjs section {
    display: block;
}

.tl-storyjs audio,
.tl-storyjs canvas,
.tl-storyjs video {
    display: inline-block;
}

.tl-storyjs audio:not([controls]) {
    display: none;
}

.tl-storyjs div {
    max-width: none;
}

.tl-storyjs sub,
.tl-storyjs sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.tl-storyjs sup {
    top: -0.5em;
}

.tl-storyjs sub {
    bottom: -0.25em;
}

.tl-storyjs img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.tl-storyjs button,
.tl-storyjs input,
.tl-storyjs select,
.tl-storyjs textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

.tl-storyjs button,
.tl-storyjs input {
    line-height: normal;
    *overflow: visible;
}

.tl-storyjs button::-moz-focus-inner,
.tl-storyjs input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.tl-storyjs button,
.tl-storyjs input[type="button"],
.tl-storyjs input[type="reset"],
.tl-storyjs input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.tl-storyjs input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tl-storyjs input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.tl-storyjs textarea {
    overflow: auto;
    vertical-align: top;
}

.tl-timeline {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* VCard
  ================================================== */
}

.tl-timeline h1,
.tl-timeline h2,
.tl-timeline h3,
.tl-timeline h4,
.tl-timeline h5,
.tl-timeline h6 {
    color: #8b223f;
}

.tl-timeline h1,
.tl-timeline h2,
.tl-timeline h3 {
    font-size: 28px;
    line-height: 28px;
}

.tl-timeline h1 small,
.tl-timeline h2 small,
.tl-timeline h3 small {
    font-size: 24px;
    line-height: 24px;
}

.tl-timeline h4,
.tl-timeline h5,
.tl-timeline h6 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px;
}

.tl-timeline h4 small,
.tl-timeline h5 small,
.tl-timeline h6 small {
    font-size: 15px;
    line-height: 15px;
}

.tl-timeline h2.tl-headline-title {
    font-size: 38px;
    line-height: 38px;
}

.tl-timeline h2.tl-headline-title small {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    line-height: 24px;
}

.tl-timeline h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.tl-timeline p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666666;
}

.tl-timeline p.lead {
    font-size: 24px;
}

.tl-timeline p a {
    /*
      color: lighten(@color-dark, 40%);
      text-decoration: none;
      background-image: -moz-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
      background-image: -webkit-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
      background-image: -o-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
      background-image: linear-gradient(to bottom, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
      background-repeat: repeat-x;
      background-size: 2px 2px;
      background-position: 0 @base-font-size+2;
      text-shadow: -2px -1px 0 white, 2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white;
      &:hover,
      &:focus {
        color:@color-theme;
        text-decoration: none;
      }
      */
    color: #666666;
    text-decoration: underline;
}

.tl-timeline p a:hover,
.tl-timeline p a:focus {
    color: #c34528;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .tl-timeline p a {
        text-decoration: underline;
        background-image: none;
        text-shadow: none;
    }

    .tl-timeline p a:hover,
    .tl-timeline p a:focus {
        color: #c34528;
        text-decoration: underline;
    }
}

.tl-timeline b,
.tl-timeline strong {
    font-weight: bold;
}

.tl-timeline i,
.tl-timeline em {
    font-style: italic;
}

.tl-timeline a {
    text-decoration: none;
    color: #c34528;
}

.tl-timeline a:hover {
    text-decoration: underline;
    color: #6e2717;
}

.tl-timeline .tl-caption,
.tl-timeline .tl-credit,
.tl-timeline .tl-slidenav-next,
.tl-timeline .tl-slidenav-previous {
    font-size: 11px;
    line-height: 11px;
}

.tl-timeline .tl-caption a,
.tl-timeline .tl-credit a,
.tl-timeline .tl-slidenav-next a,
.tl-timeline .tl-slidenav-previous a {
    color: #000;
}

.tl-timeline .tl-makelink {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.tl-timeline blockquote,
.tl-timeline blockquote p {
    font-family: "Georgia", "Times New Roman", Times, serif;
    color: #999999;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    background: transparent;
    border: 0px;
    padding: 0px;
}

.tl-timeline blockquote cite,
.tl-timeline blockquote p cite {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    display: block;
    text-align: right;
    font-style: normal;
}

.tl-timeline blockquote cite:before,
.tl-timeline blockquote p cite:before {
    content: "\2014";
}

.tl-timeline blockquote p:before {
    content: open-quote;
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.tl-timeline blockquote p:after {
    content: close-quote;
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 8px;
    margin-left: 3px;
}

.tl-timeline blockquote {
    margin: 10px;
}

.tl-timeline blockquote p {
    margin: 0;
}

.tl-timeline .vcard {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.tl-timeline .vcard:before,
.tl-timeline .vcard:after {
    display: table;
    content: "";
}

.tl-timeline .vcard:after {
    clear: both;
}

.tl-timeline .vcard .twitter-date {
    text-align: left;
    font-size: 11px;
}

.tl-timeline .vcard .author {
    float: right;
}

.tl-timeline .vcard a {
    color: #333333;
    text-decoration: none;
}

.tl-timeline .vcard a:hover {
    text-decoration: none;
}

.tl-timeline .vcard a:hover .fn,
.tl-timeline .vcard a:hover .nickname {
    color: #c34528;
}

.tl-timeline .vcard .fn,
.tl-timeline .vcard .nickname {
    padding-left: 42px;
}

.tl-timeline .vcard .fn {
    display: block;
    font-weight: bold;
}

.tl-timeline .vcard .nickname {
    margin-top: 1px;
    display: block;
    color: #666666;
}

.tl-timeline .vcard .avatar {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
}

.tl-timeline .vcard .avatar img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tl-timeline .tl-text ul {
    padding: 0px;
    padding-left: 30px;
    margin: 0;
}

.tl-timeline .tl-text ul li {
    margin-bottom: 5px;
}

.tl-timeline .tl-button-calltoaction {
    cursor: pointer;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tl-timeline .tl-button-calltoaction .tl-button-calltoaction-text {
    display: inline-block;
    background-color: #c34528;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 7px;
}

.tl-timeline .tl-note {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    background-color: #e6e6e6;
    font-size: 15px;
    line-height: 17px;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    text-shadow: none;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .tl-timeline h1,
    .tl-timeline h2,
    .tl-timeline h3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .tl-timeline h1,
    .tl-timeline h2,
    .tl-timeline h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

.tl-skinny h2 {
    margin-top: 0px;
}
/* Icons
================================================== */
@font-face {
    font-family: 'tl-icons';
    src: url(https://cdn.knightlab.com/libs/timeline3/latest/css/icons/tl-icons.eot);
    src: url(https://cdn.knightlab.com/libs/timeline3/latest/css/icons/tl-icons.eot?#iefix) format('embedded-opentype'), url(https://cdn.knightlab.com/libs/timeline3/latest/css/icons/tl-icons.ttf) format('truetype'), url(https://cdn.knightlab.com/libs/timeline3/latest/css/icons/tl-icons.woff2) format('woff2'), url(https://cdn.knightlab.com/libs/timeline3/latest/css/icons/tl-icons.woff) format('woff'), url(https://cdn.knightlab.com/libs/timeline3/latest/css/icons/tl-icons.svg#tl-icons) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="tl-icon-"],
[class*=" tl-icon-"] {
    font-family: 'tl-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tl-icon-vine:after {
    content: "\e64d";
}

.tl-icon-wikipedia:after {
    content: "\e64e";
}

.tl-icon-chevron-right:after {
    content: "\e64f";
}

.tl-icon-chevron-left:after {
    content: "\e650";
}

.tl-icon-youtube-logo:after {
    content: "\e651";
}

.tl-icon-foursquare:after {
    content: "\e652";
}

.tl-icon-camera-retro:after {
    content: "\e653";
}

.tl-icon-doc:after {
    content: "\e654";
}

.tl-icon-weibo:after {
    content: "\e655";
}

.tl-icon-resize-horizontal:after {
    content: "\e656";
}

.tl-icon-resize-vertical:after {
    content: "\e657";
}

.tl-icon-resize-full:after {
    content: "\e658";
}

.tl-icon-resize-small:after {
    content: "\e659";
}

.tl-icon-twitter:after {
    content: "\e62b";
}

.tl-icon-google-plus:after {
    content: "\e62c";
}

.tl-icon-video:after {
    content: "\e62d";
}

.tl-icon-youtube:after {
    content: "\e62d";
}

.tl-icon-plaintext:after {
    content: "\e62e";
}

.tl-icon-storify:after {
    content: "\e62e";
}

.tl-icon-image-v2:after {
    content: "\e62f";
}

.tl-icon-quote-v2:after {
    content: "\e630";
}

.tl-icon-zoom-in:after {
    content: "\e631";
}

.tl-icon-zoom-out:after {
    content: "\e632";
}

.tl-icon-list:after {
    content: "\e633";
}

.tl-icon-music:after {
    content: "\e634";
}

.tl-icon-spotify:after {
    content: "\e634";
}

.tl-icon-location:after {
    content: "\e635";
}

.tl-icon-googlemaps:after {
    content: "\e635";
}

.tl-icon-web:after {
    content: "\e636";
}

.tl-icon-share-v2:after {
    content: "\e637";
}

.tl-icon-soundcloud:after {
    content: "\e639";
}

.tl-icon-video-v2:after {
    content: "\e63a";
}

.tl-icon-dailymotion:after {
    content: "\e63a";
}

.tl-icon-tumblr:after {
    content: "\e63b";
}

.tl-icon-lastfm:after {
    content: "\e63c";
}

.tl-icon-github:after {
    content: "\e63d";
}

.tl-icon-goback:after {
    content: "\e63e";
}

.tl-icon-doc-v2:after {
    content: "\e63f";
}

.tl-icon-googledrive:after {
    content: "\e640";
}

.tl-icon-facebook:after {
    content: "\e641";
}

.tl-icon-flickr:after {
    content: "\e642";
}

.tl-icon-dribbble:after {
    content: "\e643";
}

.tl-icon-image:after {
    content: "\e605";
}

.tl-icon-vimeo:after {
    content: "\e606";
}

.tl-icon-instagram:after {
    content: "\e644";
}

.tl-icon-pinterest:after {
    content: "\e645";
}

.tl-icon-arrow-left:after {
    content: "\e646";
}

.tl-icon-arrow-down:after {
    content: "\e647";
}

.tl-icon-arrow-up:after {
    content: "\e648";
}

.tl-icon-arrow-right:after {
    content: "\e649";
}

.tl-icon-share:after {
    content: "\e64a";
}

.tl-icon-blockquote:after {
    content: "\e64b";
}

.tl-icon-evernote:after {
    content: "\e64c";
}

.tl-icon-mappin:after {
    content: "\e600";
}

.tl-icon-swipe-right:after {
    content: "\e601";
}

.tl-icon-swipe-left:after {
    content: "\e602";
}

.tl-icon-touch-spread:after {
    content: "\e603";
}

.tl-icon-touch-pinch:after {
    content: "\e604";
}
/* Disable Text selection when dragging
================================================== */
.tl-dragging {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* MenuBar 
================================================== */
.tl-menubar {
    position: absolute;
    z-index: 11;
    text-align: center;
    color: #333;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    top: 100%;
    left: 50%;
    left: 0;
}
/* Skinny
================================================== */
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
/* Color
================================================== */
/*
.tl-sizebar.tl-sizebar-inverted {
  border-bottom: 1px solid #FFF;
  //background-color:#000;
  color:#a5a5a5;
  .tl-sizebar-button {
    border-left: 1px solid darken(@color-background, 70);
    //color:#a5a5a5;
  }
  .tl-sizebar-button:hover {
    //background:@color-theme;
    color:@color-background;
  }
}
.tl-sizebar.tl-sizebar-inverted:before {
  background-color:#000;
  //.gradient-vertical (rgba(0,0,0,0.25), rgba(0,0,0,1));
  //.translucent-background(rgb(0,0,0), .5);
  border-top: 2px solid #000;
  animation: invertToBlack 1s;
  -webkit-animation:invertToBlack 1s; 
}
*/
@keyframes invertToBlack {
    from {
        background-color: #FFF;
    }

    to {
        background-color: #000;
    }
}

@-webkit-keyframes invertToBlack {
    from {
        background: #FFF;
    }

    to {
        background: #000;
    }
}

@keyframes invertToWhite {
    from {
        background-color: #000;
    }

    to {
        background-color: #FFF;
    }
}

@-webkit-keyframes invertToWhite {
    from {
        background: #000;
    }

    to {
        background: #FFF;
    }
}
/* MenuBar Button
================================================== */
.tl-menubar-button {
    font-size: 18px;
    line-height: 18px;
    background-color: rgba(242, 242, 242, 0.9);
    cursor: pointer;
    padding: 6px 12px 6px 12px;
    display: inline-block;
    display: block;
    color: #bfbfbf;
}

.tl-menubar-button.tl-menubar-button-inactive {
    opacity: 0.33;
}

.tl-menubar-button:hover {
    background: #333;
    color: #FFF;
}

.tl-menubar-button:hover.tl-menubar-button-inactive {
    color: #bfbfbf;
    background-color: rgba(242, 242, 242, 0.9);
}

.tl-mobile .tl-menubar-button {
    display: block;
}

.tl-mobile .tl-menubar-button:hover {
    background-color: rgba(242, 242, 242, 0.67);
    color: #737373;
}

.tl-mobile .tl-menubar-button:active {
    background: #c34528;
    color: #FFF;
}

@keyframes invertToBlack {
    from {
        background-color: #FFF;
    }

    to {
        background-color: #000;
    }
}

@-webkit-keyframes invertToBlack {
    from {
        background: #FFF;
    }

    to {
        background: #000;
    }
}

@keyframes invertToWhite {
    from {
        background-color: #000;
    }

    to {
        background-color: #FFF;
    }
}

@-webkit-keyframes invertToWhite {
    from {
        background: #000;
    }

    to {
        background: #FFF;
    }
}
/* MESSAGE 
================================================== */
.tl-message,
.tl-message-full {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 99;
    margin: auto;
    text-align: center;
}

.tl-message .tl-message-container,
.tl-message-full .tl-message-container {
    padding: 20px;
    margin: 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.tl-message .tl-message-container .tl-message-content,
.tl-message-full .tl-message-container .tl-message-content {
    color: #666;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    text-shadow: 1px 1px 1px #FFF;
}

.tl-message .tl-message-container .tl-message-content strong,
.tl-message-full .tl-message-container .tl-message-content strong {
    text-transform: uppercase;
}

.tl-message .tl-message-container .tl-loading-icon,
.tl-message-full .tl-message-container .tl-loading-icon {
    width: 30px;
    height: 30px;
    background-color: #666;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.tl-message-full {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.tl-message-full [class^="tl-icon-"],
.tl-message-full [class*=" tl-icon-"] {
    color: #666;
    font-size: 72px;
}

.tl-message-full .tl-message-container .tl-message-content {
    font-size: 22px;
    line-height: 22px;
    text-shadow: none;
    color: #666;
    text-transform: none;
    font-weight: normal;
}

.tl-message-full .tl-message-container .tl-message-content .tl-button {
    display: inline-block;
    cursor: pointer;
    background-color: #FFF;
    color: #333;
    padding: 10px;
    margin-top: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
/* TL.TimeNav
================================================== */
.tl-timenav {
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.tl-timenav .tl-attribution {
    cursor: pointer;
    z-index: 9;
    position: absolute;
    bottom: 2px;
    left: 0px;
    font-size: 10px;
    line-height: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 3px;
    /*
    right:-26px;
    top:30px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background-color: fadeout(@ui-background-color, 15%);
    */
}

.tl-timenav .tl-attribution a {
    color: #cccccc;
}

.tl-timenav .tl-attribution a:hover {
    color: #000;
    text-decoration: none;
}

.tl-timenav .tl-attribution a:hover .tl-knightlab-logo {
    background-color: #c34528;
}

.tl-timenav .tl-attribution .tl-knightlab-logo {
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    margin-right: 3px;
    background-color: #c34528;
    background-color: #cccccc;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.tl-timenav .tl-timenav-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    z-index: 2;
    display: none;
}

.tl-timenav .tl-timenav-line:before,
.tl-timenav .tl-timenav-line:after {
    font-family: 'tl-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c34528;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    left: -14px;
}

.tl-timenav .tl-timenav-line:before {
    top: -10px;
}

.tl-timenav .tl-timenav-line:after {
    content: "\e648";
    bottom: 24px;
}

.tl-timenav .tl-timenav-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.tl-timenav .tl-timenav-slider.tl-timenav-slider-animate {
    -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timenav .tl-timenav-slider .tl-timenav-slider-background {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: move;
    z-index: 6;
}

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask {
    position: absolute;
    height: 100%;
    top: 0;
}

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container {
    position: absolute;
    height: 100%;
}

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container .tl-timenav-item-container {
    position: absolute;
    height: 100%;
}
/* Skinny
================================================== */
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
/* TL.TimeMarker
================================================== */
.tl-timemarker {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    /* Animate Left Width and Top
  ================================================== */
    -webkit-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    /* Timespan
  ================================================== */
    /* Lines
  ================================================== */
    /* Content
  ================================================== */
    /* Hover State
  ================================================== */
    /* Hover Active State
  ================================================== */
    /* Active Markers
  ================================================== */
    /* Markers with End Dates
  ================================================== */
    /* Markers with End Dates and Hover
  ================================================== */
    /* Markers with End Dates and Active
  ================================================== */
    /* Markers with End Dates and Active and Hover
  ================================================== */
}

.tl-timemarker.tl-timemarker-fast {
    -webkit-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timemarker.tl-timemarker-fast .tl-timemarker-content-container {
    -webkit-transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timemarker.tl-timemarker-fast .tl-timemarker-timespan {
    -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timemarker .tl-timemarker-timespan {
    pointer-events: none;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.15);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timemarker .tl-timemarker-timespan .tl-timemarker-timespan-content {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 100px;
    box-sizing: border-box;
}

.tl-timemarker .tl-timemarker-line-right {
    display: none;
    right: 0px;
}

.tl-timemarker .tl-timemarker-line-left {
    width: 1px;
    left: 0px;
}

.tl-timemarker .tl-timemarker-line-left,
.tl-timemarker .tl-timemarker-line-right {
    margin-top: 7px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    border-left: 1px solid #d9d9d9;
    z-index: 5;
    content: " ";
    position: absolute;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 1px 1px 1px #FFF;
}

.tl-timemarker .tl-timemarker-line-left:after,
.tl-timemarker .tl-timemarker-line-right:after {
    display: block;
    content: " ";
    position: absolute;
    left: -4px;
    bottom: 0px;
    height: 6px;
    width: 6px;
    background-color: #919191;
    z-index: 8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tl-timemarker .tl-timemarker-content-container {
    position: absolute;
    background-color: #e5e5e5;
    border: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    width: 100px;
    overflow: hidden;
    z-index: 6;
    -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    box-shadow: 1px 1px 1px #FFF;
}

.tl-timemarker .tl-timemarker-content-container:hover {
    z-index: 9;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 8;
    padding: 5px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text {
    overflow: hidden;
    position: relative;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 12px;
    height: 100%;
    overflow: hidden;
    font-weight: normal;
    margin: 0;
    color: #bfbfbf;
    position: relative;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after,
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p.tl-headline-fadeout:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(50%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
    /* IE6-9 */
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container {
    float: left;
    max-width: 24px;
    max-height: 24px;
    overflow: hidden;
    margin-right: 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
    max-width: 24px;
    max-height: 100%;
    opacity: 0.25;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^="tl-icon-"],
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
    display: block;
    font-size: 24px;
    color: #bfbfbf;
    margin-top: 0px;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-icon-wikipedia {
    font-size: 16px;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-text h2.tl-headline {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class^="tl-icon-"],
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class*=" tl-icon-"] {
    font-size: 12px;
}

.tl-timemarker:hover .tl-timemarker-timespan {
    background-color: rgba(191, 191, 191, 0.15);
}

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-timespan-content {
    background-color: #bfbfbf;
}

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left,
.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right {
    border-color: #a6a6a6;
}

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left:after,
.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right:after {
    background-color: #3d3d3d;
}

.tl-timemarker:hover .tl-timemarker-content-container {
    background-color: #bfbfbf;
    border-color: #a6a6a6;
    -webkit-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-content-container-small {
    width: 200px;
}

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
    color: #FFF;
}

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
    background: -moz-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 191, 191, 0)), color-stop(80%, #bfbfbf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
    /* IE6-9 */
}

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
    opacity: 1;
}

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^="tl-icon-"],
.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
    color: #FFF;
}

.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
    /* IE6-9 */
}

.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left,
.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right {
    border-color: #000;
}

.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left:after,
.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right:after {
    background-color: #000;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-timespan {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 8;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-timespan .tl-timemarker-timespan-content {
    background-color: #333;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left,
.tl-timemarker.tl-timemarker-active .tl-timemarker-line-right {
    border-color: rgba(51, 51, 51, 0.5);
    border-width: 1px;
    z-index: 8;
    box-shadow: 0px 1px 3px rgba(145, 145, 145, 0.5);
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after,
.tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after {
    background-color: #333;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
    background-color: #8b223f;
    color: #fff;
    z-index: 9;
    border-color: rgba(51, 51, 51, 0.5);
    box-shadow: 1px 1px 3px rgba(145, 145, 145, 0.5);
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
    color: #fff;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
    /* IE6-9 */
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
    opacity: 1;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^="tl-icon-"],
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
    color: #fff;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-timespan-content {
    display: block;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-left,
.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-right {
    z-index: 5;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0px;
    bottom: -7px;
    height: 6px;
    width: 100%;
    background-color: rgba(115, 115, 115, 0.15);
    z-index: 6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-content-container.tl-timemarker-content-container-long {
    box-shadow: none;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-right {
    display: block;
}

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-left {
    box-shadow: none;
}

.tl-timemarker.tl-timemarker-with-end:hover .tl-timemarker-timespan:after {
    background-color: rgba(0, 0, 0, 0.25);
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-timespan:after {
    background-color: rgba(51, 51, 51, 0.5);
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left,
.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right {
    border-width: 1px;
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left:after,
.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right:after {
    background-color: #333 !important;
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left {
    box-shadow: none;
}

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active:hover .tl-timemarker-timespan:after {
    background-color: rgba(51, 51, 51, 0.5);
}
/* Skinny
================================================== */
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
/* TL.TimeMarker
================================================== */
.tl-timeera {
    height: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
    /* Animate Left Width and Top
  ================================================== */
    -webkit-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    /* Timespan
  ================================================== */
    /* Content
  ================================================== */
}

.tl-timeera.tl-timeera-fast {
    -webkit-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timeera .tl-timeera-background {
    position: absolute;
    background-color: #28a6c3;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.tl-timeera.tl-timeera-color0 .tl-timeera-background {
    background-color: #c34528;
}

.tl-timeera.tl-timeera-color1 .tl-timeera-background {
    background-color: #28a6c3;
}

.tl-timeera.tl-timeera-color2 .tl-timeera-background {
    background-color: #2832c3;
}

.tl-timeera.tl-timeera-color3 .tl-timeera-background {
    background-color: #28c36c;
}

.tl-timeera.tl-timeera-color4 .tl-timeera-background {
    background-color: #286dc3;
}

.tl-timeera.tl-timeera-color5 .tl-timeera-background {
    background-color: #28c3a7;
}

.tl-timeera .tl-timeera-content-container {
    position: absolute;
    border: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    width: 100px;
    overflow: hidden;
    -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline {
    bottom: 0px;
    position: absolute;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 10px;
    line-height: 10px;
    overflow: hidden;
    font-weight: normal;
    margin: 0;
    color: #FFF;
    margin-left: 10px;
}

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline.tl-headline-fadeout:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(50%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
    /* IE6-9 */
}
/* Skinny
================================================== */
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
/* TL.TimeMarker
================================================== */
.tl-timegroup {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    /* Animate Left Width and Top
  ================================================== */
    -webkit-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timegroup .tl-timegroup-message {
    color: #e0e0e0;
    text-shadow: #FFF 0px 2px 2px;
    margin-left: 80px;
}

.tl-timegroup.tl-timegroup-alternate {
    background-color: #fafafa;
}

.tl-timegroup.tl-timegroup-hidden {
    display: none;
}
/* Skinny
================================================== */
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
/* TL.TimeAxis
================================================== */
.tl-timeaxis-background {
    height: 39px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 2;
}

.tl-timeaxis {
    height: 39px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.tl-timeaxis .tl-timeaxis-content-container {
    position: relative;
    bottom: 0;
    height: 39px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major,
.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor {
    opacity: 0;
    position: absolute;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick,
.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: normal;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick .tl-timeaxis-tick-text,
.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before,
.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
    content: "|";
    display: block;
    color: #FFF;
    width: 1px;
    overflow: hidden;
    border-left: 1px solid #bfbfbf;
    text-align: center;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate .tl-timeaxis-tick,
.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate .tl-timeaxis-tick {
    -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate-opacity .tl-timeaxis-tick,
.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate-opacity .tl-timeaxis-tick {
    -webkit-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major {
    z-index: 1;
    background-color: #FFF;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick {
    font-size: 12px;
    line-height: 14px;
    color: #737373;
    width: 100px;
    margin-left: -50px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before {
    border-color: #a6a6a6;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2px;
    margin-left: 50px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
    font-size: 11px;
    line-height: 13px;
    color: #bfbfbf;
    width: 50px;
    margin-left: -25px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
    opacity: 0;
    white-space: normal;
    padding-left: 2px;
    padding-right: 2px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text span {
    display: block;
    font-size: 9px;
    line-height: 9px;
    margin-top: -2px;
    color: #e6e6e6;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
    font-size: 9px;
    line-height: 9px;
    margin-left: 25px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden .tl-timeaxis-tick-text {
    opacity: 0 !important;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden:before {
    opacity: 0.33;
}
/* Skinny
================================================== */
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
.tlanimate {
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.tl-animate {
    -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.tl-animate-opacity {
    -webkit-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* SLIDE
================================================== */
.tl-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tl-slide .tl-slide-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    display: none;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tl-slide .tl-slide-scrollable-container {
    display: table;
    table-layout: fixed;
    height: 100%;
    z-index: 1;
}

.tl-slide .tl-slide-content-container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.tl-slide .tl-slide-content-container .tl-slide-content {
    display: table;
    vertical-align: middle;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    max-width: 100%;
    user-select: text;
}

.tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
    position: relative;
    width: 100%;
    min-width: 50%;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
}

.tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
    width: 50%;
    max-width: 50%;
    min-width: 120px;
    padding: 0 20px 0 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
/* Only Media (no text)
================================================== */
.tl-slide-media-only .tl-slide-content-container .tl-slide-content {
    text-align: center;
}

.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
    text-align: center;
    position: relative;
    width: 100%;
    min-width: 50%;
    max-width: 100%;
    float: none;
    margin-top: auto;
    margin-bottom: auto;
}

.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-text {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* Only Text (no media)
================================================== */
.tl-slide-text-only .tl-slide-content-container .tl-slide-content {
    text-align: center;
}

.tl-slide-text-only .tl-slide-content-container .tl-slide-content .tl-text {
    max-width: 80%;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Background
================================================== */
.tl-slide.tl-full-image-background,
.tl-slide.tl-full-color-background {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.tl-slide.tl-full-image-background p,
.tl-slide.tl-full-color-background p,
.tl-slide.tl-full-image-background h1,
.tl-slide.tl-full-color-background h1,
.tl-slide.tl-full-image-background h2,
.tl-slide.tl-full-color-background h2,
.tl-slide.tl-full-image-background h3,
.tl-slide.tl-full-color-background h3,
.tl-slide.tl-full-image-background h4,
.tl-slide.tl-full-color-background h4,
.tl-slide.tl-full-image-background h5,
.tl-slide.tl-full-color-background h5,
.tl-slide.tl-full-image-background h6,
.tl-slide.tl-full-color-background h6 {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.tl-slide.tl-full-image-background a,
.tl-slide.tl-full-color-background a,
.tl-slide.tl-full-image-background b,
.tl-slide.tl-full-color-background b,
.tl-slide.tl-full-image-background i,
.tl-slide.tl-full-color-background i,
.tl-slide.tl-full-image-background blockquote,
.tl-slide.tl-full-color-background blockquote,
.tl-slide.tl-full-image-background blockquote p,
.tl-slide.tl-full-color-background blockquote p {
    text-shadow: 1px 1px 1px #000;
    color: #ffffff;
}

.tl-slide.tl-full-image-background a:hover,
.tl-slide.tl-full-color-background a:hover {
    text-decoration: underline;
    color: #c34528;
}

.tl-slide.tl-full-image-background .tl-caption,
.tl-slide.tl-full-color-background .tl-caption,
.tl-slide.tl-full-image-background .tl-credit,
.tl-slide.tl-full-color-background .tl-credit {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote,
.tl-slide.tl-full-color-background .tl-media-twitter blockquote,
.tl-slide.tl-full-image-background .tl-media-blockquote blockquote,
.tl-slide.tl-full-color-background .tl-media-blockquote blockquote {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote p,
.tl-slide.tl-full-color-background .tl-media-twitter blockquote p,
.tl-slide.tl-full-image-background .tl-media-blockquote blockquote p,
.tl-slide.tl-full-color-background .tl-media-blockquote blockquote p {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.tl-slide.tl-full-image-background .vcard a,
.tl-slide.tl-full-color-background .vcard a,
.tl-slide.tl-full-image-background .vcard .nickname,
.tl-slide.tl-full-color-background .vcard .nickname {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}
/* Full Image Background
================================================== */
.tl-slide.tl-full-image-background {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 25%;
    text-shadow: 1px 1px 2px #000;
}

.tl-slide.tl-full-image-background p,
.tl-slide.tl-full-image-background h1,
.tl-slide.tl-full-image-background h2,
.tl-slide.tl-full-image-background h3,
.tl-slide.tl-full-image-background h4,
.tl-slide.tl-full-image-background h5,
.tl-slide.tl-full-image-background h6 {
    text-shadow: 1px 1px 2px #000;
}

.tl-slide.tl-full-image-background .tl-caption,
.tl-slide.tl-full-image-background .tl-credit {
    text-shadow: 1px 1px 2px #000;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote,
.tl-slide.tl-full-image-background .tl-media-blockquote blockquote {
    text-shadow: 1px 1px 2px #000 !important;
}

.tl-slide.tl-full-image-background .tl-media-twitter blockquote p,
.tl-slide.tl-full-image-background .tl-media-blockquote blockquote p {
    text-shadow: 1px 1px 2px #000 !important;
}
/* Color Background
================================================== */
/* Text Background
================================================== */
.tl-slide.tl-text-background .tl-text .tl-text-content-container {
    padding: 20px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: #000000 transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.tl-slide.tl-text-background .tl-text .tl-text-content-container h2 {
    margin-top: 5px;
}
/* Skinny
================================================== */
.tl-skinny .tl-slide {
    display: block;
    padding-top: 10px;
}

.tl-skinny .tl-slide .tl-slide-content-container {
    display: block;
    position: static;
    height: auto;
    height: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* Safari 7.0+ */
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content {
    display: block;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    position: static;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
    position: static;
    width: 100%;
    height: auto;
    float: none;
    display: block;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
    display: block;
    height: auto;
    vertical-align: initial;
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    float: none;
    padding: 0;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text .tl-text-content-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.tl-skinny .tl-slide.tl-slide.tl-full-color-background .tl-slide-content-container .tl-slide-content .tl-media,
.tl-skinny .tl-slide.tl-full-image-background .tl-slide-content-container .tl-slide-content .tl-media {
    border-color: rgba(230, 230, 230, 0.25);
}

.tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content {
    flex-direction: column;
    -webkit-flex-direction: column;
    /* Safari */
}

.tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
    border-top: none;
    padding-top: 0px;
}
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media img,
.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media embed,
.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media object,
.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media video,
.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media iframe {
    max-height: 175px;
}
/* SlideNav
================================================== */
/* NAVIGATION
================================================== */
.tl-slidenav-previous,
.tl-slidenav-next {
    position: absolute;
    top: 45%;
    z-index: 10;
    cursor: pointer;
}

.tl-slidenav-previous .tl-slidenav-content-container,
.tl-slidenav-next .tl-slidenav-content-container {
    height: 200px;
    width: 100px;
    position: absolute;
}

.tl-slidenav-previous .tl-slidenav-title,
.tl-slidenav-next .tl-slidenav-title,
.tl-slidenav-previous .tl-slidenav-description,
.tl-slidenav-next .tl-slidenav-description {
    width: 80px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    /* Non standard for webkit */
    /*
     -webkit-hyphens: auto;
        -moz-hyphens: auto;
         -ms-hyphens: auto;
             hyphens: auto;
    */
}

.tl-slidenav-previous .tl-slidenav-title small,
.tl-slidenav-next .tl-slidenav-title small,
.tl-slidenav-previous .tl-slidenav-description small,
.tl-slidenav-next .tl-slidenav-description small {
    display: block;
}

.tl-slidenav-previous .tl-slidenav-title,
.tl-slidenav-next .tl-slidenav-title {
    margin-top: 10px;
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    opacity: 0.15;
    font-size: 11px;
    line-height: 11px;
}

.tl-slidenav-previous .tl-slidenav-description,
.tl-slidenav-next .tl-slidenav-description {
    font-size: 11px;
    margin-top: 5px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.tl-slidenav-previous .tl-slidenav-description small,
.tl-slidenav-next .tl-slidenav-description small {
    display: none;
}
/* NAVIGATION COLOR
================================================== */
.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon,
.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon,
.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title,
.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title,
.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description,
.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
    text-shadow: 1px 1px 1px #FFF;
    color: #333;
}

.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon,
.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon,
.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title,
.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title,
.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description,
.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description {
    color: #f2f2f2;
    text-shadow: 1px 1px 1px #333;
}
/* ICONS
================================================== */
.tl-slidenav-next .tl-slidenav-icon,
.tl-slidenav-previous .tl-slidenav-icon {
    font-family: 'tl-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    margin-bottom: 5px;
}

.tl-slidenav-next {
    text-align: right;
    margin-right: 10px;
    right: 100px;
}

.tl-slidenav-next .tl-slidenav-title,
.tl-slidenav-next .tl-slidenav-description {
    margin-left: 20px;
}

.tl-slidenav-next .tl-slidenav-icon {
    margin-left: 76px;
}

.tl-slidenav-next .tl-slidenav-icon:before {
    content: "\e64f";
}

.tl-slidenav-previous {
    text-align: left;
    margin-left: 10px;
}

.tl-slidenav-previous .tl-slidenav-icon {
    margin-left: 0px;
}

.tl-slidenav-previous .tl-slidenav-icon:before {
    content: "\e650";
}
/* NAVIGATION HOVER
================================================== */
.tl-slidenav-previous:hover .tl-slidenav-title,
.tl-slidenav-next:hover .tl-slidenav-title {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-slidenav-previous:hover .tl-slidenav-description,
.tl-slidenav-next:hover .tl-slidenav-description {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.tl-slidenav-next:hover .tl-slidenav-icon {
    margin-left: 80px;
}

.tl-slidenav-previous:hover .tl-slidenav-icon {
    margin-left: -4px;
}

.tl-skinny .tl-slidenav-next {
    right: 32px;
}

.tl-skinny .tl-slidenav-next .tl-slidenav-icon {
    margin-left: 8px;
}

.tl-skinny .tl-slidenav-previous .tl-slidenav-content-container,
.tl-skinny .tl-slidenav-next .tl-slidenav-content-container {
    width: 32px;
    height: 32px;
}

.tl-skinny .tl-slidenav-previous .tl-slidenav-title,
.tl-skinny .tl-slidenav-next .tl-slidenav-title,
.tl-skinny .tl-slidenav-previous .tl-slidenav-description,
.tl-skinny .tl-slidenav-next .tl-slidenav-description {
    display: none;
}

.tl-skinny .tl-slidenav-previous .tl-slidenav-icon,
.tl-skinny .tl-slidenav-next .tl-slidenav-icon {
    filter: alpha(opacity=33);
    -khtml-opacity: 0.33;
    -moz-opacity: 0.33;
    opacity: 0.33;
}

.tl-skinny .tl-slidenav-next:hover .tl-slidenav-icon {
    margin-left: 12px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-skinny .tl-slidenav-previous:hover .tl-slidenav-icon {
    margin-left: -4px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-next:hover {
    right: 70px;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
    margin-left: 8px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
    margin-left: 0px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
    margin-left: 80px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-layout-landscape.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-left: -4px;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
    filter: alpha(opacity=33);
    -khtml-opacity: 0.33;
    -moz-opacity: 0.33;
    opacity: 0.33;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
    filter: alpha(opacity=33);
    -khtml-opacity: 0.33;
    -moz-opacity: 0.33;
    opacity: 0.33;
}

.tl-layout-portrait.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tl-mobile .tl-slidenav-previous,
.tl-skinny.tl-mobile .tl-slidenav-previous,
.tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-previous,
.tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-previous,
.tl-mobile .tl-slidenav-next,
.tl-skinny.tl-mobile .tl-slidenav-next,
.tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-next,
.tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-next {
    display: none;
}
/* StorySlider
================================================== */
/* SLIDER CONTAINERS
================================================== */
.tl-storyslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    box-sizing: content-box;
    z-index: 8;
}

.tl-storyslider img,
.tl-storyslider embed,
.tl-storyslider object,
.tl-storyslider video,
.tl-storyslider iframe {
    max-width: 100%;
    position: relative;
}

.tl-storyslider .tl-slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tl-storyslider .tl-slider-touch-mask {
    width: 100%;
    height: 100%;
    z-index: 25;
    top: 0px;
    left: 0px;
    position: absolute;
}

.tl-storyslider .tl-slider-container-mask {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.tl-storyslider .tl-slider-container-mask .tl-slider-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.tl-storyslider .tl-slider-container-mask .tl-slider-container .tl-slider-item-container {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
/* Skinny
================================================== */
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
/* Requires Variables.less
================================================== */
.tl-media {
    width: 100%;
    min-width: 50%;
    height: 100%;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

.tl-media .tl-media-content-container.tl-media-content-container-text {
    border-right: 1px solid #e6e6e6;
    padding-right: 20px;
}

.tl-media .tl-media-content-container .tl-media-content {
    position: relative;
}

.tl-media .tl-media-content-container .tl-media-content:before,
.tl-media .tl-media-content-container .tl-media-content:after {
    display: table;
    content: "";
}

.tl-media .tl-media-content-container .tl-media-content:after {
    clear: both;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p {
    color: #f2f2f2;
    text-align: center;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p span {
    color: #f2f2f2;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class^="tl-icon-"],
.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class*=" tl-icon-"] {
    font-size: 28px;
    color: #f2f2f2;
    text-align: center;
}

.tl-media .tl-media-content-container .tl-media-content img,
.tl-media .tl-media-content-container .tl-media-content embed,
.tl-media .tl-media-content-container .tl-media-content object,
.tl-media .tl-media-content-container .tl-media-content video {
    max-width: 100%;
    max-height: 100%;
}
/* Media Only Slides
================================================== */
.tl-slide-media-only .tl-media .tl-media-content-container.tl-media-content-container-text {
    border-right: none;
    padding-right: 0;
}
/* Media Shodow
================================================== */
.tl-media-shadow {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
}

.tl-slide.tl-full-image-background a,
.tl-slide.tl-full-color-background a,
.tl-slide.tl-full-image-background .vcard a,
.tl-slide.tl-full-color-background .vcard a {
    text-shadow: 1px 1px 1px #000;
    color: #ffffff;
}

.tl-slide.tl-full-image-background a:hover,
.tl-slide.tl-full-color-background a:hover {
    text-decoration: underline;
    color: #c34528;
}
/* Credit
================================================== */
.tl-credit {
    color: #999999;
    text-align: right;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    font-size: 10px;
    line-height: 13px;
}
/* Caption
================================================== */
.tl-caption {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    color: #666666;
    font-size: 11px;
    line-height: 14px;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
}
/* Full Image Background
================================================== */
.tl-full-image-background .tl-media-shadow:before,
.tl-full-color-background .tl-media-shadow:before,
.tl-full-image-background .tl-media-shadow:after,
.tl-full-color-background .tl-media-shadow:after {
    background: none;
    -webkit-box-shadow: 0 0px 0px #000;
    -moz-box-shadow: 0 0px 0px #000;
    box-shadow: 0 0px 0px #000;
}
/* Skinny
================================================== */
.tl-skinny .tl-media {
    width: 100%;
    height: auto;
    float: none;
    display: block;
}

.tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
    border-right: 0;
    padding-right: 0;
}

.tl-skinny .tl-media .tl-media-content-container .tl-credit,
.tl-skinny .tl-media .tl-media-content-container .tl-caption {
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8px;
}

.tl-skinny .tl-media .tl-media-content-container .tl-credit {
    margin-top: 0px;
}
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
.tl-mobile.tl-skinny .tl-media {
    width: 100%;
    height: auto;
    float: none;
    display: block;
}

.tl-mobile.tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
    border-right: 0;
    padding-right: 0;
}
/* Requires Variables.less
================================================== */
.tl-text {
    width: 50%;
    max-width: 50%;
    min-width: 120px;
    padding: 0 20px 0 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-shadow: none;
    color: #737373;
}

.tl-text p {
    color: #737373;
}

.tl-text h2.tl-headline-title,
.tl-text h2.tl-headline {
    margin-top: 0;
}

.tl-text .tl-headline-date,
.tl-text h3.tl-headline-date {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin: 0 0 3px 0;
    color: #333;
    text-transform: uppercase;
}

.tl-text .tl-headline-date small,
.tl-text h3.tl-headline-date small {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: #b3b3b3;
}

.tl-text .tl-text-date {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 10px;
    font-size: 12px;
    color: #b3b3b3;
}

.tl-full-image-background .tl-text,
.tl-full-color-background .tl-text,
.tl-full-image-background .tl-text p,
.tl-full-color-background .tl-text p {
    color: #f2f2f2 !important;
    text-shadow: 1px 1px 2px #000;
}

.tl-full-image-background .tl-text .tl-headline-date,
.tl-full-color-background .tl-text .tl-headline-date,
.tl-full-image-background .tl-text p .tl-headline-date,
.tl-full-color-background .tl-text p .tl-headline-date,
.tl-full-image-background .tl-text h3.tl-headline-date,
.tl-full-color-background .tl-text h3.tl-headline-date,
.tl-full-image-background .tl-text p h3.tl-headline-date,
.tl-full-color-background .tl-text p h3.tl-headline-date {
    color: #f2f2f2 !important;
}

.tl-full-image-background .tl-text .tl-headline-date small,
.tl-full-color-background .tl-text .tl-headline-date small,
.tl-full-image-background .tl-text p .tl-headline-date small,
.tl-full-color-background .tl-text p .tl-headline-date small,
.tl-full-image-background .tl-text h3.tl-headline-date small,
.tl-full-color-background .tl-text h3.tl-headline-date small,
.tl-full-image-background .tl-text p h3.tl-headline-date small,
.tl-full-color-background .tl-text p h3.tl-headline-date small {
    color: #f2f2f2 !important;
}

.tl-full-image-background .tl-text a:hover,
.tl-full-color-background .tl-text a:hover,
.tl-full-image-background .tl-text p a:hover,
.tl-full-color-background .tl-text p a:hover {
    text-decoration: underline;
    color: #c34528;
}
/* Skinny
================================================== */
.tl-skinny .tl-text {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    float: none;
    margin-top: 20px;
}

.tl-skinny .tl-text h2.tl-headline-title,
.tl-skinny .tl-text h2.tl-headline {
    font-size: 32px;
    line-height: 36px;
}
/* Medium
================================================== */
.tl-medium .tl-text h2.tl-headline-title,
.tl-medium .tl-text h2.tl-headline {
    font-size: 32px;
    line-height: 36px;
}
/* Mobile, iPhone
================================================== */
/* Mobile, iPhone and skinny
================================================== */
.tl-mobile.tl-skinny .tl-media .tl-media-image {
    max-height: 250px !important;
}

.tl-media .tl-media-twitter {
    text-align: left;
    clear: both;
}

.tl-media .tl-media-twitter blockquote {
    margin: 0;
    margin-right: 15px;
    font-size: 15px;
    line-height: 21px;
    color: #333;
}

.tl-media .tl-media-twitter blockquote p {
    font-size: 28px;
    line-height: 30px;
    color: #000;
}

.tl-media .tl-media-twitter blockquote p:before {
    display: none;
}

.tl-media .tl-media-twitter blockquote p:after {
    display: none;
}

.tl-media .tl-media-twitter .tl-icon-twitter {
    color: #55ACEE;
}

.tl-media .tl-media-twitter .vcard a:hover,
.tl-media .tl-media-twitter .vcard a.tl-date:hover {
    text-decoration: none;
    color: #55ACEE;
}

.tl-media .tl-media-twitter .vcard a:hover .fn,
.tl-media .tl-media-twitter .vcard a.tl-date:hover .fn,
.tl-media .tl-media-twitter .vcard a:hover .nickname,
.tl-media .tl-media-twitter .vcard a.tl-date:hover .nickname {
    color: #55ACEE;
}

.tl-slide-media-only .tl-media .tl-media-twitter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.tl-mobile.tl-skinny .tl-media .tl-media-twitter blockquote p {
    font-size: 15px;
    line-height: 21px;
}

.tl-skinny .tl-media .tl-media-twitter {
    margin-left: 10px;
    margin-right: 10px;
}

.tl-skinny .tl-media .tl-media-twitter blockquote p {
    font-size: 24px;
    line-height: 26px;
}

.tl-media .tl-media-blockquote {
    text-align: left;
    clear: both;
}

.tl-media .tl-media-blockquote blockquote {
    margin: 0;
    margin-right: 15px;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    color: #333;
}

.tl-media .tl-media-blockquote blockquote p {
    font-size: 28px;
    line-height: 30px;
    color: #333;
}

.tl-media .tl-media-blockquote blockquote p:before,
.tl-media .tl-media-blockquote blockquote p:after {
    display: inline-block;
    font-size: 36px;
}

.tl-media .tl-media-blockquote blockquote p:before {
    content: open-quote;
    margin-right: 5px;
}

.tl-media .tl-media-blockquote blockquote p:after {
    content: close-quote;
    margin-left: 3px;
}

.tl-media .tl-media-blockquote blockquote cite {
    font-size: 15px;
    line-height: 21px;
    color: #999999;
    text-align: right;
    margin-top: 15px;
}

.tl-slide-media-only .tl-media .tl-media-blockquote {
    border-right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .tl-media .tl-media-blockquote blockquote p {
        font-size: 24px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    .tl-media .tl-media-blockquote blockquote p {
        font-size: 15px;
        line-height: 21px;
    }
}

.tl-mobile.tl-skinny .tl-media .tl-media-instagram {
    max-height: 250px !important;
}

.tl-media .tl-media-profile {
    border-radius: 50%;
}

.tl-media .tl-media-iframe {
    width: 100%;
    height: 100%;
}

.tl-media .tl-media-iframe iframe {
    width: 100%;
    height: 100%;
}

.tl-media .tl-media-wikipedia {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.tl-media .tl-media-wikipedia .tl-icon-wikipedia {
    font-size: 32px;
    margin-right: 10px;
    float: left;
    padding-top: 3px;
}

.tl-media .tl-media-wikipedia .tl-wikipedia-pageimage {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tl-media .tl-media-wikipedia .tl-wikipedia-title {
    margin-left: 60px;
    padding-left: 10px;
    border-left: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.tl-media .tl-media-wikipedia .tl-wikipedia-source {
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    margin-top: 3px;
    display: block;
    color: rgba(0, 0, 0, 0.5);
}

.tl-media .tl-media-wikipedia h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tl-media .tl-media-wikipedia h4 a {
    color: #000;
    text-decoration: none;
}

.tl-media .tl-media-wikipedia p {
    font-size: 13px;
    line-height: 19px;
}

.tl-slide-media-only .tl-media .tl-media-wikipedia {
    border-right: 0;
    border-top: 1px solid #e6e6e6;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding-top: 25px;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia,
.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia {
    padding: 20px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: #000000 transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia h4 a,
.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia h4 a {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia a:hover,
.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia a:hover {
    text-decoration: underline;
    color: #c34528;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-title,
.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-title {
    border-color: rgba(230, 230, 230, 0.25);
}

.tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-source,
.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-source {
    color: rgba(230, 230, 230, 0.85);
}

.tl-mobile.tl-skinny .tl-media .tl-media-wikipedia,
.tl-skinny .tl-media .tl-media-wikipedia {
    margin-left: 10px;
    margin-right: 10px;
}

.tl-media .tl-media-website {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.tl-media .tl-media-website .tl-media-website-description {
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tl-media .tl-media-website h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
}

.tl-media .tl-media-website h4 a {
    color: #000;
    text-decoration: none;
}

.tl-media .tl-media-website p {
    font-size: 13px;
    line-height: 19px;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-website img {
    float: right;
    max-width: 120px;
    max-height: 120px;
    margin: 4px 0 0 15px;
}

.tl-media .tl-media-content-container .tl-media-content .tl-media-website img.tl-media-website-icon {
    max-width: 16px;
    max-height: 16px;
    float: none;
    margin: 0;
    margin-right: 3px;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-website,
.tl-slide.tl-full-color-background .tl-media .tl-media-website {
    padding: 20px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: #000000 transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-website h4 a,
.tl-slide.tl-full-color-background .tl-media .tl-media-website h4 a {
    color: #FFF !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.tl-slide.tl-full-image-background .tl-media .tl-media-website a:hover,
.tl-slide.tl-full-color-background .tl-media .tl-media-website a:hover {
    text-decoration: underline;
    color: #c34528;
}

.tl-mobile.tl-skinny .tl-media .tl-media-website {
    margin-left: 10px;
    margin-right: 10px;
}
/* Timeline
================================================== */
.tl-timeline {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: normal;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #FFF;
    color: #737373;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tl-timeline.tl-timeline-embed {
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
}

.tl-timeline.tl-timeline-full-embed {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 8px;
}
/* Portrait
================================================== */
.tl-layout-portrait .tl-storyslider {
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
}

.tl-rtl .tl-text-content,
.tl-rtl .tl-headline,
.tl-rtl .tl-media-blockquote,
.tl-rtl .tl-headline-date,
.tl-rtl .tl-timeline blockquote p,
.tl-rtl .tl-media-website,
.tl-rtl .tl-media-wikipedia,
.tl-rtl .tl-media .tl-media-blockquote blockquote,
.tl-rtl .blockquote,
.tl-rtl blockquote p,
.tl-rtl .tl-text-content p {
    text-align: right;
    direction: rtl;
}

.tl-rtl .tl-slide-media-only .tl-headline,
.tl-rtl .tl-slide-media-only .tl-headline-date {
    text-align: center;
}

.tl-rtl .tl-timemarker-text {
    margin-right: 35px;
}

.tl-rtl .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container {
    float: right;
}

.tl-rtl .tl-caption {
    text-align: right;
}

.tl-rtl .tl-credit {
    text-align: left;
}

/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/style.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
/* SCSS Variables  */
@-webkit-keyframes loadingOverlay {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.875;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingOverlay {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.875;
  }
  100% {
    opacity: 1;
  }
}
/* === Bootstrap 5 Flexbox Utilities (Simplified) === */
/* Display */
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

/* Flex Direction */
.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* Flex Wrap */
.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* Justify Content */
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* Align Items */
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

/* Align Content */
.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

/* Align Self */
.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/* Canvas CSS */
.ft-font-white {
  color: #fff;
}

.ft-font-claret {
  color: #990F3D;
}

.ft-font-pink {
  color: #FCD0B1;
}

.ft-font-grey {
  color: #333;
}

.ft-font-sky {
  color: #A8CFFD;
}

.ft-font-wheat {
  color: #e8e8e8;
}

.ft-bg-claret {
  background: #990F3D;
}

.ft-bg-pink {
  background: #FCD0B1;
}

.ft-bg-grey {
  background: #333;
}

.ft-bg-sky {
  background: #A8CFFD;
}

.ft-bg-wheat {
  background: #e8e8e8;
}

.enhance {
  font-weight: 600;
}

.user_content h1.page-title {
  font-weight: 700 !important;
  color: #8b223f !important;
  text-transform: uppercase;
  font-size: 2rem !important;
  margin-left: 2%;
  margin-right: 2%;
}
.user_content h1.page-title::after {
  content: "";
  display: block;
  border-bottom: 5px solid #8b223f !important;
  width: 80px;
  padding-bottom: 3px;
  font-size: 2rem !important;
}

.user_content h2 {
  font-weight: 700 !important;
}

.user_content h3 {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  margin-bottom: 15px;
}

.user_content h4 {
  margin-top: 0;
}

.text-primary {
  color: #8d223f !important;
}

.text-body {
  color: #333 !important;
}

.user_content ul {
  list-style: none;
  margin-bottom: 15px;
}

.user_content ul li::before {
  content: "•";
  color: #8d223f;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.user_content .tabs {
  Font-size: 1rem;
}

.user_content .tabs ul li::before {
  content: none;
}

.user_content ul li {
  margin-bottom: 10px;
}

.user_content ul li::last-of-type {
  margin-bottom: 0;
}

div.slim-header {
  background-color: #8d223f;
}

div.slim-header h2 {
  font-weight: 700;
  color: #fff;
}

div.main-header h2 {
  font-weight: 700;
}

div.main-header p::last-of-type {
  margin-bottom: 0;
}

div.main-header::after {
  content: "";
  display: block;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #ccc !important;
}

.outcomes {
  background-color: #e8e8e8;
}

.outcomes h3 {
  color: #8d223f !important;
}

.container img.with-frame {
  padding: 10px;
  background-color: #e8e8e8;
}

.p-large {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

#content button[data-testid=discussion-topic-reply], #module_navigation_target .Button, #module_sequence_footer .Button, .user_content .btn, .user_content .outline-primary, .btn.view_all_pages,
#submit_quiz_form .button-container .btn, #submit_quiz_form #submit_quiz_button,
.take_quiz_button .btn,
button.submit_assignment_link,
#submit_file_button,
.cancel_button {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid #0d7680 !important;
  border-radius: 3px !important;
  background: transparent;
  color: #0d7680;
  text-transform: uppercase;
}

#content button[data-testid=discussion-topic-reply] span, .btn.btn-primary span {
  background: unset;
  color: unset;
  border: unset;
}

#content button[data-testid=discussion-topic-reply]:hover, #module_navigation_target .Button:hover, #module_sequence_footer .Button:hover, .user_content .btn:hover, .user_content .outline-primary:hover, .btn.view_all_pages:hover,
#submit_quiz_form .button-container .btn:hover, #submit_quiz_form #submit_quiz_button:hover, .take_quiz_button .btn:hover, button.submit_assignment_link:hover, #submit_file_button:hover, .cancel_button:hover {
  color: #fff;
  background-color: #0d7680;
  border-color: #0d7680;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#content button[data-testid=discussion-topic-reply]:focus, #module_navigation_target .Button:focus, #module_sequence_footer .Button:focus, .outline-primary:hover, .user_content .btn:focus, .user_content .outline-primary:focus, button:focus, .btn.view_all_pages:focus,
#submit_quiz_form .button-container .btn:focus, #submit_quiz_form #submit_quiz_button:focus, .take_quiz_button .btn:focus, button.submit_assignment_link:focus, #submit_file_button:focus, .cancel_button:focus {
  text-decoration: none;
}

.cancel_button {
  border-color: #333 !important;
  color: #333;
}

.cancel_button:hover, .cancel_button:focus {
  background: #333;
  color: #fff;
}

.user_content .card {
  position: relative;
  word-wrap: break-word;
  border: 1px solid #ccc;
  width: 100%;
}

.user_content .card-body {
  padding: 20px;
}

.user_content .card-title {
  margin-bottom: 20px;
}

.user_content .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #990f3d;
  border-bottom: #ccc;
  color: #fff;
}

.user_content .card-header-tabs {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-bottom: 0;
}

.user_content .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.user_content .card-img {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.speech-bubble {
  position: relative;
  background: #ccc1b7;
  border-radius: 0.4em;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.844em solid transparent;
  border-top-color: #ccc1b7;
  border-bottom: 0;
  border-left: 0;
  margin-left: -0.422em;
  margin-bottom: -0.844em;
}

.speech-bubble2 {
  position: relative;
  background: #990f3d;
  border-radius: 0.4em;
  color: #fff;
  margin: 25px;
}

.speech-bubble2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.844em solid transparent;
  border-top-color: #990f3d;
  border-bottom: 0;
  border-right: 0;
  margin-left: -0.422em;
  margin-bottom: -0.844em;
}

.user_content td, .user_content th {
  border: 1px solid #ddd;
  padding: 10px !important;
}

.user_content tr:nth-child(even) {
  background-color: #f2f2f2;
}

.user_content th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #8d223f;
  color: #fff;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background: #e8e8e8;
  color: #333;
}

.alert-primary {
  color: #fff;
  background-color: #990f3d;
  border-color: #b8daff;
}

.alert-secondary {
  color: #000;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.followup, .reading {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #000;
  background-color: #f2f2f2;
}
.followup .user_content ul li, .reading .user_content ul li {
  content: "•";
  color: #fff !important;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.quote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 2em 10px;
}

ul.card-menu {
  margin: 0;
}

ul.card-menu li {
  margin: 0;
  border-bottom: 1px solid #fff;
}

ul.card-menu li:last-of-type {
  border: none;
}

ul.card-menu li:before {
  content: none;
}

ul.card-menu li a {
  background: #e8e8e8;
  color: #333;
  transition: all 0.2s ease-in-out;
}

ul.card-menu li:hover a {
  background: #0d7680;
  color: #fff;
}

ul.card-menu li a {
  text-decoration: none !important;
  padding: 1.25rem;
  display: block;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container img {
  max-width: 100% !important;
  height: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.ui-tabs:not(.tabs-alt) ul {
  list-style: unset;
}
.ui-tabs:not(.tabs-alt) .ui-tabs-nav li {
  background: #e8e8e8;
  transition: background 0.25s ease-in-out;
}
.ui-tabs:not(.tabs-alt) .ui-tabs-nav li a {
  text-decoration: none !important;
  color: #333;
}
.ui-tabs:not(.tabs-alt) .ui-tabs-nav li:hover {
  filter: brightness(0.75);
  border-color: transparent;
  background: #e8e8e8;
}
.ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus:hover, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-tabs-active, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-tabs-active:hover, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus.ui-tabs-active, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus.ui-tabs-active:hover {
  background: #990F3D;
  color: #fff;
  filter: unset;
}
.ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus a, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus:hover a, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-tabs-active a, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-tabs-active:hover a, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus.ui-tabs-active a, .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus.ui-tabs-active:hover a {
  color: #fff;
}
.ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus {
  background: #12A5B3;
}

.ui-state-active, .ui-progressbar .ui-widget-header, .ui-widget-header .ui-state-active {
  color: #fff;
}

.tl-custom .container, .tl-custom .container-fluid, .tl-custom .container-lg, .tl-custom .container-md, .tl-custom .container-sm, .tl-custom .container-xl {
  --bs-gutter-x: 2rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .tl-custom .container, .tl-custom .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .tl-custom .container, .tl-custom .container-md, .tl-custom .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tl-custom .container, .tl-custom .container-lg, .tl-custom .container-md, .tl-custom .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .tl-custom .container, .tl-custom .container-lg, .tl-custom .container-md, .tl-custom .container-sm, .tl-custom .container-xl {
    max-width: 1140px;
  }
}
.tl-custom .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.tl-custom .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.tl-custom .timeline {
  width: 100%;
}
.tl-custom .timeline.timeline-one .timeline-item {
  position: relative;
  width: 50%;
  margin-left: 50%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-one .timeline-item {
    width: 100%;
    margin-left: 0;
  }
}
.tl-custom .timeline.timeline-one .timeline-item img {
  margin-bottom: 1.25rem;
}
.tl-custom .timeline.timeline-one .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.425rem;
  margin-left: -0.6rem;
  border: 0.0625rem solid #990F3D;
  background: #990F3D;
  border-radius: 50%;
}
.tl-custom .timeline.timeline-one .timeline-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -0.1875rem;
  width: 0.0625rem;
  margin-top: 1.875rem;
  margin-left: -0.0625rem;
  background-color: #e8e8e8;
}
.tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1) {
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1) {
    margin-left: -25px;
  }
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 1.5rem;
    text-align: left;
  }
}
.tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1):after, .tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1):before {
  right: 0;
  left: auto;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1):after, .tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1):before {
    right: auto;
    left: 0;
  }
}
.tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1):before {
  margin-right: -0.6rem;
}
.tl-custom .timeline.timeline-one .timeline-item:nth-child(2n+1):after {
  margin-right: -0.0625rem;
}
.tl-custom .timeline.timeline-one.dark .timeline-item:before {
  border: 0.0625rem solid #b7c3d2;
}
.tl-custom .timeline.timeline-one.dark .timeline-item:after {
  background-color: #b7c3d2;
}
.tl-custom .timeline.timeline-two .timeline-item {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
.tl-custom .timeline.timeline-two .timeline-item:after, .tl-custom .timeline.timeline-two .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.tl-custom .timeline.timeline-two .timeline-item:before {
  border: 4px double #dce6f3;
  content: "";
  left: auto;
  width: 16px;
  height: 16px;
  margin-right: -2rem;
  border-radius: 50%;
}
.tl-custom .timeline.timeline-two .timeline-item:after {
  background-color: #dce6f3;
  width: 0.0625rem;
  height: 100%;
  margin-top: 2rem;
  left: auto;
  margin-right: -1.575rem;
}
.tl-custom .timeline.timeline-two .timeline-item .post-meta a, .tl-custom .timeline.timeline-two .timeline-item .post-meta span {
  font-size: 0.875rem;
  padding-right: 0.125rem;
}
.tl-custom .timeline.timeline-four {
  margin: 1.25rem 0;
  position: relative;
}
.tl-custom .timeline.timeline-four::before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 100%;
  background: #dce6f3;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four::before {
    margin: 0;
    left: 0;
  }
}
.tl-custom .timeline.timeline-four .timeline-item {
  margin-bottom: 1.5rem;
  position: relative;
}
.tl-custom .timeline.timeline-four .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.tl-custom .timeline.timeline-four .timeline-item:hover .date-outer::before {
  left: 6px;
}
.tl-custom .timeline.timeline-four .timeline-item:hover .date-outer::after {
  left: -6px;
}
.tl-custom .timeline.timeline-four .timeline-item:nth-child(2n) .date-content {
  float: right;
}
.tl-custom .timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
  padding: 0.625rem 3.125rem 0.625rem 0;
  text-align: right;
}
@media (max-width: 767.98px) {
  .tl-custom .timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
    padding: 0.5rem 1.75rem 0.5rem 0;
  }
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
    width: 95%;
    padding: 0.5rem 0;
    text-align: center;
  }
}
.tl-custom .timeline.timeline-four .icon {
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border: 0.0625rem solid #dce6f3;
  margin-top: 1rem;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four .icon {
    margin: auto -7px;
    top: 3rem;
  }
}
.tl-custom .timeline.timeline-four .date-content {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four .date-content {
    width: 95%;
    float: right;
  }
}
.tl-custom .timeline.timeline-four .date-outer {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: auto;
  z-index: 1;
}
.tl-custom .timeline.timeline-four .date-outer::before {
  content: "";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 0.0625rem solid #893168;
  left: -6px;
  transition: all 0.9s all 0.2s ease;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four .date-outer::before {
    width: 130px;
    height: 130px;
  }
}
.tl-custom .timeline.timeline-four .date-outer::after {
  content: "";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0.0625rem solid #242e4c;
  left: 6px;
  transition: all 0.9s all 0.2s ease;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four .date-outer::after {
    width: 130px;
    height: 130px;
  }
}
.tl-custom .timeline.timeline-four .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 0;
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four .date {
    top: 27%;
  }
}
.tl-custom .timeline.timeline-four .year {
  display: block;
  font-weight: 700;
  font-size: 1rem;
}
.tl-custom .timeline.timeline-four .icon {
  font-size: 1.5rem;
}
.tl-custom .timeline.timeline-four .timeline-content {
  width: 50%;
  padding: 0.625rem 0 0.625rem 3.125rem;
  float: right;
}
@media (max-width: 767.98px) {
  .tl-custom .timeline.timeline-four .timeline-content {
    padding: 0.5rem 0 0.5rem 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .tl-custom .timeline.timeline-four .timeline-content {
    width: 95%;
    padding: 0.5rem 0;
    text-align: center;
  }
}
.tl-custom .timeline.timeline-five .row [class*=col-] {
  position: relative;
}
.tl-custom .timeline.timeline-five .row .avatar-separator {
  width: 30px;
  height: 30px;
}
.tl-custom .timeline.timeline-five .row .col.middle-line {
  border-right: 0.0625rem solid #dce6f3;
}
.tl-custom .timeline.timeline-six .row [class*=col-] {
  position: relative;
}
.tl-custom .timeline.timeline-six .row .col.middle-line {
  border-right: 0.0625rem solid #dce6f3;
}
.tl-custom .timeline.timeline-six .row .avatar-separator img {
  border: 0.0625rem solid #dce6f3;
  padding: 0.125rem;
}
.tl-custom .vertical-timeline .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tl-custom .vertical-timeline .row [class*=col-] {
  position: relative;
}
.tl-custom .vertical-timeline .row.timeline-inner div {
  padding: 0;
  height: 38px;
}
.tl-custom .vertical-timeline .row.timeline-inner hr {
  border-top: 0.0625rem solid #dce6f3;
  opacity: 1;
  margin: 0;
  top: 18px;
  position: relative;
}
.tl-custom .vertical-timeline .row.timeline-inner .col-md-2 {
  display: flex;
  overflow: hidden;
}
.tl-custom .vertical-timeline .row.timeline-inner .corner {
  border: 0.0625rem solid #dce6f3;
  width: 100%;
  position: relative;
}
.tl-custom .vertical-timeline .row.timeline-inner .top-right {
  left: calc(50% - 1px);
  top: -50%;
}
.tl-custom .vertical-timeline .row.timeline-inner .left-bottom {
  left: -50%;
  top: calc(50% - 2px);
}
.tl-custom .vertical-timeline .row.timeline-inner .top-left {
  left: -50%;
  top: -50%;
}
.tl-custom .vertical-timeline .row.timeline-inner .right-bottom {
  left: 50%;
  top: calc(50% - 2px);
}
@media (max-width: 575.98px) {
  .tl-custom .vertical-timeline .row.timeline-inner .right-bottom {
    top: auto;
    bottom: calc(50% - 6px);
    left: calc(50% - 4px);
  }
  .tl-custom .vertical-timeline .row.timeline-inner .top-left {
    top: auto;
    bottom: -50%;
  }
}
@media (max-width: 575.98px) {
  .tl-custom .vertical-timeline .row .col-md-6 {
    text-align: center !important;
    margin-top: 3rem;
  }
}
.tl-custom .vertical-timeline .row .col-md-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.tl-custom .vertical-timeline .row .col-md-2.bottom:after {
  height: 50%;
  top: 50%;
}
.tl-custom .vertical-timeline .row .col-md-2.full:after {
  height: 100%;
  left: calc(50% - 1px);
}
.tl-custom .vertical-timeline .row .col-md-2.top:after {
  height: 50%;
  left: 50%;
  top: 0;
}
.tl-custom .vertical-timeline .row .shape {
  background-color: #dce6f3;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.tl-custom .vertical-timeline .row .right {
  margin-right: 0.1875rem;
}
@media (max-width: 575.98px) {
  .tl-custom .vertical-timeline .row .rectangle {
    line-height: 3;
    margin-bottom: 2rem;
  }
  .tl-custom .vertical-timeline .row .right {
    margin-bottom: 0;
  }
}
.tl-custom .tooltip-inner {
  box-shadow: 0 0.5rem 1rem rgba(23, 31, 56, 0.15);
}
.tl-custom .chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: 0.5em;
  background: #1c2540;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: all 0.2s ease;
}
.tl-custom .chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #1c2540;
}
.tl-custom .chartist-tooltip.tooltip-show {
  opacity: 1;
}
.tl-custom .ct-area, .tl-custom .ct-line {
  pointer-events: none;
}
.tl-custom h3 {
  text-transform: uppercase;
}

/* FT Hotspots Base CSS */
.hotspots-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.hotspots-container .hotspot-media img {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  min-height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 400px) {
  .hotspots-container .hotspot-media img {
    min-height: 500px;
  }
}
@media screen and (min-width: 576px) {
  .hotspots-container .hotspot-media img {
    min-height: 440px;
  }
}
@media screen and (min-width: 992px) {
  .hotspots-container .hotspot-media img {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .hotspots-container .hotspot-media img {
    min-height: 530px;
  }
}

.hotspots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hotspots .hotspot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.hotspots .hotspot:nth-child(1) .trigger {
  top: 40%;
  left: 67%;
}
@media screen and (min-width: 768px) {
  .hotspots .hotspot:nth-child(1) .trigger {
    left: 74%;
  }
}
.hotspots .hotspot:nth-child(2) .trigger {
  top: 66%;
  left: 57%;
}
.hotspots .hotspot:nth-child(1) .trigger {
  top: 10%;
  left: 5%;
}
.hotspots .hotspot:nth-child(2) .trigger {
  top: 10%;
  left: 25%;
}
.hotspots .hotspot:nth-child(3) .trigger {
  top: 10%;
  left: 50%;
}
.hotspots .hotspot:nth-child(4) .trigger {
  top: 10%;
  left: 75%;
}
.hotspots .hotspot:nth-child(5) .trigger {
  top: 10%;
  left: 85%;
}
.hotspots .hotspot:nth-child(6) .trigger {
  top: 50%;
  left: 5%;
}
.hotspots .hotspot:nth-child(7) .trigger {
  top: 50%;
  left: 25%;
}
.hotspots .hotspot:nth-child(8) .trigger {
  top: 50%;
  left: 50%;
}
.hotspots .hotspot:nth-child(9) .trigger {
  top: 50%;
  left: 75%;
}
.hotspots .hotspot:nth-child(10) .trigger {
  top: 50%;
  left: 85%;
}
.hotspots .hotspot .trigger {
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}
.hotspots .hotspot .trigger .trigger-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hotspots .hotspot .trigger .trigger-inner .trigger-label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .hotspots .hotspot .trigger .trigger-inner .trigger-label {
    font-size: 1.2rem;
  }
}
.hotspots .hotspot .trigger .trigger-inner .trigger-pin {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #8b223f;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #8b223f;
  transition: box-shadow 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 992px) {
  .hotspots .hotspot .trigger .trigger-inner .trigger-pin {
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
  }
}
.hotspots .hotspot .trigger:hover .trigger-pin {
  box-shadow: 0 0 0 8px rgba(139, 34, 63, 0.5);
}
.hotspots .hotspot .content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
  position: relative;
  z-index: 2;
  opacity: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #333;
  pointer-events: none;
  transform: translate(0, -10%);
  transition: transform 0.6s, opacity 0.6s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hotspots .hotspot.reveal {
  z-index: 1;
  pointer-events: all;
}
.hotspots .hotspot.reveal .content {
  opacity: 1;
  position: fixed;
  z-index: 1;
  padding: 100px 0 0 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: auto;
  background-color: #333;
  color: #fff;
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.4s;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hotspots .hotspot.reveal .content::before {
  content: "x";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  font-size: 24px;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hotspots .hotspot.reveal .content {
    position: relative;
    padding: 2rem;
    max-width: 650px;
    height: auto;
    width: 75%;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
  }
  .hotspots .hotspot.reveal .content::before {
    background: rgba(13, 118, 128, 0.75);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
@media screen and (min-width: 1400px) {
  .hotspots .hotspot.reveal .content {
    width: 90%;
  }
}
.hotspots .hotspot.reveal .content > * {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .hotspots .hotspot.reveal .content > * {
    padding: 0;
  }
}
.hotspots .hotspot.reveal .content .content-heading {
  font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hotspots .hotspot.reveal .content .content-heading {
    margin: 6px 0;
    color: #990F3D;
  }
}

#hotspots-container-112 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-112 .hotspots .hotspot:nth-child(1) .trigger {
  top: 24%;
  left: 40.5%;
}
#hotspots-container-112 .hotspots .hotspot:nth-child(2) .trigger {
  top: 24%;
  left: 66.5%;
}
#hotspots-container-112 .hotspots .hotspot:nth-child(3) .trigger {
  top: 62%;
  left: 40.5%;
}
#hotspots-container-112 .hotspots .hotspot:nth-child(4) .trigger {
  top: 62%;
  left: 66.5%;
}
@media screen and (min-width: 1400px) {
  #hotspots-container-112 .hotspots .hotspot:nth-child(1) .trigger, #hotspots-container-112 .hotspots .hotspot:nth-child(2) .trigger {
    top: 26%;
  }
  #hotspots-container-112 .hotspots .hotspot:nth-child(3) .trigger, #hotspots-container-112 .hotspots .hotspot:nth-child(4) .trigger {
    top: 64%;
  }
}

#hotspots-container-122 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-122 .hotspots .hotspot .trigger {
  width: 165px;
  text-align: center;
}
#hotspots-container-122 .hotspots .hotspot .trigger .trigger-inner .trigger-label {
  background: rgba(255, 255, 255, 0.9);
  padding: 3px;
  color: #990F3D;
}
#hotspots-container-122 .hotspots .hotspot:nth-child(1) .trigger {
  top: 15%;
  left: 17%;
}
#hotspots-container-122 .hotspots .hotspot:nth-child(2) .trigger {
  top: 15%;
  left: 59%;
  width: 300px;
}
#hotspots-container-122 .hotspots .hotspot:nth-child(3) .trigger {
  top: 67%;
  left: 17%;
}
#hotspots-container-122 .hotspots .hotspot:nth-child(4) .trigger {
  top: 67%;
  left: 65.5%;
}

#hotspots-container-125 .hotspot-media img {
  min-height: 350px;
}
@media screen and (min-width: 992px) {
  #hotspots-container-125 .hotspot-media img {
    min-height: auto;
  }
}
#hotspots-container-125 .hotspots .hotspot .trigger .trigger-inner .trigger-label {
  display: none;
}
@media screen and (min-width: 1200px) {
  #hotspots-container-125 .hotspots .hotspot .trigger .trigger-inner .trigger-label {
    display: unset;
  }
}
#hotspots-container-125 .hotspots .hotspot:nth-child(1) .trigger {
  top: 15%;
  left: 31.7%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(2) .trigger {
  top: 25%;
  left: 37%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(3) .trigger {
  top: 27%;
  left: 54%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(4) .trigger {
  top: 50%;
  left: 45.5%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(5) .trigger {
  top: 56%;
  left: 20%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(6) .trigger {
  top: 61%;
  left: 46%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(7) .trigger {
  top: 46%;
  left: 63%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(8) .trigger {
  top: 55%;
  left: 74%;
}
#hotspots-container-125 .hotspots .hotspot:nth-child(9) .trigger {
  top: 64%;
  left: 78%;
}

#hotspots-container-114 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-114 .hotspots .hotspot:nth-child(1) .trigger {
  top: 32%;
  left: 51%;
}
#hotspots-container-114 .hotspots .hotspot:nth-child(2) .trigger {
  top: 71%;
  left: 56%;
}
#hotspots-container-114 .hotspots .hotspot:nth-child(3) .trigger {
  top: 50%;
  left: 32%;
}

#hotspots-container-223 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-223 .hotspots .hotspot .trigger {
  top: 8%;
}
#hotspots-container-223 .hotspots .hotspot:nth-child(1) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(4) .trigger {
  left: 8%;
}
#hotspots-container-223 .hotspots .hotspot:nth-child(2) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(5) .trigger {
  left: 48%;
}
#hotspots-container-223 .hotspots .hotspot:nth-child(3) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(6) .trigger {
  left: 87%;
}
#hotspots-container-223 .hotspots .hotspot:nth-child(4) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(5) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(6) .trigger {
  top: 75%;
}
@media screen and (min-width: 400px) {
  #hotspots-container-223 .hotspots .hotspot:nth-child(4) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(5) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(6) .trigger {
    top: 82%;
  }
}
@media screen and (min-width: 992px) {
  #hotspots-container-223 .hotspots .hotspot:nth-child(4) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(5) .trigger, #hotspots-container-223 .hotspots .hotspot:nth-child(6) .trigger {
    top: 8%;
  }
  #hotspots-container-223 .hotspots .hotspot:nth-child(2) .trigger {
    left: 25.5%;
  }
  #hotspots-container-223 .hotspots .hotspot:nth-child(3) .trigger {
    left: 41%;
  }
  #hotspots-container-223 .hotspots .hotspot:nth-child(4) .trigger {
    left: 54%;
  }
  #hotspots-container-223 .hotspots .hotspot:nth-child(5) .trigger {
    left: 71%;
  }
  #hotspots-container-223 .hotspots .hotspot:nth-child(6) .trigger {
    left: 87%;
  }
}

#hotspots-container-261 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-261 .hotspots .hotspot .trigger {
  left: 21%;
}
#hotspots-container-261 .hotspots .hotspot:nth-child(1) .trigger {
  top: 10.5%;
}
#hotspots-container-261 .hotspots .hotspot:nth-child(2) .trigger {
  top: 34.5%;
}
#hotspots-container-261 .hotspots .hotspot:nth-child(3) .trigger {
  top: 60.5%;
}
#hotspots-container-261 .hotspots .hotspot:nth-child(4) .trigger {
  top: 86%;
}
#hotspots-container-381 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-381 .hotspots .hotspot:nth-child(1) .trigger {
  left: 15%;
  top: 5%;
}
#hotspots-container-381 .hotspots .hotspot:nth-child(2) .trigger {
  left: 48%;
  top: 5%;
}
#hotspots-container-381 .hotspots .hotspot:nth-child(3) .trigger {
  left: 80%;
  top: 5%;
}
#hotspots-container-381 .hotspots .hotspot:nth-child(4) .trigger {
  left: 15%;
  top: 80%;
}
#hotspots-container-381 .hotspots .hotspot:nth-child(5) .trigger {
  left: 48%;
  top: 80%;
}
#hotspots-container-381 .hotspots .hotspot:nth-child(6) .trigger {
  left: 80%;
  top: 80%;
}
@media screen and (min-width: 992px) {
  #hotspots-container-381 .hotspots .hotspot:nth-child(1) .trigger, #hotspots-container-381 .hotspots .hotspot:nth-child(2) .trigger, #hotspots-container-381 .hotspots .hotspot:nth-child(3) .trigger {
    top: 10%;
  }
  #hotspots-container-381 .hotspots .hotspot:nth-child(4) .trigger, #hotspots-container-381 .hotspots .hotspot:nth-child(5) .trigger, #hotspots-container-381 .hotspots .hotspot:nth-child(6) .trigger {
    top: 85%;
  }
}

#hotspots-container-418 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-418 .hotspots .hotspot:nth-child(1) .trigger {
  left: 60.75%;
  top: 16%;
}
#hotspots-container-418 .hotspots .hotspot:nth-child(2) .trigger {
  top: 66%;
  left: 57%;
}
#hotspots-container-418 .hotspots .hotspot:nth-child(3) .trigger {
  top: 38%;
  left: 44%;
}
#hotspots-container-418 .hotspots .hotspot:nth-child(4) .trigger {
  left: 74.5%;
  top: 38%;
}

#hotspots-container-435 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-435 .hotspots .hotspot .trigger .trigger-label {
  display: none;
}
@media screen and (min-width: 1200px) {
  #hotspots-container-435 .hotspots .hotspot .trigger .trigger-label {
    display: block;
  }
}
#hotspots-container-435 .hotspots .hotspot:nth-child(1) .trigger {
  left: 54.75%;
  top: 12%;
}
#hotspots-container-435 .hotspots .hotspot:nth-child(2) .trigger {
  top: 12%;
  left: 82%;
}
#hotspots-container-435 .hotspots .hotspot:nth-child(3) .trigger {
  left: 51%;
  top: 38%;
}
#hotspots-container-435 .hotspots .hotspot:nth-child(4) .trigger {
  left: 74.5%;
  top: 38%;
}
#hotspots-container-435 .hotspots .hotspot:nth-child(5) .trigger {
  left: 61%;
  top: 69%;
}

#hotspots-container-439 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-439 .hotspots .hotspot:nth-child(1) .trigger {
  top: 10%;
  left: 20%;
}
#hotspots-container-439 .hotspots .hotspot:nth-child(2) .trigger {
  top: 10%;
  left: 47.5%;
}
#hotspots-container-439 .hotspots .hotspot:nth-child(3) .trigger {
  top: 10%;
  left: 75%;
}
#hotspots-container-439 .hotspots .hotspot:nth-child(4) .trigger {
  top: 42%;
  left: 47.5%;
}
#hotspots-container-439 .hotspots .hotspot:nth-child(5) .trigger {
  top: 70%;
  left: 20%;
}
#hotspots-container-439 .hotspots .hotspot:nth-child(6) .trigger {
  top: 70%;
  left: 47.5%;
}
#hotspots-container-439 .hotspots .hotspot:nth-child(7) .trigger {
  top: 70%;
  left: 75%;
}

#hotspots-container-533 .hotspot-media img {
  min-height: auto;
}
#hotspots-container-533 .hotspots .hotspot .trigger .trigger-inner .trigger-label {
  color: #990F3D;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(1) .trigger {
  top: 10%;
  left: 20%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(2) .trigger {
  top: 10%;
  left: 47.5%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(3) .trigger {
  top: 10%;
  left: 75%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(4) .trigger {
  top: 42%;
  left: 20%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(5) .trigger {
  top: 42%;
  left: 47.5%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(6) .trigger {
  top: 42%;
  left: 75%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(7) .trigger {
  top: 70%;
  left: 20%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(8) .trigger {
  top: 70%;
  left: 47.5%;
}
#hotspots-container-533 .hotspots .hotspot:nth-child(9) .trigger {
  top: 70%;
  left: 75%;
}

#hotspots-container-115-hk .hotspot-media img {
  min-height: auto;
  filter: brightness(0.5);
}
#hotspots-container-115-hk .hotspots .hotspot .trigger .trigger-label {
  display: none;
}
@media (min-width: 768px) {
  #hotspots-container-115-hk .hotspots .hotspot .trigger .trigger-label {
    display: block;
  }
}
#hotspots-container-115-hk .hotspots .hotspot:nth-child(1) .trigger {
  top: 15%;
  left: 10%;
}
#hotspots-container-115-hk .hotspots .hotspot:nth-child(2) .trigger {
  top: 15%;
  left: 65%;
}
#hotspots-container-115-hk .hotspots .hotspot:nth-child(3) .trigger {
  top: 45%;
  left: 19%;
}
#hotspots-container-115-hk .hotspots .hotspot:nth-child(4) .trigger {
  top: 45%;
  left: 60%;
}
#hotspots-container-115-hk .hotspots .hotspot:nth-child(5) .trigger {
  top: 75%;
  left: 5%;
}
#hotspots-container-115-hk .hotspots .hotspot:nth-child(6) .trigger {
  top: 64%;
  left: 59%;
  width: 200px;
  text-align: center;
}

#hotspots-container-533-hk .hotspot-media img {
  min-height: auto;
}
#hotspots-container-533-hk .hotspots .hotspot .trigger .trigger-inner .trigger-label {
  color: #990F3D;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(1) .trigger {
  top: 10%;
  left: 13%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(2) .trigger {
  top: 10%;
  left: 35%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(3) .trigger {
  top: 10%;
  left: 57%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(4) .trigger {
  top: 10%;
  left: 80%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(5) .trigger {
  top: 42%;
  left: 24%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(6) .trigger {
  top: 42%;
  left: 68%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(7) .trigger {
  top: 70%;
  left: 13%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(8) .trigger {
  top: 70%;
  left: 35%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(9) .trigger {
  top: 70%;
  left: 57%;
}
#hotspots-container-533-hk .hotspots .hotspot:nth-child(10) .trigger {
  top: 70%;
  left: 80%;
}

/* FT Accordion CSS */
a.accordion {
  display: flex;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-items: center;
  background-color: #e8e8e8;
  color: #333;
  cursor: pointer;
  padding: 18px;
  text-align: left;
  font-weight: 700;
  border: none;
  outline: none;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  font-size: 1.1rem;
  margin-top: 3px;
}

a.accordion .icon {
  font-size: 13px;
  margin-left: 2rem;
  transition: transform 0.25s ease-in-out;
}

a.accordion.active .icon {
  transform: rotate(-90deg);
}

a.accordion:hover {
  background-color: #e8e8e8;
  color: #333;
}

a.accordion.active, .accordion.active:hover {
  background-color: #990f3d;
  color: #fff;
}

.accordion-panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.flash-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
}
.flash-card-container .flash-card {
  background-color: transparent;
  width: 100%;
  min-height: 200px;
  height: auto;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  background: #333;
  -webkit-animation-name: loadingOverlay;
          animation-name: loadingOverlay;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  pointer-events: none;
}
.flash-card-container .flash-card > * {
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .flash-card-container .flash-card {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 1400px) {
  .flash-card-container .flash-card {
    width: calc(25% - 10px);
  }
}
.flash-card-container .flash-card:hover {
  cursor: pointer;
}
.flash-card-container .flash-card:hover .flash-card-front {
  background: #333;
}
.flash-card-container .flash-card:hover .flash-card-back {
  background: #e8e8e8;
}
.flash-card-container .flash-card img {
  width: 100px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
.flash-card-container[data-loaded=true] .flash-card, .flash-card-container.loaded .flash-card {
  background-color: transparent;
  -webkit-animation-name: none;
          animation-name: none;
  pointer-events: initial;
}
.flash-card-container[data-loaded=true] .flash-card > *, .flash-card-container.loaded .flash-card > * {
  opacity: 1;
}
.flash-card-container.noflip .flash-card {
  pointer-events: none;
  background-color: #990F3D;
  min-height: 0;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .flash-card-container.noflip .flash-card {
    width: calc(50% - 2.5rem);
  }
}
.flash-card-container.noflip .flash-card:hover {
  cursor: pointer;
}
.flash-card-container.noflip .flash-card .flash-card-front, .flash-card-container.noflip .flash-card .flash-card-back {
  background-color: #990F3D;
  grid-row-start: unset;
}
.flash-card-container.noflip .flash-card .flash-card-front {
  position: relative;
  padding: 1rem 0;
}
.flash-card-container.noflip .flash-card .flash-card-front::after {
  content: "";
  width: 30%;
  max-width: 10rem;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 100%;
}
.flash-card-container.noflip .flash-card .flash-card-back {
  color: #e8e8e8;
  transform: unset;
}

@media screen and (min-width: 992px) {
  .flash-cards-20 .flash-card {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .flash-cards-20 .flash-card {
    width: calc(20% - 10px) !important;
  }
}

@media screen and (min-width: 1400px) {
  .flash-cards-33 .flash-card {
    width: calc(33.33% - 10px);
  }
}

@media screen and (min-width: 992px) {
  .flash-cards-50 .flash-card {
    width: calc(50% - 5px);
  }
}

/* This container is needed to position the front and back side */
.flash-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
  display: block;
  display: grid;
  grid-template-columns: 1fr;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flash-card.active .flash-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flash-card-front, .flash-card-back {
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.5s ease-in-out;
  grid-row-start: 1;
  grid-column-start: 1;
}

.flash-card-front {
  background-color: #990F3D;
  color: #fff;
}
.flash-card-front h1, .flash-card-front h2, .flash-card-front h3, .flash-card-front h4, .flash-card-front h5, .flash-card-front h6 {
  margin: 0;
}

/* Style the back side */
.flash-card-back {
  background-color: #e8e8e8;
  color: #333;
  transform: rotateY(180deg);
}

/* Slideshow container */
.ft-carousel_container {
  position: relative;
  margin: auto;
  background: #333;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.ft-carousel_container.ft-carousel--text-only .ft-carousel_text-inner {
  max-width: 100%;
  padding: 5rem 3rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ft-carousel_container.ft-carousel--text-only .ft-carousel_text-inner {
    padding: 5rem 4rem;
  }
}
.ft-carousel_container.ft-carousel--text-only .ft-carousel_text-inner > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Hide the images by default */
.ft-carousel {
  display: none;
  overflow: hidden;
}
.ft-carousel img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .ft-carousel img {
    max-height: 650px;
  }
}
.ft-carousel.active {
  display: block;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .ft-carousel .ft-carousel_text, .ft-carousel img {
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
.ft-carousel .ft-carousel_text {
  color: #333;
  font-size: 15px;
  margin: auto;
  width: 100%;
}
.ft-carousel .ft-carousel_text-inner {
  background: rgba(255, 255, 255, 0.95);
  margin: 0;
  padding: 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .ft-carousel .ft-carousel_text-inner {
    max-width: 500px;
    margin: 2rem auto;
    padding: 1.5rem 3rem;
  }
}
.ft-carousel .ft-carousel_text h3 {
  color: #990F3D;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  text-transform: none;
}
.ft-carousel .ft-carousel_text h3 strong {
  font-weight: 300;
  /*        color: $pink;*/
}
@media screen and (min-width: 768px) {
  .ft-carousel .ft-carousel_text h3 {
    font-size: 1.7rem !important;
  }
}

/* Next & previous buttons */
.ft-carousel_prev, .ft-carousel_next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  padding: 0 16px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none !important;
  background-color: rgba(51, 51, 51, 0.75);
}
@media screen and (min-width: 992px) {
  .ft-carousel_prev, .ft-carousel_next {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    border-radius: 0 3px 3px 0;
    padding: 16px;
  }
}

@media screen and (max-width: 991px) {
  .ft-carousel_prev-inner, .ft-carousel_next-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Position the "next button" to the right */
.ft-carousel_next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .ft-carousel_next {
    border-radius: 3px 0 0 3px;
  }
}

/* On hover, add a black background color with a little bit see-through */
.ft-carousel_prev:hover, .ft-carousel_next:hover {
  background-color: rgba(153, 15, 61, 0.75);
  color: #fff;
}

/* Number text (1/3 etc) */
.ft-carousel_indicator {
  background-color: #990F3D;
  color: #fff;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* The dots/bullets/indicators */
.ft-carousel_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.ft-carousel_dot:hover {
  background-color: #990F3D;
}

/* Fading animation */
.ft-carousel.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ft-carousel-container_height-fix .ft-carousel_text-inner {
  background: rgba(255, 255, 255, 0.95);
  margin: 0;
  padding: 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .ft-carousel-container_height-fix .ft-carousel_text-inner {
    max-width: 500px;
    margin: 2rem auto;
    padding: 1.5rem 3rem;
  }
}

#ft-carousel-container_height-fix .ft-carousel_text-inner {
  background: rgba(255, 255, 255, 0.95);
  margin: 0;
  padding: 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  #ft-carousel-container_height-fix .ft-carousel_text-inner {
    max-width: 500px;
    margin: 2rem auto;
    padding: 1.5rem 3rem;
  }
}

#ft-carousel-container_height-fix .ft-carousel_text-inner h3 {
  color: #990F3D;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  text-transform: none;
}
#ft-carousel-container_height-fix .ft-carousel_text-inner h3 strong {
  font-weight: 300;
  /*        color: $pink;*/
}
@media screen and (min-width: 768px) {
  #ft-carousel-container_height-fix .ft-carousel_text-inner h3 {
    font-size: 1.7rem !important;
  }
}

/* FT Cards */
.ft-card {
  background: #990F3D;
  color: #fff;
  margin: 0.75rem;
  padding: 1rem;
  text-align: center;
}
.ft-card_heading {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.5rem 0;
}
.ft-card_body {
  border-top: 2px solid #FCD0B1;
  padding: 0.5rem 0;
}
.ft-card_body-heading {
  font-size: 1.1rem;
  font-weight: 700;
}

.btn.btn-cstm--ani {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  background: transparent;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 4px solid var(--bs-primary);
  border-radius: 0;
  position: relative;
  transition: all 700ms ease !important;
  z-index: 1;
}
.btn.btn-cstm--ani::before {
  background-color: #fff;
  display: block;
  content: "";
  width: calc(100% + 4rem);
  padding-top: calc(100% + 4rem);
  border-radius: 9999px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%) scale(0);
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  transition-delay: 0.1s;
}
.btn.btn-cstm--ani:hover {
  background-color: transparent !important;
  color: #0a5e66 !important;
}
.btn.btn-cstm--ani:hover::before {
  transform: translate(-50%, 30%) scale(1);
  transition-delay: 0s;
}

.cards_module .card {
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: block;
  /*        background: #fff;
  */
  background: #0a5e66;
  /*border-color: $slate;*/
}
.cards_module .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.cards_module .card-body {
  /*border-left: 10px solid $slate;*/
}
.cards_module .card-text {
  color: #fff;
  /*font-size: 1.25rem;*/
}

.cards_section .card {
  /*        border: none;
  */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
  background-color: #0a5e66;
}
.cards_section .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards_section .card-text {
  font-size: 1.25rem;
}
.cards_section .card-text,
.cards_section .card-body {
  color: #fff;
}
.cards_section .card-time-estimate {
  position: absolute;
  top: 2rem;
  right: 1rem;
  background: #262a33;
  min-width: 2.5rem;
  min-height: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.8rem;
  line-height: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.cards_section .card-time-estimate span {
  font-weight: 300;
  font-size: 0.875rem;
}

.cards_module .card-text,
.cards_section .card-text {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 300;
}
.cards_module .card-text, .cards_module .card-text strong,
.cards_section .card-text,
.cards_section .card-text strong {
  font-weight: 300;
}

.card--quote {
  border: none !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #262a33;
  color: #fff;
  text-align: center;
}
.card--quote .card-body {
  padding: 5rem 3rem 3rem 3rem;
  font-size: 1.5rem;
}
.card--quote .card-body:nth-child(2) {
  padding-top: 3rem;
  background-color: #0a5e66;
}
.card--quote .card-body::before {
  content: "";
  background: url(https://ft.instructure.com/courses/252/files/49669/preview);
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.card--quote.card--quote--key-information .card-body, .card--quote.card--quote--fact .card-body {
  padding-top: 6rem;
}
.card--quote.card--quote--key-information .card-body::before {
  background: url(https://ft.instructure.com/courses/252/files/49774/preview);
}
.card--quote.card--quote--fact .card-body::before {
  background: url(https://ft.instructure.com/courses/252/files/49773/preview);
}

/* General CSS */
.ft-business-branding,
.ft-business-branding .header-bar,
.ft-business-branding #breadcrumbs,
.ft-business-branding .module-sequence-footer .module-sequence-footer-content,
.ft-business-branding .item-group-container {
  background-color: #FFF1E5;
}

.ft-business-branding .user_content h1.page-title::after {
  content: none;
}
.ft-business-branding .user_content h1.page-title {
  font-weight: 300 !important;
  text-transform: capitalize;
}

.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Then style the iframe to fit in the container div with full height and width */
}
.responsive-iframe-container iframe, .responsive-iframe-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
}

.h5p-multichoice .h5p-answer .h5p-should .h5p-alternative-container {
  background: blue;
}

.pages.show .show-content {
  overflow: inherit;
}

.user_content .row {
  margin-left: 0;
  margin-right: 0;
}

.pages.show .page-title {
  margin-left: 2%;
  margin-right: 2%;
}

.invert {
  filter: invert(1);
}

.user_content a:not(.btn):not(.Button):not(.ui-button):not([role=button]), .mceContentBody a:not(.btn):not(.Button):not(.ui-button):not([role=button]) {
  font-weight: 700;
}

.max-img {
  max-height: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-100 {
  max-height: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-200 {
  max-height: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-300 {
  max-height: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-400 {
  max-height: 400px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-500 {
  max-height: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-600 {
  max-height: 600px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-700 {
  max-height: 700px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-800 {
  max-height: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-900 {
  max-height: 900px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.max-img-1000 {
  max-height: 1000px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.font-large {
  font-size: 3.5rem !important;
}

a.font-large, p.font-large, h1.font-large, h2.font-large, h3.font-large, h4.font-large, h5.font-large, h6.font-large {
  font-size: 3.5rem !important;
}

.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.loading-overlay .flash-card {
  background: #333;
  -webkit-animation-name: loadingOverlay;
          animation-name: loadingOverlay;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  pointer-events: none;
}
.loading-overlay .flash-card > * {
  opacity: 0;
}

ol li::marker {
  font-weight: 700;
  color: #990F3D;
}

.bg-transparent {
  background: transparent !important;
}

.vertical-table-text {
  position: absolute;
  top: 50%;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}
.vertical-table-text p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#content-wrapper *[data-testid=discussion-topic-container] h1 {
  margin: 15px 2% !important;
  color: #8b223f !important;
  text-transform: uppercase;
}
#content-wrapper *[data-testid=discussion-topic-container] h1, #content-wrapper *[data-testid=discussion-topic-container] h1 span {
  font-weight: 700 !important;
  font-size: 2rem !important;
}
#content-wrapper *[data-testid=discussion-topic-container] h1::after {
  content: "";
  display: block;
  border-bottom: 5px solid #8b223f !important;
  width: 80px;
  padding-bottom: 3px;
  font-size: 2rem !important;
}

.btn.view_all_pages--header {
  display: none;
}
@media screen and (min-width: 768px) {
  .btn.view_all_pages--header {
    display: inline-block;
  }
}
.btn.view_all_pages--content {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .btn.view_all_pages--content {
    display: none;
  }
}

.user_content ul li ul, .user_content ul li ol, .user_content ol li ol, .user_content ol li ul {
  margin-top: 0.5rem;
}
.user_content ul li ul li::before, .user_content ul li ol li::before, .user_content ol li ol li::before, .user_content ol li ul li::before {
  color: #333;
}

h2.fOyUs_bGBk .enRcg_bGBk.enRcg_eQnG, input.enRcg_bGBk[type].enRcg_eQnG {
  font-weight: 700 !important;
  color: #8b223f !important;
  text-transform: uppercase;
  font-size: 2rem !important;
}

h2.fOyUs_bGBk .enRcg_bGBk.enRcg_eQnG::after, input.enRcg_bGBk[type].enRcg_eQnG {
  content: "";
  display: block;
  border-bottom: 5px solid #8b223f !important;
  width: 80px;
  padding-bottom: 3px;
  font-size: 2rem !important;
}

.bg-slate {
  background-color: #262a33 !important;
}

.bg-teal {
  background-color: #0a5e66 !important;
}

.user_content tr:nth-child(even) {
  background-color: #e8e8e8;
}

table#table-3-10-1 thead tr th:nth-child(1) {
  background-color: transparent;
  color: #990F3D;
  font-weight: 700;
}
table#table-3-10-1 thead tr:first-of-type {
  background-color: transparent;
}
table#table-3-10-1 tbody tr:last-of-type {
  font-weight: 700;
}
table .bg-green {
  background: #9ecb62;
}
table .bg-yellow {
  background: #f6c043;
}
table .bg-red {
  background: #e93223;
}
table .bg-orange {
  background: #f29c38;
}
table .bg-black {
  background: black;
}
table .bg-lightgrey {
  background: #e8e8e8;
}
table .w-50px {
  width: 50px !important;
}

.infographic_container {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  margin: 1rem 0;
}
.infographic_container .infographic_data {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #990F3D;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .infographic_container .infographic_data {
    text-align: left;
  }
}
.infographic_container .infographic_data--alt {
  color: #333;
}
.infographic_container .infographic_data--small {
  font-size: 1.5rem;
}

.quiz-header #quiz_title, .quiz-header h1 {
  font-weight: 700 !important;
  color: #8b223f !important;
  text-transform: uppercase;
  font-size: 2rem !important;
  margin-left: 2%;
  margin-right: 2%;
  margin: 15px 0 30px 0;
}
.quiz-header #quiz_title::after, .quiz-header h1::after {
  content: "";
  display: block;
  border-bottom: 5px solid #8b223f !important;
  width: 80px;
  padding-bottom: 3px;
  font-size: 2rem !important;
}
.quiz-header #quiz_student_details {
  display: none;
}
.quiz-header--end-quiz h2, .quiz-header--end-quiz .description, .quiz-header--end-quiz #quiz-submission-version-table {
  display: none;
}

#questions {
  /*    &.assessing .question_holder .question, &.assessment_results .question_holder .question {
      margin-left: 0;
      margin-right: 0;
  }*/
}
#questions .question {
  border: 1px solid #333;
}
#questions .question .header {
  border-bottom: 1px solid #990F3D;
}
#questions.assessment_results .question .header,
#questions .question .header {
  background: #990F3D;
  color: #fff;
}
#questions.assessment_results .question .header .question_points_holder,
#questions .question .header .question_points_holder {
  color: #fff;
  display: none;
}
#questions .quiz_comment {
  border-color: #333;
  background: #fff;
}
#questions .quiz_comment::before {
  border-bottom-color: #333;
}

.answers .answer .answer_arrow.info {
  z-index: 999;
}

#submit_quiz_form .form-actions {
  border: none;
}

#questions.assessment_results .question .answers .answer .answer_arrow {
  text-shadow: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#questions.assessment_results .question .answers .answer .answer_arrow::before, #questions.assessment_results .question .answers .answer .answer_arrow::after {
  content: none;
}
#questions.assessment_results .question .answers .answer .answer_arrow.correct {
  background: #12A5B3;
  color: white;
}
#questions.assessment_results .question .answers .answer .answer_arrow.incorrect {
  background: #333;
  color: white;
}
#questions.assessment_results .question .answers .answer .answer_arrow.info {
  background: #e8e8e8;
  color: #12A5B3;
}
#questions.assessment_results .question .answers .answer.wrong_answer {
  border-color: #333;
}

.assignment-title h1.title {
  font-weight: 700 !important;
  color: #8b223f !important;
  text-transform: uppercase;
  font-size: 2rem !important;
  margin-left: 2%;
  margin-right: 2%;
}
.assignment-title h1.title::after {
  content: "";
  display: block;
  border-bottom: 5px solid #8b223f !important;
  width: 80px;
  padding-bottom: 3px;
  font-size: 2rem !important;
}

.tabs-alt .ui-tabs-nav {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.tabs-alt .ui-tabs-nav li {
  border: none;
  width: 100%;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .tabs-alt .ui-tabs-nav li {
    width: 25%;
  }
}
.tabs-alt .ui-tabs-nav li .ui-tabs-active, .tabs-alt .ui-tabs-nav li .ui-state-active {
  background: unset;
  color: #fff;
}
.tabs-alt .ui-tabs-nav li a {
  background: #fff;
  border: 1px solid #990F3D;
  border-radius: 10px;
  color: #990F3D;
  text-decoration: none !important;
  padding: 1rem 1.5rem;
  transition: all 0.25s ease-in-out;
}
.tabs-alt .ui-tabs-nav li.ui-tabs-active a {
  background: #990F3D;
  color: #fff;
}
.tabs-alt .ui-tabs-nav li.ui-tabs-active.ui-state-hover a, .tabs-alt .ui-tabs-nav li.ui-tabs-active:hover a {
  background: #333;
  border-color: grey;
  color: #fff !important;
}
.tabs-alt .ui-tabs-nav li.ui-state-hover a, .tabs-alt .ui-tabs-nav li:hover a {
  color: #fff !important;
  background: #333;
  border-color: grey;
}
.tabs-alt .ui-tabs-nav li.ui-tabs-active, .tabs-alt .ui-tabs-nav li.ui-tabs-active.ui-state-hover, .tabs-alt .ui-tabs-nav li.ui-tabs-active:hover {
  border: none;
}
.tabs-alt .ui-tabs-nav li.ui-state-hover, .tabs-alt .ui-tabs-nav li:hover, .tabs-alt .ui-tabs-nav li.ui-state-focus, .tabs-alt .ui-tabs-nav li.ui-state-focus.ui-tabs-active {
  border: none;
}
.tabs-alt #fragment-start-label {
  display: none;
}
.tabs-alt .ui-tabs-panel {
  border-width: 1px;
}

.ft-business-branding .tl-timeline h1,
.ft-business-branding .tl-timeline h2,
.ft-business-branding .tl-timeline h3,
.ft-business-branding .tl-timeline h4,
.ft-business-branding .tl-timeline h5,
.ft-business-branding .tl-timeline h6 {
  color: #0a5e66;
}
.ft-business-branding .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
  background-color: #0a5e66;
  /*color: #fff;*/
  /*border-color: rgba(51, 51, 51, 0.5);
  box-shadow: 1px 1px 3px rgba(145, 145, 145, 0.5);*/
}
.ft-business-branding .user_content h1.page-title {
  color: #0a5e66 !important;
}
.ft-business-branding .user_content h1.page-title::after {
  border-bottom: 5px solid #0a5e66 !important;
}
.ft-business-branding .hotspots .hotspot .trigger .trigger-inner .trigger-pin {
  background: #0a5e66;
  /*        color: #fff;
  */
  box-shadow: 0 0 0 0 #0a5e66;
}
.ft-business-branding #content-wrapper *[data-testid=discussion-topic-container] h1 {
  color: #0a5e66 !important;
}
.ft-business-branding #content-wrapper *[data-testid=discussion-topic-container] h1::after {
  border-bottom: 5px solid #0a5e66 !important;
}
.ft-business-branding h2.fOyUs_bGBk .enRcg_bGBk.enRcg_eQnG, .ft-business-branding input.enRcg_bGBk[type].enRcg_eQnG {
  color: #0a5e66 !important;
}
.ft-business-branding h2.fOyUs_bGBk .enRcg_bGBk.enRcg_eQnG::after, .ft-business-branding input.enRcg_bGBk[type].enRcg_eQnG {
  border-bottom: 5px solid #0a5e66 !important;
}
.ft-business-branding .quiz-header #quiz_title, .ft-business-branding .quiz-header h1 {
  color: #0a5e66 !important;
}
.ft-business-branding .quiz-header #quiz_title::after, .ft-business-branding .quiz-header h1::after {
  border-bottom: 5px solid #0a5e66 !important;
}
.ft-business-branding .assignment-title h1.title {
  color: #0a5e66 !important;
}
.ft-business-branding .assignment-title h1.title::after {
  border-bottom: 5px solid #0a5e66 !important;
}
.ft-business-branding .user_content .card-header {
  background-color: #0a5e66;
}
.ft-business-branding .speech-bubble2 {
  background: #0a5e66;
  color: #fff;
}
.ft-business-branding .speech-bubble2:after {
  border-top-color: #0a5e66;
}
.ft-business-branding .alert-primary {
  background-color: #0a5e66;
  /*        border-color: #b8daff;
  */
}
.ft-business-branding .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus, .ft-business-branding .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus:hover, .ft-business-branding .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-tabs-active, .ft-business-branding .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-tabs-active:hover, .ft-business-branding .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus.ui-tabs-active, .ft-business-branding .ui-tabs:not(.tabs-alt) .ui-tabs-nav li.ui-state-focus.ui-tabs-active:hover {
  background: #0a5e66;
}
.ft-business-branding .tl-custom .timeline.timeline-one .timeline-item:before {
  border: 0.0625rem solid #0a5e66;
  background: #0a5e66;
}
@media screen and (min-width: 768px) {
  .ft-business-branding .hotspots .hotspot.reveal .content .content-heading {
    color: #0a5e66;
  }
}
.ft-business-branding a.accordion.active, .ft-business-branding .accordion.active:hover {
  background-color: #0a5e66;
}
.ft-business-branding .flash-card-container.noflip .flash-card {
  background-color: #0a5e66;
}
.ft-business-branding .flash-card-container.noflip .flash-card .flash-card-front, .ft-business-branding .flash-card-container.noflip .flash-card .flash-card-back {
  background-color: #0a5e66;
}
.ft-business-branding .flash-card-front {
  background-color: #0a5e66;
}
.ft-business-branding .ft-carousel .ft-carousel_text h3 {
  color: #262a33;
}
.ft-business-branding .ft-carousel_indicator {
  background-color: #0a5e66;
}
.ft-business-branding .ft-carousel_dot:hover {
  background-color: #0a5e66;
}
.ft-business-branding #ft-carousel-container_height-fix .ft-carousel_text-inner h3 {
  color: #0a5e66;
}
.ft-business-branding .ft-card {
  background: #0a5e66;
}
.ft-business-branding ol li::marker {
  color: #0a5e66;
}
.ft-business-branding table#table-3-10-1 thead tr th:nth-child(1) {
  color: #0a5e66;
}
.ft-business-branding .infographic_container .infographic_data {
  color: #0a5e66;
}
.ft-business-branding #questions .question .header {
  border-bottom: 1px solid #0a5e66;
}
.ft-business-branding #questions.assessment_results .question .header,
.ft-business-branding #questions .question .header {
  background: #0a5e66;
}
.ft-business-branding .tabs-alt .ui-tabs-nav li a {
  border: 1px solid #0a5e66;
  color: #0a5e66;
}
.ft-business-branding .tabs-alt .ui-tabs-nav li.ui-tabs-active a {
  background: #0a5e66;
}
.ft-business-branding .ft-carousel_prev:hover, .ft-business-branding .ft-carousel_next:hover {
  background-color: rgba(13, 118, 128, 0.75);
}
.ft-business-branding .nav-icon {
  background: transparent;
}
.ft-business-branding .user_content th {
  background-color: #0a5e66;
}
.ft-business-branding .tl-custom h3 {
  color: #0a5e66 !important;
}
.ft-business-branding .user_content h3 {
  color: #0a5e66;
}
.ft-business-branding .user_content .flash-card-front h3 {
  color: #fff;
}

.video-placeholder {
  aspect-ratio: 16/9;
  background: #0a5e66;
  position: relative;
}
.video-placeholder::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 100px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.video-placeholder p {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/** LIGHTBOX MARKUP **/
.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed !important;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* A bit of padding around image */
  padding: 6em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
  /* Unhide the lightbox when it's the target */
}
.lightbox.active {
  display: block;
}
.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lightbox .card-body {
  background: #fff;
}

.lightbox-close {
  width: 3rem;
  border: 0;
  background: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: all 0.5s;
}
.lightbox-close:hover {
  filter: brightness(0.8);
}
