@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
/**
 * font styles
 */
 @font-face {
  font-family: 'coconprobold';
  src: url('/fonts/coconpro-bold-webfont.eot');
  src: url('/fonts/coconpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/coconpro-bold-webfont.woff2') format('woff2'),
       url('/fonts/coconpro-bold-webfont.woff') format('woff'),
       url('/fonts/coconpro-bold-webfont.ttf') format('truetype'),
       url('/fonts/coconpro-bold-webfont.svg#coconprobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #d4d5d6;
  font-size: 14px;
  line-height: 18px;
}
h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 30px;
  line-height: 34px;
}
h1 small {
  font-size: 18px;
  display: block;
}
.container-full {
  width: 100%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  background-color: #fff;
}
.row-full {
  margin: 0;
}
.row-full:after {
  clear: both;
}
.logo {
  display: block;
  font-size: 0;
  text-indent: -1000px;
  overflow: hidden;
  background: url(/buddy_group/img/logo.png) no-repeat 0 0;
  background-size: contain;
}
#main {
  margin-top: 50px;
}
.gradient-fade {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.slick-prev {
  left: -35px;
}
.slick-next {
  right: -35px;
}
.slick-prev:before,
.slick-next:before {
  /*
  color: #ff659d;
  */
  color: #e5e5e5;
  opacity: 0.5;
}
@media (max-width: 960px) {
  .steps {
    margin-top: 0;
  }
  .steps .slick-list {
    padding-top: 0;
  }
  .step .icon {
    margin-top: 0;
  }
  .step .bordered {
    margin-top: -195px !important;
  }
  .step .content {
    padding: 175px 50px 5px !important;
  }
}

.page-header {
  background: #202932;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 5px;
  margin: 0;
  border: none;
}
.page-header h1 {
  margin: 0;
}
.page-header h1 small {
  padding-top: 15px;
}
.hero-image {
  width: 100%;
}
.hero-image span {
  width: 100%;
  display: block;
}
.hero-image span img {
  width: 100%;
  height: auto;
}
.signup-tellme .table {
  margin: 0;
  padding: 0;
}
.signup-tellme .table tr,
.signup-tellme .table td {
  vertical-align: middle;
  padding: 0;
}
.signup-tellme .signup {
  background: #2e3b48;
  text-align: right;
}
.signup-tellme .signup a {
  margin-right: -5px;
}
.signup-tellme .divider {
  width: 54px;
  height: 110px;
  background: url(/buddy_group/img/signup-tellme.jpg) no-repeat top center;
}
.signup-tellme .tellme {
  background: #242f39;
}
.signup-tellme .tellme a {
  margin-left: -24px;
}
.center-block {
  float: none;
}
.coverlay {
  color: #ffffff;
  position: relative;
}
.coverlay .cover {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
}
.coverlay .image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
}
.coverlay .image img {
  width: 100%;
  height: auto;
}
.slick-dots li {
  cursor: pointer;
}
@media (min-width: 960px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  h1 small {
    font-size: 24px;
    text-transform: none;
  }
  .signup-tellme .divider {
    height: 172px;
  }
  .signup-tellme .signup a {
    margin-right: 40px;
  }
  .signup-tellme .tellme a {
    margin-left: 35px;
  }
  .page-header {
    padding: 60px 10px;
  }
}
.header .navbar {
  margin-bottom: 0;
}
.header .navbar-default {
  border: none;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
.navbar-toggle .icon-bar {
  position: relative;
  transition: transform 100ms ease-in-out, top 100ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
.header .navbar-default .brand img {
  height: 50px;
  opacity: 0.8;
}
.header .navbar-default .brand img:hover {
  opacity: 1;
}
.header .navbar-default .navbar-brand {
  font-family: "coconprobold", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 24px;
  color: #555555;
}
.header .navbar-default .navbar-brand:hover,
.header .navbar-default .navbar-brand:focus {
  color: #333333;
}
.header .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
}
.header .logo {
  width: 180px;
  height: 25px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header .navbar-collapse {
    max-height: 100%;
    /*
    padding-top: 25px;
    */
  }
  .header .navbar-collapse li a {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 600px;
  }
  /*
  .header .navbar-toggle .icon-bar {
    height: 4px;
    width: 45px;
  }
  */
}
.footer {
  background: #45494e;
  color: #ebedef;
  padding: 40px 0;
  font-size: 14px;
  line-height: 18px;
}
.footer .logo-container {
  text-align: center;
  position: relative;
}
.footer .pig {
  background: url(/buddy_group/img/pig.png) no-repeat 0 0;
  background-size: contain;
  width: 80px;
  height: 71px;
  display: block;
  padding-bottom: 12px;
  top: -85px;
  left: 50%;
  margin-left: -35.5px;
  position: absolute;
  z-index: 1000;
}
.footer .logo {
  width: 145px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.footer a {
  color: #ebedef;
  display: block;
  padding-bottom: 20px;
}
.footer a.tel {
  display: inline-block;
  padding-bottom: 0;
}
.footer h4 {
  margin-top: 0;
  margin-bottom: 23px;
}
.footer .copyright {
  padding-bottom: 40px;
}
.footer .twitter {
  background: url(/buddy_group/img/sprite.png) no-repeat;
  background-position: -63px -145px;
  width: 41px;
  height: 41px;
  display: inline-block;
}
.footer .facebook {
  background: url(/buddy_group/img/sprite.png) no-repeat;
  background-position: -11px -145px;
  width: 41px;
  height: 41px;
  display: inline-block;
  margin-right: 9px;
}
@media (min-width: 1024px) {
  .footer {
    font-size: 14px;
    line-height: 18px;
    padding: 60px 0 100px 0;
  }
  .footer .push-top {
    margin-top: 40px;
  }
  .footer .logo-container {
    width: 239px;
  }
  .footer a {
    padding-bottom: 34px;
  }
  .footer .logo {
    width: 179px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .footer .pig {
    width: 123px;
    height: 110px;
    top: -125px;
    left: 50%;
    margin-left: -61.5px;
  }
  .footer .copyright {
    padding-bottom: 20px;
  }
}
.steps {
  margin-bottom: 0;
}
.steps .slick-dots {
  bottom: 25px;
}
.steps .slick-track {
  background: url(/buddy_group/img/faq-bg.jpg) repeat 0 0;
  padding-bottom: 60px;
}
.slick-dots li {
  width: 7px;
  height: 7px;
}
.slick-dots li button {
  width: 7px;
  height: 7px;
  background-color: #A0A2A5;
  border: 1px solid #A0A2A5;
  border-radius: 50%;
  background-clip: padding-box;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li.slick-active button {
  background-color: #0575A5;
  border-color: #0575A5;
}
.step {
  text-align: center;
  position: relative;
  padding: 23px 0 0;
  max-width: 100%;
  min-width: 230px;
}
.step .icon {
  width: 168px;
  height: 170px;
  margin: 0 auto;
  z-index: 100;
}
.step .icon img {
  width: 100%;
  height: auto;
}
.step .step-headline {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.step .content {
  padding: 56px 50px 5px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: -1;
}
.step .copy {
  padding: 0px 30px 8px;
  font-size: 18px;
  line-height: 24px;
}
.step .bordered {
  border-top: 10px solid;
  margin-top: -215px;
  padding-top: 22px;
}
.step .bordered.one {
  border-top-color: #9aa3ae;
}
.step .bordered.two {
  border-top-color: #0575A5;
}
.step .bordered.three {
  border-top-color: #34485e;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .step .copy {
    padding: 0px 80px 8px;
  }
  .step.review .copy {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 961px) {
  .steps .slick-track {
    padding-bottom: 84px;
  }
  .step .icon {
    width: 189px;
    height: 191px;
    margin-top: 0;
  }
  .step .content {
    border-right: 1px solid #efefef;
    border-left: 1px solid #cecece;
  }
  .step .copy {
    padding: 0px 80px 8px;
  }
  .step .copy.step-headline {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }
  .step:first-child .content {
    border-left: none;
  }
  .step:last-child .content {
    border-right: none;
  }
}
.btn {
  text-transform: uppercase;
  text-shadow: none;
}
.btn-link-grey {
  color: #9aa4af;
}
.btn-link-grey:hover,
.btn-link-grey:focus {
  color: #888888;
  text-decoration: underline;
  background-color: transparent;
}
.btn-pink {
  background-color: transparent;
  border: 1px solid #ff659d;
  color: #ff659d;
}
.btn-pink:hover,
.btn-pink:focus {
  background-color: #ff3a83;
  border: 1px solid #ff3a83;
  color: #000000;
}
.btn-grey {
  background-color: transparent;
  border: 2px solid #9AA4AF;
  color: #9AA4AF;
}
.btn-grey:hover,
.btn-grey:focus {
  color: #000000;
  background-color: #9AA4AF;
  border: 2px solid #9AA4AF;
}
.btn-blue {
  background-color: transparent;
  border: 2px solid #94C3EA;
  color: #94C3EA;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #000000;
  background-color: #94C3EA;
  border: 2px solid #94C3EA;
}
.btn-orange {
  background-color: transparent;
  border: 2px solid #FF8E31;
  color: #FF8E31;
}
.btn-orange:hover,
.btn-orange:focus {
  background-color: #FF8E31;
  border: 2px solid #FF8E31;
}

.headline {
  color: #ffffff;
  background: #202932;
  font-size: 3em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 90px 0;
  position: relative;
}
.headline .arrow-down {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 1000;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #202932;
}
.works-signup {
  position: relative;
}
.works-list-group {
  overflow: hidden;
}
.works-list,
.decision-square {
  position: relative;
  padding: 0;
}
.works-list.ca,
.works-list.co {
  padding-bottom: 200px;
  margin-bottom: -150px;
  color: #202932;
}
.works-list.ca {
  background-color: #cee1f1;
}
.works-list.co {
  background-color: #b2c3d3;
}
.works-list h4 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
.works-list .copy {
  padding: 25px 20px 0px;
}
.works-list .copy p {
  font-size: 16px;
}
.decision h4,
.decision-square h4 {
  font-weight: normal;
  color: #ff659d;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  background: url(/buddy_group/img/faded-border.png) no-repeat bottom center;
  background-size: contain;
}
.decision-square .image {
  position: relative;
  margin-bottom: -3px;
  overflow: hidden;
}
.decision-square .image img {
  width: 100%;
  height: auto;
}
.decision-square .image .cover {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.decision-square .image .cover img {
  width: auto;
  height: 100%;
}
.decision-square .image span {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.decision-square .copy {
  color: #ffffff;
  padding: 0px 15px;
  position: absolute;
  font-size: 18px;
  line-height: 24px;
  left: 0;
  top: 50%;
  margin-top: -130px;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.decision .copy .btns,
.decision-square .copy .btns {
  font-size: 14px;
}
.works-list h2,
.decision h2,
.decision-square h2 {
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
}
.decision-square .ergo {
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  font-size: 1.25em;
}
.decision-square .ergo-top {
  right: 50px;
  top: 15%;
  color: #00a3be;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.decision-square .ergo-btm {
  bottom: 15%;
  left: 50px;
  color: #ff659d;
}
.decision-square .ergo-btm.last {
  bottom: 20%;
}
.works .ergo-btm {
  bottom: 15%;
}
.works .ergo-btm.last {
  bottom: 20%;
}
.works .copy {
  margin-top: -150px;
}
.review {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.review .icon {
  width: 168px;
  height: 168px;
}
.review .content {
  border: none;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.review .copy {
  padding-left: 0;
  padding-right: 0;
}
.review .author {
  padding-top: 5px;
}
.review h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 25px 0 10px;
}
.review a {
  color: #afe3e4;
}
.review-row {
  position: relative;
}
.review-row .tellmemore {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  z-index: 1000;
  bottom: 80px;
}
.decision-row .slick-dots li button {
  border-color: #fff;
}
.works-row .decision-square.companies {
  margin-bottom: -100px;
}
.logos-row {
  padding: 20px 0;
}
.logos-row .thumbnail {
  border: none;
}
.logos-row h2 {
  text-align: center;
}
.logos-row h2,
.candidates.decision h2 {
  font-size: 2em;
  font-weight: 300;
  padding: 25px 0;
  position: relative;
  text-transform: none;
}
.img-cont {
  padding: 20px 15px;
}
.img-cont img {
  max-height: 300px;
}
@media (max-width: 960px) {
  .logos-row h2 {
    font-size: 1.5em;
  }
}
.how-container .testimonials {
  margin-top: inherit;
}
.testimonials {
  margin-bottom: 0;
}
.testimonials .slick-track {
  background: none;
  padding-bottom: 0;
}
.testimonials .review {
  color: #ffffff;
}
.testimonials .review .content {
  min-height: 520px;
}
.testimonials .review .bordered {
  border-top: 4px solid #1AAFD1;
  padding-top: 0px;
  margin-top: -191px;
}
.testimonials .review .author {
  font-style: italic;
}
.testimonials .review.even .content {
  background-color: #1b222a;
}
.testimonials .review.odd .content {
  background-color: #161c23;
  background: -webkit-linear-gradient(90deg, #1b222a 0, #161c23 100%);
  background: linear-gradient(0deg, #1b222a 0, #161c23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#161c23, endColorstr=#1b222a);
  zoom: 1;
}
.review-row .companies {
  background-color: #fff;
  padding-bottom: 100px;
}
.review-row .companies .review {
  color: #9aa4af;
}
.review-row .companies .review h4 {
  color: #000;
}
.review-row .companies .review .icon {
  margin: 20px auto 0 auto;
  width: 141px;
  height: 141px;
}
.review-row .companies .review .content {
  padding-bottom: 20px;
}
.review-row .companies .review a {
  font-style: italic;
}
.review-row .companies .review.even {
  background-color: #ebedef;
  background: -webkit-linear-gradient(90deg, #ffffff 0, #ebedef 100%);
  background: linear-gradient(0deg, #ffffff 0, #ebedef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebedef, endColorstr=#ffffff);
  zoom: 1;
}
.review-row .companies .review.odd {
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .testimonials {
    z-index: 1000;
  }
  .testimonials .slick-dots {
    bottom: 120px;
  }
  .review .content {
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .decision-square .copy {
    padding: 64px 80px;
  }
}
@media (min-width: 768px) {
  .decision .copy,
  .decision-square .copy {
    padding: 0px 90px;
  }
}
@media (min-width: 960px) {
  h2 {
    font-size: 48px;
  }
  .decision h4,
  .decision-square h4 {
    margin-top: 46px;
    margin-bottom: 20px;
    padding-bottom: 0;
    background: none;
  }
  .works-list h2,
  .decision h2,
  .decision-square h2 {
    font-size: 48px;
    margin-bottom: 28px;
  }
  .works-list .copy,
  .decision .copy,
  .decision-square .copy {
    font-size: 18px;
    line-height: 23px;
    position: relative;
    padding: 44px 40px 0px;
    margin-top: 0;
    text-align: left;
  }
  .candidates.decision .copy {
    padding: 44px 40px 44px 40px;
  }
  .decision .copy {
    min-height: 400px;
  }
  .works-list .copy,
  .decision-square .copy {
    min-height: 480px;
  }
  .decision .copy p,
  .decision-square .copy p {
    padding-bottom: 40px;
  }
  .decision .copy .btn,
  .decision-square .copy .btn {
    margin-bottom: 20px;
  }
  .decision .copy .btn-primary,
  .decision-square .copy .btn-primary {
    margin-right: 30px;
  }
  .decision-square .slick-slide {
    color: #34485e;
  }
  .candidates {
    background: url(/buddy_group/img/faq-bg.jpg) repeat 0 0;
    color: #202932;
  }
  .candidates h2 {
    color: #34485e;
  }
  .candidates .copy {
    color: #34485e;
  }
  .companies {
    color: #ffffff;
    background-color: #b2c3d3;
  }
  .works-data .slick-dots {
    text-align: left;
  }
  .works-row {
    margin-bottom: 34px;
  }
  .works-row .decision-square {
    padding-bottom: 100px;
    margin-bottom: -150px;
  }
  .review .content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .review .content,
  .review .copy {
    line-height: 24px;
    font-size: 18px;
  }
  .review .author {
    padding-top: 10px;
  }
  .review h4 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
  }
  .review a {
    color: #afe3e4;
  }
  .testimonials .slick-track {
    background: #1b222a;
    padding-bottom: 50px;
  }
  .decision-row .slick-dots li button {
    border-color: #39454f;
  }
}
@media (min-width: 1025px) {
  .decision-square .copy {
    padding: 64px 80px 0px;
  }
  .decision .copy {
    min-height: 400px;
  }
  .decision-square .copy {
    min-height: 480px;
  }
}
.candidates-container .coverlay {
  padding-bottom: 128px;
  height: 100%;
  overflow: hidden;
}
.candidates-container .coverlay h1,
.candidates-container .coverlay h2 {
  color: #ffffff;
  padding: 100px 0 65px 0;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}
.candidates-container .coverlay h1 small,
.candidates-container .coverlay h2 small {
  color: #ffffff;
  font-weight: 300;
}
.candidates-container .coverlay h1 small {
  padding: 25px 0 0 0;
}
.odometer {
  font-weight: 700;
}
.candidates-container .coverlay .works-data {
  margin-bottom: 50px;
}
.candidates-container .coverlay .works-data h4 {
  font-weight: 300;
  color: #2097b9;
  margin-top: 0;
  padding-bottom: 5px;
  background: url(/buddy_group/img/faded-border.png) no-repeat bottom center;
  background-size: contain;
}
.candidates-container .coverlay .works-data .slick-dots {
  text-align: center;
  bottom: -25px;
}
.candidates-container .faqs,
.how-container .faqs {
  padding: 0px 20px;
  background: url(/buddy_group/img/faq-bg.jpg) repeat 0 0;
  padding-bottom: 60px;
}
.candidates-container .faqs h2,
.how-container .faqs h2 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.candidates-container .faq,
.how-container .faq {
  display: block;
  padding-bottom: 30px;
}
.candidates-container .faq a,
.how-container .faq a {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.candidates-container .faq a.question,
.how-container .faq a.question {
  color: #777;
  font-weight: 600;
}
.candidates-container .faq a i,
.how-container .faq a i {
  margin-left: 10px;
  color: #333;
}
.candidates-container .faq .answer,
.how-container .faq .answer {
  padding-top: 10px;
  font-size: 14px;
  color: #777;
}
.candidates-container .faq .answer a,
.how-container .faq .answer a {
  font-size: 14px;
  text-decoration: underline;
}
.candidates-container .feedback {
  background: #1f6a81;
  padding: 58px 0 120px 0;
  color: #ffffff;
}
.candidates-container .feedback a {
  color: #ffffff;
}
.candidates-container .feedback .btn {
  margin-bottom: 24px;
}
.candidates-container .feedback h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .candidates-container .tellmemore {
    margin-left: -85px;
    bottom: 60px;
  }
  .candidates-container .company-reviews {
    background: #ebebeb;
  }
  .candidates-container .company-reviews .slick-dots {
    bottom: 105px;
  }
  .candidates-container .review-row .companies {
    background: none;
  }
  .candidates-container .review-row .companies .review.even,
  .candidates-container .review-row .companies .review {
    background: none;
  }
  .candidates-container .review-row .companies .review.even .icon,
  .candidates-container .review-row .companies .review .icon {
    margin-bottom: 0;
  }
  .candidates-container .review-row .companies .review.even .content,
  .candidates-container .review-row .companies .review .content {
    padding-left: 30px;
    padding-right: 30px;
    background: #ebebeb;
    padding-bottom: 71px;
    color: #34485e;
  }
  .candidates-container .review-row .companies .review.even .content a,
  .candidates-container .review-row .companies .review .content a {
    color: #2097b9;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .review-row .companies .review.even .icon,
  .review-row .companies .review .icon {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .review-row .companies .slick-dots {
    bottom: 85px;
  }
}
@media (min-width: 768px) {
  .candidates-container .coverlay {
    padding-bottom: 180px;
  }
  .candidates-container .coverlay .image {
    height: auto;
    min-height: 100%;
    width: auto;
    min-width: 100%;
  }
  .candidates-container .coverlay .image img {
    height: auto;
    min-height: 100%;
    width: auto;
    min-width: 100%;
  }
  .candidates-container .coverlay p {
    font-size: 20px;
    line-height: 30px;
  }
  .candidates-container .review .content {
    padding-top: 0px;
  }
  .candidates-container .step.review .content {
    padding-top: 195px;
  }
  .faq {
    padding-bottom: 50px;
  }
  .faq a {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (min-width: 961px) {
  .how-container .how .step .icon,
  .about-container .step .icon {
    margin-top: -150px;
  }
}
@media (max-width: 960px) {
  .how-container .page-header h1 small,
  .about-container .page-header h1 small,
  .about-container .headline h1 small {
    padding-bottom: 20px !important;
  }
}
.about-container h1 small {
  color: #ff659d;
  display: block;
}
.how-container .page-header h1 small,
.about-container .page-header h1 small,
.about-container .headline h1 small {
  padding-top: 0px;
  padding-bottom: 130px;
}
.how-container .how.steps,
.about-container .steps {
  margin-top: -130px;
}
.how-container .how.steps .slick-list,
.about-container .steps .slick-list {
  padding-top: 130px;
}
.how-container .how .step,
.about-container .step {
  text-align: left;
}
.how-container .how .step .bordered,
.about-container .step .bordered {
  margin-top: -64px;
}
.how-container .how .step .content,
.about-container .step .content {
  border-right: none;
  border-left: none;
  padding-bottom: 10px;
  padding-top: 45px;
  text-align: center;
}
.how-container .how .step .copy,
.about-container .step .copy {
  padding: 0px 50px 8px;
  text-align: center;
}
.how-container .how .slick-track,
.about-container .slick-track {
  padding-bottom: 60px;
}
.about-container .headline {
  color: #ffffff;
  font-size: 14px;
  padding: 75px 0 75px;
}
.about-container .headline h1 small {
  padding: 0 35px;
}
.about-container .coverlay {
  overflow: hidden;
}
.about-container .coverlay .center-block {
  padding: 130px 0 105px;
}
.about-container .coverlay h1 small {
  padding-bottom: 40px;
}
.about-container .coverlay .image {
  height: 100%;
}
.about-container .coverlay .reason {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 15px;
}
.about-container .coverlay .slick-track {
  padding-bottom: 10px;
}
.about-container .coverlay .slick-slider {
  margin-bottom: 60px;
}
.about-container .about-copy {
  background: #202932;
  color: #ffffff;
}
.about-container .about-copy .content {
  padding: 0px 35px 100px;
  font-size: 18px;
  line-height: 24px;
}
.about-container .about-copy .large {
  color: #2097b9;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.about-container .about-copy .slick-slide {
  padding: 0 5px;
  text-align: center;
}
.about-container .about-copy .slick-track {
  padding-bottom: 0;
}
.about-container .about-copy .slick-slider {
  margin-bottom: 0;
}
.about-container .employees {
  background: #202932;
  color: #ffffff;
  border-top: 4px solid #ff659d;
  padding: 100px 0;
}
.about-container .employees h1 {
  text-align: center;
}
.about-container .employees h1 small {
  padding-bottom: 50px;
}
.about-container .employees .employee {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 70px;
}
.about-container .employees .employee .name {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}
.about-container .employees .employee .icon {
  margin: 0 auto 25px auto;
  width: 231px;
  height: 231px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  padding: 8px;
}
.about-container .employees .employee .icon .image {
  border-radius: 50%;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-container .press {
  padding: 70px 50px 140px;
  font-size: 18px;
  line-height: 24px;
}
.about-container .press a {
  color: #1f6a81;
}
.about-container .press .row {
  padding-bottom: 60px;
}
.about-container .press h1 {
  color: #000;
}
.about-container .press h1 small {
  padding-bottom: 48px;
}
.about-container .press h3 {
  color: #ff659d;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 30px;
}
.about-container .press .press-item {
  color: #4c7294;
  width: 20%;
  float: left;
  padding: 0 30px;
}
.about-container .press .press-item .icon {
  width: 110px;
  height: 110px;
  border: 1px solid #919191;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0 auto 45px;
}
.about-container .press .press-item .name {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 10px;
}
.about-container .press .table tr td {
  color: #45494e;
  border-top: none;
  padding-left: 0;
}
.contact-container .page-header {
  padding: 20px 5px 70px;
}
.contact-container .page-header .icon {
  margin: 30px auto -100px;
  width: 130px;
}
.contact-container .page-header .icon img {
  width: 100%;
  height: auto;
}
.contact-container .contact-form {
  background-color: #ebebeb;
  color: #888888;
  border-top: 10px solid #1f6a81;
  padding: 90px 25px;
}
.contact-container .contact-form label {
  display: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #888888;
  font-size: 21px;
  margin-bottom: 8px;
}
.contact-container .contact-form input,
.contact-container .contact-form textarea,
.contact-container .contact-form select {
  background: #dadee2;
  color: #34485e;
  font-size: 21px;
  line-height: 35px;
  height: 47px;
  width: 100%;
  border-radius: 5px;
  background-clip: padding-box;
  border-color: #c4c6c7;
}
.contact-container .contact-form textarea {
  height: 90px;
  line-height: 30px;
  margin-bottom: 50px;
}
.contact-container .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-container .thankyou h1 {
  text-transform: none;
  margin-bottom: 50px;
}
.contact-container .thankyou p {
  font-size: 30px;
  line-height: 36px;
}
.contact-container .headline {
  color: #ffffff;
  text-align: center;
  background: #dadee2;
  padding: 0 0 90px;
}
.contact-container .headline h2 {
  color: #34485e;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
  text-transform: none;
}
.contact-container .headline h3 {
  color: #34485e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 2px;
}
.contact-container .headline p {
  font-size: 18px;
  line-height: 24px;
}
.contact-container .headline .address {
  font-size: 20px;
  line-height: 30px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-container .headline .address a {
  color: #2097b9;
}
.contact-container .headline .address i {
  color: #777;
  margin-left: -20px;
  padding-right: 7px;
}
.contact-container .headline .tel {
  color: #34485e;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.privacy-container,
.terms-container {
  padding-bottom: 80px;
}
.terms-container h3,
.terms-container h4,
.terms-container h5,
.privacy-container h4,
.privacy-container h5 {
  font-weight: 400;
}
.privacy-container .page-header,
.terms-container .page-header {
  margin-bottom: 5px;
}
.terms-container .page-header h1 small {
  padding: 0;
}
@media (min-width: 960px) {
  .terms-container h3 {
    font-weight: 400;
  }
  .privacy-container h4,
  .terms-container h4{
    font-size: 20px;
    font-weight: 400;
  }
  .privacy-container h5,
  .terms-container h5 {
    font-size: 18px;
  }
  .privacy-container h6,
  .terms-container h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .terms-container .page-header h1 small {
    font-size: 36px;
  }
  .headline {
    padding-bottom: 75px;
  }
  .page-header h1 small,
  .headline h1 small {
    padding-bottom: 180px;
    text-transform: none;
  }
  .step .content {
    padding-top: 195px;
  }
  .how-container h1 small,
  .about-container h1 small {
    font-size: 36px;
  }
  .about-container .about-copy {
    background: #ebebeb;
    color: #000;
  }
  .about-container .about-copy .content {
    padding: 170px 70px;
  }
  .about-container .about-copy .content .large {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 80px;
  }
  .about-container .about-copy .slick-slide {
    width: 100% !important;
    text-align: left;
    padding-bottom: 30px;
  }
  .about-container .about-copy .slick-track {
    padding-bottom: 84px;
  }
  .about-container .step .content {
    padding-bottom: 40px;
    padding-top: 45px;
    text-align: left;
  }
  .about-container .step .copy {
    text-align: left;
  }
  .about-container .slick-track {
    padding-bottom: 84px;
  }
  .about-container .slick-slider {
    margin-bottom: 0px;
  }
  .about-container .coverlay h1 {
    font-size: 56px;
  }
  .about-container .coverlay h1 small {
    padding-top: 5px;
  }
  .about-container .coverlay .center-block {
    padding: 70px 0 90px;
  }
  .about-container .coverlay .reason {
    font-size: 42px;
    line-height: 48px;
  }
  .about-container .press h3 {
    font-size: 36px;
  }
  .contact-container .page-header {
    padding: 50px 5px;
  }
  .contact-container .page-header .icon {
    margin-top: 0;
    width: 265px;
  }
  .contact-container .page-header h1 small {
    padding-bottom: 30px;
  }
  .contact-container .contact-form {
    padding: 90px 0;
  }
  .contact-container .contact-form ::-webkit-input-placeholder {
    display: "none";
    color: transparent;
  }
  .contact-container .contact-form ::-moz-placeholder {
    display: "none";
    color: transparent;
  }
  .contact-container .contact-form :-ms-input-placeholder {
    display: "none";
    color: transparent;
  }
  .contact-container .contact-form .form-group {
    margin-bottom: 40px;
  }
  .contact-container .contact-form label {
    display: block;
  }
  .contact-container .contact-form .btn {
    width: 210px;
    height: 54px;
  }
  .contact-container .headline {
    color: #ffffff;
    text-align: left;
    background: #202932;
    padding: 90px 0;
  }
  .contact-container .headline h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 36px;
    text-transform: none;
  }
  .contact-container .headline h3 {
    color: #ffffff;
    margin-bottom: 36px;
    text-transform: none;
  }
  .contact-container .headline p {
    margin-bottom: 60px;
  }
  .contact-container .headline .address {
    font-size: 24px;
    line-height: 30px;
    color: #2097b9;
    margin-bottom: 30px;
  }
  .contact-container .headline .address i {
    color: #777;
    margin-left: -20px;
    padding-right: 7px;
  }
  .contact-container .headline .tel {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
  }
}
.pricing-container .headline.last {
  padding: 70px 0;
}
.pricing-container .page-header {
  padding-bottom: 60px;
}
.pricing-container .page-header h1 small {
  padding-top: 0px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.pricing-container .page-header p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
}
.pricing-container .page-header a {
  display: block;
}
.pricing-container .page-header a.btn {
  margin: 0 auto;
}
.pricing-container .page-header a.small {
  text-transform: none;
  color: #afe3e4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.pricing-container .bordered.one {
  border-color: #34485e;
}
.pricing-container .bordered.three {
  border-color: #0575a4;
}
.pricing-container .step .step-headline {
  font-weight: 400;
  background: url(/buddy_group/img/faded-border-blue.png) no-repeat bottom center;
  background-size: contain;
  max-width: 200px;
  margin: 10px auto;
}
.pricing-container .step .icon {
  display: none;
}
.pricing-container .step .content {
  border-left: none;
  border-right: none;
  z-index: 1;
}
@media (max-width: 960px) {
  .pricing-container .price-content {
    padding-bottom: 0 !important;
  }
  .pricing-container  .step .content {
    padding: 0 !important;
  }
}
.pricing-container .step .copy {
  padding: 0px 0px 60px;
  color: #34485e;
}
.pricing-container .step .copy em {
  font-size: 18px;
  line-height: 18px;
}
.pricing-container .step .copy small em {
  font-size: 14px;
}
.pricing-container .step .copy small a {
  color: #4c7294;
  text-decoration: underline;
}
.pricing-container .step .headline {
  padding: 5px 0;
  background: #34485e;
}
.pricing-container .step .highlight {
  font-weight: bold;
  font-size: 25px;
  line-height: 48px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.pricing-container .step .table td {
  color: #34485e;
  font-size: 18px;
}
.pricing-container .signup-tellme .signup {
  text-align: center;
}
.pricing-container .price-content {
  width: 100%;
  height: 100%;
  border-top: 10px solid #34485e;
  background: transparent url(/buddy_group/img/grey-pattern.jpg) repeat 0 0;
  padding-bottom: 60px;
}
.pricing-container .price-content .table {
  background: transparent url(/buddy_group/img/grey-pattern.jpg) repeat 0 0;
  font-family: "HelveticaNeue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing-container .price-content .table tr td {
  vertical-align: middle;
}
.pricing-container .price-content .price-box {
  border-right: 1px solid #afb6bf;
  border-left: 1px solid #fff;
}
.pricing-container .price-content .price-box-3 {
  border-right: none;
}
.pricing-container .price-content div {
  padding: 0;
}
.pricing-container .price-content .lower-content {
  padding: 30px 0;
  height: 100px;
  border-bottom: 1px solid #afb6bf;
}
.pricing-container .table-striped > tbody > tr:nth-child(odd) > td,
.pricing-container .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ebedef;
}
.pricing-container .table-striped > tbody > tr:nth-child(even) > td {
  background: rgba(0, 0, 0, 0.05);
}
.pricing-container .top-content {
  height: 215px;
  border-bottom: 1px solid #afb6bf;
  position: relative;
}
.pricing-container .price-toggle {
  cursor: pointer;
}
.pricing-container .table {
  border-top: 1px solid #fff;
  margin-bottom: 0;
}
.pricing-container .price-content .legend {
  color: #34485e;
  font-size: 14px;
  border-right: 1px solid #afb6bf;
}
.pricing-container .price-content .legend strong {
  font-size: 18px;
}
.pricing-container .price-content .legend p {
  font-style: italic;
}
.pricing-container .price-content .legend .top-content {
  height: 230px;
}
.pricing-container .price-content .legend .table td {
  padding: 20px 15px 20px;
  border-left: none;
}
.pricing-container .price-content .legend .lower-content {
  border-bottom: none;
}
.pricing-container .fa-circle {
  font-size: 14px;
}
.pricing-container .fa-circle.positive {
  color: #46a153;
}
.pricing-container .fa-minus.negative {
  color: #d44949;
}
@media (max-width: 960px) {
  .pricing-container .top-content {
    height: 300px;
  }
  .pricing-container .price-box-3 .headline {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .pricing-container .page-header h1 small {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .pricing-container .page-header p {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 50px;
  }
  .pricing-container .page-header a.small {
    font-size: 14px;
    line-height: 24px;
  }
  .pricing-container .signup-tellme .signup {
    text-align: right;
  }
  .pricing-container .step {
    min-width: 150px;
    padding-bottom: 60px;
  }
  .pricing-container .step .step-headline {
    background: none;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .pricing-container .step .copy em {
    font-size: 14px;
    line-height: 14px;
    color: #4c7294;
  }
  .pricing-container .step .icon {
    width: 122px;
    height: 122px;
    margin-top: -110px;
  }

}

// Margin helper classes
.mtn,.mvn,.man{margin-top:0 !important}
.mts,.mvs,.mas{margin-top:5px !important}
.mtm,.mvm,.mam{margin-top:10px !important}
.mtl,.mvl,.mal{margin-top:20px !important}
.mtxl,.mvxl,.maxl{margin-top:30px !important}
.mrn,.mhn,.man{margin-right:0 !important}
.mrs,.mhs,.mas{margin-right:5px !important}
.mrm,.mhm,.mam{margin-right:10px !important}
.mrl,.mhl,.mal{margin-right:20px !important}
.mrxl,.mhxl,.maxl{margin-right:30px !important}
.mbn,.mvn,.man{margin-bottom:0 !important}
.mbs,.mvs,.mas{margin-bottom:5px !important}
.mbm,.mvm,.mam{margin-bottom:10px !important}
.mbl,.mvl,.mal{margin-bottom:20px !important}
.mbxl,.mvxl,.maxl{margin-bottom:30px !important}
.mln,.mhn,.man{margin-left:0 !important}
.mls,.mhs,.mas{margin-left:5px !important}
.mlm,.mhm,.mam{margin-left:10px !important}
.mll,.mhl,.mal{margin-left:20px !important}
.mlxl,.mhxl,.maxl{margin-left:30px !important}
