@charset "utf-8";
/* CSS Document */

nav#main .logo {
margin-left: 46px!important;
}

.nolink {
		display: none;
	}

.gradient-text2 {
	background:-webkit-gradient(linear, left top, right top, from(#f07930), to(#e61d8b));
	background:-webkit-linear-gradient(left, #f07930 30%, #e61d8b 70%);
	background:-o-linear-gradient(left, #f07930 30%, #e61d8b 70%);
	background:linear-gradient(to right, #f07930 30%, #e61d8b 70%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}

/* DISPLAY STYLING */
@media screen and (min-width: 601px) {
.mobile {
display:none!important;
}
}
@media screen and (max-width: 600px) {
.desktop {
display:none!important;
}
}

/* TEXT STYLING */
.black {
color:#000!important;
}
.white {
color:#fff!important;
}
.sub {
font-size: 12px!important;
}

.subtitle {
font-size: 24px!important;
}

/* GRADIENT STYLING */
.gradient-text {
	background:-webkit-gradient(linear, left top, right top, from(#f07930), to(#e61d8b));
	background:-webkit-linear-gradient(left, #f07930 0%, #e61d8b 100%);
	background:-o-linear-gradient(left, #f07930 0%, #e61d8b 100%);
	background:linear-gradient(to right, #f07930 0%, #e61d8b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.gradient-none {
	background:none !important;
	color:#f07930;
}

.stripe-right {
 	background: url("https://e1.envoke.com/web_files/378/2018_LPs/infocomm/stripe-right.png") no-repeat 120% 0%;
	}

.stripe-left {
	background: url("https://e1.envoke.com/web_files/378/2018_LPs/infocomm/stripe-left.png") no-repeat;
}
.stripe-bottom {
		background: url("https://e1.envoke.com/web_files/378/2018_LPs/infocomm/stripe-left.png") no-repeat 130% -400%;
	}

/* Header styling */

.header-image img {
width:100%!important;
height:auto!important;
}

/* Intro styling */

.three-col h3 {
margin-top:10px!important;
color:#000000!important;
}

.three-col-option {
background-color: #f7f7f7;
border: solid 1px #a9a9a9;
padding:15px;
}

.three-col-option img {
margin-bottom:10px;
}

@media screen and (max-width: 600px) {
.three-col-option-container {
margin-top: 10px;
margin-bottom: 10px;
}
}
.three-col-option-container {
padding-bottom:20px;
}
/* Carousel styling */

#myCarousel img {
max-width:690px!important;
}

.carousel-control {
background-image:unset!important;
}

.carousel-indicators {
bottom:0px!important;
}

.carousel-indicators li {
    width: 20px!important;
    height: 20px!important;
    margin: 1px 10px!important;
border: 1px solid #a9a9a9!important;
    border-radius: 50%!important;
    background-color: #a9a9a9!important;
}

.carousel-indicators .active {
    width: 20px!important;
    height: 20px!important;
    margin: 1px 10px!important;
background-color:#ffffff!important;
}

@media screen and (min-width: 768px) {
.c-text {
padding-top:20px!important;
}
}
.c-text h2 {
padding-top:15px;
}
.c-text-m {
padding-bottom:50px!important;
padding-right:10px!important;
padding-left:10px!important;
}

.c-title-m {
padding-right:5px!important;
padding-left:5px!important;
}

.item li {
font-size:18px!important;
}

/* Form section styling */

#moreinfo h2 {
font-weight:700!important;
}

#moreinfo h3 {
color:#000000!important;
}

/* Site wide styling */

html,body {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Assistant', 'Avenir LT W01_45 Book1475508', sans-serif!important;
	background-color: #fff;
	}

.spacer {
width:100%;
height:10%!important;
margin:-10px;
padding:0px!important;
}

#topBtn img{
width:40px!important;
height:auto!important;
}

#topBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#000000;
color:#ffffff;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #ffffff;
color:#000000;
}


.wrap {
padding-left:5%!important;
padding-right:5%!important;
}

img {
width:100%;
height:auto;
}

.section-header {
font-weight:700!important;
}

<!--a {
	color:#00b5ef;
}-->
p {
	font-size:18px;
	line-height:1.8em;
	font-family: 'Assistant','Avenir LT W01_45 Book1475508', sans-serif!important;
}
#video p {
	color: #000;
}

h2 {
	font-size:36px!important;
	font-weight:700;
	line-height: 5rem!important;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',sans-serif!important;
}

h3 {
	font-size: 2.8rem;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',sans-serif!important;
	color: #fff!important;
	line-height: inherit!important;
	
}

/* Purple to Blue Gradient - Left to Right */

.gradient-01 {
	background: linear-gradient(to right, #f07930 10%, #e61d8b 90%);
	background-position: top center;
	background-size: auto;
	opacity: 1;
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
	position: relative;
	color: #ffffff;
	/* z-index: -1; */
}
@keyframes modal-video{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@keyframes modal-video-inner{
	from{
		transform:translate(0, 100px);
	}
	to{
		transform:translate(0, 0);
	}
}
/* Purple to Blue Gradient - Top to Bottom */

.gradient-02 {
	background: linear-gradient(to right, #27a655 10%, #1982bb 90%);
	background-position: top center;
	background-size: cover;
	opacity: 1;
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
	position: relative;
	color: #ffffff;
}

/* NAVIGATION STYLING */

@media (max-width: 1079px) {
nav#main {
    display: none!important;
    height: 0!important;
}
}
@media (min-width: 1081px) {
nav#mobile {
    display: none;
}
}
nav#main {
	position:fixed;
	top:0;
	margin:0;
	padding:0px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #000;	
	height:70px;
	width:100%;
	z-index:100;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;align-items:center;
}
nav#main.stickit{
	position:fixed;
	top:0;
}
nav#main .logo{
	display:inline-block;
	margin-left:0px;
}
#mobilemenu.logo{
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
}
#mobilemenu img{
	height: 15px;
}
nav#main ul{
	list-style:none;
	text-align:right;
}
nav#main ul li{
	display:inline-block;
	padding:1px 12px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:'Assistant','Avenir LT W01_35 Light1475496',sans-serif!important;
	color: #dcdcdc;
	margin-top: 10px;
}
nav#main ul li a{
	text-decoration:none;
	color:#dcdcdc;
	font-size: 16px;
}
nav#main ul li a:hover{
	cursor:pointer;
	color: #ffffff;
}
.navlink.gradient-01:hover {
	background-color: #f07930;
	color: #fff;
}
.logo > img {
	height: 30px;
	margin: 10px 0px;
}
.caps {
	text-transform: uppercase;
}
nav#main .fa-share-alt {
	color: #fff;
	font-size: 24px;
}
nav#main .fa-share-alt:hover {
	color: #2a6ebb;
	}

.button-sm {
	padding: 6px 16px !important;
	font-size: 16px;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
}
.flex {
	height:100%;
	width:100%;
	max-width:1100px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin:0 auto;
}

@media (max-width: 669px){
	.flex {
		height: 100%;
	}
}
section {
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding: 25px 0px;
}
section.no-offset{
	padding:0;
}
section .layer1{
	position:relative;
	z-index:1;
}
section .layer2{
	position:relative;
	z-index:2;
}
section .container{
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*height:100%;*/
	max-width:1100px;
	margin:0 auto;
	z-index:10;
}
section .container .flexcolumns{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
}
@media (max-width: 744px){
#intro-logo img {
width: 100%;
}
}
@media (max-width: 1079px){
	section .container .flexcolumns {
		-webkit-box-orient:vertical;	
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
}
section .container .flexcolumns .content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	order: 0;
}
.backtotop{
	position:fixed;
	z-index:200;
	right:45px;
	bottom:45px;
	background: #f07930;
	width:45px;color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	cursor:pointer;
	visibility:hidden;
	opacity:0;
	height:0;
}

.backtotop.scrolltop{
	visibility:visible;
	opacity:1;
	height:45px;
}
.backtotop .icon{
	display:block;
}

/* Team Grid Styling */

@media only screen and (max-width: 600px) {
.portrait {
height:350px;
}
}

.img-responsive {
	margin: auto;
}

#team-grid a {
text-decoration:none!important;
color:#ffffff!important;
}
#team-grid img {
width:100%!important;
height:auto!important;
max-width:180px!important;
}
#team-grid h4, #team-grid p {
text-align:center!important;
}

/* VIDEO THUMBNAIL STYLING  */

.video-thumbnail {
	
}

/* VIDEO MODAL STYLING  */

.modal-video{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:1000000;
	cursor:pointer;
	opacity:1;
	animation-timing-function:ease-out;
	animation-duration:0.3s;
	animation-name:modal-video;
	-webkit-transition:opacity 0.3s ease-out;
	-moz-transition:opacity 0.3s ease-out;
	-ms-transition:opacity 0.3s ease-out;
	-o-transition:opacity 0.3s ease-out;
	transition:opacity 0.3s ease-out;
}
.modal-video-close{
	opacity:0;
}
.modal-video-close .modal-video-movie-wrap{
	-webkit-transform:translate(0, 100px);
	-moz-transform:translate(0, 100px);
	-ms-transform:translate(0, 100px);
	-o-transform:translate(0, 100px);
	transform:translate(0, 100px);
}
.modal-video-body{
	max-width:1000px;
	width:100%;
	height:100%;
	margin:0 auto;
	display:table;
}
.modal-video-inner{
	display:table-cell;
	vertical-align:middle;
	width:100%;height:100%;
}
.modal-video-movie-wrap{
	width:100%;
	height:0;
	position:relative;
	padding-bottom:56.25%;
	background-color:#333;
	animation-timing-function:ease-out;
	animation-duration:0.3s;
	animation-name:modal-video-inner;
	-webkit-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	transform:translate(0, 0);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	-moz-transition:-moz-transform 0.3s ease-out;
	-ms-transition:-ms-transform 0.3s ease-out;
	-o-transition:-o-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.modal-video-close-btn{
	position:absolute;
	z-index:2;
	top:-35px;
	right:-35px;
	display:inline-block;
	width:35px;
	height:35px;
	overflow:hidden;
	border:none;
	background:transparent;
}
.modal-video-close-btn:before{
	transform:rotate(45deg);
}
.modal-video-close-btn:after{
	transform:rotate(-45deg);
}
.modal-video-close-btn:before,.modal-video-close-btn:after{
	content:'';
	position:absolute;
	height:2px;
	width:100%;
	top:50%;
	left:0;
	background:#fff;
	border-radius:5px;
	margin-top:-6px;
}
.modal-video-close-btn:hover::before,.modal-video-close-btn:hover::after{
	content:'';
	position:absolute;
	height:4px;
	width:100%;
	top:50%;
	left:0;
	background:#fff;
	border-radius:5px;
	margin-top:-6px;
}

/*  NAVIGATION MOBILE */

nav .mobilenav {
	position:relative;
	z-index:110;
}
nav#mobile{
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	position:fixed;
	opacity:0;
	visibility:hidden;
	height:0;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
nav#mobile.active{
	opacity:1;
	visibility:visible;
	height:100%;
}
@media (min-width: 1081px){
	nav#mobile{
		display:none;
	}
}
nav#mobile .navbg{
	width:100%;
	height:100%;
	background: #aaa;
}
nav#mobile .sideview{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}


@media (max-width: 669px){
	nav#mobile .sideview .logo{
		margin-bottom:20px;margin-top:35px;
	}
	nav#mobile .sideview .logo img{
		max-width:130px;
	}
}
nav#mobile .sideview .logo img{
	width:100%;
	max-width:170px;
}

nav#mobile .sideview ul{
	list-style:none;
	margin-right:10%;
}
nav#mobile .sideview ul li{
	text-align:right;
}
@media (max-width: 669px){
	nav#mobile .sideview ul li{
		margin-bottom:1.5rem;
	}
}
nav#mobile .sideview ul li a{
	color:#fff;
	text-decoration:none;
	font-size:2rem;
	line-height:4rem;
	z-index:110;
}
@media (max-width: 669px){
	nav#mobile .sideview ul li a{
		font-size:3rem;
		line-height:5rem;
	}
	.logo > img {
		margin: 15px;
		vertical-align: middle;
	}
	.navlink.gradient-01 {
		width: 100px;
		color: #fff;
		margin: 8px;
		margin-left: 20px;
		margin-top: 15px;
		padding: 3px!important;
		font-size: 14px;
		text-align: center;
		border-radius: 8px;
		
	}
}

.mobilenavwrap{
	position:fixed;
	background-color: #000;
	width:100%;
	height:65px;
	z-index:200;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	top:0px;
}

@media (min-width: 1081px){
	.mobilenavwrap {
    display: none;
}
	
}
.mobilenavwrap.scrolling{
	background: #000;
}

.mobilenavwrap #mobilemenu{
	display: flex;
	/* position:fixed;
	top:0;
	right: 0; */
	height:45px;
	min-height:45px;
}

.mobilenavwrap #mobilemenu #nav-icon{
	width:40px;
	height:35px;
	position:fixed;
	right: 20px;
	margin:10px auto;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
.mobilenavwrap #mobilemenu #nav-icon span{
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	background:#ffffff;
	border-radius:9px;
	opacity:1;
	left:0;-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}

.mobilenavwrap #mobilemenu #nav-icon span:nth-child(1){
	top:0px;
}
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(2),.mobilenavwrap #mobilemenu #nav-icon span:nth-child(3){
	top:12px;
}
.mobilenavwrap #mobilemenu #nav-icon span:nth-child(4){
	top:24px;
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(1){
	top:12px;
	width:0%;
	left:50%;
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(2){
		-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(3){
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.mobilenavwrap #mobilemenu #nav-icon.open span:nth-child(4){
	top:12px;width:0%;left:50%;
}

.button-01 {
    display: inline-flex;
	background: linear-gradient(to right, #f07930 10%, #e61d8b 90%);
	background-position: top center;
	background-size: cover;
	padding: 15px 20px;
    border: 0px;
    /*border-radius: 10px;*/
    font-size: 20px!important;
	color: #fff!important;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
	line-height: 20px;
	margin: 20px 0px;
	text-transform: uppercase;
}

.button-01:hover {
	background: #f07930;
	text-decoration: none;
	
}

.button-02 {
    display: inline-flex;
	background: linear-gradient(to right, #27a655 10%, #1982bb 90%);
	background-position: top center;
	background-size: cover;
	padding: 15px 20px;
    border: 0px;
    /*border-radius: 10px;*/
    font-size: 20px!important;
	color: #fff!important;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
	line-height: 20px;
	margin: 20px 0px;
	text-transform: uppercase;
}

.button-02:hover {
	background: #27a655;
	text-decoration: none;
	
}

.button-black {
    display: inline-flex;
    background-color: #000000;
color:#ffffff;
    background-position: top center;
    background-size: cover;
    padding: 15px 20px;
    border: 0px;
    font-size: 20px!important;
    color: #fff!important;
    font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
    line-height: 20px;
    margin: 20px 0px;
    text-transform: uppercase;
}
.button-black:hover {
    background-color: #ffffff;
color:#000000;
}

.button-share {
    display: inline-flex;
	background: linear-gradient(to right, #f07930 10%, #e61d8b 90%);
	background-position: top center;
	background-size: cover;
	padding: 6px 16px;
    border: 0px;
    /*border-radius: 10px;*/
    font-size: 16px!important;
	color: #dcdcdc;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
	line-height: 20px;
	margin: 20px 0px;
	text-transform: uppercase;
}

.button-share:hover {
	text-decoration: none;
	color: #fff!important;
}

.button-black {
    display: inline-flex;
	background: #000;
	background-position: top center;
	background-size: cover;
	padding: 15px 20px;
    border: 0px;
    /*border-radius: 10px;*/
    font-size: 20px!important;
	color: #fff!important;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
	line-height: 20px;
	margin: 20px 0px;
	text-transform: uppercase;
}

.button-black:hover {
	background: #fff;
	text-decoration: none;
	color: #000!important;
}
.button-pink {
    display: inline-flex;
	background: #ea148d;
	background-position: top center;
	background-size: cover;
	padding: 15px 20px;
    border: 0px;
    /*border-radius: 10px;*/
    font-size: 20px!important;
	color: #fff!important;
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',arial,sans-serif!important;
	line-height: 20px;
	margin: 20px 0px;
	text-transform: uppercase;
}

.button-pink:hover {
	background: #f07930;
	text-decoration: none;
	color: #ea148d!important;
}


/*  MOBILE STYLING by MCCABE and COLEMAN  */

@media (max-width: 669px){
	#main .logo{
		margin-top:20%;
	}
	#main .logo img{
		max-width:150px;
		height:auto;
	}
	.carousel {
    padding-bottom: 0px;
}
	
#legacy .slick-next, #legacy .slick-prev {
		top: 20%;
	}
	
	.section {
		padding: 50px 0px;
	}
	.header {
		padding-top: 70px;
		padding-bottom: 0px;
	}

	.register_now img {
		width: 70%;
	}
	.box {
		height: 200px!important;
		margin-top: 0px!important;
	}
	.video {
		height: 200px!important;
	}
	.container .video .box {
		height: 200px;
		margin-bottom: 20px;
    	overflow: hidden;
	}
		
	/*.container .video .boxcontent {
		bottom: 0px!important;
	} */
	#products .content {
	display: inline-block;
}
#legacy .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
font-size:30px;
}
}

/*  TABLET STYLING by MCCABE and COLEMAN  */

@media (max-width: 900px){
.modal-dialog {
width:100%!important;
}
}
@media (max-width: 1079px){
	.stripe-right, .stripe-left {
 	background: unset;
	}

}

@media (max-width: 1079px){
	.three-col h2{
		width:100%;
	}
	/*.mobilenavwrap{
		display:none;
	}*/
	
}

/*  VIDEO THUMBNAIL STYLING  */

.video {
	height: 300px;
}
.container .video .boxcontent{
	position: absolute;
    left: 0px;
    bottom: 20px;
    display: inline-flex;
    width: 100%;
	height: 60px;
}
.title p , .timeframe p{
	color: #fff!important;
	font-size: 1.8rem;
	line-height: 60px;
}
.boxcontent > .play {
	padding: 8px 20px;
}
.play > img {
	width: auto;
	height: 44px;
}
.boxcontent > .title {
	width: 400px;
}
.boxcontent > .timeframe {
	width: 100px;
}
.js-video-button {
	height: inherit;
}
.container .video .boxcontent::before{
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	background: url("/globalassets/landing-pages/Expo2020/images/video-title-background.jpg");
	opacity: 0.7;
	background-size: cover;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	}
.container .video .boxcontent:hover::before{
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	background: url("/globalassets/landing-pages/Expo2020/images/video-title-background.jpg");
	opacity: 1;
	background-size: cover;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.boxcontent > div {
	display: inline-flex;
	z-index: 5;
}
.container .video .box{
	position: relative;
}
.videothumb {
	width: 100%;
	height: auto;
}


/*  ENVOKE FORM  */

#moreinfo {
	display:block;
	height:auto;
	background-color: #F5F3F4;
}

.nvkSubmitButton button {
	font-family: 'Assistant','Avenir LT W01_85 Heavy1475544',sans-serif !important;
	/*  font-weight is backup for 'Assistant' font, does not apply to Avenir  */
	font-weight: 400!important; 
}

#moreinfo .container p{
	font-size:2.1rem;
	color: #000;
}
#moreinfo .container form{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#moreinfo .container form .form-control{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	margin-right:30px;
}

#moreinfo .container form .form-control label{
	display:none;height:0;width:0;
}
#moreinfo .container form .form-control input[type="text"]{
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #aaa;
	position:relative;
	display:block;
	padding:5px 30px;
	font-family:'Lato', sans-serif;
	font-size:1rem;
	line-height:55px;
}
#moreinfo .container form span:last-of-type{margin-right:0}
#moreinfo .container form .submit{
	width:100%;
	display:block;
	border:none;
}

@media (max-width: 1079px){
	#moreinfo .container{
		max-width:95%;
	}
}

@media (max-width: 1079px){
	#moreinfo .container form{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	#moreinfo .container form .form-control{margin-right:inherit;margin-bottom:10px;
	}
}

/*  FOOTER STYLING     */

footer {
	min-height:100px;
	background-color: #000;
	padding:15px 0;
	font-size: 12px;
}

footer .container{
	display:block;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	/*height:100%;*/
	max-width:1100px;
	margin:0 auto;
	z-index:10;
	color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

footer .container .legal-links ul{
	list-style: none;
	margin:0;
	padding:0;
}
footer .container .legal-links ul li{
	display:inline;
}
footer .container .legal-links ul li a{
	font-size:12px;
	padding:5px 10px 5px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
}
footer .container .legal-links p{
	font-size:12px ;
}
footer .container .social{
	text-align:right;
}
footer .container .social p{
	font-size: 12px;
}
footer .container .social a{
	color:#fff;
	text-decoration:none;
	margin:5px 5px;
	font-size:2rem;
}
@media (max-width: 1079px){
	footer{
		padding:0;
	}
	footer .container{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction: column;
		flex-direction:column;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		
		text-align:center;
	}
	footer .container .legal-links{
		margin-top: 50px;
		display: inline-flex;
		flex: content;
	}
	footer .container .social{
		text-align:center;
		margin-bottom:50px;
	}
}

.animation{
	display:table;
	width:40vw;
	max-width:550px;
	margin:55px auto;
}
@media (max-width: 1079px){
	.animation{
		width:42vw;max-width:400px;margin:30px auto 30px;
	}
}
.animation .panel{
	position:absolute;width:100%;height:100%}

.animation .panel img{
	display:block;width:65%;transition:all 1s;
}
.animation .panel.panel1 img{
	position:relative;margin-top:83%;left:-15%;z-index:104;
}
.animation .panel.panel2 img{
	position:relative;
	margin-top:37%;
	left:-5%;
	z-index:103;
}
.animation .panel.panel3 img{
	position:relative;
	margin-top:-10%;left:5%;z-index:102}.animation .panel.mount img{left:45%}
@media (max-width: 1079px){
	.animation .panel.mount img{
	left:35%;
	}
}
.animation .base{
	position:relative;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.animation .base img{position:relative;left:50%;width:60%;z-index:101;display:block;
}

/* Max Width of 1079px  */

@media (max-width: 1079px){
	header .container{
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		text-align:center;
		}

	.animation .base img{
	width:65%;
	}

	#dna .container .content .box{
		width:100%;
		height:325px;
		margin:0 auto 10px;
	}

	#dna .container .content a{
		width:inherit;
	}

	.three-col .container{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		padding:20px 0;
	}

	.animation .panel{
		width:48%;
	}

	.backtotop{
	bottom:10px;
		right:10px;
	}

	.three-col .container .content{
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:0;
		width:auto;
		padding:0 30px;
		margin-top:inherit;
	}
	.three-col .container .content{
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:0;
		width:auto;
		padding:0 30px;
		margin-top:inherit;
	}
}
/* IE STYLING */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#header-win-text {
width:100%;
}
.carousel-inner{
overflow: visible!important;
}
#complete svg {
width:594px;
height:583px;
}
.adv-logo{
opacity: 0!important;
}
}