/**
 * google-material-color v1.1.0
 * https://github.com/danlevan/google-material-color
 */
.vertical-align, .hero__content, .cta__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.box-shadow, .btn--fab {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.box-shadow--active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*---------------------------------*\
  Base
\*---------------------------------*/
html,
body {
  width: 100%;
  height: 100%; }

html {
  font-size: 1rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #212121; }

a {
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); }

h1,
h2,
h3 {
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  margin-top: 0;
  font-size: 2.223rem; }

h2 {
  font-size: 1.55rem; }

h3 {
  font-size: 1.275rem; }

p {
  margin-bottom: 1.3rem;
  max-width: 32.5rem; }

small {
  font-size: .741rem; }

header {
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

footer {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #424242; }

section:nth-of-type(n+2) {
  padding-top: 7rem;
  padding-bottom: 7rem; }

/*---------------------------------*\
  Grid System
\*---------------------------------*/
html {
  box-sizing: border-box; }

*,
:after,
:before {
  box-sizing: inherit; }

.column,
.columns,
.container {
  width: 100%; }

.container:after,
.row:after {
  display: table;
  clear: both;
  content: ""; }

.container {
  position: relative;
  padding: 0 1.25rem;
  margin: 0 auto;
  max-width: 73.125rem; }

.column,
.columns {
  float: left;
  min-height: 1px; }

@media (min-width: 400px) {
  .container {
    padding: 0;
    width: 85%; } }
@media (min-width: 768px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    margin-left: 0;
    width: 100%; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*---------------------------------*\
  Buttons
\*---------------------------------*/
.btn__container {
  text-align: center; }

.btn {
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  font-size: .9rem;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); }
  .btn:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.btn--fab {
  display: block;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); }
  .btn--fab:focus, .btn--fab:hover {
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .btn--fab:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.btn--fab--abs {
  position: absolute;
  top: -5.5rem;
  right: 0;
  margin: auto;
  background-color: #e74c3c; }
  .btn--fab--abs:focus, .btn--fab--abs:hover {
    background-color: #eb695c; }
  .btn--fab--abs:active {
    background-color: #e32f1c; }

.btn--fab--big {
  padding: 1rem;
  width: 3.5rem;
  height: 3.5rem; }

.btn--fab--medium {
  padding: .35rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem; }

.btn--fab--small {
  padding: .35rem;
  width: 2.5rem;
  height: 2.5rem; }

.btn--full {
  padding: .5rem 1.5rem;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .btn--full:focus, .btn--full:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .btn--full:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.btn--full--black {
  color: #fff;
  background-color: #181818; }
  .btn--full--black:focus, .btn--full--black:hover {
    background-color: #333; }

.btn--full--primary {
  color: #fff;
  background-color: #e74c3c; }
  .btn--full--primary:focus, .btn--full--primary:hover {
    background-color: #eb695c; }
  .btn--full--primary:active {
    background-color: #e32f1c; }

.btn--ghost {
  padding: .5rem 2rem;
  background: transparent;
  border: 1px solid; }

.btn--ghost--black {
  color: #212121; }
  .btn--ghost--black:focus, .btn--ghost--black:hover {
    color: #f5f5f5; }

.btn--ghost--blue {
  color: #e74c3c; }
  .btn--ghost--blue:focus, .btn--ghost--blue:hover {
    color: #212121; }

.btn--ghost--white {
  color: #fff; }
  .btn--ghost--white:focus, .btn--ghost--white:hover {
    color: #f5f5f5; }

/*---------------------------------*\
  Cards
\*---------------------------------*/
.card {
  padding: 1rem 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 43.875rem) {
    .card:nth-of-type(2) {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 66.875rem) {
    .card:last-of-type {
      margin-top: 2.5rem; } }

.card--hero {
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 48.0625rem) {
    .card--hero {
      float: right; } }

.card--long {
  padding: 2rem 2rem 3rem;
  width: 16.5rem;
  min-height: 24rem; }

.card--small {
  max-width: 22.5rem; }

.card--square {
  width: 21.5rem;
  min-height: 16.5rem; }

/*---------------------------------*\
  Dividers
\*---------------------------------*/
.divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 4rem;
  height: 2px;
  background-color: #e74c3c;
  border: 0; }

.divider--left {
  margin-left: 0; }

/*---------------------------------*\
  Features
\*---------------------------------*/
.features__list,
.featuresTwo__list {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 48rem) {
  .featuresTwo__list > div {
    margin-bottom: 1rem;
    text-align: center; } }

@media screen and (max-width: 48rem) {
  .featuresTwo__list p {
    margin-right: auto;
    margin-left: auto; } }

@media screen and (max-width: 48rem) {
  ul.features__slider {
    margin-bottom: 2rem;
    overflow: visible;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.features__slider__link {
  position: relative;
  display: block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.875rem;
  height: 6.875rem;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #455a64; }
  .features__slider__link:focus, .features__slider__link:hover {
    background-color: #eb695c; }
    .features__slider__link:focus:before, .features__slider__link:hover:before {
      border-left-color: #eb695c; }
  .features__slider__link:before {
    position: absolute;
    content: "";
    top: 45px;
    right: -10px;
    border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #455a64;
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); }
    @media screen and (max-width: 48rem) {
      .features__slider__link:before {
        top: 9.65rem;
        right: 0;
        left: 0rem;
        transform: rotate(90deg); } }

.features__slider__link--active {
  background-color: #e74c3c; }
  .features__slider__link--active:focus, .features__slider__link--active:hover {
    background-color: #e32f1c; }
    .features__slider__link--active:focus:before, .features__slider__link--active:hover:before {
      border-left-color: #e32f1c; }
  .features__slider__link--active:before {
    border-left-color: #e74c3c; }

.feature__icon {
  margin-bottom: -3rem;
  width: 100%;
  font-size: 1.85rem;
  text-align: center; }

.features__icon {
  padding: .75rem .8rem;
  color: #fff;
  background-color: #e74c3c;
  border-radius: 50%; }

.features__heading {
  margin-top: 0; }

.features__mockup {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 48rem) {
    .features__mockup {
      margin-top: 4rem; } }

.features__mockup > div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.features__mockup img {
  display: block;
  max-width: 100%;
  max-height: 18.75rem;
  margin-right: auto;
  margin-left: auto; }

/*---------------------------------*\
  Forms
\*---------------------------------*/
.form--hero {
  margin-bottom: 1rem;
  width: 100%; }

.form__container {
  position: relative; }

@media screen and (max-width: 34.375rem) {
  .form__container:first-of-type {
    margin-bottom: 2rem; } }

.form__label {
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 1;
  font-size: .9rem;
  color: #bdbdbd;
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); }

.form__element {
  position: relative;
  z-index: 3;
  display: block;
  padding: .5rem;
  margin-top: .5rem;
  margin-bottom: 2rem;
  width: 100%;
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 0;
  outline-color: #e74c3c; }

.form__element:focus + .form__label {
  transform: translateY(-2rem); }

.form textarea {
  resize: vertical; }

.form--contact textarea {
  height: 10.5rem; }

.antispam { display:none;}

/*---------------------------------*\
  Helper Classes
\*---------------------------------*/
*[hidden] {
  display: none; }

.block--center {
  margin-right: auto;
  margin-left: auto; }

.item--hidden {
  display: none;
  visibility: hidden; }

@media screen and (max-width: 48rem) {
  .hide--mobile {
    display: none;
    visibility: hidden; } }

.margin--reset {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.margin--six {
  margin-top: 6rem; }

.margin--three {
  margin-top: 3rem; }

.no-js .lazy {
  display: none; }

.pull--left {
  float: left; }

.pull--right {
  float: right; }

.section--grey {
  background-color: #f5f5f5; }

/*---------------------------------*\
  Hero
\*---------------------------------*/
.hero {
  position: relative;
  min-height: 40rem;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 48rem) {
    .hero {
      min-height: 52rem; } }
  @media screen and (max-width: 21.875rem) {
    .hero {
      min-height: 55rem; } }

.hero--home {
  background-image: url(../images/hero.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hero--home {
      background-image: url(../images/hero.jpg); } }

.hero__content {
  width: 100%; }

.hero__content .list {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hero__content h1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 32.5rem; }
  @media screen and (max-width: 48rem) {
    .hero__content h1 {
      text-align: center; } }

@media screen and (max-width: 48rem) {
  .hero__content p {
    margin-right: auto;
    margin-left: auto;
    text-align: center; } }

.hero__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45); }

/*---------------------------------*\
  Icons
\*---------------------------------*/
.icon {
  color: #a7cef7;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 1, 1); }
  .icon:focus, .icon:hover {
    color: #fff; }

.icon--menu {
  float: right; }

.process__icon {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.process__icon svg {
  max-width: 3.125rem;
  max-height: 3.125rem; }

@media screen and (max-width: 48rem) {
  .process__info {
    margin-right: auto;
    margin-left: auto; } }

/*---------------------------------*\
  Inserts
\*---------------------------------*/
.insert {
  position: relative; }

.insert--logos ul {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  max-height: 7rem; }

.insert__logo {
  width: 100%;
  max-width: 7.5rem;
  max-height: 6.25rem; }

.insert__logo path {
  fill: #bfbfbf; }

.insert--cta {
  height: 20rem;
  color: #fff;
  background-image: url(../images/insert--cta.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .insert--cta {
      background-image: url(../images/insert--cta--@2.jpg); } }

.insert--cta > .container {
  z-index: 3;
  height: 100%; }

.insert--map {
  position: relative;
  height: 20rem; }

.insert--media {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.insert--overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.insert--shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

/*---------------------------------*\
  Links
\*---------------------------------*/
.link--default {
  color: #86878b; }
  .link--default:focus, .link--default:hover {
    color: #212121; }

.link--black {
  color: #212121; }
  .link--black:focus, .link--black:hover {
    color: #f5f5f5; }

.link--gold {
  color: #f5f5f5; }
  .link--gold:focus, .link--gold:hover {
    color: #212121; }

.link--white {
  color: #fff; }
  .link--white:focus, .link--white:hover {
    color: #757575; }

/*---------------------------------*\
  Lists
\*---------------------------------*/
.list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.list--around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.list--between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.list--center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list--end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.list--start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.list--vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.list--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*---------------------------------*\
  Map
\*---------------------------------*/
.overlay--map {
  position: absolute;
  width: 100%;
  height: 100%; }

.map__iframe {
  width: 100%;
  height: 100%; }

/*---------------------------------*\
  Navigation
\*---------------------------------*/
.logo {
  float: left;
  font-size: 1.5rem;
  line-height: 4.57rem; }

.checkbox--header {
  display: none;
  visibility: hidden; }

.checkbox--header:checked ~ .nav {
  opacity: 1;
  visibility: visible; }

.checkbox--header:checked ~ .label--header {
  color: #e74c3c; }

.label--header {
  position: relative;
  z-index: 999;
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4.57rem;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 1, 1); }
  @media screen and (min-width: 48rem) {
    .label--header {
      display: none; } }
  .label--header:focus, .label--header:hover {
    color: #e74c3c; }

.nav {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Raleway", arial, verdana, sans-serif;
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1); }
  @media screen and (max-width: 48rem) {
    .nav {
      position: absolute;
      top: 1.25rem;
      right: 0;
      z-index: 99;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      opacity: 0;
      visibility: hidden; } }

@media screen and (min-width: 48rem) {
  .nav li:nth-child(n+2) {
    margin-left: 1.5rem; } }

.nav a {
  display: block;
  padding: 1.5rem 0;
  color: #757575;
  border-bottom: 2px solid #fff; }
  .nav a:focus, .nav a:hover {
    color: #e74c3c;
    border-bottom-color: #e74c3c; }
  @media screen and (max-width: 48rem) {
    .nav a {
      padding: .75rem 2rem;
      background-color: #fff;
      border: 0; } }

.nav--social {
  margin-bottom: 1.5rem;
  font-size: 1.25rem; }
  @media screen and (max-width: 48rem) {
    .nav--social {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.nav--social li:nth-of-type(n+2) {
  margin-left: 1rem; }

/*---------------------------------*\
  Pricing
\*---------------------------------*/
.plan__container {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1); }
  .plan__container:focus, .plan__container:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  @media screen and (max-width: 48rem) {
    .plan__container {
      margin-bottom: 2rem; } }

.plan__head,
.plan__footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  background-color: #424242; }

.plan__price {
  margin-top: 1.3rem; }
  @media screen and (max-width: 48rem) {
    .plan__price {
      margin-right: auto;
      margin-left: auto; } }

.plan__price span {
  font-size: 1rem; }

.plan__features {
  margin-bottom: 2rem; }

.plan__features li {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.plan__container__highlight .plan__head,
.plan__container__highlight .plan__footer {
  background-color: #e74c3c; }

/*---------------------------------*\
  Slider
\*---------------------------------*/
.features__slider {
  overflow: hidden;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.features__slider__slide {
  display: none; }

.features__slider__slide--active {
  display: block; }

/*---------------------------------*\
  Testimonials
\*---------------------------------*/
.testimonial__quote__container {
  max-width: 17rem; }
  @media screen and (max-width: 48rem) {
    .testimonial__quote__container {
      margin-right: auto;
      margin-bottom: 2rem;
      margin-left: auto; } }

.testimonial__quote {
  position: relative;
  padding: 1rem;
  margin-bottom: 1.5rem;
  max-width: 17rem;
  font-style: italic;
  background-color: #eeeeee;
  border-radius: 2px; }
  .testimonial__quote:before {
    position: absolute;
    right: 0;
    bottom: -.85rem;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #eee; }

.testimonial__photo img {
  width: 100%;
  max-width: 4.375rem; }
  @media screen and (max-width: 48rem) {
    .testimonial__photo img {
      float: right; } }

/*---------------------------------*\
  Typography
\*---------------------------------*/
.heading--primary {
  margin-top: 0;
  margin-bottom: 2.414rem;
  font-family: "Raleway", arial, verdana, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }

.heading--secondary {
  margin-top: 1.414rem;
  margin-bottom: .5rem; }

.heading--secondary--top {
  margin-top: 0;
  margin-bottom: .5rem; }

.heading--tertiary {
  margin-top: 1.014rem;
  margin-bottom: 1rem; }

.heading--tertiary--top {
  margin-top: 0;
  margin-bottom: 1rem; }

.logo {
  font-weight: bold; }

.logo a {
  color: #212121; }

.text--big {
  font-size: 2rem; }
  @media screen and (max-width: 48rem) {
    .text--big {
      font-size: 1.5rem; } }
  @media screen and (max-width: 25rem) {
    .text--big {
      font-size: 1.25rem; } }

.text--bigger {
  font-size: 5rem; }
  @media screen and (max-width: 48rem) {
    .text--bigger {
      font-size: 3rem; } }
  @media screen and (max-width: 25rem) {
    .text--bigger {
      font-size: 2.25rem; } }

.text--bold {
  font-weight: bold; }

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

.text--highlight {
  font-weight: bold;
  color: #e74c3c; }

.text--intro {
  margin-top: 2rem;
  margin-bottom: 5rem;
  font-size: .95rem;
  color: rgba(0, 0, 0, 0.75); }

.text--intro--last {
  margin-bottom: 0; }

.text--kicker {
  font-family: "Raleway", arial, verdana, sans-serif; }

.text--light {
  color: #86878b; }

.text--medium {
  font-size: 1.25rem; }

.text--small {
  font-size: .875rem; }

.text--smaller {
  font-size: .75rem; }

.text--uppercase {
  text-transform: uppercase; }

/*# sourceMappingURL=main.min.css.map */
