/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * *= require_self
 */
/* 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; }

.bg--off-white {
  background-color: #F3F2ED; }

.bg--orange {
  background-color: #D95B43; }

.bg--orange-darker {
  background-color: #cf442a; }

.bg--purple {
  background-color: #542537; }

.bg--yellow {
  background-color: #EBD077; }

.bg--yellow-darker {
  background-color: #e6c558; }

.bg--green {
  background-color: #1ABC9C; }

.bg--green--dark {
  background-color: #169d82; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cf:after, .media:after, .grid:after {
  content: "";
  display: table;
  clear: both; }

.ib {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.clear-list, .menu, .form-fields, .list--default, .menu--mobile, .quick-info-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0; }
  .clear-list > li, .menu > li, .form-fields > li, .list--default > li, .menu--mobile > li, .quick-info-list > li {
    list-style: none; }

.v-align-wrapper {
  height: 100%; }
  .v-align-wrapper:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    margin-left: -0.25em; }
  .v-align-wrapper .v-align {
    width: 99%;
    display: inline-block;
    vertical-align: middle; }

.bgd-cover, .hero--single--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

html, body {
  height: 100%;
  min-width: 300px; }

.container {
  margin: 0 2%;
  max-width: 1400px; }
  @media (min-width: 1480px) {
    .container {
      margin: 0 auto; } }

.row {
  padding: 3% 0; }

.row--large {
  padding: 5% 0; }

.max-400 {
  max-width: 400px; }

.max-500 {
  max-width: 500px; }

.max-600 {
  max-width: 600px; }

.max-700 {
  max-width: 700px; }

.max-800 {
  max-width: 800px; }

.max-900 {
  max-width: 900px; }

.max-1000 {
  max-width: 1000px; }

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

.row {
  padding: 2% 0; }
  .row .put-left, .row .put-right {
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
  .row.put_lap .put-left, .row.put_lap .put-right {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  @media (min-width: 768px) {
    .row.put_lap .put-left, .row.put_lap .put-right {
      display: inline-block;
      vertical-align: middle;
      width: 50%; } }
  @media (min-width: lap) {
    .row.put_lap .put-left, .row.put_lap .put-right {
      display: inline-block;
      vertical-align: middle;
      width: 50%; } }
  .row.put_desk .put-left, .row.put_desk .put-right {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  @media (min-width: 1000px) {
    .row.put_desk .put-left, .row.put_desk .put-right {
      display: inline-block;
      vertical-align: middle;
      width: 50%; } }
  @media (min-width: desk) {
    .row.put_desk .put-left, .row.put_desk .put-right {
      display: inline-block;
      vertical-align: middle;
      width: 50%; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

.margin-top {
  margin-top: 3%; }

.margin-right {
  margin-right: 3%; }

.margin-bottom {
  margin-bottom: 3%; }

.margin-left {
  margin-left: 3%; }

.padding-top {
  padding-top: 3%; }

.padding-right {
  padding-right: 3%; }

.padding-bottom {
  padding-bottom: 3%; }

.padding-left {
  padding-left: 3%; }

.border-top {
  border-top: 1px solid #808080; }

.border-right {
  border-right: 1px solid #808080; }

.border-bottom {
  border-bottom: 1px solid #808080; }

.border-left {
  border-left: 1px solid #808080; }

.hide-tablet {
  display: block; }
  @media (min-width: 500px) {
    .hide-tablet {
      display: none; } }
  @media (min-width: tablet) {
    .hide-tablet {
      display: none; } }

.hide-lap {
  display: block; }
  @media (min-width: 768px) {
    .hide-lap {
      display: none; } }
  @media (min-width: lap) {
    .hide-lap {
      display: none; } }

.hide-desk {
  display: block; }
  @media (min-width: 1000px) {
    .hide-desk {
      display: none; } }
  @media (min-width: desk) {
    .hide-desk {
      display: none; } }

.hide-desk-wide {
  display: block; }
  @media (min-width: 1400px) {
    .hide-desk-wide {
      display: none; } }
  @media (min-width: desk-wide) {
    .hide-desk-wide {
      display: none; } }

.show-tablet {
  display: none; }
  @media (min-width: 500px) {
    .show-tablet {
      display: block; } }
  @media (min-width: tablet) {
    .show-tablet {
      display: block; } }

.show-lap {
  display: none; }
  @media (min-width: 768px) {
    .show-lap {
      display: block; } }
  @media (min-width: lap) {
    .show-lap {
      display: block; } }

.show-desk {
  display: none; }
  @media (min-width: 1000px) {
    .show-desk {
      display: block; } }
  @media (min-width: desk) {
    .show-desk {
      display: block; } }

.show-desk-wide {
  display: none; }
  @media (min-width: 1400px) {
    .show-desk-wide {
      display: block; } }
  @media (min-width: desk-wide) {
    .show-desk-wide {
      display: block; } }

.media .media-body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }
.media .media-block {
  float: left;
  margin-right: 20px; }

@media (min-width: 768px) {
  .media-at-lap .media-body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }
  .media-at-lap .media-block {
    float: left;
    margin-right: 20px; } }
@media (min-width: lap) {
  .media-at-lap .media-body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }
  .media-at-lap .media-block {
    float: left;
    margin-right: 20px; } }

@media (min-width: 1000px) {
  .media-at-desk .media-body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }
  .media-at-desk .media-block {
    float: left;
    margin-right: 20px; } }
@media (min-width: desk) {
  .media-at-desk .media-body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }
  .media-at-desk .media-block {
    float: left;
    margin-right: 20px; } }

.grid {
  margin-left: -10px;
  margin-right: -10px; }
  .grid .grid-item {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px; }

.grid-item {
  width: 100%; }

@media (min-width: 768px) {
  .gutter-20 {
    margin-left: -5px;
    margin-right: -5px; }
    .gutter-20 > .grid-item {
      padding-left: 5px;
      padding-right: 5px; } }
@media (min-width: lap) {
  .gutter-20 {
    margin-left: -5px;
    margin-right: -5px; }
    .gutter-20 > .grid-item {
      padding-left: 5px;
      padding-right: 5px; } }
@media (min-width: 1000px) {
  .gutter-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gutter-20 > .grid-item {
      padding-left: 10px;
      padding-right: 10px; } }
@media (min-width: desk) {
  .gutter-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .gutter-20 > .grid-item {
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 768px) {
  .gutter-30 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .gutter-30 > .grid-item {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
@media (min-width: lap) {
  .gutter-30 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .gutter-30 > .grid-item {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
@media (min-width: 1000px) {
  .gutter-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gutter-30 > .grid-item {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: desk) {
  .gutter-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .gutter-30 > .grid-item {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 768px) {
  .gutter-40 {
    margin-left: -10px;
    margin-right: -10px; }
    .gutter-40 > .grid-item {
      padding-left: 10px;
      padding-right: 10px; } }
@media (min-width: lap) {
  .gutter-40 {
    margin-left: -10px;
    margin-right: -10px; }
    .gutter-40 > .grid-item {
      padding-left: 10px;
      padding-right: 10px; } }
@media (min-width: 1000px) {
  .gutter-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gutter-40 > .grid-item {
      padding-left: 20px;
      padding-right: 20px; } }
@media (min-width: desk) {
  .gutter-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .gutter-40 > .grid-item {
      padding-left: 20px;
      padding-right: 20px; } }

@media (min-width: 768px) {
  .gutter-50 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .gutter-50 > .grid-item {
      padding-left: 12.5px;
      padding-right: 12.5px; } }
@media (min-width: lap) {
  .gutter-50 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .gutter-50 > .grid-item {
      padding-left: 12.5px;
      padding-right: 12.5px; } }
@media (min-width: 1000px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gutter-50 > .grid-item {
      padding-left: 25px;
      padding-right: 25px; } }
@media (min-width: desk) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .gutter-50 > .grid-item {
      padding-left: 25px;
      padding-right: 25px; } }

@media (min-width: 768px) {
  .gutter-60 {
    margin-left: -15px;
    margin-right: -15px; }
    .gutter-60 > .grid-item {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: lap) {
  .gutter-60 {
    margin-left: -15px;
    margin-right: -15px; }
    .gutter-60 > .grid-item {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 1000px) {
  .gutter-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gutter-60 > .grid-item {
      padding-left: 30px;
      padding-right: 30px; } }
@media (min-width: desk) {
  .gutter-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .gutter-60 > .grid-item {
      padding-left: 30px;
      padding-right: 30px; } }

@media (min-width: 768px) {
  .gutter-70 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .gutter-70 > .grid-item {
      padding-left: 17.5px;
      padding-right: 17.5px; } }
@media (min-width: lap) {
  .gutter-70 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .gutter-70 > .grid-item {
      padding-left: 17.5px;
      padding-right: 17.5px; } }
@media (min-width: 1000px) {
  .gutter-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .gutter-70 > .grid-item {
      padding-left: 35px;
      padding-right: 35px; } }
@media (min-width: desk) {
  .gutter-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .gutter-70 > .grid-item {
      padding-left: 35px;
      padding-right: 35px; } }

@media (min-width: 768px) {
  .gutter-80 {
    margin-left: -20px;
    margin-right: -20px; }
    .gutter-80 > .grid-item {
      padding-left: 20px;
      padding-right: 20px; } }
@media (min-width: lap) {
  .gutter-80 {
    margin-left: -20px;
    margin-right: -20px; }
    .gutter-80 > .grid-item {
      padding-left: 20px;
      padding-right: 20px; } }
@media (min-width: 1000px) {
  .gutter-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gutter-80 > .grid-item {
      padding-left: 40px;
      padding-right: 40px; } }
@media (min-width: desk) {
  .gutter-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .gutter-80 > .grid-item {
      padding-left: 40px;
      padding-right: 40px; } }

.gutter-10 {
  margin-left: -5pxpx;
  margin-right: -5pxpx; }
  .gutter-10 > .grid-item {
    padding-left: 5pxpx;
    padding-right: 5pxpx; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

.one-quarter {
  width: 25%; }

.three-quarters {
  width: 25%; }

.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

@media (min-width: 500px) {
  .tablet-full {
    width: 100%; }

  .tablet-one-half {
    width: 50%; }

  .tablet-one-third {
    width: 33.333%; }

  .tablet-two-thirds {
    width: 66.666%; }

  .tablet-one-quarter {
    width: 25%; }

  .tablet-three-quarters {
    width: 75%; }

  .tablet-one-fifth {
    width: 20%; }

  .tablet-two-fifths {
    width: 40%; }

  .tablet-three-fifths {
    width: 60%; }

  .tablet-four-fifths {
    width: 80%; } }
@media (min-width: tablet) {
  .tablet-full {
    width: 100%; }

  .tablet-one-half {
    width: 50%; }

  .tablet-one-third {
    width: 33.333%; }

  .tablet-two-thirds {
    width: 66.666%; }

  .tablet-one-quarter {
    width: 25%; }

  .tablet-three-quarters {
    width: 75%; }

  .tablet-one-fifth {
    width: 20%; }

  .tablet-two-fifths {
    width: 40%; }

  .tablet-three-fifths {
    width: 60%; }

  .tablet-four-fifths {
    width: 80%; } }
@media (min-width: 768px) {
  .lap-full {
    width: 100%; }

  .lap-one-half {
    width: 50%; }

  .lap-one-third {
    width: 33.333%; }

  .lap-two-thirds {
    width: 66.666%; }

  .lap-one-quarter {
    width: 25%; }

  .lap-three-quarters {
    width: 75%; }

  .lap-one-fifth {
    width: 20%; }

  .lap-two-fifths {
    width: 40%; }

  .lap-three-fifths {
    width: 60%; }

  .lap-four-fifths {
    width: 80%; } }
@media (min-width: lap) {
  .lap-full {
    width: 100%; }

  .lap-one-half {
    width: 50%; }

  .lap-one-third {
    width: 33.333%; }

  .lap-two-thirds {
    width: 66.666%; }

  .lap-one-quarter {
    width: 25%; }

  .lap-three-quarters {
    width: 75%; }

  .lap-one-fifth {
    width: 20%; }

  .lap-two-fifths {
    width: 40%; }

  .lap-three-fifths {
    width: 60%; }

  .lap-four-fifths {
    width: 80%; } }
@media (min-width: 1000px) {
  .desk-full {
    width: 100%; }

  .desk-one-half {
    width: 50%; }

  .desk-one-third {
    width: 33.333%; }

  .desk-two-thirds {
    width: 66.666%; }

  .desk-one-quarter {
    width: 25%; }

  .desk-three-quarters {
    width: 75%; }

  .desk-one-fifth {
    width: 20%; }

  .desk-two-fifths {
    width: 40%; }

  .desk-three-fifths {
    width: 60%; }

  .desk-four-fifths {
    width: 80%; } }
@media (min-width: desk) {
  .desk-full {
    width: 100%; }

  .desk-one-half {
    width: 50%; }

  .desk-one-third {
    width: 33.333%; }

  .desk-two-thirds {
    width: 66.666%; }

  .desk-one-quarter {
    width: 25%; }

  .desk-three-quarters {
    width: 75%; }

  .desk-one-fifth {
    width: 20%; }

  .desk-two-fifths {
    width: 40%; }

  .desk-three-fifths {
    width: 60%; }

  .desk-four-fifths {
    width: 80%; } }
@media (min-width: 1400px) {
  .desk-wide-full {
    width: 100%; }

  .desk-wide-one-half {
    width: 50%; }

  .desk-wide-one-third {
    width: 33.333%; }

  .desk-wide-two-thirds {
    width: 66.666%; }

  .desk-wide-one-quarter {
    width: 25%; }

  .desk-wide-three-quarters {
    width: 75%; }

  .desk-wide-one-fifth {
    width: 20%; }

  .desk-wide-two-fifths {
    width: 40%; }

  .desk-wide-three-fifths {
    width: 60%; }

  .desk-wide-four-fifths {
    width: 80%; } }
@media (min-width: desk-wide) {
  .desk-wide-full {
    width: 100%; }

  .desk-wide-one-half {
    width: 50%; }

  .desk-wide-one-third {
    width: 33.333%; }

  .desk-wide-two-thirds {
    width: 66.666%; }

  .desk-wide-one-quarter {
    width: 25%; }

  .desk-wide-three-quarters {
    width: 75%; }

  .desk-wide-one-fifth {
    width: 20%; }

  .desk-wide-two-fifths {
    width: 40%; }

  .desk-wide-three-fifths {
    width: 60%; }

  .desk-wide-four-fifths {
    width: 80%; } }
/*
** Template Styles - Common Styles/Elements
*/
.nav {
  padding-left: 0;
  margin-left: 0; }
  .nav li {
    display: inline-block;
    list-style: none;
    margin: 0 4px; }
    .nav li:first-child {
      margin-left: 0; }
    .nav li:last-child {
      margin-right: 0; }
  .nav.stacked li {
    display: block;
    margin: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ff-bold, .intro, .subheading, .credit, .small-notice, h1, .alpha, h3, .gamma, h4, .delta, h6, .zeta, table th, label, .label, .lozenge, .menu-trigger, .header-contact-email, .menu a, .footer-left a, .footer-right a, .nav-container .nav a, .menu--mobile a, .close-menu a, .call-to-action, .ff-reg, html, body, .descr, .nav, .info-list__title--big, .call-to-action a, .ff-light, .ff-thin, .ff-med, .more, .ff-semi-bold {
  font-family: 'Neuzeit Office W01', helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; }

.ff-thin {
  font-weight: 100; }

.ff-light {
  font-weight: 300; }

.ff-reg, html, body, .descr, .nav, .info-list__title--big, .call-to-action a {
  font-weight: 400; }

.ff-med, .more {
  font-weight: 500; }

.ff-semi-bold {
  font-weight: 600; }

.ff-bold, .intro, .subheading, .credit, .small-notice, h1, .alpha, h3, .gamma, h4, .delta, h6, .zeta, table th, label, .label, .lozenge, .menu-trigger, .header-contact-email, .menu a, .footer-left a, .footer-right a, .nav-container .nav a, .menu--mobile a, .close-menu a, .call-to-action {
  font-weight: 700; }

.ff-italic {
  font-style: italic; }

* {
  -webkit-font-smoothing: antialiased; }

html, body {
  color: #364945;
  font-size: 1rem; }
  @media (min-width: 768px) {
    html, body {
      font-size: 1.063rem; } }
  @media (min-width: lap) {
    html, body {
      font-size: 1.063rem; } }
  @media (min-width: 1000px) {
    html, body {
      font-size: 1.125rem; } }
  @media (min-width: desk) {
    html, body {
      font-size: 1.125rem; } }

.intro {
  font-size: 1.25rem;
  margin: 0 0 1em 0; }
  @media (min-width: 1000px) {
    .intro {
      font-size: 1.675rem; } }
  @media (min-width: desk) {
    .intro {
      font-size: 1.675rem; } }

@media (min-width: 1000px) {
  .intro--masthead {
    font-size: 1.875rem; } }
@media (min-width: desk) {
  .intro--masthead {
    font-size: 1.875rem; } }

.subheading {
  font-size: 1em;
  margin-bottom: 14px; }

.highlight {
  font-size: 1.125rem; }

.descr {
  line-height: 1.25em; }

.bigger {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin: 0 0 2rem 0; }

.large {
  font-size: 1.875rem; }

.massive {
  font-size: 5rem; }

.smaller {
  font-size: 0.875em; }

.tiny {
  font-size: 0.688em; }

.note, .ref {
  font-size: 0.75rem; }

.ref {
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #4A4A4A; }

.info-split .right {
  color: #C02942; }
.info-split.align-right {
  text-align: right;
  max-width: 260px; }
  .info-split.align-right .left {
    float: left; }

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

.nav li {
  margin-left: 6px;
  margin-right: 6px; }
.nav a {
  text-decoration: none; }

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

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

.align-center-to-left-lap {
  text-align: center; }
  @media (min-width: 768px) {
    .align-center-to-left-lap {
      text-align: left; } }
  @media (min-width: lap) {
    .align-center-to-left-lap {
      text-align: left; } }

.align-center-to-right-lap {
  text-align: center; }
  @media (min-width: 768px) {
    .align-center-to-right-lap {
      text-align: right; } }
  @media (min-width: lap) {
    .align-center-to-right-lap {
      text-align: right; } }

.align-center-to-left-desk {
  text-align: center; }
  @media (min-width: 1000px) {
    .align-center-to-left-desk {
      text-align: left; } }
  @media (min-width: desk) {
    .align-center-to-left-desk {
      text-align: left; } }

.align-center-to-right-desk {
  text-align: center; }
  @media (min-width: 1000px) {
    .align-center-to-right-desk {
      text-align: right; } }
  @media (min-width: desk) {
    .align-center-to-right-desk {
      text-align: right; } }

.align-center-to-left-desk-wide {
  text-align: center; }
  @media (min-width: 1400px) {
    .align-center-to-left-desk-wide {
      text-align: left; } }
  @media (min-width: desk-wide) {
    .align-center-to-left-desk-wide {
      text-align: left; } }

.align-center-to-right-desk-wide {
  text-align: center; }
  @media (min-width: 1400px) {
    .align-center-to-right-desk-wide {
      text-align: right; } }
  @media (min-width: desk-wide) {
    .align-center-to-right-desk-wide {
      text-align: right; } }

.white-text {
  color: #ffffff; }

.black-text {
  color: #000000; }

.grey-text {
  color: #808080; }

.green-text {
  color: #1ABC9C !important; }

.yellow-text {
  color: #e6c558 !important; }

.red-text {
  color: #C02942 !important; }

.orange-text {
  color: #D95B43 !important; }

.purple-text {
  color: #542537 !important; }

.components-page section {
  border-bottom: 6px solid #1ABC9C !important; }
  .components-page section > header {
    background: #1ABC9C;
    padding-left: 2%; }
    .components-page section > header h1 {
      color: #ffffff; }
.components-page article {
  border-bottom: 2px solid #ECF0F1 !important;
  padding: 5%; }

h1, h2, h3, h4, h5, h6 {
  color: #364945;
  margin-bottom: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #364945; }

h1, .alpha {
  font-size: 2rem;
  line-height: 1.125em; }
  @media (min-width: 768px) {
    h1, .alpha {
      font-size: 2.5rem; } }
  @media (min-width: lap) {
    h1, .alpha {
      font-size: 2.5rem; } }
  @media (min-width: 1400px) {
    h1, .alpha {
      font-size: 3.125rem; } }
  @media (min-width: desk-wide) {
    h1, .alpha {
      font-size: 3.125rem; } }

h2, .beta {
  font-size: 1.5rem;
  line-height: 1.125em; }
  @media (min-width: 1000px) {
    h2, .beta {
      font-size: 2.125rem; } }
  @media (min-width: desk) {
    h2, .beta {
      font-size: 2.125rem; } }

h3, .gamma {
  font-size: 1.25rem; }
  @media (min-width: 1000px) {
    h3, .gamma {
      font-size: 1.625rem; } }
  @media (min-width: desk) {
    h3, .gamma {
      font-size: 1.625rem; } }

h4, .delta {
  font-size: 1rem; }
  @media (min-width: 1000px) {
    h4, .delta {
      font-size: 1.25rem; } }
  @media (min-width: desk) {
    h4, .delta {
      font-size: 1.25rem; } }

h5, .epsilon {
  font-size: 0.875rem;
  text-transform: uppercase; }
  @media (min-width: 1000px) {
    h5, .epsilon {
      font-size: 1rem; } }
  @media (min-width: desk) {
    h5, .epsilon {
      font-size: 1rem; } }

h6, .zeta {
  font-size: 0.875rem;
  text-transform: uppercase; }

p {
  margin: 0 0 1.25em 0;
  line-height: 1.5em; }

a {
  color: #364945;
  text-decoration: underline;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  a:hover {
    color: #202c29; }
  a:active {
    position: relative;
    top: 1px; }

a, :-moz-any-link:focus {
  outline: none; }

blockquote {
  margin: 1em 0 2em 1em;
  padding-left: 2em;
  border-left: 2px solid #ECF0F1; }

ul, ol, dl {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 1em;
  list-style-type: disc; }
  ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
    line-height: 1.25em;
    margin-bottom: 0.5em; }
  ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    list-style-type: circle; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 4px;
  font-size: 0.938rem;
  margin-bottom: 30px; }
  table caption {
    margin-bottom: 6px;
    text-align: left;
    font-size: 0.85em; }
  table tr:nth-child(odd) td {
    background: #F3F2ED; }
  table td {
    padding: 10px;
    vertical-align: center; }
  table th {
    text-align: left;
    background: #1ABC9C;
    padding: 14px 10px;
    vertical-align: center;
    border-bottom: 2px solid #148f77; }
  @media (min-width: 1000px) {
    table {
      margin-bottom: 60px; } }
  @media (min-width: desk) {
    table {
      margin-bottom: 60px; } }

kbd, code, samp, pre {
  background: #F3F2ED;
  font-family: 'Courier New', Courier, monospace;
  padding: 4px; }

pre {
  overflow: scroll;
  font-size: 80%;
  line-height: 1.25em;
  padding: 3%;
  margin-bottom: 1.25em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

i {
  font-style: italic; }

b {
  font-weight: bold; }

small {
  font-size: 0.75em; }

q {
  quotes: inherit; }
  q:before {
    content: open-quote; }
  q:after {
    content: close-quote; }

cite {
  font-weight: bold; }

dfn {
  font-weight: bold; }

var {
  font-style: italic; }

time {
  font-weight: bold; }

figure {
  margin-bottom: 3%; }

figcaption {
  font-size: 0.75em; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 5%; }
  .iframe-container.no-margin {
    margin-bottom: 1%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.iframe-container--full-height {
  padding-bottom: 100%;
  padding-top: 0; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden; }

legend {
  margin-bottom: 1em; }

label, .label {
  font-size: 0.875rem;
  margin-bottom: 0;
  display: block; }
  label.inline, .label.inline {
    display: inline-block; }

input {
  border: 1px solid #DCDAD3; }
  input ::-webkit-input-placeholder {
    font-weight: 500;
    color: #666666; }
  input ::-moz-placeholder {
    font-weight: 500;
    color: #666666; }
  input :-ms-input-placeholder {
    font-weight: 500;
    color: #666666; }
  input :-moz-placeholder {
    font-weight: 500;
    color: #666666; }
  input:focus {
    border: 1px solid #1ABC9C;
    outline: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], select {
  width: 100%;
  max-width: 600px;
  height: 34px;
  padding-left: 6px;
  font-size: 100%; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus {
    background: #fffefc; }
  @media (min-width: 1000px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], select {
      height: 50px;
      padding-left: 10px; }
      input[type="text"].large-field, input[type="email"].large-field, input[type="tel"].large-field, input[type="password"].large-field, input[type="search"].large-field, input[type="url"].large-field, select.large-field {
        height: 60px; } }
  @media (min-width: desk) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], select {
      height: 50px;
      padding-left: 10px; }
      input[type="text"].large-field, input[type="email"].large-field, input[type="tel"].large-field, input[type="password"].large-field, input[type="search"].large-field, input[type="url"].large-field, select.large-field {
        height: 60px; } }

input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="datetime"], input[type="datetime-local"] {
  padding-left: 6px;
  height: 34px; }
  input[type="number"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus {
    background: #fffefc; }
  @media (min-width: 1000px) {
    input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="datetime"], input[type="datetime-local"] {
      height: 50px;
      padding-left: 10px; }
      input[type="number"].large-field, input[type="date"].large-field, input[type="month"].large-field, input[type="week"].large-field, input[type="datetime"].large-field, input[type="datetime-local"].large-field {
        height: 60px; } }
  @media (min-width: desk) {
    input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="datetime"], input[type="datetime-local"] {
      height: 50px;
      padding-left: 10px; }
      input[type="number"].large-field, input[type="date"].large-field, input[type="month"].large-field, input[type="week"].large-field, input[type="datetime"].large-field, input[type="datetime-local"].large-field {
        height: 60px; } }

select {
  background: white;
  max-width: 600px;
  color: #808080;
  border: 1px solid #DCDAD3; }

textarea {
  width: 100%;
  max-width: 600px;
  border: 1px solid #DCDAD3;
  padding: 10px; }
  textarea ::-moz-placeholder {
    font-weight: 500;
    color: #666666; }
  textarea :-ms-input-placeholder {
    font-weight: 500;
    color: #666666; }
  textarea :-moz-placeholder {
    font-weight: 500;
    color: #666666; }

input[type="checkbox"] {
  margin-right: 10px; }

input[type="submit"], input[type="button"], input[type="reset"],
button[type="submit"], button[type="button"], button[type="reset"] {
  font-size: 0.875rem;
  font-weight: bold;
  border: none;
  margin-bottom: 1%;
  background: #13866f;
  color: #ffffff;
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover,
  button[type="submit"]:hover, button[type="button"]:hover, button[type="reset"]:hover {
    cursor: pointer;
    background: #0e6252; }
  input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled,
  button[type="submit"]:disabled, button[type="button"]:disabled, button[type="reset"]:disabled {
    opacity: 0.4;
    cursor: default; }
  @media (min-width: 1000px) {
    input[type="submit"], input[type="button"], input[type="reset"],
    button[type="submit"], button[type="button"], button[type="reset"] {
      height: 50px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: desk) {
    input[type="submit"], input[type="button"], input[type="reset"],
    button[type="submit"], button[type="button"], button[type="reset"] {
      height: 50px;
      padding-left: 40px;
      padding-right: 40px; } }

a .fa {
  margin-left: 10px; }

.more {
  color: #D95B43; }
  .more .fa {
    font-size: 0.875rem; }
  .more:hover {
    color: #C02942; }

.lozenge {
  display: inline-block;
  border: 1px solid #DCDAD3;
  border-radius: 4px;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  font-size: 0.813rem;
  text-decoration: none;
  padding: 6px 12px;
  margin-bottom: 10px; }
  .lozenge:hover {
    background: #F3F2ED;
    color: #4A4A4A; }
  .lozenge .fa {
    color: #D95B43; }

.lozenge--selected, .lozenge--selected:hover {
  background: #F3F2ED;
  color: #cf442a; }

.buttons > li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px; }
  .buttons > li:first-child {
    margin-left: 0; }
.buttons.stacked > li {
  display: flex;
  margin-left: 0; }

.form-fields {
  margin-bottom: 30px; }
  .form-fields li {
    margin-bottom: 14px; }
  @media (min-width: 1000px) {
    .form-fields {
      margin-bottom: 60px; } }
  @media (min-width: desk) {
    .form-fields {
      margin-bottom: 60px; } }

.inline-form-element {
  display: inline;
  margin-right: 20px; }
  @media (min-width: 1000px) {
    .inline-form-element {
      margin-right: 40px; } }
  @media (min-width: desk) {
    .inline-form-element {
      margin-right: 40px; } }

.list--bullet {
  margin-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px; }
  .list--bullet li {
    line-height: 1.5em;
    list-style-image: url("../img/bullet.svg"); }
  @media (min-width: 768px) {
    .list--bullet {
      padding-left: 10px; } }
  @media (min-width: lap) {
    .list--bullet {
      padding-left: 10px; } }
  @media (min-width: 1000px) {
    .list--bullet {
      margin-bottom: 20px;
      padding-left: 30px; }
      .list--bullet li {
        padding-left: 20px; } }
  @media (min-width: desk) {
    .list--bullet {
      margin-bottom: 20px;
      padding-left: 30px; }
      .list--bullet li {
        padding-left: 20px; } }

.list--default .descr {
  display: none; }
.list--default li {
  float: left;
  margin-bottom: 20px; }
@media (min-width: 768px) {
  .list--default li {
    margin-bottom: 30px; } }
@media (min-width: lap) {
  .list--default li {
    margin-bottom: 30px; } }
.list--default figure a {
  display: block;
  position: relative;
  z-index: 1; }
.list--default .img-container img {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
.list--default .img-container:hover img {
  opacity: 0.8; }
@media (min-width: 1000px) {
  .list--default .descr {
    display: block; }
  .list--default li {
    margin-bottom: 40px; } }
@media (min-width: desk) {
  .list--default .descr {
    display: block; }
  .list--default li {
    margin-bottom: 40px; } }

.img-fallback {
  position: relative;
  background-color: #17a689;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .img-fallback:after {
    display: block;
    content: '';
    background-image: url("../images/cross-green.svg");
    background-size: 42px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .img-fallback:hover {
    background-color: #148f77; }

.list-item-title a {
  color: #ffffff; }
@media (min-width: 1000px) {
  .list-item-title {
    font-size: 1.25rem; } }
@media (min-width: desk) {
  .list-item-title {
    font-size: 1.25rem; } }

@media (min-width: 1000px) {
  .list--large li {
    font-size: 1.25rem; } }
@media (min-width: desk) {
  .list--large li {
    font-size: 1.25rem; } }

@media (min-width: 768px) {
  .body-copy {
    font-size: 1.125em; } }
@media (min-width: lap) {
  .body-copy {
    font-size: 1.125em; } }
@media (min-width: 768px) {
  .body-copy {
    font-size: 1.25em; } }
@media (min-width: lap) {
  .body-copy {
    font-size: 1.25em; } }

.page-title-arrow {
  position: relative;
  margin-bottom: 5%;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%; }
  .page-title-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
    margin-left: -30px;
    position: absolute;
    top: 100%;
    bottom: 100%;
    left: 50%;
    right: 50%; }
  .page-title-arrow .arrow-title {
    max-width: 660px;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto; }
  .page-title-arrow.content--green--dark .arrow-title {
    color: #ffffff; }
  .page-title-arrow.content--green--dark:after {
    border-color: #0DA184 transparent transparent transparent; }
  @media (min-width: 768px) {
    .page-title-arrow .arrow-title {
      font-size: 2.5rem; }
    .page-title-arrow:after {
      border-width: 40px 60px 0 60px;
      margin-left: -60px; } }
  @media (min-width: lap) {
    .page-title-arrow .arrow-title {
      font-size: 2.5rem; }
    .page-title-arrow:after {
      border-width: 40px 60px 0 60px;
      margin-left: -60px; } }
  @media (min-width: 1400px) {
    .page-title-arrow .arrow-title {
      font-size: 3.125rem; } }
  @media (min-width: desk-wide) {
    .page-title-arrow .arrow-title {
      font-size: 3.125rem; } }

.page-title-arrow--no-margin {
  margin-bottom: 0; }

html {
  border: 6px solid #1ABC9C; }
  @media (min-width: 1000px) {
    html {
      border-width: 20px; } }
  @media (min-width: desk) {
    html {
      border-width: 20px; } }

body {
  background: #1ABC9C; }

.content--white {
  background: #ffffff; }

.content--green {
  background: #1ABC9C; }

.content--green--dark {
  background: #0DA184; }

#site-header {
  padding-top: 2%;
  padding-bottom: 2%; }

.header-left {
  display: none; }
  @media (min-width: 768px) {
    .header-left {
      display: inline-block;
      vertical-align: middle;
      width: 40%; } }
  @media (min-width: lap) {
    .header-left {
      display: inline-block;
      vertical-align: middle;
      width: 40%; } }

.logo {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 59%; }
  .logo img {
    max-height: 40px;
    width: auto;
    display: inline-block; }
  @media (min-width: 768px) {
    .logo {
      width: 18%;
      text-align: center; } }
  @media (min-width: lap) {
    .logo {
      width: 18%;
      text-align: center; } }
  @media (min-width: 1000px) {
    .logo img {
      max-height: 60px; } }
  @media (min-width: desk) {
    .logo img {
      max-height: 60px; } }

.header-right {
  display: inline-block;
  vertical-align: middle;
  width: 39%;
  text-align: right; }
  @media (min-width: 768px) {
    .header-right {
      width: 40%; } }
  @media (min-width: lap) {
    .header-right {
      width: 40%; } }

.menu-trigger {
  color: #364945;
  text-decoration: none; }
  .menu-trigger:hover {
    color: #1ABC9C; }
  .menu-trigger .fa {
    margin-left: 2px;
    margin-right: 2px; }

.header-contact-email {
  display: none;
  font-size: 0.875rem;
  text-decoration: none;
  color: #1ABC9C;
  border-bottom: 2px solid #1ABC9C; }
  .header-contact-email:hover {
    color: #364945;
    border-color: #364945; }
  @media (min-width: 768px) {
    .header-contact-email {
      display: inline-block; } }
  @media (min-width: lap) {
    .header-contact-email {
      display: inline-block; } }

.menu li {
  display: inline-block;
  margin: 5px 10px; }
.menu a {
  border-bottom: 2px solid transparent;
  font-size: 0.875rem;
  color: #364945;
  text-decoration: none; }
  .menu a:hover {
    border-color: #1ABC9C; }
  .menu a:hover {
    color: #1ABC9C;
    text-decoration: none; }
@media (min-width: 1000px) {
  .menu li {
    margin-left: 10px;
    margin-right: 10px; } }
@media (min-width: desk) {
  .menu li {
    margin-left: 10px;
    margin-right: 10px; } }

#site-footer {
  background: #1ABC9C;
  text-align: center;
  color: #ffffff;
  padding-top: 2%;
  padding-bottom: 5%; }
  #site-footer .logo {
    text-align: center;
    margin-bottom: 3%; }
  #site-footer a {
    color: #ffffff; }
  #site-footer img {
    display: inline-block; }
  @media (min-width: 768px) {
    #site-footer {
      text-align: left; }
      #site-footer .logo {
        display: inline-block;
        vertical-align: middle;
        width: 19%;
        margin-bottom: 0; } }
  @media (min-width: lap) {
    #site-footer {
      text-align: left; }
      #site-footer .logo {
        display: inline-block;
        vertical-align: middle;
        width: 19%;
        margin-bottom: 0; } }

.footer-left a, .footer-right a {
  text-decoration: none; }
  .footer-left a:hover, .footer-right a:hover {
    border-color: #ffffff; }
@media (min-width: 768px) {
  .footer-left, .footer-right {
    display: inline-block;
    vertical-align: middle;
    width: 40%; } }
@media (min-width: lap) {
  .footer-left, .footer-right {
    display: inline-block;
    vertical-align: middle;
    width: 40%; } }

.footer-right {
  text-align: right; }
  .footer-right a {
    margin-right: 10px;
    border-bottom: 2px solid transparent; }
    .footer-right a:hover {
      border-color: #ffffff; }

.hero--feature {
  min-height: 350px;
  height: 60vh;
  position: relative; }

.hero-copy {
  padding-top: 10%;
  position: relative; }
  @media (min-width: 500px) {
    .hero-copy {
      position: absolute;
      bottom: 5%;
      padding-top: 0; }
      .hero-copy .intro {
        font-size: 1.5rem; }
      .hero-copy p {
        font-size: 1rem; } }
  @media (min-width: tablet) {
    .hero-copy {
      position: absolute;
      bottom: 5%;
      padding-top: 0; }
      .hero-copy .intro {
        font-size: 1.5rem; }
      .hero-copy p {
        font-size: 1rem; } }
  @media (min-width: 1400px) {
    .hero-copy {
      bottom: 10%;
      padding-top: 0; }
      .hero-copy .intro {
        font-size: 1.875rem; }
      .hero-copy p {
        font-size: 1.25rem; } }
  @media (min-width: desk-wide) {
    .hero-copy {
      bottom: 10%;
      padding-top: 0; }
      .hero-copy .intro {
        font-size: 1.875rem; }
      .hero-copy p {
        font-size: 1.25rem; } }

.hero--default {
  padding-top: 3%; }
  .hero--default .page-title {
    margin: 0; }

.hero--single {
  padding-top: 10%; }

.hero--single--image {
  min-height: 350px;
  height: 60vh;
  position: relative; }
  .hero--single--image .hero-copy {
    color: #ffffff;
    z-index: 10;
    position: absolute;
    bottom: 5%;
    left: 10px;
    padding-top: 0;
    width: 100%; }
    .hero--single--image .hero-copy .page-title {
      color: #ffffff; }
  .hero--single--image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    opacity: 0.6; }
  @media (min-width: 1000px) {
    .hero--single--image {
      min-height: 550px; } }
  @media (min-width: desk) {
    .hero--single--image {
      min-height: 550px; } }

@media (min-width: 1000px) {
  .hero--call-to-action .page-title {
    float: left; }
  .hero--call-to-action .call-to-action {
    float: right; } }
@media (min-width: desk) {
  .hero--call-to-action .page-title {
    float: left; }
  .hero--call-to-action .call-to-action {
    float: right; } }

.nav-container {
  display: none;
  height: 120px;
  padding-top: 40px; }
  .nav-container .nav {
    text-align: center;
    margin-bottom: 0; }
    .nav-container .nav a {
      text-transform: uppercase; }
  @media (min-width: 1000px) {
    .nav-container {
      display: block; } }
  @media (min-width: desk) {
    .nav-container {
      display: block; } }
  @media (min-width: 1400px) {
    .nav-container {
      padding-top: 32px; } }
  @media (min-width: desk-wide) {
    .nav-container {
      padding-top: 32px; } }

.main-nav {
  margin-bottom: 10px; }
  .main-nav a {
    font-size: 1rem;
    color: #4A4A4A;
    display: inline;
    border-bottom: 2px solid transparent; }
    .main-nav a:hover {
      background: none;
      color: #000000;
      border-color: #000000; }
  @media (min-width: 1400px) {
    .main-nav {
      margin-bottom: 14px; }
      .main-nav li {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1.25rem; } }
  @media (min-width: desk-wide) {
    .main-nav {
      margin-bottom: 14px; }
      .main-nav li {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1.25rem; } }

.secondary-nav a {
  color: #808080;
  font-size: 0.875rem; }
  .secondary-nav a:hover {
    color: #000000; }
@media (min-width: 1400px) {
  .secondary-nav li {
    margin-left: 14px;
    margin-right: 14px; } }
@media (min-width: desk-wide) {
  .secondary-nav li {
    margin-left: 14px;
    margin-right: 14px; } }

/*
** Mobile Menu
*/
.mobile-menu-container {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background: #1ABC9C;
  color: #ffffff;
  max-height: 0;
  overflow: hidden; }
  .mobile-menu-container.active {
    max-height: 300px; }
  .mobile-menu-container a {
    color: #ffffff; }

.menu--mobile {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10%; }
  .menu--mobile li {
    display: block; }
  .menu--mobile a {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px; }
    .menu--mobile a:hover {
      background: #148f77;
      color: #ffffff; }

.close-menu a {
  text-decoration: none; }
  .close-menu a:hover {
    color: #364945; }

.signup-content {
  color: #ffffff; }
  .signup-content h3 {
    color: #ffffff; }

.mc-field-group label {
  margin-bottom: 10px; }
.mc-field-group input {
  margin-bottom: 20px; }
@media (min-width: 1000px) {
  .mc-field-group input {
    line-height: 60px;
    height: 60px; } }
@media (min-width: desk) {
  .mc-field-group input {
    line-height: 60px;
    height: 60px; } }

.products-contanier {
  padding-top: 5%; }

.product-item {
  position: relative; }
  .product-item:hover .product-item__image {
    opacity: 0.8; }
  .product-item a {
    text-decoration: none; }

.product-item__image {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  .product-item__image img {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .product-item__image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 80%;
      background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      opacity: 0.6; } }
  @media (min-width: lap) {
    .product-item__image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 80%;
      background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      opacity: 0.6; } }

.product-item__positioner {
  color: #ffffff; }
  @media (min-width: 768px) {
    .product-item__positioner {
      position: absolute;
      bottom: 10px;
      left: 20px;
      width: 60%; } }
  @media (min-width: lap) {
    .product-item__positioner {
      position: absolute;
      bottom: 10px;
      left: 20px;
      width: 60%; } }
  @media (min-width: 1000px) {
    .product-item__positioner {
      bottom: 30px;
      left: 40px; } }
  @media (min-width: desk) {
    .product-item__positioner {
      bottom: 30px;
      left: 40px; } }
  @media (min-width: 1400px) {
    .product-item__positioner {
      bottom: 50px;
      left: 60px; } }
  @media (min-width: desk-wide) {
    .product-item__positioner {
      bottom: 50px;
      left: 60px; } }

.product-item__title {
  color: #ffffff; }
  @media (min-width: 768px) {
    .product-item__title {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } }
  @media (min-width: lap) {
    .product-item__title {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } }
  @media (min-width: 768px) {
    .product-item__title {
      margin-bottom: 0.5em;
      font-size: 2rem; } }
  @media (min-width: lap) {
    .product-item__title {
      margin-bottom: 0.5em;
      font-size: 2rem; } }
  @media (min-width: 1400px) {
    .product-item__title {
      font-size: 3.125rem; } }
  @media (min-width: desk-wide) {
    .product-item__title {
      font-size: 3.125rem; } }

@media (min-width: 768px) {
  .product-item__descr {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    max-width: 400px; } }
@media (min-width: lap) {
  .product-item__descr {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    max-width: 400px; } }

.pagination {
  padding-top: 7%;
  padding-bottom: 10%;
  text-align: center; }
  .pagination .page-nav {
    border-bottom: 2px solid transparent;
    margin: 0 5% 20%;
    color: #ffffff;
    font-size: 1.5rem;
    display: inline-block; }
    .pagination .page-nav:hover {
      border-color: #ffffff; }
  @media (min-width: 1000px) {
    .pagination .page-nav {
      font-size: 2.5rem; } }
  @media (min-width: desk) {
    .pagination .page-nav {
      font-size: 2.5rem; } }
  @media (min-width: 1400px) {
    .pagination .page-nav {
      font-size: 3.125rem; } }
  @media (min-width: desk-wide) {
    .pagination .page-nav {
      font-size: 3.125rem; } }

.pagination-info {
  color: #808080; }

.next, .prev {
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none; }

a.prev .fa {
  margin-right: 10px;
  margin-left: 0; }

.article-main {
  margin-bottom: 10%; }
  .article-main .body-copy {
    margin-bottom: 10%; }
    .article-main .body-copy .grid {
      overflow: auto; }
    .article-main .body-copy .grid-item.tablet-one-half, .article-main .body-copy .grid-item.tablet-one-third {
      float: left; }
  .article-main .img-container {
    margin-bottom: 5%; }
  .article-main h1, .article-main h2, .article-main h3, .article-main h4, .article-main h5, .article-main h6 {
    margin-top: 1em;
    margin-bottom: 0.75em; }

.article-footer {
  margin-bottom: 10%; }
  .article-footer .back {
    border-bottom: 2px solid transparent;
    font-size: 1.5rem;
    text-decoration: none; }
    .article-footer .back:hover {
      border-color: #364945; }
  @media (min-width: 1000px) {
    .article-footer .back {
      font-size: 2.5rem; } }
  @media (min-width: desk) {
    .article-footer .back {
      font-size: 2.5rem; } }
  @media (min-width: 1400px) {
    .article-footer .back {
      font-size: 3.125rem; } }
  @media (min-width: desk-wide) {
    .article-footer .back {
      font-size: 3.125rem; } }

.quick-info-list {
  margin-top: 5%;
  color: #ffffff; }

.info-list__item {
  margin-bottom: 30px; }
  .info-list__item .inner {
    border-left: 8px solid #0DA184;
    padding: 5%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .info-list__item .inner:hover {
      background: #17a689;
      border-color: #ffffff; }
  @media (min-width: 768px) {
    .info-list__item {
      margin-bottom: 60px; } }
  @media (min-width: lap) {
    .info-list__item {
      margin-bottom: 60px; } }

.info-list__title {
  color: #ffffff; }

.info-list__title--big {
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-bottom: 0; }
  @media (min-width: 1400px) {
    .info-list__title--big {
      font-size: 1.75rem; } }
  @media (min-width: desk-wide) {
    .info-list__title--big {
      font-size: 1.75rem; } }

.large-image-block {
  margin-bottom: 0; }
  .large-image-block img {
    width: 100%;
    height: auto; }

.call-to-action {
  border: 6px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  display: inline-block;
  max-width: 300px;
  padding: 1% 2% 2%; }
  .call-to-action p {
    margin-bottom: 0; }
  .call-to-action a {
    color: #ffffff; }
    .call-to-action a:hover {
      color: #1ABC9C; }
  @media (min-width: 768px) {
    .call-to-action {
      max-width: 500px; } }
  @media (min-width: lap) {
    .call-to-action {
      max-width: 500px; } }

.call-to-action__title {
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0; }
  .call-to-action__title a {
    color: #ffffff;
    margin-top: 3%;
    font-weight: 400;
    display: block; }
  @media (min-width: 768px) {
    .call-to-action__title {
      text-align: left;
      font-size: 1.75rem; }
      .call-to-action__title a {
        margin-top: 0;
        float: right; } }
  @media (min-width: lap) {
    .call-to-action__title {
      text-align: left;
      font-size: 1.75rem; }
      .call-to-action__title a {
        margin-top: 0;
        float: right; } }
  @media (min-width: 1400px) {
    .call-to-action__title {
      font-size: 2.25rem; } }
  @media (min-width: desk-wide) {
    .call-to-action__title {
      font-size: 2.25rem; } }

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