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

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: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
}

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

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

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

h6 a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.85;
	color: #1d1d1d;
	text-decoration: none;
	white-space: nowrap;
	-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;
}

.PanelOne {
	background:url(../images/index_postcard_bg.jpg);
	background-size: cover;
	background-position: 100% 25%;
	position: relative;
}

.panelcontent_holder {
	width: 80%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 75px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
	}

.panelone_inner {
	min-height: 750px;
	width: 100%;
}

.largeimageholder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.largeimageholder img {
		max-width: 700px;
}

.headlinetextholder {
	width: 40%;
	margin: 125px 0% 100px 0%;
	position: relative;
}

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

.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: 45%;
	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.85;
  	z-index: 1;
}

.largeimageholder {
	width: 45%;
	position: absolute;
	right: 0;
	padding: 5vh 0;
	}

#subnav {
	width: 70%;
	background: #ffffff;
	margin: -75px 15% 3vh 15%;
	padding: 2.5vh 0%;
	position: absolute;
	bottom: -115px;
	z-index: 2;
}

.subnavavholder {
	width: calc(100% / 3);
	padding: .5vh 5%;
	float: left;
	font: 'Montserrat';
	color: #5e9948;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 6px;
	font-weight: 300;
	border-right: 1px solid #5e9948;
	position: relative;
	height: 80px;
	cursor: pointer;
}

.subnavavholder a {
	color: #5e9948;
}

.subnavavinner {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.subnavavholder:hover .subnavavinner {
	transform: translate(-50%, -10%);
}

.subnavavholder:nth-child(3n) {
	border-right: none;
}

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

.PanelTwo {
	width: 80%;
	margin: 150px 10%;
	display: flex;
	flex-wrap: wrap;
}

.PanelTwo_Inner {
	width: 70%;
}

.content_two_thirds {
	display: flex;
	flex-wrap:wrap;
}

.content_one_third {
	width: 28%;
	padding: 0vh 2% 2vh;
	margin-left: 2%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bookimg {
	padding: 0vh 10%;
	width: 100%;
}

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

.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;
}

.content_half_holder {
 	display: flex;
	flex-wrap: wrap;
}

.content_half {
	width: 35%;
	margin-right: 2.5%;
}

#pieChart {
	background:url(../images/pie_chart_home_page.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 62.5%;
    height: 120%;
    margin-top: -50px;
}

.caseholder {
	width: 100%;
	padding: 4vh 10% 4vh 10%;
	background: url(../images/case_bg.jpg);
	background-size: cover;
	background-postion: center center;
}

.caseitem {
	position: relative;
	cursor: pointer;
}

.casetitle {
	position: absolute;
	width: calc(100% - 80px);
	left: 40px;
	bottom: 40px;
	padding: 15px;
	background: rgba(68,131,44,0.85);
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 32px;
	line-height: 1.25;
	color: #ffffff;
	text-align: center;
	letter-spacing: 5px;
	border-radius: 4px;
	-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.caseitem:hover .casetitle {
	bottom: 50px;
}


.clientslider{
	width: 80%;
	margin: 5vh 10%;
}

.lineswhite h4 {
	color: #ffffff;
	}

.featureholder {
	width: 85%;
	border-radius: 5px;
	background: url(../images/virtual_bg.png) #1d2540;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin: 100px 7.5% -25px;
	display: flex;
	flex-wrap: wrap;
	}
	
.feature_left {
	width: 55%;
	display: inline-block;
	padding: 4.5vh 2.5%;
	}

.feature_left h6 {
	color: #ffffff;
}

.feature_right {
	width: calc(45% - 50px);
	margin-left: 50px;
	display: inline-block;
	padding: 2.5vh 2.5%;
	}



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

.panelcontent_holder {
    padding-bottom: 75px;
}

.panelone_inner {
    min-height: 500px;
}

.headlinetextholder {
    width: 40%;
    margin: 125px 0% 75px 0%;
    position: relative;
}

#subnav {
    bottom: -90px;
}

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

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

.caseholder {
    padding: 4vh 10% 4vh 10%;
}

.casetitle {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 4px;
}

.caseitem:hover .casetitle {
	bottom: 30px;
}
}

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


.PanelTwo_Inner {
	width: 100%;
}

.content_two_thirds {
	width: 100%;
}

#pieChart {
	margin: auto;
	padding: 0vh 0%;
    height: 100%;
	margin-top: -40px;
}

.content_one_third {
    width: 100%;
	padding-top: 2vh;
	position: relative;
	margin-top: 3vh;
	margin-left: 0%;
	border-radius: 0px 0px 4px 4px;
}

.bookimg {
	width: 35%;
	padding: 0vh 3% 0vh 0%;
}

.bookcaption {
	width: 62%;
	position: absolute;
    bottom: 2vh;
    right: 2%;
}
}

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

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

h5 {
    font-size: 45px;
}

.headlinetextholder {
    width: 45%;
	margin: 100px 0% 160px 0%;
}

.largeimageholder {
    width: 50%;
    right: 0;
    top: inherit;
    bottom: 0;
    transform: none;
}

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

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

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

.PanelTwo {
    width: 80%;
    margin: 150px 10% 50px 10%;
}

.featureholder {
    margin: 100px 7.5% 25px;
}


}

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


.largeimageholder {
    position: inherit;
	margin: 0 auto;
	width: 65%;
	padding: 0vh 0;
}

.headlinetextholder {
    width: 80%;
	margin: 75px 10% 75px 10%;
}

.purpleoverlay {
    width: 40%;
}

#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;
}

.PanelTwo {
    width: 90%;
    margin: 150px 5% 50px 5%;
}

.content_two_thirds {
	display: block;
}

.content_half_holder {
    flex-wrap: wrap-reverse;
}

.content_half {
    width: 100%;
    margin-right: 0;
}

#pieChart {
    margin: auto;
    padding: 0vh 0%;
    height: 100%;
	width: 75%;
    margin-top: -50px;
	margin-bottom: -30px;
	min-height: 450px;
}

.caseholder {
    padding: 4vh 5% 4vh 5%;
}

.lineswhite:before, .linesgreen:before{
	right: -20px;
	margin-top: -15px;
}

.lineswhite:after, .linesgreen:after {
	left: -20px;
	margin-top: 15px;
}

.clientslider {
    width: 90%;
    margin: 5vh 5%;

}

.featureholder {
	width: 100%;
    margin: 45px 0px 25px;
}

}

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

h4 {
	font-size: 14px;
}

h5 {
    font-size: 35px;
}

.largeimageholder {
	width: 90%;
}

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

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

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

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

.PanelTwo {
    margin: 100px 5% 50px 5%;
}

.pagetitle {
	margin-left: 10px;
	max-width: 90%;
}

.content_half_holder {
 	display: flex;
  flex-direction: column-reverse;
}

.content_half {
	width: 100%;
	margin-right: 0px;
	float: none;
}

#pieChart {
	width: 85%;
    margin-top: -50px;
	margin-bottom: -30px;
	min-height: 450px;
}

.content_one_third {
    width: 100%;
	padding-top: 2vh;
	position: relative;
	margin-top: 3vh;
	margin-left: 0%;
	border-radius: 5px;
	background: #ffffff;
}


.bookimg {
    width: 100%;
    padding: 0vh 20% 0vh 17%;
}

.bookcaption {
    width: 100%;
    position: initial;
	margin-left: 0%;
	}
	
.casetitle {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
}

.caseitem:hover .casetitle {
	bottom: 15px;
}

.featureholder {
    background-position: 65% 50%;
}

.feature_left {
    width: 100%;
    display: inline-block;
    padding: 3vh 5%;
    background: rgba(29,34,64,0.75);
	border-radius: 5px;
}

.feature_right {
    width: 0%;
    height: 0px;
    margin-left: 0px;
    display: none;
    padding: 0;
}


}

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

h2 {
    font-size: 20px;
}

h3 {
    font-size: 15px;
}

h5 {
    font-size: 30px;
}

.purpleoverlay {
    width: 100%;
	opacity: .65;
}

.panelcontent_holder {
    padding-bottom: 200px;
}

.headlinetextholder {
    margin: 4vh 10% 60px 10%;
}

.largeimageholder {
	width: 100%;
}

#subnav {
	padding: 0px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
}

.subnavavholder {
    width: 90%;
    padding: 1.5vh 5%;
	margin: 0 auto;
    float: none;
    letter-spacing: 6px;
    border-right: none;
	border-bottom: 1px solid #5e9948; 
    position: relative;
    height: auto;
    cursor: pointer;
	text-align: center;
	}

.subnavavholder:nth-child(3n) {
	border-bottom: none;
}

.subnavavinner {
    position: inherit;
	left: inherit;
	transform: none;
}

.subnavavholder:hover .subnavavinner {
	transform: translate(0%, -10%);
}

.content_one_third {
    display: initial;
    flex-wrap: initial;
}


#pieChart {
	width: 100%;
    margin-top: -50px;
	margin-bottom: -30px;
	min-height: 350px;
}


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

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

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

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

}