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

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600,700,800&display=swap');

html,body,page,p,div,img,h1,h2,h3,h4,h5,h6,h7,h8,h9,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } 
	input,select{ margin:0; padding:0; }

body {
 margin: 0 auto;
 background: #f6f6f6;
 font-family: 'Montserrat', sans-serif;
 min-width: 320px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: .90;
	color: #ffffff;
	text-align: justify;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 27px;
	line-height: 1.25;
	color: #5c9e43;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	line-height: 1.05;
	color: #ffffff;
	font-size: 55px;
  	letter-spacing: 5px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 7px;
	text-transform: uppercase;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 40px;
	line-height: .85;
	color: #5c9e43;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.85;
	color: #1d1d1d;
	text-align: justify;
}

h6 a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.85;
	color: #1d1d1d;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

h6 a:hover {
	letter-spacing: 1px;
}

subhead {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.25;
	color: #5c9e43;
	margin-bottom: 10px;
	display: block;
}

.pageholder {
	background: #f6f6f6;
}

.navholder {
	width: 100%;
	height: 65px;
	background: rgba(25,25,25,0.95);
	position: fixed;
	z-index: 100;
	padding: 5px 5%;
	margin: 0px;
}

.PanelOne {
	height: 42vh;
	min-height: 450px;
	background:url(../images/casestudy_header.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	padding: 65px 15%;
}

.panelcontent_holder {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding-top: 5vh;
	position: relative;
	z-index: 2;
	}


.headlinetextholder {
	width: 65%;
	margin: 10vh 0%;
	position: relative;
}

.linesheader:before, .linesheader:after {
	content: "";
	width: 220px;
	height: 1px;
	position: absolute;
	background: #FFFFFF;
	z-index: 4;
}

.content_full {
	width: 100%;
}

.content_half_holder {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.content_half {
	width: 47.5%;
	float: left;
	margin-top: 2.5vh;
	margin-right: 5%;
}

.content_half:nth-of-type(even){
	margin-right: 0%;
}

.fraction {
	font-size: 75%;
	line-height: inhernt;
}

.content_full:last-of-type {
	width: 100%;
	padding-bottom: 50px;
}

.linesheader:before {
	right: -35px;
	margin-top: -35px;
}


.linesheader:after {
	left: -35px;
	margin-top: 35px;
}

.linesgreen:before, .linesgreen:after {
	content: "";
	width: 215px;
	height: 1px;
	position: absolute;
	background: #5c9e43;
	z-index: 4;
}

.linesgreen:before {
	right: -30px;
	margin-top: -15px;
}


.linesgreen:after {
	left: -30px;
	margin-top: 15px;
}

.purpleoverlay {
	width: 100%;
	height: 100%;
	background: #311f36; /* Old browsers */
	background: -moz-linear-gradient(45deg, #311f36 0%, #1b2947 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#311f36', endColorstr='#1b2947',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.94;
  	z-index: 1;
}

.PanelTwo {
	width: 70%;
	margin: 75px 15%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.content_chart {
	width: 100%;
	margin: 50px 0px;
	}

.content_table {
	width: 100%;
	margin: 50px 0px;
	}

.content_footnotes {
	width: calc(100% + 80px);
	margin: 50px -40px;
	background: #ffffff;
	padding: 40px;
}

.content_footnotes h6 {
	font-size: smaller;
}

.chart_footnotes {
	width: calc(75% - 20px);
	background: #ffffff;
	padding: 10px;
	margin: 0 auto;
	margin-top: 20px;
}

.chart_footnotes h6 {
	font-size: smaller;
	text-align: center;
}

.content_twocol {
	width: 100%;
	  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 125px; /* Chrome, Safari, Opera */
  -moz-column-gap: 125px; /* Firefox */
  column-gap: 125px;
}

.pagetitle {
	width: fit-content;
	position: relative;
	margin-top: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

.casebutton {
	position: -webkit-sticky;
	position: sticky;
	top: calc(100vh - 60px);
	left: calc(100% + 100px);
	background: #5c9e43;
	margin-right: -100px;
	padding: 7px 10px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	z-index: 3;
}

.casebutton h6 a {
	color: #ffffff;
}

.PanelTwo .pagetitle {
	margin-top: 75px;
}

.casetitle {
	width: 100%;
	margin: 1vh 0% 2vh;
}

 .content_table {
	margin: 0 auto;
	max-width: 100%;
    overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;

}
.casetable {
	margin: 0 auto;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;

}


	.casetable th, .casetable_v2 th {
	border-bottom: 2px solid #000000;
	color: #ffffff;
	font-weight: 200;
	padding: 12px 15px;
	}
	
	.casetable .header, .casetable_v2 .header  {
	background: #311f36; /* Old browsers */
	background: -moz-linear-gradient(45deg, #311f36 0%, #1b2947 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#311f36', endColorstr='#1b2947',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.casetable .header_sub, .casetable_v2 .header_sub {
	color: #ffffff;
	background: #311f36; /* Old browsers */
	background: -moz-linear-gradient(45deg, #311f36 0%, #1b2947 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #311f36 0%,#1b2947 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#311f36', endColorstr='#1b2947',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.casetable_v2 {
		border-right: 2px solid #D0D0D0;
		border-bottom: 2px solid #D0D0D0;
	}
	
	.leftborder {
		border-left: 2px solid #D0D0D0;
	}
	
	.rightborder {
		border-right: 2px solid #D0D0D0;
	}
	
	.topborder {
		border-top: 2px solid #D0D0D0;
	}
	
	.casetable tr, .casetable_v2 tr {
	color: #1d1d1d;
	}
	
	.casetable td {
	font-weight: 300;
	padding: 7px 15px;
	text-align: center;
	}
	
	.casetable_v2 td {
	font-weight: 300;
	padding: 8px 15px;
	text-align: center;
	width: 20%;
	}
	
	.casetable tr:nth-child(even){background-color: #ffffff;}
	.casetable tr:hover {background-color: #5c9e43; color: #ffffff;}

.lineswhite:before, .lineswhite:after {
	content: "";
	width: 215px;
	height: 1px;
	position: absolute;
	background: #ffffff;
	z-index: 4;
}

.lineswhite:before {
	right: -30px;
	margin-top: -15px;
}

.lineswhite:after {
	left: -30px;
	margin-top: 15px;
}

.lineswhite h4 {
	color: #ffffff;
	}

   .chartWithMarkerOverlay {
       position: relative;
       width: 100%
   }
   
   .overlay-marker {
       width: 50px;
       height: 50px;
       position: absolute;
	   z-index: 10;
       top: 53px;   /* chartArea top */
       left: 528px; /* chartArea left */
   }
   
   .arrow_up_left, .arrow_up_right, .arrow_down_left, .arrow_down_right, .double_arrow_vert {
       width: 30px;
       height: 30px;
       position: absolute;
	   z-index: 10;
       top: 53px;   /* chartArea top */
       left: 528px; /* chartArea left */ 
	   }

	.capone, .captwo, .capthree, .capfour {
		width: 30px;
       height: 30px;
       position: absolute;
	   z-index: 10;
       top: 53px;   /* chartArea top */
       left: 528px; /* chartArea left */ 
	}

	.caption {
       width: auto;
	   font-size: 10px; 
	   }
	
	.caption img {
		margin-bottom: -6px;
	}

	.image_chart {
		width: 100%;
		overflow: scroll;
		background: #ffffff;
		margin: 2.5vh 0%;
		border-radius: 3px;
		
	}
	
	.image_chart img {
		width: 100%;
		min-width: 1200px;
		padding: 25px
	}

.greenbg {background: #298900;}
.redbg {background:#C80003;}
.greybg {background: #CACACA;}
.ltgreenbg {background: #7CA55A;}


	.bracket_holder {
		display: flex;
		flex-wrap: wrap;
	}
	
	.left_content h2 {
		line-height: 3;
		text-align: right;
	}
	
	.left_content {
		width: 250px;
		padding-right: 25px;
	}
	
	.bracket {
		background:url(../images/Bracket.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100px;
	}
	
	.right_content {
		position: relative;
		width: calc(100% - 350px);
		padding-left: 25px;
	}
	
	.right_content_inner {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.timelineholder {
		width: calc(100% - 50px);
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
	}
	
	.timelineholder:after {
		content: "";
		height: 30px;
		width: 4px;
		background: #311f36;
		margin-left: 50%;
		margin-top: -2px;
		margin-bottom: -2px;
	}
	
	.timelineblock {
		width: 50%;
		position: relative;
	}
	
	.dateholder_right {
		border-radius: 50%;
		background: #f6f6f6;
		padding: 16px 5px 16px 5px;
		width: 64px;
		height: 64px;
		position: absolute;
		left: -34px;
		top: 50%;
		border: 4px solid #1b2947;
		transform: translateY(-50%);
		z-index: 2;
	}
	
	.dateholder_left {
		border-radius: 50%;
		background: #f6f6f6;
		padding: 16px 5px 16px 5px;
		width: 64px;
		height: 64px;
		position: absolute;
		right: -34px;
		top: 50%;
		border: 4px solid #1b2947;
		transform: translateY(-50%);
		z-index: 2;
	}
	
	lnone {
		font-family: 'Montserrat', sans-serif;
		font-weight: 200;
		font-size: 18px;
		line-height: 16px;
		letter-spacing: 2px;
		color: #1b2947;
		text-align: center;
		display: block;
	}
	
	lntwo {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 10px;
		color: #1b2947;
		text-align: center;
		text-transform: uppercase;
		display: block;
	}
	
	.timelinecallout {
		width: 40%;
		margin: 0px 30%;
		margin: 0 auto;
		max-width: 1000px;
		background: #5c9e43;
		padding: 10px;
		text-align: center;
	}
	
	.timelinecallout h3 {
		text-align: center;
		font-size: 40px;
	}
	
	.timelinecallout_after {
		margin: 0 auto;
		height: 30px;
		width: 4px;
		margin-left: 50%;
		background: #311f36;
		margin-top: -2px;
		margin-bottom: -2px;
	}
	
	.righttimeline, .lefttimeline {
		min-height: 70px;
		padding: 5px 0px;
	}
	
	.timelineinner {
		width: 100%;
		background: #ffffff;
		height: 100%;
		border-radius: 3px;
		box-shadow: 4px 4px 15px rgba(0,0,0,0.05);
	}
	
	.righttimeline .timelineinner {
		padding: 25px 25px 25px 50px;
	}
	
	.lefttimeline .timelineinner {
		padding: 25px 50px 25px 25px;
	}
	
	.timelineinner h6 { text-align: left;}
	
	.timelineblock:nth-of-type(odd) {
		border-right: 4px solid #311f36;
	}
	
	.timelineblock:nth-of-type(even) {
		border-left: 4px solid #311f36;
	}
	
	.relativegrpahics {
		position: relative;
	}
	
	.box {
		width: 50%;
		margin: 0 auto;
		position:relative;
		background: #ffffff;
		box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	}
	
	.boxone {height: 192px;}
	.boxtwo {height: 148px;}
	.boxthree {height: 246px;}
	
	.box_inner {
		font-family: 'Montserrat', sans-serif;
		font-weight: 200;
		font-size: 25px;
		line-height: 1.25;
		letter-spacing: 2px;
		color: #1b2947;
		text-align: center;
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.solid {border: 3px solid #311f36;border-bottom: 0px solid #311f36;}
	.dashbottom {border: 3px solid #311f36; border-bottom: 0px dashed #311f36;}
	.dashtop{border: 3px solid #311f36; border-top: 3px dashed #311f36;}
	
	.halfgraph_numtop {
		position: absolute;
		top: -7px;
		right: -60px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 2px;
		color: #5c9e43;
		text-align: left;
	}	
	
	.halfgraph_numbottom_left {
		position: absolute;
		bottom: -7px;
		left: -25px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 2px;
		color: #5c9e43;
		text-align: right;
	}	
	
	.halfgraph_title {
		position: absolute;
		left: -35px;
		top: 50%;
		transform: translateY(-50%) rotate(-90deg);
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 25px;
		line-height: 25px;
		letter-spacing: 2px;
		color: #5c9e43;
		text-align: center;}
		
		.right_line_top {
			width: 50%;
			padding: 0px 0px 0px 10px;
			border-bottom: 3px solid #311f36;
			font-family: 'Montserrat', sans-serif;
			font-weight: 700;
			font-size: 12px;
			line-height: 15px;
			letter-spacing: 1px;
			color: #5c9e43;
			text-align: right;
			position: absolute;
			bottom: 15px;
			right: -50%;
		}
		
		.right_line_bottom {
			width: 25%;
			border-top: 3px solid #311f36;
			font-family: 'Montserrat', sans-serif;
			font-weight: 700;
			font-size: 12px;
			line-height: 15px;
			letter-spacing: 1px;
			color: #5c9e43;
			text-align: right;
			position: absolute;
			bottom: -15px;
			right: 0px;
		}
		
		.content_half:last-of-type {
			margin-bottom: 60px;
		}
		

@media only screen and (max-width: 1600px) { 

.subnavavholder {
    font-size: 14px;
    height: 60px;
}

subnavhead {
    font-size: 35px;
    line-height: 35px;
}

h3 {
	font-size: 50px;
}

}


@media only screen and (max-width: 1200px) { 

#subnav {
	width: 80%;
	margin: -75px 10% 3vh 10%;
	bottom: -115px;
}

.subnavavholder {
    font-size: 13px;
    height: 60px;
}

subnavhead {
    font-size: 32px;
    line-height: 32px;
}

.timelineholder {
    width: 100%;
}

.halfgraph_title {
		position: absolute;
		left: -100px;
}

.box {
    margin-left: 50px;
	width: 40%;
}

.right_line_bottom {
    width: calc(100% - (40% + 50px));
}

.box_inner {
    font-size: 18px;
	}

.right_line_top {
			width: 75%;
			right: -75%;
}

}

@media only screen and (max-width: 1024px) { 

h3 {
	font-size: 46px;
}


#subnav {
	width: 87.5%;
	margin: -95px 6.25% 3vh 6.25%;
	bottom: -90px;
	padding: 1.5vh 0%;
}

.subnavavholder {
    font-size: 12px;
    height: 50px;
	padding: .5vh 2.5%;
}

subnavhead {
    font-size: 24px;
    line-height: 24px;
}

.left_content {
    width: 200px;
}

.right_content {
    position: relative;
    width: calc(100% - 300px);
    padding-left: 25px;
}

.right_line_top {
			width: 100%;
			right: -100%;
}

.casebutton {
    margin-right: -39px;
}

}
@media only screen and (max-width: 768px) { 

h3 {
	font-size: 30px;
}


#subnav {
	width: 92.5%;
	margin: -95px 3.75% 3vh 3.75%;
	bottom: -90px;
}

.subnavavholder {
    font-size: 10px;
	letter-spacing: 2px;
    height: 40px;
	padding: .5vh 2.5%;
	font-weight: 400;
}

subnavhead {
    font-size: 18px;
    line-height: 18px;
}

.content_half {
	width: 100%;
    float: none;
    margin-top: 2.5vh;
    margin-right: 0%;
}

.box { 
	margin-left: 30%;
    width: 40%;
	}

.halfgraph_title {
    position: absolute;
    left: -15%;
}

.right_line_top, .right_line_bottom {
    width: 75%;
	right: -75%;
	}
	
	.left_content {
    width: 130px;
	padding-right: 5px;
}

.left_content h2, .right_content h2 {
	font-size: 18px;
}

.bracket {
    width: 60px;
}

.right_content {
    position: relative;
    width: calc(100% - 195px);
    padding-left: 5px;
}

h5 {
    font-size: 30px;
    line-height: .95;
}
}

@media only screen and (max-width: 480px) { 
h3 {
	font-size: 25px;
}

.box {
    margin-left: 25%;
    width: 50%;
}

.box_inner {
    font-size: 16px;
}

.halfgraph_title {
    left: -45%;
}

.halfgraph_numtop {
    top: -6px;
    right: -55px;
    font-size: 12px;
    line-height: 12px;
}

	.boxone {height: 144px;}
	.boxtwo {height: 111px;}
	.boxthree {height: 185px;}
	
	.right_line_top {
    width: 50%;
	right: -50%;
    font-size: 9px;
	line-height: 11px;
	bottom: 6px;
	}
	
	.left_content {
    width: 100%;
    text-align: center;
    padding-right: 0px;
	}
	
	.left_content h2, .right_content h2 {
    font-size: 18px;
    text-align: center;
    line-height: 1.75;
	}
	
	.right_content_inner {
    position: inherit;
    top: inherit;
    transform: none;
	}

.bracket_holder {
    display: inherit;
    flex-wrap: wrap;
	}
	
	

.right_content {
    position: relative;
    width: 100%;
    padding-left: 0px;
	}

.bracket {
    width: 100%;
    height: 55px;
	padding: 10px 0px;
    background: url(../images/Bracket_90rot.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	}

.timelineholder {
    width: auto;
	}

.timelineblock {
    width: auto;
	}

.dateholder_left {
    left: -34px;
	}
	
.lefttimeline .timelineinner {
    padding: 25px 25px 25px 50px;
}

.timelineblock:nth-of-type(odd) {
    border-left: 4px solid #311f36;
	border-right: 0px;
}

.timelineholder:after {
    display: none;
}

.righttimeline, .lefttimeline {
    min-height: 70px;
    padding: 25px 0px;
}

.timelinecallout {
    width: 110%;
    margin-left: -5%;
	}

.timelinecallout_after {
	display: none;
}

}

@media only screen and (max-width: 320px) { 

}