  @charset "utf-8";
/* CSS Document */

.navbar-default .navbar-nav > li > a {cursor: pointer}	
.hide {
    display: none;
    visibility: hidden;
}


.navbar {

    margin-bottom: 0px;
}

.timeline-wrapper {

    margin: 0 auto;
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
  
    min-width: 100%;
    min-height: 100%;
}		
	/*  Font styling */

.tl-text-content p, .tl-media-content-container .tl-caption, .tl-slidenav-content-container .tl-credit, .tl-text-content-container .tl-headline-date, .tl-slidenav-content-container .tl-slidenav-title, .tl-slidenav-content-container .tl-slidenav-description {
    font-family: 'Open Sans', sans-serif !important;
	
}
.tl-text-content-container .tl-headline {
    font-family: 'Raleway', sans-serif;
    font-size: 40px !important;
    line-height: 42px !important;
}

.tl-text-content-container .tl-headline-date, .text .container small {
    font-size: 16px !important;
    line-height: 18px !important;
    color: #666;
}

/*  Arrows Styling */

.tl-slidenav-content-container .tl-slidenav-icon {
    color: #79bde9 !important;
}
.tl-slidenav-content-container:hover .tl-slidenav-icon:before {
    color: #ffc423;
}

/* Text=- body part */

.tl-text-content p {
    font-size: 15px;
    line-height: 21px;
    color: #333;
}

/* Nav */

.tl-slidenav-content-container .tl-slidenav-title {
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.tl-slidenav-content-container:hover .tl-slidenav-title {
    color: #79bde9;
}

.tl-slidenav-content-container .tl-slidenav-description {
    font-size: 11px;
    line-height: 13px;
    color:#b8b8b8 !important;
    opacity: 1;
}
.tl-slidenav-content-container:hover .tl-slidenav-description {
    color:#000 !important;
    opacity: 1;
}

/* Timeline 
.tl-storyslider .tl-slider-container-mask{
  left:  30px;
  width: calc(100% - 60px);
}
*/
.tl-timeline .tl-timenav {
  /*  background: #79bde9; */
}
.tl-timemarker-line-left::after {
    background-color: #ffc423 !important;
}


.vco-timeline .vco-navigation .timenav .content .marker .line .event-line, .vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line, .vco-timeline .vco-navigation .timenav-background .timenav-line {
    background: #79bde9;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-timespan .tl-timemarker-line-left, .tl-timemarker.tl-timemarker-active .tl-timemarker-timespan .tl-timemarker-line-right{
    background: #3399cc;
    border-color: rgba(51, 153, 204,.5) ;
}

.tl-timemarker.tl-timemarker-active .tl-headline {
    font-weight: bold !important;
    /*font-size: 15px;*/
    line-height: 20px;
    font-size: 11px;
    line-height: 11px;
    color: red;
    margin-bottom: 2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.tl-timemarker.tl-timemarker-active .tl-headline{
    color: #3399cc !important;
}
.tl-timemarker .tl-headline {
    margin-top: 4px;
}

.tl-timemarker-media-container .tl-icon-image {
    display: none !important;
}

/* media */
/*
.tl-media{
  max-width:none !important;
}
*/

.tl-slidenav-content-container .slider-item .content .content-container .media .media-wrapper .media-container .caption {
    font-size: 13px;
    line-height: 16px;
    color: #666;
}
.tl-slidenav-content-container .slider-item .content .content-container .media .media-wrapper .media-container .credit {
    font-size: 11px;
    color: #666;
}
.media-frame {
    overflow-y: hidden;
}

@media print {
    .page-title {
        font-size: 20px;
    }
    .media-container {
        width: 50% !important;
    }
    .media-container img {
        max-width: 100% !important;
    }
    .tl-slidenav-content-container .slider-item .content .content-container .text {
        position: absolute;
        left: 361px;
    }
    .tl-slidenav-content-container .slider-item .content .content-container .media {
        max-width: 480px;
    }

    .tl-slidenav-content-container .slider-container-mask .slider-container {
        left: -50px !important;
    }

}



/*Daniel Shepsis's CSS for making the new site look more like the old one:*/

/*Overrides the font on in-active timeline markers*/
/*We want them to use the same, sans-serif font that the active ones use*/
/*But without this they get the same font as the big content headlines (serifed)*
/*Using same specificity as timeline.css so that we don't get overwritten, but don't have to use !important. */
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:bold;
  color: #888;
}

/*Overrides the background color on in-active timeline markers*/
/*Makes it slightly lighter to match the old version*/
.tl-timemarker .tl-timemarker-content-container {
  background-color: #efefef;
}


/*Overrides inline styling for height and max-height*/
.tl-media .tl-media-iframe {
  height:100% !important;
  max-height: none !important;
}
/*Overrides the width on the inner container for slide content*/
/*Which normally is set to 1000px via inline styling*/
.tl-slide .tl-slide-content-container .tl-slide-content {
  width: 100% !important;
}


/*Un-overrides width-restrictions on text-only slides*/
.tl-slide-text-only .tl-slide-content-container .tl-slide-content .tl-text {
  width: 80%;
  max-width:80%;
}

/*Adds a border to images so that they stand out better
.tl-media .tl-media-content-container .tl-media-content img {
  border: 1px solid;
  border-color: #ccc #999 #999 #ccc;
}
*/


/*Allows the captions on images to be wider than the images themselves*/
/*Also makes the font bigger, to match the old site*/
.tl-media-content-container .tl-caption {
  line-height: 16px;
}

/*For resizing the time-marker containers*/
/*Note that while there are settings in the JS declaration for the Timeline,*/
/*They don't seem to work properly as of 4.11.16, so we're overriding things
.tl-timemarker .tl-timemarker-content-container {
  width: 152px;
  height: 45px !important;
}

*/
/*Overrides the way text in time-markers is handled so that they form multiple lines
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-text h2.tl-headline {
  white-space: normal;
  height: 33px !important;
  font-size: 11px;
  line-height: 11px;
}
*/

/*Removes the weird, ugly gradient background after the time-marker text which*/
/*would otherwise appear on Firefox and possibly other browsers*/
.tl-timemarker-text h2.tl-headline.tl-headline-fadeout::after {
  background: none !important;	
