/* ==========================================================================
   Main
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Settings
   ========================================================================== */
/* Typography
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Container
   ========================================================================== */
/* Spacings
   ========================================================================== */
/* Screen widths
   ========================================================================== */
/* Transitions
   ========================================================================== */
/* ==========================================================================
   Tools
   ========================================================================== */
/* Functions
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000000;
  background: #ffff00; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

/* ==========================================================================
   Generic Resets
   ========================================================================== */
html {
  box-sizing: border-box; }

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

textarea {
  resize: vertical; }

button {
  border: none;
  outline: none;
  background-color: none; }

/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #231f20;
  background-color: #f2f1f1; }
  @media (min-width: 1680px) {
    html {
      font-size: 16px; } }

::-moz-selection {
  background: #00a98d;
  text-shadow: none;
  color: #ffffff; }

::selection {
  background: #00a98d;
  text-shadow: none;
  color: #ffffff; }

hr {
  display: block;
  height: 1px;
  margin: 1em auto;
  padding: 0;
  border: 0;
  border-top: 2px solid #231f20;
  width: 70px; }

img, svg {
  max-width: 100%; }

a {
  color: #00a98d;
  -webkit-transition: color 0.3s;
          transition: color 0.3s; }
  a:hover {
    color: #007662; }

/* ==========================================================================
   Headings
   ========================================================================== */
.h, h1, .h1, .alpha, h2, .h2, .beta, h3, .h3, .home-services__service__title, .page-header__title, .gamma, h4, .h4, .delta, h5, .h5, .epsilon, h6, .h6, .zeta {
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

h1, .h1, .alpha {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0; }
  @media (min-width: 1680px) {
    h1, .h1, .alpha {
      font-size: 40px; } }

h2, .h2, .beta {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0; }

h3, .h3, .home-services__service__title, .page-header__title, .gamma {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0; }
  @media (min-width: 768px) {
    h3, .h3, .home-services__service__title, .page-header__title, .gamma {
      font-size: 16px; } }
  @media (min-width: 1680px) {
    h3, .h3, .home-services__service__title, .page-header__title, .gamma {
      font-size: 20px; } }

h4, .h4, .delta {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0; }

h5, .h5, .epsilon {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 0; }

h6, .h6, .zeta {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 0; }

/* ==========================================================================
   Forms | http://codepen.io/AntoineBoulanger/pen/uBJmi
   ========================================================================== */
/* Input
   ========================================================================== */
.input, .select__input, .checkbox__check {
  display: block;
  width: 100%;
  color: #231f20;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Select
   ========================================================================== */
.select {
  position: relative;
  display: block; }
  .select:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
    content: "";
    pointer-events: none;
    background-color: #cccccc;
    background-image: url("../../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center; }

.select__input {
  padding-right: 30px; }
  .select__input::-ms-expand {
    display: none; }

/* Checkbox
   ========================================================================== */
.checkbox {
  display: inline-block; }

.checkbox__input {
  display: none; }
  .checkbox__input:checked + .checkbox__check:after {
    visibility: visible; }

.checkbox__check {
  display: inline-block;
  width: 25px;
  height: 25px; }
  .checkbox__check:after {
    display: block;
    visibility: hidden;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url("../../images/check.svg");
    background-repeat: no-repeat;
    background-position: center; }

/* ==========================================================================
   Container
   ========================================================================== */
.container {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 880px; } }
  @media (min-width: 1680px) {
    .container {
      max-width: 1320px;
      padding-right: 60px;
      padding-left: 60px; } }
  .container.-small {
    max-width: 520px; }
    @media (min-width: 1680px) {
      .container.-small {
        max-width: 690px; } }

.section {
  padding: 75px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 100px 0; } }
  @media (min-width: 1680px) {
    .section {
      padding: 144px 0; } }

.title, .button, .carousel__slide__button, .header__nav__link, .carousel__slide__subtitle, .page-header__title {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.wow {
  opacity: 0; }
  .ie9 .wow {
    opacity: 1; }

/* ==========================================================================
   Grid
   ========================================================================== */
.grid, .home-services {
  font-size: 0;
  margin-left: -40px;
  letter-spacing: normal; }
  @media (min-width: 1680px) {
    .grid, .home-services {
      margin-left: -60px; } }
  .grid.-full, .-full.home-services {
    margin-left: 0; }
    .grid.-full > .grid__item, .-full.home-services > .grid__item, .grid.-full > .whole, .-full.home-services > .whole, .grid.-full > .half, .-full.home-services > .half, .grid.-full > .third, .-full.home-services > .third, .grid.-full > .home-services__service, .-full.home-services > .home-services__service, .grid.-full > .two-thirds, .-full.home-services > .two-thirds, .grid.-full > .quarter, .-full.home-services > .quarter, .grid.-full > .two-quarters, .-full.home-services > .two-quarters, .grid.-full > .three-quarters, .-full.home-services > .three-quarters, .grid.-full > .fifth, .-full.home-services > .fifth, .grid.-full > .two-fifths, .-full.home-services > .two-fifths, .grid.-full > .three-fifths, .-full.home-services > .three-fifths, .grid.-full > .four-fifths, .-full.home-services > .four-fifths, .grid.-full > .sixth, .-full.home-services > .sixth, .grid.-full > .two-sixths, .-full.home-services > .two-sixths, .grid.-full > .three-sixths, .-full.home-services > .three-sixths, .grid.-full > .four-sixths, .-full.home-services > .four-sixths, .grid.-full > .five-sixths, .-full.home-services > .five-sixths, .grid.-full > .about__section__photo, .-full.home-services > .about__section__photo, .grid.-full > .about__section__text, .-full.home-services > .about__section__text {
      margin-bottom: 0;
      padding-left: 0; }
  .grid.-list, .-list.home-services {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .grid.-float, .-float.home-services, .home-services.about__section__photo, .grid.about__section__photo {
    overflow: hidden; }
  .grid.-relative, .-relative.home-services {
    position: relative; }

.grid__item, .whole, .half, .third, .home-services__service, .two-thirds, .quarter, .two-quarters, .three-quarters, .fifth, .two-fifths, .three-fifths, .four-fifths, .sixth, .two-sixths, .three-sixths, .four-sixths, .five-sixths, .about__section__photo, .about__section__text {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 40px;
  vertical-align: top; }
  @media (min-width: 1680px) {
    .grid__item, .whole, .half, .third, .home-services__service, .two-thirds, .quarter, .two-quarters, .three-quarters, .fifth, .two-fifths, .three-fifths, .four-fifths, .sixth, .two-sixths, .three-sixths, .four-sixths, .five-sixths, .about__section__photo, .about__section__text {
      margin-bottom: 60px;
      padding-left: 60px;
      font-size: 16px; } }
  .grid__item.-float, .-float.whole, .-float.half, .-float.third, .-float.home-services__service, .-float.two-thirds, .-float.quarter, .-float.two-quarters, .-float.three-quarters, .-float.fifth, .-float.two-fifths, .-float.three-fifths, .-float.four-fifths, .-float.sixth, .-float.two-sixths, .-float.three-sixths, .-float.four-sixths, .-float.five-sixths, .about__section__photo, .-float.about__section__text {
    float: right; }
  .grid__item.-relative, .-relative.whole, .-relative.half, .-relative.third, .-relative.home-services__service, .-relative.two-thirds, .-relative.quarter, .-relative.two-quarters, .-relative.three-quarters, .-relative.fifth, .-relative.two-fifths, .-relative.three-fifths, .-relative.four-fifths, .-relative.sixth, .-relative.two-sixths, .-relative.three-sixths, .-relative.four-sixths, .-relative.five-sixths, .-relative.about__section__photo, .-relative.about__section__text {
    position: relative; }

.whole {
  width: 100%; }

@media (min-width: 1024px) {
  .half {
    width: 50%; } }

@media (min-width: 768px) {
  .third, .home-services__service {
    width: 33.3333333333%; } }

@media (min-width: 1024px) {
  .two-thirds {
    width: 66.6666666667%; } }

@media (min-width: 1024px) {
  .quarter {
    width: 25%; } }

@media (min-width: 1024px) {
  .two-quarters {
    width: 50%; } }

@media (min-width: 1024px) {
  .three-quarters {
    width: 75%; } }

@media (min-width: 1280px) {
  .fifth {
    width: 20%; } }

@media (min-width: 1280px) {
  .two-fifths {
    width: 40%; } }

@media (min-width: 1280px) {
  .three-fifths {
    width: 60%; } }

@media (min-width: 1280px) {
  .four-fifths {
    width: 80%; } }

@media (min-width: 1680px) {
  .sixth {
    width: 16.6666666667%; } }

@media (min-width: 1680px) {
  .two-sixths {
    width: 33.3333333333%; } }

@media (min-width: 1680px) {
  .three-sixths {
    width: 50%; } }

@media (min-width: 1680px) {
  .four-sixths {
    width: 66.6666666667%; } }

@media (min-width: 1680px) {
  .five-sixths {
    width: 83.3333333333%; } }

/* ==========================================================================
   Button
   ========================================================================== */
.button, .carousel__slide__button {
  display: inline-block;
  min-width: 180px;
  color: #231f20;
  font-size: 10px;
  text-align: center;
  border: 2px solid #231f20;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s; }
  @media (min-width: 1680px) {
    .button, .carousel__slide__button {
      font-size: 12px;
      line-height: 60px;
      min-width: 240px; } }
  .button:hover, .carousel__slide__button:hover {
    background-color: #231f20;
    color: #f2f1f1; }
  .button.-white, .carousel__slide__button {
    border-color: #ffffff;
    color: #ffffff; }
    .button.-white:hover, .carousel__slide__button:hover {
      background-color: #ffffff;
      color: #231f20; }

/* ==========================================================================
   Background image
   ========================================================================== */
.background-image, .contact__map, .about__image {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1024px) {
    .background-image, .contact__map, .about__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%; } }

/* ==========================================================================
   Animations
   ========================================================================== */
.animated {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes slideBottomTop {
  49% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  51% {
    opacity: 1; } }

@keyframes slideBottomTop {
  49% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  51% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

/* ==========================================================================
   Slick
   ========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  @media (max-width: 767px) {
    .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0;
  pointer-events: none; }
  .slick-dots li {
    display: inline-block;
    pointer-events: auto; }
    .slick-dots li.slick-active button:before {
      opacity: 1; }
  .slick-dots button {
    position: relative;
    font-size: 0;
    width: 43px;
    height: 43px;
    padding: 0;
    background-color: transparent;
    outline: none;
    border: 0;
    display: block;
    line-height: 0;
    color: transparent;
    cursor: pointer; }
    @media (min-width: 1680px) {
      .slick-dots button {
        width: 60px;
        height: 60px; } }
    .slick-dots button:hover, .slick-dots button:focus {
      outline: none; }
      .slick-dots button:hover:before, .slick-dots button:focus:before {
        opacity: 0.75; }
    .slick-dots button:before {
      content: "";
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      margin-top: -5px;
      margin-left: -5px;
      border-radius: 50%;
      opacity: 0.15;
      -webkit-transition: opacity 0.3s;
              transition: opacity 0.3s; }
      @media (min-width: 1680px) {
        .slick-dots button:before {
          width: 10px;
          height: 10px; } }

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  background-color: #00a98d;
  padding: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .header {
      padding: 40px; } }
  @media (min-width: 1680px) {
    .header {
      padding: 60px; } }

/* Logo
   ========================================================================== */
.header__logo {
  float: left;
  display: inline-block; }
  @media (max-width: 1023px) {
    .header__logo {
      position: relative;
      z-index: 9; } }
  .header__logo svg {
    width: 150px;
    height: 30px;
    fill: #ffffff; }
    @media (min-width: 768px) {
      .header__logo svg {
        width: 200px;
        height: 40px; } }
    @media (min-width: 1680px) {
      .header__logo svg {
        width: 300px;
        height: 60px; } }

/* Button
   ========================================================================== */
.header__button {
  position: relative;
  float: right;
  display: inline-block;
  width: 25px;
  line-height: 1;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 4px;
  background-color: transparent;
  z-index: 9; }
  @media (min-width: 768px) {
    .header__button {
      width: 31px;
      padding-top: 9px;
      padding-bottom: 4px; } }
  @media (min-width: 1024px) {
    .header__button {
      display: none; } }

.header__button__line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 4px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }
  @media (min-width: 768px) {
    .header__button__line {
      height: 3px;
      margin-bottom: 6px; } }
  @media (max-width: 767px) {
    .is-active .header__button__line.-one {
      -webkit-transform: rotate(41deg) translateY(-3px);
          -ms-transform: rotate(41deg) translateY(-3px);
              transform: rotate(41deg) translateY(-3px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .is-active .header__button__line.-one {
      -webkit-transform: rotate(40deg) translateY(-1px);
          -ms-transform: rotate(40deg) translateY(-1px);
              transform: rotate(40deg) translateY(-1px); } }
  .is-active .header__button__line.-two {
    opacity: 0; }
  @media (max-width: 767px) {
    .is-active .header__button__line.-three {
      -webkit-transform: rotate(-41deg) translateY(3px);
          -ms-transform: rotate(-41deg) translateY(3px);
              transform: rotate(-41deg) translateY(3px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .is-active .header__button__line.-three {
      -webkit-transform: rotate(-40deg) translateY(1px);
          -ms-transform: rotate(-40deg) translateY(1px);
              transform: rotate(-40deg) translateY(1px); } }

/* Nav
   ========================================================================== */
@media (max-width: 1023px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    padding-top: 120px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.9s;
            transition: transform 0.6s, opacity 0.9s; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .header__nav {
    padding-top: 160px; } }
@media (min-width: 1024px) {
  .header__nav {
    float: right; } }
.is-active .header__nav {
  visibility: visible;
  opacity: 1; }
  @media (max-width: 767px) {
    .is-active .header__nav {
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .is-active .header__nav {
      -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
              transform: translateY(-40px); } }
.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  @media (max-width: 767px) {
    .header__nav ul {
      padding-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .header__nav ul {
      padding-bottom: 40px; } }
  @media (max-width: 1023px) {
    .header__nav ul {
      background-color: #00a98d; } }
.header__nav li {
  display: block;
  font-size: 11px; }
  @media (min-width: 1024px) {
    .header__nav li {
      display: inline-block;
      margin-left: 40px; } }
  @media (min-width: 1680px) {
    .header__nav li {
      margin-left: 60px;
      font-size: 14px; } }

.header__nav__link {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  border-bottom: 2px solid transparent;
  min-width: 120px;
  text-align: center;
  -webkit-transition: border-color 0.3s, opacity 0.3s;
          transition: border-color 0.3s, opacity 0.3s; }
  @media (max-width: 767px) {
    .header__nav__link {
      padding: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .header__nav__link {
      padding: 40px; } }
  @media (max-width: 1023px) {
    .header__nav__link {
      line-height: 1; } }
  @media (min-width: 1680px) {
    .header__nav__link {
      min-width: 180px;
      line-height: 60px;
      height: 60px; } }
  @media (max-width: 1023px) {
    .header__nav__link:after {
      display: none; } }
  @media (min-width: 1024px) {
    .header__nav__link:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      opacity: 0;
      background-color: rgba(255, 255, 255, 0.75);
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px);
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
              transition: opacity 0.3s, transform 0.3s; } }
  .header__nav__link:hover, .header__nav__link.-active {
    color: #ffffff; }
    .header__nav__link:hover:after, .header__nav__link.-active:after {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel {
  cursor: -webkit-grab;
  cursor: grab; }

.carousel__slide {
  background-size: cover;
  background-position: center;
  padding: 120px 30px 135px 30px;
  text-align: center;
  color: #ffffff;
  height: 100%; }
  @media (max-width: 767px) {
    .carousel__slide {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: auto; } }
  @media (min-width: 768px) {
    .carousel__slide {
      padding: 160px 40px 180px 40px; } }
  @media (min-width: 1680px) {
    .carousel__slide {
      padding: 240px 0 270px 0; } }

.carousel__slide__subtitle {
  font-size: 11px;
  margin: 0;
  cursor: auto; }
  @media (min-width: 1680px) {
    .carousel__slide__subtitle {
      font-size: 14px; } }

.carousel__slide__title {
  margin: 0.5em auto 0.75em auto;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.282;
  max-width: 456px;
  cursor: auto;
  font-family: 'Open Sans', sans-serif; }
  @media (min-width: 768px) {
    .carousel__slide__title {
      font-size: 56px;
      max-width: 608px; } }
  @media (min-width: 1680px) {
    .carousel__slide__title {
      font-size: 78px;
      max-width: 852px; } }

/* ==========================================================================
   Home services
   ========================================================================== */
.home-services__service {
  text-align: center;
  font-size: 11px; }
  @media (min-width: 768px) {
    .home-services__service {
      margin-bottom: 0; } }
  @media (min-width: 1680px) {
    .home-services__service {
      font-size: 14px; } }
  .home-services__service:first-child .home-services__service__title, .home-services__service:last-child .home-services__service__title {
    max-width: 150px; }

.home-services__service__link {
  display: inline-block;
  max-width: 196px;
  cursor: pointer;
  color: #231f20;
  text-decoration: none; }
  @media (min-width: 1680px) {
    .home-services__service__link {
      max-width: 246px; } }
  .home-services__service__link:hover {
    color: #231f20; }
    .home-services__service__link:hover .home-services__service__icon {
      background-color: #231f20; }
    .home-services__service__link:hover .home-services__service__svg {
      -webkit-animation: slideBottomTop 0.3s forwards;
              animation: slideBottomTop 0.3s forwards; }
      .home-services__service__link:hover .home-services__service__svg svg {
        fill: #ffffff; }

.home-services__service__icon {
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #231f20;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  overflow: hidden; }

.home-services__service__svg svg {
  width: 76px;
  height: 76px;
  fill: #231f20;
  -webkit-transition: fill 0.3s;
          transition: fill 0.3s; }
  @media (min-width: 1680px) {
    .home-services__service__svg svg {
      width: 106px;
      height: 106px; } }

.home-services__service__title {
  margin: 1em auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

.home-services__service__text {
  margin-bottom: 0; }

/* ==========================================================================
   Page header
   ========================================================================== */
.page-header {
  background-color: #231f20;
  text-align: center;
  padding: 30px; }
  @media (min-width: 768px) {
    .page-header {
      padding: 40px; } }
  @media (min-width: 1680px) {
    .page-header {
      padding: 60px; } }

.page-header__title {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1em;
  line-height: 30px;
  margin: 0; }
  @media (min-width: 768px) {
    .page-header__title {
      line-height: 40px; } }
  @media (min-width: 1680px) {
    .page-header__title {
      line-height: 60px; } }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact address {
  font-style: normal; }
.contact hr, .contact p {
  margin: 1.5em auto; }
.contact .h1 {
  margin: 0; }

.contact__contact {
  padding: 108px 0 120px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5; }
  @media (min-width: 1680px) {
    .contact__contact {
      font-size: 20px;
      padding: 162px 0 180px 0; } }

/* ==========================================================================
   Services
   ========================================================================== */
.services__services {
  position: relative;
  padding-top: 10px;
  padding-bottom: 60px; }
  @media (min-width: 1680px) {
    .services__services {
      padding-bottom: 90px; } }

/* Nav
   ========================================================================== */
@media (max-width: 1023px) {
  .services__nav {
    display: none; } }
@media (min-width: 1024px) {
  .services__nav {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 80px;
    padding-left: 40px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }
@media (min-width: 1680px) {
  .services__nav {
    padding-top: 120px;
    padding-left: 60px; } }
.services__nav.is-fixed {
  position: fixed; }
.services__nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.services__nav li {
  margin-bottom: 30px; }
  @media (min-width: 1680px) {
    .services__nav li {
      margin-bottom: 40px; } }

.services__nav__link {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-family: 'Lato', sans-serif;
  font-weight: 600; }
  .services__nav__link:hover, .services__nav__link.is-active {
    color: #00a98d; }
    .services__nav__link:hover .services__nav__link__icon, .services__nav__link.is-active .services__nav__link__icon {
      border-color: #00a98d; }
      .services__nav__link:hover .services__nav__link__icon svg, .services__nav__link.is-active .services__nav__link__icon svg {
        fill: #00a98d; }

.services__nav__link__icon {
  border: 2px solid #231f20;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: border-color 0.3s;
          transition: border-color 0.3s;
  margin-right: 16px; }
  @media (min-width: 1680px) {
    .services__nav__link__icon {
      margin-right: 20px; } }
  .services__nav__link__icon svg {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    -webkit-transition: fill 0.3s;
            transition: fill 0.3s; }
    @media (min-width: 1680px) {
      .services__nav__link__icon svg {
        width: 70px;
        height: 70px; } }

.services__nav__link__title {
  display: inline-block;
  max-width: 70px;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 13px; }
  @media (min-width: 1680px) {
    .services__nav__link__title {
      font-size: 16px;
      max-width: 85px; } }

/* Section
   ========================================================================== */
.services__section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1680px) {
    .services__section {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .services__section:nth-child(2) .h1 {
    max-width: 350px; }
    @media (min-width: 1680px) {
      .services__section:nth-child(2) .h1 {
        max-width: 500px; } }
  .services__section:nth-child(3) .h1 {
    max-width: 300px; }
    @media (min-width: 1680px) {
      .services__section:nth-child(3) .h1 {
        max-width: 400px; } }

.services__section__header {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 1680px) {
    .services__section__header {
      font-size: 20px;
      margin-bottom: 60px; } }
  .services__section__header .h1 {
    display: inline-block;
    margin-bottom: 0; }
  .services__section__header hr {
    margin: 1.5em auto; }

.services__section__lists {
  font-size: 13px; }
  @media (min-width: 1680px) {
    .services__section__lists {
      font-size: 16px; } }
  .services__section__lists .h3, .services__section__lists .home-services__service__title, .services__section__lists .page-header__title {
    font-weight: 700;
    margin-bottom: 2em; }
  .services__section__lists ul {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none; }
    @media (min-width: 1680px) {
      .services__section__lists ul {
        margin-bottom: 60px; } }
  .services__section__lists li {
    margin: 1em 0;
    background-image: url("../../static/images/check.svg");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 19px; }
    @media (max-width: 1679px) {
      .services__section__lists li {
        background-size: 13px; } }
    @media (min-width: 1680px) {
      .services__section__lists li {
        padding-left: 24px; } }

/* ==========================================================================
   About
   ========================================================================== */
@media (max-width: 767px) {
  .about__image {
    height: 300px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .about__image {
    height: 400px; } }

@media (max-width: 767px) {
  .about__about {
    line-height: 1.875;
    font-size: 13px; } }
@media (min-width: 768px) {
  .about__about {
    font-size: 16px;
    line-height: 1.5; } }
@media (min-width: 1680px) {
  .about__about {
    font-size: 20px; } }

.about__sections {
  line-height: 1.875; }
  .about__sections .grid, .about__sections .home-services {
    margin-left: -60px; }
    @media (min-width: 768px) {
      .about__sections .grid, .about__sections .home-services {
        margin-left: -80px; } }
    @media (min-width: 1680px) {
      .about__sections .grid, .about__sections .home-services {
        margin-left: -120px; } }
  .about__sections .grid__item, .about__sections .whole, .about__sections .half, .about__sections .third, .about__sections .home-services__service, .about__sections .two-thirds, .about__sections .quarter, .about__sections .two-quarters, .about__sections .three-quarters, .about__sections .fifth, .about__sections .two-fifths, .about__sections .three-fifths, .about__sections .four-fifths, .about__sections .sixth, .about__sections .two-sixths, .about__sections .three-sixths, .about__sections .four-sixths, .about__sections .five-sixths, .about__sections .about__section__photo, .about__sections .about__section__text {
    margin-bottom: 0;
    padding-left: 60px; }
    @media (min-width: 768px) {
      .about__sections .grid__item, .about__sections .whole, .about__sections .half, .about__sections .third, .about__sections .home-services__service, .about__sections .two-thirds, .about__sections .quarter, .about__sections .two-quarters, .about__sections .three-quarters, .about__sections .fifth, .about__sections .two-fifths, .about__sections .three-fifths, .about__sections .four-fifths, .about__sections .sixth, .about__sections .two-sixths, .about__sections .three-sixths, .about__sections .four-sixths, .about__sections .five-sixths, .about__sections .about__section__photo, .about__sections .about__section__text {
        padding-left: 80px; } }
    @media (min-width: 1680px) {
      .about__sections .grid__item, .about__sections .whole, .about__sections .half, .about__sections .third, .about__sections .home-services__service, .about__sections .two-thirds, .about__sections .quarter, .about__sections .two-quarters, .about__sections .three-quarters, .about__sections .fifth, .about__sections .two-fifths, .about__sections .three-fifths, .about__sections .four-fifths, .about__sections .sixth, .about__sections .two-sixths, .about__sections .three-sixths, .about__sections .four-sixths, .about__sections .five-sixths, .about__sections .about__section__photo, .about__sections .about__section__text {
        padding-left: 120px; } }
  .about__sections .about__section:nth-child(odd) {
    background-color: #e5e5e5; }
  @media (max-width: 767px) {
    .about__sections .about__section {
      padding: 90px 30px; } }
  @media (min-width: 768px) and (max-width: 1679px) {
    .about__sections .about__section {
      padding: 120px; } }

.about__section {
  position: relative;
  padding: 60px 30px; }
  @media (min-width: 768px) {
    .about__section {
      padding: 80px 120px; } }
  @media (min-width: 1680px) {
    .about__section {
      padding: 120px 180px; } }

.about__section__photo {
  position: relative; }
  @media (max-width: 767px) {
    .about__section__photo {
      width: 200px; } }
  @media (min-width: 768px) {
    .about__section__photo {
      width: 280px; } }
  @media (min-width: 1280px) {
    .about__section__photo {
      width: 33.3333333333%; } }

.about__section__photo__photo {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  top: -90px; }
  @media (max-width: 767px) {
    .about__section__photo__photo {
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media (min-width: 768px) {
    .about__section__photo__photo {
      top: -120px;
      -webkit-transform: translate(25%, -50%);
          -ms-transform: translate(25%, -50%);
              transform: translate(25%, -50%); } }
  @media (min-width: 1280px) {
    .about__section__photo__photo {
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media (min-width: 1680px) {
    .about__section__photo__photo {
      top: -120px; } }
  .about__section__photo__photo img {
    width: 100%; }

@media (min-width: 1280px) {
  .about__section__text {
    width: 66.6666666667%; } }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  position: relative;
  background-color: #1e1e1e;
  padding: 30px;
  color: #ffffff;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) {
    .footer {
      line-height: 80px;
      padding: 0 40px; } }
  @media (min-width: 1680px) {
    .footer {
      padding: 0 60px;
      line-height: 120px; } }

.footer__center {
  margin: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .footer__center {
      margin-bottom: 0.5em; } }
  .footer__center a {
    color: #d9d9d9;
    font-size: 11px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .footer__center a {
        font-size: 16px; } }
    @media (min-width: 1680px) {
      .footer__center a {
        font-size: 20px; } }
    .footer__center a:hover {
      color: #00a98d; }

.footer__right {
  display: inline-block;
  margin: 0;
  font-size: 7px;
  font-weight: 600;
  color: #6b6a6a; }
  @media (min-width: 768px) {
    .footer__right {
      position: absolute;
      top: 0;
      right: 40px;
      font-size: 10px; } }
  @media (min-width: 1680px) {
    .footer__right {
      right: 60px;
      font-size: 12px; } }

/* ==========================================================================
   Helpers
   ========================================================================== */
.vertical-center {
  height: 100%;
  text-align: center; }
  .vertical-center:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle; }
  .vertical-center > * {
    display: inline-block;
    vertical-align: middle; }

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Trumps
   ========================================================================== */
.left {
  float: left !important; }

.right {
  float: right !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

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

/* States
   ========================================================================== */
.is-visible {
  visibility: visible !important;
  opacity: 1 !important; }

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important; }
