body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.card {
	height: 100%;
}

.breadcrumb{
	font-size: .7rem;
	
}
.breadcrumb a {
	color: #888;
}
.dropshadow {
	-webkit-box-shadow: 30px 30px 120px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 30px 30px 120px 0px rgba(0,0,0,0.4);
	box-shadow: 30px 30px 120px 0px rgba(0,0,0,0.4);
}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/**umb_name:bannerText*/
.bannerText{
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}

.sifHero .sifHeroText {
    bottom: 0px;
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    padding: 1rem;
    background: rgba(0,0,0,.7)
}

.sifHeroItem {
    background-position: center;
    background-size: cover;
    cursor: pointer;
}


/** TIMELINE_BEGIN **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 60px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  cursor: default;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 60px;
  margin-bottom: 0px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}
}

.timeline-img {
	width: 100%;
}

.timeline-body h2 {
	font-size: 1em;
	padding-left: 1.1em;
	padding-top: .5em;
}
.timeline-body h1 {
	font-size: 1.5em;
	padding-left: .7em;
}
.timeline-split {
	width: 100% !important;
	background: white;
	float: none !important; 
	clear: both !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;	
	
}
/** TIMELINE_END **/

ul.hlist { width: 100%; text-align : center }
ul.hlist li { display: inline; white-space: nowrap; padding: 1em;}
ul.hlist li:after { content: "\25CF"; padding-left: 2em; }
ul.hlist li:last-child:after { content: none; }
.sponsor-footer {
	background-color: #000;
}
.sponsor-footer div h3:first-child {
	padding-top: 1.5em;
}
.sponsor-footer-image {
    filter: grayscale(1) invert(1);
    -webkit-filter: grayscale(1) invert(1);
    -moz-filter: grayscale(1) invert(1);
    -ms-filter: grayscale(1) invert(1);
    -o-filter: grayscale(1) invert(1);
	margin-left: 1em;
	margin-right: 1em;
}
ul.sponsor-footer-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	padding-bottom: 2em;
}
ul.sponsor-footer-list li {
	float: left;
	display: contents;
}
.sponsor {
    position:relative;
    width:100%;
    overflow:hidden;
	margin-bottom: 3em;
}
.sponsor .sponsor-background {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left:-15px;
    right:-15px;
    top:-15px;
    bottom:-15px;
    filter: blur(5px) brightness(0.75) grayscale(.5);
    -webkit-filter: blur(5px) brightness(0.75) grayscale(.5);
    -moz-filter: blur(5px) brightness(0.75) grayscale(.5);
    -ms-filter: blur(5px) brightness(0.75) grayscale(.5);
    -o-filter: blur(5px) brightness(0.75) grayscale(.5);
    position: absolute;
    z-index: 1;
	transition-duration: .5s
}
.sponsor:hover .sponsor-background {
	
    filter: blur(0px) brightness(1) grayscale(0);
    -webkit-filter: blur(0px) brightness(1) grayscale(0);
    -moz-filter: blur(0px) brightness(1) grayscale(0);
    -ms-filter: blur(0px) brightness(1) grayscale(0);
    -o-filter: blur(0px) brightness(1) grayscale(0);
	transform: scale(1.1);
}
.sponsor .sponsor-content {
	position: relative;
	z-index:100;
	padding: 3em;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: relative;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {

}

/* Style the back side */
.flip-card-back {
	  position: absolute;
		top: 0;
	z-index:200;
	width: 100%;

  transform: rotateY(180deg);
}

.display-5 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}