/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/*
 * GENERAL..................General styles
 * NAVIGATION...............Navbar and navigation
 * HEADER...................Header area
 * HOME.....................Homepage styles
 * HOW-IT-WORKS.............How it works styles
 * SUCCESS-STORIES..........Success stories styles
 * CARE-TEAM................Care team styles
 * ABOUT....................About styles
 * CAREERS..................Careers styles
 * FOOTER...................Footer
 * MOBILE-STYLES............Styling for mobile media queries
 */

/*------------------------------------*\
    $GENERAL
\*------------------------------------*/
body {
  background-color: #FFF;
  font-family: "Alright Sans", Helvetica, sans-serif;
  font-weight: normal;
  color: #434343;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings:"kern" 1;
  -moz-font-feature-settings:"kern=1";
  -ms-font-feature-settings:"kern" 1;
  -o-font-feature-settings:"kern" 1;
  -webkit-font-feature-settings:"kern" 1;
  font-feature-settings:"kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content {
  padding: 60px 0 180px 0;
  background: #FFF;
  border-top: solid 1px #C6C9C4;
}

header {
  background: #3D3544;
  padding-bottom: 60px;
}

p {
  font-family: "Alright Sans";
  font-size: 16px;
  color: #434343;
  line-height: 32px;
  margin-bottom: 30px;
}
  p.introduction {
    font-size: 20px;
    color: #434343;
    line-height: 36px;
    margin-bottom: 30px;
  }
ul {  
  font-size: 16px;
  color: #434343;
  line-height: 32px;
  margin: 0 0 30px 0;
  padding: 0;
}
ul li {
  margin-bottom: 7px;
}
a {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  transition: all 250ms ease;
  color: #EEAB2F !important;
}
a:after {
  content: '';
  display: block;
  margin: auto;
  margin-top: -6px;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: all 250ms ease;
}
a:before {
  transition: all 250ms ease;
}
a:hover:after {
  width: 100%;
  background: #EEAB2F;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  width: 100%;
}
.buttonholder {
  text-align: center;
  margin-bottom: 30px;
}
  .buttonholder a.btn:before,
  .buttonholder a.btn:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid rgba(224,75,105,0.3);
    top: 50%;
    width: 50%;
  }
  .buttonholder a.btn:before {
    right: 100%;
  }
  .buttonholder a.btn:after {
    left: 100%;
    top: 61%;
  }
  .buttonholder a.btn {
    max-width: 100%;
    width: 100%;
  }
  .buttonholder a.btn:hover:after,
  .buttonholder a.btn:hover:before {
    /*display: none;*/
    border-color: #E0684B;
  }
a.btn {
  background: #E0684B;
  box-shadow: inset 0px -3px 0px 0px #CA5D43;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  color: #FFF !important;
  line-height: 44px;
  height: 57px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.highlights {
  margin: 30px 0 0 0;
}
  .highlights div:after {
    content: "";
    width: 14px;
    height: 130px;
    background: url(/web/20160314053051im_/https://ginger.io/static/img/divider.svg) 0 0 no-repeat;
    float: right;
    margin: 0 -22px 0 0;
    opacity: 0.5;
  }
  .highlights div:last-child:after {
    background: none;
  }
  .highlights p {
    font-size: 16px;
    line-height: 22px;
    color: #77717C;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
  }
  .highlights p em {
    display: block;
    color: #8d8d8d;
    font-weight: normal;
  }
  .highlights p strong {
    font-family: "Alright Sans Thin";
    font-size: 54px;
    font-weight: normal;
    color: #EEAB2F;
    line-height: 78px; 
    display: block;
  }

.quotes .quote {
  background: #FFF;
  border-radius: 9px 9px 9px 0px;
  padding: 20px;
  position: relative;
  /*min-height: 150px;*/
}
  .quotes .quote p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #77717C;
  }
  .quotes .quote:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/web/20160314053051im_/https://ginger.io/static/img/quote-triangle.svg) 0 0 no-repeat;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  .quotes .author {
    margin-bottom: 30px;
  }
  .quotes .author p {
    color: #47AEA1;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    margin: 9px 0 0 45px;
  }
  .quotes .author em {
    display: block;
    font-weight: bold;
  }
  .quotes .author img {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

.photo-info p {
  background: #FFF;
  margin: 0;
  padding-bottom: 15px;
}
.photo-info .background {
  /*padding: 15px 0 15px 0;*/
  margin-top: -45px;
  /*position: relative;
  font-style: italic;*/
}
.photo-info p strong {
  font-style: normal;
}
.photo-info p span {
  display: block;
}
.photo-info a.linkedin,
.photo-info a.learn-more {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -5000em;
  background: url(/web/20160314053051im_/https://ginger.io/static/img/icon-linkedin-yellow.svg) 0 0 no-repeat;
  background-size: 100%;
  line-height: 20px;
  margin-left: 6px;
}
.photo-info a.learn-more {
  background: url(/web/20160314053051im_/https://ginger.io/static/img/icon-plus-yellow.svg) 0 0 no-repeat;
  background-size: 100%;
}
.photo-info a.linkedin:after,
.photo-info a.learn-more:after {
  display: none;
}
.description.unexpanded {
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  max-height: 96px;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
.description.unexpanded:before {
  content: '...';
  position: absolute;
  right: 70px;
  bottom: 5px;
}
.expand-btn {
  display: inline-block;
  background: #F7D389;
  color: #FFF !important;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  line-height: 0;
  margin-top: 7px;
}
.expand-btn:hover {
  text-decoration: none;
  background-color: #EEAB2F;
}
.thanks {
  border-top  : solid 2px #47AEA1;
  border-bottom: solid 2px #47AEA1;
  padding: 0px 30px 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #47AEA1;
}
.popover-content {
  padding: 15px;
  line-height: 20px;
  font-family: "Alright Sans";
  font-size: 12px;
}
a.more-info {
  cursor: help;
}
table.data {
  background: #F3F3F3;
  border: 2px solid #A59DAD;
  border-radius: 9px;
  padding: 15px;
  line-height: 24px;
  width: 100%;
  font-size: 16px;
}
  table.data th,
  table.data td {
    border: 2px solid #A59DAD;
    padding: 15px;
    border: 2px solid #A59DAD;
    text-align: center;
  }
  table.data td:first-child {
    font-weight: bold;
    text-align: left;
  }



/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
.navbar {
  box-shadow: none;
  background: none;
  border: none;
  margin: 0 0 45px 0;
}

.navbar-brand,
.footer-brand {
  position: relative;
  display: inline-block;
  line-height: 0;
  width: 132px;
  height: 36px;
  margin-left: 0 !important;
  margin-top: 50px;
  background: url(/web/20160314053051im_/https://ginger.io/static/img/logo-ginger.io.svg) 0 0 no-repeat;
  float: left;
  max-width: 100%;
  background-size: contain;
  text-indent: -5000em;
}

.navbar a,
.navbar li a {
  /*padding: 0;*/
}
.navbar a:after {
  display: none;
}

.navbar ul {
  margin-top: 60px;
}

.navbar li {
  margin-left: 30px;
}

.navbar li a {
  font-weight: bold;
  font-size: 14px;
  color: #8D8D8D !important;
  line-height: 22px;
  padding: 0;
  border-bottom: solid 3px transparent;
}
  .navbar .navbar-nav>li>a:hover {
    color: #FFF !important;
  }
  .navbar-default .navbar-nav>.active>a {
    background: none !important;
    color: #FFF !important;
    border-bottom: solid 3px #FFF;
  }


/*------------------------------------*\
    $HEADER
\*------------------------------------*/
h1 {
  font-family: "Alright Sans Thin";
  font-size: 54px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 66px;  
  margin: 0;
}
h2 {
  font-family: "Alright Sans Thin";
  font-size: 42px;
  font-weight: normal;
  color: #EEAB2F;
  line-height: 60px;
  margin: 60px 0 30px 0;
  text-align: center;
}
h3 {
  font-family: "Alright Sans";
  font-size: 24px;
  font-weight: normal;
  color: #EEAB2F;
  line-height: 36px;
  margin-bottom: 30px;
}
h4 {
  font-family: "Alright Sans";
  font-weight: bold;
  font-size: 14px;
  color: #8D8D8D;
  line-height: normal;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
}


/*------------------------------------*\
    $HOME
\*------------------------------------*/
body.home {
  background-color: #F1F9F8;
}
body.home .navbar-brand {
  background-image: url(/web/20160314053051im_/https://ginger.io/static/img/logo-ginger.io-white.svg);
}
body.home .navbar li a {
  color: #FFF !important;
}
  body.home .navbar .navbar-nav>li>a:hover {
    color: #E0684B !important;
  }
body.home a {
  color: #47AEA1;
}
body.home h1 {
  margin-bottom: 60px;
  text-align: right;
}
body.home header {
  background: #C8C6C6 url(/web/20160314053051im_/https://ginger.io/static/img/header-home.jpg) top left no-repeat;
  background-size: cover;
  /*background-image: radial-gradient(circle at top, #E0E0E0 0%, #8FABA7 100%);*/
}
body.home header p {
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
}
body.home header .sign-up {
  margin-bottom: 0;
}
  .sign-up .form-control {
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px;
    height: 45px;
    font-style: italic;
    font-size: 16px;
    color: #47AEA1;
    border: none;
    box-shadow: none;
  }
  .sign-up button {
    background: #47AEA1;
    border-radius: 0px 6px 6px 0px;
    height: 45px;
    width: 150px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
  }
  .sign-up button:hover {
    background: #A3D6D0;
    color: #FFFFFF;
  }

body.home .page-content {
  padding-top: 0;
  background: none;
  border-color: #CEEAE5;
}

body.home .primary-cta p {
  font-size: 24px;
  line-height: 36px;
}

body.home .secondary-cta p {
  font-size: 14px;
  line-height: 26px;
}
body.home .jumbotron {
  padding: 0;
  margin-bottom: 60px;
  background: #FFF;
  border-bottom: solid 1px #CEEAE5;
}
  body.home .jumbotron p {
    font-size: 18px;
    color: #434343;
    line-height: 32px;
    margin-bottom: 30px;
  }
body.home .intro {
  /*padding: 60px 0 75px 0;
  position: relative;*/
}
  body.home .intro .image {
    text-align: center; 
    margin-top: 15px;
    margin-bottom: 75px;
  }
  body.home .intro img {
    width: 50%;
    opacity: 0.8;
  }
  body.home .intro h3 {
    color: #47AEA1;
    text-align: center;
  }
  body.home .intro .buttonholder {
    height: 0;
    bottom: 30px;
    margin-bottom: 0;
  }
  body.home .intro a.btn:before,
  body.home .intro a.btn:after {
    border: none;
  }
body.home .quotes {
  margin: 30px 0 60px 0;
}
body.home .quotes .quote {
  /*min-height: 180px;*/
}
body.home .highlights {
  margin-bottom: 60px;
}
body.home .press p {
  margin: 45px 0 0 0;
  text-align: center;
}


/*------------------------------------*\
    $HOW-IT-WORKS
\*------------------------------------*/
body.how-it-works {
  background: #FFF2D6;
}
body.how-it-works .navbar-nav>.active>a,
body.how-it-works .navbar-nav>.active>a:hover {
  color: #E0684B !important;
  border-color: #DE9A8A !important;
}
body.how-it-works .navbar-nav>li>a:hover {
  color: #EEAB2F !important;
}
body.how-it-works header {
  /*background-image: radial-gradient(circle at top, #FDFBF5 0%, #FBE8C1 100%);
  background-blend-mode: multiply;*/
  background: #FFF2D6 url(/web/20160314053051im_/https://ginger.io/static/img/bg-how-it-works.png) -30% -30% repeat;
  -webkit-animation: bgscroll 10s infinite linear;
}
@keyframes "bgscroll" {
   from { background-position: 0 0; }
   to { background-position: 0 -339px; }
  }
  @-webkit-keyframes "bgscroll" {
   from { background-position: 0 0; }
   to { background-position: 0 -339px;}
  }
  @-ms-keyframes "bgscroll" {
   from { background-position: 0 0; }
   to { background-position: 0 -339px; }
  }
  /*body.how-it-works header::before {
    content: "";
    position: absolute;
    width: 225%;
    height: 225%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(/web/20160314053051im_/https://ginger.io/static/img/bg-how-it-works.png) 0 0 repeat;
    -webkit-animation: bgscroll 15s infinite linear;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(348deg);
  }*/
  /*body.how-it-works header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent url(/web/20160314053051im_/https://ginger.io/static/img/bg-how-it-works.png) -30% -25% repeat !important;
    background-size: 45%;
  }*/
body.how-it-works h1 { 
  color: #EEAB2F;
}
body.how-it-works h2,
body.how-it-works h3 {
  color: #47AEA1;
}
body.how-it-works .page-content {
  border-top: solid 1px #F7D389;
}
/*body.how-it-works .your-needs {
  margin-top: 60px;
}
  body.how-it-works .your-needs h2 {
    text-align: left; 
    margin-top: 120px;
  }
body.how-it-works .personalized-plan {
  position: relative;
  top: -60px;
}
  body.how-it-works .personalized-plan h2 {
    text-align: right; 
    margin-top: 120px;
  }*/
body.how-it-works .join-today h2 {
  margin-top: 0;
}
body.how-it-works .join-today p {
  text-align: center;
}
  body.how-it-works .join-today .sign-up .form-control {
    color: #E0684B;
    background: #FDF7F6;
  }
  body.how-it-works .join-today .sign-up button {
    background: #E0684B;
  }
  body.how-it-works .join-today .sign-up button:hover {
    background: #DAA699;
  }

body.how-it-works .features {
  margin-top: 60px;
}
  body.how-it-works .features h2 {
    margin-top: 60px;
    margin-bottom: 15px;
    text-align: right;
    width: 56%;
    float: left;
  }
  body.how-it-works .features p {
    clear: left;
    text-align: right;
    width: 56%;
  }
    body.how-it-works .features:nth-child(odd) h2,
    body.how-it-works .features:nth-child(odd) p {
      text-align: left;
      float: right;
      clear: none;
    }
  body.how-it-works .features img {
    width: 40%;
    float: right;
  }
  body.how-it-works .features:nth-child(odd) img {
    float: left;
  }
  body.how-it-works .join-today h2 {
    margin-top: 90px;
  }


/*------------------------------------*\
    $SUCCESS-STORIES
\*------------------------------------*/
body.success-stories {
  background-color: #FAE5DF;
}
body.success-stories header {
  /*background-image: radial-gradient(circle at top, #FBE7E3 0%, #F4C5BA 100%);*/
  background: #FBE7E3 url(/web/20160314053051im_/https://ginger.io/static/img/bg-success-stories.png) -30% -30% repeat;
  -webkit-animation: bgscroll 10s infinite linear;
}
body.success-stories .navbar-nav>.active>a,
body.success-stories .navbar-nav>.active>a:hover {
  color: #FFF !important;
  border-color: #FFF !important;
}
body.success-stories .navbar-nav>li>a:hover,
body.success-stories h1 { 
  color: #E0684B !important;
}
body.success-stories h2,
body.success-stories h3 {
  color: #47AEA1;
}
body.success-stories .page-content {
  border-top: solid 1px #DE9A8A;
}
body.success-stories .story {
  padding-top: 30px;
}
  body.success-stories .story:first-child {
    padding-top: 0 !important;
  }
body.success-stories .photo-info {
  margin-top: -30px;
  text-align: right;
}
body.success-stories .right .photo-info {
  text-align: left;
}
body.success-stories .right .remarks {
  text-align: right;
}
body.success-stories .photo-info img {
  width: 90%;
}
body.success-stories .photo-info p {
  color: #E0684B;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: right;
  background: #FFF;
  padding: 15px 46px 0 0;
  margin-top: -30px;
  position: relative;
}
body.success-stories .right .photo-info p {
  text-align: left;
  padding: 15px 0 0 46px;
}
  body.success-stories .photo-info strong {
    display: block;
  }
body.success-stories .highlights {
  margin-top: 0;
  margin-bottom: 0;
}


/*------------------------------------*\
    $CARE-TEAM
\*------------------------------------*/
body.care-team {
  background-color: #E9E5ED;
}
body.care-team a {
  color: #EEAB2F;
}
body.care-team header {
  background: #E9E5ED url(/web/20160314053051im_/https://ginger.io/static/img/bg-care-team.png) -30% -30% repeat;
  -webkit-animation: bgscroll 10s infinite linear;
}
body.care-team header {
  /*background-image: radial-gradient(circle at top, #F1ECFF 0%, #BCB8C6 100%);*/
}
body.care-team .navbar-nav>.active>a,
body.care-team .navbar-nav>.active>a:hover {
  color: #53AF7A !important;
  border-color: #53AF7A !important;
}
body.care-team .navbar-nav>li>a:hover,
body.care-team h1 { 
  color: #77717C !important;
}
body.care-team h2,
body.care-team h3 {
  color: #E0684B;
}
body.care-team .page-content {
  border-top: solid 1px #A59DAD;
}
body.care-team .secondary-cta {
  margin-top: 30px;
}
body.care-team .secondary-cta p {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 0;
}
body.care-team .screening {
  position: relative;
}
body.care-team .screening:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 3px solid rgba(74,174,161,0.3);
  top: 0;
  left: 50%;
}
body.care-team .screening p {
  background: #F3F3F3;
  border: 2px solid #A59DAD;
  border-radius: 9px;
  padding: 15px;
  line-height: 24px;
  position: relative;
}
body.care-team .screening p:last-child {
  margin-bottom: 0;
}


/*------------------------------------*\
    $ABOUT
\*------------------------------------*/
body.about {
  background-color: #DEF3EB;
}
body.about a {
  color: #E0684B;
}
body.about .navbar-nav>.active>a,
body.about .navbar-nav>.active>a:hover {
  color: #EEAB2F !important;
  border-color: #F7D389 !important;
}
body.about header {
  background: #DEF3EB url(/web/20160314053051im_/https://ginger.io/static/img/bg-about.png) -30% -30% repeat;
  -webkit-animation: bgscroll 10s infinite linear;
}
body.about header {
  /*background-image: radial-gradient(circle at top, #F1ECFF 0%, #BCB8C6 100%);*/
}
body.about .navbar-nav>li>a:hover,
body.about h1 { 
  color: #53AF7A !important;
}
body.about h2,
body.about h3 {
  color: #EEAB2F;
}
body.about .page-content {
  border-top: solid 1px #98CFAF;
  padding-bottom: 150px;
}
body.about h2 {
  margin-bottom: 60px;
}
body.about .mission h2 {
  margin-top: 30px;
}
body.about .people {
  margin-top: 30px;
  margin-bottom: 60px;
}
body.about .photo-info .background {
  margin-top: -30px;
}
body.about .join p {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 60px;
}
body.about .vcs .col-centered {
  padding-bottom: 30px;
}


/*------------------------------------*\
    $CAREERS
\*------------------------------------*/
body.careers header {
  background: #FAE5DF url(/web/20160314053051im_/https://ginger.io/static/img/header-careers.png) top left no-repeat;
  background-size: cover;
}
body.careers .navbar-nav>li>a:hover,
body.careers h1 { 
  color: #E0684B !important;
}
body.careers h1 {
  color: #C86249;
}
body.careers h2 {
  color: #47AEA1;
}
body.careers .page-content {
  border-color: #DE9A8A;
}
body.careers .quotes {
  margin-top: 45px;
  margin-bottom: 15px;
}
body.careers .quotes .quote {
  background: #F3F3F3;
  min-height: auto;
}
  body.careers .quotes .quote:after {
    background-image: url(/web/20160314053051im_/https://ginger.io/static/img/quote-triangle-grey.svg);
  }
  body.careers .quotes .author p {
    color: #E0684B;
  }
body.careers a {
  color: #EEAB2F;
}
body.careers .jobs-list {
  list-style-type: none;
}
body.careers h2 {
  margin-bottom: 45px;
}
body.careers h3 {
  color: #77717C;
  margin: 0 0 15px 0;
}
body.careers.post h4 {
  font-family: "Alright Sans";
  font-size: 24px;
  color: #77717C;
  line-height: 36px;
  margin-bottom: 15px;
}


/*------------------------------------*\
    $BLOG
\*------------------------------------*/
body.blog h2 {
  text-align: left;
  margin: 0 0 15px 0;
}
body.blog p.date, p.author {
  font-size: 12px;
  line-height: 18px;
}
body.blog p.date {
  margin-bottom: 0;
}
body.blog .blog-post {
  margin-bottom: 60px;
}
body.blog .blog-post img {
  width: auto;
  max-width: 100%;
}


/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
footer {
  background: #77717C;
  padding: 60px 0 60px 0;
}
footer a:after {
  display: none;
}
footer li a {
  font-size: 14px;
  color: #FFF !important;
  line-height: 24px;
}
  footer li a:hover {
    text-decoration: none;
    color: #EEAB2F !important;
  }

footer ul {
  list-style-type: none;
  margin-top: 11px;
  line-height: 15px;
}
  footer ul li {
    margin: 0;
  }

.footer-brand {
  margin: 0;
  background-image: url(/web/20160314053051im_/https://ginger.io/static/img/logo-ginger.io-white.svg);
  float: left;
}

footer .copyright {
  font-size: 12px;
  color: #C6C6C6;
  line-height: 22px;
}
  footer .copyright:first-child:first-letter {
    margin-left: -15px;
  }
  footer .copyright a {
    color: #C6C6C6 !important;
  }
  footer .copyright a:hover {
    text-decoration: none;
    color: #FFF !important;
  }

footer .row {
  padding-bottom: 30px;
}

footer a.footer-icon {
  float: left;
  padding-right: 12px;
  opacity: 0.3;
  margin-bottom: 12px;
}
  footer a.footer-icon:hover {
    opacity: 1.0;
  }
  footer .footer-icon img {
    max-width: 20px;
  }


/*------------------------------------*\
    $MEDIA-QUERIES
\*------------------------------------*/
/* Desktop */
@media only screen and (min-width : 768px) {
  .row-centered {
      text-align:center;
      display: table-row;
  }
  .col-centered {
      display: table-cell;
      float:none;
      text-align:left;
      margin-right:-4px;
  }
  body.home .col-centered {
    padding-top: 30px;
  }
  body.success-stories .row-centered {
    display: block;
  }
  body.success-stories .col-centered {
    display: inline-block;
  }
}

/* Mobile */ 
@media only screen and (min-width : 320px) and (max-width: 768px) {
  .navbar {
    margin-bottom: 30px;
  }
  .navbar-brand {
    margin-top: 15px;
    width: 120px;
  }
  .navbar-toggle {
    margin-top: 12px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .navbar-default .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(179,180,180,1);
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  .navbar ul,
  .navbar li {
    margin: 0;
    text-align: center;
  }
  .navbar li a {
    line-height: 45px;
    border-bottom: solid 3px rgba(179,180,180,0.3);
  }
  header {
    padding-bottom: 30px;
  }
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
  h2 {
    margin: 30px 0 30px 0;
    font-size: 36px;
    line-height: 42px;
  }
  h3 {
    margin-bottom: 15px;
  }
  p.introduction {
    margin-bottom: 30px;
  }
  body.home header {
    background-position: 30%;
  }
  body.home h1 {
    margin-bottom: 30px;
    text-align: center; 
  }
  body.home .intro h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  body.home .intro .image {
    margin-bottom: 30px;
  }
    body.home .intro .image:last-child {
      margin-bottom: 90px;
    }
  body.home .intro p {
    margin-bottom: 15px;
  }
  body.home .quotes {
    margin-bottom: 30px;
    margin-top: 0; 
  }
  body.home .highlights {
    margin-top: 0;
  }
  body.home .highlights p {
    margin-bottom: 60px;
  }
  .col-centered {
    text-align: center;
    display: table;
  }
    body.home .col-centered {
      display: block;
    }
  .col-centered h3 {
    margin-bottom: 0;
  }
  .col-centered img {
    width: 60%;
  }
  body.home .col-centered img {
    width: 100%;
    margin-top: 30px;
  }
  .col-centered p {
    text-align: left; 
  }
  body.how-it-works .personalized-plan {
    top: 0;
  }
  body.how-it-works .features {
    margin-top: 30px;
  }
  body.how-it-works .features h2 {
    clear: both;
    float: none;
    width: 100%;
    text-align: center !important;
    margin-bottom: 30px;
    margin-top: 0;
  }
  body.how-it-works .features img {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  body.how-it-works .features p {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
  }
  body.success-stories .story {
    border-bottom: solid 1px rgba(179,180,180,0.3);
  }
  body.success-stories .photo-info {
    text-align: left;
    margin: 0;
  }
  body.success-stories .photo-info img {
    width: 50%;
    margin-bottom: 30px;
  }
  body.success-stories .photo-info p,
  body.success-stories .right .photo-info p {
    background: none;
    margin-top: -150px;
    margin-bottom: 60px;
    text-shadow: white 1px 0px;
    text-align: right;
    width: 50%;
    right: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    text-align: left;
    font-size: 14px;
  }
  body.success-stories .right .photo-info {
    text-align: right;
  }
  body.success-stories .right .photo-info p {
    left: 0;
    text-align: right;
  }
  body.success-stories .highlights p {
    margin-bottom: 30px;
  }
  body.care-team h2,
  body.about h2 {
    margin-top: 15px;
  }
  body.care-team .unexpanded,
  body.about .unexpanded {
    overflow: visible;
    max-height: none;
    margin: 0;
  }
  body.care-team .description.unexpanded:before,
  body.about .description.unexpanded:before,
  body.care-team .expand-btn,
  body.about .expand-btn {
    display: none;
  }
  body.care-team .photo-info .background,
  body.about .photo-info .background {
    margin-bottom: 30px;
  }
  body.care-team .photo-info img,
  body.about .photo-info img {
    width: 60%;
  }
  body.care-team .screening {
    margin-bottom: 30px;
  }
  body.about h2 {
    margin-bottom: 30px;
  }
  body.about .people {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.about .join p {
    margin-bottom: 30px;
  }
  body.about .buttonholder {
    margin-bottom: 60px;
  }
  body.about .vcs img {
    width: 100%;
  }
  body.careers h2 {
    margin-bottom: 30px;
  }
  body.careers .jobs-list,
  body.careers .jobs-list li {
    margin-bottom: 0;
  }
  body.careers .quotes {
    margin-top: 30px;
  }
  body.careers .quotes .author img {
    bottom: -15px;
  }
  body.careers .page-content ul {
    line-height: 24px;
  }
  body.care-team .page-content ul li,
  body.careers .page-content ul li {
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .buttonholder a.btn:before, .buttonholder a.btn:after, .highlights div:after {
    display: none;
  }
  .sign-up button {
    width: 90px;
  }
  .quotes .author img {
    bottom: 0;
  }
  .quotes .author p {
    padding-right: 90px;
  }
  .page-content {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .footer-brand {
    width: 120px;
    margin-bottom: 15px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  footer ul {
    clear: both;
    margin: 15px 0 0 0;
  }
  footer .copyright {
    clear: both;
  }
  footer .copyright:first-child:first-letter {
    margin: 0;
  }
}

/*
     FILE ARCHIVED ON 05:30:51 Mar 14, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:00:56 Nov 09, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  RedisCDXSource: 17.814
  CDXLines.iter: 15.15 (3)
  LoadShardBlock: 294.806 (3)
  exclusion.robots.policy: 0.13
  esindex: 0.011
  captures_list: 335.662
  PetaboxLoader3.datanode: 369.015 (4)
  PetaboxLoader3.resolve: 61.607
  load_resource: 151.936
  exclusion.robots: 0.141
*/