@charset "UTF-8";
/**
 * Reset the box-sizing
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/**
 * 1. Prevent adjustments of font size after orientation changes in IE and iOS
 * 2. Prevents an ugly flickering of font "thickness" when animations start and stop
 * 3. Changes the default tap highlight to be completely transparent in iOS.
 */
html {
  -webkit-font-smoothing: antialiased;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 1 */
  -moz-osx-font-smoothing: grayscale;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

body {
  margin: 0;
  line-height: 1;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ul,
ol {
  padding-left: 0;
}

li {
  display: block;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`.
 */
img {
  max-width: 100%;
  /* [1] */
  height: auto;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
  border: 0;
}

:focus {
  outline: none;
}

iframe {
  max-width: 100%;
}

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

/**
 * 1. Remove iOS rounded borders.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  /* 1 */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 1 */
}

/**
 * 1. The -webkit-font-smoothing rule fixes buggy inheritance.
 */
button {
  overflow: visible;
  padding: 0;
  -webkit-font-smoothing: inherit;
  /* 1 */
  letter-spacing: inherit;
  background: none;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[role="button"],
button {
  cursor: pointer;
}

/**
 * 1. Set resize to vertical
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 1 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Remove rounded corners on search inputs in iOS
 */
[type="search"] {
  -webkit-appearance: none;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

[type="date"],
[type="time"],
[type="datetime-local"],
[type="month"],
[type="week"] {
  -webkit-appearance: listbox;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

body {
  min-height: 100%;
}

.wrapper {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.wrapper.is-pushed-right {
  position: fixed;
  -webkit-transform: translateX(-28rem);
  transform: translateX(-28rem);
}

a {
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
}

/**
 * Always declare margins in the same direction.
 */
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
table {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/**
 * Remove trailing margins from nested lists
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

html {
  font-size: 16px;
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 11px;
  }
}

@media (max-width: 543px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #444;
  font-family: 'Open Sans', sans-serif;
}

h2,
.h2 {
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1.2;
}

h3,
.h3 {
  margin-bottom: 0.5em;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.2;
}

h4,
.h4 {
  margin-bottom: 0.5em;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.2;
}

p {
  font-size: 1.625em;
  line-height: 1.3;
}

b,
strong {
  font-weight: 700;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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: pointer;
  cursor: hand;
}

.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;
}

.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-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?27319415");
  src: url("../font/fontello.eot?27319415#iefix") format("embedded-opentype"), url("../font/fontello.woff2?27319415") format("woff2"), url("../font/fontello.woff?27319415") format("woff"), url("../font/fontello.ttf?27319415") format("truetype"), url("../font/fontello.svg?27319415#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?27319415#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-cancel:before {
  content: '\e801';
}

/* '' */
.icon-cancel-1:before {
  content: '\e802';
}

/* '' */
.icon-cancel-2:before {
  content: '\e803';
}

/* '' */
.icon-down-open:before {
  content: '\e804';
}

/* '' */
.icon-up-open:before {
  content: '\e805';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}

/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}

/* '' */
.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}

.container::after {
  content: '';
  display: block;
  clear: both;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-bottom: -5rem;
  margin-left: -1.25rem;
}

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

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

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

.grid--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid--flush {
  margin: 0;
}

.grid--flush .grid__cell {
  padding: 0;
}

.grid__cell {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
}

.grid__cell--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid__cell--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid__cell--middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.grid__cell--first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.grid__cell--last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.grid__cell--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-1\/2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.u-2\/2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.u-1\/3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.u-2\/3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.u-3\/3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.u-1\/4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.u-2\/4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.u-3\/4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.u-4\/4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 0) {
  .u-1\/2\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-2\/2\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/3\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .u-2\/3\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .u-3\/3\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/4\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .u-2\/4\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-3\/4\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .u-4\/4\@xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 544px) {
  .u-1\/2\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-2\/2\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/3\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .u-2\/3\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .u-3\/3\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/4\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .u-2\/4\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-3\/4\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .u-4\/4\@sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .u-1\/2\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-2\/2\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/3\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .u-2\/3\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .u-3\/3\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/4\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .u-2\/4\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-3\/4\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .u-4\/4\@md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .u-1\/2\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-2\/2\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/3\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .u-2\/3\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .u-3\/3\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/4\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .u-2\/4\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-3\/4\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .u-4\/4\@lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .u-1\/2\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-2\/2\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/3\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .u-2\/3\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .u-3\/3\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .u-1\/4\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .u-2\/4\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .u-3\/4\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .u-4\/4\@xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.header {
  position: relative;
  z-index: 10;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.95);
  margin: 0;
  -webkit-transition: margin 0.33333s;
  transition: margin 0.33333s;
}

@media (max-width: 1199px) {
  .header {
    padding: 10px 0;
  }
}

.header.is-pushed-down {
  margin-top: 75px;
}

.header__logo {
  float: left;
  overflow: hidden;
  width: 279px;
  height: 115px;
  text-indent: -9999px;
  vertical-align: top;
  background-image: url("../img/footprint-ecology-logo-2016.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .header__logo {
    background-image: url("../img/footprint-ecology-logo-2016@2x.png");
  }
}

@media (max-width: 991px) {
  .header__logo {
    width: 250px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 220px;
    height: 90px;
  }
}

.header__actions {
  float: right;
  padding-top: 38px;
}

@media (max-width: 991px) {
  .header__actions {
    padding-top: 34px;
  }
}

.header__inner {
  overflow: hidden;
}

.footer {
  padding: 2em 0;
  color: #c9d9bc;
  text-align: center;
  background: #7b9665;
}

.footer__social {
  margin: 0 0 1em;
  font-size: 1.75em;
}

.footer__social > a {
  margin: 0 0.2em;
}

.footer__social > a:hover, .footer__social > a:active, .footer__social > a:focus {
  color: #fff;
}

.footer__address {
  margin: 0;
  font-size: 1.25em;
  font-style: normal;
  line-height: 2;
}

.footer__copy {
  font-size: 1.25em;
  line-height: 2;
}

.footer__copy > a:hover, .footer__copy > a:active, .footer__copy > a:focus {
  color: #fff;
}

.footer-nav {
  padding: 6.25em 0;
  background: #8cac73;
}

.footer-nav .h2 {
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.875em;
}

.footer-nav ul {
  margin-left: 0;
}

.footer-nav li {
  font-size: 1.25em;
  line-height: 2;
}

.footer-nav a {
  color: #fff;
}

.footer-nav a:hover, .footer-nav a:active, .footer-nav a:focus {
  background: #e9a25c;
}

.nav {
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  width: 28rem;
  height: 100%;
  color: #fff;
  background: #63747c;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .nav {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .nav {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .nav {
    font-size: 11px;
  }
}

.nav__head {
  padding: 3em 3em 0.35em;
  background: #5b6a71;
}

.nav__head a:hover {
  color: #fff;
  background: #e9a25c;
}

.nav__list {
  padding: 1em 0 2.5em 3em;
}

.nav__list > li {
  margin-bottom: 1em;
}

.nav__list > li > a {
  color: #e5eaf1;
  font-size: 1.25em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .nav__list > li > a {
    font-size: 1.4375em;
  }
}

.nav__list > li > a:hover, .nav__list > li > a:active, .nav__list > li > a:focus {
  color: #fff;
  background: #e9a25c;
}

.nav__sublist {
  margin: 0.5em 0;
}

.nav__sublist li {
  padding: 0.2em 0;
  line-height: 1.2;
}

.nav__sublist a {
  color: #cfe1e9;
  font-size: 1.1875em;
}

@media (max-width: 767px) {
  .nav__sublist a {
    font-size: 1.375em;
  }
}

.nav__sublist a:hover, .nav__sublist a:active, .nav__sublist a:focus {
  color: #fff;
  background: #e9a25c;
}

.nav__social {
  padding: 0 0 3em 3em;
}

.nav__social a {
  margin-right: 1ex;
  color: #93a8b1;
  font-size: 1.25em;
}

.nav__social a:hover, .nav__social a:active, .nav__social a:focus {
  color: #fff;
}

.nav-trigger {
  float: left;
  font-size: 16px;
  background: none;
  border: 0;
  cursor: pointer;
  height: 2.5rem;
  margin-left: 1rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.nav-trigger:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .nav-trigger {
    font-size: 12px;
  }
}

@media (max-width: 543px) {
  .nav-trigger {
    margin-left: .5rem;
  }
}

.nav-trigger__title {
  display: inline-block;
  color: #a4bac4;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .nav-trigger__title {
    display: none;
  }
}

.nav-trigger__hamburger {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1em 0 1.375em;
  width: 3.125em;
}

.nav-trigger__hamburger span,
.nav-trigger__hamburger span::before,
.nav-trigger__hamburger span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0.375em;
  background: #a4bac4;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.nav-trigger__hamburger span::before {
  top: -0.75em;
}

.nav-trigger__hamburger span::after {
  bottom: -0.75em;
}

.is-active .nav-trigger__hamburger span {
  background: transparent;
}

.is-active .nav-trigger__hamburger span::before {
  top: 0;
  background: #abbcb7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-active .nav-trigger__hamburger span::after {
  top: 0;
  background: #abbcb7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.o-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.o-media h3 {
  margin-bottom: 0.5em;
  font-size: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.o-media__img {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
}

.o-media__img:hover {
  -webkit-box-shadow: inset 0 0 0 10px #e9a25c;
  box-shadow: inset 0 0 0 10px #e9a25c;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.o-media__img > img {
  border-radius: 50%;
}

.o-media__img.-static:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}

.o-media__body {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

.o-media__body > h3 {
  margin-bottom: 0.5em;
  font-size: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.o-media__body > p {
  max-width: 17.14286em;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.3125em;
  line-height: 1.429;
}

.o-media__body > p a:not(.btn):hover {
  color: #fff;
  background: #e9a25c;
}

.o-media__btn {
  margin-top: auto;
  text-transform: uppercase;
}

.t-white .o-media__img {
  background: #94a9b2;
}

.t-green .o-media__img {
  background: #94a9b2;
}

.t-graphite .o-media__img {
  background: #d0e3ea;
}

.o-list {
  margin-top: 3em;
  margin-bottom: 3em;
}

.o-list > li {
  position: relative;
  margin-bottom: 3rem;
  padding: 2em 1.75em;
  font-size: 1.625em;
  line-height: 1.3;
  border-bottom: 4px solid;
}

.o-list > li::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  margin-left: -15px;
  border: 5px solid;
  border-radius: 50%;
}

.o-list > li:last-child {
  margin-bottom: 0;
}

.o-list img {
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  vertical-align: top;
}

.o-list--feet {
  padding: 0;
  background: none;
  border: 0;
}

.o-list--feet > li {
  margin: 0 0 1.5em;
  padding-top: 45px;
  background-image: url("../img/icons/foot-1.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  border: 0;
  padding-bottom: 0;
}

.o-list--feet > li::before {
  display: none;
}

.o-list.t-white li {
  background: #edf4f6;
  border-bottom-color: #edf4f6;
}

.o-list.t-white li::before {
  background: #dbe6e9;
  border-color: #fff;
}

.o-list.t-gray li {
  background: #47545c;
  border-bottom-color: #424e55;
}

.o-list.t-gray li::before {
  background: #47545c;
  border-color: #4f5e66;
}

.o-list.t-green li {
  background: #546f43;
  border-bottom-color: #4f683f;
}

.o-list.t-green li::before {
  background: #546f43;
  border-color: #617c4f;
}

/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.o-ratio::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height;
}

.msg_error {
  color: #ff6d5d;
  background: #fffeb5;
  padding: 10px 30px;
  font-size: 17px;
  line-height: 22px;
  margin: 10px 0;
}

.msg_error li {
  list-style: none;
  padding: 0 !important;
  background: none !important;
}

.msg_success {
  color: #508600;
  background: #EDFBD8;
  border: 1px solid #BFDE84;
  padding: 5px 10px;
  margin: 1em 0;
  font-size: 17px;
  line-height: 22px;
}

.msg_notice {
  color: #585b66;
  background: #dbe3ff;
  border: 1px solid #a2b4ee;
  padding: 5px 10px;
  margin: 1em 0;
  font-size: 17px;
  line-height: 22px;
}

.msg_warning {
  color: #666452;
  background: #fffbcc;
  border: 1px solid #e6db55;
  padding: 5px 10px;
  margin: 1em 0;
  font-size: 17px;
  line-height: 22px;
}

.msg_center {
  text-align: center;
}

[class^=alert] {
  padding: 1em;
  margin: 1.5rem 0;
  font-size: 1em;
  line-height: 1.4;
  border-radius: 5px;
}

.alert-error {
  color: #ff6d5d;
  background: #fffeb5;
  border: 1px solid #e6db55;
}

.alert-success {
  color: #508600;
  background: #EDFBD8;
  border: 1px solid #BFDE84;
}

.alert-notice {
  color: #585b66;
  background: #dbe3ff;
  border: 1px solid #a2b4ee;
}

.alert-warning {
  color: #666452;
  background: #fffbcc;
  border: 1px solid #e6db55;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0 0.75em;
  color: transparent;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.85em;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: color 0.33333s ease-out;
  transition: color 0.33333s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: auto;
  margin-left: auto;
}

.btn > span {
  position: relative;
}

.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e9a25c;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.33333s ease-out;
  transition: -webkit-transform 0.33333s ease-out;
  transition: transform 0.33333s ease-out;
  transition: transform 0.33333s ease-out, -webkit-transform 0.33333s ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.btn:hover, .btn:active, .btn:focus {
  color: #fff !important;
}

.btn:hover::before, .btn:active::before, .btn:focus::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn--full {
  width: 100%;
}

.btn--green-dark {
  color: #fff;
  background: #8cac73;
}

.btn--white-graphite {
  color: #fff;
  background: #93a9b2;
}

.btn--graphite {
  color: #778a91;
  background: #d0e3ea;
}

.btn--blue {
  color: #313c41;
  background: #a4c0cc;
}

.c-case-studies > .grid__cell {
  padding-bottom: 1.875em;
}

.c-case-studies__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #edf4f6;
  border-radius: 1.25em;
  border: 0.625em solid #fcfcfc;
  padding: 5em 2.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.c-case-studies__item:hover, .c-case-studies__item:active, .c-case-studies__item:focus {
  background: #e1edf1;
}

.c-case-studies__item:hover .btn, .c-case-studies__item:active .btn, .c-case-studies__item:focus .btn {
  color: #fff !important;
}

.c-case-studies__item:hover .btn::before, .c-case-studies__item:active .btn::before, .c-case-studies__item:focus .btn::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-case-studies__item img {
  margin: 0 auto;
  border: 0.625em solid #92a7b0;
  border-radius: 1.25em;
  margin-bottom: 2em;
}

.c-case-studies__item h2 {
  font-size: 1.75em;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.c-case-studies__item .btn {
  margin-top: auto;
}

.c-circle {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.c-circle:hover .c-circle__img::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-circle:hover .c-circle__img::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-circle__img {
  position: relative;
  z-index: 3;
  display: inline-block;
  overflow: hidden;
  width: 8.75em;
  height: 8.75em;
  vertical-align: top;
  border-radius: 50%;
}

.c-circle__img::before, .c-circle__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.c-circle__img::before {
  background: repeating-linear-gradient(90deg, #63747c, #63747c 50%, #92a7b0 50%, #92a7b0 100%);
  -webkit-transition: all 0.33333s ease-in-out;
  transition: all 0.33333s ease-in-out;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-circle__img::after {
  background: repeating-linear-gradient(90deg, #e7a25c, #e7a25c 50%, #bb8d5c 50%, #bb8d5c 100%);
  -webkit-transition: all 0.33333s ease-in-out;
  transition: all 0.33333s ease-in-out;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.c-circle__img > img {
  position: relative;
  z-index: 3;
  border: 0.625rem solid;
  border-radius: 50%;
}

.c-circle__title {
  margin: 1.5rem 0 0 !important;
}

.c-circle__back {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.c-circle:hover .c-circle__back {
  opacity: 1;
  -webkit-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
}

.c-circle--static:hover .c-circle__img::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-circle--static:hover .c-circle__img::after {
  display: none;
}

.c-clients {
  background: #ecf2f4;
  border: 0.625em solid #f6fafb;
  margin: 0 -0.625em;
  border-radius: 1em;
  margin-bottom: 1.25rem;
}

.c-clients h3 {
  color: #92a7b0;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
}

.c-clients ul {
  text-align: left;
  padding: 1em 2em;
  -webkit-column-gap: 8em;
  column-gap: 8em;
  -webkit-column-count: 3;
  column-count: 3;
}

@media (max-width: 767px) {
  .c-clients ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 543px) {
  .c-clients ul {
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
}

.c-clients li {
  color: #92a7b0;
  font-size: 1.5em;
  line-height: 1.30769;
  margin-bottom: .25em;
}

.c-contact {
  overflow: hidden;
  max-width: 343px;
  margin: 1em auto 0;
  padding: 0.625rem 1.25rem;
  line-height: 1.75rem;
  background: #fff;
  border-radius: 2px;
}

.c-contact__phone {
  float: left;
  color: #63747c;
  font-size: 1.125em;
  font-weight: bold;
}

.c-contact__social {
  float: right;
}

.c-contact__social a {
  display: inline-block;
  margin-left: 0.15em;
  color: #63747c;
  font-size: 1.5em;
  vertical-align: top;
}

.c-contact__social a::before {
  margin: 0;
}

.g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 371px) {
  #rc-imageselect, .g-recaptcha {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media (max-width: 320px) {
  #rc-imageselect, .g-recaptcha {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.c-course {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 1.875rem;
  padding: 3.75em 0 3.75em;
}

.c-course__img {
  border: solid 0.625em #c8d8bb;
  border-radius: 1.25em;
  margin-bottom: 1.5rem;
}

.c-course__note {
  background-color: #b6caa6;
  color: #5e7c4b;
  font-size: 1.375em;
  padding: 0.5em;
}

.c-course-details {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.c-course-details p,
.c-course-details li {
  font-size: 1.3125em;
  line-height: 1.42857;
}

.c-course-details__toggle {
  color: #efffe2;
  font-size: 1.3125em;
  line-height: 1.42857;
  font-weight: 600;
}

.c-course-details__body {
  padding-top: 2rem;
}

.example-item {
  margin: 0 auto;
}

.example-item img {
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.example-item h3 {
  margin-bottom: 0.5em;
  font-size: 1.3125em;
  font-weight: 600;
  line-height: 1.43;
}

.example-item p {
  font-size: 1.125em;
  line-height: 1.33;
}

.c-featured-project {
  color: #fff;
  text-align: center;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
}

.c-featured-project .container {
  position: relative;
  padding: 6.25em 0 10em !important;
}

.c-featured-project h2 {
  margin: 1.5rem 0 2rem;
}

.c-featured-project p {
  font-size: 2em;
}

.c-featured-project__credit {
  position: absolute;
  right: 2.5rem;
  bottom: 0;
  color: #fff;
  font-size: 0.9375em !important;
  line-height: 2.6;
  text-align: right;
  text-transform: uppercase;
}

.c-featured-project--rachel {
  background-image: url("../img/page-sections/home-featured-rachel.jpg");
}

.c-form {
  /**
  * 1. Chrome fix for centering select text
  */
}

.c-form input,
.c-form textarea,
.c-form select {
  width: 100%;
  color: #63747c;
  font-size: 1.125em;
  line-height: 1.3;
  text-align: center;
  background: #e8eff3;
  border: 1px solid #85969e;
  border-radius: 2px;
  padding: .25em .5em;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
}

.c-form input::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder {
  color: #a4bac4;
  opacity: 1;
  text-align: center;
  font-style: italic;
}

.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form select:-ms-input-placeholder {
  color: #a4bac4;
  opacity: 1;
  text-align: center;
  font-style: italic;
}

.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder,
.c-form select::-ms-input-placeholder {
  color: #a4bac4;
  opacity: 1;
  text-align: center;
  font-style: italic;
}

.c-form input::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
  color: #a4bac4;
  opacity: 1;
  text-align: center;
  font-style: italic;
}

.c-form input:focus,
.c-form textarea:focus,
.c-form select:focus {
  color: #fff;
  background: #84939b;
}

.c-form select {
  text-align-last: center;
  /* 1 */
}

.c-form textarea {
  height: 5em;
  padding: .25em .5em;
  text-align: left;
}

.c-form__group {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

.c-form--contact {
  max-width: 343px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
}

.form-error {
  display: block;
  text-align: left;
  font-size: 12px;
  color: red;
  padding: 2px 0 0;
}

.c-form__group select {
  cursor: pointer;
}

.c-form__group label {
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  top: 16px;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
  color: #a4bac4;
  opacity: 1;
  font-style: italic;
  font-size: 1.125em;
}

.c-form__group label.active {
  top: 12px;
  color: #555;
  font-style: normal;
  font-size: 13px;
}

.c-form__group label.active + input, .c-form__group label.active + textarea {
  padding-top: 1em;
}

.c-form__group.focused label {
  color: #fff;
}

.c-home-slider {
  margin-top: -155px;
  max-height: 760px;
}

@media (max-width: 1199px) {
  .c-home-slider {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .c-home-slider {
    display: none;
  }
}

.c-home-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  background: rgba(255, 255, 255, 0.8);
}

.c-home-slider .slick-dots li {
  display: inline-block;
  line-height: 3.75em;
}

.c-home-slider .slick-dots button {
  display: inline-block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  padding: 0;
  text-indent: -999px;
  vertical-align: middle;
  background: none;
  background: #a3a3a3;
  border: 0;
  border-radius: 50%;
}

.c-home-slider .slick-dots button:hover, .c-home-slider .slick-dots button:active, .c-home-slider .slick-dots button:focus {
  background: #6f8189;
}

.c-home-slider .slick-dots .slick-active button {
  background: #6f8189;
}

.c-home-slider__slide {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  .c-home-slider__slide {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .c-home-slider__slide {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .c-home-slider__slide {
    height: 760px;
  }
}

.c-home-slider__slide img {
  width: 100%;
}

.c-home-slider__info {
  position: absolute;
  right: 0;
  bottom: 3.75em;
  left: 0;
  overflow: hidden;
  height: 12.5em;
}

.c-home-slider__info::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.c-home-slider__info p {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 2.8125em;
  font-weight: 300;
  line-height: 4.44;
  text-align: center;
  opacity: 0;
}

.slick-active .c-home-slider__info::before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: slide 5.5s ease-in-out 0s 1;
  animation: slide 5.5s ease-in-out 0s 1;
}

.slick-active .c-home-slider__info p {
  -webkit-animation: fade 5s ease-in-out 0.5s 1;
  animation: fade 5s ease-in-out 0.5s 1;
}

@-webkit-keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}

@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}

@-webkit-keyframes slide {
  0%, 100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  15%, 85% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide {
  0%, 100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  15%, 85% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ie {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9999;
}

.ie button {
  background: #000000;
  color: #fff;
  font-size: 12px;
  padding: .25em;
}

.mce-edit-focus {
  outline: 2px solid red !important;
}

.admin-loggedin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 600;
}

.admin-loggedin-top {
  position: relative;
  z-index: 2;
  background: #ffd800;
  text-align: center;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.admin-loggedin-top > a {
  display: inline-block;
  padding: 1em;
}

.admin-loggedin-help {
  width: 100%;
  background: #e67420;
  text-align: center;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 1em;
}

.admin-loggedin-help button {
  color: #fff;
}

.admin-loggedin-help button::after {
  font-family: fontello;
  content: '\e804';
  display: inline-block;
  vertical-align: top;
  margin-left: 1ex;
}

.admin-loggedin-help button.is-open::after {
  content: '\e805';
}

.admin-loggedin-help p {
  font-size: 1em;
  padding: 1em;
  margin: 0;
}

.img--thumbnail {
  display: block;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  border: 0.625rem solid #92a7b0;
  border-radius: 1.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.img--rounded {
  display: inline-block;
  margin-bottom: 1.5rem;
  border: 1rem solid;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media (max-width: 1199px) {
  .img--rounded {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .img--rounded {
    max-width: 180px;
  }
}

.img--rounded.t-gray {
  color: #94A9B2;
}

.img--shadowed {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}

.img--rounded.no-border {
  border: 0;
}

.c-job-offer:not(:last-child) {
  margin-bottom: 5em;
}

.c-job-offer__title {
  color: #fff;
  font-size: 1.75em;
  text-transform: uppercase;
  font-weight: bold;
}

.c-job-offer__info {
  font-weight: 500;
  font-size: 1.3125em;
  line-height: 1.42857;
}

.c-job-offer__details {
  border-top: 1px solid #bad0d8;
  border-bottom: 1px solid #bad0d8;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: left;
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
  -webkit-column-count: 3;
  column-count: 3;
  font-size: 1.3125em;
  line-height: 1.42857;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .c-job-offer__details {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 543px) {
  .c-job-offer__details {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.c-job-offer__details > p {
  font-size: 1em;
}

.c-launcher-icon {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 1.5rem;
  border: 0.625rem solid;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .c-launcher-icon {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .c-launcher-icon {
    max-width: 140px;
  }
}

.c-list-boxes {
  margin-top: 2.5rem;
  max-width: 42.5rem;
  margin-right: auto;
  margin-left: auto;
}

.c-list-boxes.-full {
  max-width: 9000px;
}

.c-list-boxes li {
  position: relative;
  margin-bottom: 1.75rem;
  padding: 1em;
  font-size: 1.625em;
  line-height: 1.3;
  border-bottom: 4px solid;
}

.c-list-boxes li strong {
  display: block;
}

.c-list-boxes li::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  margin-left: -15px;
  border: 5px solid;
  border-radius: 50%;
}

.c-list-boxes img {
  display: inline-block;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}

.c-list-boxes q {
  font-style: italic;
}

.c-list-boxes--wider {
  max-width: 56.25rem;
}

.c-list-boxes.t-white li {
  background: #edf4f6;
  border-bottom-color: #edf4f6;
}

.c-list-boxes.t-white li::before {
  background: #dbe6e9;
  border-color: #fff;
}

.c-list-boxes.t-gray li {
  background: #47545c;
  border-bottom-color: #424e55;
}

.c-list-boxes.t-gray li::before {
  background: #47545c;
  border-color: #4f5e66;
}

.c-list-boxes.t-gray q {
  color: #b2c5cd;
  font-weight: 300;
}

.c-list-boxes.t-green li {
  background: #546f43;
  border-bottom-color: #4f683f;
}

.c-list-boxes.t-green li::before {
  background: #546f43;
  border-color: #617c4f;
}

.c-page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 37.5em;
  padding: 2em 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.c-page-head h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.c-page-head h1:last-child {
  margin-bottom: 0;
}

.c-page-head__nav ul {
  margin: 0;
  list-style: none;
}

.c-page-head__nav li {
  font-size: 1.5em;
  line-height: 1.83;
  text-transform: uppercase;
}

.c-page-head__nav a:hover, .c-page-head__nav a:active, .c-page-head__nav a:focus {
  color: #fff;
  background: #e9a25c;
}

.c-page-head.-shorter {
  min-height: 18.125em;
}

.c-page-head.-shortest {
  min-height: 0;
}

.c-page-head.-shortest h1 {
  margin-top: 0;
}

.c-page-head--services {
  background-image: url("../img/page-heads/services.jpg") !important;
}

.c-page-head--services-countryside-access {
  background-image: url("../img/page-heads/services-countryside-access.jpg") !important;
}

.c-page-head--services-ecological-survey {
  background-image: url("../img/page-heads/services-ecological-survey.jpg") !important;
}

.c-page-head--services-conservation-management {
  background-image: url("../img/page-heads/services-conservation-management.jpg") !important;
}

.c-page-head--services-planning-policy {
  background-image: url("../img/page-heads/services-planning-policy.jpg") !important;
}

.c-page-head--services-sustainability {
  background-image: url("../img/page-heads/services-sustainability.jpg") !important;
}

.c-page-head--services-training {
  background-image: url("../img/page-heads/services-training.jpg") !important;
}

.c-page-head--skills {
  background-image: url("../img/page-heads/skills.jpg") !important;
}

.c-page-head--skills-analysis {
  background-image: url("../img/page-heads/skills-analysis.jpg") !important;
}

.c-page-head--skills-communication {
  background-image: url("../img/page-heads/skills-communication.jpg") !important;
}

.c-page-head--skills-facilitation {
  background-image: url("../img/page-heads/skills-facilitation.jpg") !important;
}

.c-page-head--skills-gis {
  background-image: url("../img/page-heads/skills-gis.jpg") !important;
}

.c-page-head--skills-natural-history {
  background-image: url("../img/page-heads/skills-natural-history.jpg") !important;
}

.c-page-head--skills-project-management {
  background-image: url("../img/page-heads/skills-project-management.jpg") !important;
}

.c-page-head--company {
  background-image: url("../img/page-heads/company.jpg") !important;
}

.c-page-head--company-core-staff {
  background-image: url("../img/page-heads/company-core-staff.jpg") !important;
}

.c-page-head--company-ethics {
  background-image: url("../img/page-heads/company-ethics.jpg") !important;
}

.c-page-head--work {
  background-image: url("../img/page-heads/work.jpg") !important;
}

.c-page-head--work-case-studies {
  background-image: url("../img/page-heads/work-case-studies.jpg") !important;
}

.c-page-head--work-with-us {
  background-image: url("../img/page-heads/work-with-us.jpg") !important;
}

.c-page-head.t-gray {
  background-color: #607782;
}

.c-page-head.t-green {
  background-color: #8cac73;
}

.c-paypal-payment {
  display: inline-block;
}

.c-paypal-payment img {
  margin-bottom: 1em;
}

.c-publications {
  margin: 0 0 2em;
  background: #ecf2f4;
  border: 0.625em solid #f6fafb;
  margin: 0 -0.625em;
  border-radius: 1em;
  text-align: left;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 100px;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .c-publications {
    display: block;
  }
}

.c-publications__item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #ddd;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.c-publications__title {
  margin: 0 0 .5rem;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #63747c;
}

.c-publications__info {
  margin: 0 0 .75rem;
  font-size: 18px;
  line-height: 1.2;
  color: #63747c;
}

.c-publications__info b {
  font-weight: 600;
}

.c-publications__link {
  display: inline-block;
  margin-bottom: .3em;
  font-size: 13px;
}

.c-publications__link i::before {
  margin-left: 0;
}

.c-publications__thumbs {
  margin-bottom: 1em;
}

.c-publications__thumbs a {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.c-publications__thumbs img {
  display: inline-block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.c-publications__thumbs a:not(:first-child) {
  margin-left: -120px;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-publications__thumbs {
    display: none;
  }
}

.c-search-2__input {
  width: 100%;
  max-width: 450px;
  height: 2.5em;
  padding: 0.5em;
  color: #a6bdc6;
  font-weight: 600;
  font-style: italic;
  background: #f7f7f7;
  border: 1px solid #a6bdc6;
  border-radius: 2px 0 0 2px;
  margin-bottom: 1.5em;
}

.c-search-result {
  position: relative;
  max-width: 42.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em 1em 1em;
  background: #edf4f6;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
}

.c-search-result::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  margin-left: -15px;
  background: #dbe6e9;
  border: 5px solid #fff;
  border-radius: 50%;
}

.c-search-result:hover, .c-search-result:focus {
  background: #e9a25c;
  color: #fff;
}

.c-search-result > a {
  display: block;
}

.c-search-result__page {
  border-bottom: 1px dashed;
}

.c-search-result p {
  font-size: 1.4em;
  line-height: 1.25;
  margin-top: 0.5em;
}

.c-search {
  float: left;
  font-size: 16px;
  height: 2.5em;
}

@media (max-width: 991px) {
  .c-search {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .c-search {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .c-search {
    position: relative;
  }
}

.c-search__trigger {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  font-size: 16px;
  color: #a4bac4;
}

@media (max-width: 991px) {
  .c-search__trigger {
    font-size: 12px;
  }
}

.c-search__trigger:hover {
  color: #e9a25c;
}

.c-search__trigger::after {
  content: '\e800';
  position: absolute;
  top: -2px;
  right: 0;
  font-family: fontello, sans-serif;
  font-size: 2.5em;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-search__trigger {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.is-pushed-down .c-search__trigger::after, .is-pushed-down .c-search__trigger::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 40px;
  display: block;
  background: #a4bac4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 2px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .is-pushed-down .c-search__trigger::after, .is-pushed-down .c-search__trigger::before {
    top: 13px;
    width: 32px;
  }
}

.is-pushed-down .c-search__trigger::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-pushed-down .c-search__trigger:hover::after, .is-pushed-down .c-search__trigger:hover::before {
  background: #e9a25c;
}

@media (max-width: 767px) {
  .is-pushed-down .c-search__trigger {
    position: absolute;
    right: 1.25rem;
    top: -59px;
    z-index: 3;
  }
}

.c-search__form {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: width 0.33333s;
  transition: width 0.33333s;
}

@media (min-width: 768px) {
  .c-search__form {
    width: 0;
    position: absolute;
    right: 2.8125em;
    top: 0;
  }

  .open .c-search__form {
    width: 26.25em;
  }
}

@media (max-width: 767px) {
  .c-search__form {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: #63747c;
    padding: 20px 10px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.c-search__fields {
  position: relative;
  width: 100%;
  max-width: 26.25em;
  margin: 0 auto;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .c-search__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 480px) {
  .c-search__fields {
    width: calc(100% - 40px);
    margin: 0;
  }
}

.c-search__fields input {
  width: calc(100% - 80px);
  height: 2.5em;
  padding: 0.5em;
  color: #a6bdc6;
  font-weight: 600;
  font-style: italic;
  background: #f7f7f7;
  border: 1px solid #a6bdc6;
  border-radius: 2px 0 0 2px;
}

@media (max-width: 767px) {
  .c-search__fields input {
    border: 0;
    border-radius: 2px;
    width: calc(100% - 83px);
  }
}

.c-search__button {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 2.5em;
  padding: 0 0.5em;
  color: #fff;
  font-weight: bold;
  line-height: 2.5em;
  text-transform: uppercase;
  background: #a6bdc6;
  border-radius: 0 2px 2px 0;
}

@media (max-width: 767px) {
  .c-search__button {
    border-radius: 2px;
  }
}

.section-btn {
  position: absolute;
  z-index: 999;
  bottom: -1.5625rem;
  left: 50%;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
  margin-left: -1.5625rem;
  border-radius: 50%;
}

.section-btn::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 50%;
}

.section-btn::after {
  content: '';
  position: absolute;
  top: 0.4375rem;
  left: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: -0.75rem;
  border-top: 2px solid #a3a9ac;
  border-left: 2px solid #a3a9ac;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.section-btn--up {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  left: auto;
  margin: 0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}

.section-btn--up::after {
  top: 1.25rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-btn--up.is-active {
  opacity: 1;
  pointer-events: all;
}

.section-btn--up span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  font-size: 0.75rem;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-btn--up:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -2.8rem);
  transform: translate(-50%, -2.8rem);
}

.c-section {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.c-section p a {
  border-bottom: 1px dashed;
}

.c-section p a:hover, .c-section p a:active, .c-section p a:focus {
  background: #e9a25c;
  color: #fff;
}

.c-section__intro {
  margin-bottom: 3em;
}

.c-section--half-top {
  padding-top: 2.5em;
}

.c-section.t-white {
  color: #8ea3ab;
  background-color: #fff;
  background-image: url("../img/page-sections/white-section-general.jpg");
  background-repeat: repeat-x;
}

.c-section.t-white-alt {
  color: #8ea3ab;
  background-color: #fbfcfd;
  background-image: url("../img/page-sections/white-section-general-alt.gif");
  background-repeat: repeat;
}

.c-section.t-green {
  color: #efffe2;
  background-color: #8cac73;
}

.c-section.t-graphite {
  color: #d0e3ea;
  background-color: #778a91;
}

.c-section.t-gray {
  color: #bad0d8;
  background-color: #63747c;
}

.c-section.t-dark {
  color: #fff;
  background-color: #343d42;
}

.c-section.t-dark2 {
  color: #fff;
  background-color: #646857;
}

.c-section--gray-darker {
  color: #cfe3ea;
  background-color: #4f5e66;
}

.c-section--gray-darker h2,
.c-section--gray-darker h3 {
  color: #fff;
}

.c-section--gray-darker .c-launcher-icon {
  color: #62757e;
}

.c-section--green-darker {
  color: #efffe2;
  background-color: #5e7b4b;
}

.c-section--green-darker h2,
.c-section--green-darker h3 {
  color: #fff;
}

.c-section--management-plans {
  background-image: url("../img/page-sections/services-management-plans.jpg");
  background-color: #617C4F !important;
}

.c-section--commons {
  background-image: url("../img/page-sections/services-commons.jpg");
}

.c-section--habitats-regulations-assessments {
  background-image: url("../img/page-sections/services-habitats-regulations-assessments.jpg");
}

.c-section--mitigation-and-sangs {
  background-image: url("../img/page-sections/services-mitigation-and-sangs.jpg");
}

.c-section--expert-witness {
  background-image: url("../img/page-sections/services-expert-witness.jpg");
}

.c-section--visitor-strategies {
  background-image: url("../img/page-sections/services-visitor-strategies.jpg");
}

.c-section--visitor-surveys {
  background-image: url("../img/page-sections/services-visitor-surveys.jpg");
}

.c-section--access-and-nature-conservation {
  background-image: url("../img/page-sections/services-access-and-nature-conservation.jpg");
}

.c-section--bird-disturbance {
  background-image: url("../img/page-sections/services-bird-disturbance.jpg");
}

.c-section--survey-and-monitoring {
  background-image: url("../img/page-sections/services-survey-and-monitoring.jpg");
}

.c-section--data-analysis-and-modelling {
  background-image: url("../img/page-sections/services-data-analysis-and-modelling.jpg");
}

.c-section--evidence-gathering {
  background-image: url("../img/page-sections/services-evidence-gathering.jpg");
}

.c-section--scheduled-courses {
  background-image: url("../img/page-sections/services-scheduled-courses.jpg");
}

.c-section--bespoke-courses {
  background-image: url("../img/page-sections/services-bespoke-courses.jpg");
  background-color: #313c41 !important;
}

.c-section--planning-policy {
  background-image: url("../img/page-sections/services-planning-policy.jpg");
  background-color: #7e9a69 !important;
}

.c-section--ecological-survey {
  background-image: url("../img/page-sections/services-ecological-survey.jpg");
  background-color: #6e8188 !important;
}

.c-section--training {
  background-image: url("../img/page-sections/services-training.jpg");
  background-color: #7e9c68 !important;
}

.c-section--facilitation {
  background-image: url("../img/page-sections/skills-facilitation.jpg");
}

.c-section--project-management {
  background-image: url("../img/page-sections/skills-project-management.jpg");
}

.c-section--analysis {
  background-image: url("../img/page-sections/skills-analysis.jpg");
}

/* Skills */
.c-section--analysis,
.c-section--facilitation,
.c-section--project-management {
  background-position: 50% 50%;
  background-size: cover;
}

/* Contact */
.c-section--contact {
  color: #fff;
  text-align: center;
  background-image: url("../img/page-sections/contact-footer.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.c-section--contact-head {
  color: #fff;
  text-align: center;
  background-image: url("../img/page-sections/contact.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.c-section--payments {
  background-image: url("../img/page-sections/contact-payments.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.c-section--hiring {
  background-image: url("../img/page-sections/contact.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.c-section p {
  text-align: justify;
  text-align-last: center;
}

.grid p {
  text-align: center;
}

.o-media p {
  text-align: center;
}

.c-staff-member {
  margin-top: 6em;
  margin-bottom: 6em;
}

.c-staff-member__body {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: left;
  border-top: 1px solid #bad0d8;
  border-bottom: 1px solid #bad0d8;
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
  -webkit-column-count: 3;
  column-count: 3;
}

@media (max-width: 767px) {
  .c-staff-member__body {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 543px) {
  .c-staff-member__body {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.c-staff-member__body > p {
  font-size: 1.3125em;
  line-height: 1.44;
  text-align: left;
  text-align-last: left;
}

.c-team-slider {
  max-height: 445px;
}

.c-team-slider .slide {
  padding-top: 1em;
}

.c-team-slider .slick-arrow {
  position: absolute;
  z-index: 999;
  top: 80px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: -999px;
  background: none;
  background: #f5f5f5;
  border: 0;
  border-radius: 50%;
}

.c-team-slider .slick-arrow::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 24px;
  height: 24px;
  border-top: 2px solid #a3a9ac;
  border-right: 2px solid #a3a9ac;
}

.c-team-slider .slick-arrow:hover {
  background: #dbdbdb;
}

.c-team-slider .slick-prev {
  left: -50px;
}

@media (max-width: 1379px) {
  .c-team-slider .slick-prev {
    left: 0;
  }
}

.c-team-slider .slick-prev::after {
  left: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.c-team-slider .slick-next {
  right: -50px;
}

@media (max-width: 1379px) {
  .c-team-slider .slick-next {
    right: 0;
  }
}

.c-team-slider .slick-next::after {
  right: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-team-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-team-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.c-testimonials {
  padding: 3em 0;
  background: #f6f8f9;
}

.c-testimonials__item {
  color: #91a7ae;
  font-size: 1.625em;
  font-style: italic;
  line-height: 1.30769;
  text-align: center;
}

.c-text-columns {
  margin-bottom: 2rem;
  text-align: left;
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
  -webkit-column-count: 3;
  column-count: 3;
}

.c-text-columns:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-text-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 543px) {
  .c-text-columns {
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
}

.c-text p a, .c-text li a {
  border-bottom: 1px dashed;
}

.c-text p a:hover, .c-text p a:active, .c-text p a:focus, .c-text li a:hover, .c-text li a:active, .c-text li a:focus {
  background: #e9a25c;
  color: #fff;
}

.c-text h2,
.c-text .h2 {
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1.2;
}

.c-text h2 > a,
.c-text .h2 > a {
  border: 0;
}

.c-text h2 > a:hover, .c-text h2 > a:active, .c-text h2 > a:focus,
.c-text .h2 > a:hover,
.c-text .h2 > a:active,
.c-text .h2 > a:focus {
  background: #e9a25c;
  color: #fff;
}

.c-text h3 {
  margin-top: 3rem;
}

.c-text p:last-child {
  margin-bottom: 0;
}

.c-text ul {
  list-style-type: disc;
  text-align: left;
}

.c-text li {
  display: list-item;
  font-size: 1.625em;
  line-height: 1.3;
  margin-top: .3em
}

.lead {
  font-size: 1.875em;
  margin-bottom: 3rem;
}

.t-green .c-circle__img > img {
  border-color: #cadabd;
}

.t-gray .c-circle__img > img {
  border-color: #bad0d8;
}

.t-white .btn {
  color: #fff;
  background: #63747c;
}

.t-green .btn,
.btn.t-green {
  color: #8cac73;
  background: #efffe2;
}

.t-graphite .btn {
  color: #778a91;
  background-color: #d0e3ea;
}

.t-white .c-launcher-icon {
  color: #94a9b2;
}

.t-green .c-launcher-icon {
  color: #cadabd;
}

.t-graphite .c-launcher-icon {
  color: #cfe3ea;
}

.c-page-head.t-green {
  color: #efffe2;
}

.c-page-head.t-gray {
  color: #cee3eb;
}

/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    color: #000 !important;
    /* [1] */
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

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

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

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

  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: '';
  }

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

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.clearfix::after::after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden,
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.flex-video {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 1em;
  padding-bottom: 75%;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
.text--left {
  text-align: left !important;
}

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

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

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important;
}

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
}

/**
 * Helper class to truncate and add ellipsis to a string too long for it to fit
 * on a single line.
 * 1. Prevent content from wrapping, forcing it on a single line.
 * 2. Add ellipsis at the end of the line.
 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 2 */
  white-space: nowrap;
  /* 1 */
}

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

.img--left {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.no-report {
  display: inline-block;
  width: 150px;
  height: 212px;
  margin: 0 auto 2rem;
  background-image: url("../img/pub-cover-missing-or-unmatched.png");
}

.error {
  color: #fff;
  background: #f00;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.c-20-years-slider .slide {
  text-align: center;
}

.c-20-years-slider .slide img {
  display: block;
  margin: 0 auto;
}

.c-20-years-slider .slick-arrow {
  position: absolute;
  z-index: 999;
  top: calc(50% - 22px);
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: -999px;
  background: none;
  background: #f5f5f5;
  border: 0;
  border-radius: 50%;
}

.c-20-years-slider .slick-arrow::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 24px;
  height: 24px;
  border-top: 2px solid #a3a9ac;
  border-right: 2px solid #a3a9ac;
}

.c-20-years-slider .slick-arrow:hover {
  background: #dbdbdb;
}

.c-20-years-slider .slick-prev {
  left: -50px;
}

.c-20-years-slider .slick-prev::after {
  left: 18px;
  transform: rotate(-135deg);
}

.c-20-years-slider .slick-next {
  right: -50px;
}

.c-20-years-slider .slick-next::after {
  right: 18px;
  transform: rotate(45deg);
}

.c-20-years-slider .slick-track {
  display: flex;
}

.c-20-years-slider .slick-slide {
  display: flex;
  height: auto;
}


@media (max-width: 768px) {
  .c-20-years-slider .slick-arrow {
    display: none;
  }
}

.c-team-slider--alt .slide {
  padding: 0 10px;
}

.c-team-slider--alt .slick-arrow {
  top: calc(50% - 25px);
}


@media (max-width: 992px) {
  .c-team-slider--alt .slick-next {
    right: -20px;
  }

  .c-team-slider--alt .slick-prev {
    left: -20px;
  }
}

@media (max-width: 600px) {
  .c-team-slider--alt .slide {
    padding: 0;
  }

  .c-team-slider--alt .slick-arrow {
    display: none !important;
  }
}

.c-20-years-slider .slide img {
  max-height: 600px;
}

@media (max-width: 992px) {
  .c-20-years-slider .slide {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .c-20-years-slider .slide {
    padding: 0;
  }
}
