html{
	background-color: #FFF;
	margin: 0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'karla', sans-serif;*/
	color: #4E5A6B;
	font-size: 1rem;
	height: 100%;
	}
	body{
		margin-top: 0px;
		padding-top: 0px;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto; 
		height: 100%;
		}
	a{
		color: #207F9E;
		text-decoration: none;
		}
		a:hover{
			color: #207F9E;
			cursor: pointer;
			}
	p>a{
		font-weight: bold;
		display: inline-block;
		margin: 0px 4px;
		}

#lightbox{
	background-color: rgba(78,90,107,0.7);
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 1000;
	display: none;
	}
	#lightbox_content{
		position: absolute;
		/*min-width: 600px;
		min-height: 400px;*/
		width: 90vw;
		height: 90vh;

		border: 10px solid #FFF;
		border-radius: 6px;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		background-color: #FFF;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
		}

.pageWrap{
		display: flex;
		flex-flow: column;
		height: 100%;
		}
	.pageWrapRow{
		padding: 0px 20px;
	    margin: 0px -20px;
		}
	.pageWrap .pageWrapRow.pageHeader {
		  flex: 0 1 auto;
		}
		.pageWrap .pageWrapRow.pageHeader:before {
		    content: "";
		    display: block;
		    position: absolute;
		    top: 0px;
		    left: 0px;
		    height: 50px;;
		    width: 100%;
		    background-color: #1E252E;
		    z-index: -1;
			}
	.pageWrap .pageWrapRow.pageContent {
		/*padding-top: 40px;*/
		flex: 1 1 auto;
		padding-bottom: 100px;
		}
		.pageContent.basic{
			background: #F5F7FA;
			}

	.pageWrap .pageWrapRow.pageFooter {
		flex: 0 1 40px;
		display: none;
		}


.pageHeader .container {
	display: flex;
	align-items: center;
	/*justify-content: space-around;*/
	justify-content: space-between;
	flex-wrap: wrap;
	/*background-color: #FFF;*/
	}
	@media (min-width: 960px) {
		.pageHeader .container {
		}
	}
	.container {
		max-width: 100%;
		margin: 0 auto;
		}
	.logo{
		font-size: 20px;
	    padding: 0em 1.5em;
	    font-family: Roboto-light;
	    font-weight: 100;
	    color: #D4DCE4;
	    margin: 0.5em;
		}
		.main-nav ul {
    		margin: 0;
			padding: 0;
			text-align: center;
			}
			.main-nav li {
				padding: .5em 0 .5em;
				display: inline;
				}
				.main-nav li.selected {
					background-color: rgba(255,255,255,0.04);
					}
			.main-nav a {
				display: inline-block;
				padding: .5em 1.5em;
			    font-family: Roboto-light;
			    color: #89DADC;
				}
				.main-nav a:hover {
					color: #FFF;
					}
				.main-nav li.selected a{
					color: #FFF;
					}



.banner{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	/*width: 100%;*/
	height: 28.5vw;
	max-height: 400px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
	}

	.showcase{}
	.showcase-tile{
		position: relative;
		cursor: pointer;
		}
		.showcase-tile.soon{
			cursor: default;
			box-shadow: none;
			}
			.showcase-tile.soon:hover{
				box-shadow: none;
				}
			.showcase-tile.soon>.content:before {
			    content: "";
			    display: block;
			    width: 100%;
			    height: 100%;
			    background-color: rgba(39,54,70,0.3);
			    top: 0px;
			    left: 0px;
			    position: absolute;
				}

		.showcase-tile.soon:after{
		    content: "";
		    display: block;
		    position: absolute;
		    right: -66px;
		    top: -40px;
		    width: 250px;
		    height: 150px;
		    background-image: url("images/coming_soon.svg");
		    background-position: center;
		    background-repeat: no-repeat;
		    background-size: 100%;
			}
	.bannerBG-apps{
		background: linear-gradient(295.08deg, #DF2461 0.69%, rgba(223, 36, 97, 0.46) 36.75%, #FEDCDC 94.96%), #FEDCDC;
		}
		.bannerBG-apps .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-apps.png");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-email{
		background: linear-gradient(180deg, #B469B7 0%, #573598 100%);
		}
		.bannerBG-email .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-email.png");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-loadorder{
		background: linear-gradient(84.7deg, #044960 11.83%, #0E6B89 100%);
		}
		.bannerBG-loadorder .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-loadorder.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-architecture{
		background: linear-gradient(180deg, #207F9E 0%, #175E75 100%);
		}
		.bannerBG-architecture .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-architecture.png");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-agile{
		background: linear-gradient(84.7deg, #044960 11.83%, #0E6B89 100%);
		}
		.bannerBG-agile .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-agile.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-patent{
		background: radial-gradient(26.53% 65.42% at 88.5% 15.49%, rgba(250, 229, 167, 0.74) 0%, rgba(252, 244, 223, 0) 100%), radial-gradient(100% 245.52% at 0% 100%, #FAE5A7 0%, #FCF4DF 100%);
		}
		.bannerBG-patent .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-patent.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-amp{
		background: linear-gradient(299.28deg, #1E252E 0.49%, #485360 100%);
		}
		.bannerBG-amp .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-amp.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-charts{
		background: linear-gradient(113.34deg, #313B46 0%, #1E252E 100%), #313B46;
		}
		.bannerBG-charts .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-charts.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-color{
		background: linear-gradient(274.62deg, #46A9C8 0%, #40BCBF 41.15%, #D2F3CF 100%);
		}
		.bannerBG-color .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-color.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-ops{
		background: linear-gradient(150.53deg, #88A9CF 17.08%, #6E5679 91.76%);
		}
		.bannerBG-ops .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-ops.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-pillars{
		background: radial-gradient(126.71% 361.18% at 0% 0%, #FED7AD 0%, #F5899E 100%);
		}
		.bannerBG-pillars .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-pillars.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-scaling{
		background: conic-gradient(from 184.38deg at 100% 100%, #273646 0deg, #46A9C8 360deg);
		}
		.bannerBG-scaling .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-scaling.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-slide{
		background: radial-gradient(100% 1237.34% at 0% 0%, #E4657D 0.01%, #6E5679 20.23%, #207F9E 91.27%, #389B9D 100%);
		}
		.bannerBG-slide .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-slide.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-specs{
		background: linear-gradient(193.47deg, #9DE7E9 8.94%, #389B9D 60.66%, #207F9E 90.34%);
		}
		.bannerBG-specs .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-specs.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
	.bannerBG-tealium{
		background: radial-gradient(145.95% 233.29% at 0% 100%, #36263E 34.9%, #F5899E 100%);
		}
		.bannerBG-tealium .content{
			height: 100%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			max-width: 1400px;
			background-image: url("images/banner-tealium.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 105%;
			}
.avatar{
    width: 150px;
    height: 150px;
    margin: 0px;
    padding: 0px;
    border-radius: 50%;
    border: 4px solid #EEE;
    background-image: url(images/dustin_kirk2.jpg);
    background-size: 113%;
    background-position: 13% 50%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    z-index: 100;
    transition: 0.5s;
	}


.showcase{

	display: grid;
	/*grid-template-columns: 400px 400px 400px;*/
	grid-template-columns: repeat(auto-fill, minmax(350px, 2fr));
	grid-gap: 120px 80px;
	margin: 20px;
	}
	.showcase-tile{
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto;
	    margin-right: auto;
	    height: 200px;
	    /* border: 1px solid #BAC4CF; */
	    border-radius: 0;
	    box-sizing: border-box;
	    box-shadow: 0px 36px 15px -20px rgba(30, 37, 46, 0.2);
	    overflow: hidden;
	    transition: all 0.3s ease;
		}
		.showcase-tile:hover{
			cursor: pointer;
		    box-shadow: 0px 36px 15px -20px rgba(30, 37, 46, 0.4);
			}
		.showcase-tile .content{
			/*height: 140%;*/
			width: 110%;
			margin-left: -5%;
			vertical-align: center;
			}

.pageTitle{
	margin-top: 100px;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 50px;

	text-align: center;

	/* Gray / Gray 700 */
	color: #485360;
	}
	.pageSubtitle{
		margin-bottom: 80px;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 29px;
		text-align: center;

		/* Gray / Gray 500 */

		color: #8D98A6;
		}
	.textBlock{
		margin-top: 40px;
		width: 80%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		color: #5A6470;
		}
		.textBlock h2{
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-size: 28px;
			line-height: 47px;
			/* Gray / Gray 500 */
			color: #8D98A6;
			}
		.textBlock h3{
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			line-height: 27px;
			/* Gray / Gray 800 */
			color: #5A6470;
			}
		.textBlock p{}
		.textBlock>ul>li {
		    font-size: 0.85rem;
		    font-weight: bold;
		    list-style: none;
			margin-bottom: 10px;
			}
	.videoBlock{
		margin-top: 80px;
		width: 80%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		}
		.videoBlock video{
		    border: 1px solid #8D98A6;
		    box-sizing: border-box;
	    	box-shadow: 0px 62px 20px -50px rgba(110, 86, 121, 0.2);
		    border-radius: 4px;
			}


	.imgBlock{
		position: relative;
		margin-top: 30px;
		width: 80%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		}
	.imgFrame{
		cursor: pointer;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-color: #FFFFFF;
	    border: 1px solid #8D98A6;
	    box-sizing: border-box;
	    box-shadow: 0px 62px 20px -50px rgba(110, 86, 121, 0.2);
	    border-radius: 6px;
	    border: 1px solid rgba(0,0,0,0.1);
		}
		.imgFrame:hover{
			border: 1px solid #8D98A6;
			}
		.frameStylePano{
			height: 300px;
		    width: 130%;
		    margin-left: -15%;
		    max-width: 800px;
			}
		.framelessPano{
			height: 300px;
		    width: 130%;
		    margin-left: -15%;
		    max-width: 800px;
			background-size: contain;
			/*border: none;
			box-shadow: none;*/
			}
		.frameStyleSlide{
			display: inline-block;
			height: 361px;
			width: 100%;
			background-size: contain;
			background-color: #FFF;
			}
		.framelessSlide{
			height: 361px;
			width: 100%;
			background-size: contain;
			background-color: #FFF;
			/*border: none;
			box-shadow: none;*/
			}
		.frameStyleSquare{
			margin-top: -20%;
			margin-left: auto;
			margin-right: -10%;
			height: 300px;
		    width: 300px;
			}
		.frameStyleScreen{
			margin-top: -20%;
			margin-left: auto;
			margin-right: -10%;
			height: 300px;
		    width: 300px;
			}



.anchor{
	display: block;
	padding-top: 5px;
}
.category{
	display: none;
	margin-top: 100px;
	border-top: 1px solid #EEE;
	transition: 1.5s;
	}
	.category_title{
		font-size: 1.5rem;
		color: #A2A8B0;
		margin: 10px 0px;
		}
	.category_content{}
		.project{
			display: flex;
			align-items: center;
			margin: 20px 0px;
			}
			.project > div {
        		flex: 1;
        		padding:10px 10px 10px 0px;
        		align-self: flex-start;
    			}
			.project_info{
				padding-left: -10px;
        		align-self: flex-start;
				}
				.project_infoTitle{
					font-size: 1.3rem;
					font-weight: 600;
					color: #555555;
					}
				.project_infoDescription{}
			.project_sample{
				max-width: 422px;
			    border: 1px solid #EEE;
			    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.1);*/
			    border-radius: 6px;
			    text-align: center;
			    background-color: #FAFAFA;
				text-align: center;
  				transition: all 0.2s ease-in-out;
				}
				.project_sample:hover{
			    	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
			    	/*background-color: #F3F3F3;*/
			    	/*border-color:rgba(19, 98, 162, 0.4);*/
					}
					.project_sample .thumbnail_image{
						background-repeat: no-repeat;
						background-position: center;
						width:400px;
						height:305px;
						background-color: #FFF;
						padding: 10px;
						border-radius: 4px;
						}
					.project_sample .thumbnail_label{
						padding: 10px;
						}




	#emailDemo {
	    min-height: 135px;
	    border: 1px solid #CCC;
	    border-radius: 6px;
	    padding: 40px;
		}
	.playground .form input{
		font-size: 1.0rem;
		color: 
		padding: 2px 10px;
		min-width: 300px;
		border: 1px solid #CCC;
		border-radius: 4px;
		}
	.playground .form label{
		display: inline-block;
		margin-right: 10px;
		}

	.playground #output{
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #CCC;
		}
		#output .firstName{
			margin-bottom: 20px
		}
		#output .label{
			min-width: 100px;
		    display: inline-block;
			}
		#output .value {
		    font-weight: 500;
		    color: #444;
			}
