#primary {
	height: auto !important;
}

header#primary {
	/*background-color: var(--dblue);*/
	background-color: transparent;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-bottom: 5px solid var(--teal);*/
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 6500;
	transition: all 0.25s ease;
}

header#primary.scrolled {
	background-color: var(--dblue);
	border-bottom: 5px solid var(--teal);
}

header#primary .header-inner {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

header#primary .header-inner .header-logo img {
	width: 100%;
	max-width: 150px;
	transition: all 0.25s ease;
}

header#primary .header-inner .header-logo img.scrolled {
	max-width: 95px !important;
}

header#primary .header-inner .header-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;	
}

header#primary .header-inner .header-nav .nav-item {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 5px;
	transition: all 0.25s ease;
}

header#primary .header-inner .header-nav .nav-item:hover,
header#primary .header-inner .header-nav .nav-item.active {
	color: var(--teal);
}

.banner-wrapper {
	width: 100%;
	height: 600px;
	background-image: url('https://iptest.tru.ca/__shared/assets/img-world-40-banner-bg57427.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: lightgray;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;

	padding-top: 90px;
}

.banner-overlay {
	background-color: var(--dblue);
	opacity: 0.7;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-inner {
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
}

.banner-inner span {
	color: var(--yellow);
	font-weight: 900;
	text-align: center;
	display: block;
	margin-top: 30px;
	line-height: 1;
	font-size: 30px;
}

.banner-inner img {
	width: 100%;
	max-width: 700px;
}

.cta-wrapper,
.bcwrap,
.bodywrap {
	background: white;
}

.cta-inner {
	display: flex;
	flex-wrap: wrap;
}

.cta-item {
	display: flex;
	align-items: stretch;
	width: 100%;
	flex-direction: column;
}

.cta-item h1,
.cta-item h2,
.cta-item h3 {
	/*text-transform: uppercase;*/
}

.cta-item .cta-image {
	width: 100%;
	min-height: 250px;
	background-size: cover;
	background-position: center;
	background-color: lightgray;
	display: flex;
}

.cta-item .cta-text {
	padding: 45px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.cta-item .cta-text h2 {
	font-size: 24px;
	line-height: 1.15;
}

@media only screen and (min-width: 560px) {
	header#primary .header-inner .header-nav .nav-item {
		font-size: 14px;
	}
}

@media only screen and (min-width: 640px) {
	.banner-inner span {
		font-size: 36px;
	}
}

@media only screen and (min-width: 768px) {
	header#primary .header-inner {
		flex-direction: row;
		justify-content: space-between;
	}

	header#primary .header-inner .header-logo img {
		max-width: 250px;
	}

	header#primary .header-inner .header-nav {
		justify-content: flex-end;
		margin-top: 0;
	}

	header#primary .header-inner .header-nav .nav-item {
		font-size: 16px;
		padding: 0 10px;		
	}

	header#primary .header-inner .header-nav .nav-item:last-child {
		padding-right: 0;
	}
}

@media only screen and (min-width: 996px) {
	header#primary .header-inner .header-nav .nav-item {
		font-size: 18px;
		padding: 0 15px;		
	}
}

@media only screen and (min-width: 1025px) {
	header#primary .header-inner .header-nav .nav-item {
		font-size: 20px;
		padding: 0 15px;		
	}

	.banner-inner span {
		font-size: 48px;
	}

	.cta-item .cta-text {
      	padding: 60px 30px;
      	text-align: left;
      	align-items: start;
    }

    .cta-item .cta-text h2 {
      	font-size: 36px;
    }

    .cta-item {
	      width: 50%;
	      flex-direction: row;
    }

    .cta-item.reverse {
      	flex-direction: row-reverse;
    }

    .cta-item .cta-image {
      	display: flex;
    }

    .cta-item .cta-image,
    .cta-item .cta-text {
      	width: 50%;
    }
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1400px) {
	.cta-item .cta-text {
      padding: 60px;
    }

    /*.cta-item .cta-text h2 {
      font-size: 48px;
    }*/
}

/* TIMELINE STYLES */
.timeline-wrapper {

}

.year-section {
  display: flex;
  align-items: stretch;
}

.year-marker {
  font-size: 30px;
  line-height: 1;
  min-width: 75px;
}

.year-text {

}

.year-text p {
  font-size: 14px;
  margin-bottom: 30px;
}

.line-graphic {
  width: 10px;
  min-width: 10px;
  position: relative;
  background: var(--teal);
  background: -moz-linear-gradient(180deg, rgba(0,176,185,1) 0%, rgba(0,107,112,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,176,185,1) 0%, rgba(0,107,112,1) 100%);
  background: linear-gradient(180deg, rgba(0,176,185,1) 0%, rgba(0,107,112,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b0b9",endColorstr="#006b70",GradientType=1);
  display: flex;
  margin: 12px 15px -15px 15px;      
}

.month-text {
  margin-bottom: 15px;
  display: block;
  font-size: 24px;
  line-height: 1.25;  
}

.line-marker {
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  border-radius: 500px;
  background-color: var(--teal);
  border: 5px solid white;
}

@media only screen and (min-width: 768px) {
  .line-graphic {
    margin: 12px 30px -15px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .line-graphic {
    margin-top: 15px;
  }

  .year-marker {
    font-size: 36px;
  }

  .month-text {
    font-size: 24px;
    margin-top: 3px;    
  }

  .year-text p {
    font-size: 16px;
  }

  .year-marker {
    min-width: 85px;
  }
}
/* TIMELINE STYLES END */