/*mobile profile*/
.mobileProfile a, .mobileHome a {
	text-decoration: none;
}
.mobileProfile .container, .mobileDemo .container {
	width: 100%;
}
.mobileProfile .topProfile, .mobileSection.noShadow {
	margin-top: -10px;
}
.mobileProfile .topProfile .profilePic {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.mobileProfile .topProfile .profilePic img {
	width: 100%;
	position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
}
.mobileProfile .mobileSection, .mobileDemo .mobileSection {
	background: white;
	padding: 20px;
	box-shadow: 0 2px 4px #ddd;
	width: 100%;
	position: relative;
}
.mobileProfile .mobileSection h2 {
	font-family: raleway;
	font-weight: 700;
	color: #525352;
	font-size: 22px;
	margin-bottom: 15px;	
}
.mobileProfile .mobileSection.noShadow, .mobileHome .mobileSection.noShadow, .mobileDemo .mobileSection.noShadow{
	box-shadow: none;
}
.mobileProfile .mobileSection.gray {
	background: #f6f8f9;
}
.mobileProfile .mobileSection .oneRow {
	width: 100%;
	padding-bottom: 3px;
}
.mobileProfile .mobileSection .oneRow:last-child {
	padding-bottom:0;
}
.mobileProfile .topProfile .mobileSection .oneRow .connectedNetworks {
	float: right;
	text-align: right;
	max-width: 40%;
}
.mobileProfile .topProfile .mobileSection .oneRow .connectedNetworks a {
	color: #8091A5;
	font-size: 15px;
	text-decoration: none;
	margin-right: 5px;
}
.mobileProfile .topProfile .mobileSection .oneRow .connectedNetworks a:nth-last-child(3) {
	margin-right: 0px;
}
.mobileProfile .topProfile .mobileSection .oneRow .description {
	color: #AAAAAA;
	font-size: 15px;
	font-weight: 500;
}
.mobileProfile .topProfile .mobileSection .oneRow h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	max-width: 60%;
}
.mobileProfile .topProfile .mobileSection .oneRow .badges{
	float: left;
	font-size: 17px;
	margin-right: 8px;
	font-weight: 700;
	letter-spacing: 0.3px;
}
.mobileProfile .topProfile .mobileSection .oneRow .badges i {
	margin-right: 2px;
}
.mobileProfile .topProfile .mobileSection .oneRow .badges.blue {
	color: #29c;
}
.mobileProfile .topProfile .mobileSection .oneRow .badges.red {
	color: #F9855C;
}
.mobileProfile .mobileSection.slide,
.mobileHome .mobileSection.slide {
  width: 100%;
  padding: 0;
}
.mobileHome .mobileSection.slide {
	padding-top: 30px;
}
.mobileProfile .mobileSection.slide .oneRow.title {
	padding: 20px 20px 0 20px;
}
.mobileHome .mobileSection.slide .oneRow.title {
	padding: 20px 35px 0 35px;
}
.mobileProfile .mobileSection.slide .sliderContent,
.mobileHome .mobileSection.slide .sliderContent {
	display: inline-block;
	background: white;
}
.mobileProfile .mobileSection.slide .oneRow .slider,
.mobileHome .mobileSection.slide .oneRow .slider {
	overflow: hidden;
	white-space: nowrap;
	overflow-x: scroll;
	  -webkit-overflow-scrolling: touch;
}
.mobileProfile .topProfile .mobileSection .oneRow .topProfileMenu .tab,
.mobileHome .tour .mobileSection .oneRow .topProfileMenu .tab {
	font-size: 15px;
	margin-right: 10px;
	padding: 10px;
}
.mobileHome .tour .mobileSection.noScroll .oneRow .topProfileMenu .tab {
	padding: 6px;
}
.mobileHome .tour .mobileSection.slide.noScroll .oneRow .topProfileMenu .tab {
	margin-right: 10px;
}
.mobileProfile .topProfile .mobileSection .oneRow .topProfileMenu .tab a,
.mobileHome .tour .mobileSection .oneRow .topProfileMenu .tab a {
	color: #525352;
}
.mobileProfile .topProfile .mobileSection .oneRow .topProfileMenu .tab.active,
.mobileHome .mobileSection .oneRow .topProfileMenu .tab.active {
	border-bottom: 2px solid #29c;
}
.mobileProfile .topProfile .mobileSection .oneRow .topProfileMenu .tab.active a,
.mobileHome .tour .mobileSection .oneRow .topProfileMenu .tab.active {
	color: #29c;
}
.mobileProfile .influence .mobileSection .oneRow .oneThird {
	float: left;
	text-align: center;
	width: 33%;
}
.mobileProfile .influence .mobileSection .oneRow .oneThird i {
	font-size: 20px;
	color: #aaa;
}
.mobileProfile .influence .mobileSection .oneRow .oneThird .name {
	font-size: 13px;
	color: #aaa;
	font-weight: 300;
}
.mobileProfile .influence .mobileSection .oneRow .oneThird .kpi {
	font-size: 17px;
	color: #525352;
	font-weight: 700;
}
.mobileProfile .influence .mobileSection .oneRow.bigKpi {
	width: 90%;
	margin: 0 auto;
}
.mobileProfile .influence .mobileSection .showMore {
	text-align: center;
	font-size: 13px;
	color: #aaa;
	padding: 15px 0;
	font-weight: 500;
}
.mobileProfile .influence .mobileSection .showMore .showMoreText,
.mobileProfile .influence .mobileSection .showMore .showLessText.visible {
	display: inline;
	padding: 15px;
}
.mobileProfile .influence .mobileSection .showMore .showMoreText.invisible,
.mobileProfile .influence .mobileSection .showMore .showLessText {
	display: none;
}
.mobileProfile .influence .mobileSection .showMore .roundButt {
	width: 18px;
	height: 18px;
	background: #A1B5C5;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 1.7;
	box-shadow: 0 2px 3px #ccc;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s ease;
	cursor: pointer;
	z-index: 2;
}
.mobileProfile .influence .mobileSection .showMore .roundButt i {
	font-size: 15px;
}
.mobileProfile .influence .mobileSection .showMore .roundButt.up {
	transform: rotate(180deg);
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi {
	display: none;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi.visible {
	display: inline;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine {
	width: 100%;
	font-size: 14px;
	color: #525352;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 2px solid #F6F8F9;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine:last-child {
	border:none;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine div {
	float: left;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine.twitter .icon, .mobileProfile .mobileSection .oneRow .longBox .genericPostProfile .postNetIcon i.fa-klear-x-twitter {
	color: #000000;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine.instagram .icon, .mobileProfile .mobileSection .oneRow .longBox .genericPostProfile .postNetIcon i.fa-instagram {
	color: #F087B1;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine.facebook .icon, .mobileProfile .mobileSection .oneRow .longBox .genericPostProfile .postNetIcon i.fa-facebook-f {
	color: #3B5999;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine.youtube .icon, .mobileProfile .mobileSection .oneRow .longBox .genericPostProfile .postNetIcon i.fa-youtube {
	color: var(--youtube-color);
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine .icon {
	width: 5%;
	text-align: center;
}
.mobileProfile .influence .mobileSection .oneRow.moreKpi .networkLine .stats {
	width: 30%;
	text-align: center;
}
.mobileSection .oneRow .longBox {
	width: 250px;
	box-shadow: 0px 2px 6px #ddd;
	border-radius: 3px;
	height: 300px;
	margin: 20px 10px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	margin-top: 5px;
} 
.content .mobileSection .oneRow .longBox .genericPostProfile.imageContainer img {
	width: auto !important;
	height: 250px !important;
}
.content .mobileSection .oneRow .longBox .genericPostProfile.imageContainer{
	height: 250px !important;
	width: 250px !important;
}
.content .mobileSection .oneRow .longBox .genericPostProfile .overImageBottom,
.content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .statsBottom {
	padding: 15px;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile .overImageBottom,
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .statsBottom {
	width: 80%;
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #525352;
	font-family: open sans;
	position: absolute;
	bottom: 0;
	background: white;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.instagramPost .longBoxNetIcon i {
	color:#F087B1;
	font-size: 13px;
} 
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .longBoxNetIcon i {
	color: #000000;
	font-size: 13px;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.instagramPost .longBoxNetIcon,
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .longBoxNetIcon {
	width: 20%;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 15px;
}
/*.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile .overImageBottom .dateOverlay,
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .statsBottom .dateOverlay {
	display: none;
}*/
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost p {
	font-family: open sans;
	font-weight: 300;
	color: #525352;
	font-size: 17px;
	padding: 20px;
	white-space: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.imageContainer.youtubePost .imageOverlayFull {
	display: none;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .fancy_image .imageOverlayFull {
	display: none;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .twitterActions2 {
	padding-left: 20px;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost .twitterActions2 a {
	float: left;
	margin-right: 10px;
	width: auto;
	padding: 0;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.instagramPost .fancy_image .imageOverlayFull {
	display: none;
}
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.instagramPost, .mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost {
	overflow: hidden;
} 
.mobileProfile .content .mobileSection .oneRow .longBox .genericPostProfile.twitterPost a {
	word-wrap: break-word;
}
.mobileProfile .mobileSection .oneRow .longBox.cta {
	background-size: 100%;
	background-position: bottom;
	text-align: center;
}
 .mobileSection .oneRow .longBox.cta .top {
	padding: 40px 30px 30px 30px ;
}
.mobileSection .oneRow .longBox.cta .top .title {
	font-family: open sans;
	font-weight: 500;
	color: #aaa;
	font-size: 15px;
}
.mobileSection .oneRow .longBox.cta .top .link {
	font-size: 17px;
	font-weight: 700;
	font-family: open sans;
	color: #29c;
}
.mobileSection .oneRow .longBox.cta .bottom {
	position: absolute;
	bottom: 0;
}
.mobileSection .oneRow .longBox.cta .bottom svg {
	width: 390px;
	left: -70px;
	bottom: -49px;
	position: absolute;
}
.mobileProfile .demo .mobileSection .oneRow .cta {
	text-align: center;
	font-size: 16px;
	color: #8091A5;
	font-weight: 700;
}
.mobileSection .oneRow .grad-butt {
	font-weight: 500;
}
.demo .mobileSection .oneRow .cta .grad-butt {
	font-weight: 700;
}
.demo .mobileSection .oneRow .cta .title {
	width: 230px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.mobileProfile .demographics .mobileSection .oneRow .fourBox {
	width: 100%;
}
.mobileProfile .demographics .mobileSection .oneRow .fourBox .oneHalf {
	float: left;
	width: 50%;
	height: 80px;
	padding: 10px 0 0 10px;
}
.mobileProfile .demographics .mobileSection .oneRow .fourBox .oneHalf .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #aaa;
}
.mobileProfile .demographics .mobileSection .oneRow .fourBox .oneHalf .kpi {
	font-size: 17px;
	color: #525352;
	font-weight: 700;
}
.mobileProfile .demographics .mobileSection .oneRow .fourBox .oneHalf .kpi div {
	width: 100%;
	white-space: nowrap;
	text-overflow: hidden;
}
.mobileProfile .mobileSection .oneRow .kpi .noData {
	color: #888;
	font-size: 13px;
}
.mobileProfile .demographics .mobileSection .oneRow .fourBox .oneHalf:nth-child(odd) {
	border-right: 2px solid #F6F8F9;
}
.mobileProfile .demographics .mobileSection .oneRow .fourBox .oneHalf:nth-child(n+1):nth-child(-n+2) {
	border-bottom: 2px solid #f6f8f9;
}
.mobileProfile .network .mobileSection .oneRow .slider .longBox .imageContainer,
.mobileHome .tour .mobileSection .oneRow .slider .longBox .imageContainer {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.mobileProfile .network .mobileSection .oneRow .slider .longBox .bottom,
.mobileHome .signUp .mobileSection .oneRow .slider .longBox .bottom {
	font-size: 13px;
	color: #525352;
	font-weight: 700;
	padding: 13px;
	margin: 0;
}
.mobileHome .signUp .mobileSection .oneRow .signUpButts {
	padding-bottom: 30px;
}
.mobileProfile .network .mobileSection .oneRow .slider .longBox .imageContainer img,
.mobileHome .tour .mobileSection .oneRow img {
	width: 100%;
}
.mobileHome .tour .mobileSection .tabContent .oneRow.title {
	margin-bottom: 30px;	
}
.mobileProfile .interests .mobileSection .oneRow .interestsBars {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}
.mobileProfile .interests .mobileSection .oneRow .interestsBars div {
	float: left;
	width: 28%;
	text-align: center;
	font-family: open sans;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #aaa;

}
.mobileProfile .interests .mobileSection .oneRow .interestsBars .barLine {
	width: 59%;
	margin-right: 3%;
} 
.mobileProfile .interests .mobileSection .oneRow .interestsBars .name {
	text-align: left;
}
.mobileProfile .interests .mobileSection .oneRow .interestsBars .kpi {
	width: 10%;
}
.mobileProfile .interests .mobileSection .oneRow .interestsBars .barLine .bar {
	background-color: #D6DFE5;
	height: 20px;
	max-width: 100%;
} 
.mobileProfile .interests .mobileSection .oneRow .domainNames .kpi {
	font-size: 15px;
	font-weight: 700;
	font-family: open sans;
}
.mobileProfile .interests .mobileSection .oneRow .domainNames .kpi:nth-child(1n) {
	color: #A1B5C5;
}
.mobileProfile .interests .mobileSection .oneRow .domainNames .kpi:nth-child(2n) {
	color: #8091A5;
}
.mobileProfile .interests .mobileSection .oneRow .domainNames .kpi:nth-child(3n) {
	color: #C5D1DB;
}
.mobileProfile .mobileSection .oneRow .longBox .genericPostProfile .postNetIcon i {
 	position: absolute;
 	padding: 15px;
 	bottom: 0;
 	right: 0;
	font-size: 15px;
}
.mobileProfile .mobileSection.collapsible {
	padding-bottom: 0;
}
.mobileProfile .mobileSection.collapsible .oneRow.collapsed {
	cursor: pointer;
}
/*.mobileProfile .interests .mobileSection:last-child {
	margin-bottom: -70px;
	box-shadow: none;
}*/



.mobileSection .oneRow .longBox.cta .bottom svg .phoneBody {
  animation: ringBody 3s ease infinite;    
  transform-origin: 415.5px 311.8px;
}
@keyframes ringBody {
  10% {transform: scale(1, 1);}
  12% {transform: scale(1, 0.95);}
  16% {transform: scale(1, 1);}
}
.mobileSection .oneRow .longBox.cta .bottom svg .phoneHandle {  
  animation: ring 3s ease-in-out infinite;
  transform-origin: 445.5px 351.8px;
}
@keyframes ring {
  10% {transform:translate(0px,0px) rotate(0deg);}
  20% {transform:translate(0px,-20px) rotate(0deg);}
  30% {transform:translate(0px,-20px) rotate(5deg);}
  34% {transform:translate(0px,-20px) rotate(-5deg);}
  38% {transform:translate(0px,-20px) rotate(5deg);}
  42% {transform:translate(0px,-20px) rotate(-5deg);}
  46% {transform:translate(0px,-20px) rotate(5deg);}
  51% {transform:translate(0px,-20px) rotate(-5deg);}
  55% {transform:translate(0px,-20px) rotate(5deg);}
  60% {transform:translate(0px,0px) rotate(0deg);}
}
.mobileSection .oneRow .longBox.cta .bottom svg .clock {  
  animation: clockWork 6s steps(10, end) infinite;
  transform-origin: 184.7px 152.3px;
  display: inline;
}
@keyframes clockWork {
  0% {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
input#searchid.mobileHeader {
	width: 100%;
	-webkit-text-fill-color:white;
	color: white !important;
	font-weight: 500;
	font-family: open sans;
	font-size: 13px;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.mobileProfile section:last-child {
	margin-bottom: -70px;
	box-shadow: 0;
}
/*end of mobile profile*/


/*mobile home*/

.mobileHome {
	background-color: white;
}
.mobileHome .mobileSection, .mobileDemo .mobileSection {
	text-align: center;
	position: relative;
	padding: 30px 20px 30px 20px;
	box-shadow: 0 2px 4px #ddd;
	width: 100%;
}
.mobileHome .mobileSection.white {
	background: white;
}
.mobileHome .mobileSection .oneRow {
	width: 90%;
	margin: 0 auto;
	/*padding-top: 20px;*/
}
.mobileHome .mobileSection.slide {
	/*padding: 20px 0;*/
}
.mobileHome .mobileSection.slide.tight {
	padding: 0;
}
.mobileHome .mobileSection.slide .oneRow {
	width: 100%;
}
.mobileHome .mobileSection.slide .oneRow .title {
	/*width: 90%;*/
	/*margin:0 auto;*/
}
.mobileHome .mobileSection h2 {
	font-size: 22px;
	font-weight: 300;
	color: #8091A5;
	margin-bottom: 5px;
}
.mobileHome .landing .mobileSection .oneRow.video {
	display: inline-block;
	margin-top: 20px;
}
.mobileHome .landing .mobileSection .oneRow.video .play i {
	font-size: 35px;
}
.mobileHome .landing .mobileSection .title {
	font-family: raleway;
}
.mobileHome .landing .mobileSection .logo {
	width: 100px;
	margin-bottom: 20px;
}
.mobileHome .mobileSection .title {
	font-size: 16px;
	color: #888;
	font-family: open sans;
	font-weight: 300;
	margin-bottom: 15px;
}
.mobileHome .landing.lightBlueGrad_Right {
	background-position: 0px 0px;
}
.mobileHome .landing .mobileSection .oneRow h1 {
	font-size: 25px;
	color: #525352;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.mobileHome .landing .mobileSection .oneRow .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 0;
}
.mobileHome .landing .mobileSection .oneRow.bottom {
	height: 270px;
}
.mobileHome .landing .mobileSection .oneRow.bottom img {
	width: 240px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.mobileHome .tour .mobileSection.slide .oneRow .slider .sliderContent.textTab {
	white-space: normal;
	/*height: 400px;*/
	vertical-align: top;
	text-align: left;
}
.mobileHome .tour .mobileSection.slide .oneRow .slider .sliderContent.textTab img {
	width: 100%;
}
.mobileHome .tour .mobileSection.slide .oneRow .slider .longBox.sliderContent {
	/*padding: 20px;*/
}
.mobileHome .tour .mobileSection.slide .oneRow .slider .longBox.sliderContent .skillImage {
	width: 70%;
	margin-top: 20px;
} 
.mobileHome .tour .mobileSection.slide .oneRow .slider .longBox.sliderContent .cardTitle {
	font-size: 17px;
	font-family: open sans;
	font-weight: 700;
}
.mobileHome .tour .mobileSection.slide.tabsContainer {
	padding-top: 0;
}
.mobileHome .tour .mobileSection.slide.tabsContainer .tabContent {
	display: none;
} 
.mobileHome .tour .mobileSection.slide.tabsContainer .tabContent.visible {
	display: inline;
}
.mobileHome .signUp .mobileSection.slide .oneRow .slider .longBox.sliderContent {
	padding: 0;
}
.mobileProfile .network .mobileSection.slide .oneRow .slider .longBox.sliderContent .bottom .badges span:nth-child(2),
.mobileHome .signUp .mobileSection.slide .oneRow .slider .longBox.sliderContent .bottom .badges span:nth-child(2) {
	margin-left: 6px;
}

.mobileHome .signUp .mobileSection.slide .oneRow .slider .longBox.sliderContent .top {
	height: 235px;
	overflow: hidden;
	margin: 0;
}
.mobileHome .signUp .mobileSection.slide .oneRow .slider .longBox.sliderContent .top img {
	height: 250px;
	width: auto;
	margin:0 auto;
} 
.mobileHome .signUp .mobileSection.slide .oneRow .slider .longBox.sliderContent .bottom .title,
.mobileHome .signUp .mobileSection.slide .oneRow .slider .longBox.sliderContent .bottom .badges {
	text-align: left;
	font-size: 14px;
	color: #525352;
	margin: 0;
}

.mobileHome .testimonials .mobileSection .oneRow.companyLogos .oneLogo img {
	width: 15%;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	opacity: 0.9;
}
.mobileHome .testimonials .mobileSection .oneRow.companyLogos .oneLogo:nth-child(4n) img {
	margin-right: 0;
	float: right;
}
.mobileHome .signUp .mobileSection .oneRow a div {
	margin-top: 10px;
}
.mobileHome .signUp .mobileSection .oneRow a .grad-butt {
	width: 230px;
}
.mobileHome .tour .mobileSection.slide.tabsContainer .tabContent .oneRow h2 {
	text-align: left;
}
.mobileHome .tour .mobileSection.slide.tabsContainer .tabContent .oneRow h2 i {
	font-size: 17px;
}
.mobileHome .tour .mobileSection.slide.tabsContainer .tabContent .oneRow .longText {
	text-align: left;
}
.mobileHome .oneRow .longText .par {
	margin-bottom: 10px;
}
.mobileHome .testimonials .mobileSection .oneRow.companyLogos {
	width: 90%;
}
.mobileHome .testimonials .mobileSection .oneRow .longBox .top img {
	width: 50px;
	border-radius: 30px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 2px 3px 0px #ccc;
}
.mobileHome .testimonials .mobileSection .oneRow .longBox {
	padding:30px 20px 20px 20px;
	overflow: initial;
	margin-top: 30px;
}
.mobileHome .testimonials .mobileSection .oneRow .longBox .bottom .longText {
	white-space: normal;
	font-size: 13px;
	text-align: left;
}
.mobileHome .testimonials .mobileSection .oneRow .longBox .bottom .longText .par:first-child,
.mobileHome .testimonials .mobileSection .oneRow .longBox .bottom .longText .par.name div:first-child {
	font-weight: 700;
}
.mobileHome .testimonials .mobileSection .oneRow .longBox .bottom .longText .logo img {
	width: 60px;
	position: absolute;
	bottom: 9px;
	margin-left: -9px;
}
.mobileHome .cta .mobileSection .oneRow.title img {
	width: 100px;
}
.mobileHome .cta .mobileSection.links .oneRow a {
	font-size: 16px;
	color: #8091A5;
	margin-right: 15px;
}
.mobileHome .cta .mobileSection.links .oneRow .float_right a:last-child {
	margin-right: 0;
}
.mobileHome section {
	overflow:initial;
	z-index: 1;
}
.mobileHome h1 {
	color: #525352;
	font-weight: 500;
	font-size: 17px;
}
/*end of mobile home*/



/*request demo modal*/
.mobileDemo {
	width: 100%;
	text-align: center;
	background: white;
}
.mobileDemo svg {
	width: 25%;
}
.mobileDemo h1 {
	color: #8091A5;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
.mobileDemo h2 {
	font-size: 17px;
	color: #8091A5;
	font-weight: 500;
}
.mobileDemo .mobileForm {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.mobileDemo .mobileForm .inputField input{
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;	
	border: 0;
	border-bottom: 2px solid #ccc;
	line-height: 2;
	padding:0px 0px 0px 10px;
	font-weight: 300;
	font-size: 14px;
	/*margin-bottom: 15px;*/
	/*box-shadow: 0 0px 2px 1px #eee;*/
}
.mobileDemo .mobileForm .inputField input:focus {
	border-color: #29c !important;
	box-shadow: 0px 2px 2px 2px #eee !important;
	color: #525352;
}
.mobileDemo .mobileForm input.grad-butt {
	border: 0;
}
.mobileDemo .mobileForm .submitButt {
	text-align: center;
}
.mobileDemo .mobileForm .inputTitle {
	font-size: 14px;
	font-family: open sans;
	font-weight: 700;
	color: #A1B5C5;
	margin-bottom: 5px;
}
.mobileDemo .video img {
	width: 100%;
}
.mobileDemo .video .playButt {
	left:-40px;
	top:-40px;
	width:80px;
	height:80px;
	font-size: 40px;	
}
.mobileDemo .video .playButt i {
	top:20px;
	left:30px;
}
.mobileDemo .video .homeMobileContent.videoSection {
	margin: 0 auto;
}
.mobileDemo #mobileRequestDemoSubmitted {
    display:none;
    line-height: 1.3;
    text-align: center;
    padding-top: 25px;    
    font-family: raleway;
    font-size: 17px;
    font-weight: 300;
    color: #525352;
}
.mobileDemo #mobileRequestDemoSubmitted .title {
    /*padding-top: 50px;*/
    color: #124f69;
    padding-bottom: 0px;
    font-size: 27px;
    font-weight: 300;
    font-family: raleway;

}
.mobileDemo #mobileRequestDemoSubmitted .subTitle {
    color: #7d9bb6;
    padding-bottom: 40px;
    font-size: 17px;
}

.mobileDemo #mobileRequestDemoSubmitted .animation {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.mobileDemo #mobileRequestDemoSubmitted .animation svg {
	width: 100%;
}
.mobileDemo #mobileRequestDemoSubmitted .animation .phoneBody {
  -webkit-animation: ringBody 3s ease infinite;
  -moz-animation: ringBody 3s ease infinite;
  animation: ringBody 3s ease infinite;    
  -webkit-transform-origin: 450px 260px;
  -moz-transform-origin: 450px 260px;
  -ms-transform-origin: 450px 260px;
  transform-origin: 450px 260px;
}
@-webkit-keyframes ringBody {
  10% {transform: scale(1, 1);}
  12% {transform: scale(1, 0.95);}
  16% {transform: scale(1, 1);}

}
@-moz-keyframes ringBody {
  10% {transform: scale(1, 1);}
  12% {transform: scale(1, 0.95);}
  16% {transform: scale(1, 1);}

}
@keyframes ringBody {
  10% {transform: scale(1, 1);}
  12% {transform: scale(1, 0.95);}
  16% {transform: scale(1, 1);}
}
.mobileDemo #thankyouNote2 .animation .phoneHandle {  
  -webkit-animation: ring 3s ease-in-out infinite;
  -moz-animation: ring 3s ease-in-out infinite;
  animation: ring 3s ease-in-out infinite;
-webkit-transform-origin: 380px 168px;
  -moz-transform-origin: 380px 168px;
  -ms-transform-origin: 380px 168px;
  transform-origin: 380px 168px;
}
@-webkit-keyframes ring {
  10% {transform:translate(0px,0px) rotate(0deg);}
  20% {transform:translate(0px,-20px) rotate(0deg);}
  30% {transform:translate(0px,-20px) rotate(5deg);}
  34% {transform:translate(0px,-20px) rotate(-5deg);}
  38% {transform:translate(0px,-20px) rotate(5deg);}
  42% {transform:translate(0px,-20px) rotate(-5deg);}
  46% {transform:translate(0px,-20px) rotate(5deg);}
  51% {transform:translate(0px,-20px) rotate(-5deg);}
  55% {transform:translate(0px,-20px) rotate(5deg);}
  60% {transform:translate(0px,0px) rotate(0deg);}

}
@-moz-keyframes ring {
    10% {transform:translate(0px,0px) rotate(0deg);}
  20% {transform:translate(0px,-20px) rotate(0deg);}
  30% {transform:translate(0px,-20px) rotate(5deg);}
  34% {transform:translate(0px,-20px) rotate(-5deg);}
  38% {transform:translate(0px,-20px) rotate(5deg);}
  42% {transform:translate(0px,-20px) rotate(-5deg);}
  46% {transform:translate(0px,-20px) rotate(5deg);}
  51% {transform:translate(0px,-20px) rotate(-5deg);}
  55% {transform:translate(0px,-20px) rotate(5deg);}
  60% {transform:translate(0px,0px) rotate(0deg);}

}
@keyframes ring {
  10% {transform:translate(0px,0px) rotate(0deg);}
  20% {transform:translate(0px,-20px) rotate(0deg);}
  30% {transform:translate(0px,-20px) rotate(5deg);}
  34% {transform:translate(0px,-20px) rotate(-5deg);}
  38% {transform:translate(0px,-20px) rotate(5deg);}
  42% {transform:translate(0px,-20px) rotate(-5deg);}
  46% {transform:translate(0px,-20px) rotate(5deg);}
  51% {transform:translate(0px,-20px) rotate(-5deg);}
  55% {transform:translate(0px,-20px) rotate(5deg);}
  60% {transform:translate(0px,0px) rotate(0deg);}
}
.mobileDemo #mobileRequestDemoSubmitted .animation .clock {  
  -webkit-animation: clockWork 6s steps(10, end) infinite;
  -moz-animation: clockWork 6s steps(10, end) infinite;
  animation: clockWork 6s steps(10, end) infinite;
  -webkit-transform-origin: 75.77px 40.5px;
  -moz-transform-origin: 75.77px 40.5px;
  -ms-transform-origin: 75.77px 40.5px;
  transform-origin: 75.77px 40.5px;
  display: inline;
}
@-webkit-keyframes clockWork {
  0% {-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes clockWork {
  0% {-moz-transform:rotate(0deg);}
  100% {-moz-transform:rotate(360deg);}
}
@keyframes clockWork {
  0% {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
/*end of request demo modal*/





.grad-butt {
  display: inline-block;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: 0px 0 10px -5px #7d9bb6;
  font-family: raleway;
  font-weight: 300;
  color: white;
  padding:10px 20px;
  transition: box-shadow 0.2s ease-in-out;
  cursor: pointer;
  letter-spacing: 0.5px;
  background: #9ea3b8; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #9ea3b8 , #7d9bb6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #9ea3b8 , #7d9bb6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #9ea3b8 , #7d9bb6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #9ea3b8 , #7d9bb6); /* Standard syntax */
}
.grad-butt-large {
  /*width: 150px;*/
  font-size: 17px;

}
.grad-butt-xlarge.wideBottom {
  padding:25px;
}
.grad-butt-xlarge {
  font-size: 23px;
  padding: 11px 30px;
}
.grad-butt-xxlarge {
  font-size: 20px;
  padding: 14px 50px;
}
.grad-butt-blue {
  text-align: center;
  box-shadow: 0px 0 10px -5px #365266;
  
  background: #2299cc; 
  background: -webkit-linear-gradient(left, #7ac1df , #2299cc);
  background: -o-linear-gradient(right, #7ac1df , #2299cc); 
  background: -moz-linear-gradient(right, #7ac1df , #2299cc);
  background: linear-gradient(to right, #7ac1df , #2299cc); 
}
.grad-butt-hollow-blue {
    /*width: 200px;*/
    border: 2px solid #7ac1df;
    background: none;
    /*border-top: 2px solid #7ac1df;
    border-bottom:2px solid #2299cc;
    background-image: 
    linear-gradient(#7ac1df , #2299cc),linear-gradient(#7ac1df , #2299cc);
    background-size:2px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;*/
    color: #29c;
    padding: 8px 20px;
}
.grad-butt-hollow-blue:hover {

  box-shadow: 0px 0 17px -5px #365266;
  background: #fff;

}
.grad-butt-white {
  background: white;
  color: #7E839C;
  border:1px solid #eee;
}
.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;
}











































