/*neutral*/
* {
	font-family: 'karla', sans-serif;
}.footer,
.header {
	/*background: linear-gradient(to right bottom,#3b1f5d,#633c84,#a25fa7,#b672ba);*/
	background: linear-gradient(to right bottom,#302265,#483789,#5946a0,#674bd4);
	color: white;
}

@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
*,
*:before,
*:after {
  margin: 0;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #6b7c93;
}
/*text*/
.heading {
  font-weight: 100;
  font-size: 36px;
  line-height: 54px;
  color: #32325d;
}
@media (max-width: 900px) {
.heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.subheading {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #32325d;
}
.footer .heading,
.footer .subheading,
.header .heading,
.header .subheading{
	color: white;
}
.feature3 .subheading {
    /*color: #5668e3;*/
    font-size: 19px;
}
@media (max-width: 900px) {
  .subheading {
    font-size: 26px;
    line-height: 35px;
  }
}
.paragraph {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
.heading + .paragraph {
  margin-top: 30px;
}
.subheading + .paragraph {
  margin-top: 10px;
}
p.paragraph {
  color: rgba(0,0,0,.5);
}
.logo {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}
.logo img{
    width: 150px;
    height: auto;
}
@media (max-width: 420px) {
  .logo {
    font-size: 22px;
  }
}
.nav-link2,
.nav-link {
  text-decoration: underline;
  font-size: 18px;
  line-height: 30px;
  color: inherit;
}
.nav-link:not(:first-of-type) {
  margin-left: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*flexbox styles*/
.flex,
.spread,
.center,
.right,
.vertical,
.centervertical {
  display: flex;
}
.spread {
  justify-content: space-between;
}
.center {
  align-items: center;
  justify-content: center;
}
.centervertical {
  flex-direction: column;
  justify-content: center;
}
.right {
  justify-content: flex-end;
}
.vertical {
  flex-direction: column;
}
/*grid*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 20px;
}
.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

/*containers*/
.container-lrg,
.container-sml {
  margin: auto;
  width: 100%;
}
.container-lrg {
  max-width: 1080px;
}
.container-sml {
  max-width: 700px;
}
.ctas {
  margin: 40px 0 0 0;
}
.centerdevices,
.sidedevices {
  position: relative;
}.header {
	padding: 20px 0 60px 0;
	overflow: hidden;
}
.header .sidedevices {
	margin: 60px 0 0
}
@media (max-width: 900px) {
	.header .sidedevices {
		min-height: inherit;
	}
	.header .flex {
		flex-direction: column;
	}
	.header	.heading {
		margin-top: 60px;
	}
	.header	.col-6 {
		width: 100%;
	}
}
.service-icon .icon{
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
}
.socialproof {
	padding: 90px 0;
}
.testimonial-content {
	margin-top: 15px;
}
.testimonial {
	margin-top: 40px;
	border-radius: 3px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,.1);
	min-height: 240px;
}
@media (max-width: 750px) {
  .socialproof .emoji {
    font-size: 40px;
  }
  .testimonial {
  	min-height: inherit;
  }
  .socialproof .flex {
  	flex-wrap: wrap;
  }
  .socialproof .col-4:nth-of-type(1) {
  	width: 100%;
  }
  .socialproof .col-4:not(:nth-of-type(1)) {
  	width: 50%;
  }
}
@media (max-width: 500px) {
	.socialproof .col-4:nth-of-type(1) {
		margin-bottom: 0;
	}
  .socialproof .col-4:not(:nth-of-type(1)) {
  	width: 100%;
  }
}
.footer {
	padding: 90px 0 90px;
	background: #483789;
}
.footer-nav {
	padding-top: 90px;
}
.footer .heading{
	font-size: 36px;
}
.footer .paragraph{
	margin-top: 0;
}
.ctas-button,
.ctas-button-2 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	background: #fff;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
}.ctas-button{
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.ctas-button-2 {
	background: transparent;
	color: white;
	margin: 0 0 0 10px;
}
.feature4{
	overflow: hidden;
	position: relative;
}
@media (max-width: 440px) {
	.ctas-button,
	.ctas-button-2 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.ctas-button-2 {
		margin: 10px 0 0 0;
	}
}.feature3 {
	padding: 90px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.feature3 .emoji {
	font-size: 55px;
	color: black
}
@media (max-width: 750px) {
  .feature3 .emoji {
    font-size: 40px;
  }
  .feature3 .flex {
  	flex-wrap: wrap;
  }
  .feature3 .col-4:nth-of-type(1) {
  	width: 100%;
  	margin-bottom: 30px;
  }
  .feature3 .col-4:not(:nth-of-type(1)) {
  	width: 50%;
  }
}
@media (max-width: 500px) {
	.feature3 .col-4:nth-of-type(1) {
		margin-bottom: 0;
	}
  .feature3 .col-4:not(:nth-of-type(1)) {
  	width: 100%;
  	margin-top: 30px;
  }
}.feature4 {
	padding: 90px 0;
}
@media (max-width: 900px) {
	.feature4 .sidedevices {
		min-height: inherit;
		margin-top: 60px;
	}
	.feature4 .flex {
		flex-direction: column;
	}
	.feature4	.col-5,
	.feature4	.col-6 {
		width: 100%;
	}
}.feature2 {
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: #6c8fdc;
	color: #fff;
}
.feature2 p.paragraph {
    color: rgba(255, 255, 255, 0.73);
}
.feature2 .subheading{
	color: white;
}
.feature2	.col-6:nth-of-type(2n - 1) {
	padding: 90px 90px 90px 20px;
	border-right: 1px solid rgba(0,0,0,.1)
}
.feature2	.col-6:nth-of-type(3n - 1) {
	padding: 90px 20px 90px 90px;
}
.feature2 .emoji {
	font-size: 55px;
	color: black
}
@media (max-width: 900px) {
	.feature2 .emoji {
    font-size: 40px;
  }
	.feature2	.col-6:nth-of-type(1) {
		padding: 45px 45px 45px 20px;
	}
	.feature2	.col-6:nth-of-type(2) {
		padding: 45px 20px 45px 45px;
	}
}
@media (max-width: 600px) {
	.feature2 {
		padding: 90px 0;
	}
	.feature2 .flex {
		flex-direction: column;
	}
	.feature2	.col-6:nth-of-type(1),
	.feature2	.col-6:nth-of-type(2) {
		padding: 0 20px;
		border: none;
		width: 100%;
	}
	.feature2	.col-6:nth-of-type(2) {
		margin-top: 30px;
	}
}
.checklist {
    font-weight: 700;
    font-family: "Helvetica", "Lucida Grande", sans-serif;
    line-height: 2.5;
    list-style-image: url(../img/check.svg);
    list-style-position: inside;
    padding-left: 20px;
    }
.checklist li{
	line-height: 34px;
}
.metrics-list li {
    display: block;
    margin-bottom: 1.4rem;
    position: relative;
    margin-left: 1rem;
    padding-left: 0;
}
.metrics-list li p:before {
    content: '';
    background: url(../img/check.svg) center center no-repeat;
    background-size: contain;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    display: inline-block;
    margin-left: -1.4rem;
    margin-right: .4rem;
    margin-bottom: .05rem;
    color: green;
     fill: red;
}
.dif-reports{
	width: 860px;
	position: absolute;
	bottom: 0;
	margin-left: -80px;
}
@media (max-width: 900px) {
	.dif-reports{
	width: 860px;
	position: relative;
	bottom: -90px;
	margin-left: auto;
}
	}

.footer-bottom{
	padding: 30px 0;
}
.footer-bottom .logo img {
    width: 124px;
    }
 .copyright{
 	margin-top: 6px;
 }
.feature4 .sidedevices .browseriphone .browser {
    width: 670px;
}


.privacy-policy{
	line-height: 1.5em;
}

.privacy-policy h1, .privacy-policy h2{
	margin: 30px 0 10px 0;
	line-height: 1.3em;
}

.privacy-policy .feature3 .container-lrg{
	padding-left:30px;
	padding-right: 30px;
}