@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;
	text-align: left;
}

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

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

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 75px;
	line-height: .85;
	color: #68bb49;
}

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

h6 li {
	list-style-position: outside;
	padding-bottom: 10px;
	margin-left: 35px;
	padding-left: -5px;
	line-height: 1.5;
}

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

.story {background:url(../images/story_header.jpg) #252525; }
.industry {background:url(../images/industries_header.jpg) #252525;}
.people {background:url(../images/people_header.jpg) #252525;}
.book {background:url(../images/book_header.jpg) #252525;}
.work {background:url(../images/work_header.jpg) #252525;}
.contact {background:url(../images/contact_header.jpg) #252525;}
.gateway {background:url(../images/data_header.jpg) #252525;}

.PanelOne {
	height: 42vh;
	min-height: 370px;
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	padding: 60px 15%;
}

.PanelOneBook {
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	padding: 60px 15%;
	display: flex;
}

.PanelOneBook .pagetitle {
	width: 55%;
	margin-right: 5%;
}

.PanelOneBook h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	line-height: 1.25;
	color: #ffffff;
	font-size: 45px;
  	letter-spacing: 5px;
	margin-bottom: 50px;
}

.bookholder {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: -170px;
}

.bookholder img {
		max-height: 725px;
		display: block;
		width: auto;
		height: auto;
}

.buybutton {
	background: rgba(255,255,255,1.0);
	border-radius: 5px;
	padding: 10px 20px 5px 20px;
	width: 150px;
	margin-top: 75px;
	margin-bottom: 50px;
}

.panelcontent_holder {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding-top: 10vh;
	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;
}

.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: 55%;
	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: -10%;
	opacity: 0.94;
  	z-index: 1;
	transform: skew(-15deg);
}

.PanelTwo {
	width: 70%;
	margin: 75px 15%;
}

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

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

.content_title {
	display: flex;
	flex-wrap: wrap;
	margin: 1vh 0% 1vh 0%;
}

.content_callout {
	display: flex;
	flex-wrap: wrap;
	margin: 5vh 0%
}

.calloutholder {
	background: rgba(255,255,255,0.2);
	padding: 3vh 2.5%;
	margin: 2.5vh 2.5%;
	width: calc((100% / 3) - (5% + 6px));
	display: block;
	border: 3px solid #ffffff;
	border-radius: 10px 50px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.02);	
	position: relative;
}

.calloutholder:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.reviewholder {
	background: rgba(255,255,255,0.2);
	padding: 3vh 2.5% 50px 2.5%;
	margin: 2.5vh 2.5%;
	width: calc((100% / 3) - (5% + 6px));
	display: block;
	border: 3px solid #ffffff;
	border-radius: 10px 50px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.02);	
	position: relative;
}

.calloutholdertag {
	width: 65px;
	height: 65px;
	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;
	bottom: -24.5px;
	right: -24.5px;
  	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	padding-top: 12px;
	color: #ffffff;
	text-align: center;
	border-radius: 7px 15px;
	-webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.calloutholder:hover .calloutholdertag {
	transform: scale(1.05);
}

.calloutholdertag img {
	margin: 0 auto;
}

.calloutholderinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.authorholdertag {
	width: auto;
	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;
	bottom: -24.5px;
	right: -24.5px;
  	z-index: 1;
	ont-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 10px;
	color: #ffffff;
	text-align: left;
	border-radius: 7px 15px;
}

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

calloutone {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 40px;
	line-height: 50px;
	color: #1d1d1d;
	text-align: center;
	text-transform: uppercase;
	display: block;
	letter-spacing: 4px;
}

callouttwo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 5px;
	line-height: 14px;
	color: #5c9e43;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.content_half calloutone, .gateway_callout calloutone {font-size: 24px;line-height: 30px;text-align: left; display:block; margin-bottom: 25px;}
.content_half calloutone a, .gateway_callout calloutone a {color: #1d1d1d;}
.content_half callouttwo, .gateway_callout callouttwo {text-align: left; display:block; margin-bottom: 5px; }

singleline {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 32px;
	color: #1d1d1d;
	text-align: center;
	display: block;
	margin-top: 32px;
	-webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

hiddentext {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 7px;
	text-transform: uppercase;
	line-height: 32px;
	color: #5c9e43;
	text-align: center;
	display: block;
	opacity: 0;
	-webkit-transition: all .75s ease-out;
  -moz-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.calloutholder:hover hiddentext {
	opacity: 1.0;
}

.calloutholder:hover singleline {
	margin-top: 0px;
}

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

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

.bioholder {
	width: 100%;
	margin: 40px 0px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #311f36;
}

.bioholder:after {
	content: "";
	width: 100%;
	height: 1px;
	margin: 40px 0px;
	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 */
}

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

.content_half {
	width: 47.5%;
	margin-right: 5%;
}

.bookimg {
	width: 100%;
	padding-left: 16.5%;
}

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

.cases {
	width: 100%;
	padding: 2vh 0%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.caseitem {
	position: relative;
	cursor: pointer;
	width: calc((100% / 3) - 3%);
	margin: 1.75vh 1.5%;
	display: inline-block;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.075);
}

.caseitem img {
	display: block;
    border-radius: 4px;
	width: 100%;
}

.casetitle {
	position: absolute;
	width: calc(100% - 80px);
	left: 40px;
	bottom: 40px;
	padding: 10px;
	background: rgba(68,131,44,0.85);
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 28px;
	line-height: 1.25;
	color: #ffffff;
	text-align: center;
	letter-spacing: 3px;
	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;
}

.footnotes {
	background: #FFFFFF;
	padding: 20px;
	width: calc(100% + 40px);
	margin-left: -20px;
}

.footnotes h6 {
	font-size: 14px;
}

.modalicon {
	position: absolute;
    width: 75px;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0px);
    background: #311f36;
    border-radius: 50%;
}

.modalicon img {
	padding: 15px;
}


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


.PanelOneBook h3 {
    font-size: 38px;
    letter-spacing: 4px;
}

.bookholder {
    width: 40%;
    right: 40px;
}

calloutone {
    font-size: 24px;
    line-height: 30px;
	letter-spacing: 2px;
}


callouttwo {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 14px;
}

.calloutholdertag {
    width: 45px;
    height: 45px;
    padding-top: 9px;
}

singleline {
	font-size: 22px;
    letter-spacing: 2px;
    line-height: 28px;
}

.bookimg {
    width: 100%;
    padding-left: 0%;
	padding-top: 7vh;
}

.caseitem {
	width: calc((100% / 3) - 5%);
	margin: 1.5vh 2.5%;
}

.casetitle  {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    padding: 10px;
    font-size: 24px;
    letter-spacing: 2px;
}

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

}


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

singleline {
	font-size: 20px;
    letter-spacing: 2px;
    line-height: 26px;
}

.PanelOneBook .pagetitle {
    margin-top: 0px;
}

.bookholder {
    width: 34%;
    right: 40px;
    left: 55%;
}

.bookholder img {
    max-height: 550px;
}

.PanelOneBook h3 {
    display: block;
    width: 180%;
	margin-bottom: 75px;

}

.caseitem {
	width: calc((100% / 2) - 5%);
}

}

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

.PanelOneBook {
	width: 85%;
	padding: 50px 7.5%;
}

.PanelOneBook .pagetitle {
    width: 40%;
}

.PanelOneBook h3 {
    width: 250%;
}

.bookholder {
    width: 60%;
    left: 45%;
	bottom: -130px;
}

.bookholder img {
    max-height: 505px;
}

.PanelTwo {
    width: 85%;
    margin: 75px 7.5%;
}

h4 {
    font-size: 16px;
    margin-bottom: 5px;
	}
	
h5 {
    font-size: 45px;
	}

.content_full h5 {
    font-size: 36px;
	}

.content_full h4 {
    font-size: 14px;
	line-height: .85;
    margin-bottom: 5px;
}

singleline {
	font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
}

hiddentext {
	line-height: 14px;
    margin-top: 10px;
}


.purpleoverlay {
    width: 70%;
    left: -18%;
    transform: skew(-20deg);
}

.reviewholder {
    padding: 3vh 2.5% 50px 2.5%;
    margin: 2.5vh 2.5%;
    width: calc((100% / 2) - (5% + 6px));
}

.reviewholder:last-of-type {
    margin-left: 25%;
}

.caseitem {
    width: calc((100% / 2) - 7%);
}

.casetitle {
    font-size: 20px;
}

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

}

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

.purpleoverlay {
    width: 100%;
    left: -35%;
    transform: skew(-20deg);
}

h4 {
    font-size: 14px;
    margin-bottom: 3px;
	}
	
h5 {
    font-size: 40px;
	}

.content_full h5 {
    font-size: 32px;
	}

.content_full h4 {
    font-size: 12px;
	line-height: .85;
    margin-bottom: 2px;
}

.panelcontent_holder {
    display: block;
}

.PanelOneBook .pagetitle {
    width: 100%;
	padding-right: 0px;
	margin-right: 0px;
}

.PanelOneBook h3 {
    width: 100%;
	font-size: 30px;
    letter-spacing: 2px;
	margin-bottom: 25px;
}

.bookholder { 
	position: inherit;
	width: 100%;
	left: 0%;
	margin-top: -130px;
}

.bookholder img {
    max-height: 475px;
	margin: auto;
}

.PanelTwo {
    margin: 75px 7.5% 50px 7.5%;
}

.content_half_holder {
	margin-top: -25px;
}

.content_full .linesgreen:before, .content_full .linesgreen:after {
    width: 175px;
}

.content_full .linesgreen:before {
    right: -20px;
    margin-top: -12px;
}

.content_full .linesgreen:after {
    left: -20px;
    margin-top: 12px;
}

calloutone {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
}

callouttwo {
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 12px;
}

singleline {
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
}


.calloutholdertag {
    width: 38px;
    height: 38px;
    padding-top: 7px;
	bottom: -14.5px;
    right: -15.5px;
}

.content_half {
	width: 100%;
}

.bookimg {
	width: 66%;
	margin: 0vh 16.5%;
	padding-top: 0vh;
}


}

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

.content_callout {
    flex-wrap: wrap;
	}

.calloutholder {
    padding: 3vh 2.5%;
    margin: 2vh 5%;
    width: 33%;
	}

.calloutholder:after {
    padding-bottom: 40%;
}

.calloutholder:last-of-type {
	margin-left: calc(38% - 45px);
	}

.reviewholder {
    width: calc(100% - (5% + 6px));
}

.reviewholder:last-of-type {
    margin-left: inherit;
}

.caseitem {
    width: calc((100% / 2) - 10%);
	margin: 1vh 2.5%;
}


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

}


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

.content_callout {
    flex-wrap: wrap;
	margin: 2.5vh 0%;
	}

.calloutholder {
    width: 60%;
	margin: 2vh 20%;
	}

.calloutholder:after {
    padding-bottom: 40%;
}

.caseitem {
    width: 70%;
	margin: 1vh 2.5%;
}

}


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

}