
* {
	margin: 0;
	}
	html, body {
	height: 100%;
	}
	.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -13em;
	}
	.footerhome, .push {
	height: 13em;
	}
	
	.footerhome a{
		color:#464646;
		text-decoration:none;	
		/*padding: 10px;*/
		margin-right:10px;
		margin-left:10px;
		
		
	}
	.footerhome{
		/*position:absolute;
		bottom:0px;
		left:40%;*/
		height:30px;
		/*color:white;*/
		text-decoration:none;	
		/*background: url(footer.png) repeat-x;	*/
	}
	.footercontainer{
		height:120px;	
	}
	
	/*...centre the dock...*/
	#menu div.jqDockWrap {margin:0 auto;}
	/*...set the cursor...*/
	#menu div.jqDock {cursor:pointer;}
	/*label styling...*/
	div.jqDockLabel { white-space:nowrap;  cursor:pointer;}
	/*label styling; push the label off the bottom of the image...*/
	div.jqDockLabelText {position:absolute; ;color:#222 ; text-decoration:none !important; padding-top:10px;
	font-family: Verdana,Arial,Helvetica; font-size: 12px; white-space:nowrap; cursor:pointer;}
	
	#menu a{
		text-decoration:none;	
	}
	
	.boxHomePage{
		background: url("/images/home/boxHomePage01-1.png") no-repeat;
		width:604px;
		height:240px;/*224 or 254*/
		background-position:0px 0px;
		opacity:1;
		position:relative;
	}

	.boxHomePageContnet{
		padding-top:10px;	
	}
	.containerHomePage{
		width:900px;	
		margin-right:auto;
		margin-left:auto;
	}
	input::-webkit-input-placeholder {
		color:    #666;
	}
	input:-moz-placeholder {
		color:    #666;
	}
	input:-ms-input-placeholder {
		color:    #666;
	}
	

	.homePageSearch #search input[type="text"] {
		background: url(/images/search/searchIcon.png) no-repeat 7px 10px #eee;
		font: 300 28px Arial,Helvetica,Sans-serif;
		color: #555;
		width: 500px;
		padding: 14px 30px 11px 60px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		border: 2px solid green;
		line-height: 1.3;
	}
	.homePageSearch #search input[type="text"]:focus {
		background: url(/images/search/searchIcon.png) no-repeat 7px 10px #eee;
		color: #111;
		width: 500px;
		outline: none;
	}

	.bottomHomePage{
		margin-top:10px;	
		/*height:190px;*/
		/*border-bottom:1px solid #525352;*/
		/*margin-bottom:10px;*/
	}
	.bottomLeftHomePage{
		width:48%;
		float:left;	
		text-align:left;
		border-right:2px solid #525352;
		padding-right:12px;
		
	}
	
	.bottomRightHomePage{
		width:48%;
		float:right;	
		text-align:right;
		position:relative;
	}
	.bottomRightHomePage img{
		opacity:0.3;
	}
	.signInHomePagePlace2{
		padding-top: 14px;
		margin-left: auto;
		margin-right: auto;
		width:228px;
	}
	.signInHomePagePlace2 .signInHomeTwitter{
		margin-bottom: -3px;
	}
	.signInHomePagePlace{
		position:absolute;
		top:55px;
		right:20px;
		z-index:1;
		cursor:pointer;	
	}
	.signInHomeTwitter{
		background:url("/images/signin2004.png") no-repeat;
		background-position:0px -2px;
		width:233px;
		height:45px;
	}
	.signInHomeTwitter:hover{
		background:url("/images/signin2004.png") no-repeat;
		background-position:0px -45px;
		width:233px;
		height:45px;
	}
	.signInHomeInsta{
		background:url("/images/signin2004.png") no-repeat;
		background-position:0px -90px;
		width:233px;
		height:45px;
	}
	.signInHomeInsta:hover{
		background:url("/images/signin2004.png") no-repeat;
		background-position:0px -133px;
		width:233px;
		height:45px;
	}

	.signInHome{

		background:url("/images/home/signInHomepage.png") no-repeat;
		background-position:0 0px;
		width:233px;
		height:38px;
	}
	.signInHome:Hover{
		background:url("/images/home/signInHomepage.png") no-repeat;
		background-position:0 -40px;
		width:233px;
		height:38px;
	}
	.homePageSlogan{
		color:#333;
		font-family:raleway;font-weight:700;
		font-size:54px;	
		padding-top:15px;
		text-align:center;
		width:680px; margin-left:auto;margin-right:auto;
		line-height:1.2;
		text-shadow: 1px -2px 8px #fff;
		/*padding-top: 200px;*/
	}
	body { 
		/*background: url("/images/home/home_background-12.jpg") no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
	}
	.sharesHomePage{
		padding-bottom:10px;
		padding-top:15px;
		border-bottom:2px solid #525352;
		margin-bottom:10px;
		
	}
	.titlesHomePage{
		font-family:raleway;font-weight:700;
		color:#525352;
		font-size:14px;
		margin-bottom:10px;
	}
	.containerHomePageTop{
	display:table;width:900px;height:100%; margin-left:auto;margin-right:auto;
	}
	.popularSearches{
		padding-top:1px;
		width:530px;margin-left:auto;margin-right:auto;
		line-height: 1.3;
		color:#fff;font-size:14px;font-family:open sans;
	}
	.popularSearches a{
		text-decoration:none;
		color:#ddd;
		padding-left:3px;	
	}
	.popularSearches a:Hover{
		text-decoration:underline;
		color:#fff;	
	}
	
	.quotesHome{
		display: none;
		position:relative; padding:7px;
		font-family:raleway;font-weight:300;
		font-size: 20px;margin-left:auto;margin-right:auto;
		line-height:2.3;background: rgba(0,0,0,0.05);
		margin-top: 10px;color:#525352; 
		padding-left:32px;padding-right:32px;
		height:53px;
		border-radius: 3px;

		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;

	}

	.rightArrowQuote{
		position:absolute;right:-29px;top:23px;
		background: rgba(0,0,0,0.05);padding: 4px;padding-right: 2px;padding-left: 5px;	
		cursor: pointer;
		border-radius: 3px;
	}
	.rightArrowQuote:hover{
		background: rgba(0,0,0,0.1);
	}

	.pattern {
	background: rgba(0,0,0,0.01) url(http://cdn1.qwiki.com/assets/pages/home/dot-pattern-f5ed8a37be27b136e18c66a74a0ea601.png) repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	}

	.homeImage1{
		background: url(/images/about/twtrabout6_19.png) no-repeat;
		width: 296px;
		height: 293px;	
	}
	.homeImage2{
	background: url(../images/about/twtrabout6_26.png) no-repeat;
	width: 296px;
	height: 293px;
	}
	.textHomeLeft{
		float:left;
		text-align: left;
		width: 545px;
	}
	.textHomeCenter{
		margin:0 auto;
		text-align: center;

	}
	.pricingBox.recommended .flat-butt-2.flat-butt-hollow-blue {
		background-color: #2299cc;
		color: white;
	}
	.textHomeCenter .whiteTitle.smallSection, .textHomeCenter .textContent.smallSection{
		font-size: 25px;
		float: left;
		width: 70%;
		color: white;
	}
.freeTools .topSection form  .flat-butt.flat-butt-xlarge.flat-butt-hollow-blue {
	font-family: open sans;
    font-size: 15px;
    margin-bottom: 20px;
}
	.playButt:hover {
		opacity: 0.8;

	}
	.playButt {
		opacity: 0.9;
		background-color:#eeeeee;
		box-shadow: 0px 0px 6px -1px #aaa;
		width:100px;
		height:100px;
		border-radius:50%;
		font-size:50px;
		z-index:999;

	}
	.playButt i {
		color:#2299cc;
		text-shadow: 1px 1px 1px #2299cc;
		position:absolute;
		top:24px;
		left:36px;
	}
	.imageHomeRight{
		float:right;
	}
	.textHomeRight{
		text-align: left;
		float:right;
		width: 520px;
	}
	.imageHomeLeft{
		float:left;
	}
	.homeBottomSection.noBorder {
		border:0;
	}
	.homeBottomSection.noBorder.wShadow {
		box-shadow: 0px -5px 30px -20px #aaa;
	}
	.homeBottomSection.videoSection {
		position:relative;
		padding-bottom:0px;
		padding-top:20px;	
	}
	.videoSection .playButt {
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
			
	}

	.homeBottomSection.trans{
			background-color: transparent;
	}
	.homeBottomSection.lightGray {
	    background-color: #eee;
	    color: #525352;
	}
	.homeBottomSection.lighterGray {
		background-color: #f6f8f9;
	}
	.homeBottomSection.lightGray.turnOn:hover {
		background-color: #ddd;
	}
	.homeBottomSection .homeBottomContent .featuresImageBack {
		/*background-image: url('/images/new/index/doubleGrad.png');*/
		background-size: 100%;
		width: 100%;
		background-repeat:no-repeat;
	}
	.homeBottomSection.turnOn:hover {
		background-image: url('/images/new/lightOnLightTwo.png');
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: center top;
	}
	.homeBottomSection.tight {
	padding: 0;
	border: 0;
	border: 0;
	}
	.homeBottomSection.blue{
		background: #29c;
	}
	.homeBottomSection.blue:hover{
		background: #077FB3;
	}
	.homeBottomSection.darkBlue{
		background: #124f69;
	}
	.homeBottomSection.darkBlue .title{
		color:#fff;
	}
	.homeBottomSection.darkBlue .bigText{
		color:#fff;
	}
	.homeBottomSection .whiteTitle.img, .homeBottomSection .textContent.img p, .flat-butt-hollow.img {
	/*	color: white;*/
	}
	.homeBottomSection.smallSection:hover {
		opacity: 0.6;
	
		 -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  
	}
	.homeBottomSection.smallSection{

		background-color: #2299cc;
/*  background-image: url("/images/new/coffeecta2.png");*/
  background-size: 100%;
  /* position: relative; */
  height: 60px;
  background-position-y: -330px;
  background-repeat: no-repeat;
	}
	.homeBottomSection .title.lightBlue {
		color: #426e89;
		margin-bottom: 0;
	}
	.pricingContainer .title, .ourMissionText .title{
		font-family: raleway;font-weight:300;
		font-size: 35px;
		color: #525352;
		margin-bottom: 10px;
		margin-top: 10px;
		font-style: normal;
	}
.homeBottomSection .subTitle.lightBlue {
	color: #7e839c;
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 15px;
}
	.homeBottomSection .subTitle, .homeBottomSection .leftExplain {
		font-family: raleway;
		font-weight:300;
		font-size: 20px;
		color: #888;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.homeBottomSection .subTitle.black, .homeBottomSection .leftExplain{
		color: #525352;
		font-weight: 500;
	}
	.socialLikes.missionBox .ourMissionText {
		width:70%;
		margin:0 auto;

	}
		.homeBottomSection .textSection, .ourMissionText .textSection{
		font-family: raleway;
		font-weight:300;
		color:#fff;
		font-size:22px;
		line-height: 1.45;
		margin:0 auto;
	}
	.homeBottomSection .textContainer, .ourMissionText .textContainer{
		font-family: raleway;
		font-weight:300;
		color:#fff;
		font-size:22px;
		line-height: 1.45;
		margin:0 auto;
	}
	.homeBottomSection .textContent p{
		font-family: raleway;
		font-weight:200;
		color:#888;
		font-size:22px;
	}
	.homeBottomSection .textContent.smallSection p{
		font-family: raleway;
		font-weight:200;
		color:white;
		font-size:22px;
	}

	.homeBottomSection.white{
		-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
		-ms-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
		-o-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
		box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
		background: #fff;	
	}
	.homeBottomContent{
		width:1000px;
		margin:0 auto;
	}
	.freeTools .homeBottomContent{
		max-width:1000px;
		margin:0 auto;
		width: 90%;
	}
	.clear{
		clear:both;
	}
	
	.callToAction{
		margin-top:20px;
	}
	.callToAction img{
		border: 3px solid white;
		box-shadow: 0px 1px 4px #555;	
		margin-right: 2px;
	}
	.callToAction2{
		margin-top:20px;
		text-align: right;
	}
	.callToAction2 .foursomeSmall{
		float:left;
		margin-right: 30px;
	}
	.callToAction2 .foursomeSmall .avatars{
		width:72px;
		float: right;
		border: 3px solid white;
		box-shadow: 0px 1px 4px #555;
	}
	.callToAction2 .foursomeSmall img{
		width:36px;
		float:right;
	}
	.callToAction2 .foursomeSmall .fourTitle{
		float:right;
		padding-left: 10px;
		color:#444;
		font-size: 13px;
		width: 125px;
		text-align: left;
		line-height: 1.3;
		padding-top: 5px;
		font-weight: bold;
	}
	.callToAction2 .foursomeSmall:hover .fourTitle{
		color:#29c;
	}
	.callToAction2 .foursomeSmall:hover .avatars{
		box-shadow: 0px 1px 4px #29c;
	}


/* background setup */
.background {
background-repeat:no-repeat;
/* custom background-position */
background-position:50% 40%;
/* ie8- graceful degradation */
background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
/* give this to all tags from html to .fullscreen */
height:100%;

}
.fullscreen,
.content-a {
width:100%;
min-height:100%;
	border-bottom: 1px solid #ddd;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
height:100%;
overflow:hidden;
}
.darkCta .freeTools .boxBody .bigTitle {
	color: white;
}

.freeTools .liteTab {
	padding:15px 0;
	text-align:center;
	background-color:#fafafa;
	width: 100%;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 1px 4px 0px #ccc;
	margin:0 auto;	
}
.freeTools .liteTab .container {
	max-width:1000px;
	width: 90%;
	margin:0 auto;
}
.freeTools .liteTab .container img {
	width:250px;
	margin-right:10px;
}

.freeTools .topSection .container h1{
	background-color: transparent;
	font-style: normal;
	font-weight: 300;
}
.freeToolsMainPhoto.anime img {
	width: 300px;
  float: left;
  position: absolute;
  left: 0;
	
}
.pricingBox .pricingCTA .flat-butt-2.flat-butt-hollow-blue, .pricingBox .pricingCTA .flat-butt-2.flat-butt-blue {
	width: 65%;
	font-size: 16px;
	font-weight: 400;
}
.pricingFooter .footerBox {
	border-top:0;
	margin-top: 0;
}
.freeTools .darkCta {
	width:100%;
	border:0;
	background-color:#124f69;
	text-align:center;
}
.freeTools.greyContainer.button .freeToolsMainPhoto.anime  .animeStill{
	width: 100%;
  overflow: hidden;
  -webkit-transition: width 2s;
  transition: width 2s;
  height: 100px;
  bottom: 20px;
  position: absolute;
  left: 0
}
.freeTools.greyContainer.button .freeToolsMainPhoto.anime  .anime1{
	  width: 0%;
  overflow: hidden;
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  height: 100px;
  bottom: 0;
  position: absolute;
  left: 0
}
.freeTools.greyContainer.button .freeToolsMainPhoto.anime  .anime2{
	  width: 0;
  overflow: hidden;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;

  height: 100px;
  bottom: 0;
  position: absolute;
  left: 0
}
.freeTools.greyContainer.button .freeToolsMainPhoto.anime  .anime3{
	  width: 100%;
  overflow: hidden;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;

  height: 100px;
  bottom: 0;
  position: absolute;
  left: 0
}
.freeTools .greyContainer.noHeadline {
	padding-top: 50px;
}
.freeTools .greyContainer .box.signUp img {
	 width:80px;
	 margin-top:20px;

}

.freeTools .greyContainer .box.signUp a:hover .boxBody .bigTitle {
	text-decoration: none;
	}

.freeTools .greyContainer .box.signUp a:hover img {
	opacity: 1;
}


.freeTools .greyContainer .box.signUp .boxBody .bigTitle {
	font-size:20px;
	padding-top:20px;
	left: -100px;
	}
.freeTools.greyContainer.button:hover .freeToolsMainPhoto.anime  .anime1,.freeTools.greyContainer.button:hover .freeToolsMainPhoto.anime  .anime2, .freeTools.greyContainer.button:hover .freeToolsMainPhoto.anime  .anime3 {
	width: 100%;
}

/* visual styles */

.not-fullscreen {
height:50%;
}


/* from old home */



.flatHeader {
/*position: fixed;
top: 0px;*/
position: relative;
width: 100%;
z-index: 999;
/* height: 45px; */
background: #124f69;
font-size: 18px;
align-items: center;
}
.flatHeader .hamburgerIcon {
	margin-left: auto;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.flatHeader .hamburgerIcon a {
	border: none;
	height: 70%;
	display: flex;
	align-items: center;
}
.flatHeader .hamburgerIcon a .fa-bars {
	font-size: 20px;
}
.landingHome .flatHeader.white {
	background: transparent;
	box-shadow:none;
	border:none;
}
.flatHeader.white {
	transition: background-color 0.5s ease-in-out;
	background-color: white;
	color: #525352;
	display: flex;
	height: 60px;
	align-items: center;
}
.flatHeader.white .kontainer {
	display: flex;
	height: 100%;
}
.flatHeader.white .container .flatHeaderButton{
  color: #525352;
transition: color 0.5s ease-in-out;
margin-top:3px;
}
.flatLogo {
width: 40px;
background-image: url("/images/new/icon/icon_colorful.png");
background-repeat: no-repeat;
margin-top: 3px;
background-size: 40px;
height: 40px;
transition: background-image 0.5s ease-in-out;
}

.flatHeader.white .tabsCont {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.flatHeader.white .tabsCont .myDashboardButt {
	display: flex;
	order:1;
}
.flatHeader.white .ctaHeaderButt {
	font-family: raleway;
	font-size: 15px;
	margin-left: auto;
	order: 2;
}
.flatHeader.white .tabs {
	display: flex;
	flex: 1;
	height: 100%;
}
.logo.white {
  display: flex;
  width: 110px;
  align-content: center;
  justify-content: center;
}
.icon.white{
	float: left;
  height: 37px;
  width: 37px;
  margin-top: 6px;
  background: url(/images/new/icon/icon_colorful.png) no-repeat;
  background-size: 36px;
}


.homePageSearch #search input[type="text"] {
background: url(/images/search/searchIcon.png) no-repeat 7px 10px #eee;
font: 300 28px Arial,Helvetica,Sans-serif;
color: #555;
width: 500px;
padding: 14px 30px 11px 60px;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
border: 2px solid green;
line-height: 1.3;
}
.homePageSearch #search input[type="text"]:focus {
background: url(/images/search/searchIcon.png) no-repeat 7px 10px #eee;

color: #111;
width: 500px;
outline: none;
}
.landingHome.pricingPage {
	 padding-bottom: 80px;
	 height: auto;
	 min-height: auto;
}
.landingHome {
	/*min-height: 100vh;
	height: 100vh;*/
	height: 100%;
	max-height: 1080px;
	position: relative;
}		 
.landingHome .fullWidthSection {
	width: 100%;
	position: absolute;
	bottom: 0;
	/*height: 470px;*/
	/*z-index: -100;*/
}
.homeBottomSection .homeBottomContent .title, .homeBottomSection .homeBottomContent .subTitle {
	text-align: center;
}
.landingFeatures.ratecard .homeBottomSection {
	padding:60px 0;
}

.landingFeatures.ratecard .homeBottomSection .leftExplain {
	margin-right: 0;
	margin-left: 40px;
}
.landingFeatures.ratecard .homeBottomSection .homeBottomContent .leftExplain .sectionName {
	font-family: muli;
	font-weight: 700;
	color:#322F63;
}
.landingFeatures.ratecard .homeBottomSection .leftExplain .explainText { 
	font-size: 16px;
}
.homeBottomSection .homeBottomContent h2.title {
	margin-bottom: 15px;
	color:#322f63;
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: .3px;
	text-align: center;
	font-family: muli;
	line-height: 1.3;
}
.homeBottomSection .homeBottomContent .title.left, .homeBottomSection .homeBottomContent .subTitle.left {
	text-align: left;
}

.landingFeatures .homeBottomSection .homeBottomContent .leftExplain .sectionName {
	color: #426e89;
	font-weight: 700;
	font-size: 20px;
	font-family: raleway;
	margin-bottom: 10px;
}
.landingFeatures .homeBottomSection .homeBottomContent .featuresPar {
	margin-bottom: 10px;
}
.landingFeatures .doubleCta {
	width: 370px;
	text-align: center;
	margin: 0 auto;
	/*position: absolute;*/
	bottom: 0px;
	left: 0;
	right: 0;
	margin:auto;
	/*opacity: 0;*/
	transition: opacity 0.3s ease-in-out;
	margin-bottom: 5px;
	float: right;
}
.landingFeatures .doubleCta .grad-butt {
	width: 170px;
}

.landingFeatures .doubleCta .grad-butt:nth-child(1) {
	float: left;
}
.landingFeatures .doubleCta .grad-butt:nth-child(2) {
	float: right;
}
.landingFeatures .doubleCta .flat-butt {
	width: 170px;		
}

.flat-butt-white.flat-butt-round2 {
 color: #7E839C;
}
.flat-butt-round2 {
	border-radius: 3px;
	box-shadow: 0px 0 10px -5px #365266;
	transition: box-shadow 0.2s ease-in-out;
}
.flat-butt-round2:hover {
	box-shadow: 0px 0 17px -5px #365266;	
}
 .grad-butt-white {
	background: white;
	color: #7E839C;
}
.grad-butt:hover {
	box-shadow: 0px 0 17px -5px #7d9bb6;
	opacity: 0.9;
}
.grad-butt.wideBottom {
	display: block;
	text-align: center;
	transition: background .3s ease;
	border-radius: 0 0 3px 3px;
}
.grad-butt-blue:hover {
	box-shadow: 0px 0 17px -5px #365266;
	opacity: 0.9;
}
.technology.landing {
	width: 130px;
	text-align: center;
	margin: 0 auto;
	height: 100px;
}
.technology.landing svg {
    margin: auto 0;
    height: 130px;
}
.threeThirds.tight .oneThird {
	width: 332px;
	border-right: 2px solid #dfe9ed;
	padding: 50px 0;
	margin-bottom: 20px;
}
.threeThirds .oneThird.clickableShadedBox {
	width: 25%;
	height: 240px;
	padding: 30px;
	margin-right: 50px;
	background-color: white;
	box-shadow: 0 0px 2px rgba(0,0,0,0.15);
   transition: box-shadow 0.2s ease-in-out;
   cursor: pointer;
}
.threeThirds .oneThird.clickableShadedBox:hover  {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.threeThirds .oneThird.clickableShadedBox:nth-child(3){
margin: 0;
}
.threeThirds .oneThird.clickableShadedBox .thirdTitle {
	font-size: 22px;
	font-family: muli;
	font-weight: 700;
}
.threeThirds .oneThird.clickableShadedBox .thirdText{
	font-size: 17px;
	font-family: open sans;
	font-weight: 300;
	color: #7d9bb6;
	width: 90%;
	height: 90px;
}
.threeThirds .oneThird.clickableShadedBox .thirdBottom i {
	opacity: 0;
	font-size: 19px;
	vertical-align: bottom;
	transition: opacity 0.3s ease-in-out;
}
.threeThirds .oneThird.clickableShadedBox:hover .thirdBottom i {
	opacity: 1;
}
.threeThirds .oneThird.clickableShadedBox.blue:hover .thirdBottom {
	color: #29c;

}
.threeThirds .oneThird.clickableShadedBox.red:hover .thirdBottom {
	color: #db6d53;
}
.threeThirds .oneThird.clickableShadedBox.green:hover .thirdBottom {
	color: #9ab44a;
}
.threeThirds .oneThird.clickableShadedBox .thirdBottom{
	font-size: 17px;
	font-family: open sans;
	font-weight: 300;
	color: #ccc;
	transition: color 0.3s ease-in-out;
}
.threeThirds .oneThird.clickableShadedBox.blue .thirdTitle {
	color: #2299cc;
	transition:color 0.5s ease-out; 
}
.threeThirds .oneThird.clickableShadedBox .leftPage {
	 transform: rotateY(-35deg);
	 transform-origin:45px 0px;
}
.threeThirds .oneThird.clickableShadedBox .rightPage {
	transform: rotateY(35deg);
	transform-origin:45px 0px;
}
.threeThirds .oneThird.clickableShadedBox:hover .leftPage, .threeThirds .oneThird.clickableShadedBox:hover .rightPage {
	 transform: rotateY(0deg);
	 transition:transform 0.5s ease-out, fill 0.5s ease-out, stroke 0.5s ease-out; 
}

.threeThirds .oneThird.clickableShadedBox.blue:hover .thirdTitle {
	color: #afdaec;
}
.threeThirds .oneThird.clickableShadedBox.red:hover .thirdTitle {
	color: #f7a48b;
}
.threeThirds .oneThird.clickableShadedBox.green:hover .thirdTitle {
	color: #d5e5a3;
}
.threeThirds .oneThird.clickableShadedBox.red .rightPage {
	 fill: #f8845c;
	 stroke: #f8845c;
}
.threeThirds .oneThird.clickableShadedBox.red:hover .rightPage {
	 fill: #f99d85;
	 stroke: #f99d85;
}
.threeThirds .oneThird.clickableShadedBox.red .rightPage.strokes {
	stroke:#ffdacf;
}
.threeThirds .oneThird.clickableShadedBox.red:hover .rightPage.strokes {
	stroke:#fceeeb;
}
.threeThirds .oneThird.clickableShadedBox.red .leftPage {
	 fill: #da6d53;
	 stroke: #da6d53;	
}
.threeThirds .oneThird.clickableShadedBox.red:hover .leftPage {
	 fill: #f8845c;
	 stroke: #f8845c;
}
.threeThirds .oneThird.clickableShadedBox.red .leftPage.strokes {
	stroke:#dbbbb2;
}
.threeThirds .oneThird.clickableShadedBox.red:hover .leftPage.strokes {
	stroke:#ffdacf;
}
.threeThirds .oneThird.clickableShadedBox.green .rightPage {
	 fill: #abcb48;
	 stroke: #abcb48;
}
.threeThirds .oneThird.clickableShadedBox.green:hover .rightPage {
	 fill: #cbdd80;
	 stroke: #cbdd80;
}
.threeThirds .oneThird.clickableShadedBox.green .rightPage.strokes {
	stroke:#e5efc7;
}
.threeThirds .oneThird.clickableShadedBox.green:hover .rightPage.strokes {
	stroke:#f1f4e9;
}
.threeThirds .oneThird.clickableShadedBox.green .leftPage {
	 fill: #99b34a;
	 stroke: #99b34a;
}
.threeThirds .oneThird.clickableShadedBox.green:hover .leftPage {
	 fill: #abcb48;
	 stroke: #abcb48;
}
.threeThirds .oneThird.clickableShadedBox.green .leftPage.strokes {
	stroke:#d4e4a2;
}
.threeThirds .oneThird.clickableShadedBox.green:hover .leftPage.strokes {
	stroke:#e5efc7;
}
.threeThirds .oneThird.clickableShadedBox.blue:hover .leftPage {
	 fill: #bbe0ef;
	 stroke: #bbe0ef;
}
.threeThirds .oneThird.clickableShadedBox.blue:hover .leftPage.strokes {
	 stroke: white;
}
.threeThirds .oneThird.clickableShadedBox.blue:hover .rightPage {
	 fill: #bfe8f7;
	 stroke: #bfe8f7;
}
.threeThirds .oneThird.clickableShadedBox.blue:hover .rightPage.strokes {
	 stroke: white;
}
.threeThirds .oneThird.clickableShadedBox.red .thirdTitle {
	color: #db6d53;
	transition:color 0.5s ease-out; 
}
.threeThirds .oneThird.clickableShadedBox.green .thirdTitle {
	color: #9ab44a;
	transition:color 0.5s ease-out; 
}

.threeThirds .oneThird {
	float: left;
	text-align: center;
}
.threeThirds .oneThird:nth-child(3) {
	border: 0;
}
.threeThirds .oneThird .thirdTitle {
	color: #426e89;
	font-weight: 700;
	font-size: 17px;
	font-family: open sans;
	margin-bottom: 5px;

}
.threeThirds .oneThird .thirdText {
	width: 250px;
	color: #426e89;
	margin: 0 auto;
	font-family: raleway;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
}
.trustedBy {
	margin-top: 10px;
	padding-bottom: 100px;
}
.wideLine {
	width: 100%;
}
.wideLine .companies img {
	width:74px;
	opacity: 0.6;
	float: left;
	margin: 0 56px;
}
.companies img:hover {
	opacity: 0.4;
}
.homeBottomSection .smallTitle {
	font-weight: 700;
	font-family: open sans;
	color: #ccc;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}
.homeBottomSection.noPadding {
	padding:0;
}

.homeBottomContent.fullWidthSection .featuresImage {
	/*width: 1000px;*/
	margin: 0 auto;
	/*padding-top: 20px;*/
	text-align: center;
}



@media only screen and (max-width: 1000px) {
	.homeBottomContent.fullWidthSection .featuresImage .tab-content {
		width:100%;
	}
	.homeBottomContent.fullWidthSection .featuresImage .tab-content .tab-pane .rightExplain {
		width: 100%;
	}
	.homeBottomContent.fullWidthSection .featuresImage .tab-content .tab-pane .rightExplain .explainPic {
		width: 100%;
		transform: translate(0,0);
	}
	.landingFeatures .homeBottomSection .homeBottomContent .leftExplain {
		width:100%;
	}
	.landingFeatures .homeBottomSection .homeBottomContent .leftExplain .explainText {
		width:100%;
	}
	
	.trustedBy {
		display: none;
	}
	.landingAd.stories {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.homeBottomSection.cta .homeBottomContent .textHomeCenter > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		
	}
	.homeBottomSection.cta .homeBottomContent .textHomeCenter > div .title {
		text-align: center;
	}
	nav ul.whiteHeaderNav {
		display: none !important;
	}
	.landingFeatures .homeBottomSection .homeBottomContent {
		width:90%;
	}
	.homeBottomContent.fullWidthSection .featuresImage .bottomCta {
		display:flex;
	}
	.homeBottomContent.fullWidthSection .featuresImage .bottomCta .grad-butt {
		width:50%;
		font-size: 14px;
		text-align: center;
	}
	.homeBottomContent.fullWidthSection .featuresImage .bottomCta .grad-butt:nth-child(2) {
		margin-right: 0;
	}
	.homeBottomSection .homeBottomContent .threeThirds {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.homeBottomSection.cta {
		height: 270px !important;
	}
	.landingHome .whiteHome {
		padding-top: 20px;
	}
	.whiteHome h1 {
		font-size: 35px !important;
	}
	.landingHome .whiteSubheader {
		font-size: 17px !important;
	}
	.flatHeader.white .ctaHeaderButt {
		display:none;
	}
}
.homeBottomContent.fullWidthSection .featuresImage .featuresArrow {
	cursor: pointer;
	font-weight: 500;
	color: #426e89;
	margin-left:10px;

/*	font-size: 20px;
	padding: 5px 11px;
	color: #c6d1db;*/
}
.homeBottomContent.fullWidthSection .featuresImage .featuresArrow i{
	font-size: 14px;
	margin-left: 5px;
	font-weight: 700;
}

.homeBottomContent.fullWidthSection .featuresImage .bottomCta {
	/*float: right;
	margin-top: 17px;*/

	/*float: right;*/
	/*position: absolute;
	left: 0px;
	bottom: 0px;*/
	text-align: left;
	/*width: 30%;*/
}
.homeBottomContent.fullWidthSection .featuresImage .bottomCta .smallTextCta {
	float: left;
	padding: 10px 0px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.homeBottomContent.fullWidthSection .featuresImage .bottomCta .grad-butt {
	float: left;
	margin-right: 3%;
}
.homeBottomContent.fullWidthSection .featuresImage .bottomCta .smallTextCta:hover {
	opacity: 0.7;
	color: #29c;
}
.homeBottomContent.fullWidthSection .featuresImage .bottomCta .smallTextCta i {
	margin-right: 5px;
	padding-bottom: 5px;
}
.homeBottomContent.fullWidthSection .featuresImage .explainPic.active {
		
	     transform: translateX(0px);
}
.homeBottomContent.fullWidthSection .featuresImage:hover .doubleCta {
	opacity: 1;
}
.homeBottomSection.littlePadding {
	padding:30px 0;
}
.homeBottomSection .companyLogos {
	width: 100%;
}
.homeBottomSection .companyLogos .oneLogo:nth-child(4n) {
	margin-right: 0;
}
/*.homeBottomSection .companyLogos .oneLogo{
	text-align: center;
	width: 250px;
	height: 110px;
	float: left;
}*/
.homeBottomSection .companyLogos .logoLine {
	height: 150px;
	position: relative;
}
.homeBottomSection .companyLogos .logoLine .oneLogo  {
	position: absolute;
	width: 200px;
}

.homeBottomSection .companyLogos .logoLine .oneLogo.one.first,
.homeBottomSection .companyLogos .logoLine .oneLogo.two.first,
.homeBottomSection .companyLogos .logoLine .oneLogo.three.first,
.homeBottomSection .companyLogos .logoLine .oneLogo.four.first,
.homeBottomSection .companyLogos .logoLine .oneLogo.five.first {
	animation:logoOpacity_First 38s infinite ease-in-out;
}
.homeBottomSection .companyLogos .logoLine .oneLogo.one.second,
.homeBottomSection .companyLogos .logoLine .oneLogo.two.second,
.homeBottomSection .companyLogos .logoLine .oneLogo.three.second,
.homeBottomSection .companyLogos .logoLine .oneLogo.four.second,
.homeBottomSection .companyLogos .logoLine .oneLogo.five.second {
	animation:logoOpacity_Second 38s infinite ease-in-out;
}
.homeBottomSection .companyLogos .logoLine .oneLogo.one.third,
.homeBottomSection .companyLogos .logoLine .oneLogo.two.third,
.homeBottomSection .companyLogos .logoLine .oneLogo.three.third,
.homeBottomSection .companyLogos .logoLine .oneLogo.four.third,
.homeBottomSection .companyLogos .logoLine .oneLogo.five.third {
	animation:logoOpacity_Third 38s infinite ease-in-out;
}


.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.one {  			
	animation-delay: -3.5s;
}
.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.two {				
	animation-delay: -14s;
}
.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.three {			
	animation-delay: -17.5s;
}
.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.four {				
	animation-delay: -9s;
}
.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.five {				
	animation-delay: -5s;
}

.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.one {				
	animation-delay: -11s;
}
.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.two {   			
	animation-delay: 0s;
}
.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.three {			
	animation-delay: -6.5s;
}
.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.four {				
	animation-delay: -19.5s;
}

.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.five {				
	animation-delay: -14s;
}

.vettedLanding .homeBottomSection .companyLogos .logoLine .oneLogo.one,
.vettedLanding .homeBottomSection .companyLogos .logoLine .oneLogo.two,
.vettedLanding .homeBottomSection .companyLogos .logoLine .oneLogo.three,
.vettedLanding .homeBottomSection .companyLogos .logoLine .oneLogo.four,
.vettedLanding .homeBottomSection .companyLogos .logoLine .oneLogo.five {
	opacity: 1;
}
.homeBottomSection .companyLogos .logoLine .oneLogo.one {
	left: 0%;
	opacity: 0;
	text-align: left;
}
.homeBottomSection .companyLogos .logoLine .oneLogo.two {
	left: 25%;
	opacity: 0;
	text-align: left;
}
.homeBottomSection .companyLogos .logoLine .oneLogo.three {
	left: 0;
	right: 0;
	margin:auto;
	opacity: 0;	
	text-align: center;
}
.homeBottomSection .companyLogos .logoLine .oneLogo.four {
	right: 25%;
	opacity: 0;
	text-align: right;
}
.homeBottomSection .companyLogos .logoLine .oneLogo.five {
	right:0%;
	opacity: 0;
	text-align: right;
}
.homeBottomSection .companyLogos .oneLogo img {
	max-width: 80px;	
}
.homeBottomSection .companyLogos .oneLogo img.wide {
	max-width: 150px;
	margin-top: 20px;
}
.homeBottomSection .companyLogos .oneLogo img.turnerLogo {
	margin-top: 25px;
	max-width: 90px;
}
.homeBottomSection .companyLogos .oneLogo img.loccitaneLogo {
	max-width: 105px;
}
.homeBottomSection .companyLogos .oneLogo img.microsoftLogo {
	max-width: 105px;
	margin-top: 23px;
}
.homeBottomSection .companyLogos .oneLogo img.imgLogo {
	margin-top: 15px;
}
.homeBottomSection .companyLogos .oneLogo img.cocacolaLogo {
	margin-top: 5px;
	max-width: 120px;
}
.homeBottomSection .companyLogos .oneLogo img.nikeLogo {
	margin-right: 25px;
	margin-top: 15px;
}
.homeBottomSection .companyLogos .oneLogo img.mslLogo {
	max-width: 105px;
	margin-top: 20px;
}
.homeBottomSection .companyLogos .oneLogo img.morganchaseLogo {
	margin-top: 23px;
}
.homeBottomSection .companyLogos .oneLogo img.weberLogo {
	max-width: 110px;
}
.homeBottomSection .companyLogos .oneLogo img.accesoLogo {
	max-width: 90px;
	margin-top: 20px;
}
.homeBottomSection .companyLogos .oneLogo img.unitedwayLogo {
	max-width: 100px;
	margin-top: 10px;
	margin-right: 10px;
}
.homeBottomSection .companyLogos .oneLogo img.wundermanLogo {
	max-width: 120px;
}
.homeBottomSection .companyLogos .oneLogo img.kayakLogo {
	margin-top: 10px;
}
.homeBottomSection .companyLogos .oneLogo img.huaweiLogo {
	margin-top: 10px;
}
.homeBottomSection .companyLogos .oneLogo img.williamgrantsLogo {
	max-width: 170px;
	margin-left: 80px;
}
.homeBottomSection .companyLogos .oneLogo img.veritasLogo {
	max-width: 120px;
}
.homeBottomSection .companyLogos .oneLogo img.ibmLogo {
	margin-top: 10px;
}
.homeBottomSection .companyLogos .oneLogo img.unileverLogo {
	max-width: 70px;
}

@keyframes logoOpacity_First {
	0%   { opacity: 1; }
	10%  { opacity: 1; }
	13%  { opacity: 0; }
	76%  { opacity: 0; }
	79%  { opacity: 1; }
	100%  { opacity: 1; }
}
@keyframes logoOpacity_Second {
	0%  { opacity: 0; }	
	10%  { opacity: 0; }
	13%  { opacity: 1; }
	43%  { opacity: 1; }
	46%  { opacity: 0; }
}
@keyframes logoOpacity_Third {
	0%  { opacity: 0; }
	43%   { opacity: 0; }
	46%  { opacity: 1; }
	76%  { opacity: 1; }
	79%  { opacity: 0; }
}


.homeBottomSection .companyLogos .oneLogo .logoBody {
	background-color: green;
}
.wideLine .companies {
	width: 100%;
	margin: 0 auto;
	height: 50px;
   white-space: nowrap;
   overflow: hidden;
}
.trustedBy .testimonials {
	width: 1000px;
	margin:0 auto;
	height: 260px;	
	position: relative;
	text-align: center;;
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial {
	width: 850px;
	position: absolute;
	padding: 50px;
	line-height: 1.3;
	margin:0 auto;
	margin-bottom: 50px;
	cursor: pointer;
	/*position: relative;*/
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialRight {
	float: right;
	width: 650px;
	padding-top: 20px;
	position: relative;
	text-align: left;
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialRight .testimonialHead {
	font-family: muli;
	font-size: 25px;
	font-weight: 500;
	color: #426e89;
	line-height: 1;
	margin-bottom: 10px;
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialRight .testimonialText {
	font-family: open sans;
	font-size: 17px;
	font-weight: 300;
	color: #8c92b3;
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialRight .testimonialName {
	font-family: open sans;
	font-size: 13px;
	font-weight: 700;
	color: #6b7c92;
	position: absolute;
	right: -20px;
	bottom: -50px
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialPic {
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialPic img {
	width: 100%;
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialLogo  {
	width: 60px;
	height: 60px;
	overflow: hidden;
	box-shadow: 0px 0px 10px -3px #aaa;
	position: absolute;
	top: 150px;
	left: 160px;
	border-radius: 50%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.trustedBy .testimonials .whiteShadedBox.oneTestimonial .testimonialLogo  img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.whiteShadedBox {
	padding: 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 30px 0px #eee;
	background-color: white;
}
.trustedBy .smallTitle {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #a2a0b4;
	text-align: center;
	margin-bottom: 15px;
}
.landingFeatures .featuresImageBack {
	position: relative;
	height: 670px;
}

.landingFeatures .bottomCta .grad-butt i {
	/*font-size: 19px;*/
	/*vertical-align: middle;*/

	font-size: 13px;
}
.landingFeatures .featuresSelector .selctorOne.active .selectorBorder {
	height: 4px;
	margin-top: 7px;
    background: -webkit-linear-gradient(left, #32b5ed, #2287cc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #32b5ed, #2287cc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #32b5ed, #2287cc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #32b5ed, #2287cc); /* Standard syntax */ 
}

}
.landingFeatures .featuresSelector .selctorOne:hover .selectorText {
	opacity: 0.7;
}

.fullWidthSection .animeInfluencer img {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.fullWidthSection .animeInfluencer {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin:auto;
	width: 160px;
	z-index: 999;
}
.fullWidthSection .animeCity {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin:auto;
	width:100%;
}
.animeCity .signLike i {
	margin-right: 3px;
}
.animeCity .signLike {
	opacity: 0;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg); 
	transform: rotate(0deg); 
	position: absolute;
	color: #6e97a8;
	font-family: open sans;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 35px;
	 -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
.animeCity .signLike.seen {
	opacity: 1;
	-webkit-transform: rotate(100deg); 
	-moz-transform: rotate(100deg); 
	transform: rotate(100deg); 
	 -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}

.landingHome .citySign {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}
.citySign2 {
    -ms-transform: scale(1.4); /* IE 9 */
    -webkit-transform: scale(1.4); /* Safari */
    transform: scale(1.4);
}
.citySign3 {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari */
    transform: scale(1.5);
}
/*.citySign.moveLeft {
	-ms-transform: translate(-5px, 0px); 
    -webkit-transform: translate(-5px, 0px); 
    transform: translate(-5px, 0px);
}
.citySign.moveRight {
	-ms-transform: translate(5px, 0px); 
    -webkit-transform: translate(5px, 0px); 
    transform: translate(5px, 0px);
}*/
.landingHome .revealingText {
	font-weight: 300;
	transition: color 0.5s ease-in-out;
	/*color: #d0e9f3;*/
	color:#7d9bb6;
}
.landingHome .homeIllus_sign {
	transition: transform 1s ease-in-out;	
	transform-origin: 800px 300px;
}
.landingHome .homeIllus_sign2 {
	transition: transform 1.2s ease-in-out;	
	transform-origin: 800px 300px;
}
.landingHome .fullWidthSection .animeCity svg {
	width: 100%;
	height: 100%;
}
.landingHome .fullWidthSection .animeCity .homeIllus_fall {
	transition: transform 1s ease-in-out;
}
.landingHome .cityBuild_delay1 {
    transition: transform 1.2s ease-in-out !important;
}
.landingHome .cityBuild_delay2 {
    transition: transform 1.4s ease-in-out !important;
}
.landingHome .cityBuild_delay3 {
    transition: transform 1.6s ease-in-out !important;
}
.landingHome .cityBuild_delay4 {
    transition: transform 2s ease-in-out !important;
}

.landingHome .cityBuild {
	-ms-transform: translate(0px, 400px); /* IE 9 */
    -webkit-transform: translate(0px, 400px); /* Safari */
    transform: translate(0px, 400px);
}
.landingHome .fullWidthSection .animeInfluencer img {
	width: 100%;

}
.landingHome .fullWidthSection .animeInfluencer #homeIllus_2left {
	left: -120px;
}
.landingHome .fullWidthSection .animeInfluencer #homeIllus_1{
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg); 
	transform: rotate(0deg); 
}
.landingHome .fullWidthSection .animeInfluencer #homeIllus_2right {
	right: -110px;
}
.feautresImage {
	margin-top: 15px;
	height: 500px;
	text-align: center;
}
.feautresImage img {
	width: 90%;
}
.homeMission {
padding-top: 10%;
padding-bottom: 5%;
width:1000px;
margin:0 auto;
}
.missionThird {
text-align: center;
width:31%;
float:left;
margin-right:3%
}		


.whiteText {
font-size: 17px;
text-align: center;
font-weight: 300;
line-height: 1.3;
font-family: open sans;
color:#888;
width: 95%;
margin: 0 auto;
margin-top: 5%;
}
.missionImage {
width: 50%;
margin: 0 auto;
position: relative;
overflow: hidden;
border-radius: 50%;

}
.missionImage img {
	width: 100%;
}

.thirdsRow {
	margin-top: 40px;
}
.ourMissionPics i {
	font-size:30px;
	margin-bottom:2%;
}
.homeMission h3, .homeBottomSection h3 {
margin-top: 5%;
font-family: raleway;
font-weight: 300;
text-align: center;
font-size: 25px;
}
.whiteBrandLogo {
margin-left: 7%;
width: 9%;
float: left;
opacity: 0.6;
padding-bottom: 40px;
}
.whiteBrandLogo img {
width: 100%;
}

.whiteHalf {
text-align: center;
width:50%;
float:left;
}

.whiteQuoteImage {
border-radius:50%;
width:100px;
}

.whiteSubheader {

font-weight:300;
font-family: Raleway;
font-size: 19px;
margin:0 auto;
color: #888;
line-height:1.5;
border-bottom:0;
box-shadow: none;
margin-bottom: 5%;
}
.landingHome .whiteSubheader {
font-weight:300;
font-family: Raleway;
font-size: 22px;
margin:0 auto;
color: #7d9bb6;
line-height:1.5;
border-bottom:0;
box-shadow: none;
margin-bottom: 5%;
}
.whiteDescription {
font-weight:500;
font-size:15px;
}

.whiteBigText{
	 font-size: 16px;
  margin-top: 5px;
font-family: open sans;
text-align: left;
font-weight: 300;
color: #888;
line-height: 1.3;
margin: 0 auto;
padding-bottom: 25px;
}


.freeTools .greyContainer .box a:hover img {
	opacity: 0.6;

}
.whiteHome {
	width:1000px;
	margin:0 auto;
	text-align:center;
	/*padding-top:14vh;*/
	/*height:660px;*/
	padding-top: 70px;
}
.landingHome .whiteHome {
	max-width:1000px;
	width:90%;
	margin:0 auto;
	text-align:center;
	/*padding-top: 70px;*/
	padding-top:12vh;
	/*height:660px;*/
	z-index: 5;
	position: relative;
}
.whiteHome h1{
font-weight: 400;
font-size:42px;
color:#124f69;/*#525352*/
font-family: Raleway;
line-height:1;
font-kerning:normal;
margin-bottom:15px;

}
.landingHome.whiteHome h1{
font-weight: 400;
font-size:42px;
color:#124f69;
font-family: Raleway;
line-height:1;
font-kerning:normal;
margin-bottom:10px;
}

.pricingBox {
position: relative;
border:1px solid #29c;
width:29%;
margin-right:5%;
float:left;
box-sizing:border-box;
height: 560px;
}
.pricingBox.whiteShadedBox{
	border: 0;
	z-index: 1;
	background: white;
	box-shadow: 0px 0px 15px 0px #bbb;
	padding: 0px;
	height: auto;
	margin: 0;
	width: 35%;
	font-size: 14px;
	transition: all 0.5s ease;
}
.pricingBox.wideBox {
	width: 100%;
	padding: 30px;
	height: auto;
	border-radius: 3px;
	border-color: #7e839c;
	margin-top: 20px;
}
.pricingBox.wideBox .pricingSubhead {
	height: auto;
	margin-top: 0px;
	text-align: left;
	font-weight: 300;
	color: #888;
}
.pricingBox.wideBox .float_left .pricingPrice {
	text-align: left;
	margin:0;
	font-size: 25px;
}
.pricingBox.wideBox .float_right .grad-butt-large {
	margin-top: 16px;
}
.pricingPage .tinyUrl {
	margin-bottom: 60px;
	font-size: 14px;
	font-weight: 300;
	color: #aaa;
	margin-top: 13px;
}
.pricingPage .tinyUrl a:hover {
	opacity: 0.9;
}
.pricingBox.wideBox .float_left .pricingPrice .boldPrice {
	color: #29c;
	font-size: 25px;
	font-weight: 700;
}
.pricingBox.wideBox .float_left .pricingHead {
	text-align: left;
	font-weight: 700;
	color: #aaa;
	margin-top: 0;
	margin-bottom: 5px;
}
.pricingBox.wideBox .float_left .pricingPrice .boldPrice .smallDetail{
	font-size: 13px;
	color: #aaa;
	font-weight: 300;
}
.pricingBox.whiteShadedBox:hover {
	box-shadow: 0px 7px 23px 5px #aaa;
	/*transform: scale(1.01);*/
}
.pricingBox.whiteShadedBox li {
	font-size: 14px;
}
.pricingBox.whiteShadedBox.smallBox {
	margin-top: 25px;
}
.pricing2018 .pricingBox.whiteShadedBox.smallBox {
	margin-top: 0px;
	border-radius: 20px 0 0 20px;
	background: #faffff;
	overflow: hidden;
}
.pricingBox.whiteShadedBox.important {
	z-index:2;
	box-shadow: 0 0 20 0 #ccc;
	width: 65%;
}
.pricing2018 .pricingBox.whiteShadedBox.important {
	border-radius: 1px 20px 20px 1px;
}
.pricing2018 .pricingBox.whiteShadedBox .freePlan ul {
	padding: 0 40px;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingSubhead {
	text-align: left;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingSubhead li {
	line-height: 1.5;
	font-size: 13px;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingSubhead li i {
	margin-right: 5px;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingSubhead li span {
	display: block;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingLogos {
	/*padding: 40px;*/
	height: 110px;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingLogos .logoLine {
	display: flex;
	align-self: left;
	width: 100%;
	height: 100%;
	animation-name: logoPricing;
    animation-duration: 45s; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes logoPricing {
	0%   {margin-left: 0px;}
	1%   {margin-left: 0px;}
    5%   {margin-left: -350px;}
    6%   {margin-left: -350px;}
    10%  {margin-left: -700px;}
    11%  {margin-left: -700px;}
    15%  {margin-left: -1050px;}
    16%  {margin-left: -1050px;}
    20% {margin-left: -1400px;}
    21% {margin-left: -1400px;}
    25% {margin-left: -1750px;}
    26% {margin-left: -1750px;}
    30% {margin-left: -2100px;}
    31% {margin-left: -2100px;}
    35% {margin-left: -2450px;}
    36% {margin-left: -2450px;}
    40% {margin-left: -2800px;}
    41% {margin-left: -2800px;}
    45% {margin-left: -3150px;}
    46% {margin-left: -3150px;}
    50% {margin-left: -3500px;}
    51% {margin-left: -3500px;}
    55% {margin-left: -3850px;}
    56% {margin-left: -3850px;}
    60% {margin-left: -4200px;}
    61% {margin-left: -4200px;}
    65% {margin-left: -4550px;}
    66% {margin-left: -4550px;}
    70% {margin-left: -4900px;}
    71% {margin-left: -4900px;}
    75% {margin-left: -5250px;}
    76% {margin-left: -5250px;}
    80% {margin-left: -5600px;}
    81% {margin-left: -5600px;}
    85% {margin-left: -5950px;}
    86% {margin-left: -5950px;}
    90% {margin-left: -6300px;}
    91% {margin-left: -6300px;}
    95% {margin-left: -6650px;}
    96% {margin-left: -6650px;opacity: 1;}
    96.01% {margin-left: 0;opacity: 0};
    96.02% {margin-left: 0;opacity: 1}
}
.pricing2018 .pricingBox.whiteShadedBox .pricingLogos .logoLine .oneLogo {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 100%;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingLogos .logoLine img {
	position: initial;
	flex-shrink: 0;
	align-self: center;
	/*padding: 30px;*/
	max-width: 100px;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingLogos .logoLine img.wide {
	max-width: 140px;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingLogos .logoLine img.tall {
	max-height: 70px;
	width: auto;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingSubhead {
	margin: 0;
	padding: 0;
}
.pricing2018 .pricingBox.whiteShadedBox .dividerCont {
	padding: 20px;
	display: flex;
	justify-content: center;
}
.pricing2018 .pricingBox.whiteShadedBox .dividerLine { 
	border-bottom: 2px solid #f6f8f9;
	width: 150px;
}
.pricingBox.whiteShadedBox .pricingSubhead {
    height: auto;
    margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pricingBox.whiteShadedBox.wideBox .pricingSubhead {
	margin-top: 10px;
	margin-bottom: 0;
}
.pricingBox.whiteShadedBox.important .pricingSubhead {
    width: 80%;
}
.pricingBox.whiteShadedBox .freePlan ul {
	padding: 40px 0 100px 0;
}
.pricingBox.whiteShadedBox.important .pricingSubhead li {
	text-align: left;
	float: left;
	width: 45%;
	height: 100px;
	margin:0;
	line-height: 1.4;
	color: #888;
}
.pricingBox.whiteShadedBox.important .pricingSubhead li:nth-child(even)  {
	float: right;
}
.pricingBox.whiteShadedBox .pricingSubhead li span {
	font-weight: 700;
	color: #8091A5;
}
.pricingBox.whiteShadedBox.important .pricingSubhead li span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	letter-spacing: 0.7;
	position: relative;
}
.pricingBox.whiteShadedBox.important .pricingSubhead li span i {
	opacity: 0.5;
	font-size: 12px;
	margin-right: 3px;
	left: -17px;
	top: 3px;
	position: absolute; 
}
.pricingBox.whiteShadedBox.wideBox .pricingSubhead span {
	margin-right: 5px;
	font-size: 13px;
}
.pricingBox.whiteShadedBox.wideBox .pricingSubhead span i {
	opacity: 0.5;
	font-size: 12px;
	margin-right: 3px;
}
.pricingBox.whiteShadedBox .pricingHead {
	font-weight: 700;
	color: #aaa;
	letter-spacing: 1.3;
}
.pricing2018 .boxCont {
	display: flex;
	align-items: center;
}
@media (max-width: 900px) {
	.pricingContainer {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.pricingContainer .klearProfilesModal .demoRow {
		width: 100%;
	}
	.pricing2018 .boxCont {
		flex-direction: column;
	}
	.pricing2018 .pricingBox.whiteShadedBox.important {
		order:1;
	}
	.pricing2018 .pricingBox.whiteShadedBox.smallBox {
		order:2;
	}
	.pricing2018 .pricingBox.whiteShadedBox.smallBox,
	.pricing2018 .pricingBox.whiteShadedBox.important {
		width: 100%;
		border-radius: 20px;
		margin-bottom: 10px;
	}
}
.pricing2018 .pricingBox.whiteShadedBox .pricingHead {
	margin:0;
	padding:40px 0 30px 0;
	font-size: 12px;
}
.pricingBox.whiteShadedBox .pricingPrice {
	font-weight: 700;
	color: #525352;
	font-size: 25px;
	margin-top: 10px;
}
.pricing2018 .pricingBox.whiteShadedBox .topPricingImage {
	position: initial;
	width: 70px;
	margin-top: 0px;
}
.pricing2018 .pricingBox.whiteShadedBox .titleCont {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-top: 30px;
}
.pricing2018 .pricingBox.whiteShadedBox .pricingPrice {
	margin: 10px 0 0 0;
	padding: 0;
}
.pricingBox.whiteShadedBox .grad-butt.wideBottom {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.pricing2018 .pricingBox.whiteShadedBox .grad-butt.wideBottom {
	border-radius: 0 0 20px 1px;
}
.pricingBox.whiteShadedBox:hover .grad-butt-white.wideBottom {
	color: #29c;
}
.pricingBox.whiteShadedBox .grad-butt.wideBottom i {
	font-size: 11px;
}
.pricingBox .pricingHead {
font-family: raleway;
font-weight: 200;
text-transform: uppercase;
font-size: 14px;
color: #aaa;
}
.pricingBox .pricingHeadSub{
	/*color: #aaa;*/
	color: #8091A5;
	margin-top:8px;
	font-size: 13px;
	font-weight:500; 
}
.pricingBox .pricingPrice {
font-family: open sans;
font-weight: 300;
font-size: 35px;
color:#525352;
}
.pricingBox .pricingPrice span{
	font-size: 11px;
	color:#888;
	width:50px;
	margin-right:-40px;

}
.pricingBox .pricingCTA,.pricingPrice,.pricingBox .pricingHead,.pricingBox .pricingSubhead {
margin-top: 17px;
}
.pricingSubhead {
font-family: open sans;
font-weight: 700;
font-size: 15px;
color: #525352;
height:85px;
}
.pricingBox li {
font-family: open sans;
font-weight: 300;
font-size: 13px;
color: #888;
margin-top: 5%;
}
.pricing2018 .pricingBox li:first-child {
	margin-top: 0;
}
.pricingBox li span{
	color: #29c;
	font-weight: bold;
}
.pricingBox li i.fa-check{
	color:#29c;
}
.pricingPage .testimonialsPage {
	width:100%;
	overflow: hidden;
}
.pricingBox .klearProfilesModal .modalContainer .modalTop .titles {
 text-align: left;
}
.pricingBox.recommended {
border-width: 3px;
width:32%;
}
.pricingContainer {
width: 100%;
max-width:1000px;
text-align:center;
padding-top:70px;
margin:0 auto;
}
.pricingContainer .faqCont {
	display: flex;
	flex-wrap: wrap;
}
.pricingContainer .faqCont .faqQuestions { 
	display:flex;
}
.pricingContainer .faqCont .faqQuestions .quesContatiner {
	display: flex;
	flex-direction: column;
	text-align: left;
	flex: 0 1 45%;
}
@media (max-width: 900px) {
	.pricing2018 {
		margin:0 10px;
	}
	.pricingContainer .faqCont .faqQuestions {
		flex-direction: column;
	}
}
.pricingContainer .faqCont .faqQuestions .quesContatiner:first-child {
	margin-right: 5%;
}
.pricing2018 .klearProfilesModal {
	padding: 0 40px;
}
.pricing2018  .klearProfilesModal .demoRow label {
	text-align: left;
}
.pricing2018 .klearProfilesModal .demoRow {
	margin-bottom: 25px;
}
.freeToolsContainer {
margin:0 auto;
text-align:center;
padding-top:130px;
}
.pricingContainer .quesContatiner{
	margin-bottom: 40px;
	height:110px;
}
.pricingContainer .ques{
	margin-bottom:10px;
	font-weight: 700;
	font-size:17px;
	position: relative;
}
.pricingContainer .ques .fa-question {
	background: #bbe0ef;
	border-radius: 50%;
	padding: 4px 7px;
	font-size: 15px;
	color: #7d9bb6;
	margin-right: 5px;
	opacity: 0.7;
}
.pricingPage .homeBottomSection .homeBottomContent {
	max-width:1000px;
	width:100%;
}
.pricingContainer .answr{
	font-size:15px;
	line-height: 1.35;
	
}
table.table-pricing {
font-family: open sans;
font-size: 13px;
color: #525352;
}
table.table-pricing tbody > tr:nth-child(odd) > td {
background-color: #f0f0f0;
}
table.table-pricing th {
background-color: #29c;
color: white;
font-size: 16px;
font-weight: 700;
padding:1.5% 0;
width: 150px;
border-right: 1px solid #7ac2e0;

}
table.table-pricing th:last-child {
border-right: 0;
}
table.table-pricing th, .table.table-striped.table-pricing td:not(:first-child) {
  text-align: center;
}

table.table-pricing td {
line-height: 2;
vertical-align: middle;
}
table.table-pricing tbody tr td.tableHead {
font-size: 16px;
font-weight: 700;
padding-top: 3%;
color: #525352;
}

table.table-pricing .fa.fa-check {
color:#accc48;
}
table.table-pricing .fa.fa-times{
color:#aaa;
}

table.table-pricing td {
border-top:0;
padding: 5px;
}
table.table-pricing td:first-child {
color: #888;
padding-left: 10px;
}
table.table-pricing td:not(:last-child){
border-right:1px solid #ddd;
}

table.table-pricing .flat-butt-2 {
padding: 10px 0;
margin-top: 20px;
width: 90%;
}

.pricingQuestion {
position: relative;
height:420px;
}
.pricingImages {
position: absolute;
bottom: 60px;
}
.pricingImages  img {
width: 80%;
}
.freeTools.whiteContainer {
width:100%;
margin:0 auto;
text-align:center;
padding-top:40px;
padding-bottom: 60px;
background-color: white;
}
.insideContainer{
	width: 1000px;
	margin: 0 auto;
}
.freeTools .greyContainer {
width: 100%;
background: #F6F8F9;
padding-top: 24px;
/*padding-bottom: 80px;*/
}
.freeTools .topSection {
  width: 100%;
  font-family: raleway;
  font-weight: 300;
  color: #525352;
  text-align: left;
  background: #fff;
  margin-top: 0;
  font-size: 15px;
  padding: 30px 0px 20px 0px;
}
.freeTools .topSection.lessText {
  padding: 60px 0px 20px 0px;
}
.responsive_page {
	width: 100%;
}
.responsive_page .freeTools .topSection .container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.freeTools .topSection .container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.freeTools .whiteBigText.mainPage {
	  text-align: center;
  width: 80%;
  font-size: 18px;
  color: #525352;
  margin-top: 20px;
}
.freeTools .topSectionTitle.mainPage {
	font-size: 40px;
	text-align: center;
	padding: 0;
}

.freeTools .topSectionTitleCentered {
	text-align: center;
	padding:0;
	width: 100%;
  	font-family: raleway;
  	font-weight: 700;
  	color: #525352;
  	background: #fff;
  	font-size: 40px;
}
.freeTools .topSectionTitle.left {
	text-align: left;
}
.responsive_page .freeTools .topSectionTitle {
	width:90%;
	margin:0 auto;
}
.freeTools .topSectionTitle {
	padding-bottom: 0;
	  width: 100%;
  font-family: raleway;
  font-weight: 700;
  color: #525352;
  text-align: center;
  background: #fff;
  font-size: 26px;
}
.freeTools .topSection .freeToolsNoContainer {
	 padding: 30px 0 0 0;
}
.freeTools .topSection form {
	width: 58%;
}
.freeTools .topSection form .form-group {
width: 100%;
text-align: center;
}

.freeTools .topSection form button {
	text-align: center;
}

#importantInput::-webkit-input-placeholder {
	color:#525352;
}
#importantInput::-moz-input-placeholder {
	color:#525352;
}
#importantInput::-ms-input-placeholder {
	color:#525352;
}
.freeTools .formRectInput,.freeTools .formRectInput.full {
	float:left;
	width: 85%;
	height: 40px;
	-webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box;
    box-sizing : border-box;
      -webkit-box-shadow:inset 0px 0px 0px 0px #f00;
    -moz-box-shadow:inset 0px 0px 0px 0px;
    box-shadow:inset 0px 0px 0px 0px ;
}

#grayInput::-webkit-input-placeholder {
   color: #aaa ;
}

#grayInput:-moz-placeholder { /* Firefox 18- */
   color: #aaa ;  
}

#grayInput::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa ;  
}

#grayInput:-ms-input-placeholder {  
   color: #aaa ;  
}

.freeTools .formRectInput input {
	height: 40px;	
	-webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right:1px solid white;
    font-family: raleway;
    color:#525352;
    font-size: 15px;
    font-weight: 300;
    padding-left: 15px;
    box-shadow: none;
}
.freeTools .form-group .sendQuarter {
	float:right;
	height:40px;
	width: 15%;
}
.freeTools .form-group .inputFull {
	height:40px;
	width: 100%;
}
.freeTools .form-group .oneQuarter {
	float:left;
	width:25%;
	height: 100%;
}
.freeTools .form-group .oneHalf {
	float:left;
	width:50%;
	height: 100%;
}
.freeTools .form-group input,.freeTools .form-group button {
	width: 100%;
}
.freeTools .form-group button i {
	margin-left: 3px;
	}
.freeTools .formRectInput.full {
	float:left;
	width:85%;
	height: 100%;
}
.freeTools .form-group .oneQuarter.small {
	float:left;
	width:20%;
	height: 100%;
}

.freeTools .form-group .lastInput input {
	border-right:0;

}

.freeTools .form-group .oneQuarter.big {
width: 40%;
}

.freeTools .form-group .oneQuarter.medium {
width: 25%;
	}

.freeTools .greyContainer .fullImage:hover {
opacity: 0.8;
	
}
.freeTools .box.fullImage:hover .textInside .insideCTA {
	border:1px solid white;
}
.freeTools .greyContainer  .box.caseStudy {
    background-image: url('/images/resources/guide/resourcesCaseStudy.png');
    background-size: 100%;
    background-position: 0 -19px;
}
.freeTools .greyContainer .box .boxTitle,.freeTools .greyContainer .box .bigTitle  {
	transition: all 0.3s ease;
}
.freeTools .greyContainer .box.identify .boxTitle {
	color: #29c;
}
.freeTools .greyContainer .box.analyze .boxTitle {
	color: #ACCC48;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto img {
    width: 100%;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg, .responsive_page .freeTools .topSection .container svg  {
	width: 200px;
}
.freeTools .greyContainer .box.analyze .bottom .freeToolsMainPhoto svg {
	width: 220px;

}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .socialIcon {
	transform: translate(0px, 8px);
	transition: all 0.3s ease;
}
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .socialIcon {
	transform: translate(0px, 0px) rotate(0deg);
}

.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .socialIcon.scale {
	transform:  translate(0px, 0px) scale(0.8, 0.8);
	transition: all 0.3s ease;
	transform-origin: 76px 40px;
}
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .socialIcon.scale {
	transform:  translate(0px, 0px) scale(1, 1);
	transition: all 0.3s ease;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.one{
	transform: translate(37px, 10px) rotate(30deg);
	transition: all 1.5s ease;
	transform-origin: 30px 30px;
	opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.one.analyze{
	transform: translate(30px, 0px) rotate(30deg);
	transition: all 1s ease;
	transform-origin: 30px 30px;
	opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.two {
	transform: translate(-10px, -50px) rotate(-60deg);
    transition: all 1.5s ease;
    transform-origin: 130px 70px;
    opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.two.analyze {
	transform: translate(-15px, -20px) rotate(-20deg);
    transition: all .7s ease;
    transform-origin: 200px 50px;
    opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.three {
	transform: translate(-10px, -50px) rotate(-60deg);
    transition: all 1s ease;
    transform-origin: 160px 70px;
    opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.three.analyze {
	transform: translate(-10px, -10px) rotate(-10deg);
    transition: all 1s ease;
    transform-origin: 260px 170px;
    opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.four{
	transform: translate(40px, 10px) rotate(30deg);
	transition: all 1s ease;
	transform-origin: 30px 30px;
	opacity: 0;
}

.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.five {
	transform: translate(-40px, -30px) rotate(-50deg);
	transition: all 1.5s ease;
	transform-origin: 160px 70px;
	opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.five.analyze {
	transform: translate(-40px, -30px) rotate(-50deg);
	transition: all 0.8s ease;
	transform-origin: 160px 70px;
	opacity: 0;
}
.freeTools .greyContainer .box .bottom .freeToolsMainPhoto svg .decor.six{
	transform: translate(20px, 10px) rotate(-10deg);
	transition: all 1.5s ease;
	transform-origin: 30px 30px;
	opacity: 0;
}

.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .decor.six,
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .decor.five,
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .decor.four,
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .decor.three,
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .decor.two,
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .decor.one {
	transform: translate(0px, 0px) rotate(0deg);
	opacity: 1;
}


.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .socialIcon, .responsive_page .freeTools .topSection.twitter .container svg .socialIcon,
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .magnifying, .responsive_page .freeTools .topSection.twitter .container svg .magnifying,
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .decor.six, .responsive_page .freeTools .topSection.twitter .container svg .decor.six,
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .decor.five, .responsive_page .freeTools .topSection.twitter .container svg .decor.five,
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .decor.four, .responsive_page .freeTools .topSection.twitter .container svg .decor.four,
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .decor.three, .responsive_page .freeTools .topSection.twitter .container svg .decor.three,
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .decor.two, .responsive_page .freeTools .topSection.twitter .container svg .decor.two,
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .decor.one, .responsive_page .freeTools .topSection.twitter .container svg .decor.one {
	fill: #000000;
}
.freeTools .greyContainer .box.twitter:hover .bottom .freeToolsMainPhoto svg .profile, .responsive_page .freeTools .topSection.twitter .container svg .profile {
	stroke: #000000;
}
.freeTools .greyContainer .box.twitter:hover .boxBody .bigTitle, .freeTools .greyContainer .box.twitter:hover .boxTitle  {
	color: #000000;
}

.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .socialIcon, .responsive_page .freeTools .topSection.instagram .container svg .socialIcon,
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .magnifying,	.responsive_page .freeTools .topSection.instagram .container svg .magnifying,
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .decor.six,	.responsive_page .freeTools .topSection.instagram .container svg .decor.six,
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .decor.five,	.responsive_page .freeTools .topSection.instagram .container svg .decor.five,
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .decor.four,	.responsive_page .freeTools .topSection.instagram .container svg .decor.four,
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .decor.three, .responsive_page .freeTools .topSection.instagram .container svg .decor.three,
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .decor.two, .responsive_page .freeTools .topSection.instagram .container svg .decor.two,
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .decor.one, .responsive_page .freeTools .topSection.instagram .container svg .decor.one {
	fill: #f087b1;
}
.freeTools .greyContainer .box.instagram:hover .bottom .freeToolsMainPhoto svg .profile, .responsive_page .freeTools .topSection.instagram .container svg .profile {
	stroke:#f087b1;
}
.freeTools .greyContainer .box.instagram:hover .boxBody .bigTitle, .freeTools .greyContainer .box.instagram:hover .boxTitle  {
	color: #f087b1;
}

.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .socialIcon, .responsive_page .freeTools .topSection.youtube .container svg .socialIcon,
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .magnifying, .responsive_page .freeTools .topSection.youtube .container svg .magnifying,
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .decor.six, .responsive_page .freeTools .topSection.youtube .container svg .decor.six,
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .decor.five, .responsive_page .freeTools .topSection.youtube .container svg .decor.five,
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .decor.four, .responsive_page .freeTools .topSection.youtube .container svg .decor.four,
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .decor.three, .responsive_page .freeTools .topSection.youtube .container svg .decor.three,
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .decor.two, .responsive_page .freeTools .topSection.youtube .container svg .decor.two,
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .decor.one, .responsive_page .freeTools .topSection.youtube .container svg .decor.one {
	fill: var(--youtube-color);
}
.freeTools .greyContainer .box.youtube:hover .bottom .freeToolsMainPhoto svg .profile, .responsive_page .freeTools .topSection.youtube .container svg .profile{
	stroke:var(--youtube-color);
}
.freeTools .greyContainer .box.youtube:hover .boxBody .bigTitle, .freeTools .greyContainer .box.youtube:hover .boxTitle  {
	color: var(--youtube-color);
}

.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .socialIcon, .responsive_page .freeTools .topSection.blogs .container svg .socialIcon,
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .magnifying,	.responsive_page .freeTools .topSection.blogs .container svg .magnifying,
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .decor.six,	.responsive_page .freeTools .topSection.blogs .container svg .decor.six,
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .decor.five,	 .responsive_page .freeTools .topSection.blogs .container svg .decor.five,
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .decor.four,	.responsive_page .freeTools .topSection.blogs .container svg .decor.four,
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .decor.three, .responsive_page .freeTools .topSection.blogs .container svg .decor.three,
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .decor.two,	.responsive_page .freeTools .topSection.blogs .container svg .decor.two,
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .decor.one, .responsive_page .freeTools .topSection.blogs .container svg .decor.one {
	fill: #c99666;
}
.freeTools .greyContainer .box.blogs:hover .bottom .freeToolsMainPhoto svg .profile, .responsive_page .freeTools .topSection.blogs .container svg .profile  {
	stroke:#c99666;
}
.freeTools .greyContainer .box.blogs:hover .boxBody .bigTitle, .freeTools .greyContainer .box.blogs:hover .boxTitle  {
	color: #c99666;
}

.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .socialIcon, .responsive_page .freeTools .topSection.facebook .container svg .socialIcon,
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .magnifying, .responsive_page .freeTools .topSection.facebook .container svg .magnifying,
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .decor.six, .responsive_page .freeTools .topSection.facebook .container svg .decor.six,
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .decor.five, .responsive_page .freeTools .topSection.facebook .container svg .decor.five,
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .decor.four, .responsive_page .freeTools .topSection.facebook .container svg .decor.four,
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .decor.three, .responsive_page .freeTools .topSection.facebook .container svg .decor.three,
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .decor.two, .responsive_page .freeTools .topSection.facebook .container svg .decor.two,
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .decor.one, .responsive_page .freeTools .topSection.facebook .container svg .decor.one {
	fill: #3b5999;
}
.freeTools .greyContainer .box.facebook:hover .bottom .freeToolsMainPhoto svg .profile, .responsive_page .freeTools .topSection.facebook .container svg .profile {
	stroke:#3b5999;
}
.freeTools .greyContainer .box.facebook:hover .boxBody .bigTitle, .freeTools .greyContainer .box.facebook:hover .boxTitle  {
	color: #3b5999;
}

.freeTools .greyContainer .box.location .bottom .freeToolsMainPhoto svg .container .icon {
	transition: all 0.3s ease;
}
.freeTools .greyContainer .box.location:hover .bottom .freeToolsMainPhoto svg .container .icon, .responsive_page .freeTools .topSection.location .container svg .icon{
	fill: #29c;
}
.freeTools .greyContainer .box.location:hover .boxBody .bigTitle, .freeTools .greyContainer .box.location:hover .boxTitle {
	color: #29c;
}


.freeTools .greyContainer .box.campaigns:hover .boxBody .bigTitle, .freeTools .greyContainer .box.campaigns:hover .boxTitle  {
	color:#f9855c; 
}
.freeTools .greyContainer .box.campaigns:hover .bottom .freeToolsMainPhoto svg .play .playColor, .freeTools .greyContainer .box.monitoring:hover .bottom .freeToolsMainPhoto svg .ball,  .responsive_page .freeTools .topSection.monitoring .container svg .ball{
	fill:#f9855c;
}
.freeTools .greyContainer .box.monitoring:hover .bottom .freeToolsMainPhoto svg .shine,  .responsive_page .freeTools .topSection.monitoring .container svg .shine{
	stroke:#f9855c;
}

.freeTools .greyContainer .box.app .bottom .freeToolsMainPhoto svg .container .color, .freeTools .greyContainer .box.app .bottom .freeToolsMainPhoto svg .diamond {
	transition: all 0.3s ease;
}


.freeTools .greyContainer .box.app:hover .bottom .freeToolsMainPhoto svg .container .color, .responsive_page .freeTools .topSection.app .container svg .container .color{
	stroke:#F9C900;
}
.freeTools .greyContainer .box.app:hover .bottom .freeToolsMainPhoto svg .diamond, .responsive_page .freeTools .topSection.app .container svg .diamond{
	fill:#F9C900;
}
.freeTools .greyContainer .box.app:hover .boxBody .bigTitle, .freeTools .greyContainer .box.app:hover .boxTitle  {
	color: #F9C900;
}

.freeTools .greyContainer .box.campaigns .bottom .freeToolsMainPhoto svg .play, .freeTools .greyContainer .box.campaigns .bottom .freeToolsMainPhoto svg .play .playColor, .freeTools .greyContainer .box.monitoring .bottom .freeToolsMainPhoto svg .ball {
	transition: all 0.3s ease;
}
.freeTools .greyContainer .box.campaigns:hover .bottom .freeToolsMainPhoto svg .play {
	transform: translate(10px, 0px);
}

.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .container {
	animation: vibrate 3s infinite;
	transform-origin: 75px 50px;
}
@keyframes vibrate {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(10deg);
	}
	7% {
		transform: rotate(-10deg);
	}
	9% {
		transform: rotate(10deg);
	}
	11% {
		transform: rotate(-10deg);
	}
	15% {
		transform: rotate(0deg);
	}
}
.freeTools .greyContainer .box:hover .bottom .freeToolsMainPhoto svg .diamond {
	animation: jump 3s infinite;
}
@keyframes jump {
	0% {
		transform: translate(0px, 0px);
	}
	5% {
		transform: translate(0px, -30px);
	}
	11% {
		transform: translate(0px, 0px);
	}
}
.freeTools .greyContainer .box.monitoring .bottom .freeToolsMainPhoto svg .shine {
	transform: scale(0,0);
	transform-origin: 93px 18px;
}
.freeTools .greyContainer .box.monitoring:hover .bottom .freeToolsMainPhoto svg .shine.one {
	animation-delay: 0.05s;
}
.freeTools .greyContainer .box.monitoring:hover .bottom .freeToolsMainPhoto svg .shine.two {
	animation-delay: 0.03s;
}
.freeTools .greyContainer .box.monitoring:hover .bottom .freeToolsMainPhoto svg .shine {
	animation: shine 3s infinite;
}	
@keyframes shine {
	0% {
		transform: scale(0,0);
	}
	5% {
		transform: scale(1.3,1.3);
	}
	11% {
		transform: scale(0,0);
	}
}

.freeTools .greyContainer .box:nth-child(3n) {
        margin-right: 0;
}
.freeTools .greyContainer .fullImage .insideCTA {
padding: 20px;
width: 60%;
margin: 0 auto;
}
.freeTools .greyContainer .fullImage p {
padding: 20px;
width: 80%;
margin: 0 auto;
text-align: left;
height:70px;
}
.freeTools .greyContainer .fullImage p strong {
	font-weight: 500;
	color:#afdaec;


}
.freeTools .topSection .topIllus {
	width:320px;
	height:95px;
	margin:0 auto;
	overflow:hidden;	
}
.freeTools .topSection .topIllus img {
	width: 100%;
}
.freeTools .topSection.searchPage {
	padding-bottom:0;
	padding:70px 0 0px 0;
}
.freeTools .greyContainer .box.lattbutContainer.info {
	font-family:open sans;
	font-size:12px;
	text-align:left;
	font-weight:700;
	color:#aaa;	
}


.freeTools .greyContainer .box.caseStudy {
	    background-image: url('/images/resources/guide/resourcesCaseStudy.png');
    background-size: 100%;
    background-position: 0 -19px;
   }

.freeTools.buttonUp .freeToolsImage {
	height: 100%;
}
.freeTools.buttonUp .freeToolsImage img {
	height: 80%%;
}
.freeTools .greyContainer.headline {
font-family: raleway;
font-weight: 300;
font-size: 20px;
color:#525352;
text-align: center;
padding-bottom: 20px;
padding-top: 40px;
}
.freeTools .greyContainer .container  {
width:1000px;
margin:0 auto;
text-align:center;
}
.responsive_page .freeTools .greyContainer .container{
	max-width:1000px;	
	width:90%;
}

.freeTools .greyContainer .container  .freeToolsSignupBox {
	display: table-cell; 
	vertical-align: middle;
	font-family:raleway;
	font-size:20px;
	color:#525352;
	font-weight:300;
	width:250px;
}

.freeTools .greyContainer .container  .freeToolsSignupBox {
	display: table;
	height: 400px;
	overflow: hidden;
	margin:0 auto;
}
.freeTools.buttonUp {
width: 100%;
height: 58%;
background-color:#f2f2f2;
border-bottom: 1px solid #eee;
float: left;
background-size:100%;
}
.freeTools.buttonTextBlue, .freeTools.buttonTextGreen, .freeTools.buttonTextRed {
	padding-top: 15px;
	font-size: 14px;
}
.freeTools.buttonDown {
float: left;
width: 100%;
display: table;
height: 42%;
}
.freeTools.buttonDown .buttonDownTextBlue, .freeTools.buttonDown .buttonDownTextGreen, .freeTools.buttonDown .buttonDownTextRed {
	color: #aaa;
}


.freeTools.buttonDown .buttonDownTextBlue, .freeTools.buttonDown .buttonDownTextGreen, .freeTools.buttonDown .buttonDownTextRed {
text-align: center;
margin: 0 auto;
/*width: 70%;*/
font-size: 17px;
font-family: raleway;
font-weight: 300;
line-height: 1.3;
display: table-cell;
padding: 0 40px;
vertical-align:middle;
text-decoration: underline;

}

.freeTools.text {
font-family: open sans;
font-size: 15px;
text-align: left;
color: #ddd;
font-weight: 300;
}

.freeTools.text.blue {
font-weight: 700;
color: #29c;
}

.freeToolsContainerTitle {
	font-family: raleway;
    font-weight: 300;
    font-size: 30px;
    color: #525352;
    text-align: center;
    margin: 60px 0 20px 0;
}
.ctaTitle {
	font-family: raleway;
    font-weight: 300;
    color: #888;
    font-size: 22px;
    line-height: 1.2;
    margin: 60px 0 20px 0;
      text-align: center;
}
.sectionTitle {
	font-family: raleway;
    font-weight: 300;
    color: #888;
    font-size: 22px;
    line-height: 1.2;
    margin: 30px 0 30px 0;
      text-align: center;
}
.responsive_page .sectionTitle {
	width:90%;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 30px;

}
.homeBottomSection.grey {
	background-color: #ddd;
}
.homeBottomSection.lightBlue {
	background-color: #afdaec;
}
.homeBottomSection.lighterBlue {
	background-color: #eff8fb;
}
.gradRight {
	position: absolute;
	right: 0;
}
/*.diagRightBlue {
	background-image: url(/images/new/index/blueGrad_Right.png);
}
.diagRightGray {
	background:linear-gradient(117deg,#fff 0%, #fff 44%, #f6f8f9 0,#fff 82%);
	
}
.diagRightLightBlue {
	background-image: url(/images/new/index/lightBlueGrad_Right.png);
}
.diagBlueOrange {
	background-image: url(/images/new/index/blueOrangeGrad.png);
	background-size: 100%;
	background-repeat: no-repeat;
}*/
.homeBottomSection.cta.secondary {
	background: white;
	border: 1px solid #f6f8f9;
	margin: 0 auto;
	height: auto;
	padding: 30px 0;
}
.homeBottomSection.cta.secondary .homeBottomContent{
	width: 700px;
}
.homeBottomSection.cta.secondary .textHomeCenter {
	padding: 20px 0 20px 0;
}
.homeBottomSection.cta.secondary i {
	margin-right: 10px;
}

.homeBottomSection.cta.secondary .seperator {
	width: 200px;
	border-bottom: 2px solid #ccc;
	margin:0 auto;
}
.homeBottomSection.cta.secondary .title {
	font-size: 23px;
	margin-bottom: 0;
	font-weight: 700;
}
.homeBottomSection.cta.secondary .subTitle {
	text-align: left;
	font-size: 18px;
	margin-top: 0px;
}
.homeBottomSection.cta {
	width: 100%;
	position: relative;
	height: 180px;
	padding-bottom: 0;
}
.homeBottomSection.cta .float_right .rightButton.twoButtons .grad-butt:first-child {
	margin-right: 10px;
}
.homeBottomSection.cta .oneLine .title {
	font-family: raleway;
	font-weight: 500;
	color: #426e89;
	font-size: 25px;
	text-align: left;
	margin: 0;
	line-height: 1;
}
.homeBottomSection.cta .oneLine {
	width: 700px;
	margin:  0 auto;
	margin-top: 40px;
}
.homeBottomSection.cta .oneLine .textSection {
	font-family: raleway;
	font-weight: 300;
	color: #7d9bb6;
	font-size: 17px;
	text-align: left;	
}
.homeBottomSection.cta .ctaImage {
	width: 200px;
	float: right;
}
.boxCustomers {
  float: left;
  width: 309px;
  height: 215px;
  margin: 12px;
  background: #fff;
  background-position: 0 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #f2f2f2;
}
.boxCustomers img {
	padding: 60px;
  margin-top: 30px;
  width: 140px;
}






.freeTools .greyContainer .fullImage {
	background-size: 300px;
	background-position: center;
	display: table;
	height: 270px;
}
.freeTools .greyContainer .fullImage.campaigns {
	position: relative;
	display: inline-block;
}
.freeTools .greyContainer .fullImage.campaigns .textInside {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 23%;
	overflow: hidden;
	transition: all 0.3s ease;
	text-align: left;
	padding: 0;
	line-height: 1.3;
	background-color: rgba(0, 0, 0, 0.6);
}
.freeTools .greyContainer .fullImage.campaigns:hover .textInside {
	height: 100%;
}
.freeTools .greyContainer .fullImage.campaigns .textInside .insideCTA{
	border: 0;
	padding: 19px;
	width:auto;
	font-family: raleway;
	font-weight: 300;
}
.freeTools .greyContainer .fullImage.campaigns .textInside .insideCTA .title {
	padding-bottom: 30px;
	padding-left: 55px;
}
.freeTools .greyContainer .fullImage.campaigns .textInside .insideCTA .title img {
	height: 62px;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.freeTools .greyContainer .fullImage .textInside {
	display: table-cell;
	border:0;
	color:white;
	font-family:raleway;
	font-weight:300;font-size:20px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.4);
}
.freeTools .greyContainer .fullImage .textOnPic  {
	display: table-cell;
	border:0;
	line-height: 1.3;
	color:white;
	font-family:raleway;
	font-weight:300;
	font-size:18px;
	vertical-align: bottom;
	
}
.freeTools .greyContainer .fullImage .textOnPic .textContainer  {
	background-color:rgba(0, 0, 0, 0.5);
}


.freeTools input {
	border-radius: 0;
}




.freeTools .boxTitle {
	font-size: 13px;
	font-family: open sans;
	text-transform: uppercase;
	font-weight: 500;
	margin-top:25px;
}
.freeTools .searchTab {
	background-color:#fafafa;
	width:100%;
	border-bottom: 1px solid #eee;
	box-shadow:0px 1px 4px 0px #ccc;
}

.freeTools .searchTab .tabContainer {
	max-width:1000px;
	width: 90%;
	margin:0 auto;
	padding:15px;
}
.freeTools .searchTab .tabContainer form {
	margin:0 auto;
	width:100%;
}

.freeTools .searchTab .tabContainer .tabThankYou {
	display:none;
	font-family: raleway;
	font-size: 17px;
	font-weight:300;
	line-height: 1.3;
	color: #525352;
	text-align:center;		
}
.freeTools .searchTab .tabContainer .flat-butt.flat-butt-large.flat-butt-darkBlue{
	margin:0;
	height:40px;
	border:0;
	background-color:#124f69;
	border-color:#124f69;
}
.freeTools .searchTab .tabContainer .flat-butt.flat-butt-large.flat-butt-blue{
	margin:0;
	height:40px;
	border:0;
}
.freeTools .greyContainer .box.flattbutContainer {
background: none;
height:100%;
}
.freeTools .greyContainer .box.flattbutContainer.info {
background: none;
height:100%;
font-weight: 700;
text-align: left;
font-size: 12px;
color: #aaa;
}



.freeTools .greyContainer .box.flattbutContainer i {
	margin-right: 5px;
	}

.freeTools .greyContainer .box.blue a .boxTitle, .freeTools .greyContainer .box.blue.resources {
	background-size: 100%;
}

.freeTools .greyContainer .box .bottom:hover .flat-butt-2.flat-butt-2.flat-butt-blue {
	background-color: #29c;
	color: white;
}


.freeTools .box .boxBody .bigTitle.smaller { 
	font-size:20px;
}


.darkCta .freeTools .boxBody .bigTitle .ctaHeader {
	padding-top:17px;
}
.darkCta .freeTools .boxBody .bigTitle {
	padding-top: 0;
}
.darkCta .freeTools .boxBody .bigTitle .ctaSubHeader {
	font-size:15px;
	margin-top:10px;
	font-weight:300;
	padding-bottom:15px;
	font-family:open sans;
	line-height:1.3;
	}
.freeTools .boxBody .title.oneLine {
	padding-top: 78px;
} 
.freeTools .boxBody .bigTitle.largeHeadCenter {
	padding-top: 20px;
}






.freeTools .box .bottom {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
}


.followUs {
	display:table-cell;
	vertical-align:middle;
	background: #fff;
}

.followUs:hover {
	opacity: 0.7;
}
.freeTools .box .bottom .freeToolsPhoto img{
	width: 25%;
	height: auto;
	float: left;
}
.freeTools .box .bottom .freeToolsMainPhoto img{
	width: 100%;
}
.freeTools .box .bottom .freeToolsPhoto img:hover{
	opacity: 0.6;
}
.freeTools .box .bottom .freeToolsPhoto {
	display: block;
}
.missionImage:hover .missionImageHi {
	top: 0;
}

.missionThird.dark h3 {
	color:#525352;
}

.bold{
	font-weight: 700 !important;
}
.lightGray {
	background-color: #f2f2f2;
}


.freeTools .box .bottom .freeToolsPhoto {
    display: block;
}

.freeTools .homeBottomSection #profileTabs .container {
	max-width: 1000px;
	width: 90%;
}

.contactUsBox {
    background-color:white;
    width: 480px;
    padding:0px;
    /*margin:0 auto;*/
    -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}
.aboutUs.twoHalves{
    width:47%;
    float:left;
    margin-right: 6%;
}

.col-sm-2.control-label.aboutUs {
    color:#aaa;
    text-transform: uppercase;
    font-size: 11px;
    font-family:open sans;
    font-weight: 400;
    text-align: left;
}
.technology.productSection .bottomImage {
	height: 250px;
}
.technology.productSection .oneThird h2 {
	    font-family: raleway;
    font-weight: 300;
/*    font-size: 35px;*/
    color: #525352;
    margin-bottom: 10px;
    margin-top: 10px;
}
.technology.productSection .oneThird {
	width: 55%;
}
.technology.productSection.wide .oneThird, .technology.productSection.wide .twoThirds {
	width: 43%;
}
.technology.productSection.wide .title {
	text-align: center;
		    font-family: raleway;
    font-weight: 300;
    color: #525352;
    margin-bottom: 20px;
    margin-top: 10px;
}
.technology.productSection.wide .header {
	font-weight: 700;	
}
.technology.productSection .eye {
	position: absolute;

}
/*.technology.productSection .eye.small img {
	width: 100px;
}*/
.technology.productSection .bottomImage {
	position: relative;
	width: 30%;
	margin: 0 auto;
	margin-top: 50px;
	height: 160px;
}
.technology.productSection .eye div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}
.technology.productSection .closedEye {
	opacity: 1;
	animation: closedEye 3s infinite;
}
.technology.productSection .openEye {
	opacity: 0;
	animation: openEye 3s infinite;
}
.technology.productSection .closedEyeTwo {
	opacity: 0;
	animation: closedEyeTwo 3s infinite;
}
.technology.productSection .openEyeTwo {
	opacity: 1;
	animation: openEyeTwo 3s infinite;
}
.technology.productSection .delay {
	animation-delay: 2s;
	transition-delay: 2s;
}
.technology.productSection .delayMore {
	animation-delay: 4s;
	transition-delay: 4s;
}
@keyframes closedEye {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes openEye {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	90% {
		opacity: 1
	}
	100% {
		opacity: 0;
	}
}
@keyframes closedEyeTwo {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes openEyeTwo {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.technology.productSection {

}
.technology.productSection .twoThirds {
	width: 45%;
}
.technology .movingLine {
  stroke-dasharray: 20;
  stroke-dashoffset: 100;
  animation: dash 18s linear infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 100;
  }
   100% {
    stroke-dashoffset: 0;
  }
 }
.technology.productSection .diamondScale {
    animation: diamondScale 4s ease-in-out infinite ;
    transform-origin:top;
    transform: scale(1.5);
    margin-bottom: 15px;

}
 @keyframes diamondScale {
    75% {
    	transform: scale(1.5);
    }
    80% {
        transform: scale(2.2); 
    }
    85% {
    	transform: scale(2);
    }
    90% {
    	transform: scale(2);	
    }
    95% {
    	 transform: scale(2.2);
    }
    100% {
    	 transform: scale(1.5);
    }
}

.technology .movingNumbers {
	font-size: 13px;
	color:#ddd;
	font-weight: 700;
	font-family: open sans;
	text-align: center;
	width:168px;
	height:168px;
	top:45px;
	left:120px;
	position:absolute;
	border-radius:50%;
	overflow: hidden;
	/*background-color: white;*/
}
.technology .movingNumbers div {
position: relative
    zoom: 1;
    display: inline;
    vertical-align: top;
    margin: 0;
-webkit-animation: myfirst 5s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: myfirst 5s infinite;
    animation-direction: alternate;
      transition: 1s ease-in-out;
    transform: translate(50px);
}
.technology .movingNumbersMain {
	z-index: 9999;
	position: absolute;
	background-color: 
}
.technology .opacityChangeOne {
	opacity: 1;
	animation: opacityChangeOne 4s linear infinite;
}
@keyframes opacityChangeOne {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}
.technology .opacityChangeTwo {
	opacity: 0.3;
	animation: opacityChangeTwo 3s linear infinite;
	animation-delay: -1s;
}
@keyframes opacityChangeTwo {
	0% {
		opacity: 0.3;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}


.form-group.aboutUs {
    padding-bottom: 20px;

}

.form-control.aboutUs {
        border-color: #dedede ;
        width: 100%;
        border-radius: 0;
        padding: 10px 0;
        text-indent: 10px;
}


body .oldPageContainer {
    background-color: white;
}

.oldPageContainer {
    width: 1000px;
    margin:0 auto;
}

.oldPageContent {
    padding: 30px 30px;
    margin-top:40px;
}

.missionImageHi {
        height: 100%;
   position: absolute;
   top: 160px;
   width: 100%;
   background-color: rgba(255,255,255, 0.7);
   font-size:20px;
   vertical-align: middle;
   padding-top: 70px;

}
.followUs a{
    color:#525352 ;
    font-size:18px;
    font-weight:300;
}
.followUs i {
    font-size:45px;
}
.picRow img {
    width: 100%;
}
.missionImageHi i {
    margin-right: 5px;
}
.missionImageHi i:hover {
    color:#29c;
}
.missionImageHi a {
    color: #525352 ;

}
.missionImage:hover .missionImageHi {
    top: 0;
}

.missionThird.dark h3 {
    color:#525352 ;
}

.bold{
    font-weight: 700 !important;
}

.light {
	font-weight: 300 !important;
}
.blue {
	color:#29c;
}
.green {
	color:#accc48;
}
.red {
	color:#f9855c;
}

.topSectionTitle.light {
	font-size:25px;

}
.lightGray {
    background-color: #f2f2f2 ;
}

.resources h1 {
	display:table-cell; vertical-align:middle;
}



/*small screen | mobile */

@media only screen and (max-width: 480px) {
	.responsive_page .freeTools .topSectionTitle {
		font-size: 10vw;
    }
    .responsive_page .freeTools .sectionTitle {
		font-size: 5vw;
		margin-top:10%;
		margin-bottom: 10%;
    }
	.hideOnMobile { 
	display: none !important;
	}
	.showOnMobile { 
	display: inline !important;
	}
	.showOnMobileFlex {
		display: flex !important;
	}
	.flatHeader .searchBoxPlaceHolder {
		width: 57%;
	}
	.responsive_page .freeTools .greyContainer .subTitle {
	 	font-size: 5vw;
	}
	.responsive_page .freeTools .greyContainer .box{
		padding: 0;
		background-color: white;
		width: 100%;
		margin-right: 5%;
		margin-bottom: 5%;
		min-height: 270px;
		float: left;
		 box-sizing: border-box;
		 position: relative;
		 height: auto;
	}
	.responsive_page .freeTools .formRectInput.full, .freeTools .form-group .oneQuarter.small, .freeTools .form-group .oneQuarter.big {
		width: 100%;
		margin-bottom: 10px;
	}
	.responsive_page .freeTools .formRectInput.full input, .freeTools .form-group .lastInput input {
		border-right:1px solid #ddd !important;
	}
	.responsive_page .freeTools .form-group input {
		-webkit-appearance: none;
		appearance:none;
	}
	.responsive_page .freeTools .formRectInput {
		height: inherit;
	}
}

/* small screen | tablets */
@media  (min-width: 480px) and (max-width: 768px) {
	.hideOnMobile { 
		display: none !important;
	}
	.showOnMobile { 
		display: inline !important;
	}
	.showOnMobileFlex {
		display: flex !important;
	}
	.flatHeader .searchBoxPlaceHolder {
		width: 75%;
	}
	.responsive_page .freeTools .greyContainer .box	{
		width: 47%;
	}
	.responsive_page .freeTools .greyContainer .box:nth-child(2n) {
		margin-right: 0;
	}
	.responsive_page .freeTools .freeToolsTags {
		min-height: 170px;
	}
	.responsive_page .freeTools .greyContainer a.box.fullImage {
		min-height: 240px;
	}
	.responsive_page .freeTools .greyContainer .box.signUp {
		min-height: 240px;
	}
	.responsive_page .freeTools .greyContainer .fullImage p {
		height:100px;
	}
/* 1 row 4 input form classes */
	.responsive_page .freeTools .form-group .oneQuarter.big, .freeTools .form-group .oneQuarter.small {
		width: 49.5%;
		margin-right: 1%;
	}
	.responsive_page .freeTools .form-group .oneQuarter:nth-child(2n) {
		margin-right: 0;
	}
	.responsive_page .freeTools .formRectInput.full input, .freeTools .form-group .lastInput input {
		border-right:1px solid #ddd !important;
	}
	.responsive_page .freeTools .form-group input {
		-webkit-appearance: none;
		appearance:none;
	}
	.responsive_page .freeTools .formRectInput.full {
		width: 100%;
		height: inherit;
	}
}

@media  (min-width: 769px) and (max-width: 992px) {
	.hideOnMobile { 
		display: none !important;
	}
	.showOnMobile { 
		display: inline !important;
	}
	.showOnMobileFlex {
		display: flex !important;
	}
	.flatHeader .searchBoxPlaceHolder {
		width: 80%;
	}
	.responsive_page .freeTools .greyContainer .box	{
		width: 47%;
	}
	.responsive_page .freeTools .freeToolsTags {
		min-height: 110px;
	}
	.responsive_page .freeTools .greyContainer .box:nth-child(2n) {
		margin-right: 0;
	}
	.col-pics {
       width: 33%;
       height:300px;
       float: left;
       overflow: hidden;
    }
/* 1 row 4 input form classes */
	.responsive_page .freeTools .form-group .oneQuarter.big, .freeTools .form-group .oneQuarter.small {
		width: 49.5%;
		margin-right: 1%;
	}
	.responsive_page .freeTools .form-group .oneQuarter:nth-child(2n) {
		margin-right: 0;
	}
	.responsive_page .freeTools .formRectInput.full input, .freeTools .form-group .lastInput input {
		border-right:1px solid #ddd !important;
	}
	.responsive_page .freeTools .form-group input {
		-webkit-appearance: none;
		appearance:none;
	}

	.responsive_page .freeTools .formRectInput.full {
		width: 100%;
		height: inherit;
	}
}

/* medium screens | desktop */
@media  (min-width: 993px) and (max-width: 1092px) {
	.freeTools .freeToolsTags {
		min-height: 130px;
	}
	.col-pics {
       width: 33%;
       height:300px;
       float: left;
       overflow: hidden;
    }
    
	.responsive_page .freeTools .greyContainer .fullImage p {
		height:80px;
	}
}

/* big screens | desktop */
@media (min-width: 1092px) {
     .col-pics {
       width: 25%;
       height:300px;
       float: left;
       overflow: hidden;
	  }
	 .freeTools .greyContainer .box:nth-child(3n) {
		margin-right: 0;
	}
}



.showOnMobile { 
	display: none;
}
.showOnMobileFlex {
	display: none;
}

.freeTools .greyContainer .subTitle {
	    font-family: open sans;
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color:#888;
    line-height: 1.3;


}
.allArticle {
	max-width:700px;
	width: 90%;
	font-size:18px !important;
	line-height:1.5;
	font-weight:300;
	font-family: open sans;
	color: #888;
	margin:0 auto;
	background-color: transparent; !important;

}
.allArticle .email {
	    font-weight: 500;
    color: #666 !important;
    font-family: raleway;
    text-align: left;
    padding: 40px 0;
    text-decoration: none;
    font-style: none;
    border-left: 1px dotted #aaa;
    margin: 30px 0 30px 0;
    background-color: #eaf1f4;
}
.allArticle  a {
	color: #29c;
	text-decoration:none !important; 

}
.allArticle img {
	width:100%;
	margin-bottom: 20px;
}

.allArticle a:hover {
	opacity: 0.8;
}
.allArticle h1 {
	color:#525352 !important;
	font-size:14px;
	margin-bottom:8px;
	margin-top: 0;
	font-weight: 300;
	padding: 7px 0;
	font-family: raleway;
	text-align: left;
	text-transform: none;
	font-style: normal !important;

}

.allArticle h2{
	color:#525352 !important;
	font-size:26px;
	margin-bottom:8px;
	padding-top: 40px;
	font-family: raleway;
	font-weight:700;
}
.allArticle h3{
	color:#aaa !important;
	font-size:20px;
	margin-bottom:20px;
	margin-top: 0px;
	font-family: raleway;
	line-height: 1.5;
	text-align: center;
	font-weight: 300;
	padding-top: 0;
	color: #888 !important;
}

.allArticle li {
	font-size:14px;
	margin-bottom: 4px;
	color:#525352;
	font-weight:500;
	text-indent: 15px;
}

.allArticle h4 {
	font-weight:300;
	color:#525352 !important;
	font-size:45px;
	padding: 60px 0 10px 0;
	text-align: center !important;
}

.allArticle h5 {
	font-weight: 500;
	color:#666 !important;
	font-family: raleway;
	text-align: left;
	padding: 15px;
	text-decoration: none;
	font-style: none;
	 border-left: 1px dotted #aaa;
	 margin: 20px 0 20px 0;
	 background-color: #eaf1f4;

}
.allArticle h6 {
	font-weight: 500;
	color:#666 !important;
	font-family: raleway;
	text-align: left;

	text-decoration: none;
	font-style: none;
	text-indent: 0;
	 margin: 8px 0 20px 0;

}
.allArticle .subtitle {
	font-family: open sans;
	color:#666;
	font-size: 22px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	margin-top: 25px;
	font-weight: 500;
	padding-bottom: 8px;
}
.allArticle .chapterButton:hover{
	opacity: 0.8;
}
.allArticle .chapterButton{
	line-height:1.3;
	font-size:14px;
	width:46%;
	text-align:left;
	margin:30px 0 80px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	display: inline-flex;
	padding: 11px 22px;
	background: none;
    border: 1px solid #dedede;
    color: #525352;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.allArticle .chapterButton.left {
	float: left
}
.allArticle .chapterButton.right {
	float: right
}

.allArticle .chapterButton i{
	width:10%;
	margin: auto 5px;
	font-size:15px;
	text-align:right;
}
.allArticle .chapterButton.left i{
	width:10%;
	margin: auto 5px;
	font-size:15px;
	text-align:left;
	float: left;
}
.allArticle .chapterButton.right i {
	width:10%;
	margin: auto 5px;
	font-size:15px;
	text-align:right;
	float: right;
}
.allArticle .chapterButton div.name {
	font-size:11px;color:#888;	
}
.allArticle .chapterButton div.number {
	font-weight: 500;


}

.topProfileMenu .tab.right a {
	display: flex;
	align-items: center;
	align-self: center;
	height: 100%;
	flex: 1;
	width: 100%;
}

nav ul.whiteHeaderNav {
	display: flex;
	align-items: center;
	align-self: center;
	height: 100%;
	flex: 1;
	width: 100%;
}
nav ul.whiteHeaderNav > li {
	display: flex;
	font-size: 16px;
	padding:0 20px;
	height: 100%;
	transition: .2s ease-in background;
	align-items: center;
}
nav ul.whiteHeaderNav > li.signin {
	margin-left:auto;
}
nav ul.whiteHeaderNav > li > .oneTab {
	height: 100%;
	display: flex;
	align-items: center;
}
nav ul.whiteHeaderNav > li > .oneTab  .fa-angle-down {
	margin-left: 5px;
	color:#aaa;
}
nav ul.whiteHeaderNav > li:not(.signin):hover {
	background: #EFF8FB;
}
nav ul.whiteHeaderNav > li > a {
	color:#525352;
	cursor: pointer;
}
nav ul.whiteHeaderNav > li > a:hover {
	color:#29c;
}
nav ul.whiteHeaderNav .dropdown-menu a {
	padding: 5px 15px;
}
nav ul.whiteHeaderNav .dropdown i.fa-angle-down{
	vertical-align: middle;	
}
.whiteHeaderNav .selected {
	font-weight: 500;
	color: #111;
}

.searchTab input[type="text"], .searchTab select{
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid white;
  font-family: raleway;
  color: #525352;
  font-size: 15px;
  font-weight: 300;
  padding-left: 15px;
  border-radius:0;
  background-color:white; 
  line-height: 2;
}
.searchTab .submitSearch{
  height: 40px;
  border: 0;
  vertical-align: top;
  margin-left: -4px;
  line-height: 27px;
  font-family: raleway;
}
.searchTab .selectNetwork {
  position: relative;
  box-sizing: border-box;
}
.searchTab .selectNetwork:before {
	pointer-events: none;
    content: '\25bc';
    position: absolute;
    color: #82888a;
    top: 0;
    bottom: 0;
    right: 4px;
    width: 2em;
    text-align: center;
    transform: scale(0.84, 0.42);
    -webkit-transform: scale(0.84, 0.42);
    -moz-transform: scale(0.84, 0.42);
    -ms-transform: scale(0.84, 0.42);
    -o-transform: scale(0.84, 0.42);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand');
}
.selectNetwork .proTag {
	color:#aaa;
}


/*product section css*/

.productPage.hub {
	background-color: white;
}
.productPage.hub .productSection{
	padding: 70px 0 0 0;
	width: 100%
	overflow:hidden;
}
.productPage.hub .productSection .subTitle{
	width: 70% !important;
}
.productPage.hub .productSection .sectionIcon {
	width: 80px;
	margin-bottom: 10px;
}
.productSection{
	padding-top: 50px;
	padding-bottom: 50px;
}
.productSection.blue{
	background-color: #29c;
	color:#fff;
}
.productSection.white{
	background-color: #fff;
	color:#525352;

}


.productSection.dark{
	background: #124f69;
	color:#fff;
}

.productSection.dark.quote .inner .smallQuote{
	/*background: #525352;*/
	color:#fff;
	font-family: open sans;
	font-size:15px;
	text-align: center;
	margin-top: 30px;
} 

.productSection.dark.quote .inner .bigQuote{
	/*background: #525352;*/
	color:#fff;
	font-family: open sans;
	font-size: 28px;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

.productSection.gray{
	background-color:#f6f8f9;
	color:#525352;

}
.productSection .inner{ 
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 1.35;
}
.productSection.centered .inner{ 
	text-align: center;
}
.productSection.centered{
	padding-bottom: 0;
}
.productSection.centered .inner .subTitle, .productSection.gray.double .inner .subTitle, .productSection.white.double .inner .subTitle{
	text-align: left;
	width:500px;
	margin:0 auto;
	margin-bottom: 50px;
}
.productSection.centered .inner .centerAligned .subTitle {
	text-align: center;
}

.onethird .subTitle {
	text-align: left;
	float: left;
	margin:0 auto;
	margin-bottom: 100px;
}
.productSection.centered .inner .leftAligned  {
	text-align: left;
	width: 400px;
	margin:  0 auto;
}
.productSection.centered.freeTools {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	z-index: 10;
	position: relative;
}
.productSection.centered.freeTools .inner .row {
	width: 100%;
	padding: 18px 0 55px 0;
}
.productSection.centered.freeTools .inner .oneLineCta {
	color: #525352;
	margin: 0 0 20px 0;
}
.productSection.centered.freeTools .inner .oneLineCta a {
	font-weight: 700;
}
.productSection.centered.freeTools .inner .oneLineCta a:hover {
	opacity: 0.8;
}
.productSection.centered.freeTools .inner .row .oneFourth {
	width: 250px;
	float: left;
	color: #A1B5C5;
	text-align: center;
	cursor: pointer;
	transition: 0.3s ease;
}
.productSection.centered.freeTools .inner .row .oneFourth.twitter:hover {
	color: #000000;
}
.productSection.centered.freeTools .inner .row .oneFourth.instagram:hover {
	color: #F087B1;
}
.productSection.centered.freeTools .inner .row .oneFourth.youtube:hover {
	color: #D0011B;
}
.productSection.centered.freeTools .inner .row .oneFourth.blogs:hover {
	color: #C99666;
}
.productSection.centered.freeTools .inner .row .oneFourth:hover .fa-angle-right {
	transform: translate(0px 20px);
}
.productSection.centered.freeTools .inner .row .oneFourth .subTitle{ 
	width: 67%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 5px;
}
.productSection.centered.freeTools .inner .row .oneFourth i.big {
	font-size: 60px;
	display: block;
	transition: transform 0.3s ease;
}
.productSection.centered.freeTools .inner .row .oneFourth:hover i.big {
	transform: translate(0px,-5px);
}
.productSection.centered.freeTools .inner .title {
	font-size: 14px;
	font-family: open sans;
	font-weight: 700;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.productSection.centered .inner h2{
	margin:0 auto;
	margin-bottom: 15px;
	font-size: 28px;
}

.oneThird h2 , .twoThirds h2 {
	color: #29c;
}

.twoThirds img {
	width: 100%;
}
.productSection .oneThird{
	width:31%;
}
.productSection .twoThirds{
	width:64%;
}
.productPage .header {
	width: 100%;
	/*height: 360px;*/
	background-repeat: no-repeat;
	background-position: center bottom;*/
	 margin: 0 auto;
	 background-color: white;
	 background-size: 100%;
	 padding: 0;
}
.productPage .productSection.header {
	position: relative;
}
.productPage .productSection.header .topButts {
	margin:0 auto;
	width: 900px;
}
.productPage .productSection.header .topButts .titleButt {
	float: left;
	text-align: center;
	width: 25%;
	font-family: raleway;
	font-size: 16px;
	color: #525352;
	font-weight: 500;
	padding: 10px;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
	box-sizing: border-box;
	letter-spacing: 0.7px;
}
.productPage .productSection.header .topButts .titleButt .title {
	margin-top: 5px;
}
.productPage .productSection.header .topButts .titleButt i {
	font-size: 25px;
	color: #AFDAEC;
	margin-bottom: 10px;
}
.productPage .productSection.header .topButts .titleButt:hover {
	background: #F6F8F9;
}
.productPage .productSection.header .topButts .titleButt.selected {
	background: #EFF8FB;
	color: #29c;
}
.productPage .productSection.header .topButts .titleButt.selected i {
	color: #29c;
}
.productPage .productSection.header .topButts .selectedUnderline {
	width: 225px;
	height: 3px;
	position: absolute;
	bottom:0;
	background: #AFDAEC;
	transition: all 0.3s ease-in-out;
}
.productPage .productSection.header .inner {
	width:100%;
	border-bottom: 3px solid #eee;
}
.productPage .productSection .inner .headerTitle {
	text-align: center;
	margin-bottom: 30px;
}
.productPage .productSection.topSection.centered {
	background: transparent;
}
.productPage .productSection.topSection.centered .inner .centerAligned {
	width: 440px;
	text-align: center;
	margin: 0 auto;
}
.productPage .productSection.lightBlueGrad_Bottom.backgroundSocial.centered .inner .tourImage{
	width: 700px;
}
.productPage .productSection.lightBlueGrad_Bottom.backgroundSocial.centered .inner .oneLineImages .tourImage {
	width: 140px;
	box-shadow: 0 0 20px 0 #eee;
	border-radius: 110px;
	margin-right: 30px;
}
.productPage .productSection.lightBlueGrad_Bottom.backgroundSocial.centered .inner .oneLineImages .tourImage:nth-child(3) {
	margin-right: 0;
}
.productPage .productSection .inner.twoHalfClose .oneHalf.float_left {
	text-align: right;
}
.productPage .productSection.cta .inner .butts {
	padding-top: 7px;
}
.productPage .productSection.blueGrad_Top,
.tourTemplate .blueGrad_Top {
	width: 100vw;
	height: 50vw;
	overflow: hidden;
	transform: skewY(-12deg);
	transform-origin: 0;
	background:linear-gradient(150deg,#97D7F3 20%,#1492C9 100%);
	z-index: -1;
	top:0;
	position: absolute;	
}
.productPage .productSection.grayGrad_Top,
.tourTemplate .grayGrad_Top {
	width: 100vw;
	height: 50vw;
	overflow: hidden;
	transform: skewY(-12deg);
	transform-origin: 0;
	background: linear-gradient(300deg,#dee1e1,#fff);
	z-index: -1;
	top:0;
	position: absolute;	
}
.productPage .productSection.yellowGrad_Right {
	width: 100%;
	height: 120px;
	overflow: hidden;
	transform: skewY(-3deg);
	transform-origin: 0;
	background: linear-gradient(to right, rgba(247, 219, 104, 0.1) , rgba(249, 201, 0, 0.2));
	z-index: -1;
	top: 110px;
	position: absolute;
	padding: 45px 0;
	
}


.productPage .productSection.topSection {
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: white;
	margin-top: 0;
}
.productPage .productSection.backgroundTech {
	background: url('/images/new/productPage/backgroundTech.png');
	background-size: 50%;
	background-color: white;	
	padding: 150px 0 100px 0;
	box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.1);
}
.productPage .productSection.backgroundTech .tourImage {
	padding-right: 30px;
	width: 410px;
	margin-top: -50px;
}
.productPage .productSection.lightBlueGrad_Bottom.backgroundSocial {
	background:url('/images/new/productPage/backgroundSocial.png'), linear-gradient(0deg,#f7fcfd 20%,#fff 100%);
	background-size: 50%, 100%;
	background-position: center, center;
	background-repeat: no-repeat;
	background-color: white;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	z-index: 999;
	position: relative;
	overflow: hidden;
	height: 700px;
}
.productPage .productSection.lightBlueGrad_Bottom.backgroundSocial .inner {
	padding-top: 110px;	
}

.pricingContainer.fullWidth {
	background:linear-gradient(0deg,#F7FDFF 20%,#fff 100%);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	z-index: 999;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;

}
.pricingContainer.fullWidth .whiteSubheader {
	margin-bottom: 10px;
}
.lightBlueGrad_Left {
     background:linear-gradient(55deg,white 25%, #f7fcfd 60%, white 00%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -150px 0px;
    background-color: white;
}
.lightBlueGrad_Right {
    background:linear-gradient(-55deg,white 25%, #f7fcfd 60%, white 00%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 150px 0px;
    background-color: white;
}
.lightBlueGrad_Bottom {
	background:linear-gradient(0deg,#f7fcfd 20%,#fff 100%);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
	background-color: white;
	z-index: 999;
	position: relative;
	overflow: hidden;
}
.lightBlueOrangeGrad_Left {
	background:linear-gradient(55deg,#EFEEED 35%, #F9EDE9 10%, #fff 100%);	
}
.productPage .productSection.lightBlueGrad_Left.brandMonitor {
	background: url('/images/new/productPage/tour_page4_2c.png'), linear-gradient(60deg,#fff 15%, #f7fcfd 60%, #fff 00%);
    background-size: auto 80%, 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-position:  bottom center,-150px 0px;
}
.productPage .productSection.filterFeatures.lightBlueGrad_Left {
    background:  url('/images/new/productPage/backgroundFilter_2.png'), url('/images/new/productPage/backgroundFilter.png'), linear-gradient(60deg,#fff 15%, #f7fcfd 60%, #fff 00%);
    background-size: 1000px, 180px,100%;
    background-repeat: no-repeat;
    background-color: white;
    background-position: bottom center, 52% 6%, 0% 0%;
    padding: 100px;
}
.productPage .productSection.filterFeatures.lightBlueGrad_Left img {
	display: inline-block;
	/*transform: translate(-150px,0px);*/
	transition: all 0.5s ease-in-out;
}
.productPage .productSection.filterFeatures.lightBlueGrad_Left.active img {
	transform: translate(0,0);
}
.productPage .productSection.topSection .inner {
	color: white;
}
.productPage .productSection.topSection .inner h2 {
	font-size: 35px;
	font-weight: 300;
	font-family: raleway;
}
.productPage .productSection .subTitle,
.tourTemplate .oneSection .sectionText {
	font-family: open sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;	
	color:#3a3265;
	
}
.productPage .productSection .subTitle div {
	margin-bottom: 10px;
}
.productPage .productSection .subTitle .subTitlePar,
.tourTemplate .oneSection .sectionText .onePar {
	margin-bottom: 20px;
}
.productPage .productSection .inner.twoHalfClose .oneHalf {
	width: 50%;

} 
.productPage .productSection.filterFeatures .tourImage {
	border-radius: 3px;
	margin-right: 5px;
	width: 200px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.productPage .productSection.filterFeatures .inner.twoHalfClose .oneHalf{
	width: 49%;

}
.productPage .productSection.filterFeatures .inner.twoHalfClose .oneHalf.float_right {
	padding-top: 20%;
} 
.productPage .productSection.filterFeatures .inner.twoHalfClose .oneHalf.float_left img {
	width: 200px;
}
.productPage .productSection.cta {
	background:linear-gradient(60deg,#EFEEED 35%, #F9EDE9 10%, #fff 100%);	
	font-weight: 300;
}

.productPage .productSection.cta .title {
	font-family: raleway;
	/*font-weight: 700;*/
	font-size: 28px;
	line-height: 1.2;
	text-align: left;
	color:#525352;
	margin:0;
}
.productPage .productSection.cta .oneHalf:first-child {
	float: left;
}
.productPage .productSection.cta .subTitle {
	font-family: open sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color:#525352;

}
.productPage .productSection .subTitle .smallTitle {
	font-weight: 700;
}
.productPage .productSection .oneHalf .subTitle .subTitlePar {
	margin-bottom: 20px;
	width: 400px;
}
.productPage .productSection .subTitle .smallCta {
	color:#29c;
	cursor: pointer;
	font-weight: 500;
	border-bottom: 2px solid #29c;
	padding: 5px;
	transition: all 0.5s ease-in-out;

}
.productPage .productSection .subTitle .smallCta:hover {
	opacity: 0.6;

}
.productPage .productSection .subTitle .smallCta i {
	margin-left: 3px;
	transform: translate(0,0);
	display: inline-block;
	transition: all 0.2s ease-in-out;
}
.productPage .productSection .subTitle .smallCta:hover i {
	transform: translate(5px, 0px);	
}
.productPage .productSection.fullWidth {
	width: 100%;
	margin:0;
	box-shadow: 0 0 20px 0 #eee;
	min-height: 500px;
}
.productPage .productSection.fullWidth .inner {
	width: 100%;
}
.productPage .productSection.fullWidth.tall .inner {
	padding:50px 0;
}
.productPage .productSection.fullWidth .inner .imageSide {
	position: relative;
}
.productPage .productSection.fullWidth .inner .imageSide.bottom {
	text-align: center;
	padding-top: 80px;
}
.productPage .productSection.fullWidth .inner .imageSide.bottom .tourImage {
	min-width: 600px;
	width: 50%;
}
.productPage .productSection.fullWidth .inner .imageSide .floatedImage {
	position: absolute;
	width: 280px;
	z-index: 9999;
	box-shadow: 0 0 20px 0 #ccc;
	z-index: 10;
}
.productPage .productSection.fullWidth .inner .imageSide .tourImage {
	max-height: 65vh;
	opacity: 0.9;
	box-shadow: 0 0 20px 0 #eee;
	border-radius: 3px;
	border: 1px solid #f6f8f9;
}
.productPage .productSection.fullWidth .inner .textSide {
	width: 40%;
	padding-top: 10vh;
}
.productPage .productSection.fullWidth .inner .float_left.textSide .par {
	width: 50%;
	float: right;
}
.productPage .productSection.fullWidth .inner .float_right.textSide .par {
	width: 50%;
	float: left;
}
.productPage .productSection.fullWidth .inner .par .icon {
	width: 60px;
	margin-bottom: 20px;
}
.productPage .productSection.fullWidth .inner .par .icon.rect{
	border-radius: 4px;
	box-shadow: 0 0 10px 0 #eee;
	border:2px solid #f6f8f9;
}
.productPage .topImageTwo {
	width: 100%;
	height: 360px;
	background-image: url("/images/ido/PageTwoHead.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	 margin: 0 auto;
	 background-color: white;
	 padding: 0;
}

.productPage .topImageThree {
	width: 100%;
	height: 360px;
	max-width: 1460px;
	background: #fff;
	background-image: url("/images/ido/PageThreeHead.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	 margin: 0 auto;
	 background-color: white;
	 padding: 0;
	 background-size: 98%;
}

.productPage .topImageTwo h1 {
	font-family: raleway;
	font-weight: 300;
	color: #525352;
	font-size: 45px;
	margin-top: 50px;
}

.productPage .topImageThree h1 {
	font-family: raleway;
	font-weight: 300;
	color: #525352;
	font-size: 45px;
	margin-top: 50px;
}

.productPage .header h1 {
	font-family: raleway;
	font-weight: 300;
	color: #525352;
	font-size: 40px;
	padding-top: 45px;
	padding-bottom: 25px;
	margin-bottom: 0;
	line-height: 1;
}


.productSection.cta.white {
	position: relative;
	background: #124f69;
	margin-bottom: -25px;
}
.productSection.cta{
	background: #124f69;
	padding-top:80px;	
	padding-bottom:100px;	
	margin-bottom: -25px;

	font-size: 24px;
	font-family: raleway;
	color:#fff;
}


.productSection.cta.blue {
	position: relative;
	background: #124f69;
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: -25px;
}



.productSection.cta.gray {
	position: relative;
	margin-bottom: -25px;

}

.productSection.gray .oneHalfPic , .productSection.white .oneHalfPic {
	width:47%; 
	text-align: center;
	
}

.productSection.gray.double .inner h2, .productSection.white.double .inner h2{
	color: #29c;
	text-align: center;
		margin:0 auto;
	margin-bottom: 15px;

}


.productSection.gray .oneHalfPic img, .productSection.white .oneHalfPic img {
	width: 100%;
}

.productSection.cta.white .inner .oneHalf, .productSection.blue .inner .oneHalf, .productSection.cta.gray .inner .oneHalf {
	width:47%; 
	float: left;
	text-align: center;
}


.productSection.cta.white .inner .oneHalf h2, .productSection.blue.small .inner h2, .productSection.cta.blue .inner .oneHalf h2, .productSection.blue.small .inner h2, .productSection.cta.gray .inner .oneHalf h2, .productSection.blue.small .inner h2 {
	margin-top: 70px;
	color: white;
}

.productSection.cta.white .inner .oneHalf .flat-butt, .productSection.cta.blue .inner .oneHalf .flat-butt, .productSection.cta.gray .inner .oneHalf .flat-butt {
	font-family: open sans;
	/*font-size: 28px;*/
	width: 270px;
	/*padding:20px;
	font-size: 30px*/
}



.productPageAnimationOne{
    height: 100px;
    position: absolute;
    width: 200px;
    border-radius: 200px 200px 0 0;
    overflow: hidden;
    bottom: 0;
    left:400px;
}

.productPageAnimationOne img{
width: 200px;bottom: 0px;position: absolute;margin-bottom: 0px;left: 0;
}
body {
    margin: 0px;
    font-family: open sans, Helvetica, Verdana;
    font-size: 11px;
    color: #525352;
    text-align: left;
    background: #F6F8F9;
    font-weight: 400;
    /*background: url(/images/search/texture.jpg) repeat;*/
}
.productPageAnimationTwo {
   height: 100px;position: absolute;width: 1000px;overflow: hidden;bottom: 0;left:0px; 
}

.productPageAnimationTwo img {
    width: 200px;position: absolute;top: 0;left: 0px;right:0px;margin:0 auto; 
}

.productPageAnimationThree {
height: 100px;position: absolute;width: 1000px;overflow: hidden;bottom: 0;left:0; 
}
.productPageAnimationThree img {
   width: 250px;position: absolute;left: 0;bottom: 0;left: 0px;right:0px;margin:0 auto; 
}
.genericPost2.imageContainer .overImageBottom,
.genericPost.imageContainer .overImageBottom,
.genericPostProfile.imageContainer .overImageBottom,
.genericPostPro.imageContainer .overImageBottom {
    position: absolute;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #888;
    font-family: open sans;
    font-size: 13px;
    background: #525352;
    /*background: -webkit-gradient(linear, center top, center bottom, from(transparent), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .7));*/
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    word-wrap: break-word;
}

.genericPostProfile .statsBottom,
.genericPost .statsBottom,
.genericPostPro .statsBottom {
    position: absolute;
    color: #888;
    font-family: open sans;
    font-size: 13px;
    width: 100%;
    /*background-color: #525352;*/
    bottom: 0;
    padding: 5px;
    left: 0;
}

/*tour*/
.productPage .tourImage.fullImage {
	width:900px;
	border:0;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.productPage .topSection .productCta {
	width: 540px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.productPage .topSection .ctaTopDivider {
	border-top: 4px solid #eee;
	margin: 50px auto;
	width: 350px;
}
.productPage .topSection .productCta .ctaLeft {
	color: #29c;
	text-align: left;
	width: 50%;
	float: left;
}
.productPage .topSection .productCta .ctaRight {
	width: 50%;
	float: right;
}
.productPage .topSection .productCta .ctaRight .grad-butt{
	padding: 17px;
}
.productPage .topSection .productCta .ctaLeft .leftTitle {
	font-size: 28px;
	font-weight: 700;
	font-family: raleway;
}
.productPage .topSection .productCta .ctaLeft .leftTitle.oneLine {
	line-height: 2;
	margin-top: 4px;
}
.productPage .topSection .productCta .ctaLeft .leftSub {
	font-size: 16px;
	font-weight: 300;
	font-family: open sans;
}
.tourImage {
    box-sizing: border-box;
}
.tourImage.hubImage {
	width: 1000px;
	box-shadow:0px 5px 20px -5px #eee;
	border:none;
}
.turnedOff {
	opacity: 0;
	 -webkit-transition: opacity 0.2s ease-in-out;
	  -moz-transition: opacity 0.2s ease-in-out;
	  -ms-transition: opacity 0.2s ease-in-out;
	  -o-transition: opacity 0.2s ease-in-out;
	  transition: opacity 0.2s ease-in-out;
}
.turnOn:hover .turnedOff {
	opacity: 1;

}
.lightOn .onTop {
	position: absolute;
	top: 0;
	/*width: 150px;*/
	margin-left:auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

/*end of tour*/

/*api page*/
.apiPage h2 {
	font-weight: 300;
	font-size:18px;
	text-align: center;
}
.apiPage .topSectionTitle {
	padding-bottom: 0;
}
.apiPage .topSection {
	margin-top:0;
}
.apiPage .homeBottomSection .homeBottomContent .textHomeCenter .title {
	font-size: 20px;
	font-weight: 700;
}
.apiPage .whiteText {
	margin-top: 0;
}
.apiPage h3 {
	font-size: 18px;
	font-weight: 300;
	color: #525352;
}
.apiPage .oneQuarter .whiteText {
	font-size: 15px;
}
.apiPage .oneQuarter {
	width:25%;
	float: left;
	box-sizing: border-box;
	padding:15px;
	border-radius: 5px;
	height: 310px;
	position: relative;
}
.apiPage .oneThird {
	width:33%;
	float: left;
	box-sizing: border-box;
	padding:15px;
	border-radius: 5px;
	height: 350px;
	position: relative;	
}
.apiPage .homeBottomSection.lightGray{
	background-color: #f6f8f9;
}

.apiPage .smallCta {
	color: #aaa;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}
.apiPage .oneQuarter:hover .smallCta, .apiPage .oneThird:hover .smallCta {
	color: #29c;
}
.apiPage .oneQuarter:hover, .apiPage .oneThird:hover {
	background-color: white;
}
@-webkit-keyframes wiggle {
	0% {-webkit-transform:rotate(4deg);}
	50% {-webkit-transform:rotate(-4deg);}
	100% {-webkit-transform:rotate(4deg);}
}
@-moz-keyframes wiggle {
	0% {-moz-transform:rotate(4deg);}
	50% {-moz-transform:rotate(-4deg);}
	100% {-moz-transform:rotate(4deg);}
}
@keyframes wiggle {
	0% {transform:rotate(4deg);}
	50% {transform:rotate(-4deg);}
	100% {transform:rotate(4deg);}
}
.apiPage .oneThird:hover .wiggle, .apiPage .oneQuarter:hover .wiggle {
	-webkit-animation: wiggle 0.2s ease-in-out;
	-moz-animation: wiggle 0.2s ease-in-out;
	animation: wiggle 0.2s ease-in-out;
	  -ms-transform-origin: 70px 70px; /* IE 9 */
    -webkit-transform-origin:70px 70px; /* Chrome, Safari, Opera */
    transform-origin: 70px 70px;
    -moz-transform-origin: 70px 70px;
    display: inline;
    
}
.apiPage .oneThird:hover .pop, .apiPage .oneQuarter:hover .pop{
    animation: pop 1s ease-in-out ;
    transform-origin:center;
}
 @keyframes pop {
    0% {
    	transform: scale(1);
    }
    50% {
    	transform: scale(1.3);
    }
    100% {
    	transform: scale(1);
    }
}
 @-webkit-keyframes pop {
    0% {
    	transform: scale(1);
    }
    50% {
    	transform: scale(1.3);
    }
    100% {
    	transform: scale(1);
    }
}
 @-moz-keyframes pop {
    0% {
    	transform: scale(1);
    }
    50% {
    	transform: scale(1.3);
    }
    100% {
    	transform: scale(1);
    }
}
.apiPage .oneQuarter:hover .rotateLine.delayZero, .apiPage .oneThird:hover .rotateLine.delayZero {
	 animation-delay: 0.03s;
}
.apiPage .oneThird:hover .pop.delayOne, .apiPage .oneQuarter:hover .pop.delayOne, .apiPage .oneThird:hover .changeColor.delayOne, .apiPage .oneQuarter:hover .changeColor.delayOne{
	 animation-delay: 0.3s;
}
.apiPage .oneThird:hover .pop.delayTwo, .apiPage .oneQuarter:hover .pop.delayTwo, .apiPage .oneThird:hover .changeColor.delayTwo, .apiPage .oneQuarter:hover .changeColor.delayTwo{
	 animation-delay: 0.5s;
}
.apiPage .oneThird:hover .pop.delayThree, .apiPage .oneQuarter:hover .pop.delayThree, .apiPage .oneThird:hover .changeColor.delayThree, .apiPage .oneQuarter:hover .changeColor.delayThree{
	 animation-delay: 0.7s;
}
.apiPage .oneThird:hover .growing, .apiPage .oneQuarter:hover .growing {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: growing 5s linear forwards;
}
@keyframes growing {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes growing {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes growing {
  to {
    stroke-dashoffset: 0;
  }
}
.apiPage .oneThird .changeColor {
	fill:#E6E6E6;
}
.apiPage .oneThird:hover .changeColor , .apiPage .oneQuarter:hover .changeColor {
    animation: changeColor 1s ease-in-out ;
    transform-origin:center;
}
 @keyframes changeColor {
    0% {
    	fill:#E6E6E6;
    }
    100% {
    	fill:#ffa68a;
    }
}
 @-webkit-keyframes changeColor {
    0% {
    	fill:#E6E6E6;
    }
    100% {
    	fill:#ffa68a;
    }
}
 @-moz-keyframes changeColor {
    0% {
    	fill:#E6E6E6;
    }
    100% {
    	fill:#ffa68a;
    }
}
.apiPage .movingLine {
	 stroke-dasharray: 10;
}
.apiPage .oneThird:hover .movingLine, .apiPage .oneQuarter:hover .movingLine {
  stroke-dashoffset: 1000;
  animation: dashColor 5s linear infinite;
}
@keyframes dashColor {
  0% {
    stroke-dashoffset: 0;
    stroke:#E6E6E6;
  }
  100% {
    stroke-dashoffset: 100;
    stroke:#29c;
  }
 }
 @-webkit-keyframes dashColor {
  0% {
    stroke-dashoffset: 0;
    stroke:#E6E6E6;
  }
  100% {
    stroke-dashoffset: 100;
    stroke:#29c;
  }
 }
 @-moz-keyframes dashColor {
  0% {
    stroke-dashoffset: 0;
    stroke:#E6E6E6;
  }
  100% {
    stroke-dashoffset: 100;
    stroke:#29c;
  }
 }
.apiPage .oneThird:hover .changeColorBlue , .apiPage .oneQuarter:hover .changeColorBlue {
    animation: changeColorBlue 5s ease-in-out infinite ;
    transform-origin:center;
}
 @keyframes changeColorBlue {
    0% {
    	fill:#E6E6E6;
    }
    100% {
    	fill:#29c;
 }
}
@-webkit-keyframes changeColorBlue {
    0% {
    	fill:#E6E6E6;
    }
    100% {
    	fill:#29c;
 }
}
@-moz-keyframes changeColorBlue {
    0% {
    	fill:#E6E6E6;
    }
    100% {
    	fill:#29c;
 }
}
.apiPage .rotateLine, .apiPage .wiggle {
	display: block;
}
.apiPage .oneThird:hover .rotateLine, .apiPage .oneQuarter:hover .rotateLine {
   -webkit-animation:spin 3s ease-in-out infinite;
    -moz-animation:spin 3s ease-in-out infinite;
    animation:spin 3s ease-in-out infinite;
    transform-origin:75px 70px;
    -webkit-transform-origin:75px 70px;
    -moz-transform-origin:75px 70px;
    -ms-transform-origin:75px 70px;
}
@-moz-keyframes spin {
 100% { 
 	-moz-transform: rotate(360deg); 
 	} 
 }
@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin {
	100% { 
		-webkit-transform: rotate(360deg); transform:rotate(360deg); 
	}
}
.apiPage .oneThird:hover .falling, .apiPage .oneQuarter:hover .falling {

  animation: falling 2s ease-in-out;
}
@keyframes falling {
	0% {
		transform: translate(0px, -50px);

	}
	50% {
     transform: translate(0px, 0px);
  }

}
@-webkit-keyframes falling {
	0% {
		transform: translate(0px, -50px);

	}
	50% {
     transform: translate(0px, 0px);
  }

}
@-moz-keyframes falling {
	0% {
		transform: translate(0px, -50px);

	}
	50% {
     transform: translate(0px, 0px);
  }

}
.klearProfilesModal.apiModal .largeTitle, .klearProfilesModal.apiModal .smallTitle {
    text-align: left;   
}
.klearProfilesModal.apiModal .codeSection {
	max-height: 430px;
}
.klearProfilesModal.apiModal .get {
	background-color: #29c;
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	border-radius: 2px;
	padding: 2px 5px;
	letter-spacing: 0.5px;
	margin-right: 4px;
	line-height: 2;

}
.klearProfilesModal.apiModal .upperTitle {
	color: #525352;
	font-size: 13px;
}
.apiPage .topSection.cta {
	padding: 40px 0;
	text-align: center;
}
.klearProfilesModal.apiModal .fancyBoxContent {
	width:800px;
	padding:0px;
}
.klearProfilesModal.apiModal .fancyBoxContent .modalContainer {
	padding: 20px 30px;
	}
/*end api page*/


/*vetted landing*/
.vettedLanding {
	text-align: left;
	overflow: hidden;
}
.vettedLanding .oneSection {
	max-width: 800px;
	position: relative;
	z-index: 1;
}
.vettedLanding .oneSection.first {
	padding-top: 60px;
}
.vettedLanding .oneSection.last {
	padding-bottom: 60px;
}
.vettedLanding .oneSection .ctaBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px;
	background: white;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
	border-radius: 3px;
}
.vettedLanding .oneSection .ctaBox .ctaText {
	text-align: left;
}
.vettedLanding .oneSection .ctaBox .ctaButt {
	margin-left: auto;
}
.vettedLanding .oneSection .ctaBox .ctaButt .grad-butt-xlarge i {
	font-size: 20px;
	margin-right: 3px;
}
.vettedLanding .fullWidth {
	width: 100%;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
.vettedLanding .oneSection .ctaBox .ctaImage {
	margin-right: 30px;
}
.vettedLanding .oneSection .ctaBox .ctaImage img {
	width: 150px;
}
.vettedLanding .cta {
  padding: 40px 0;
	 background: linear-gradient(270deg, #2299cc, #72c2e4, #ffa68a, #a1b5c5);
	background-size: 800% 800%;
	position: relative;
	z-index: 1;
	margin-top:50px;

	-webkit-animation: backColor 30s ease infinite;
	-moz-animation: backColor 30s ease infinite;
	animation: backColor 30s ease infinite;
}

@-webkit-keyframes backColor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes backColor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes backColor {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.vettedLanding .oneSection.scrollable {
	/*height: 460px;*/
}
.vettedLanding .oneSection .profileExample {
	margin-top: 20px;
	display: block;
}
.vettedLanding .oneSection .profileExample img {
	width: 100%;
	margin-left: -16px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	.vettedLanding .oneSection .profileExample img {
		margin-left: 0;
	}
}
.vettedLanding .oneSection .subTitle {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 300;
}
.vettedLanding h2,
.topWideSearch.vettedLandingTop h1 {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 38px;
}
.vettedLanding h2:after,
.topWideSearch.vettedLandingTop h1:after {
	content: "\A";
	width: 108%;
	height: 0.6em;
	display: inline-block;
	position: absolute;
	bottom: -4px;
	left: -4%;
	right: 0;
	background: #E8F5FA;
	z-index: -1;
	border-radius: 30px;
	background: linear-gradient(to right, #C9E2EC ,#f6e5d8);
	box-shadow: 0 10px 20px 0px rgba(0,0,0,0.11);
}
.vettedLanding .oneSection .bulletLine {
	display: flex;
}
.vettedLanding .oneSection .oneBullet .bulletImage svg {
	height: 170px;
}
.vettedLanding .oneSection .oneBullet .bulletImage.mobile .animateObject1 {
	transform: scale(0,0) rotate(-10deg) translate(25px,100px);
	transition: 0.3s ease-in-out all;
	transform-origin: 70px 100px;
	opacity: 0;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.mobile .animateObject1 {
	transform: scale(1,1) rotate(0deg) translate(17px,40px);
	opacity: 1;
}
.vettedLanding .oneSection .oneBullet .bulletTitle {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
}
.vettedLanding .oneSection .oneBullet .bulletText {
	font-size: 17px;
	line-height: 1.3;
	font-weight: 300;
}
.vettedLanding .oneSection .oneBullet .bulletImage {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.vettedLanding .oneSection .oneBullet .bulletImage svg {
	width: 100%;
}.vettedLanding .oneSection .oneBullet .bulletImage.piechart svg {
	margin-top: 30px;
}
.vettedLanding .oneSection .oneBullet .bulletImage.mobile svg {
	width: 90px;
}
.vettedLanding .oneSection .oneBullet .bulletImage.portfolio .animateObject1 {
	transition: 0.3s ease-in-out all;
	transform: translate(30px, 40px) rotate(-10deg);
	transform-origin: 250px 200px;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.portfolio .animateObject1 {
	transform: translate(50px, -40px) rotate(-20deg);
}
.vettedLanding .oneSection .oneBullet .bulletImage.portfolio .animateObject2 {
	transition: 0.3s ease-in-out all;
	transform: translate(70px, 40px) rotate(-10deg);
	transform-origin: 100px 200px;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.portfolio .animateObject2 {
	transform: translate(60px, 0px) rotate(16deg);
}
.vettedLanding .oneSection .oneBullet .bulletImage.piechart .animateObject1 rect {
	transition: 0.3s ease-in-out all;
	transform-origin: 30px 30px;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.piechart .animateObject1 rect {
	stroke:#124F69;
	transform: rotate(90deg);
}
.vettedLanding .oneSection .oneBullet .bulletImage.piechart .animateObject2 circle {
	transition: 0.3s ease-in-out all;
	transition-delay: 0.2s;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.piechart .animateObject2 circle {
	stroke:#A1B5C5;
	
}
.vettedLanding .oneSection .oneBullet .bulletImage.piechart .animateObject2b {
	transition: 0.3s ease-in-out all;
	transition-delay: 0.2s;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.piechart .animateObject2b {
	fill:#D3E3F2;
	
}
.vettedLanding .oneSection .oneBullet .bulletImage.piechart .animateObject3 path {
	transition: 0.3s ease-in-out all;
	transition-delay: 0.3s;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.piechart .animateObject3 path {
	stroke:#A17347;
	transform: translate(10px,0);	
}
.vettedLanding .oneSection .oneBullet .bulletImage.piechart .animateObject4 path {
	transition: 0.3s ease-in-out all;
	transition-delay: 0.4s;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.piechart .animateObject4 path {
	stroke:#172217;
	transform: translate(-10px,0);	
}
.vettedLanding .oneSection .oneBullet .bulletImage.piechart .animateObject5 rect {
	transition: 0.5s ease-in-out all;
	transition-delay: 0.4s;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.piechart .animateObject5 rect {
	fill	:#888888;
	transform: translate(0px,10px);	
}
.vettedLanding .oneSection .oneBullet .bulletImage.piechart .animateObject6 circle {
	transition: 0.6s ease-in-out all;
	transition-delay: 0.4s;
}
.vettedLanding .oneSection .oneBullet:hover .bulletImage.piechart .animateObject6 circle {
	fill	:#E62117;
	transform: translate(0px,-20px);	
}
.vettedLanding .oneSection .cardLine {
	display: flex;
	overflow-y: scroll;
	width: 100vw;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	
}
/*.vettedLanding .oneSection .cardLine:after {
	position: absolute;
	width: 300px;
	height: 440px;
	position: absolute;
	right: 0;
	background: linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,1));
	content: "\A";
	z-index: 1;
}*/
.vettedLanding .oneSection .lastCardMargin {
	width: 35vw;
	flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
	.vettedLanding .oneSection .lastCardMargin {
		width: 10px;
	}
}
.vettedLanding .oneSection .oneCard {
	width: 290px;
	height: 350px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	border:1px solid #eee;
	border-radius: 3px;
	color: #525352;
	margin:30px 40px 30px 0;
	font-size: 14px;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	transition: all 0.3s ease-in-out;
}
.vettedLanding .oneSection .oneCard:hover {
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
}
.vettedLanding .oneSection .oneCard:first-child {
	margin-left: 20px;
}
.vettedLanding .oneSection .oneCard > div {
	display: flex;
}
.vettedLanding .oneSection .oneCard .cardTop {
	margin-bottom: 10px;
}
.vettedLanding .oneSection .oneCard .cardTop .profilePic img {
	width: 100px;
	border-radius: 3px 0 0 0;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
.vettedLanding .oneSection .oneCard .cardTop .profileDetails {
	padding-left: 10px;
	padding-top: 10px;
}
.vettedLanding .oneSection .oneCard .cardTop .profileDetails > div {
	display: flex;
	align-items: center;
}
.vettedLanding .oneSection .oneCard .cardTop .profileDetails > div:not(.name) {
	height: 22px;
}
.vettedLanding .oneSection .oneCard .cardTop .profileDetails .influence {
	color: #29c;
}
.vettedLanding .oneSection .oneCard .cardTop .profileDetails .location {
	color: #aaa;
}
.vettedLanding .oneSection .oneCard .cardTop .profileDetails .name {
	font-weight: 700;
	font-family: open sans;
	font-size: 15px;
	margin-bottom: 3px;
	color: #29c;
}
.vettedLanding .oneSection .oneCard .cardTop .profileDetails .skill img, 
.vettedLanding .oneSection .oneCard .cardTop .profileDetails .icon {
	width: 30px;
	text-align: center;
	margin-right: 5px;
}
.vettedLanding .oneSection .oneCard .cardBottom {
	flex-direction: column;
	flex-grow: 1;
	padding: 20px;
	padding-top: 0;
}
.vettedLanding .oneSection .oneCard .cardBottom .bottomLine {
	margin-top: auto;
}
.vettedLanding .oneSection .oneCard .cardBottom .logoLine {
	display: flex;
	justify-content: left;
}
.vettedLanding .oneSection .oneCard .cardBottom .logoLine .oneLogo {
	width: 25%;
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 5px;
}
.vettedLanding .oneSection .oneCard .cardBottom .logoLine .oneLogo .logoTitle {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	color: #aaa;
}
.vettedLanding .oneSection .oneCard .cardBottom .logoLine .oneLogo .logoIcon {
	width: 100%;
	border-radius: 50%;
	overflow: hidden;box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
	margin-bottom: 3px;
	flex-shrink: 0;
	flex-grow: 1;
	display: flex;
}
.vettedLanding .oneSection .oneCard .cardBottom .logoLine .oneLogo .logoIcon img { 
	width: 100%;
	align-self: center;
}
.vettedLanding .oneSection .oneCard .cardBottom .title {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 5px;
}
.vettedLanding .oneSection .oneCard .cardBottom .par {
	font-weight: 300;
	margin-bottom: 5px;
	hyphens: auto;
	overflow: hidden;
	text-overflow: hidden;
	height: 110px;
}
.vettedLanding .divider {
  height: 230px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vettedLanding .divider .dividerLine {
  border-bottom: 3px solid #f6f8f9;
  margin-left: 0px;
  width: 200px;
}
.vettedLanding .homeBottomSection {
	box-shadow: none;
	background: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}
.vettedLanding .backImage {
	z-index: 0;
	width: 20%;
}
.vettedLanding .backImage.spots {
	position: absolute;
	left: -50px;
}
.vettedLanding .backImage.tail {
	position: absolute;
	text-align: right;
	width: 100%;
	overflow: hidden;
}
.vettedLanding .backImage.tail svg {
	margin-right: -200px;
}
.vettedLanding .backImage.spots .animateObject1 {
	 /*animation: spotMove1 10s infinite;
	 animation-timing-function: ease-in-out;*/
}
.topWideSearch.vettedLandingTop .skillPictures .onePic {
	position: relative;
	height: 180px;
	width: 180px;
	border-radius: 50%;
	margin-right: 30px;
	margin-bottom: 30px;
}
.topWideSearch.vettedLandingTop .skillPictures .onePic.light:after {
	opacity: 0.9;
	animation-name: opacityPicLight;
}
.topWideSearch.vettedLandingTop .skillPictures .onePic:after {
	background: white;
	width: 180px;
	height: 180px;
	content: "\A";
	position: absolute;
	left: 0;
	opacity: 0.7;
	transition: 2s ease-in-out all;
	animation-duration: 20s;
	animation-name: opacityPic;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes opacityPicLight {
  0% {
    opacity: 1;
  }
  30% {
  	opacity: 1;
  }
  40% {
  	opacity: 0.8;
  }

  60% {
  	opacity: 0.8;
  }
  70% {
  	opacity: 1;
  }
}
@keyframes opacityPic {
  0% {
    opacity: 1;
  }
  30% {
  	opacity: 1;
  }
  40% {
  	opacity: 0.5;
  }

  60% {
  	opacity: 0.5;
  }
  70% {
  	opacity: 1;
  }
}
.topWideSearch.vettedLandingTop .skillPictures .animate1.onePic:after {
	animation-delay: -20s;
}
.topWideSearch.vettedLandingTop .skillPictures .animate2.onePic:after {
	animation-delay: -17s;
}
.topWideSearch.vettedLandingTop .skillPictures .animate3.onePic:after {
	animation-delay: -14s;
}
.topWideSearch.vettedLandingTop .skillPictures .animate4.onePic:after {
	animation-delay: -11s;
}
.topWideSearch.vettedLandingTop .skillPictures .animate5.onePic:after {
	animation-delay: -8s;
}
.topWideSearch.vettedLandingTop .skillPictures .animate6.onePic:after {
	animation-delay: -5s;
}
.topWideSearch.vettedLandingTop .skillPictures .animate7.onePic:after {
	animation-delay: -2s;
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox { 
	display: flex;
	max-width: 100%;
	width: 850px;
	flex-direction: row;
	padding: 50px;
	height: auto;
}
.vettedLandingTop.topWideSearch .mainSkillBox .skillDescription {
	max-height: initial;
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox > div {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox > div:nth-child(2) {
	margin-left: 40px;
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox > div .cta {
	/*margin-top: auto;*/
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox img {
	width: 200px;
}
.topWideSearch.vettedLandingTop .mainSkillBox .skillDescription {
	font-family: muli;
	font-size: 24px !important;
	line-height: 1.3;
	margin: 20px 0;
}
.topWideSearch.vettedLandingTop .mainSkillBox .skillDescription span {
	font-weight: 500;
}
.topWideSearch.vettedLandingTop .mainSkillBox .skillDescription span i {
	font-size: 21px;
	margin-right: 3px;
}
.topWideSearch.vettedLandingTop {
	position: relative;
	box-shadow: none;
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter .mwBar {
	background: #19a8a8;
	display: flex;
	font-size: 15px;
	font-weight: 300;
	color: white;
	justify-content: flex-end;
	align-items: center;
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter .mwBar .mwLogo {
	margin-left: 10px;
}
.topWideSearch.vettedLandingTop .hoveringBoxCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox {
		width: auto;
		flex-direction: column;
		align-items: center;
		padding: 20px;
		box-shadow: 0 16px 20px 0px rgba(0,0,0,0.05);
	}
	.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox .headers > * {
		margin-bottom: 20px;
	}
	.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox > div {
		text-align: center;
		align-items: center;
	}
	.topWideSearch.vettedLandingTop .hoveringBoxCenter .mainSkillBox > div:nth-child(2) {
		margin: 0;
	}
	.topWideSearch.vettedLandingTop {
		margin: 0 !important;
	}
	.topWideSearch.vettedLandingTop .skillPictures {
		display: none !important;
	}
	.vettedLanding .backImage {
		display: none;
	}
	.topWideSearch.vettedLandingTop .hoveringBoxCenter {
		position: relative;
		padding-bottom: 60px;
		height: 100%;	
	}
	.vettedLanding .oneSection .bulletLine {
		flex-direction: column;
	}
	.vettedLanding .oneSection .oneBullet .bulletImage.piechart svg {
		margin-top: -40px;
	}
	.vettedLanding .oneSection .oneBullet .bulletImage.portfolio svg {
		margin-top: -80px;
	}
	.vettedLanding .oneSection .oneBullet .bulletImage.mobile svg {
		margin-top: -40px;
		margin-left: 30px;
	}
	.vettedLanding .oneSection .oneBullet .bulletImage.mobile .animateObject1 {
		transform: scale(1,1) rotate(0deg) translate(17px,40px);
		opacity: 1;
	}
	.vettedLanding .companyLogos {
		overflow-y: scroll;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}
	.vettedLanding .companyLogos .logoLine {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		margin-left: 10px;
	}
	.vettedLanding .companyLogos .logoLine .oneLogo {
		position: initial;
		opacity: 1 !important;
		animation:none !important;
		background: white;
		box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
		align-items: center;
	    display: flex;
	    margin: 10px !important;
	    border-radius: 5px;
	}
	.homeBottomSection .companyLogos .oneLogo img {
		margin:0 20px !important;
		padding: 0 !important;
	}
	/*.vettedLanding .oneSection .cardLine:after {
		width: 100px;
	}*/
	.homeBottomSection .homeBottomContent {
		width: 90%;
	}
	.vettedLanding .oneSection .cta {
		flex-direction: column;
	}
	.vettedLanding .oneSection .cta .ctaButt {
		margin-right: auto;
	}
	.vettedLanding .oneSection .cta .ctaText {
		text-align: center;
	}
	.vettedLanding .oneSection .cta .ctaText .subTitle {
		margin-bottom: 20px;
	}
	.vettedLanding .divider .dividerLine {
		align-self: center;
	}
	.vettedLanding .oneSection .ctaBox {
		flex-direction: column;
	}
	.vettedLanding .oneSection .ctaBox .subTitle {
		text-align: center;
	}
	.vettedLanding .oneSection .ctaBox .ctaButt {
		margin: auto;
	}
	.vettedLanding h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.vettedLanding .oneSection .ctaBox .ctaText .subTitle {
		margin: 0 0 50px 0;
	}
}
@media only screen and (min-width: 769px) {
	.vettedLanding .oneSection .oneBullet {
		width: 200px;
		margin-right: 20px
	}
	.vettedLanding .oneSection .oneBullet .bulletImage.piechart {
		width: 140px;
	}
	.vettedLanding .oneSection .oneBullet .bulletImage.portfolio {
		width: 170px;
	}
}
.vettedLanding .backImage.profilePics {
	position: absolute;
	right: 20px;
	width: 400px;
}
.vettedLanding .backImage.profilePics .picLine {
	height: 400px;
	position: relative;
}
.vettedLanding .backImage.profilePics .picLine .onePic:nth-child(1) {
	position: absolute;
	bottom: 0;
	left: 0;
}
.vettedLanding .backImage.profilePics .picLine .onePic:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
}


/*end of lvetted landing*/


.landingAd {
	display: flex;
	flex: 1;
	justify-content: center;
	padding: 0;	
}
.landingAd .imageBox {
	width: 230px;
	margin-top: auto;
}
.landingAd .imageBox img {
	width: 100%;
}

.landingAd.stories {
	background: linear-gradient(to right, #fff, #F6F0F0);
}
.landingAd.stories .smallTitle {
	text-align: left;
}
.landingAd.stories .boxSideLeft {
	max-width: 680px;
	width:90%;
	padding: 30px 0;
}
.landingAd.stories .subTitle {
	margin-bottom: 30px;
}



















/* homepage2020 */

.homepage2020 .homepageContent {
    font-size: 16px;
    background:white;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    min-height: 600px;
}
.homepage2020 .homepageContent.tour {
    flex-direction: column;
}
.homepage2020 h1 {
	margin:3vh 0;
	white-space: nowrap;
}
.homepage2020 .secondaryTitle {
	font-size: 1.3em;
	margin-bottom: 1em;
    color: #34556d;
    font-weight: 600;
    font-family: muli;
    line-height: 1.3;
}
.butt2020 {
    background: #FFAF94;
    font-family: muli;
    color: #3D2F68;
    font-weight: 900;
    border-radius: 4px;
    transition: .2s ease-in all;
    cursor: pointer;
    letter-spacing: .3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:.5em 1em;
	font-size: 1em;
	white-space: nowrap;
	border:0;
}
.butt2020 .buttText {
    margin-right: 3px;
}
.butt2020.secondary,
.butt2020.secondary a {
    background: none;
    color:#E1755F;
    padding: 0;
    font-weight: 600;
    font-style: initial;
    letter-spacing: .3px;
}
.butt2020.secondary:hover,
.butt2020.secondary:hover a {
    color:#2EC086;
}
.butt2020.big {
    font-size: 1.5em;
    padding:.5em 2em;
}
.butt2020.bigger {
    padding:.5em 3em;
    font-size: 2em;
}
.butt2020:not(.secondary):hover {
    box-shadow: 0px 20px 12px -14px rgba(22, 225, 111, 0.1), 0px 10px 10px 0px rgba(22, 225, 111, 0.05), 0px 5px 5px 0px rgba(22, 225, 111, 0.1);
    background:#3D2F68;
    color:#49C896;
}
.homepage2020 .twoSides {
    display: flex;
    width: 100%;
    flex: 1;
    justify-content: center;
    height:80vh;
}

.homepage2020 .twoSides .oneSide {
    display:flex;
    flex-direction: column;
    padding:20px;
    justify-content: center;
    align-items: flex-start;
    flex:1;

}
.homepage2020 .twoSides .oneSide.image {
    align-items: center;
}
.homepage2020 .twoSides .oneSide.image .oneLine {
    justify-content: center;
}
.homepage2020 .oneLine {
    display: flex;
    width: 100%;
}
.homepage2020 .oneLine.middle {
    display: flex;
    align-items: center;
    margin-bottom:50px;
}
.homepage2020 .oneLine.middle img {
    width: 80%;
    max-width: 750px;
}
.homepage2020 .oneLine.middle .illusCont {
    height:100%;
    display: flex;
	justify-content: center;
	align-items:center
}

.header2020 {
	font-size: 16px;
    background: white;
    height: 100px;
    display: flex;
    align-items: center;
    padding:0 40px;
}
.header2020 .headerTabs {
    width:100%;
    display:flex;
    align-items: center;
}
.header2020 .newLogo,
.header2020 .newLogo img {
	width:140px;
	margin-top: -3px;
}
.header2020 .headerTabs .nav2020 {
    display:flex;
}
.header2020 .headerTabs .nav2020 > li {
    display: flex;
}
.header2020 .headerTabs .oneTab,
.nav.featuresSelector .selctorOne a {
    font-family: muli;
    font-weight: 700;
    color:#322F63;
    font-size: 1em;
    letter-spacing: .3px;
	transition: .2s ease-in;
	transition-property: color, background;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
	display: flex;
	white-space: nowrap;
}
.header2020 .headerTabs .oneTab > i {
    font-size: .75em;
    display: flex;
    align-items: center;
    margin-left: 5px;
    opacity: .6;
    margin-right: 3px;
    transition: .3s ease-in all;
}
.header2020 .headerTabs .oneTab:hover > i { 
    transform: rotate(180deg);
}
.header2020 .headerTabs .oneTab:hover,
.header2020 .headerTabs .oneTab.selected,
.nav.featuresSelector .selctorOne.active a,
.nav.featuresSelector .selctorOne a:hover {
    color: #E62117;
    background:#FFE6DE;
}

.header2020 .headerTabs .oneTab {
	margin-right: 1em;
}
.header2020 .newLogo {
	margin:0;
	width: 150px;
}
.header2020 .headerTabs .rightSide {
    display: flex;
    margin-left: auto;
    align-items: center;
}




.landingFeatures .featuresSelector .selctorOne .selectorText img {
    height:30px;
    display: flex;
    margin-right: 5px;
}
.landingFeatures .featuresSelector .selctorOne {
    display:flex;
    margin-right: 10px;
}
.landingFeatures .featuresSelector {
	display:flex;
	justify-content: center;
}
.nav.featuresSelector .selctorOne a .selectorText {
    display: flex;
    align-items: center;
}
.featuresImage .explainPic {
    /* height:600px; */
}
.landingFeatures .leftExplain .explainText {
    display:flex;
    flex-direction: column;
	text-align: left;
	font-size: 1.15em;
}
.landingFeatures .leftExplain .explainText .featuresPar {
    margin-bottom: 30px;
    font-family: muli;
    font-weight: 500;
}
.landingFeatures .leftExplain .explainText .bottomCta {
    margin-top:auto;
}
.landingFeatures .leftExplain .explainText .bottomCta i {
    margin-left: 3px;
}
.tab-content > .active {
    display:flex;
    height:495px;
    padding:20px;
}
.fullPageContainer {
    display: flex;
    flex-direction: column;
    max-width: 75rem;
    box-sizing: border-box;
    width: 100%;
}
.landingFeatures .featuresImageBack {
    display: flex;
}
.sectionHeader {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}
.homepage2020 h2 {
    margin-bottom: 15px;
    color:#322f63;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: .3px;
    text-align: center;
    font-family: muli;
    line-height: 1.3;
}
.sectionName {
    font-family: muli;
    font-weight: 700;
    color:#322F63;
}
.rightExplain img {
    width:100%;
    box-shadow:
    0 1px 2.2px rgba(0, 0, 0, 0.02),
    0 2.5px 5.3px rgba(0, 0, 0, 0.028),
    0 4.6px 10px rgba(0, 0, 0, 0.035),
    0 8.3px 17.9px rgba(0, 0, 0, 0.042),
    0 15.5px 33.4px rgba(0, 0, 0, 0.05),
    0 37px 80px rgba(0, 0, 0, 0.07)
  ;
  border-radius: 6px;
}
.leftExplain {
    display: flex;
    flex: .85;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 5rem;
}
.rightExplain {
    display: flex;
    flex: 2;
    justify-content: flex-end;
    align-items: center;
}
.tab-content {
    overflow: initial !important;
}
.homepageContent.quotes,
.homepageContent.cta {
    background: url(/images/new/product2020/pageBack6.png);
    background-color: white;
    background-size: auto 100%;
}
.homepageContent.cta {
	min-height: auto;
	height: 330px;
	padding:0;
}
.homepageContent.cta .ctaCont {
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.homepageContent.cta .ctaCont .subTitle {
	font-family: open sans;
}
.quotes .sectionHeader h2 {
    padding-top: 6.5rem;
    max-width: 650px;
}
.quotes .fullPageContainer {
	justify-content: center;
}
.quotes .quotesLine { 
    display: flex;
    margin-bottom: 0;
    overflow-x: auto;
    padding:20px 0;

}
.quotes .quotesLine .oneQuote {
    background: white;
    border-radius: 10px;
    padding:20px;
    font-family: muli;
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 10px;
    transition: .3s ease-in-out all;
    transform: scale(1,1);
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 600;
    min-width: 200px;
}
.quotes .quotesLine .oneQuote span {
    font-family: muli;
}
.quotes .quotesLine .oneQuote:hover {
    animation: quoteHover .5s forwards ease-in-out !important;
    margin:0 -20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    z-index: 1;
    position: relative;
}
.quotes .quotesLine .oneQuote:nth-child(1) .icon {
    color: #e62117;
}
.quotes .quotesLine .oneQuote:nth-child(2) .icon {
    color: #2EC086;
}
.quotes .quotesLine .oneQuote:nth-child(3) .icon {
    color: #29c;
}
.quotes .quotesLine .oneQuote:nth-child(4) .icon {
    color: #E1755F;
}
.quotes .quotesLine .oneQuote .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: .3s ease-in all;
}
.quotes .quotesLine .oneQuote:hover .icon  {
    top:30px;
    opacity: 1;
    transform: rotate(360deg);
    transition-delay: .2s;
}
.quotes .quotesLine .oneQuote .name {
    font-weight: 900;
    color:#322F63;
    font-family: muli;
    margin-bottom: 3px;
    letter-spacing: .5px;
    font-size: 18px;
    position: absolute;
    left:20px;
    bottom:30px;
}
.quotes .quotesLine .oneQuote .quoteIcon {
    display: flex;
    color:#ffe0d7;
    font-size: 2em;
}
.quotes .quotesLine .oneQuote .quoteIcon:first-child {
    margin-bottom: 10px;
}
.quotes .quotesLine .oneQuote .quoteIcon:last-child {
    justify-content: flex-end;
    margin-top: 10px;
}

@keyframes quoteHover {
   
    0% {
        transform: scale(1,1);
    }
    
    100% {
        transform: scale(1.08,1.08);
    }
}

.homepage2020 .testimonialsPage {
    overflow: hidden;
    padding: 70px 0 0 0;
}

.landingFeatures .leftExplain .explainText .bottomCta:hover i {
    animation: iconJump .3s ease-in-out;
    animation-delay: .2s;
    transform: translate(0,0px);
}
@keyframes iconJump {
    0% {
        transform: translate(0,0px);
    }
    70% {
        transform: translate(0,-10px);
    }
    100% {
        transform: translate(0,0px);
    }
}

.homepage2020 .smallCta {
	color: #E1755F;
	font-weight: 500;
	transition: .2s ease-in all;
	cursor: pointer;
}
.homepage2020 .smallCta > i {
	transition: .2s ease-in all;
}
.homepage2020 .smallCta:hover {
	color: #49C896;
}
.homepage2020 .smallCta:hover .fa-arrow-right {
	transform: translate(5px , 0px);
}

.featuresImageBack .smallCta {
	margin-left: 3px;
	color:var(--purple);
}

.homepage2020 .resources .threeThirds {
	display:flex;
}
body {
	font-size: 16px;
}
.header2020 .hamburgerIcon { 
	margin-left: auto;
}
.header2020 .hamburgerIcon .ddButt {
	font-size: 1em;
	background:#ffaf94;
	color:#3d2f68;
	padding: 10px;
	border-radius: 3px;
}

.header2020 .hamburgerIcon .hamburgerDropDown {
	font-size: var(--text-bigger);
	background: transparent;
	color: var(--purple);
	border: none;
	outline: none;
}

@media (min-width: 75rem) {
    .quotes .quotesLine {
        overflow: initial;
        justify-content: center;
    }
}
@media (max-width: 1000px) {
	.header2020 .headerTabs .oneTab {
		margin-right: .1em;
	}
}
@media (min-width: 901px) {
	.header2020 .showOnMobileFlex {
		display: none !important;
	}
}
@media (max-width: 900px) {
	.homepage2020 .twoSides .oneSide {
		flex: 0 1 auto;
	}
	.homepage2020 .homepageContent {
		height: auto;
	}
	.sectionHeader {
		margin-bottom:10px;
	}
	.homepageContent.cta {
		padding:80px 20px;
	}
	.tab-content > .active {
		height: auto;
	}
	.homepage2020 h1 {
		font-size: var(--text-bigger);
	}
	.homepage2020 h2 {
		font-size: 1.8em;
	}
	.homepage2020 .secondaryTitle {
		font-size: 1.3em;
	}
	.threeThirds .oneThird.clickableShadedBox {
		width: 90%;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
		height: 280px;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: center;
	}
	.homepage2020 .resources .threeThirds {
		flex-direction: column;
	}
    .header2020 .headerTabs {
        display: none;
	}
	.header2020 .showOnMobileFlex {
		display: flex !important;
	}
    .homepage2020 .twoSides {
		flex-direction: column;
		justify-content: flex-start;
        /* height: auto; */
    }
    .bottomCta {
        width: 100%;
    }
    .tab-content > .active {
        flex-direction: column;
    }
    .leftExplain {
        margin:0;
        order:2;
        margin-top:30px;
    }
    .rightExplain {
        margin-bottom: 20px;
    }
    .landingFeatures .featuresSelector {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav.featuresSelector .selctorOne a {
        margin-bottom: 10px;
    }
    .homepage2020 .oneLine.middle img {
        width: 100%;
        height: auto;
    }
    .homepage2020 .oneLine.middle {
        margin:0 !important;
        height: auto;
    }
    .landingFeatures .featuresSelector .selctorOne .selectorText img {
        height:20px;
    }
    .fullPageContainer {
        padding:20px;
	}
    .quotes .quotesLine {
        margin-right: -20px;
        margin-left: -20px;
    }
    .homepage2020 .testimonialsPage .homeBottomContent {
        width: auto;
        padding: 0 10px;
    }
    .homeBottomSection .companyLogos {
		width:auto;
		overflow: auto;
	}
	.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.two,
	.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.three,
	.homeBottomSection .companyLogos .logoLine:nth-child(1) .oneLogo.four,
	.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.two,
	.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.three,
	.homeBottomSection .companyLogos .logoLine:nth-child(2) .oneLogo.four {
		display: none;
    }
    .homepage2020 .testimonialsPage {
        padding:10px 0;
    }

}