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

/*Timeline*/

@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
	
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #007098;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #fff;
	
  }

	
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;	
}
.demo-card:nth-child(7) {
  order: 7;
}

/* Border Box */
* {
  box-sizing:content-box;
}

/* Fonts */


#timeline {
  padding: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#timeline h1, h2, p{
	font-family: 'Lato', sans-serif;
}
#timeline h1 {
  text-align: center;
	font-weight: 350;
	font-size: 30px;
}
.h1{
	text-align: center;
	font-weight: 350;
	font-size: 30px;
}
#timeline h2 {
  color: #FFFFFF;
}
#timeline p.leader {
  text-align: center;
  
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 25px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
	height: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 2800px;
    margin: 0 auto -50px;
	  margin-left: -125px;
  } /*FIX HEIGHT FOR WHITE BOX*/
	
	
#timeline p.leader {
  text-align: center;
  
  margin-left: auto;
	margin-right: auto;
  margin-bottom: 25px;
}	
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
	height: auto;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 90%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 80%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.5rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
  

	  
  }
	#timeline .demo-card--step4 {
  background-image: linear-gradient(to bottom right, #F4C64D, #F4C64D, #AB478C, #AB478C, #AB478C);
	height: auto;
	margin-bottom: 250px;
}
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-image: linear-gradient(to bottom right, #D7372D, #D7372D, #D7372D, #D7372D, #F89A36);
	height: auto;
}
#timeline .demo-card--step1 .head::after {
  border-color: #D7372D;
	
}
#timeline .demo-card--step2 {
  background-image: linear-gradient(to bottom right, #D7372D, #D7372D, #F89A36, #F89A36, #5EA745, #007098, #007098, #007098, #007098, #007098 );
	height: auto;
	
}
#timeline .demo-card--step2 .head::after {
  border-color: #D7372D;
}
#timeline .demo-card--step3 {
  background-image: linear-gradient(to bottom right, #F89A36, #F89A36, #5EA745, #007098, #007098, #007098);
	height: auto;
	
}
#timeline .demo-card--step3 .head::after {
  border-color: #007098;
	
}
#timeline .demo-card--step4 {
  background-image: linear-gradient(to bottom right, #5EA745, #5EA745, #007098, #007098, #007098);
	height: auto;
	
}
#timeline .demo-card--step4 .head::after {
  border-color: #5EA745;
}
#timeline .demo-card--step5 {
  background-image: linear-gradient(to bottom right, #5EA745, #5EA745, #007098, #007098, #007098, #007098);
	height: auto;
}
#timeline .demo-card--step5 .head::after {
  border-color: #007098;
	
}
#timeline .demo-card--step6 {
  background-image: linear-gradient(to bottom right, #007098, #007098, #007098, #007098, #007098 );
	height: auto;
}
#timeline .demo-card--step6 .head::after {
  border-color: #007098;
}
#timeline .demo-card--step7 {
  background-color: #007098;
	height: auto;
	clear: both;

}
#timeline .demo-card--step7 .head::after {
  border-color: #007098;
	
}

/*Slideshow*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  /* display: none; */
  display: absolute;
  top: -10000px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #d7372D;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 13px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* Slideshow container */
.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides2 {
  display: none;
}









/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #5FA745;
 text-transform: uppercase;
	padding-left: 50px;

}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
	text-transform: uppercase;
  border: none;
  outline: none;
  color: white;
  padding: 5px ;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #D57D32;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

nav {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 160px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	background-color: #215AA8;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline;
}
nav a {
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	padding: 10px;
	display: inline-block;
	text-decoration: none;

}
nav a:hover {
	color: #FFFFFF;
	background-color: #009578;
	text-decoration: none;
}
