/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

.clearfix {
  display: block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.layer {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

body, html {
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  padding-top: 100px;
  background-image: url(/img/marble5.jpg);
  font-family: 'Gotham A', 'Gotham B';
  font-weight: 400;
  font-style: normal;
  color: #555;
}

a {
  color: rgb(49,88,230);
  text-decoration: none;
}

button {
  background: transparent;
  border: 0;
  padding:0;
  margin: 0;
  font-family: 'Gotham A', 'Gotham B';
  color: #444;
}

input,
textarea {
  font-family: 'Gotham A', 'Gotham B';
  color: #555;
}

textarea {
  resize: none;
}

.submit {
  color: #FFF;
  background-color: #555;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1,h2, .h1, .h2 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1, .h1 {
  font-size: 48px;
  margin: 20px 0;
  font-weight: 400;
}

.main h1 {
  font-size: 16px;
  letter-spacing: 3px;
  color: #FFF;
}

.main .hero p {
  color: #FFF;
  font-size: 24px;
  line-height: 40px;
  font-weight: 200;
}

.main .hero .appstore {
  position: relative;
  background-position: left center;
}

.hero-appstore-buttons {
  margin-top: 45px;
}

.main .hero .appstore img {
  display: block;
  position: absolute;
  margin-left: 100px;
  width: auto;
  min-height: 53px;
  height: 53px;
  top: 0;
  left: auto;
  right: 0;
}

h2, .h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 20px 0;
}

.page h1,
.page .h1,
.page h2,
.page .h2 {
  margin-top: 0;
}

.page h2,
.page .h2 {
  text-transform: capitalize;
}

.spring h2,
.spring .h2 {
  margin: 0;
}


p {
  line-height: 1.5;
  font-size: 18px;
  margin: 0 20px;
}

.container {
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #FFF;
  z-index: 10;

}

.pages {
  overflow: hidden;
  padding: 100px 0 50px;
}

.page {
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 60px;
  overflow: visible;
  z-index: 1;
}

.with-hero {
  padding-top: 0;
  min-height: 0;
  z-index: 5;
}


.page-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 40px;
  position: relative;
  z-index: 5;
}

.header .page-container {
  padding-top: 0;
  padding-bottom: 0;
}

.page .page-container {
  max-width: 1040px;
}

.info-pane {
  background-color: #FFF;
}

.logo {
  display: inline-block;
  float: left;
  height: 34px;
  width: 148px;
  overflow: hidden;
  text-indent: 100%;
  background: transparent url(/img/spring_logo.svg) no-repeat scroll center 100%;
  background-size: cover;
  margin-top: 32px;
}

.topnav-download {
  display: inline-block;
  float: right;
  overflow: hidden;
  text-indent: 100%;
  background-size: cover;
  padding-top: 23px;
}

.topnav-download-ios {
  background: transparent url(/img/download-btn-ios.png) no-repeat scroll center 100%;
  background-size: cover;
  width: 62px;
  height: 50px;
}

.topnav-download-android {
  background: transparent url(/img/download-btn-android.png) no-repeat scroll center 100%;
  background-size: cover;
  width: 195px;
  height: 50px;
}

.topnav-tagline {
  margin-left: 30px;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #454545;
  float: left;
}

.appstore-blue {
  float: right;
  height: 36px;
  line-height: 36px;
  padding: 0 24px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  background-color: rgb(51,92,226);
  vertical-align: middle;
  border-radius: 5px;
  margin-top: 32px;
}

.appstore-blue span {
  display: block;
  padding-left: 25px;
  background: transparent url(/img/apple.png) no-repeat scroll left 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.appstore, .playstore, .appstore-best-of-2014,
.appstore-text {
  display: inline-block;
  height: 53.3px;
  width: 180px;
}

.appstore {
  text-indent: 100%;
  background: transparent url(/img/appstore.svg) no-repeat scroll center 100%;
  background-size: cover;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  height: 57px;
  width: 194px;
}

.appstore-best-of-2014 {
  text-indent: 100%;
  background: transparent url(/img/BestOf2014-FreestandingBadge_ENG_opaque.png) no-repeat scroll center 100%;
  background-size: cover;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  height: 57px;
  width: 73px;
}

.playstore {
  text-indent: 100%;
  background: transparent url(/img/download-btn-play.png) no-repeat scroll center 100%;
  background-size: cover;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  width: 194px;
  height: 57px;
}

.textme {
  text-indent: 100%;
  background: transparent url(/img/download-btn-text.png) no-repeat scroll center 100%;
  background-size: cover;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  width: 194px;
  height: 54px;
  cursor: pointer;
}

.header .appstore, .header .playstore, .header .app-store-best-of-2014 {
  float: right;
  margin-top: 50px;
}

.hero {
  position: relative;
  /*
  background: #000 url(/img/team.jpg) no-repeat scroll center top;
  background-size: cover;

  background-color: #000;
  background-color: rgba(0,0,0,0.85);
  */
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  max-height: 600px;
}

.hero-img-container {
  height: 0;
  padding-bottom: 45.57%;
  width: 100%;
  margin: 0;
  max-width: none;
  min-height: 0;
}

.main .hero-img-container {
  padding-bottom: 51.42857%;
  position: relative;
  max-height: 720px;
}

.main .hero {
  min-height: 0;
  max-height: 720px;
}

.main .hero-text-container,
.brand-hero-text-container {
  height: 360px;
  margin-top: -180px;
  position: absolute;
  top: 50%;
  width: 758px;
  max-width: 100%;
  left: 0%;
  background: transparent url(/img/text-shadow.png) no-repeat scroll center center;
}

.brand-hero-text-container {
  left: 50%;
  margin-left: -379px;
  background-size: auto 100%;
  max-height: 100%;
}

.main .hero-text {
    height: 250px;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -300px;
}

.hero-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.hero-img-container .best-of-2014-hanging {
  width: auto;
  left: 50px;
}

.hero-img-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 672px;
}

button.play {
  outline: none;
  position: relative;
  display: inline-block;
  padding-top: 55px;
  height: 75px;
  width: 100px;
  margin: 30px auto;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 1px;
  color:rgb(49,88,230);
  cursor: pointer;
}
button.play:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid rgb(49,88,230);
  background-color: transparent;
  text-indent: 150%;
  color: inherit;
  font-size: 12px;
}

.can-play-video button.play {
  display: block;
}

button.play:after {
  content: " ";
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -5px;
  height: 0;
  width: 0;
  border-bottom:10px solid transparent;
  border-top:10px solid transparent;
  border-left:15px solid rgb(49,88,230);
  font-size: 0;
  text-indent: 150%;
  overflow: hidden;
}

.video-paused button.play,
.video-playing button.play {
  top: 50px;
  left: 50px;
}

.video-playing button.play:after {
  height: 20px;
  width: 16px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left: 4px solid #555;
  border-right: 4px solid #555;
}

.video-paused .hero-content .hero-text,
.video-playing .hero-content .hero-text,
.video-playing .hero-content .phone,
.video-paused .hero-content .phone {
  display: none;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 672px;
  color: #555;
  text-align: center;
}

.hero-content .hero-text {
  position: absolute;
  top: 50%;
  margin-top: -175px;
  width: 60%;
  height: 350px;
}

.hero-content .phone-container {
  width: 40%;
  height: 672px;
  top: 50%;
  margin-top: -336px;
  position: absolute;
  right: 0;
  text-align: left;
  padding-top: 40px;
}


.hero-img-container video {
  visibility: hidden;
}
.video-playing .hero-img-container video,
.video-paused .hero-img-container video {
  visibility: visible;
}

.down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #FFF;
}

.page-content {
  margin-top: 220px;
  text-align: center;
  width: 55%;
  max-width: 500px;
}

.spring .page-content {
  margin-top: 100px;
}

.phone {
  width: 326px;
  max-width: 100%;
  height: auto;
  position: relative;
}

.phone .screen {
  position: absolute;
  top: 18.06656%;
  left: 17.17791%;
  width: 75.460123%;
}

.phone .screen.android {
  position: absolute;
  top: 11.66656%;
  left: 10.67791%;
  width: 83.660123%;
}

.pages .phone .screen {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.no-js .pages .phone .screen {
  opacity: 1;
}

.pages .active .phone .screen,
.pages .past-active .phone .screen {
  opacity: 1;
}


.left-phone .phone {
  float: left;
}
.left-phone .page-content {
  float: right;
}

.right-phone .phone {
  float: right;
}
.right-phone .page-content {
  float: left;
}

.tagline,
button {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
}

.tagline {
  color: #3c6fed; /*rgb(49,88,230);*/
}



.page-content .tagline {
  font-size: 16px;
  margin-bottom: 5px;
}


.info-pane {
  border-collapse: separate;
  box-shadow: inset 0px 1px 5px #CDCDCD, inset 0px -1px 5px #CDCDCD;
}

.info-pane .page-container {
  text-align: center;
}

.getspring {
  display: inline-block;
  margin-top: 0px;
  color: #000;
}

.highlights {
  margin: 20px 0;
}

.highlights li {
  float: left;
  width: 33.3%;
  padding: 40px 20px 20px;
  background-repeat: no-repeat;
}

.highlights .flag {
  background-image: url(/img/flag-icon.png);
  background-position: top center;
}

.highlights .compass {
  background-image: url(/img/calendar-icon.png);
  background-position: top center;
}

.highlights .list {
  background-image: url(/img/box-icon.png);
  background-position: top center;
}

.highlights .tagline {
  margin: 20px 0 40px;
}

.highlights p {
  font-size: 16px;
  color: #999;
}

.footer {
  position: relative;
  background-color: rgb(236,236,236);
}

.footer-links {
  float: left;
}


.footer-links li {
  float: left;
  margin-left: 40px;
}
.footer-links .group {
  float: left;
  margin-left: 40px;
}

.footer strong.tagline,
.footer-links li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.footer-links .group:first-child,
.footer-links li:first-child {
  margin-left: 0;
}

.footer-info {
  clear: both;
  float: left;
  margin-top: -45px;
}

.footer-info li {
  float: left;
  margin-left: 20px;
}

.footer-info li span,
.footer-info li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-size: 12px;
}

.footer-info li:first-child {
  margin-left: 0;
}

.footer .stay-in-touch {
  width: 300px;
  float: right;
  position: relative;
}

.footer .stay-in-touch,
.footer ul {
  vertical-align: top;
}

.footer .stay-in-touch form ul {
  width: 100%;
}

.footer label {
  font-size: 14px;
  color: #999;
  display: block;
  margin: 20px 0;
  line-height: 1.5;
}

.footer input {
  display: block;
  border-radius: 5px;
  border: 1px solid #CCC;
  color: #CCC;
  padding: 10px 40px 10px 20px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.footer .stay-in-touch h2 {
  display: none;
}

.footer .stay-in-touch .page {
  text-align: left;
  padding-top: 0;
}

.footer form .submit {
  display: block;
  background: transparent url(/img/email.png) no-repeat scroll center center;
  width: 20px;
  height: 12px;
  position: absolute;
  padding: 0;
  right: 16px;
  margin-top: -26px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  border: 0;
}

.social-links {
  margin: 20px 0;
}

.spring .social-links {
  display: inline-block;
}

.social-links li {
  float: left;
  margin-left: 30px;
}

.spring .social-links li {
  float: left;
  margin-left: 20px;
}

.spring .social-links li:first-child,
.social-links li:first-child {
  margin: 0;
}



.social-links a {
  display: block;
  height: 24px;
  width: 24px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center center;
}

.spring .social-links a {
  height: 50px;
  width: 50px;
  background-size: auto;
}

.social-links a.facebook {
  background-image: url(/img/facebook.png);
}
.social-links a.twitter {
  background-image: url(/img/twitter.png);
}
.social-links a.instagram {
  background-image: url(/img/instagram.png);
}

.spring .social-links a.facebook {
  background-image: url(/img/facebook_circle.png);
}
.spring .social-links a.twitter {
  background-image: url(/img/twitter_circle.png);
}
.spring .social-links a.email {
  background-image: url(/img/email_circle.png);
}





.side-nav {
  position: fixed;
  right: 0px;
  height: 240px;
  top: 50%;
  margin-top: -120px;
  width: 50px;
  z-index: 100;
}

.side-nav li {
  display: block;
  height: 40px;
  width: 100%;
  position: relative;
}

.side-nav li a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.side-nav li a span {
  position: absolute;
  display: block;
  white-space: nowrap;
  height: 14px;
  width: 14px;
  border: 2px solid #DCDCDC;
  border-radius: 14px;
  overflow: hidden;
  text-indent: 150%;
  background-color: transparent;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  z-index: 2;
}

.side-nav li a span:after {
  content: '';
  position: absolute;
  display: block;
  white-space: nowrap;
  border-radius: 16px;
  text-indent: 150%;
  background-color: rgb(49,88,230);
  top: -20px;
  left: 50%;
  height: 10px;
  width: 10px;
  margin-top: 0;
  margin-left: -5px;
  z-index: 3;
}

.anim li a span:after {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.side-nav li a.active span:after {
  top: 0px;
}

.side-nav li a.past-active span:after {
  top: 20px;
}

.can-transform3d .side-nav li a span:after {
  top: -7px;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.can-transform3d .side-nav li a.active span:after {
  top: -7px;
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -o-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.can-transform3d .side-nav li a.past-active span:after {
  top: -7px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.has-bg {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.has-bg:before,
.has-bg:after {
  content: '';
  position:absolute;
  display: block;
  opacity: 0;
  -webkit-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  -moz-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  -o-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  -ms-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  z-index: 1;
  visibility: visible;
  background-repeat: no-repeat;
  background-attachment: scroll;
  clear: both;
  /*width: 100%;*/
}

.no-js .has-bg:before,
.no-js .has-bg:after {
  opacity: 1;
}

.left-phone:before,
.left-phone:after {
  margin-left: 0;
  right: 0;
}

.right-phone:before ,
.right-phone:after {
  margin-right: 0;
  left: 0;
}

.feed:before {
  background-image: url(/img/newspaper.png);
  top: -150px;
  height: 564px;
  width: 330px;
  right: -100px;
  /*background-position: right center;*/
}

.feed:after {
  background-image: url(/img/watch.png);
  height: 260px;
  width: 260px;
  bottom: 0;
  right: 15%;
  /*background-position: 70% center;*/
}

.checkout:before {
  background-image: url(/img/lip-gloss.png);
  top: 30px;
  height: 148px;
  width: 380px;
  left: 15%;
  /*background-position: 20% center;*/
}

.checkout:after {
  background-image: url(/img/cologne.png);
  bottom: -130px;
  height: 580px;
  width: 460px;
  left: -200px;
  /*background-position: -200px center;*/
}

.discover:before {
  background-image: url(/img/lipstick.png);
  height: 260px;
  width: 320px;
  top: 0px;
  right: 25%;
  /*background-position: 60% center;*/
}

.discover:after {
  background-image: url(/img/bracelet.png);
  height: 260px;
  width: 300px;
  bottom: -50px;
  right: 10%;
  /*background-position: 90% center;*/
}

.brand-shop:before {
  background-image: url(/img/earring.png);
  height: 140px;
  width: 140px;
  top: 50px;
  left: 25%;
  /*background-position: 25% center;*/
}

.brand-shop:after {
  background-image: url(/img/glasses.png);
  height: 700px;
  width: 330px;
  bottom: -150px;
  /*background-position: -80px center;*/
  left: -80px;
}

.past-active:before,
.past-active:after,
.active:before,
.active:after {
  opacity: 1;
}

.appstore-links {
  margin: 80px auto;
  width: 100%;
  max-width: 500px;
}

.appstore-links li {
  float: left;
  height: 60px;
  width: 50%;
}

.appstore-links li.store {

}
.appstore-links li a {
  margin-right: 10px;
}
.appstore-links li button {
  margin-left: 10px;
}

  .can-transform3d .active.has-bg:before,
  .can-transform3d .active.has-bg:after,
  .can-transform3d .past-active.has-bg:before,
  .can-transform3d .past-active.has-bg:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .can-transform .active.has-bg:before,
  .can-transform .active.has-bg:after,
  .can-transform .past-active.has-bg:before,
  .can-transform .past-active.has-bg:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }


  .can-transform3d .left-phone:before,
  .can-transform3d .left-phone:before,
  .can-transform3d .left-phone:after,
  .can-transform3d .left-phone:after {
    -webkit-transform: translate3d(150px , 0, 0);
    -moz-transform: translate3d(150px , 0, 0);
    -o-transform: translate3d(150px , 0, 0);
    -ms-transform: translate3d(150px , 0, 0);
    transform: translate3d(150px , 0, 0);
  }

  .can-transform3d .right-phone:before,
  .can-transform3d .right-phone:before,
  .can-transform3d .right-phone:after,
  .can-transform3d .right-phone:after {
    -webkit-transform: translate3d(-150px , 0, 0);
    -moz-transform: translate3d(-150px , 0, 0);
    -o-transform: translate3d(-150px , 0, 0);
    -ms-transform: translate3d(-150px , 0, 0);
    transform: translate3d(-150px , 0, 0);
  }

  .can-transform .left-phone:before,
  .can-transform .left-phone:before,
  .can-transform .left-phone:after,
  .can-transform .left-phone:after {
    -webkit-transform: translateX(150px );
    -moz-transform: translateX(150px );
    -o-transform: translateX(150px );
    -ms-transform: translateX(150px );
    transform: translateX(150px );
  }

  .can-transform .right-phone:before,
  .can-transform .right-phone:before,
  .can-transform .right-phone:before,
  .can-transform .right-phone:before {
    -webkit-transform: translateX(-150px );
    -moz-transform: translateX(-150px );
    -o-transform: translateX(-150px );
    -ms-transform: translateX(-150px );
    transform: translateX(-150px );
  }

  .can-simple-transition .left-phone:after,
  .can-simple-transition .left-phone:after,
  .can-simple-transition .left-phone:before,
  .can-simple-transition .left-phone:before {
    margin-right: -150px;
  }

  .can-simple-transition .right-phone:after,
  .can-simple-transition .right-phone:after,
  .can-simple-transition .right-phone:before,
  .can-simple-transition .right-phone:before {
    margin-left: -150px;
  }



body.formpage {
  background-image: none;
}

.formpage .with-hero {
  min-height: 0;
}

.formpage .hero {
  overflow: hidden;
  margin-bottom: 50px;

}

.form-container {
  padding: 0;
  margin-bottom: 80px;
  text-align: left;
}

.form-container form {
  width: 375px;
  position: relative;
  margin: 0 auto;
}

.form-container form h2 {
  display: none;
}

.custom-select,
.form-container input,
.form-container textarea {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  line-height: 20px;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #CCC;
}

.custom-select {
  border: 0;
}

.custom-selectInner {
  width: 100% !important;
}

.form-container label {
  position: absolute;
  visibility: hidden;
  height: 0;
  display: block;
  text-align: left;
}

.no-placeholder label {
  position: relative;
  visibility: visible;
  line-height: 30px;
}

.form-container .error {
  border-color: #FF5656;
}

.form-container textarea {
  height: 50px;
  -webkit-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  -moz-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  -o-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  -ms-transition: all 750ms cubic-bezier(0,0.5,0.25,1);
  transition: all 750ms cubic-bezier(0,0.5,0.25,1);
}

.form-container textarea {
  padding: 15px;
  line-height: 16px;
}

.form-container textarea:focus {
  height: 392px;
  padding: 15px;
}

.custom-select {
  position: static;
  text-align: left;
  margin-bottom: 0;
}

.custom-select-wrap {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}

.custom-select-wrap:after {
  content: " ";
  position: absolute;
  width: 50px;
  border-left: 1px solid #CCC;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZEQkE5OUI3RDZCMjExRTM5N0IxOTRFMEEzOUY1QzFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZEQkE5OUI4RDZCMjExRTM5N0IxOTRFMEEzOUY1QzFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjA2RUNENDRENjNDMTFFMzk3QjE5NEUwQTM5RjVDMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkRCQTk5QjZENkIyMTFFMzk3QjE5NEUwQTM5RjVDMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz52EQMiAAAARklEQVR42mI0NjZuYGBgqGcgDjQyS0lJHQAyGIHYgZBiIG4AaQBxCGkCKwYxYBrwaYIrRteATROKYhBgwWJ9Aw42GAAEGADK/wxr9JoEdQAAAABJRU5ErkJggg==);
  z-index: -1;
}

.form-container a {
  color: #555;
  text-decoration: underline;
  font-size: 14px;
}

.brand-hero-text {
  height: 140px;
  width: 540px;
  padding: 20px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -270px;
  color: #FFF;
  text-align: center;
}

.brand-hero-text p {
  width: 75%;
  margin: 0 auto;
}

.hide {
  display: none;
}


@media only screen  and (max-width : 1200px) {
  .main .hero-text {
    width: 500px;
  }

  .main .hero-text p {
    font-size: 20px;
  }
}

@media only screen  and (max-width : 1200px) {
  .main .hero-text {
    left: 0%;
    margin-left: 0;
  }
}

@media only screen  and (min-width : 1400px) {

  .main .hero-text-container {
    left: 10%;
  }
  .main .hero-text {
    top: 25%;
    margin-top: 0;
  }
  .main .hero,
  .main .with-hero {
    max-height: 95%;
    overflow: hidden;
  }
  .main .hero-img-container {
    max-height: none;
  }
}


@media only screen  and (max-width : 850px) {
  .feed:before {
    right: -175px;
    top: -200px;
  }
  .feed:after {
    background-position: right center;
    right: -50px;
  }

  .checkout:before {
    top: 0;
    left: 10%;
    /*background-position: 10% center;*/
  }

  .checkout:after {
    left: -250px;
    /*background-position: -250px;*/
  }

  .discover:before {
    top: -40px;
    right: -100px;
    /*background-position: 80% center;*/
  }

  .discover:after {
    bottom: -150px;
    right: -50px;
    /*background-position: 95% center;*/
  }


  .brand-shop:after {
    bottom: -350px;
    left: -50px;
    /*background-position: -50px center;*/
  }
}

@media only screen  and (max-width : 640px) {
  .feed:before {
    display:none;
  }
  .feed:after {
    /*background-position: right center;*/
    right: -130px;
    bottom: -120px;
  }

  .checkout:before {
    display: none;
  }

  .checkout:after {
    display: none;
  }

  .discover:before {
    top: -60px;
    /*background-position: left center;*/
    right: 50%;
  }

  .discover:after {
    bottom: -130px;
    right: -170px;
  }

  .brand-shop:before {
    display: none;
  }

  .brand-shop:after {
    bottom: -550px;
  }
}

@media only screen  and (max-width : 1100px) {


  .footer .page-container {
    text-align: center;
  }

  .footer ul {
    display: inline-block;
  }

  .footer ul,
  .footer .stay-in-touch {
    float: none;
    margin: 20px auto;
  }
  .footer .stay-in-touch {
    margin-top: 40px;
  }

  .footer form ul {
    margin-top: 0;
  }

  .footer .stay-in-touch form label {
      text-align: center;
    }

}

@media only screen  and (max-width : 850px) {

  .main .hero-text {
    width: 400px;
  }
  .main .hero-text p {
    font-size: 16px;
  }

  .header{
    position: absolute;
  }

  .hero-content .hero-text {
    width: 55%;
  }

  .hero-content .phone-container {
    width: 45%;
  }

  .brand-hero-text-container {
    top: 0;
    margin-top: 0;
  }


  .info-pane .highlights li {
    float: none;
    width: 100%;
  }

  .info-pane .h2 span {
    display: block;
  }

  .appstore-links li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .page-container {
    text-align: center;
  }

  .pages {
    padding-top: 0px;
  }

  .pages .page:first-child {
    padding-top: 0;
  }

  /*
  .pages .page .page-container {
    border-top: 1px solid #ACACAC;
  }

  .pages .page:first-child .page-container {
    border-top: none;
  }
  */

  .spring {
    margin-top: 200px;
  }

  .phone {
    width: 300px;
  }

  .phone img {
    max-width: 100%;
    height: auto;
  }

  .info-pane {
    margin-top: 50px;
  }

  .footer-links {
    width: 70%;
    text-align: center;
  }

  .footer-links .group {
    float: none;
    margin: 20px 0;
  }

  .footer-links .group:first-child {
    width: 75%;
    margin:0 auto;
  }

  .footer-links li {
    width: 50%;
    margin: 0;
  }

  .footer-links .group:last-child li {
    width: 33%;
  }


  .appstore-links li.store,
  .appstore-links li.text {
    width: 100%;
    text-align: center;
    float: none;
  }
  .appstore-links li a,
  .appstore-links li button {
    margin: 0 auto;
  }
}


@media only screen  and (max-width : 750px) {
  .page-container .phone,
  .page-container .page-content {
    float: none;
    margin: 0 auto;
  }

  .page-container .page-content {
    margin: 40px auto;
    width: 100%;
  }

  .brand-hero-text-container {
    left:0;
    margin-left: 0;
  }
}

@media only screen  and (max-width : 640px) {
  body{
    padding-top: 70px;
  }
  .header,
  .header .page-container {
    height: 70px;
    line-height: 70px;
  }

  .topnav-tagline, .topnav-download,
  .side-nav {
    display: none;
  }

  .main .hero-text {
    left: 0;
    margin-left: 0;
    width: 100%;
    margin-top: -90px;
  }

  .main .hero-text p {
    font-size: 24px;
  }

  .brand-hero-text {
    padding: 20px 10px;
  }

  .brand-hero-text p {
    width: 90%;
  }

  .main .hero-img-container img {
    display: none;
  }

  .main .hero-img-container {
    background: transparent url(/img/spring-hero-mobile.jpg) no-repeat scroll top center;
    background-size: cover;
  }

  .appstore-best-of-2014 {
    height: 47px;
    width: 60.2px;
  }

  .appstore, .playstore {
    height: 47px;
    width: 160px;
  }

  .textme {
    height: 47px;
    width: 160px;
  }

  .logo {
    margin-top: 15px;
    float: none;
    width: 93px;
    background-size: contain;
  }

  .header .appstore-blue {
    display: none;
  }


  .page {
    padding-top: 0px;
  }

  .page-container {
    padding: 20px;
  }


  .page-content h2 {
    margin-top: 0;
  }

  .with-hero {
    padding: 0;
    max-height: 100%;
    min-height: 300px;
  }

/*
  .hero-content {
    top: 50px;
    margin-top: 0;
    height: auto;
  }
*/

  .hero-content .phone-container {
    display: none;
  }

  .hero-content .hero-text {
    width: 100%;
  }

  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 36px;
  }

  p {
    font-size: 14px;
  }

  .phone {
    max-width: 80%;
  }

  .footer ul {
    width: 100%;
  }

  .footer .stay-in-touch {
    max-width: 100%;
  }

  .footer .social-links {
    width: auto;
  }

  .footer-links li {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .footer-info li {
    margin: 0;
    width: 50%;
    text-align: center;
  }

  .footer-links .group:first-child {
    width: 100%;
  }

  .footer-links .group:last-child li {
    width: 100%;
  }

  .footer-info .copyright {
    float:none;
    width: 100%;
  }

  .pages .page-container {
    padding: 60px 10px;
  }

  .pages .page:first-child .page-container:before {
    display: none;
  }

  .pages .page-content {
    margin-top: 0;
  }

  .spring {
    margin-top: 400px;
  }

  .spring .page-content {
    margin-top: 0px;
  }

  .spring .phone {
    display: none;
  }

  .info-pane {
    margin-top: 0;
  }

  .main .hero,
  .main .hero-img-container,
  .main .hero-content,
  .main .hero-img-container video,
  .main .hero-img-container img {
    min-height: 360px;
    height: auto;
  }
  .main .hero {
    padding-bottom: 50px;
  }

  .formpage .hero {
    min-height: 0;
  }

  .form-container {
    padding: 0 20px;
  }

  .form-container form {
    max-width: 100%;
  }

  .side-nav {
    width: 30px;
  }

  .brand-hero-text {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

    .main .hero h1 {
    font-size: 11pt;
  }

  .main .hero p {
    font-size: 12pt;
    margin: 0 50px;
    line-height: 18pt;
  }
  .main .hero h1,
  .main .hero p {
    text-shadow: rgba(0,0,0,.2) 1px 1px;
  }
  .main .hero p span {
    display: block;
  }

}

/* line 3, ../../styles/modal.scss */
body.modal-open {
  overflow: hidden;
}

/* line 7, ../../styles/modal.scss */
.modal-backdrop {
  z-index: 1000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: black;
  opacity: .8;
}

/* line 17, ../../styles/modal.scss */
.modal {
  z-index: 1001;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow: auto;
  padding: 50px;
}
/* line 27, ../../styles/modal.scss */
.modal .modal-content .close-button {
  position: absolute;
  top: -20px;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #000;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 40px;
  line-height: 36px;
  text-align: center;
  right: -20px;
}
/* line 43, ../../styles/modal.scss */
.modal .modal-header {
  padding: 40px 0;
  margin: 0 40px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 32px;
}
/* line 50, ../../styles/modal.scss */
.modal .modal-header .modal-title {
  float: left;
  font-size: 32px;
}
/* line 55, ../../styles/modal.scss */
.modal .modal-header .modal-subtitle {
  float: left;
  font-size: 24px;
  color: #999;
  line-height: 32px;
  margin-left: 10px;
}
/* line 64, ../../styles/modal.scss */
.modal h3 {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 69, ../../styles/modal.scss */
.modal h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 75, ../../styles/modal.scss */
.modal .modal-section {
  padding: 20px 0;
}
/* line 78, ../../styles/modal.scss */
.modal .modal-section .section-body {
  background-color: #F5F5F5;
  margin: 15px 0;
  padding: 15px 20px;
  min-height: 58px;
  line-height: 58px;
  color: #666;
  vertical-align: middle;
}
/* line 86, ../../styles/modal.scss */
.modal .modal-section .section-body .right {
  float: right;
  margin-right: 20px;
}
/* line 94, ../../styles/modal.scss */
.modal .modal-footer {
  text-align: right;
}
/* line 97, ../../styles/modal.scss */
.modal .modal-footer a, .modal .modal-footer button {
  margin-left: 15px;
}
/* line 99, ../../styles/modal.scss */
.modal .modal-footer a:first-child, .modal .modal-footer button:first-child {
  margin-right: 0;
}
/* line 105, ../../styles/modal.scss */
.modal .success-modal {
  background: white;
  margin: auto;
  width: 650px;
  padding: 30px;
}
/* line 111, ../../styles/modal.scss */
.modal .success-modal h3 {
  font-size: 32px;
  text-transform: none;
}

/* line 331, ../../styles/share-product.scss */
.modal-backdrop {
  background-color: #FFF;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 325, ../../styles/share-product.scss */
.modal-backdrop.visible {
  visibility: visible;
  opacity: 0.8;
}

/* line 336, ../../styles/share-product.scss */
.modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 325, ../../styles/share-product.scss */
.modal.visible {
  visibility: visible;
  opacity: 1;
}
/* line 339, ../../styles/share-product.scss */
.modal .modal-cancel {
  font-size: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 40px;
  padding: 0;
  text-align: left;
  text-indent: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE0LTA1LTIwVDAxOjA1OjAyPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4xPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KrdE7ngAAANVJREFUGBlNTrsJhEAU3D3ByB60hy1ABEERaxEXMxVF7MDMCoyMjEwMBMswsgTN/NzN8kDuBcvMzsx7w87zbNv2eZ7v39z33TQNJM00TcjrurquyzlnjMEqpRyGwTAMRdI0FUIkSQKMXBRFoFVVgXJamef5OI62bV/XtSxLGIZlWaplJL87kCuKApT+PziGATmOg/C+76CElQwvumBnEASe583zTD2U4+2SZRl8GACciOMYkmZZVt/3vu/XdY0uGMdxtm2bpknXdZXuug4h6kIvKD4h/QC94LWDdhok8wAAAABJRU5ErkJggg==);
  background-size: 15px 15px;
}
/* line 357, ../../styles/share-product.scss */
.modal .modal-header {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 0;
  padding: 0;
}
/* line 366, ../../styles/share-product.scss */
.modal .modal-header h3 {
  font-size: 22px;
}
/* line 371, ../../styles/share-product.scss */
.modal .phone-number-modal {
  background: white;
  margin: auto;
  width: 500px;
  padding: 50px;
  border: 1px solid #555;
  position: relative;
}
/* line 383, ../../styles/share-product.scss */
.modal .modal-body .signup-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 389, ../../styles/share-product.scss */
.modal .modal-body .input-area {
  display: inline-block;
  text-align: center;
  margin: 35px auto;
  padding: 0;
  border: 0;
  width: 100%;
}
/* line 398, ../../styles/share-product.scss */
.modal .modal-body .input-area input {
  margin: 0;
  height: 60px;
  font-family: "Gotham A", "Gotham B";
  font-size: 18px;
  line-height: 18px;
  width: 100%;
}
/* line 411, ../../styles/share-product.scss */
.modal .modal-body .input-field {
  background-color: #fff;
  width: 100%;
  padding: 0 20px;
  display: block;
  border: 1px solid #e7e7e7;
}
/* line 419, ../../styles/share-product.scss */
.modal .modal-body input[type="submit"] {
  font-size: 12px;
  padding: 0 16px;
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #555;
  border: 1px solid #555;
  width: 100%;
  text-transform: uppercase;
  margin: 50px 0;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
}
/* line 435, ../../styles/share-product.scss */
.modal .modal-body .aside {
  margin: 10px 0;
  text-align: center;
}
/* line 440, ../../styles/share-product.scss */
.modal .modal-body .agreement-verification {
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* line 445, ../../styles/share-product.scss */
.modal .modal-body .agreement-verification input[type="checkbox"] {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0;
  vertical-align: middle;
}
/* line 453, ../../styles/share-product.scss */
.modal .modal-body .agreement-verification input[type="checkbox"] + label {
  position: relative;
  margin: 0;
  clear: none;
  color: #555;
  cursor: pointer;
}
/* line 462, ../../styles/share-product.scss */
.modal .modal-body .agreement-verification input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: -2px;
  margin-right: 20px;
  vertical-align: middle;
  background: #FFF;
  border: 2px solid #555;
  border-radius: 3px;
}
/* line 479, ../../styles/share-product.scss */
.modal .modal-body .agreement-verification input[type="checkbox"] + label.error:before {
  border: 1px solid red;
}
/* line 484, ../../styles/share-product.scss */
.modal .modal-body .agreement-verification input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: -1px;
  width: 6px;
  height: 15px;
  line-height: 28px;
  margin-top: 1px;
  margin-left: 12px;
  vertical-align: middle;
  color: #555;
  border: 2px solid #555;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal p,
.modal label {
  font-size: 14px;
}

.team .hero-text-container {
  height: 100%;
  background-size: 100% 100%;
  top: 0;
  left: 20%;
  margin: 0;
  width: 60%; }
.team .hero-text {
  height: auto;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0; }
.team .container-page-wide {
  width: 96%;
  margin: 0 auto;
  padding: 48px 10px; }
.team .container-page-nopadding {
  padding: 0 24px; }
.team .page-content {
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 0 36px; }
.team .page-content a {
  color: black;
  border-bottom: 1px solid black;
  padding: 0 0 1px 0;
  line-height: 1.6; }
.team .page-content a:hover {
  border-bottom: none; }
.team .alan {
  background: url(/img/team/team_alan.jpg) no-repeat top left;
  margin: 36px 0 48px 0 !important; }
.team .vivi {
  background: url(/img/team/team_vivi.jpg) no-repeat top left; }
.team .jim {
  background: url(/img/team/team_jim.jpg) no-repeat top left; }
.team .trey {
  background: url(/img/team/team_trey.jpg) no-repeat top left; }
.team .vadim {
  background: url(/img/team/team_vadim.jpg) no-repeat top left; }
.team .artem {
  background: url(/img/team/team_artem.png) no-repeat top left; }
.team .brian {
  background: url(/img/team/team_brian.jpg) no-repeat top left; }
.team .jeff {
  background: url(/img/team/team_jeff.jpg) no-repeat top left; }
.team .adam {
  background: url(/img/team/team_adam.jpg) no-repeat top left; }
.team .emily {
  background: url(/img/team/team_emily.jpg) no-repeat top left; }
.team .ara {
  background: url(/img/team/team_ara.jpg) no-repeat top left; }
.team .april {
  background: url(/img/team/team_april.jpg) no-repeat top left; }
.team .kate {
  background: url(/img/team/team_kate.jpg) no-repeat top left; }
.team .scott {
  background: url(/img/team/team_scott.png) no-repeat top left; }
.team .dianna {
  background: url(/img/team/team_dianna.png) no-repeat top left; }
.team .dan {
  background: url(/img/team/team_dan.png) no-repeat top left; }
.team .katherine {
  background: url(/img/team/team_katherine.jpg) no-repeat top left; }
.team .anis {
  background: url(/img/team/team_anis.jpg) no-repeat top left; }
.team .arielle {
  background: url(/img/team/team_arielle.jpg) no-repeat top left; }
.team .tessa {
  background: url(/img/team/team_tessa.jpg) no-repeat top left; }
.team .mindy {
  background: url(/img/team/team_mindy.jpg) no-repeat top left; }
.team .johanna {
  background: url(/img/team/team_johanna.jpg) no-repeat top left; }
.team .sam {
  background: url(/img/team/team_sam.jpg) no-repeat top left; }
.team .gizmo {
  background: url(/img/team/team_gizmo.jpg) no-repeat top left; }
.team .david {
  background: url(/img/team/team_david.jpg) no-repeat top left; }
.team .adamb {
  background: url(/img/team/team_adamb.jpg) no-repeat top left; }
.team .erin {
  background: url(/img/team/team_erin.jpg) no-repeat top left; }
.team .viviana {
  background: url(/img/team/team_viviana.jpg) no-repeat top left; }
.team .andrew {
  background: url(/img/team/team_andrew.jpg) no-repeat top left; }
.team .sonia {
  background: url(/img/team/team_sonia.jpg) no-repeat top left; }
.team .leslie {
  background: url(/img/team/team_leslie.jpg) no-repeat top left; }
.team a.handle {
  margin: 0 0 0 3px;
  display: inline-block;
  color: white;
  background: url(/img/team/twitter.svg) no-repeat center center;
  background-size: 10px 10px;
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  padding: 3px 3px;
  border-radius: 20px;
  z-index: 4;
  border-bottom: none;
  text-indent: 100%;
  overflow: hidden; }
.team a.linkedin {
  background: url(/img/team/linkedin.svg) no-repeat center center;
  background-size: 10px 10px; }
.team a.instagram {
  background: url(/img/team/instagram.svg) no-repeat center center;
  background-size: 12px 12px; }
.team a.handle:hover {
  background: url(/img/team/twitter_w.svg) no-repeat center center black;
  background-size: 10px 10px; }
.team a.linkedin:hover {
  background: url(/img/team/linkedin_w.svg) no-repeat center center black;
  background-size: 10px 10px; }
.team a.instagram:hover {
  background: url(/img/team/instagram.svg) no-repeat center center;
  background-size: 12px 12px; }
.team h2 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
  font-size: 14px; }
.team h2.heading {
  display: block;
  margin: 0 0 38px 0 !important;
  text-align: center; }
.team h3 {
  color: #999996;
  font-weight: 400;
  margin: 0 0 6px;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase; }
.team .page-content article p {
  line-height: 29px;
  font-weight: 300;
  margin: 0 0 24px 0;
  color: #646466; }
.team .page-content article p:last-child {
  margin: 0 !important; }
.team .member-bio {
  padding: 0 0 0 175px;
  background-size: 150px 150px;
  background-position: 0 13px;
  text-align: left;
  margin: 0 0 64px;
  min-height: 175px; }
.team .member-bio p {
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 26px !important; }

@media only screen and (max-width: 850px) {
  .team .hero-text p {
    line-height: 30px; } }

@media only screen and (max-width: 640px) {
  .team .with-hero {
    max-height: 500px; }
  .team .hero-img-container {
    background: transparent url(/img/team/spring-team-mobile.jpg) no-repeat scroll top center;
    background-size: auto 100%; }
  .team .hero-text p {
    font-size: 16px; }
  .team .hero-text-container {
    width: 80%;
    left: 10%; }
  .team .member-bio h2, .team .member-bio h3 {
    line-height: 16px; }
  .team .member-bio h2 {
    margin-top: 10px;
    font-size: 12px; }
  .team .member-bio h3 {
    padding-right: 80px;
    margin-bottom: 30px; } }

@media screen and (max-width: 500px) {
  .team .member-bio {
    padding: 0;
    background-position: top right;
    background-size: 75px 75px; } }

@-webkit-keyframes colors {
  0% {
    background-color: #39f; }

  20% {
    background-color: #9d2f9b; }

  40% {
    background-color: #e52b0b; }

  60% {
    background-color: #f8cb4a; }

  80% {
    background-color: #8ecb15; }

  100% {
    background-color: #39f; } }

@keyframes colors {
  0% {
    background-color: #39f; }

  25% {
    background-color: #9d2f9b; }

  50% {
    background-color: #e52b0b; }

  75% {
    background-color: #f8cb4a; }

  99% {
    background-color: #8ecb15; }

  100% {
    background-color: #39f; } }

.start-indigo {
  -webkit-animation-delay: -5s;
  animation-delay: -5s; }

.start-red {
  -webkit-animation-delay: -10s;
  animation-delay: -10s; }

.start-yellow {
  -webkit-animation-delay: -17s;
  animation-delay: -17s; }

.start-green {
  -webkit-animation-delay: -25s;
  animation-delay: -25s; }

.prettycolors {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-animation-name: colors;
  -webkit-animation-duration: 30s;
  -webkit-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: colors;
  animation-duration: 30s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
