
/*@import url(https://fonts.googleapis.com/css?family=Oswald:400);

@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@import url(https://fonts.googleapis.com/css?family=Bree+Serif);*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:800);

@import url(https://fonts.googleapis.com/css?family=Lato:400, 600);

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/*@font-face {
    font-family: 'latobold';
    src: url('lato-bold.eot');
    src: url('lato-bold.eot?#iefix') format('embedded-opentype'),
         url('lato-bold.woff2') format('woff2'),
         url('lato-bold.woff') format('woff'),
         url('lato-bold.ttf') format('truetype'),
         url('lato-bold.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latohairline';
    src: url('lato-hairline.eot');
    src: url('lato-hairline.eot?#iefix') format('embedded-opentype'),
         url('lato-hairline.woff2') format('woff2'),
         url('lato-hairline.woff') format('woff'),
         url('lato-hairline.ttf') format('truetype'),
         url('lato-hairline.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('lato-light.eot');
    src: url('lato-light.eot?#iefix') format('embedded-opentype'),
         url('lato-light.woff2') format('woff2'),
         url('lato-light.woff') format('woff'),
         url('lato-light.ttf') format('truetype'),
         url('lato-light.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular.eot');
    src: url('lato-regular.eot?#iefix') format('embedded-opentype'),
         url('lato-regular.woff2') format('woff2'),
         url('lato-regular.woff') format('woff'),
         url('lato-regular.ttf') format('truetype'),
         url('lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

html, body {
	position: relative; 
	width: 100%;
	height: 100%;
	padding-top:20px;
	margin:0px;
	background-color: #F2F2F2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-image: 
}


/* CANVAS BACKGROUND IMAGES *****************************************************************/

.textContainer {
	position: relative;
	margin-top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

/*
@media only screen and (orientation: portrait) and (min-device-width: 766px) and (max-device-width: 1022px) and (-webkit-min-device-pixel-ratio: 2) {
	.lockupImage {
		position: relative;
		top: 0px;
		left: -25%;
		margin: 0px;
		padding: 0px;
		width: 150%;
		height: auto;
	}	
	.textRight {
		position: relative;
		display: block;
		margin-top: 10px;
		margin-left: 10%;
		padding-left: 0px;
		width: 80%;
		height: auto;
		text-align: center;
		font-family: 'Lato' , 'Helvetica', 'Arial', 'sans-serif';
		font-size: 20px;
		font-weight: 400;
		border-left: 0px solid #fff;
	}
	.textLeft {
		position: relative;
		display: block;
		left: 0px;
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		text-align: center;
		font-family: 'Montserrat' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 800;
		line-height: 30px;
		font-size: 35px;
	}
	.btn {
		position: relative;
		display: inline-block;
		vertical-align: top;
		border: 2px solid #000;
		border-radius: 30px;
		cursor: pointer;
		color: black;
		background-color: #fff;
		font-family: 'Montserrat' , 'Helvetica', 'Arial', 'sans-serif';
		font-size: 14px;
		margin-top: 25px;
		margin-left: 0px;
		padding: 9px 15px 8px 30px;
		background-image: url('../img/btn_back.png');
		background-position:  0 0 no-repeat;
	}
}
*/

@media only screen and (max-width: 1023px) {
	.lockupImage {
		position: relative;
		top: 0px;
		left: -25%;
		margin: 0px;
		padding-bottom: 0px;
		width: 150%;
		height: auto;
		-webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    -o-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	}	
	.textRight {
		position: relative;
		display: block;
		margin-top: 10px;
		margin-left: 10%;
		padding-left: 0px;
		width: 80%;
		height: auto;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 400;
		border-left: 0px solid #fff;
	}
	.textLeft {
		position: relative;
		display: block;
		left: 0px;
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		line-height: 30px;
		font-size: 35px;
	}
	.btn {
		position: relative;
		display: inline-block;
		vertical-align: top;
		border: 2px solid #000;
		border-radius: 30px;
		cursor: pointer;
		color: black;
		background-color: #F5F2F2;
		font-family: 'Montserrat' , 'Helvetica', 'Arial', 'sans-serif';
		font-size: 14px;
		margin-top: 25px;
		margin-left: 0px;
		/* THIS IS WITH PLAY ICON 
		padding: 9px 15px 8px 30px;
		background-image: url('../img/btn_back.png');
		*/
		/* THIS IS WITHOUT PLAY ICON */
		padding: 9px 20px 8px 20px;
		/*  */
		background-position:  0 0 no-repeat;
	}
}

@media only screen and (min-width: 1024px) {
	.textRight {
		position: relative;
		display: inline-block;
		margin-top: 0px;
		margin-left: 20px;
		padding-left: 25px;
		max-width: 550px;
		/*width: auto;*/
		font-size: 24px;
		height: auto;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		border-left: 1px solid #aaa;
	}
	.textLeft {
		position: relative;
		display: inline-block;
		left: 0px;
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-weight: 800;
		line-height: 28px;
		font-size: 32px;
	}
	.btn {
		position: relative;
		display: inline-block;
		vertical-align: top;
		border: 2px solid #000;
		border-radius: 30px;
		cursor: pointer;
		color: black;
		background-color: #F5F2F2;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		margin-top: 10px;
		margin-left: 30px;
		/* THIS IS WITH PLAY ICON 
		padding: 9px 15px 8px 30px;
		background-image: url('../img/btn_back.png');
		*/
		/* THIS IS WITHOUT PLAY ICON */
		padding: 9px 20px 8px 20px;
		/*  */
		background-position:  0 0 no-repeat;
	}
	.lockupImage {
		/*
		width: 100%;
		height: 100%;
		*/
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		width: 100%;
		max-width: 1440px;
		height: auto;
		-webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    -o-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	}
}

.textLegal {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: 10%;
	height: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
}

.legalPipe {
	color: #aaa;
	font-weight: 300;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
}

.btn:hover {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	cursor: pointer;
	color: white;
	background-color: #000;
	/* THIS IS WITH PLAY ICON 
	background-image: url('../img/btn_back_hover.png');
	*/
}

/* Video Code ------------------------------------------------------- */

#videoPlaceholder {
	position: fixed; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	padding-top: 5%;
	z-index: 4000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	background-color: rgba(0, 0, 0, 0.9);
}

/*#overlayTransparency {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: .9;
}*/

#overlayTransparency:hover {
	cursor: pointer;
	/*background-color: #000;*/
}

.demo_reel {
	/* Make video to at least 100% wide and tall */
  	min-width: 100%; 
  	min-height: 100%; 

  	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
  	width: auto;
  	height: auto;

  	/* Center the video */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);

    position: absolute;
	width: 90%;
	height: auto;
	left: 5%;
	visibility: visible;
	z-index: 4001;
	/*border-style: solid;
	border-width: 1px;
	border-color: #aaa;*/
}

#videoProgressIndicator {
	position: absolute;
	background-color: #00d8ff;
	height: 3px;
	width: 1px;
	left: 5%;
}

#closeBtn {
	position: absolute;
	left: 90%;
	top: 10px;
	width: 50px;
	height: 50px;
	background-image: url('../img/close_btn.svg');
	opacity: 1;
}

#closeBtn:hover {
	cursor: pointer;
	opacity: .6;
}


/* End Video Code ------------------------------------------------------- */


/* unvisited link */
a:link {
  color: #333;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #333;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #111;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #000;
  text-decoration: none;
}


/* CASE STUDIES LINKS ---------------------------- */

.case_studies {
	position: relative;
	width: 90%;
	/*margin-left: 5%;*/
	max-width: 1440px;
	display: inline-block;
	margin-bottom: 50px;
}

@media only screen and (min-width: 640px) {
	
	.case_study {
		color: #000;
		background-color: #fff;
		position: relative;
		width: 100%;
		height: 190px;
		box-shadow: 2px 0px 15px #eee;
		margin-top: 20px;
		text-align: left;
	}
	.case_study:hover {
		color: #666;
		box-shadow: 5px 2px 25px #ccc;
		cursor: pointer;
	}
	.text_wrapper {
		display: inline;
		height: auto;
		width: auto;
		padding-top: 35px;
	}
	.case_study_img {
		display: inline;
		height: 100%;
		width: auto;
		padding-right: 30px;
		float: left;
	}
	.case_study_title {
		display: block;
		font-family: 'Lato' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 600;
		padding-top: 30px;
		margin-bottom: 15px;
		font-size: 28px;
	}
	.case_study_body_copy {
		display: block;
		font-family: 'Lato' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 400;
		font-size: 20px;
		margin-bottom: 20px;
		color: #666;
	}
	.case_study_btn {
		display: block;
		font-family: 'Montserrat' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 400;
		font-size: 12px;
		color: #2E9CDE;
		padding-bottom: 3px;
	}
	.case_study_btn:hover {
		color: #79B9DF;
	}
	.case_studies_header {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 70px;
		margin-bottom: -5px;
		text-align: left;
		font-family: 'Lato' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 400;
		font-size: 22px;
		text-align: left;
	}
		
}


@media only screen and (max-width: 639px) {
	
	.case_studies_header {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 70px;
		margin-bottom: -25px;
		text-align: left;
		font-family: 'Lato' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 400;
		font-size: 22px;
		text-align: left;
	}
	.case_study {
		color: #000;
		background-color: #fff;
		position: relative;
		width: 100%;
		height: auto;
		box-shadow: 2px 0px 15px #eee;
		margin-top: 40px;
		text-align: left;
	}
	.case_study:hover {
		color: #666;
		box-shadow: 5px 2px 25px #ccc;
		cursor: pointer;
	}
	.text_wrapper {
		display: inline-block;
		height: auto;
		width: auto;
		padding-left: 20px;
	}
	.case_study_img {
		display: inline;
		height: auto;
		width: 100%;
		padding-bottom: 20px;
		float: left;
	}
	.case_study_title {
		display: block;
		font-family: 'Lato' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 600;
		margin-bottom: 15px;
		font-size: 24px;
	}
	.case_study_body_copy {
		display: block;
		font-family: 'Lato' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
		color: #666;
	}
	.case_study_btn {
		display: block;
		font-family: 'Montserrat' , 'Helvetica', 'Arial', 'sans-serif';
		font-weight: 800;
		font-size: 12px;
		color: #2E9CDE;
		padding-bottom: 20px;
	}
		
}